    :root {
        --bg: #0C1116;
        --bg-elevated: #444;
        --panel: #11161B;
        --panel-soft: rgba(251, 247, 242, .97);
        --card: #11161B;
        --line: rgba(112, 92, 74, .16);
        --text: #fff;
        --muted: #999;
        --accent: #a97537;
        --accent-strong: #8f5f28;
        --royal: #7d3245;
        --success: #2e9b67;
        --shadow: 0 22px 48px rgba(82, 63, 46, .1);
        --radius-xl: 15px;
        --radius-lg: 15px;
        --radius-md: 15px;
        --wrap: 1400px
    }

    .shell {
        width: min(calc(100% - 20px), var(--wrap));
        margin: 0 auto;
        padding: 22px 0 68px
    }

    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 14px 16px;
        border: 1px solid var(--line);
        border-radius: 15px;
        background: #11161B;
        backdrop-filter: blur(22px);
        margin-bottom: 24px
    }

    .panel {
        border: 1px solid var(--line);
        background: var(--panel);
    }

    .brand {
        display: flex;
        align-items: center;
        gap: 14px;
        min-width: 0
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        display: grid;
        place-items: center;
        background: linear-gradient(
135deg,
rgba(161, 253, 46, 0.85),
rgba(17, 22, 27, 0.92)
);
        color: #fff;
        font-size: 1.08rem;
        font-weight: 900;
    }

    .brand-copy strong {
        display: block;
        font-size: 1.02rem;
        letter-spacing: -.02em
    }

    .brand-copy small {
        color: #777;
        font-size: .78rem
    }

    .nav {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .nav-toggle {
        display: none;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 1px solid var(--line);
        border-radius: 15px;
        background: rgba(255, 255, 255, .78);
        color: #999;
        cursor: pointer
    }

    .nav-link,
    .filter-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 38px;
        padding: 0 13px;
        border-radius: 15px;
        border: 1px solid var(--line);
        /*background: rgba(255, 255, 255, .56);*/
        color: #999;
        font-size: .8rem;
        font-weight: 600;
    }

    .nav-link:hover,
    .filter-chip:hover {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, .01);
        color: #999
    }

    .hero {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        min-height: 216px;
        border: 1px solid var(--line);
        margin-bottom: 24px;
        background: #11161B
    }

    .hero-backdrop {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transition: opacity .45s ease
    }

    .hero-backdrop::after {
        content: "";
        position: absolute;
        inset: 0;
        background: 
    linear-gradient(
        90deg,
        rgba(17, 22, 27, 0.97) 0%,
        rgba(25, 31, 36, 0.85) 48%,
        rgba(17, 22, 27, 0.92) 100%
    ),
    linear-gradient(
        180deg,
        transparent 24%,
        rgba(25, 31, 36, 0.94) 100%
    );
    }

    .hero-backdrop.is-fallback::after {
        background: 
    linear-gradient(
        115deg,
        rgba(17, 22, 27, 0.96) 0%,
        rgba(25, 31, 36, 0.88) 56%,
        rgba(17, 22, 27, 0.9) 100%
    ),
    radial-gradient(
        circle at top right,
        rgba(25, 31, 36, 0.6),
        transparent 32%
    ),
    repeating-linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.04) 0 2px,
        rgba(255, 255, 255, 0) 2px 8px
    );
    }

    .hero-content {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 22px;
        padding: 22px 24px;
        min-height: 206px
    }

    .eyebrow,
    .meta-chip,
    .mini-label,
    .genre-pill,
    .stat-label {
        text-transform: uppercase;
        letter-spacing: .08em
    }

    .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 7px 12px;
        border-radius: 15px;
        border: 1px solid rgba(125, 50, 69, .13);
        background: #191F24;
        color: #999;
        font-size: .62rem;
        font-weight: 700
    }

    .hero-title,
    .section-title {
        margin: 0;
        /*font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;*/
        letter-spacing: -.03em;
        line-height: 1.02
    }

    .hero-title {
        margin-top: 8px;
        font-size: clamp(1.42rem, 2.4vw, 2.02rem);
        max-width: none;
        width: 100%;
        white-space: normal;
        line-height: 1.08
    }

    .hero-summary {
        margin: 10px 0 10px;
        max-width: 58ch;
        color: #777;
        line-height: 1.72;
        font-size: .84rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .hero-actions,
    .hero-thumbs,
    .section-tools,
    .genre-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 12px
    }

    .section-tools {
        margin-bottom: 16px
    }

    .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 38px;
        padding: 0 15px;
        border-radius: 15px;
        font-weight: 700;
    }

    .button:hover {
        transform: translateY(-2px);
        color: #111;
    }

    .button-primary {
        color: #111;
        background: #A1FD2E ;
        border-color: rgba(125, 50, 69, .14);
    }

    .button-secondary {
        color: #503f30;
        background: linear-gradient(135deg, rgba(255, 255, 255, .94) 0%, rgba(248, 243, 235, .98) 100%);
        border: 1px solid rgba(120, 99, 77, .16);
    }

    .hero-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 18px;
        align-items: stretch;
        min-height: 100%
    }

    .hero-copy {
        display: grid;
        gap: 14px;
        align-content: center;
        min-width: 0
    }

    .hero-poster {
        min-height: 100%;
        height: 100%;
        align-self: stretch;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
        border: 1px solid rgba(105, 84, 67, .1);
        overflow: hidden;
        position: relative;
        isolation: isolate
    }

    .hero-poster::after {
        content: "";
        position: absolute;
        inset: 0;
    }

    .hero-poster::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 28%),
            repeating-linear-gradient(135deg,
                rgba(255, 255, 255, 0.045) 0 2px,
                rgba(255, 255, 255, 0) 2px 6px);
        opacity: .55;
        pointer-events: none;
        z-index: 1
    }

    .hero-poster.is-fallback::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, .12) 0%, rgba(39, 26, 19, .24) 36%, rgba(18, 12, 10, .52) 100%), linear-gradient(135deg, rgba(177, 195, 184, .28), rgba(73, 92, 83, .2))
    }

    .hero-poster.is-fallback::before {
        opacity: .8
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        max-width: 252px;
        justify-self: end
    }

    .stat-card {
        padding: 11px;
        border-radius: 15px;
        background: #191F24;
        border: 1px solid rgba(105, 84, 67, .1)
    }

    .stat-card strong {
        display: block;
        font-size: .98rem;
        margin-bottom: 4px;
        color: #fff
    }

    .stat-label {
        font-size: .62rem;
        color: var(--muted);
        font-weight: 800
    }

    .clock-card strong {
        font-size: 1rem;
        letter-spacing: -.03em
    }

    .clock-card span:last-child {
        display: block;
        margin-top: 4px;
        color: #777;
        font-size: .7rem;
        line-height: 1.45
    }

    .hero-thumbs {
        margin-top: 8px
    }

    .hero-thumb {
        width: 48px;
        height: 28px;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
        border: 2px solid transparent;
        cursor: pointer;
        opacity: .78;
        background: #282D33;
        transition: transform .18s ease, opacity .18s ease, border-color .18s ease
    }

    .hero-thumb:hover,
    .hero-thumb.is-active {
        opacity: 1;
        transform: translateY(-1px);
        border-color: rgba(184, 130, 62, .46)
    }

    .layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
        align-items: start
    }

    .panel {
        border: 1px solid var(--line);
        border-radius: var(--radius-xl);
        background: var(--panel);
        backdrop-filter: blur(18px);
    }

    .panel-header {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 14px;
        padding: 20px 10px 0
    }

    .section-title {
        font-size: clamp(1.48rem, 2.6vw, 1.88rem);
        line-height: 1.08
    }

    .section-copy {
        margin: 6px 0 0;
        color: #62716b;
        line-height: 1.62;
        font-size: .84rem
    }

    .panel-body {
        padding: 20px 10px
    }

    .searchbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        margin-bottom: 18px;
        padding: 14px;
        border-radius: 15px;
        background: #191F24;
        border: 1px solid rgba(255, 255, 255, .05);
        position: relative;
        overflow: hidden
    }

    /*.searchbar::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    inset: 0;*/
    /*    background: linear-gradient(90deg, rgba(184, 130, 62, .12), transparent 24%, transparent 76%, rgba(217, 188, 143, .12)), linear-gradient(180deg, rgba(255, 255, 255, .24), transparent 42%);*/
    /*    pointer-events: none*/
    /*}*/

    .searchbar input {
        min-height: 52px;
        padding: 0 18px;
        border-radius: 15px;
        border: 1px solid rgba(184, 130, 62, .16);
        background: #11161B;
        color: var(--text);
        font: inherit;
        outline: none;
        transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease
    }

    .searchbar input::placeholder {
        color: #999
    }

    /*.searchbar input:focus {*/
    /*    border-color: rgba(184, 130, 62, .3);*/
    /*    background: rgba(255, 255, 255, 1)*/
    /*}*/

    .searchbar .button {
        min-height: 52px;
        padding: 0 18px;
        border-radius: 15px;
        background: linear-gradient(
135deg,
rgba(17, 22, 27, 0.88),
rgba(25, 31, 36, 0.9)
);
        border-color: rgba(125, 50, 69, .14);
        color: #fffaf1;
        position: relative;
        z-index: 1
    }

    .searchbar .button:hover {
        border-color: rgba(125, 50, 69, .2);
    }

    .filter-chip.is-active {
        background: #191F24;
        color: #777;
        border-color: rgba(255, 255, 255, .05)
    }

    .catalog-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px;
        margin-top: 14px;
        padding: 10px;
        border-radius: 15px;
        /*background: linear-gradient(180deg, #11161B 0%, rgba(248, 243, 236, 1) 100%);*/
        border: 1px solid rgba(84, 62, 46, .16)
    }

    .ranked-block {
        margin-bottom: 16px;
        display: grid;
        gap: 12px
    }

    .ranked-head {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px
    }

    .ranked-titlebar {
        display: grid;
        gap: 4px
    }

    .ranked-kicker {
        color: #8a776c;
        font-size: .68rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase
    }

    .ranked-controls {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0
    }

    .ranked-nav {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        border: 1px solid rgba(105, 84, 67, .12);
        background: #191F24;
        color: #888;
        cursor: pointer;
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease
    }

    .ranked-nav:hover:not(:disabled) {
        transform: translateY(-1px);
        border-color: rgba(184, 130, 62, .18);
    }

    .ranked-nav:disabled {
        opacity: .45;
        cursor: default
    }

    .ranked-viewport {
        overflow: hidden
    }

    .ranked-strip {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 36px) / 4);
        gap: 12px;
        transition: transform .22s ease;
        will-change: transform
    }

    .ranked-item {
        display: grid;
        grid-template-columns: 52px 68px minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        min-width: 0;
        padding: 16px 10px;
        border-radius: 15px;
        border: 1px solid rgba(84, 62, 46, .16);
        background: #191F24;
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease
    }

    .ranked-item:hover {
        transform: translateY(-3px);
        border-color: rgba(184, 130, 62, .18);
    }

    .ranked-order {
        /*font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;*/
        font-size: 1.55rem;
        line-height: 1;
        letter-spacing: -.05em;
        color: #999;
        text-align: center
    }

    .ranked-cover {
        width: 68px;
        height: 68px;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
        border: 1px solid rgba(84, 62, 46, .14);
    }

    .ranked-meta {
        min-width: 0;
        display: grid;
        gap: 5px
    }

    .ranked-title {
        /*font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;*/
        font-size: .88rem;
        font-weight: 600;
        line-height: 1.28;
        letter-spacing: -.01em;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .ranked-line {
        color: #999;
        font-size: .72rem;
        line-height: 1.45;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .spotlight-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
        gap: 12px;
        margin-bottom: 16px
    }

    .spotlight-main,
    .spotlight-side-item {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid rgba(84, 62, 46, .16);
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease
    }

    .spotlight-main:hover,
    .spotlight-side-item:hover {
        transform: translateY(-3px);
        border-color: rgba(184, 130, 62, .18);
    }

    .spotlight-main {
        min-height: 248px;
        display: grid;
        align-content: end;
        padding: 20px 16px;
        background-size: cover;
        background-position: center;
        isolation: isolate
    }

    .spotlight-main::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0
    }

    .spotlight-main::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 24%),
            repeating-linear-gradient(135deg,
                rgba(255, 255, 255, 0.07) 0 2px,
                rgba(255, 255, 255, 0) 2px 7px),
            radial-gradient(circle at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.22) 100%);
        opacity: .58;
        pointer-events: none;
        z-index: 1
    }

    .spotlight-copy,
    .spotlight-side-copy {
        position: relative;
        z-index: 3;
        min-width: 0
    }

    .spotlight-kicker {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-height: 24px;
        padding: 0 8px;
        margin-bottom: 10px;
        border-radius: 15px;
        background: rgba(255, 255, 255, .14);
        border: 1px solid rgba(255, 255, 255, .18);
        color: #fff7f3;
        font-size: .62rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase
    }

    .spotlight-main-title {
        margin: 0;
        color: #fffaf7;
        font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: -.02em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .spotlight-side-title {
        margin: 0;
        color: #fff;
        /*font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;*/
        letter-spacing: -.02em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .spotlight-main-title {
        font-size: 1.26rem;
        line-height: 1.08;
        -webkit-line-clamp: 2
    }

    .spotlight-facts {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 10px
    }

    .spotlight-facts .fact-chip:nth-child(1) {
        background: rgba(214, 111, 111, .12);
        border-color: rgba(214, 111, 111, .16);
        color: #944a4a
    }

    .spotlight-facts .fact-chip:nth-child(2) {
        background: rgba(112, 145, 214, .12);
        border-color: rgba(112, 145, 214, .16);
        color: #47659c
    }

    .spotlight-facts .fact-chip:nth-child(3) {
        background: rgba(118, 177, 150, .12);
        border-color: rgba(118, 177, 150, .16);
        color: #41795f
    }

    .spotlight-facts .fact-chip:nth-child(4) {
        background: rgba(153, 132, 202, .12);
        border-color: rgba(153, 132, 202, .16);
        color: #6b5798
    }

    .spotlight-side {
        display: grid;
        gap: 12px
    }

    .spotlight-side-item {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        background: #191F24;
        min-height: 118px
    }

    .spotlight-side-media {
        min-height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1
    }

    .spotlight-side-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 22%),
            repeating-linear-gradient(135deg,
                rgba(255, 255, 255, 0.07) 0 2px,
                rgba(255, 255, 255, 0) 2px 7px),
            radial-gradient(circle at center, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.12) 74%, rgba(0, 0, 0, 0.22) 100%);
        opacity: .56;
        pointer-events: none;
        z-index: 1
    }

    .spotlight-side-copy {
        position: relative;
        z-index: 1;
        padding: 14px 14px 14px 12px;
        align-self: end
    }

    .spotlight-side-title {
        font-size: .9rem;
        line-height: 1.22;
        -webkit-line-clamp: 2
    }

    .catalog-break {
        margin-top: 14px
    }

    .movie-card {
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid rgba(84, 62, 46, .16);
        background: #191F24;
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
        display: grid;
        min-height: 100%;
    }

    .movie-card:hover {
        transform: translateY(-4px);
        border-color: rgba(184, 130, 62, .18);
    }

    .movie-cover {
        width: 100%;
        aspect-ratio: 16 / 9;
        min-height: 110px;
        max-height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        isolation: isolate;
        border-bottom: 1px solid rgba(105, 84, 67, .08);
        overflow: hidden;
        /*background: linear-gradient(135deg, rgba(236, 224, 212, .92), rgba(214, 196, 183, .92))*/
    }

    .movie-cover-media-wrap {
        position: relative;
        z-index: 2;
        width: 120px;
        max-width: 120px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .movie-cover-media-wrap::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 3
    }

    .movie-cover-media-wrap::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 4;
        /*mix-blend-mode: multiply;*/
        pointer-events: none
    }

    .movie-cover-media {
        width: 120px;
        max-width: 120px;
        height: auto;
        max-height: 100%;
        margin: auto;
        display: block;
        filter: contrast(1.12) saturate(1.08) brightness(1.03) drop-shadow(0 6px 12px rgba(12, 8, 6, .16));
        background: transparent
    }

    .movie-cover::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        background:
            repeating-linear-gradient(135deg,
                rgba(255, 255, 255, 0.045) 0 2px,
                rgba(255, 255, 255, 0) 2px 6px),
            radial-gradient(circle at center, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0.28) 100%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(18, 12, 10, 0.1)),
            linear-gradient(135deg, rgba(184, 130, 62, 0.06), rgba(95, 67, 39, 0.03));
        mix-blend-mode: multiply;
        pointer-events: none
    }

    .movie-cover::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: var(--cover-image);
        background-size: cover;
        background-position: center;
        transform: scale(1.12);
        filter: blur(6px) saturate(1.04) brightness(.92);
        opacity: .95
    }

    .movie-cover.is-fallback::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(27, 18, 14, .52)), linear-gradient(135deg, rgba(177, 195, 184, .28), rgba(63, 83, 74, .2))
    }

    .movie-cover.is-fallback::before {
        opacity: .78
    }

    .movie-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 23px;
        padding: 0 7px;
        border-radius: 15px;
        background: #191F24;
        border: 1px solid rgba(105, 84, 67, .12);
        font-size: .56rem;
        font-weight: 600
    }

    .cover-title-pop {
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 5;
        padding: 8px 10px;
        border-radius: 15px;
        background: rgba(47, 36, 31, .9);
        border: 1px solid var(--card-accent, rgba(255, 255, 255, .18));
        color: #fffaf7;
        font-size: .72rem;
        line-height: 1.42;
        opacity: 0;
        transform: translateY(6px);
        transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
        pointer-events: auto
    }

    .movie-card:hover .cover-title-pop {
        opacity: 1;
        transform: translateY(0)
    }

    .cover-title-pop:hover {
        transform: translateY(0) scale(1.03);
    }

    .movie-body {
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        gap: 7px;
        align-items: center
    }

    .card-topline {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center
    }

    .fact-chip {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        min-height: 21px;
        padding: 0 5px;
        border-radius: 15px;
        border: 1px solid transparent;
        color: #4f3f36;
        font-size: .5rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease
    }

    .fact-chip i {
        font-size: .64rem;
        opacity: .78
    }

    .fact-chip:hover {
        transform: translateY(-1px);
        filter: saturate(1.06)
    }

    .card-topline .fact-chip:nth-child(1) {
        background: rgba(214, 111, 111, .12);
        border-color: rgba(214, 111, 111, .16);
        color: #944a4a
    }

    .card-topline .fact-chip:nth-child(2) {
        background: rgba(112, 145, 214, .12);
        border-color: rgba(112, 145, 214, .16);
        color: #47659c
    }

    .card-topline .fact-chip:nth-child(3) {
        background: rgba(118, 177, 150, .12);
        border-color: rgba(118, 177, 150, .16);
        color: #41795f
    }

    .card-topline .fact-chip:nth-child(4) {
        background: rgba(153, 132, 202, .12);
        border-color: rgba(153, 132, 202, .16);
        color: #6b5798
    }

    .card-title {
        /*font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;*/
        font-size: .9rem;
        font-weight: 500;
        letter-spacing: -.01em;
        line-height: 1.24;
        color: #fff;
        margin: 0;
        min-height: 2.2em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: transform .18s ease, color .18s ease;
        transform-origin: center
    }

    .card-title:hover {
        color: #A1FD2E
    }

    .genre-cloud {
        gap: 8px
    }

    .genre-pill {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 8px;
        border-radius: 15px;
        background: rgba(125, 50, 69, .06);
        border: 1px solid rgba(125, 50, 69, .12);
        color: #915164;
        font-size: .56rem;
        font-weight: 800
    }

    .card-footer {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-top: 2px;
        margin-top: 0;
        position: relative;
        width: 100%
    }

    .card-footer .button {
        width: 100%;
        justify-content: center;
        min-height: 29px;
        padding: 0 10px;
        border-radius: 15px;
        gap: 6px;
        font-size: .66rem;
        font-weight: 600;
        box-shadow: none
    }

    .card-download {
        color: #999 !important;
        background: #1c2228;
        border: 1px solid rgba(196, 162, 111, .22)
    }

    .card-watch {
        color: #111;
        background: #A1FD2E;
        border: 1px solid rgba(125, 50, 69, .14)
    }

    .sidebar {
        display: grid;
        gap: 20px;
        position: sticky;
        top: 16px
    }

    .sidebar-card {
        padding: 20px 10px;
        border-radius: 15px;
        background: #11161B;
        border: 1px solid rgba(97, 114, 105, .16);
        position: relative;
        overflow: hidden
    }

    .sidebar-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 3px;
        background: linear-gradient(90deg, rgba(40, 45, 51, .76), rgba(40, 45, 51, .68))
    }

    .sidebar-title {
        margin: 0 0 6px;
        /*font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;*/
        letter-spacing: -.02em;
        font-size: 1.22rem;
        color: #A1FD2E
    }

    .sidebar-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 11px;
        padding: 6px 10px;
        border-radius: 15px;
        background: rgba(40, 45, 54, .055);
        color: #777;
        border: 1px solid rgba(255, 255, 255, .05);
        font-size: .62rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .08em
    }

    .sidebar-copy {
        margin: 0 0 16px;
        color: #62716b;
        line-height: 1.65;
        font-size: .82rem
    }

    .list {
        display: grid;
        gap: 12px
    }

    .list-item {
        display: grid;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        padding: 20px 10px;
        border-radius: 15px;
        background: #191F24;
        border: 1px solid rgba(97, 114, 105, .14);
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
    }

    .list-item:hover {
        transform: translateY(-2px);
        border-color: rgba(184, 130, 62, .18);
    }

    .list-poster {
        width: 58px;
        height: 78px;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
    }

    .list-poster.is-fallback {
        border: 1px solid rgba(118, 92, 75, .12);
        background-blend-mode: multiply;
        background-image: linear-gradient(135deg, rgba(177, 195, 184, .22), rgba(73, 92, 83, .18)), var(--poster-image)
    }

    .list-item strong {
        display: block;
        font-size: .9rem;
        line-height: 1.42;
        color: #fff
    }

    .list-item span {
        color: #999;
        font-size: .78rem;
        line-height: 1.52
    }

    .year-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px
    }

    .year-chip {
        display: grid;
        place-items: center;
        min-height: 42px;
        border-radius: 15px;
        background: rgba(255, 255, 255, .82);
        border: 1px solid rgba(105, 84, 67, .1);
        color: #3a2d26;
        font-size: .8rem;
        font-weight: 700;
        transition: transform .18s ease, border-color .18s ease, background .18s ease
    }

    .year-chip:hover {
        transform: translateY(-1px);
        border-color: rgba(184, 130, 62, .16);
        background: #fff
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px
    }

    .mini-stat {
        padding: 20px 10px;
        border-radius: 15px;
        background: #191F24;
        border: 1px solid rgba(255, 255, 255, .05);
    }

    .mini-stat strong {
        display: block;
        font-size: 1.22rem;
        margin-bottom: 4px;
        color: #fff;
        letter-spacing: -.03em
    }

    .mini-label {
        display: block;
        color: #777;
        font-size: .64rem;
        font-weight: 700
    }

    .empty-state {
        display: none;
        padding: 20px 10px;
        border-radius: 15px;
        border: 1px dashed rgba(255, 255, 255, .16);
        text-align: center;
        color: #6f6057;
        background: rgba(255, 255, 255, .72);
        margin-top: 16px
    }

    .status-banner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 16px 18px;
        margin: 14px 0 18px;
        border-radius: 16px;
        border: 1px solid rgba(190, 107, 58, .22);
        background: linear-gradient(135deg, rgba(255, 245, 233, .98), rgba(250, 236, 223, .96));
        color: #5a3521
    }

    .status-banner i {
        font-size: 1rem;
        margin-top: 2px;
        color: #b05f2b
    }

    .status-banner strong {
        display: block;
        margin-bottom: 4px;
        font-size: .94rem;
        color: #472416
    }

    .status-banner span {
        display: block;
        color: #7c5340;
        line-height: 1.58;
        font-size: .84rem
    }

    .footer {
        margin-top: 26px;
        padding: 20px 10px;
        border: 1px solid var(--line);
        border-radius: 15px;
        background: rgba(255, 255, 255, .92);
        color: #62716b;
        box-shadow: var(--shadow);
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) auto;
        gap: 24px;
        align-items: start
    }

    .footer strong {
        color: #fff;
        color: var(--text)
    }

    .footer-brand {
        display: grid;
        gap: 8px
    }

    .footer-title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        /*font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;*/
        font-size: 1.08rem;
        letter-spacing: -.02em
    }

    .footer-copy {
        margin: 0;
        max-width: 62ch;
        color: #62716b;
        line-height: 1.68;
        font-size: .86rem
    }

    .footer-nav {
        display: grid;
        gap: 10px;
        min-width: 220px;
        justify-items: end
    }

    .footer-heading {
        margin: 0;
        font-size: .7rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #8a776c
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 8px
    }

    .footer-link {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-height: 40px;
        padding: 0 13px;
        border-radius: 15px;
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(105, 84, 67, .1);
        color: #3b2d25;
        font-size: .84rem;
        font-weight: 600;
        white-space: nowrap;
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease
    }

    .footer-link:hover {
        transform: translateY(-1px);
        border-color: rgba(184, 130, 62, .16);
    }


    @media (max-width:1100px) {

        .hero-content,
        .layout {
            grid-template-columns: 1fr
        }

        .hero-main {
            grid-template-columns: 1fr
        }

        .hero-stats {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            max-width: 320px;
            justify-self: stretch
        }

        .catalog-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .ranked-strip {
            grid-auto-columns: calc((100% - 12px) / 2)
        }

        .spotlight-grid {
            grid-template-columns: 1fr
        }

        .spotlight-side {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .sidebar {
            position: static
        }
    }

    @media (max-width:760px) {
        .shell {
            width: min(calc(100% - 8px), var(--wrap))
        }

        .topbar {
            border-radius: 15px;
            padding: 14px;
            align-items: stretch;
            gap: 14px
        }

        .brand {
            gap: 12px
        }

        .brand-mark {
            width: 40px;
            height: 40px;
            border-radius: 15px
        }

        .brand-copy small {
            font-size: .72rem
        }

        .nav {
            width: 100%;
            display: none;
            grid-template-columns: 1fr;
            gap: 8px;
            justify-content: stretch;
            overflow: visible;
            padding-top: 10px;
            scrollbar-width: auto
        }

        .nav-toggle {
            display: inline-flex;
            margin-left: auto
        }

        .topbar.is-menu-open .nav {
            display: grid
        }

        .nav-link {
            width: 100%;
            min-height: 34px;
            padding: 0 10px;
            border-radius: 15px;
            font-size: .73rem;
            gap: 6px;
            white-space: nowrap;
            justify-content: flex-start
        }

        .hero-content {
            min-height: unset;
            padding: 18px
        }

        .hero-stats {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            max-width: none
        }

        .catalog-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .ranked-strip {
            grid-auto-columns: 100%
        }

        .spotlight-side {
            grid-template-columns: 1fr
        }

        .stats-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .year-grid {
            grid-template-columns: 1fr
        }

        .searchbar {
            grid-template-columns: 1fr
        }

        .footer {
            grid-template-columns: 1fr
        }

        .footer-nav {
            min-width: 0;
            justify-items: start
        }
    }

    @media (max-width:520px) {
        .shell {
            width: min(calc(100% - 6px), var(--wrap))
        }

        .topbar {
            padding: 11px
        }

        .brand-copy strong {
            font-size: .94rem
        }

        .brand-copy small {
            display: none
        }

        .nav-link {
            min-height: 31px;
            padding: 0 8px;
            font-size: .69rem;
            gap: 10px
        }

        .catalog-grid {
            grid-template-columns: 1fr
        }
    }
    
    
    
    /*watch page */
    
        
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 20px 10px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 15px;
    background: #191F24;
    color: var(--muted);
    font-size: .77rem
}

