:root {
    color-scheme: dark;
    --bg: #020617;
    --panel: rgba(15, 23, 42, 0.78);
    --panel-strong: rgba(15, 23, 42, 0.95);
    --text: #f8fafc;
    --muted: #94a3b8;
    --soft: #cbd5e1;
    --line: rgba(148, 163, 184, 0.18);
    --green: #10b981;
    --green-dark: #059669;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    background:
        radial-gradient(circle at 10% 0%, rgba(16, 185, 129, 0.18), transparent 28rem),
        radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.16), transparent 24rem),
        linear-gradient(180deg, #020617 0%, #0f172a 44%, #020617 100%);
}

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

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

button,
input {
    font: inherit;
}

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

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

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

.logo-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--green), #22d3ee);
    color: white;
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.35);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--soft);
    font-size: 15px;
    font-weight: 650;
}

.nav-link {
    transition: color 0.22s ease, transform 0.22s ease;
}

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

.nav-link:hover {
    transform: translateY(-1px);
}

.menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.8);
    color: white;
}

.menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: white;
    border-radius: 10px;
}

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

.hero-track,
.hero-slide {
    position: absolute;
    inset: 0;
}

.hero-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}

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

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background:
        linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(37, 99, 235, 0.26)),
        #0f172a;
}

.hero-image.image-hidden,
.poster-wrap img.image-hidden,
.compact-card img.image-hidden,
.rank-row img.image-hidden,
.category-tile img.image-hidden,
.detail-poster img.image-hidden,
.video-player video[poster].image-hidden {
    opacity: 0;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.1) 100%),
        linear-gradient(0deg, #020617 0%, rgba(2, 6, 23, 0) 34%);
}

.hero-content {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 32px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
    max-width: 1180px;
}

.hero-tags,
.detail-tags,
.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-tags span,
.detail-tags span,
.card-tags span {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(52, 211, 153, 0.28);
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.14);
    color: #a7f3d0;
    font-size: 13px;
    font-weight: 700;
}

.hero-tags span {
    padding: 6px 12px;
}

.hero-content h1,
.hero-content h2 {
    max-width: 780px;
    margin: 18px 0 16px;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.52);
}

.hero-content p {
    max-width: 680px;
    margin: 0 0 24px;
    color: #dbeafe;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.75;
}

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

.hero-meta span,
.detail-meta span {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid var(--line);
}

.hero-actions,
.detail-info .primary-action {
    margin-top: 30px;
}

.primary-action,
.secondary-action,
.home-search button,
.category-overview-card a,
.section-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 800;
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.primary-action,
.home-search button {
    min-height: 52px;
    padding: 0 26px;
    color: white;
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    box-shadow: 0 18px 45px rgba(16, 185, 129, 0.32);
}

.secondary-action {
    min-height: 52px;
    margin-left: 12px;
    padding: 0 22px;
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid var(--line);
}

.primary-action:hover,
.secondary-action:hover,
.home-search button:hover,
.category-overview-card a:hover,
.section-more:hover {
    transform: translateY(-2px);
}

.primary-action:hover,
.home-search button:hover {
    box-shadow: 0 20px 55px rgba(16, 185, 129, 0.44);
}

.hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: white;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(14px);
    font-size: 40px;
    line-height: 1;
    transform: translateY(-50%);
}

.hero-prev {
    left: 24px;
}

.hero-next {
    right: 24px;
}

.hero-dots {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 34px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    transition: width 0.22s ease, background 0.22s ease;
}

.hero-dots button.is-active {
    width: 34px;
    background: #34d399;
}

.quick-search,
.section-block,
.page-hero,
.filter-panel,
.category-overview-grid,
.detail-hero,
.player-section,
.content-section,
.breadcrumb {
    width: min(1180px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.quick-search {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
    padding: 48px 0 24px;
}

.eyebrow {
    margin: 0 0 8px;
    color: #34d399;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.quick-search h2,
.section-head h2,
.page-hero h1,
.detail-info h1,
.content-section h2,
.player-section h2 {
    margin: 0;
    letter-spacing: -0.035em;
}

.quick-search h2,
.section-head h2 {
    font-size: clamp(30px, 4vw, 48px);
}

.home-search,
.search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.74);
    box-shadow: var(--shadow);
}

.home-search input,
.search-field input {
    width: 100%;
    min-height: 48px;
    border: 0;
    outline: none;
    color: white;
    background: transparent;
}

.search-field span {
    padding-left: 12px;
    color: var(--muted);
    font-weight: 800;
}

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

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

.section-more {
    color: #34d399;
    min-height: 40px;
}

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

.movie-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.18);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(52, 211, 153, 0.45);
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.34);
}

