:root {
    --blue: #2563eb;
    --cyan: #0891b2;
    --teal: #0d9488;
    --purple: #9333ea;
    --pink: #ec4899;
    --ink: #111827;
    --muted: #6b7280;
    --line: #e5e7eb;
    --soft: #f8fafc;
    --card: #ffffff;
    --shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--ink);
    background: #f3f6fb;
    line-height: 1.6;
}

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

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    color: #fff;
    background: linear-gradient(90deg, #2563eb, #0891b2, #0d9488);
    box-shadow: 0 10px 30px rgba(8, 145, 178, 0.24);
}

.header-inner {
    width: min(1180px, calc(100% - 32px));
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #2563eb;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 10px 30px rgba(0, 0, 0, 0.16);
}

.brand-text {
    font-size: 18px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-link {
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 650;
    transition: background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.14);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    border-radius: 2px;
    background: #fff;
}

.mobile-nav {
    display: none;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 14px;
    gap: 8px;
    flex-wrap: wrap;
}

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.8), transparent 30%), radial-gradient(circle at 78% 18%, rgba(236, 72, 153, 0.7), transparent 34%), linear-gradient(135deg, #172554 0%, #581c87 48%, #831843 100%);
}

.hero-inner {
    position: relative;
    width: min(1180px, calc(100% - 32px));
    min-height: 620px;
    margin: 0 auto;
    padding: 78px 0 118px;
}

.hero-lights span {
    position: absolute;
    border-radius: 999px;
    filter: blur(16px);
    opacity: 0.28;
    background: #fff;
}

.hero-lights span:nth-child(1) {
    width: 260px;
    height: 260px;
    top: 86px;
    left: 6%;
}

.hero-lights span:nth-child(2) {
    width: 340px;
    height: 340px;
    right: 9%;
    bottom: 76px;
    background: #ec4899;
}

.hero-lights span:nth-child(3) {
    width: 180px;
    height: 180px;
    left: 42%;
    bottom: 130px;
    background: #0891b2;
}

.hero-slide {
    display: none;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
    align-items: center;
    gap: 52px;
}

.hero-slide.active {
    display: grid;
    animation: fadeUp 0.7s ease both;
}

.hero-copy h1 {
    max-width: 800px;
    margin: 16px 0 12px;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.hero-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.15;
}