.breadcrumb a {
    color: #999;
    font-weight: 600
}

.breadcrumb a:hover {
    color: #A1FD2E
}

.breadcrumb-sep {
    opacity: .45
}

.watch-hero {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch
}

.hero-copy {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.poster {
    position: relative;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    /*border: 1px solid rgba(84, 62, 46, .16);*/
    /*box-shadow: 0 20px 36px rgba(118, 96, 80, .16);*/
    isolation: isolate;
    /*background: linear-gradient(135deg, rgba(236, 224, 212, .92), rgba(214, 196, 183, .92))*/
}

.poster::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(27, 17, 14, .18)), radial-gradient(circle at top, rgba(255, 255, 255, .18), transparent 42%), repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 2px, rgba(255, 255, 255, 0) 2px 6px);
    /*pointer-events: none*/
}

.poster::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(32, 20, 16, .28)), linear-gradient(135deg, rgba(184, 130, 62, .14), rgba(95, 67, 39, .08));*/
    /*mix-blend-mode: multiply;*/
    /*pointer-events: none*/
}

.poster img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.02);
    filter: contrast(1.08) saturate(1.04) brightness(1.02) sepia(.04)
}

.poster.is-fallback::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(34, 22, 16, .34)), linear-gradient(135deg, rgba(217, 188, 143, .26), rgba(95, 67, 39, .14))
}

