:root {
    --rose: #f43f5e;
    --pink: #ec4899;
    --orange: #f97316;
    --amber: #facc15;
    --slate: #111827;
    --muted: #6b7280;
    --soft: #fff7ed;
    --line: rgba(255, 255, 255, 0.24);
    --shadow: 0 24px 70px rgba(190, 18, 60, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    color: var(--slate);
    background: linear-gradient(135deg, #fff1f2 0%, #fdf2f8 45%, #ffedd5 100%);
    min-height: 100vh;
}

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

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

button,
input,
select {
    font: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    color: #ffffff;
    background: linear-gradient(90deg, var(--rose), var(--pink), #fb923c);
    box-shadow: 0 12px 34px rgba(244, 63, 94, 0.28);
}

.nav-container {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 72px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    font-weight: 800;
}

.brand-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 0 0 1px var(--line);
}

.brand-name {
    font-size: 25px;
    letter-spacing: 1px;
}

.brand-short {
    display: none;
    font-size: 20px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.desktop-nav::-webkit-scrollbar {
    display: none;
}

.desktop-nav a,
.mobile-panel a {
    font-weight: 650;
    opacity: 0.96;
    transition: color 0.2s ease, transform 0.2s ease;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
    color: #fef3c7;
    transform: translateY(-1px);
}

.header-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 310px;
}

.header-search input,
.mobile-panel input,
.hero-search input,
.filter-input input,
.sort-select-wrap select {
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.20);
    padding: 12px 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
}

.header-search input::placeholder,
.mobile-panel input::placeholder,
.hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.76);
}

.header-search button,
.mobile-panel button,
.hero-search button {
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    color: var(--rose);
    background: #ffffff;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.header-search button:hover,
.mobile-panel button:hover,
.hero-search button:hover {
    transform: translateY(-1px) scale(1.02);
    background: #fef3c7;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.20);
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.mobile-panel {
    display: none;
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 16px;
    gap: 12px;
    flex-direction: column;
}

.mobile-panel.is-open {
    display: flex;
}

.mobile-panel form {
    display: flex;
    gap: 8px;
}

.hero,
.page-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(125deg, #f43f5e 0%, #ec4899 52%, #fb923c 100%);
}

.hero {
    min-height: 680px;
    padding: 94px 0 74px;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(24px);
    opacity: 0.22;
    background: #ffffff;
    pointer-events: none;
}

.hero-glow.one {
    width: 360px;
    height: 360px;
    left: 5%;
    top: 6%;
}

.hero-glow.two {
    width: 460px;
    height: 460px;
    right: 4%;
    bottom: -8%;
    background: #fde68a;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 48px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #fff7ed;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(14px);
}

.hero-copy h1,
.page-hero h1,
.detail-copy h1 {
    margin: 0;
    font-size: clamp(42px, 7vw, 72px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2px;
}

.hero-copy p,
.page-hero p,
.detail-copy p {
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.90);
}

.hero-search {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    max-width: 620px;
}

.hero-search input {
    padding: 16px 22px;
    font-size: 17px;
}

.hero-search button {
    padding: 15px 26px;
}

.hero-actions,
.center-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 850;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-2px) scale(1.02);
}

.button-primary {
    color: var(--rose);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.18);
}

.section-block .button-primary,
.button-ghost-dark {
    color: #ffffff;
    background: linear-gradient(90deg, var(--rose), var(--orange));
    box-shadow: 0 16px 38px rgba(244, 63, 94, 0.22);
}

.button-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.button-light {
    color: var(--rose);
    background: #ffffff;
}

.hero-carousel {
    position: relative;
    height: 540px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 32px 100px rgba(15, 23, 42, 0.34);
    background: rgba(15, 23, 42, 0.18);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.6s ease, transform 0.8s ease;
}

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

.hero-slide img,
.detail-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.10) 0%, rgba(15, 23, 42, 0.82) 100%);
}

.hero-slide-content {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
}

.hero-kicker,
.card-badge {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(90deg, var(--rose), var(--orange));
}

.hero-slide h2 {
    margin: 14px 0 8px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
}

.hero-slide p {
    max-width: 640px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
}

.hero-dots {
    position: absolute;
    right: 24px;
    top: 24px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.hero-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    cursor: pointer;
}

.hero-dots button.is-active {
    width: 28px;
    background: #ffffff;
}

.stats-strip {
    position: relative;
    z-index: 2;
    margin-top: -42px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.stats-grid a {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-grid a:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 80px rgba(190, 18, 60, 0.24);
}

.stats-grid strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
}

.stats-grid span {
    color: var(--muted);
    line-height: 1.65;
}

.section-block {
    padding: 72px 0;
}

.soft-bg {
    background: rgba(255, 255, 255, 0.48);
}

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

.section-heading h2 {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    letter-spacing: -0.8px;
}

.section-heading p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 12px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
    gap: 24px;
}

.featured-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.small-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.movie-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 74px rgba(244, 63, 94, 0.22);
}

.movie-card-link {
    display: block;
    height: 100%;
}

.poster-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #fb7185, #fb923c);
}

.movie-card.compact .poster-wrap {
    aspect-ratio: 3 / 4;
}

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

.movie-card:hover .poster-wrap img {
    transform: scale(1.09);
}

.card-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.card-score {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(10px);
}

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

.movie-card-body h2,
.movie-card-body h3 {
    margin: 0 0 9px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card-body p {
    margin: 0 0 14px;
    min-height: 46px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-meta,
.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.movie-meta span,
.detail-meta span {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 750;
    color: #be123c;
    background: #fff1f2;
}

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

.tag-row span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 9px;
    color: #db2777;
    font-size: 12px;
    font-weight: 750;
    background: #fdf2f8;
}

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

.category-grid,
.category-overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}

