:root {
    --pink-50: #fdf2f8;
    --pink-100: #fce7f3;
    --pink-200: #fbcfe8;
    --pink-400: #f472b6;
    --pink-500: #ec4899;
    --rose-500: #f43f5e;
    --text: #1f2937;
    --muted: #6b7280;
    --line: #f3d4e3;
    --card: #ffffff;
    --shadow: 0 20px 45px rgba(236, 72, 153, 0.14);
    --shadow-soft: 0 10px 28px rgba(31, 41, 55, 0.08);
    --radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: linear-gradient(180deg, #fff7fb 0%, #ffffff 46%, #fff8fb 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(251, 207, 232, 0.85);
    backdrop-filter: blur(18px);
}

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

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

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(236, 72, 153, 0.28);
}

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

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

.nav-links a {
    padding: 10px 14px;
    color: #4b5563;
    border-radius: 999px;
    font-size: 15px;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
    color: var(--pink-500);
    background: var(--pink-50);
    transform: translateY(-1px);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: var(--pink-50);
    border-radius: 14px;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #be185d;
    border-radius: 2px;
}

main {
    overflow: hidden;
}

.hero {
    width: min(1200px, calc(100% - 32px));
    margin: 28px auto 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
}

.hero-stage {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--shadow);
    background: #111827;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: clamp(28px, 6vw, 72px);
    opacity: 0;
    transform: scale(1.02);
    pointer-events: none;
    background-image: linear-gradient(90deg, rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.5) 45%, rgba(17, 24, 39, 0.16)), var(--hero-image);
    background-position: center;
    background-size: cover;
    transition: opacity 0.7s ease, transform 1.1s ease;
}

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

.hero-content {
    width: min(680px, 100%);
    color: #ffffff;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #be185d;
    background: #fff0f7;
    border: 1px solid rgba(244, 114, 182, 0.35);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
}

.hero-content .eyebrow,
.detail-info-card .eyebrow {
    color: #ffffff;
    background: rgba(236, 72, 153, 0.82);
    border-color: rgba(255, 255, 255, 0.32);
}

.hero h1,
.page-hero h1,
.detail-info-card h1 {
    margin: 0 0 16px;
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.hero p,
.page-hero p,
.detail-info-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
}

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

.hero-tags {
    margin: 22px 0;
}

.hero-tags span,
.tag-cloud span,
.tag-row span,
.detail-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    color: #be185d;
    background: #fff0f7;
    border: 1px solid rgba(244, 114, 182, 0.32);
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
}

.hero-actions,
.page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.primary-button,
.ghost-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-button {
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
    box-shadow: 0 14px 28px rgba(236, 72, 153, 0.32);
}

.ghost-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.14);
}

.ghost-button.dark {
    color: #be185d;
    border-color: var(--pink-200);
    background: #ffffff;
}

.primary-button:hover,
.ghost-button:hover {
    transform: translateY(-2px);
}

.hero-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    gap: 10px;
}

.hero-nav button,
.hero-dots button {
    border: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
}

.hero-nav button {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 28px;
}

.hero-dots {
    position: absolute;
    left: 26px;
    bottom: 27px;
    display: flex;
    gap: 8px;
}

.hero-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    transition: width 0.2s ease, background 0.2s ease;
}

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

.hero-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-search,
.filter-bar {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--pink-100);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
}

.hero-search input,
.filter-bar input,
.filter-bar select {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    color: #374151;
    border: 1px solid #f5d0e4;
    border-radius: 16px;
    outline: 0;
    background: #fff7fb;
}

.hero-search button {
    min-width: 82px;
    border: 0;
    color: #ffffff;
    background: var(--pink-500);
    border-radius: 16px;
    font-weight: 800;
}

.hero-quick,
.hero-thumbs {
    display: grid;
    gap: 12px;
}

.hero-quick {
    grid-template-columns: repeat(2, 1fr);
}

.hero-quick a {
    padding: 16px;
    color: #be185d;
    background: #ffffff;
    border: 1px solid var(--pink-100);
    border-radius: 18px;
    font-weight: 800;
    box-shadow: var(--shadow-soft);
}