h1,
h2,
h3 {
    font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -.03em;
    margin: 0
}

h1 {
    font-size: clamp(1.52rem, 2.5vw, 2.16rem);
    line-height: 1.06;
    margin-top: 12px
}

.summary {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: .95rem
}

.meta-row,
.category-row,
.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.meta-row {
    margin-top: 14px
}

.category-row {
    margin-top: 14px
}

.chip {
    min-height: 32px;
    padding: 0 10px;
    font-size: .74rem;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.film-meta-grid-x9 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
    flex: 1;
    align-items: stretch
}

.film-meta-card-x9 {
    height: 100%;
    padding: 22px 12px;
    border-radius: 15px;
    background:#191F24;
    border: 1px solid var(--line);
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78)*/
}

.film-meta-top-x9 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px
}

.film-meta-label-x9 {
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #999;
    font-weight: 700
}

.film-meta-icon-x9 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: rgba(40, 45, 51, .08);
    color: #A1FD2E;
    font-size: .86rem;
    border: 1px solid rgba(255, 255, 255, .05)
}

.film-meta-value-x9 {
    font-family: "Segoe UI", "Aptos", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.14rem;
    line-height: 1.1;
    color: var(--text);
    letter-spacing: -.03em
}

.film-meta-note-x9 {
    margin-top: 6px;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.5
}

