:root {
    --stone-950: #0c0a09;
    --stone-900: #1c1917;
    --stone-850: #241f1c;
    --stone-800: #292524;
    --stone-700: #44403c;
    --stone-600: #57534e;
    --stone-300: #d6d3d1;
    --stone-200: #e7e5e4;
    --stone-100: #f5f5f4;
    --amber-700: #b45309;
    --amber-600: #d97706;
    --amber-500: #f59e0b;
    --amber-400: #fbbf24;
    --amber-100: #fef3c7;
    --white: #ffffff;
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.22);
    --shadow-card: 0 16px 40px rgba(28, 25, 23, 0.14);
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--stone-800);
    background: linear-gradient(180deg, #fff7ed 0%, #f5f5f4 42%, #e7e5e4 100%);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    text-rendering: optimizeLegibility;
}

body.nav-open {
    overflow: hidden;
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(28, 25, 23, 0.92);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
    backdrop-filter: blur(18px);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-weight: 900;
    letter-spacing: 0.02em;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    color: var(--stone-900);
    background: linear-gradient(135deg, var(--amber-400), var(--amber-600));
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(245, 158, 11, 0.36);
}

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

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

.nav-link {
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

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

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--white);
    border-radius: 999px;
}

.hero-slider {
    position: relative;
    min-height: 760px;
    color: var(--white);
    overflow: hidden;
    background: radial-gradient(circle at 20% 10%, rgba(245, 158, 11, 0.28), transparent 34%), linear-gradient(135deg, #11100f 0%, #292524 50%, #78350f 100%);
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.45) 1px, transparent 0);
    background-size: 34px 34px;
}

.hero-stage {
    position: relative;
    width: min(1180px, calc(100% - 32px));
    min-height: 640px;
    margin: 0 auto;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    padding: 88px 0 120px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity 0.75s ease, transform 0.75s ease, visibility 0.75s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.hero-backdrop {
    position: absolute;
    inset: 52px 0 96px auto;
    width: min(48vw, 560px);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(28, 25, 23, 0.88), rgba(28, 25, 23, 0.28) 48%, transparent 100%);
}

.hero-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.78) saturate(1.12);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(680px, 100%);
    padding: 34px;
    background: linear-gradient(135deg, rgba(28, 25, 23, 0.82), rgba(68, 64, 60, 0.34));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(16px);
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--amber-500);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-content h1 {
    margin: 18px 0;
    font-size: clamp(42px, 8vw, 78px);
    line-height: 0.96;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.hero-subtitle {
    width: min(580px, 100%);
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.7;
}

.hero-tags {
    margin-bottom: 28px;
}

.hero-actions,
.section-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 14px;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn.primary {
    color: var(--stone-950);
    background: linear-gradient(135deg, var(--amber-400), var(--amber-600));
    box-shadow: 0 14px 34px rgba(245, 158, 11, 0.36);
}

.btn.secondary {
    color: var(--white);
    background: var(--stone-900);
}

.btn.ghost {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--stone-900);
    background: rgba(255, 255, 255, 0.88);
    border: 0;
    border-radius: 999px;
    box-shadow: var(--shadow-card);
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-arrow:hover {
    background: var(--white);
    transform: translateY(-50%) scale(1.06);
}

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

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

.hero-dots {
    position: absolute;
    left: 0;
    bottom: 56px;
    z-index: 4;
    display: flex;
    gap: 9px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    background: rgba(255, 255, 255, 0.42);
    border: 0;
    border-radius: 999px;
    transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
    width: 38px;
    background: var(--amber-400);
}

.hero-search-panel {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 5;
    width: min(920px, calc(100% - 32px));
    padding: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(245, 158, 11, 0.24);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    transform: translateX(-50%);
}

.hero-search-panel form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: end;
}

.hero-search-panel label,
.filter-panel label {
    display: grid;
    gap: 6px;
    color: var(--stone-600);
    font-size: 13px;
    font-weight: 800;
}

.hero-search-panel input,
.filter-panel input,
.filter-panel select {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    color: var(--stone-900);
    background: var(--white);
    border: 1px solid var(--stone-200);
    border-radius: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-search-panel input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
    border-color: var(--amber-500);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
}

.hero-search-panel button {
    min-height: 46px;
    padding: 0 22px;
    color: var(--white);
    background: var(--stone-900);
    border: 0;
    border-radius: 14px;
    font-weight: 900;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    color: var(--stone-600);
}

