:root {
    --bg: #020617;
    --bg-soft: #0f172a;
    --panel: rgba(15, 23, 42, 0.72);
    --panel-solid: #111827;
    --line: rgba(148, 163, 184, 0.18);
    --text: #f8fafc;
    --muted: #94a3b8;
    --muted-strong: #cbd5e1;
    --accent: #f59e0b;
    --accent-hot: #ea580c;
    --rose: #f43f5e;
    --cyan: #06b6d4;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    background:
        radial-gradient(circle at 12% 10%, rgba(245, 158, 11, 0.18), transparent 34rem),
        radial-gradient(circle at 86% 16%, rgba(244, 63, 94, 0.13), transparent 30rem),
        linear-gradient(180deg, #020617 0%, #0f172a 48%, #020617 100%);
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.94), rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.94));
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.header-inner {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand,
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg, var(--accent), var(--accent-hot));
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.28);
}

.brand-text,
.footer-logo {
    font-size: 1.28rem;
    background: linear-gradient(90deg, #fbbf24, #fb923c);
    background-clip: text;
    color: transparent;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.site-nav a {
    padding: 10px 14px;
    border-radius: 12px;
    color: var(--muted-strong);
    transition: 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
    color: #fbbf24;
    background: rgba(15, 23, 42, 0.92);
}

.header-search,
.wide-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-search input,
.wide-search input,
.filter-panel input,
.filter-panel select {
    border: 1px solid var(--line);
    color: var(--text);
    background: rgba(15, 23, 42, 0.78);
    border-radius: 14px;
    outline: none;
    transition: 0.2s ease;
}

.header-search input {
    width: 230px;
    padding: 11px 13px;
}

.header-search input:focus,
.wide-search input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
    border-color: rgba(245, 158, 11, 0.65);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.header-search button,
.wide-search button {
    border: 0;
    color: white;
    background: linear-gradient(135deg, var(--accent), var(--accent-hot));
    border-radius: 14px;
    padding: 11px 16px;
    font-weight: 800;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: white;
    background: rgba(15, 23, 42, 0.82);
    padding: 10px 12px;
}

.hero {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    background: #020617;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.02);
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.76) 42%, rgba(2, 6, 23, 0.22) 100%),
        linear-gradient(0deg, #020617 0%, transparent 42%, rgba(2, 6, 23, 0.24) 100%);
}

.hero-content {
    position: absolute;
    left: max(32px, calc((100vw - 1440px) / 2 + 24px));
    bottom: 13%;
    width: min(720px, calc(100% - 64px));
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.eyebrow {
    margin: 0;
    color: #fbbf24;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.hero h1,
.page-hero h1 {
    margin: 0;
    max-width: 900px;
    color: white;
    font-size: clamp(2.5rem, 7vw, 5.8rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.hero-desc,
.page-hero p {
    margin: 0;
    color: #cbd5e1;
    font-size: clamp(1rem, 1.8vw, 1.22rem);
    line-height: 1.85;
}

.hero-meta,
.detail-meta,
.rank-meta,
.card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--muted-strong);
}

.hero-meta span,
.detail-meta span,
.card-meta span,
.rank-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hero-tags,
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-tags span,
.tag-row span {
    color: #fde68a;
    background: rgba(245, 158, 11, 0.14);
    border: 1px solid rgba(245, 158, 11, 0.22);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.82rem;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.primary-btn,
.ghost-btn,
.rank-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
    padding: 0 18px;
    font-weight: 900;
    transition: 0.2s ease;
}

.primary-btn {
    color: white;
    background: linear-gradient(135deg, var(--accent), var(--accent-hot));
    box-shadow: 0 12px 32px rgba(245, 158, 11, 0.22);
}

.primary-btn:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 18px 40px rgba(245, 158, 11, 0.32);
}

.ghost-btn,
.rank-action {
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.68);
    border: 1px solid var(--line);
}

.ghost-btn:hover,
.rank-action:hover {
    color: #fbbf24;
    border-color: rgba(245, 158, 11, 0.42);
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: white;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(8px);
    font-size: 2.1rem;
    line-height: 1;
}

.hero-arrow.prev {
    left: 24px;
}

.hero-arrow.next {
    right: 24px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.hero-dots button {
    width: 18px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    transition: 0.2s ease;
}

.hero-dots button.is-active {
    width: 42px;
    background: var(--accent);
}

.home-search-band,
.content-section,
.split-section,
.page-main,
.site-footer {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
}

.home-search-band {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 520px);
    align-items: center;
    gap: 24px;
    margin-top: 42px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(30, 41, 59, 0.56));
    box-shadow: var(--shadow);
}