.player-shell {
    margin-top: 18px
}

.player-frame-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .05);
}

/*.player-frame-wrap::before {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-top: 56.25%*/
/*}*/

.player-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.player-frame-wrap iframe{
    inset: 0;
    width: 100%;
    height: 500px;
    border: none !important;
    background: #000;
}

@media (max-width: 1024px) {
    .player-frame-wrap iframe {
        height: 400px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .player-frame-wrap iframe {
        height: 250px;
    }
}

.action-wrap {
    margin-top: 22px;
    padding: 22px 12px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .05);
    background: #191F24
}

.action-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 16px;
    align-items: start
}

.action-main {
    min-width: 0
}

.action-side {
    display: grid;
    grid-template-rows: repeat(2, 44px);
    gap: 10px;
    align-content: start
}

.action-label {
    display: block;
    margin-bottom: 12px;
    color: #999;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase
}

.action-row {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.action-row .button {
    min-height: 44px;
    padding: 0 16px;
    font-size: .83rem
}

.subtle {
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.68
}

.action-helper {
    margin: 12px 0 0;
    color: #7b6a5e;
    font-size: .78rem;
    line-height: 1.7
}

.utility-card {
    display: grid;
    min-height: 0;
    border-radius: 15px;
    background: #191F24;
    overflow: hidden
}

.utility-button {
    min-height: 44px;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: 0 14px;
    gap: 8px;
    text-align: left;
    font-size: .78rem
}

.utility-button i {
    font-size: 1rem;
    min-width: 16px
}

.utility-button span {
    display: inline-block;
    line-height: 1.35
}

.utility-button.is-soft {
    background: #282D33;
    color: #777 !important;
    border: 0;
    box-shadow: none
}

.utility-button.is-soft[aria-pressed="true"] {
    color: #999;
    border: 0;
    box-shadow: none
}

.utility-button:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none
}