.poster-wrap {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(16, 185, 129, 0.32), transparent 40%),
        linear-gradient(135deg, #0f172a, #1e293b);
}

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

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

.rating-badge,
.play-chip {
    position: absolute;
    z-index: 2;
}

.rating-badge {
    top: 12px;
    right: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.78);
    color: #facc15;
    font-size: 13px;
    font-weight: 900;
}

.play-chip {
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: white;
    background: rgba(16, 185, 129, 0.86);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

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

.card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 188px;
    padding: 18px;
}

.card-body strong {
    min-height: 52px;
    color: white;
    font-size: 18px;
    line-height: 1.45;
}

.card-desc {
    min-height: 48px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.card-tags span {
    padding: 4px 8px;
    font-size: 12px;
}

.card-meta {
    justify-content: space-between;
    margin-top: auto;
    font-size: 13px;
}

.card-meta em,
.rank-info em,
.compact-card em {
    font-style: normal;
}

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

.category-tile {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #0f172a;
    transition: transform 0.24s ease, border-color 0.24s ease;
}

.category-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(52, 211, 153, 0.45);
}

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

.category-tile::after,
.category-hero::after,
.category-overview-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.56), rgba(14, 165, 233, 0.38));
    mix-blend-mode: screen;
    opacity: 0.52;
}

.category-tile span {
    position: absolute;
    z-index: 2;
    inset: auto 18px 18px;
}

.category-tile strong {
    display: block;
    margin-bottom: 8px;
    color: white;
    font-size: 22px;
}

.category-tile em {
    display: block;
    color: #dbeafe;
    font-size: 13px;
    font-style: normal;
    line-height: 1.6;
}

.split-block,
.player-section,
.content-section,
.filter-panel,
.detail-hero,
.category-overview-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(15, 23, 42, 0.66);
    box-shadow: var(--shadow);
}

.split-block {
    padding: 32px;
}

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

.rank-row {
    display: grid;
    grid-template-columns: 52px 76px minmax(0, 1fr) 58px;
    gap: 16px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.38);
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.rank-row:hover {
    transform: translateX(4px);
    border-color: rgba(52, 211, 153, 0.42);
}

.rank-row img,
.compact-card img {
    width: 76px;
    height: 52px;
    object-fit: cover;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f172a, #334155);
}

.rank-no {
    color: #34d399;
    font-size: 20px;
    font-weight: 900;
}

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

.rank-info strong,
.compact-card strong {
    display: block;
    overflow: hidden;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-info em,
.rank-info b,
.compact-card em {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-score {
    color: #facc15;
    font-size: 18px;
    font-weight: 900;
    text-align: right;
}

.page-main {
    padding-top: 108px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    padding: 52px;
    border: 1px solid var(--line);
    border-radius: 32px;
    background:
        radial-gradient(circle at 15% 20%, rgba(16, 185, 129, 0.26), transparent 34%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.78));
    box-shadow: var(--shadow);
}

.compact-hero {
    min-height: 260px;
}

.page-hero h1 {
    max-width: 820px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
}

.page-hero p:not(.eyebrow) {
    max-width: 820px;
    margin: 18px 0 0;
    color: var(--soft);
    font-size: 18px;
    line-height: 1.8;
}

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

.category-overview-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 18px;
    padding: 26px;
}

.category-overview-card > * {
    position: relative;
    z-index: 2;
}

.category-overview-card h2 {
    margin: 0 0 12px;
    font-size: 30px;
}

.category-overview-card p {
    color: var(--soft);
    line-height: 1.75;
}

.category-overview-card a {
    min-height: 42px;
    margin-top: 12px;
    padding: 0 16px;
    color: white;
    background: rgba(16, 185, 129, 0.78);
}

.overview-list {
    display: grid;
    gap: 10px;
}

.compact-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(2, 6, 23, 0.34);
}

.filter-panel {
    margin-top: 28px;
    margin-bottom: 10px;
    padding: 18px;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.filter-buttons button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--soft);
    background: rgba(2, 6, 23, 0.36);
}

