:root {
    --clay-shadow: 0 18px 30px -12px rgba(120, 40, 140, .28), 0 8px 14px -6px rgba(120, 40, 140, .18), inset 0 -6px 10px rgba(100, 30, 130, .18), inset 0 6px 10px rgba(255, 255, 255, .85);
    --clay-inset: inset 0 6px 14px rgba(110, 40, 140, .22), inset 0 -2px 4px rgba(255, 255, 255, .6), 0 1px 2px rgba(255, 255, 255, .8);
    --clay-shadow-sm: 0 8px 16px -8px rgba(120, 40, 140, .25), inset 0 -3px 6px rgba(100, 30, 130, .15), inset 0 3px 6px rgba(255, 255, 255, .8);
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-decoration: none;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
    max-width: 300px;
}

.ad-label {
    color: rgb(171, 171, 171);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
}

body.nx-global-body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(#F9EFF9), color-stop(50%, #E6D5FC), to(#F5E3FF));
    background: -webkit-linear-gradient(top, #F9EFF9 0%, #E6D5FC 50%, #F5E3FF 100%);
    background: linear-gradient(180deg, #F9EFF9 0%, #E6D5FC 50%, #F5E3FF 100%);
    color: #4A3E56;
    overflow-x: hidden;
    padding: 20px 10px 0;
}

.nx-top-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 10px;
    max-width: 1400px;
    margin: 0 auto 20px;
    background: -webkit-linear-gradient(290deg, rgba(255, 255, 255, .9), rgba(248, 238, 255, .7));
    background: linear-gradient(160deg, rgba(255, 255, 255, .9), rgba(248, 238, 255, .7));
    box-shadow: var(--clay-shadow);
    border-radius: 28px;
}

.nx-brand-identity {
    font-size: 28px;
    font-weight: 900;
    color: #EA4C89;
    text-decoration: none;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.nx-brand-dot {
    width: 10px;
    height: 10px;
    background-color: #FF7EC6;
    border-radius: 50%;
    margin-left: 4px;
}

.nx-search-wrapper {
    position: relative;
    width: 45%;
    margin: 0 auto;
    max-width: 500px;
}

.nx-search-lens {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    aspect-ratio: 1;
    margin-right: 10px;
    background: url(../../images/search.9266846.png) center no-repeat;
    background-size: 100%;
}

.nx-search-field {
    width: 100%;
    padding: 12px 20px 12px 55px;
    border-radius: 30px;
    border: none;
    background: -webkit-linear-gradient(290deg, #ece0f3, #f0e3f5);
    background: linear-gradient(160deg, #ece0f3, #f0e3f5);
    box-shadow: var(--clay-inset);
    border-radius: 999px;
    font-size: 14px;
    color: #555;
    outline: none;
}

.nx-category-viewport {
    max-width: 1400px;
    margin: 10px auto 25px;
}

.nx-category-rail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 30px;
    padding: 15px 35px;
    background: -webkit-linear-gradient(290deg, rgba(255, 255, 255, .9), rgba(248, 238, 255, .7));
    background: linear-gradient(160deg, rgba(255, 255, 255, .9), rgba(248, 238, 255, .7));
    box-shadow: var(--clay-shadow);
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-radius: 40px;
}

.nx-category-rail::-webkit-scrollbar {
    display: none;
}

.nx-pill-item {
    font-size: 14px;
    font-weight: 700;
    color: #5A4B75;
    cursor: pointer;
    -webkit-transition: color 0.25s ease, -webkit-transform 0.2s ease;
    transition: color 0.25s ease, -webkit-transform 0.2s ease;
    transition: color 0.25s ease, transform 0.2s ease;
    transition: color 0.25s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    display: inline-block;
}

.nx-pill-item:hover {
    color: #EA4C89;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.nx-main-layout {
    max-width: 1400px;
    margin: 0 auto;
}

.nx-module-block {
    margin-bottom: 45px;
}

.nx-module-header {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    margin-bottom: 18px;
    overflow: hidden;
}

.nx-module-caption {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #5a2d80;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 2px 0 #f1e3ff, 0 3px 0 #e3cdff, 0 4px 0 #d5b8ff, 0 6px 10px rgba(100, 30, 140, .35);
}

.nx-module-sub {
    font-size: 12px;
    color: #8a6fa8;
    margin-top: 4px;
    white-space: nowrap;
}

.nx-forward-trigger {
    background: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 900;
    color: #7B529D;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: -webkit-linear-gradient(290deg, rgba(255, 255, 255, .95), rgba(250, 235, 255, .85));
    background: linear-gradient(160deg, rgba(255, 255, 255, .95), rgba(250, 235, 255, .85));
    box-shadow: var(--clay-shadow-sm);
    letter-spacing: .5px;
    white-space: nowrap;
}

.nx-forward-trigger:hover {
    -webkit-transform: translateY(-6px) scale(1.04);
            transform: translateY(-6px) scale(1.04);
}

.nx-flexible-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 1300px) {
    .nx-flexible-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

@media (max-width: 950px) {
    .nx-flexible-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .nx-flexible-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.nx-element-node {
    border-radius: 24px;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: box-shadow 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    background: -webkit-linear-gradient(290deg, rgba(255, 255, 255, .9), rgba(248, 238, 255, .7));
    background: linear-gradient(160deg, rgba(255, 255, 255, .9), rgba(248, 238, 255, .7));
    box-shadow: var(--clay-shadow-sm);
}

.nx-element-node:hover {
    -webkit-transform: translateY(-6px) scale(1.03);
            transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 28px rgba(160, 110, 220, 0.3);
}

.nx-img-canvas {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    position: relative;
    box-shadow: inset 0 6px 12px rgba(255, 255, 255, .55), inset 0 -8px 14px rgba(80, 40, 120, .18);
}

.nx-lazy-asset {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.nx-lazy-asset.is-active-loaded {
    opacity: 1;
}

.nx-element-title {
    font-size: 13px;
    font-weight: 700;
    color: #4a2a6a;
    margin: 10px 0 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nx-element-dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-top: auto;
    padding: 0 2px;
}

.nx-dash-rating {
    font-size: 11px;
    font-weight: 700;
    color: #8a6fa8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 3px;
}

.nx-star-vector {
    color: #FFA000;
    font-size: 12px;
}

.nx-dash-traffic {
    font-size: 11px;
    font-weight: 600;
    color: #8a6fa8;
}

.nx-element-sticker {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 9px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 10px;
    color: #FFF;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(255, 80, 120, .4), inset 0 -2px 3px rgba(120, 30, 60, .3), inset 0 2px 3px rgba(255, 255, 255, .5);
}

.nx-sticker-hot {
    background: -webkit-gradient(linear, left top, right top, from(#FF6B8B), to(#FF8E53));
    background: -webkit-linear-gradient(left, #FF6B8B, #FF8E53);
    background: linear-gradient(90deg, #FF6B8B, #FF8E53);
}

.nx-sticker-new {
    background: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed));
    background: -webkit-linear-gradient(left, #2193b0, #6dd5ed);
    background: linear-gradient(90deg, #2193b0, #6dd5ed);
}

.nx-sticker-top {
    background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
    background: -webkit-linear-gradient(left, #ee0979, #ff6a00);
    background: linear-gradient(90deg, #ee0979, #ff6a00);
}

.nx-bottom-footer {
    margin-top: 60px;
    padding: 30px 4%;
    margin: 60px auto 0;
    border-radius: 20px 20px 0 0;
}

.nx-bottom-container {
    max-width: 1400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0 auto;
}

.nx-footer-brand {
    font-size: 20px;
    font-weight: 900;
    color: #A396B2;
}

.nx-footer-anchors .nx-footer-link {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 900;
    color: rgba(74, 42, 106, .8);
    background: -webkit-linear-gradient(290deg, rgba(255, 255, 255, .95), rgba(250, 235, 255, .85));
    background: linear-gradient(160deg, rgba(255, 255, 255, .95), rgba(250, 235, 255, .85));
    box-shadow: var(--clay-shadow-sm);
    border-radius: 999px;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-transition: box-shadow .35s ease, -webkit-transform .35s cubic-bezier(.34, 1.6, .5, 1);
    transition: box-shadow .35s ease, -webkit-transform .35s cubic-bezier(.34, 1.6, .5, 1);
    transition: transform .35s cubic-bezier(.34, 1.6, .5, 1), box-shadow .35s ease;
    transition: transform .35s cubic-bezier(.34, 1.6, .5, 1), box-shadow .35s ease, -webkit-transform .35s cubic-bezier(.34, 1.6, .5, 1);
}

.nx-footer-anchors .nx-footer-link:hover {
    -webkit-transform: translateY(-6px) scale(1.04) !important;
            transform: translateY(-6px) scale(1.04) !important;
    box-shadow: var(--clay-shadow-md), 0 10px 20px rgba(74, 42, 106, 0.1);
}

@media (max-width: 900px) {
    body.nx-global-body {
        padding: 15px 10px 0;
    }

    .nx-top-navigation {
        padding: 12px 20px;
        border-radius: 20px;
    }

    .nx-search-wrapper {
        width: 55%;
    }

    .nx-category-rail {
        padding: 12px 20px;
        gap: 20px;
    }

    .nx-module-caption {
        font-size: 26px;
    }

    .nx-flexible-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .nx-bottom-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .nx-top-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 12px;
        padding: 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }

    .nx-search-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .nx-category-rail {
        gap: 25px;
        padding: 15px 20px;
        border-radius: 20px;
    }

    .nx-pill-item {
        font-size: 13px;
    }

    .nx-module-header {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }

    .nx-module-caption {
        font-size: 20px;
    }

    .nx-flexible-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .nx-img-canvas {
        aspect-ratio: auto;
        height: 140px;
    }

    .nx-img-canvas video,
    .nx-img-canvas .nx-lazy-asset {
        aspect-ratio: auto;
        height: 140px;
        object-fit: cover;
    }

    .nx-footer-anchors {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        gap: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .nx-footer-anchors .nx-footer-link {
        margin: 0;
    }
}



@media (max-width: 480px) {

    #nxGridViral .nx-element-node:nth-child(n+19),
    #nxGridFresh .nx-element-node:nth-child(n+19),
    #nxGridTop .nx-element-node:nth-child(n+19) {
        display: none;
    }
}