.report-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #282D33;
    z-index: 90
}

.report-modal.is-open {
    display: flex
}

.report-dialog {
    width: min(100%, 440px);
    padding: 22px 18px;
    border-radius: 18px;
    border: 1px solid rgba(84, 62, 46, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 241, 234, .98));
    box-shadow: 0 28px 60px rgba(0, 0, 0, .28)
}

.report-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px
}

.report-title {
    font-size: 1.02rem;
    letter-spacing: -.02em
}

.report-close {
    width: 36px;
    height: 36px;
    border-radius: 15px;
    border: 1px solid rgba(112, 99, 74, .14);
    background: rgba(255, 255, 255, .88);
    color: #503f30
}

.report-copy {
    margin: 0 0 14px;
    color: #6f6057;
    font-size: .82rem;
    line-height: 1.65
}

.report-form {
    display: grid;
    gap: 12px
}

.report-field {
    display: grid;
    gap: 6px
}

.report-field label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #7b695e
}

.report-input,
.report-textarea {
    width: 100%;
    border: 1px solid rgba(112, 99, 74, .16);
    border-radius: 15px;
    background: rgba(255, 255, 255, .92);
    padding: 12px 14px;
    font: inherit;
    color: #2b221b
}

.report-input[readonly] {
    background: rgba(244, 238, 232, .98);
    color: #6d5d52
}