.hero-stats span {
    display: inline-flex;
    gap: 6px;
    padding: 8px 12px;
    background: var(--stone-100);
    border-radius: 999px;
}

.hero-stats strong {
    color: var(--amber-700);
}

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

.content-section {
    margin: 56px 0;
    padding: clamp(22px, 4vw, 34px);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(214, 211, 209, 0.72);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

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

.section-head h2,
.simple-hero h1,
.detail-title-block h1,
.detail-article h2 {
    margin: 8px 0 0;
    color: var(--stone-900);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.section-head p {
    max-width: 460px;
    color: var(--stone-600);
    line-height: 1.8;
}

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

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

.movie-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--stone-200);
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(28, 25, 23, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
    border-color: rgba(245, 158, 11, 0.5);
    box-shadow: 0 22px 44px rgba(28, 25, 23, 0.16);
    transform: translateY(-6px);
}

.movie-card.is-hidden {
    display: none;
}

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(135deg, var(--stone-900), var(--stone-700));
}

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

.movie-card:hover .poster-link img,
.category-tile:hover img,
.ranking-cover:hover img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.poster-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 6px 10px;
    color: var(--stone-950);
    background: var(--amber-400);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

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

.meta-line {
    color: var(--amber-700);
    font-size: 13px;
    font-weight: 800;
}

.movie-card h3 {
    margin: 8px 0;
    color: var(--stone-900);
    font-size: 18px;
    line-height: 1.32;
    font-weight: 900;
}

.movie-card p {
    min-height: 48px;
    margin: 0 0 12px;
    color: var(--stone-600);
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card.compact h3 {
    font-size: 16px;
}

.movie-card.compact .movie-card-body {
    padding: 14px;
}

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

.tag {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    color: var(--amber-700);
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.18);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

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

.category-tile {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 22px;
    color: var(--white);
    background: var(--stone-900);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
}

.category-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.42;
    transition: transform 0.45s ease;
}

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 10%, rgba(28, 25, 23, 0.88) 100%);
}

.category-tile span,
.category-tile p {
    position: relative;
    z-index: 2;
}

.category-tile span {
    font-size: 22px;
    font-weight: 950;
}

.category-tile p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.filter-panel {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 0.7fr;
    gap: 14px;
    align-items: end;
    margin-bottom: 24px;
    padding: 16px;
    background: var(--stone-100);
    border: 1px solid var(--stone-200);
    border-radius: 22px;
}

.filter-status {
    grid-column: 1 / -1;
    color: var(--stone-600);
    font-size: 14px;
}

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

.rank-row {
    display: grid;
    grid-template-columns: auto 64px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: var(--stone-100);
    border: 1px solid var(--stone-200);
    border-radius: 18px;
    transition: transform 0.22s ease, background 0.22s ease;
}

.rank-row:hover {
    background: var(--white);
    transform: translateX(4px);
}

.rank-num {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--stone-900);
    border-radius: 12px;
    font-weight: 950;
}

.rank-row img {
    width: 64px;
    height: 86px;
    object-fit: cover;
    border-radius: 12px;
}

.rank-title {
    color: var(--stone-900);
    font-weight: 900;
}

.rank-meta {
    color: var(--stone-600);
    font-size: 13px;
}

.rank-section .section-action {
    margin-top: 24px;
    justify-content: center;
}

.page-main {
    padding: 28px 0 64px;
}

.simple-hero {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 0;
    padding: clamp(34px, 6vw, 72px);
    color: var(--white);
    background: radial-gradient(circle at 18% 20%, rgba(251, 191, 36, 0.28), transparent 26%), linear-gradient(135deg, var(--stone-950), var(--stone-800));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    box-shadow: var(--shadow-soft);
}

.simple-hero h1 {
    color: var(--white);
}

.simple-hero p {
    max-width: 760px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 18px 0;
    color: var(--stone-600);
    font-size: 14px;
}

.breadcrumb a:hover {
    color: var(--amber-700);
}

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

.detail-player-card,
.detail-meta-card,
.detail-side {
    min-width: 0;
}

.detail-player-card {
    overflow: hidden;
    background: var(--stone-900);
    border-radius: 30px;
    box-shadow: var(--shadow-soft);
}

.player-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.site-video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
}

.play-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: grid;
    place-items: center;
    gap: 12px;
    color: var(--white);
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.58));
    border: 0;
    font-size: 18px;
    font-weight: 900;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.play-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.play-circle {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    padding-left: 5px;
    color: var(--stone-950);
    background: linear-gradient(135deg, var(--amber-400), var(--amber-600));
    border-radius: 999px;
    box-shadow: 0 18px 38px rgba(245, 158, 11, 0.34);
    font-size: 30px;
}