.home-search-band h2,
.section-head h2,
.feature-panel h2,
.detail-panel h1,
.article-panel h2,
.side-card h2,
.related-section h2,
.category-card-body h2 {
    margin: 0;
    color: white;
    letter-spacing: -0.04em;
}

.home-search-band h2,
.section-head h2,
.feature-panel h2 {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.wide-search input {
    flex: 1;
    min-width: 0;
    padding: 15px 16px;
}

.wide-search button {
    padding: 15px 18px;
}

.content-section,
.split-section {
    padding: 72px 0 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 26px;
}

.section-head a {
    color: #fbbf24;
    font-weight: 800;
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
}

.compact-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.horizontal-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 330px);
    gap: 22px;
    overflow-x: auto;
    padding: 2px 2px 18px;
    scroll-snap-type: x proximity;
}

.horizontal-scroll .movie-card {
    scroll-snap-align: start;
}

.movie-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.42);
    box-shadow: 0 26px 62px rgba(0, 0, 0, 0.38);
}

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a, #111827);
}

.poster-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.movie-card:hover .poster-link img,
.category-tile:hover img,
.category-card-large:hover img,
.rank-row:hover img {
    transform: scale(1.08);
}

.card-badge,
.play-chip {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    color: white;
    font-weight: 900;
}

.card-badge {
    left: 10px;
    top: 10px;
    padding: 5px 9px;
    font-size: 0.74rem;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(8px);
}

.play-chip {
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-hot));
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.3);
}

.movie-card-body {
    padding: 15px;
}

.movie-card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card h3 a:hover,
.rank-info h3 a:hover,
.mini-links a:hover {
    color: #fbbf24;
}

.card-line {
    margin: 0 0 10px;
    min-height: 3.1em;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-meta {
    gap: 8px;
    color: var(--muted);
    font-size: 0.82rem;
}

.movie-card .tag-row {
    margin-top: 10px;
}

.movie-card .tag-row span {
    font-size: 0.72rem;
    padding: 4px 8px;
}

.glass-section,
.split-section,
.filter-panel,
.detail-panel,
.side-card,
.poster-panel,
.category-card-large,
.category-tile {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.82), rgba(30, 41, 59, 0.5));
    box-shadow: var(--shadow);
}

.glass-section {
    padding: 42px;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(260px, 420px) 1fr;
    gap: 24px;
    padding: 42px;
}

.feature-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.feature-panel p {
    margin: 0;
    color: var(--muted-strong);
    line-height: 1.8;
}

.rank-list {
    display: grid;
    gap: 14px;
}

.rank-list.full {
    gap: 18px;
}

.rank-row {
    display: grid;
    grid-template-columns: auto 92px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.32);
    transition: 0.2s ease;
}

.rank-row:hover {
    border-color: rgba(245, 158, 11, 0.38);
    background: rgba(15, 23, 42, 0.68);
}

.rank-num {
    min-width: 38px;
    color: #fbbf24;
    font-weight: 1000;
    font-size: 1.25rem;
}

.rank-thumb {
    width: 92px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 14px;
    background: #0f172a;
}

.rank-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.rank-info h3,
.rank-info p {
    margin: 0;
}

.rank-info h3 {
    font-size: 1rem;
    margin-bottom: 6px;
}

.rank-info p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rank-meta {
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.8rem;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.category-tile {
    overflow: hidden;
}

.category-cover {
    display: block;
    height: 180px;
    overflow: hidden;
    background: #0f172a;
}

.category-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.category-tile > div {
    padding: 20px;
}

.category-tile h3,
.category-tile p {
    margin: 0;
}

.category-tile h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.category-tile p,
.category-card-body p {
    color: var(--muted-strong);
    line-height: 1.75;
}

.mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.mini-links.stacked {
    flex-direction: column;
}

.mini-links a {
    color: var(--muted-strong);
    font-size: 0.88rem;
}

.page-main {
    padding: 34px 0 0;
}

.page-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    padding: clamp(42px, 7vw, 80px);
    border: 1px solid var(--line);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 34rem),
        linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.72));
    box-shadow: var(--shadow);
}

.page-hero.small-hero h1,
.category-page-hero h1 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    margin: 10px 0 16px;
}

.filter-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
    padding: 20px;
}

.search-tools {
    grid-template-columns: 1fr 240px;
}

.filter-panel label {
    color: var(--muted-strong);
    font-weight: 800;
}

.filter-panel input,
.filter-panel select {
    width: 100%;
    padding: 14px 16px;
}

.category-large-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.category-card-large {
    overflow: hidden;
    display: grid;
    grid-template-columns: 240px 1fr;
}

.category-hero {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    background: #0f172a;
}

.category-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.category-hero span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: white;
    background: rgba(2, 6, 23, 0.7);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.category-card-body {
    padding: 26px;
}

