:root {
    color-scheme: dark;
    --bg: #020617;
    --bg-soft: #0f172a;
    --panel: rgba(15, 23, 42, 0.72);
    --panel-strong: rgba(30, 41, 59, 0.92);
    --line: rgba(148, 163, 184, 0.16);
    --text: #f8fafc;
    --muted: #94a3b8;
    --muted-strong: #cbd5e1;
    --brand: #6366f1;
    --brand-strong: #4f46e5;
    --brand-soft: rgba(99, 102, 241, 0.18);
    --radius: 22px;
    --shadow: 0 24px 70px rgba(2, 6, 23, 0.45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at 20% 0%, rgba(99, 102, 241, 0.2), transparent 34rem),
        radial-gradient(circle at 85% 10%, rgba(14, 165, 233, 0.14), transparent 28rem),
        linear-gradient(180deg, #020617 0%, #0f172a 42%, #020617 100%);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

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

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

button,
input {
    font: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: rgba(2, 6, 23, 0.86);
    backdrop-filter: blur(18px);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #0ea5e9);
    box-shadow: 0 16px 36px rgba(79, 70, 229, 0.35);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-text strong {
    font-size: 20px;
    letter-spacing: 0.02em;
}

.brand-text small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
}

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

.nav-link {
    color: var(--muted-strong);
    font-size: 14px;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: #fff;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: #fff;
    background: rgba(15, 23, 42, 0.92);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 99px;
    background: currentColor;
}

.mobile-nav {
    border-top: 1px solid var(--line);
    background: rgba(15, 23, 42, 0.96);
}

.mobile-nav__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 0 18px;
}

.mobile-nav a {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--muted-strong);
    background: rgba(30, 41, 59, 0.56);
}

.hero-slider {
    position: relative;
    height: 620px;
    min-height: 540px;
    overflow: hidden;
    background: #020617;
}

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

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

.hero-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.06);
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.62) 43%, rgba(2, 6, 23, 0.15) 100%),
        linear-gradient(0deg, #020617 0%, rgba(2, 6, 23, 0.18) 42%, rgba(2, 6, 23, 0.24) 100%);
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}

.hero-copy {
    width: min(680px, 100%);
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid rgba(129, 140, 248, 0.42);
    border-radius: 999px;
    color: #c7d2fe;
    background: rgba(79, 70, 229, 0.22);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0 0 16px;
    font-size: clamp(36px, 7vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.hero-copy p {
    max-width: 720px;
    margin: 0 0 18px;
    color: var(--muted-strong);
    font-size: clamp(16px, 2.1vw, 20px);
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.hero-meta span {
    padding: 6px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted-strong);
    background: rgba(15, 23, 42, 0.72);
    font-size: 13px;
}

.hero-search {
    display: flex;
    width: min(560px, 100%);
    margin-bottom: 24px;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.84);
    box-shadow: var(--shadow);
}

.hero-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    padding: 12px 14px;
}

.hero-search input::placeholder {
    color: #64748b;
}

.hero-search button,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 13px;
    cursor: pointer;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hero-search button,
.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), #0ea5e9);
}

.btn-ghost {
    border: 1px solid rgba(148, 163, 184, 0.24);
    color: #fff;
    background: rgba(15, 23, 42, 0.72);
}

.btn-plain {
    color: #c7d2fe;
    background: transparent;
}

.hero-search button:hover,
.btn:hover {
    transform: translateY(-2px);
}

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

.hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: #fff;
    background: rgba(2, 6, 23, 0.56);
    cursor: pointer;
    font-size: 36px;
    line-height: 1;
    transform: translateY(-50%);
}

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

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

.hero-dots {
    position: absolute;
    right: 50%;
    bottom: 30px;
    z-index: 4;
    display: flex;
    gap: 8px;
    transform: translateX(50%);
}

.hero-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
    width: 32px;
    background: #fff;
}

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

.section-block--first {
    padding-top: 28px;
}

.page-main {
    padding-top: 34px;
    padding-bottom: 90px;
}

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

.section-head--tight {
    align-items: center;
    margin-bottom: 18px;
}

.section-head h2,
.page-hero h1,
.detail-info h1,
.content-section h2 {
    margin: 0;
}

.section-head h2 {
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
}