.category-tile,
.category-overview-card a {
    position: relative;
    display: block;
    min-height: 220px;
    padding: 24px;
    overflow: hidden;
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--rose), var(--pink), var(--orange));
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-tile:hover,
.category-overview-card a:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 84px rgba(244, 63, 94, 0.28);
}

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

.category-tile:hover img {
    transform: scale(1.08);
}

.category-tile span,
.category-tile em {
    position: relative;
    z-index: 1;
    display: block;
}

.category-tile span,
.category-overview-card h2 {
    margin: 0 0 10px;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
}

.category-tile em,
.category-overview-card p {
    color: rgba(255, 255, 255, 0.88);
    font-style: normal;
    line-height: 1.72;
}

.category-preview-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 18px;
}

.category-preview-images img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.2);
}

.category-overview-card span {
    display: inline-flex;
    margin-top: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--rose);
    font-weight: 850;
    background: #ffffff;
}

.page-hero {
    padding: 74px 0 64px;
}

.compact-hero {
    padding: 58px 0 54px;
}

.page-hero h1 {
    margin: 0;
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 900;
}

.page-hero p {
    max-width: 780px;
}

.breadcrumb,
.breadcrumb-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 750;
}

.list-controls {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 220px;
    gap: 14px;
    margin-bottom: 28px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.09);
}

.filter-input span,
.sort-select-wrap span {
    display: block;
    margin-bottom: 8px;
    color: #9f1239;
    font-size: 13px;
    font-weight: 850;
}

.filter-input input,
.sort-select-wrap select {
    color: #111827;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #fecdd3;
}

.filter-input input::placeholder {
    color: #9ca3af;
}

.rank-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rank-row a {
    display: grid;
    grid-template-columns: 64px 86px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-row a:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(244, 63, 94, 0.18);
}

.rank-number {
    color: var(--rose);
    font-size: 24px;
    font-weight: 950;
    text-align: center;
}

.rank-row img {
    width: 86px;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    object-fit: cover;
}

.rank-info strong,
.rank-info em {
    display: block;
}

.rank-info strong {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 900;
}

.rank-info em {
    margin-bottom: 9px;
    color: var(--muted);
    font-style: normal;
    line-height: 1.55;
}

.rank-score {
    padding: 8px 12px;
    border-radius: 999px;
    color: #92400e;
    font-weight: 900;
    background: #fef3c7;
}

.detail-hero {
    padding: 72px 0;
    background: #111827;
}

.detail-backdrop {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    filter: blur(2px);
}

.detail-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 24, 39, 0.96), rgba(17, 24, 39, 0.64), rgba(244, 63, 94, 0.58));
}

.detail-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.detail-poster {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.38);
}

.detail-poster img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.detail-copy h1 {
    font-size: clamp(38px, 6vw, 70px);
}

.detail-meta {
    margin-top: 24px;
}

.large-tags {
    margin: 18px 0 28px;
}

.large-tags span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

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

.player-card,
.side-panel {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
}

.player-card {
    padding: 24px;
}

.player-card h2,
.side-panel h2 {
    margin: 0 0 16px;
    font-size: 25px;
    font-weight: 900;
}

.player-card p {
    margin: 0 0 22px;
    color: #374151;
    line-height: 1.95;
    font-size: 16px;
}

.video-shell {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    border-radius: 24px;
    background: #020617;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.video-shell video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #020617;
    cursor: pointer;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.54));
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.play-overlay span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 999px;
    padding-left: 6px;
    color: var(--rose);
    font-size: 34px;
    background: #ffffff;
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
}

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

.side-panel {
    padding: 24px;
    position: sticky;
    top: 96px;
}

.side-panel dl {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px 14px;
    margin: 0 0 24px;
}

.side-panel dt {
    color: #9f1239;
    font-weight: 900;
}

.side-panel dd {
    margin: 0;
    color: #374151;
    line-height: 1.55;
}

.site-footer {
    color: #d1d5db;
    background: linear-gradient(135deg, #111827, #1f2937, #111827);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) 1.1fr;
    gap: 40px;
    padding: 54px 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 24px;
}

.site-footer p {
    max-width: 430px;
    margin: 0;
    line-height: 1.8;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: #fb7185;
    font-size: 20px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

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

.footer-links a:hover {
    color: #ffffff;
    background: rgba(244, 63, 94, 0.55);
}

.footer-bottom {
    padding: 18px 0 26px;
    text-align: center;
    color: #9ca3af;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hidden-by-filter {
    display: none !important;
}

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

    .header-search {
        flex: 1 1 auto;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .hero {
        min-height: auto;
        padding: 70px 0 54px;
    }

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

    .hero-carousel {
        height: 460px;
    }

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

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

    .side-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .nav-container {
        gap: 10px;
        min-height: 66px;
    }

    .brand-name {
        display: none;
    }

    .brand-short {
        display: inline;
    }

    .header-search {
        display: none;
    }

    .mobile-panel form {
        flex-direction: column;
    }

    .hero-copy h1,
    .page-hero h1,
    .detail-copy h1 {
        letter-spacing: -1px;
    }

    .hero-search,
    .list-controls {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .hero-search {
        display: grid;
    }

    .hero-carousel {
        height: 420px;
        border-radius: 24px;
    }

    .hero-slide-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .section-block {
        padding: 54px 0;
    }

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

    .rank-score {
        grid-column: 2 / 4;
        width: fit-content;
    }

    .rank-row img {
        width: 70px;
    }
}