.report-textarea {
    min-height: 108px;
    resize: vertical;
    line-height: 1.55
}

.report-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.report-toast {
    display: none;
    margin-top: 4px;
    padding: 10px 12px;
    border-radius: 15px;
    background: rgba(32, 109, 72, .1);
    border: 1px solid rgba(32, 109, 72, .16);
    color: #226745;
    font-size: .8rem;
    line-height: 1.5
}

.report-toast.is-visible {
    display: block
}

.report-toast.is-error {
    background: rgba(142, 50, 50, .1);
    border-color: rgba(142, 50, 50, .16);
    color: #8a3535
}

body.lights-off {
    background: #000
}

body.lights-off .layout>main.panel {
    background: rgba(8, 6, 5, .96);
    border-color: rgba(255, 255, 255, .08);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .48)
}

body.lights-off .action-wrap.is-player-context {
    background: rgba(10, 8, 7, .94);
    border-color: rgba(255, 255, 255, .08)
}

body.lights-off .topbar,
body.lights-off .layout>main.panel> :not(.player-shell):not(.action-wrap.is-player-context),
body.lights-off .action-wrap.is-player-context .action-main,
body.lights-off .sidebar,
body.lights-off .footer {
    filter: grayscale(.24) brightness(.05) saturate(.16) contrast(.96);
    transition: filter .2s ease
}