.detail-title-block {
    padding: 26px;
}

.detail-title-block h1 {
    color: var(--white);
}

.detail-title-block p:not(.section-kicker) {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

.detail-side {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 18px;
}

.detail-cover {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background: var(--stone-900);
    border-radius: 26px;
    box-shadow: var(--shadow-card);
}

.detail-meta-card {
    padding: 22px;
    background: var(--white);
    border: 1px solid var(--stone-200);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
}

.detail-meta-card h2 {
    margin: 0 0 16px;
    color: var(--stone-900);
    font-size: 22px;
}

.detail-meta-card dl {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 10px 12px;
    margin: 0 0 18px;
}

.detail-meta-card dt {
    color: var(--stone-600);
    font-weight: 800;
}

.detail-meta-card dd {
    margin: 0;
    color: var(--stone-900);
}

.detail-article {
    color: var(--stone-700);
    line-height: 1.95;
}

.detail-article h2 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: clamp(24px, 3vw, 34px);
}

.detail-article h2 + p {
    margin-top: 0;
}

.detail-article p {
    margin: 0 0 26px;
    font-size: 17px;
}

.ranking-list-page {
    display: grid;
    gap: 18px;
}

.ranking-card {
    display: grid;
    grid-template-columns: 116px 1fr;
    gap: 18px;
    align-items: center;
    padding: 16px;
    background: var(--stone-100);
    border: 1px solid var(--stone-200);
    border-radius: 24px;
}

.ranking-cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: var(--stone-900);
    border-radius: 18px;
}

.ranking-cover span {
    position: absolute;
    z-index: 3;
    left: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--stone-950);
    background: var(--amber-400);
    border-radius: 12px;
    font-weight: 950;
}

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

.ranking-card h2 {
    margin: 6px 0 8px;
    color: var(--stone-900);
    font-size: 24px;
}

.ranking-card p {
    margin: 0 0 12px;
    color: var(--stone-600);
    line-height: 1.75;
}

.site-footer {
    padding: 42px 0;
    color: rgba(255, 255, 255, 0.78);
    background: var(--stone-950);
}

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

.footer-brand {
    color: var(--white);
    font-size: 20px;
    font-weight: 950;
}

.footer-inner p {
    margin: 0;
}

@media (max-width: 1100px) {
    .movie-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

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

    .detail-side {
        position: static;
        grid-template-columns: 220px 1fr;
    }
}

@media (max-width: 820px) {
    .menu-toggle {
        display: block;
    }

    .site-nav {
        position: fixed;
        inset: 72px 16px auto 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        background: rgba(28, 25, 23, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 20px;
        box-shadow: var(--shadow-soft);
    }

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

    .nav-link {
        padding: 14px 16px;
    }

    .hero-slider {
        min-height: 850px;
    }

    .hero-stage {
        min-height: 690px;
    }

    .hero-slide {
        padding-top: 64px;
        align-items: start;
    }

    .hero-backdrop {
        inset: 280px 0 98px 0;
        width: 100%;
        opacity: 0.72;
    }

    .hero-content {
        padding: 24px;
    }

    .hero-arrow {
        display: none;
    }

    .hero-dots {
        bottom: 40px;
    }

    .hero-search-panel form,
    .filter-panel {
        grid-template-columns: 1fr;
    }

    .section-head {
        display: block;
    }

    .section-head p {
        margin-top: 14px;
    }

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

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

    .rank-list {
        grid-template-columns: 1fr;
    }

    .rank-row {
        grid-template-columns: auto 58px 1fr;
    }

    .rank-meta {
        grid-column: 3;
    }

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

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

    .footer-inner {
        display: block;
    }

    .footer-inner p {
        margin-top: 10px;
    }
}

@media (max-width: 520px) {
    .header-inner,
    .page-wrap,
    .simple-hero,
    .hero-stage {
        width: min(100% - 22px, 1180px);
    }

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

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-search-panel {
        bottom: 18px;
        padding: 14px;
    }

    .hero-stats {
        display: grid;
    }

    .content-section {
        margin: 34px 0;
        padding: 18px;
        border-radius: 22px;
    }

    .movie-grid,
    .compact-grid,
    .category-grid {
        grid-template-columns: 1fr;
    }

    .ranking-card {
        grid-template-columns: 86px 1fr;
        gap: 14px;
    }

    .ranking-card h2 {
        font-size: 18px;
    }
}