.hero-copy p {
    max-width: 650px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.eyebrow.dark {
    color: #2563eb;
    background: #eff6ff;
    backdrop-filter: none;
}

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

.hero-tags span,
.tag-row em,
.rank-tags em,
.detail-meta span,
.tag-cloud a {
    padding: 6px 10px;
    border-radius: 999px;
    font-style: normal;
    color: #475569;
    background: #eef2ff;
    font-size: 12px;
    font-weight: 700;
}

.hero-tags span {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.hero-actions,
.callout-actions,
.centered-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.centered-actions {
    justify-content: center;
}

.primary-action,
.ghost-action,
.callout-actions a,
.hero-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-action,
.hero-search button,
.callout-actions a:first-child {
    color: #2563eb;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.ghost-action,
.callout-actions a:last-child {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.ghost-action.light {
    color: #2563eb;
    background: #fff;
}

.primary-action:hover,
.ghost-action:hover,
.callout-actions a:hover,
.hero-search button:hover {
    transform: translateY(-2px);
}

.hero-cover {
    position: relative;
    aspect-ratio: 3 / 4;
    max-height: 520px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
    transform: rotate(1deg);
}

.hero-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.52));
}

.hero-cover-glow {
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 2;
}

.hero-dots {
    position: absolute;
    left: 0;
    bottom: 72px;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 36px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.hero-dot.active {
    background: #fff;
}

.hero-search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.hero-search input {
    min-height: 50px;
    border: 0;
    outline: 0;
    padding: 0 18px;
    border-radius: 16px;
    color: var(--ink);
    background: #f1f5f9;
}

.hero-search button {
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #2563eb, #0891b2);
    cursor: pointer;
}

.hero-chipbar {
    position: absolute;
    right: 0;
    bottom: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    max-width: 520px;
}

.hero-chipbar a {
    padding: 8px 13px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 750;
}

.section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 70px 0;
}

.overlap-section {
    padding-top: 86px;
}

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

.section-head.centered {
    display: block;
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.section-head.compact {
    align-items: center;
}

.section-head h2,
.page-hero h1,
.detail-copy h1,
.text-block h2,
.side-card h2 {
    margin: 8px 0 0;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.section-head h2 {
    font-size: clamp(26px, 3vw, 38px);
}

.section-head p,
.page-hero p {
    color: var(--muted);
}

.section-head a {
    color: var(--blue);
    font-weight: 800;
}

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

.category-card,
.category-overview-card,
.detail-card,
.side-card,
.filter-panel {
    background: var(--card);
    border: 1px solid rgba(226, 232, 240, 0.88);
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.category-card {
    min-height: 182px;
    padding: 22px;
    background: linear-gradient(135deg, #fff, #eff6ff 54%, #fdf2f8);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover,
.movie-card:hover,
.compact-card:hover,
.rank-row:hover,
.category-overview-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.category-card span,
.category-title {
    display: block;
    color: var(--blue);
    font-size: 18px;
    font-weight: 900;
}

.category-card strong {
    display: block;
    margin-top: 26px;
    font-size: 18px;
}

.category-card em,
.category-overview-card p {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-style: normal;
    font-size: 14px;
}

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

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

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

.movie-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.poster-frame {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a8a, #581c87);
}

.movie-card:hover img {
    transform: scale(1.06);
}

.poster-frame img,
.compact-card img,
.rank-row img,
.detail-cover img,
.hero-cover img {
    transition: transform 0.45s ease, opacity 0.3s ease;
}

.poster-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.movie-card:hover .poster-shade {
    opacity: 1;
}

.play-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(37, 99, 235, 0.88);
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .play-badge {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.year-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(90deg, #ec4899, #9333ea);
    font-size: 12px;
    font-weight: 800;
}

.movie-info {
    display: flex;
    min-height: 176px;
    flex-direction: column;
    gap: 8px;
    padding: 15px;
}

.movie-info strong {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    color: #111827;
    font-size: 17px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.meta-line,
.movie-desc,
.compact-card small,
.rank-row small {
    color: var(--muted);
    font-size: 13px;
}

.movie-desc {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tag-row {
    margin-top: auto;
}

.rank-panel {
    position: sticky;
    top: 92px;
    padding: 22px;
    border-radius: 26px;
    background: linear-gradient(180deg, #fff, #eff6ff);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.compact-list,
.mini-list {
    display: grid;
    gap: 12px;
}

.compact-card {
    display: grid;
    grid-template-columns: 42px 82px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compact-card img {
    aspect-ratio: 16 / 10;
    border-radius: 12px;
}

.compact-card strong,
.rank-row strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.compact-card small {
    display: block;
    margin-top: 4px;
}

.rank-number,
.rank-index {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #9333ea);
    font-weight: 900;
}

.gradient-callout {
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(90deg, #2563eb, #9333ea);
    padding: 54px;
    text-align: center;
    box-shadow: var(--shadow);
}

.gradient-callout h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 3.6vw, 44px);
}

.gradient-callout p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.86);
}

.callout-actions {
    justify-content: center;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 16px 78px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 14% 22%, rgba(37, 99, 235, 0.72), transparent 28%), radial-gradient(circle at 84% 18%, rgba(236, 72, 153, 0.58), transparent 26%), linear-gradient(135deg, #172554, #581c87 52%, #111827);
}

.page-hero h1 {
    max-width: 940px;
    margin: 18px auto 12px;
    font-size: clamp(34px, 5vw, 58px);
}

.page-hero p {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

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

.category-overview-card {
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-title {
    font-size: 24px;
}

.mini-list .compact-card {
    grid-template-columns: 74px minmax(0, 1fr);
}

.mini-list .compact-card .rank-number {
    display: none;
}

.filter-panel {
    margin-bottom: 24px;
    padding: 20px;
}

.filter-title {
    margin-bottom: 14px;
    font-weight: 900;
}

.filter-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(120px, 0.24fr));
    gap: 12px;
}

.filter-input,
.filter-select {
    min-height: 46px;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    outline: 0;
    padding: 0 14px;
    color: #111827;
    background: #fff;
}

.filter-input:focus,
.filter-select:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.filter-empty {
    margin-top: 16px;
    padding: 14px;
    border-radius: 14px;
    color: #475569;
    background: #f8fafc;
    text-align: center;
}

.narrow-section {
    max-width: 980px;
}

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

.rank-row {
    display: grid;
    grid-template-columns: 58px 112px minmax(0, 1fr) 92px;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-row img {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
}

.rank-main {
    min-width: 0;
}

.rank-main small {
    display: block;
    margin: 5px 0 8px;
}

.rank-meta {
    color: #475569;
    text-align: right;
    font-size: 13px;
    font-weight: 800;
}

.watch-section {
    padding: 24px 0 0;
    background: #050814;
}

.watch-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 14px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
}

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

.player-shell {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
    background: #000;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.movie-video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    object-fit: contain;
}

.play-layer {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    gap: 12px;
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.66));
    cursor: pointer;
}

.play-layer span {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    padding-left: 4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #ec4899);
    box-shadow: 0 18px 46px rgba(37, 99, 235, 0.32);
    font-size: 28px;
}

.play-layer strong {
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.player-shell.is-playing .play-layer {
    display: none;
}

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

.detail-main {
    min-width: 0;
}

.detail-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
}

.detail-cover {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #1e3a8a, #581c87);
}

.detail-copy h1 {
    font-size: clamp(30px, 4vw, 48px);
}

.lead {
    color: #475569;
    font-size: 18px;
}

.detail-meta {
    margin: 18px 0;
}

.text-block {
    margin-top: 22px;
    padding: 26px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.text-block h2,
.side-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

.text-block p {
    margin: 0;
    color: #334155;
    font-size: 16px;
}

.detail-side {
    position: sticky;
    top: 92px;
}

.side-card {
    padding: 22px;
}

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

.site-footer {
    margin-top: 20px;
    color: #cbd5e1;
    background: #0f172a;
}

.footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
}

.footer-brand {
    color: #fff;
    font-size: 20px;
}

.footer-inner p {
    max-width: 680px;
    margin: 12px 0 0;
    color: #94a3b8;
}

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

.footer-links a {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

[hidden] {
    display: none !important;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {
    .category-grid,
    .catalog-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-grid,
    .related-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .split-section,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .rank-panel,
    .detail-side {
        position: static;
    }
}

@media (max-width: 860px) {
    .desktop-nav {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .mobile-nav.open {
        display: flex;
    }

    .hero-inner {
        min-height: auto;
        padding: 52px 0 120px;
    }

    .hero-slide,
    .hero-slide.active {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hero-cover {
        max-width: 360px;
        margin: 0 auto;
    }

    .hero-search {
        grid-template-columns: 1fr;
    }

    .hero-chipbar,
    .hero-dots {
        position: static;
        justify-content: flex-start;
        margin-top: 18px;
    }

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

    .filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .detail-card {
        grid-template-columns: 1fr;
    }

    .detail-cover {
        max-width: 280px;
    }

    .rank-row {
        grid-template-columns: 44px 84px minmax(0, 1fr);
    }

    .rank-meta {
        display: none;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 560px) {
    .header-inner {
        width: min(100% - 22px, 1180px);
    }

    .brand-text {
        font-size: 15px;
    }

    .section {
        width: min(100% - 22px, 1180px);
        padding: 46px 0;
    }

    .hero-inner,
    .watch-inner,
    .footer-inner {
        width: min(100% - 22px, 1180px);
    }

    .hero-copy h1 {
        font-size: 34px;
    }

    .hero-copy p,
    .page-hero p,
    .lead {
        font-size: 16px;
    }

    .category-grid,
    .catalog-grid,
    .home-grid,
    .overview-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .filter-grid {
        grid-template-columns: 1fr;
    }

    .gradient-callout {
        padding: 34px 20px;
    }

    .compact-card {
        grid-template-columns: 36px 74px minmax(0, 1fr);
    }

    .rank-row {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .rank-row img {
        display: none;
    }

    .player-shell {
        border-radius: 18px 18px 0 0;
    }
}