.section-head a {
    color: #a5b4fc;
    white-space: nowrap;
}

.movie-grid {
    display: grid;
    gap: 20px;
}

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

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

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

.movie-card {
    min-width: 0;
}

.movie-card__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(15, 23, 42, 0.68);
    box-shadow: 0 18px 50px rgba(2, 6, 23, 0.2);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.movie-card__link:hover {
    border-color: rgba(129, 140, 248, 0.42);
    background: rgba(30, 41, 59, 0.86);
    transform: translateY(-5px);
}

.movie-card__poster {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: rgba(15, 23, 42, 0.8);
}

.movie-card--wide .movie-card__poster,
.movie-card--landscape .movie-card__poster {
    aspect-ratio: 16 / 9;
}

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

.movie-card__link:hover img {
    transform: scale(1.07);
}

.movie-card__shade {
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(0deg, rgba(2, 6, 23, 0.78), transparent);
}

.movie-card__play {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: rgba(99, 102, 241, 0.88);
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.movie-card__link:hover .movie-card__play {
    opacity: 1;
    transform: scale(1);
}

.movie-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}

.movie-card__meta,
.movie-card__foot,
.compact-card em {
    color: var(--muted);
    font-size: 12px;
}

.movie-card__title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.8em;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.movie-card__desc {
    display: -webkit-box;
    overflow: hidden;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.movie-card__foot {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.movie-card__foot span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #f97316, #eab308);
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(249, 115, 22, 0.34);
}

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

.category-card,
.category-overview-card a {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(99, 102, 241, 0.16), transparent 52%),
        rgba(15, 23, 42, 0.7);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.category-card:hover,
.category-overview-card a:hover {
    border-color: rgba(129, 140, 248, 0.5);
    background:
        linear-gradient(145deg, rgba(99, 102, 241, 0.24), transparent 52%),
        rgba(30, 41, 59, 0.86);
    transform: translateY(-4px);
}

.category-card span,
.category-overview-card span {
    color: #a5b4fc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.category-card strong,
.category-overview-card h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.category-card em,
.category-overview-card p {
    color: var(--muted-strong);
    font-style: normal;
    font-size: 14px;
}

.category-card small,
.category-overview-card div {
    display: grid;
    gap: 6px;
    margin-top: auto;
    color: var(--muted);
    font-size: 13px;
}

.category-card small a,
.category-overview-card div a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    align-items: start;
}

.ranking-panel,
.filter-panel,
.page-hero,
.content-section,
.player-section,
.detail-hero {
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 4px);
    background: rgba(15, 23, 42, 0.7);
    box-shadow: var(--shadow);
}

.ranking-panel {
    position: sticky;
    top: 88px;
    padding: 22px;
}

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

.compact-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 16px;
    background: rgba(2, 6, 23, 0.34);
    transition: background 0.2s ease, transform 0.2s ease;
}

.compact-card:hover {
    background: rgba(30, 41, 59, 0.86);
    transform: translateX(3px);
}

.compact-card img {
    width: 58px;
    height: 74px;
    border-radius: 12px;
    object-fit: cover;
}

