:root {
    --orange: #f97316;
    --orange-dark: #ea580c;
    --amber: #f59e0b;
    --bg: #fff7ed;
    --paper: #ffffff;
    --text: #1f2937;
    --muted: #6b7280;
    --line: #fed7aa;
    --soft: #ffedd5;
    --shadow: 0 20px 50px rgba(124, 45, 18, 0.16);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 6px 28px rgba(15, 23, 42, 0.08);
}

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

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

.brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--orange), var(--amber));
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.3);
}

.brand-text {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, var(--orange), var(--amber));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

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

.nav-link {
    font-weight: 700;
    color: #374151;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--orange);
}

.search-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-search {
    flex: 0 1 340px;
}

.search-input,
.search-page-form input,
.filter-bar input {
    width: 100%;
    border: 1px solid #fdba74;
    border-radius: 999px;
    padding: 11px 16px;
    background: #ffffff;
    color: var(--text);
    outline: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.search-input:focus,
.search-page-form input:focus,
.filter-bar input:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.16);
}

.search-button,
.search-page-form button {
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient(135deg, var(--orange), var(--amber));
    box-shadow: 0 10px 18px rgba(249, 115, 22, 0.24);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background: var(--soft);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--orange-dark);
    border-radius: 99px;
}

.mobile-panel {
    display: none;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 18px;
}

.mobile-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.mobile-category-link {
    padding: 11px 12px;
    border-radius: 14px;
    background: var(--soft);
    font-weight: 700;
    color: var(--orange-dark);
}

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

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

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

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

.hero-image,
.detail-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #f97316, #111827);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.1));
}

.hero-content {
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 48px;
    color: #ffffff;
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--orange), var(--amber));
    box-shadow: 0 12px 22px rgba(249, 115, 22, 0.28);
}

.hero-content h1,
.page-hero h1,
.detail-copy h1 {
    margin: 18px 0 14px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.06em;
}

.hero-one-line,
.detail-one-line,
.page-hero p {
    margin: 0 0 22px;
    max-width: 760px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
}

.hero-tags,
.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.hero-tags span,
.detail-meta span {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    backdrop-filter: blur(10px);
    font-weight: 700;
    font-size: 13px;
}

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

.primary-button,
.ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-button {
    color: #ffffff;
    background: linear-gradient(135deg, var(--orange), var(--amber));
    box-shadow: 0 14px 24px rgba(249, 115, 22, 0.3);
}

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

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

.hero-dots {
    position: absolute;
    right: 30px;
    bottom: 34px;
    display: flex;
    gap: 8px;
}

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

.hero-dot.active {
    width: 28px;
    background: #ffffff;
}

.hero-side {
    padding: 18px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.hero-side-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 900;
    color: var(--orange-dark);
}

.hero-mini-card {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    background: #ffffff;
    margin-bottom: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-mini-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.12);
}

.hero-mini-card img {
    width: 86px;
    height: 62px;
    object-fit: cover;
    border-radius: 14px;
    background: var(--soft);
}

.hero-mini-card span {
    font-weight: 800;
    color: #374151;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

.section-head h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 36px);
    letter-spacing: -0.04em;
}

.section-head p {
    margin: 6px 0 0;
    color: var(--muted);
}

.section-more {
    color: var(--orange-dark);
    font-weight: 900;
}

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

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

.movie-card {
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 38px rgba(249, 115, 22, 0.18);
}

.poster-frame {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(135deg, #fed7aa, #fdba74);
}

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

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

.poster-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
    padding: 5px 9px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--orange);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.poster-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #ffffff;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.88);
    transform: translate(-50%, -50%) scale(0.86);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

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

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

.movie-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
    min-height: 43px;
}

.movie-card h3 a:hover {
    color: var(--orange);
}

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

.movie-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.movie-tags span {
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--soft);
    color: var(--orange-dark);
    font-size: 12px;
    font-weight: 700;
}

.movie-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 700;
}

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

.category-tile {
    position: relative;
    display: block;
    min-height: 190px;
    padding: 22px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff7ed, #ffffff);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 38px rgba(249, 115, 22, 0.15);
}

.category-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    color: #ffffff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--orange), var(--amber));
}

.category-tile strong {
    display: block;
    margin-top: 18px;
    font-size: 22px;
}

.category-tile em {
    color: var(--muted);
    font-style: normal;
}

.category-thumbs {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
}

.category-thumbs img {
    width: 42px;
    height: 56px;
    object-fit: cover;
    margin-left: -12px;
    border: 3px solid #ffffff;
    border-radius: 12px;
    background: var(--soft);
}

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

.rank-panel {
    padding: 20px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.rank-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.rank-panel-head h2 {
    margin: 0;
}

.rank-panel-head a {
    color: var(--orange-dark);
    font-weight: 800;
}

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

.rank-card {
    display: grid;
    grid-template-columns: auto 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    background: #fff7ed;
    transition: background 0.2s ease, transform 0.2s ease;
}

.rank-card:hover {
    background: #ffedd5;
    transform: translateX(3px);
}

.rank-card img {
    width: 58px;
    height: 76px;
    object-fit: cover;
    border-radius: 12px;
    background: var(--soft);
}

.rank-num {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--orange), var(--amber));
}

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