.category-card-body h2 {
    margin: 10px 0 12px;
}

.detail-main {
    padding-top: 28px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 0.92rem;
}

.breadcrumb a:hover {
    color: #fbbf24;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.detail-primary {
    display: grid;
    gap: 22px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    background: black;
    box-shadow: var(--shadow);
}

.movie-video {
    width: 100%;
    height: 100%;
    background: black;
    object-fit: contain;
}

.player-cover {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 12px;
    border: 0;
    color: white;
    background:
        radial-gradient(circle at center, rgba(245, 158, 11, 0.18), transparent 18rem),
        linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.28));
    z-index: 4;
}

.player-cover.is-hidden {
    display: none;
}

.big-play {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-hot));
    box-shadow: 0 18px 46px rgba(245, 158, 11, 0.35);
    font-size: 2rem;
}

.player-status {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 5;
    padding: 12px 14px;
    border-radius: 14px;
    color: #fee2e2;
    background: rgba(127, 29, 29, 0.82);
}

.detail-panel,
.side-card,
.poster-panel {
    padding: 24px;
}

.detail-panel h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 12px;
}

.detail-one-line {
    margin: 0 0 18px;
    color: var(--muted-strong);
    font-size: 1.08rem;
    line-height: 1.75;
}

.detail-meta {
    margin-bottom: 16px;
}

.detail-tags {
    margin-top: 16px;
}

.article-panel h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.article-panel p {
    margin: 0;
    color: var(--muted-strong);
    line-height: 2;
    font-size: 1.02rem;
}

.detail-aside {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 20px;
}

.poster-panel img {
    width: 100%;
    border-radius: 22px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    background: #0f172a;
    margin-bottom: 18px;
}

.poster-panel .primary-btn {
    width: 100%;
}

.side-card h2 {
    margin-bottom: 18px;
}

.side-card dl {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px 14px;
    margin: 0;
}

.side-card dt {
    color: var(--muted);
}

.side-card dd {
    margin: 0;
    color: var(--muted-strong);
}

.side-card a {
    color: #fbbf24;
}

.related-section {
    padding-bottom: 40px;
}

.empty-state {
    margin: 32px 0 0;
    text-align: center;
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
    background: rgba(15, 23, 42, 0.56);
}

.site-footer {
    margin-top: 76px;
    padding: 44px 0 28px;
    border-top: 1px solid var(--line);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 30px;
}

.footer-inner p {
    max-width: 520px;
    color: var(--muted);
    line-height: 1.8;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
}

.footer-links a {
    color: var(--muted-strong);
}

.footer-links a:hover {
    color: #fbbf24;
}

.copyright {
    margin-top: 26px;
    color: var(--muted);
    text-align: center;
    font-size: 0.9rem;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1180px) {
    .header-search {
        display: none;
    }

    .movie-grid,
    .compact-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-large-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 82px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border: 1px solid var(--line);
        border-radius: 24px;
        background: rgba(2, 6, 23, 0.96);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 14px;
    }

    .hero-content {
        left: 24px;
        bottom: 11%;
        width: calc(100% - 48px);
    }

    .hero-arrow {
        display: none;
    }

    .home-search-band,
    .split-section,
    .footer-inner,
    .detail-layout,
    .search-tools,
    .category-card-large {
        grid-template-columns: 1fr;
    }

    .detail-aside {
        position: static;
    }

    .category-hero {
        min-height: 240px;
    }
}

@media (max-width: 720px) {
    .header-inner,
    .home-search-band,
    .content-section,
    .split-section,
    .page-main,
    .site-footer {
        width: min(100% - 24px, 1440px);
    }

    .hero {
        min-height: 78vh;
    }

    .hero-content {
        gap: 13px;
    }

    .hero h1,
    .page-hero h1 {
        letter-spacing: -0.05em;
    }

    .hero-meta,
    .detail-meta {
        gap: 8px;
        font-size: 0.86rem;
    }

    .home-search-band,
    .glass-section,
    .split-section,
    .page-hero {
        padding: 24px;
        border-radius: 24px;
    }

    .section-head {
        align-items: start;
        flex-direction: column;
    }

    .movie-grid,
    .compact-grid,
    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .movie-card-body {
        padding: 12px;
    }

    .card-line {
        display: none;
    }

    .tag-row {
        display: none;
    }

    .detail-tags {
        display: flex;
    }

    .rank-row {
        grid-template-columns: auto 74px 1fr;
        gap: 12px;
    }

    .rank-action {
        grid-column: 2 / -1;
        min-height: 38px;
    }

    .rank-thumb {
        width: 74px;
    }

    .poster-panel {
        display: none;
    }

    .footer-links {
        justify-content: flex-start;
    }
}