.filter-buttons button:hover,
.filter-buttons button.is-active {
    color: white;
    background: rgba(16, 185, 129, 0.8);
    border-color: rgba(52, 211, 153, 0.5);
}

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

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

.breadcrumb a:hover {
    color: #34d399;
}

.detail-main {
    padding-bottom: 70px;
}

.detail-hero {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 34px;
    padding: 28px;
}

.detail-poster {
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a, #334155);
    aspect-ratio: 3 / 4;
}

.detail-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detail-info h1 {
    max-width: 760px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
}

.lead-text {
    max-width: 780px;
    color: var(--soft);
    font-size: 19px;
    line-height: 1.85;
}

.detail-tags span {
    padding: 6px 11px;
}

.player-section,
.content-section {
    margin-top: 28px;
    padding: 28px;
}

.video-player {
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 20%, rgba(16, 185, 129, 0.14), transparent 40%),
        #000;
    aspect-ratio: 16 / 9;
}

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

.player-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: white;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.16), rgba(2, 6, 23, 0.64));
}

.player-overlay span {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.9);
    box-shadow: 0 18px 50px rgba(16, 185, 129, 0.38);
    font-size: 36px;
}

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

.content-section p {
    color: var(--soft);
    font-size: 17px;
    line-height: 2;
}

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

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

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

.footer-inner p {
    color: var(--muted);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 22px;
    color: var(--soft);
}

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

.copyright {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 28px;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: 14px;
}

.green::after { background: linear-gradient(135deg, rgba(16, 185, 129, 0.56), rgba(34, 197, 94, 0.28)); }
.pink::after { background: linear-gradient(135deg, rgba(236, 72, 153, 0.5), rgba(244, 114, 182, 0.3)); }
.amber::after { background: linear-gradient(135deg, rgba(245, 158, 11, 0.5), rgba(251, 191, 36, 0.28)); }
.red::after { background: linear-gradient(135deg, rgba(239, 68, 68, 0.54), rgba(127, 29, 29, 0.3)); }
.cyan::after { background: linear-gradient(135deg, rgba(6, 182, 212, 0.54), rgba(37, 99, 235, 0.28)); }
.violet::after { background: linear-gradient(135deg, rgba(139, 92, 246, 0.54), rgba(168, 85, 247, 0.28)); }
.emerald::after { background: linear-gradient(135deg, rgba(5, 150, 105, 0.58), rgba(20, 184, 166, 0.28)); }
.blue::after { background: linear-gradient(135deg, rgba(59, 130, 246, 0.52), rgba(14, 165, 233, 0.28)); }
.orange::after { background: linear-gradient(135deg, rgba(249, 115, 22, 0.52), rgba(245, 158, 11, 0.28)); }
.purple::after { background: linear-gradient(135deg, rgba(147, 51, 234, 0.52), rgba(79, 70, 229, 0.28)); }

@media (max-width: 1100px) {
    .main-nav {
        gap: 14px;
        font-size: 14px;
    }

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

    .detail-hero {
        grid-template-columns: 300px minmax(0, 1fr);
    }
}

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

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

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

    .nav-link {
        padding: 12px;
        border-radius: 12px;
    }

    .hero-slider {
        height: 72vh;
        min-height: 560px;
    }

    .hero-content {
        justify-content: flex-end;
        padding-bottom: 96px;
    }

    .hero-arrow {
        display: none;
    }

    .quick-search,
    .footer-inner,
    .category-overview-card,
    .detail-hero {
        grid-template-columns: 1fr;
    }

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

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

    .page-hero,
    .detail-hero,
    .player-section,
    .content-section,
    .split-block {
        padding: 24px;
    }
}

@media (max-width: 560px) {
    .nav-shell,
    .quick-search,
    .section-block,
    .page-hero,
    .filter-panel,
    .category-overview-grid,
    .detail-hero,
    .player-section,
    .content-section,
    .breadcrumb,
    .footer-inner,
    .copyright {
        width: min(100% - 24px, 1180px);
    }

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

    .hero-content h1,
    .hero-content h2 {
        font-size: 42px;
    }

    .hero-actions {
        display: grid;
        gap: 12px;
        width: 100%;
    }

    .secondary-action {
        margin-left: 0;
    }

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

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

    .home-search {
        flex-direction: column;
        align-items: stretch;
    }

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

    .rank-score {
        display: none;
    }

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