.hero-thumb {
    display: grid;
    grid-template-columns: 84px 1fr;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--pink-100);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

.hero-thumb img {
    width: 84px;
    height: 62px;
    object-fit: cover;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--pink-100), #ffffff);
}

.hero-thumb span {
    display: -webkit-box;
    overflow: hidden;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-section {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto 56px;
}

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

.section-heading h2,
.ranking-panel h2,
.article-card h2,
.side-card h2 {
    margin: 0;
    color: #1f2937;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
}

.section-heading p,
.ranking-panel p {
    margin: 8px 0 0;
    color: var(--muted);
}

.section-heading a {
    color: #be185d;
    font-weight: 800;
}

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

.category-mini,
.category-head {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    padding: 20px;
    border-radius: 24px;
    color: #ffffff;
    background-image: linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(236, 72, 153, 0.5)), var(--tile-image);
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-soft);
}

.category-mini {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.category-mini span,
.category-head span {
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.category-mini em,
.category-head p {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-style: normal;
}

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

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

.movie-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--card);
    border: 1px solid rgba(251, 207, 232, 0.8);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
    transform: translateY(-5px);
    border-color: rgba(236, 72, 153, 0.42);
    box-shadow: var(--shadow);
}

.poster-wrap {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4.1;
    overflow: hidden;
    background: linear-gradient(135deg, #ffe4f1, #ffffff);
}

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

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

.card-shade {
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.68), transparent);
}

.quality-badge,
.play-badge {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    background: rgba(17, 24, 39, 0.72);
    backdrop-filter: blur(8px);
}

.quality-badge {
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
}

.play-badge {
    left: 50%;
    top: 50%;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

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

.card-body {
    display: flex;
    flex: 1;
    min-height: 186px;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
}

.card-body strong {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-size: 16px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-desc {
    display: -webkit-box;
    overflow: hidden;
    color: var(--muted);
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #9ca3af;
    font-size: 12px;
}

.meta-line em {
    font-style: normal;
}

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

.ranking-panel,
.article-card,
.side-card,
.detail-info-card,
.category-block {
    background: #ffffff;
    border: 1px solid var(--pink-100);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.ranking-panel {
    position: sticky;
    top: 94px;
    padding: 24px;
}

.rank-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.rank-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: #fff7fb;
    border: 1px solid #fde4f0;
}

.rank-number {
    grid-row: span 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
    border-radius: 14px;
    font-weight: 900;
}

.rank-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 800;
}

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

.page-hero,
.detail-hero {
    width: min(1200px, calc(100% - 32px));
    margin: 28px auto 42px;
    padding: clamp(28px, 6vw, 58px);
    color: #ffffff;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 34%), linear-gradient(135deg, #111827, #7f1d4d 55%, #ec4899);
    border-radius: 32px;
    box-shadow: var(--shadow);
}

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

.category-page-hero,
.search-hero {
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.25), transparent 34%), linear-gradient(135deg, #831843, #be185d, #f472b6);
}

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

.category-block {
    overflow: hidden;
    padding: 14px;
}

.category-head {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: flex-end;
}

.mini-card-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.filter-bar {
    margin-bottom: 24px;
}

.filter-bar select {
    max-width: 180px;
}

.large-filter input {
    min-height: 56px;
}

.empty-state {
    padding: 28px;
    color: var(--muted);
    text-align: center;
    background: #ffffff;
    border: 1px dashed var(--pink-200);
    border-radius: 22px;
}

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

.ranking-row {
    display: grid;
    grid-template-columns: 54px 86px minmax(0, 1fr) 70px;
    align-items: center;
    gap: 16px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--pink-100);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ranking-row:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.ranking-row img {
    width: 86px;
    height: 112px;
    object-fit: cover;
    border-radius: 16px;
    background: #fff0f7;
}

.ranking-index {
    color: #be185d;
    font-size: 22px;
    font-weight: 900;
}

.ranking-info {
    display: grid;
    gap: 6px;
}

.ranking-info strong {
    font-size: 18px;
}