.rank-info em {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-hero {
    width: min(1200px, calc(100% - 32px));
    margin: 28px auto 0;
    padding: 54px;
    border-radius: 28px;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #f59e0b);
    box-shadow: var(--shadow);
}

.orange-hero,
.category-hero,
.rank-hero,
.search-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

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

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

.hero-count {
    flex: 0 0 auto;
    padding: 16px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 24px;
}

.filter-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding: 16px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.filter-bar span {
    color: var(--muted);
    font-size: 14px;
    white-space: nowrap;
}

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

.category-card-large {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.category-card-top {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px;
    background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.category-card-top span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--orange), var(--amber));
}

.category-card-top h2 {
    margin: 0 0 6px;
}

.category-card-top p {
    margin: 0;
    color: var(--muted);
}

.category-card-top strong {
    color: var(--orange-dark);
    white-space: nowrap;
}

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

.category-samples a {
    padding: 10px 12px;
    border-radius: 14px;
    background: #fff7ed;
    color: #374151;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-samples a:hover {
    color: var(--orange-dark);
    background: #ffedd5;
}

.detail-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #111827;
}

.detail-bg {
    position: absolute;
    inset: 0;
    filter: blur(10px);
    transform: scale(1.06);
    opacity: 0.55;
}

.detail-bg-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.48));
}

.detail-inner {
    position: relative;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 54px 0;
}

.detail-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 36px;
    align-items: end;
    color: #ffffff;
}

.detail-poster img {
    width: 260px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 24px;
    background: var(--soft);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.detail-copy {
    max-width: 820px;
}

.detail-tags {
    margin-bottom: 24px;
}

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

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #000000;
    box-shadow: var(--shadow);
    aspect-ratio: 16 / 9;
}

.movie-player {
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
}

.player-cover {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    cursor: pointer;
    background: #000000;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.player-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
}

.player-play-button {
    position: relative;
    width: 86px;
    height: 86px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--orange), var(--amber));
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.player-play-button span {
    display: block;
    margin-left: 5px;
    font-size: 34px;
}

.detail-text-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.text-card {
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.text-card h2 {
    margin: 0 0 14px;
    color: var(--orange-dark);
}

.text-card p {
    margin: 0;
    color: #374151;
    line-height: 1.9;
}

.search-page-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    max-width: 760px;
    margin-bottom: 20px;
}

.search-status {
    color: var(--muted);
    margin-bottom: 20px;
    font-weight: 700;
}

.site-footer {
    margin-top: 40px;
    background: #ffffff;
    border-top: 1px solid #ffedd5;
}

.footer-inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 1fr 1fr;
    gap: 36px;
}

.footer-brand p {
    color: var(--muted);
    max-width: 520px;
}

.footer-logo .brand-text {
    font-size: 22px;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-links h3 {
    margin: 0 0 6px;
}

.footer-links a {
    color: var(--muted);
}

.footer-links a:hover {
    color: var(--orange-dark);
}

.footer-bottom {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #9ca3af;
    border-top: 1px solid #ffedd5;
    font-size: 14px;
}

.hidden-card {
    display: none !important;
}

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

    .hero-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hero-side-title {
        grid-column: 1 / -1;
    }

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

@media (max-width: 860px) {
    .site-nav,
    .top-search {
        display: none;
    }

    .nav-toggle {
        display: block;
        margin-left: auto;
    }

    .site-header.open .mobile-panel {
        display: block;
    }

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

    .hero-stage {
        height: 470px;
    }

    .hero-content {
        left: 24px;
        right: 24px;
        bottom: 30px;
    }

    .category-grid,
    .category-large-grid,
    .detail-text-section,
    .footer-inner {
        grid-template-columns: 1fr;
    }

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

    .detail-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .detail-poster img {
        width: 210px;
    }

    .page-hero {
        padding: 36px 24px;
    }

    .filter-bar,
    .orange-hero,
    .category-hero,
    .rank-hero,
    .search-hero {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .site-nav-wrap,
    .mobile-panel,
    .hero-section,
    .content-section,
    .page-hero,
    .detail-inner,
    .footer-inner,
    .footer-bottom {
        width: min(100% - 24px, 1200px);
    }

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

    .hero-stage {
        height: 430px;
        border-radius: 22px;
    }

    .hero-content h1,
    .page-hero h1,
    .detail-copy h1 {
        font-size: 32px;
    }

    .hero-one-line,
    .detail-one-line,
    .page-hero p {
        font-size: 15px;
    }

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

    .category-card-top,
    .search-page-form {
        grid-template-columns: 1fr;
    }

    .category-samples {
        grid-template-columns: 1fr;
    }

    .detail-hero {
        min-height: auto;
    }

    .detail-inner {
        padding: 32px 0;
    }

    .detail-poster img {
        width: 160px;
    }

    .player-play-button {
        width: 70px;
        height: 70px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