.compact-card span:last-child {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.compact-card strong {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compact-card em {
    overflow: hidden;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compact-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: #fff;
    background: rgba(99, 102, 241, 0.82);
    font-weight: 800;
}

.compact-card:has(.compact-rank) {
    grid-template-columns: 30px 58px minmax(0, 1fr);
}

.page-hero {
    margin-bottom: 28px;
    padding: clamp(26px, 5vw, 46px);
    background:
        radial-gradient(circle at right top, rgba(99, 102, 241, 0.22), transparent 32rem),
        rgba(15, 23, 42, 0.72);
}

.page-hero h1 {
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.page-hero p {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--muted-strong);
    font-size: 17px;
}

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

.breadcrumbs a {
    color: #c7d2fe;
}

.filter-panel {
    display: grid;
    gap: 16px;
    margin-bottom: 26px;
    padding: 18px;
}

.filter-search {
    position: relative;
}

.filter-search input {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    outline: 0;
    color: #fff;
    background: rgba(2, 6, 23, 0.42);
    padding: 0 48px 0 16px;
}

.filter-search span {
    position: absolute;
    right: 18px;
    top: 50%;
    color: var(--muted);
    transform: translateY(-50%);
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-chip {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    color: var(--muted-strong);
    background: rgba(2, 6, 23, 0.22);
    cursor: pointer;
}

.filter-chip.is-active {
    color: #fff;
    border-color: rgba(129, 140, 248, 0.5);
    background: var(--brand-soft);
}

.empty-state {
    margin: 0;
    color: var(--muted);
}

.ranking-full {
    padding-bottom: 60px;
}

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

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

.detail-hero {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 34px;
    padding: clamp(22px, 4vw, 34px);
    margin-bottom: 30px;
    background:
        radial-gradient(circle at 10% 0%, rgba(99, 102, 241, 0.18), transparent 28rem),
        rgba(15, 23, 42, 0.72);
}

.detail-poster {
    overflow: hidden;
    border-radius: 24px;
    background: rgba(2, 6, 23, 0.65);
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.42);
}

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

.detail-info h1 {
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.detail-info p {
    color: var(--muted-strong);
    font-size: 18px;
}

.detail-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.detail-meta div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(2, 6, 23, 0.28);
}

.detail-meta dt {
    color: var(--muted);
    font-size: 12px;
}

.detail-meta dd {
    margin: 4px 0 0;
    color: #fff;
    font-weight: 700;
}

.detail-meta a {
    color: #c7d2fe;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.tag-list span {
    padding: 6px 12px;
    border: 1px solid rgba(129, 140, 248, 0.28);
    border-radius: 999px;
    color: #c7d2fe;
    background: rgba(99, 102, 241, 0.12);
    font-size: 13px;
}

.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.player-section,
.content-section {
    margin-bottom: 30px;
    padding: clamp(18px, 4vw, 26px);
}

.player-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #000;
    aspect-ratio: 16 / 9;
}

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

.player-layer {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    color: #fff;
    background:
        radial-gradient(circle at center, rgba(99, 102, 241, 0.18), transparent 18rem),
        linear-gradient(0deg, rgba(2, 6, 23, 0.72), rgba(2, 6, 23, 0.36));
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.player-layer.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.player-layer__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), #0ea5e9);
    box-shadow: 0 18px 40px rgba(79, 70, 229, 0.4);
    font-size: 30px;
}

.player-layer span:last-child {
    font-size: 18px;
    font-weight: 800;
}

.content-section h2 {
    margin-bottom: 12px;
    font-size: 26px;
}

.content-section p {
    margin: 0;
    color: var(--muted-strong);
    font-size: 16px;
}

.related-section {
    padding-top: 24px;
}

.site-footer {
    border-top: 1px solid var(--line);
    background: rgba(2, 6, 23, 0.72);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) 1fr 1fr;
    gap: 36px;
    padding: 46px 0 30px;
}

.footer-brand p,
.site-footer li,
.footer-bottom p {
    color: var(--muted);
}

.footer-brand p {
    max-width: 520px;
    margin: 16px 0 0;
}

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

.site-footer ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer a:hover {
    color: #c7d2fe;
}

.footer-bottom {
    padding: 18px 0 30px;
    border-top: 1px solid var(--line);
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

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

    .nav-toggle {
        display: block;
    }

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

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

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

    .ranking-panel {
        position: static;
    }
}

@media (max-width: 820px) {
    .hero-slider {
        height: 660px;
    }

    .hero-content {
        align-items: flex-end;
        padding-bottom: 78px;
    }

    .hero-arrow {
        display: none;
    }

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

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

    .movie-grid--poster,
    .movie-grid--featured,
    .movie-grid--compact,
    .category-grid,
    .category-overview-grid,
    .compact-list--ranking {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

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

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

    .brand-text small {
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

    .hero-search {
        flex-direction: column;
    }

    .hero-search button {
        width: 100%;
    }

    .movie-grid--poster,
    .movie-grid--featured,
    .movie-grid--compact,
    .category-grid,
    .category-overview-grid,
    .compact-list--ranking {
        grid-template-columns: 1fr;
    }

    .compact-card:has(.compact-rank) {
        grid-template-columns: 28px 52px minmax(0, 1fr);
    }

    .compact-card img {
        width: 52px;
        height: 68px;
    }

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

    .player-layer__circle {
        width: 68px;
        height: 68px;
    }
}