body.lights-off .player-shell,
body.lights-off .action-wrap.is-player-context .action-side {
    position: relative;
    z-index: 1
}

body.lights-off .player-frame-wrap {
    box-shadow: 0 24px 56px rgba(0, 0, 0, .38)
}


@media (max-width:980px) {

    .layout,
    .watch-hero {
        grid-template-columns: 1fr
    }

    .sidebar {
        position: static
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .spotlight-grid {
        grid-template-columns: 1fr
    }

    .spotlight-side {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .footer {
        grid-template-columns: 1fr
    }

    .footer-nav {
        justify-items: start
    }

    .action-layout {
        grid-template-columns: 1fr
    }

    .action-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none
    }
}

@media (max-width:720px) {
    .shell {
        width: min(calc(100% - 8px), var(--wrap))
    }

    .nav {
        width: 100%;
        display: none;
        grid-template-columns: 1fr;
        gap: 8px;
        overflow: visible;
        justify-content: stretch;
        padding-top: 10px
    }

    .nav-toggle {
        display: inline-flex;
        margin-left: auto
    }

    .topbar.is-menu-open .nav {
        display: grid
    }

    .nav-link {
        width: 100%;
        white-space: nowrap;
        min-height: 34px;
        padding: 0 10px;
        font-size: .73rem;
        justify-content: flex-start
    }

    .film-meta-grid-x9 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding-bottom: 0
    }

    .film-meta-card-x9 {
        min-width: 0;
        padding: 12px 10px;
        border-radius: 15px
    }

    .film-meta-top-x9 {
        margin-bottom: 10px;
        gap: 6px
    }

    .film-meta-label-x9 {
        font-size: .56rem
    }

    .film-meta-icon-x9 {
        width: 24px;
        height: 24px;
        border-radius: 15px;
        font-size: .72rem
    }

    .film-meta-value-x9 {
        font-size: .84rem;
        line-height: 1.08
    }

    .film-meta-note-x9 {
        margin-top: 4px;
        font-size: .64rem;
        line-height: 1.35
    }

    .catalog-grid,
    .searchbar,
    .spotlight-side {
        grid-template-columns: 1fr
    }

    .action-wrap {
        padding: 12px
    }

    .action-side,
    .action-row,
    .pager-row {
        grid-template-columns: 1fr
    }
}

@media (max-width:520px) {
    .shell {
        width: min(calc(100% - 6px), var(--wrap))
    }

    .topbar {
        padding: 11px
    }

    .brand-copy strong {
        font-size: .94rem
    }

    .brand-copy small {
        display: none
    }

    .nav-link {
        min-height: 31px;
        padding: 0 8px;
        font-size: .69rem;
        gap: 5px
    }
}