.ranking-info em {
    display: -webkit-box;
    overflow: hidden;
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ranking-score {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
    border-radius: 18px;
    font-weight: 900;
}

.detail-hero {
    padding: 22px;
    background: linear-gradient(135deg, #111827, #3b0b24 48%, #be185d);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 4px 18px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

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

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.85fr);
    gap: 22px;
}

.player-panel,
.player-shell {
    min-width: 0;
}

.player-shell {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #020617;
    border-radius: 26px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
}

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

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    color: #ffffff;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.2), rgba(2, 6, 23, 0.52));
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.play-circle {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    padding-left: 4px;
    background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
    border-radius: 50%;
    box-shadow: 0 16px 36px rgba(236, 72, 153, 0.38);
    font-size: 28px;
}

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

.player-message {
    position: absolute;
    left: 16px;
    bottom: 14px;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.detail-info-card {
    display: grid;
    grid-template-columns: 134px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px);
}

.detail-info-card img {
    width: 134px;
    height: 184px;
    object-fit: cover;
    border-radius: 18px;
    background: #fff0f7;
}

.detail-info-card h1 {
    font-size: clamp(26px, 3vw, 38px);
}

.detail-info-card p {
    color: rgba(255, 255, 255, 0.85);
}

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

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

.article-card,
.side-card {
    padding: clamp(22px, 4vw, 36px);
}

.article-card h2,
.side-card h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.article-card p {
    margin: 0 0 28px;
    color: #4b5563;
    font-size: 16px;
}

.side-card {
    position: sticky;
    top: 94px;
}

.side-card dl {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px 14px;
    margin: 0;
}

.side-card dt {
    color: #9d174d;
    font-weight: 800;
}

.side-card dd {
    margin: 0;
    color: #4b5563;
}

.site-footer {
    margin-top: 30px;
    padding: 46px 0 24px;
    background: #111827;
    color: rgba(255, 255, 255, 0.76);
}

.footer-inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1.2fr;
    gap: 30px;
}

.footer-brand {
    color: #ffffff;
    font-size: 22px;
}

.footer-inner p {
    max-width: 520px;
    margin: 12px 0 0;
}

.footer-links,
.footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links a,
.footer-tags a {
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
}

.footer-copy {
    width: min(1200px, calc(100% - 32px));
    margin: 28px auto 0;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.55);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1080px) {
    .hero,
    .split-section,
    .detail-layout,
    .detail-content {
        grid-template-columns: 1fr;
    }

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

    .hero-panel,
    .ranking-panel,
    .side-card {
        position: static;
    }

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

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

    .nav-links {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 76px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        background: #ffffff;
        border: 1px solid var(--pink-100);
        border-radius: 22px;
        box-shadow: var(--shadow);
    }

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

    .nav-links a {
        padding: 12px 14px;
    }

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

    .category-strip,
    .category-overview,
    .mini-card-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

    .ranking-row img {
        width: 72px;
        height: 94px;
    }

    .ranking-score {
        grid-column: 3;
        width: auto;
        height: auto;
        justify-self: start;
        padding: 4px 10px;
        border-radius: 999px;
    }
}

@media (max-width: 640px) {
    .site-header-inner,
    .hero,
    .content-section,
    .page-hero,
    .detail-hero,
    .footer-inner,
    .footer-copy {
        width: min(100% - 24px, 1200px);
    }

    .hero {
        margin-top: 16px;
    }

    .hero-stage {
        min-height: 490px;
        border-radius: 24px;
    }

    .hero-slide {
        padding: 24px;
    }

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

    .hero-quick,
    .category-strip,
    .category-overview,
    .mini-card-row {
        grid-template-columns: 1fr;
    }

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

    .card-body {
        min-height: 168px;
        padding: 12px;
    }

    .filter-bar,
    .hero-search {
        flex-direction: column;
    }

    .filter-bar select {
        max-width: none;
    }

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

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

    .detail-info-card img {
        width: 96px;
        height: 134px;
    }

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

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

@media (max-width: 430px) {
    .movie-grid,
    .compact-grid {
        grid-template-columns: 1fr;
    }

    .hero-thumb {
        grid-template-columns: 70px 1fr;
    }

    .hero-thumb img {
        width: 70px;
        height: 54px;
    }
}
