:root {
    --page-bg: #fff7ed;
    --surface: #ffffff;
    --surface-soft: #fffbeb;
    --text: #1f2937;
    --muted: #6b7280;
    --line: #fed7aa;
    --primary: #ea580c;
    --primary-dark: #c2410c;
    --secondary: #f59e0b;
    --danger: #ef4444;
    --shadow: 0 20px 50px rgba(154, 52, 18, 0.14);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    background: linear-gradient(180deg, #fff7ed 0%, #fffbeb 42%, #ffffff 100%);
}

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

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

button,
input {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 247, 237, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 24px rgba(154, 52, 18, 0.08);
}

.header-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

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

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #fb923c, #d97706);
    box-shadow: 0 12px 28px rgba(234, 88, 12, 0.28);
}

.brand-text {
    font-size: 28px;
    color: transparent;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
}

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

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

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

.header-search {
    display: flex;
    align-items: center;
    width: 300px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.header-search input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 12px 14px;
    background: transparent;
}

.header-search button,
.mobile-nav button {
    border: 0;
    color: #ffffff;
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    cursor: pointer;
}

.nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-size: 28px;
    color: var(--primary);
    cursor: pointer;
}

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

.mobile-nav.is-open {
    display: grid;
    gap: 14px;
}

.mobile-nav a {
    padding: 12px 14px;
    border-radius: 14px;
    background: #ffffff;
    font-weight: 700;
}

.mobile-nav form {
    display: flex;
    overflow: hidden;
    border-radius: 999px;
    background: #ffffff;
}

.mobile-nav input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 12px 14px;
}

.hero-carousel {
    position: relative;
    height: 650px;
    overflow: hidden;
    background: linear-gradient(135deg, #fb923c 0%, #f59e0b 48%, #ea580c 100%);
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    animation: pulseFloat 5s ease-in-out infinite;
}

.hero-orb-one {
    top: 72px;
    left: 9%;
    width: 170px;
    height: 170px;
}

.hero-orb-two {
    right: 10%;
    bottom: 70px;
    width: 270px;
    height: 270px;
    animation-delay: 1.2s;
}

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

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

.hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.22;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(154, 52, 18, 0.9), rgba(234, 88, 12, 0.3), rgba(15, 23, 42, 0.2));
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px) saturate(1.1);
    transform: scale(1.04);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
    align-items: center;
    gap: 56px;
}

.hero-copy {
    color: #ffffff;
    animation: fadeUp 0.7s ease both;
}

.hero-kicker,
.detail-kicker,
.page-hero p {
    margin: 0 0 12px;
    color: #fff7ed;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0 0 22px;
    max-width: 780px;
    font-size: clamp(44px, 6vw, 86px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.hero-desc {
    margin: 0 0 24px;
    max-width: 720px;
    color: #fff7ed;
    font-size: clamp(17px, 2vw, 24px);
    line-height: 1.7;
}

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

.hero-tags span,
.detail-tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

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

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

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

.btn-primary {
    color: var(--primary);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(124, 45, 18, 0.25);
}

.btn-ghost {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.btn-ghost:hover {
    color: var(--primary);
    background: #ffffff;
}

.btn-text {
    color: #fff7ed;
}

.hero-poster-card {
    position: relative;
    display: block;
    width: min(100%, 360px);
    justify-self: center;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 32px 70px rgba(124, 45, 18, 0.36);
    transform: rotate(3deg);
    transition: transform 0.25s ease;
}

.hero-poster-card:hover {
    transform: rotate(0deg) scale(1.03);
}

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

.hero-poster-card span {
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.62);
    font-weight: 900;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 16px;
    transform: translateX(-50%);
}

.hero-arrow,
.hero-dot {
    border: 0;
    cursor: pointer;
}

.hero-arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: var(--primary);
    background: #ffffff;
    font-size: 26px;
}

.hero-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
}

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

.feature-strip,
.content-section,
.ranking-section,
.filter-panel,
.detail-content,
.watch-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.feature-strip {
    padding: 60px 0 24px;
}

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

.feature-tile,
.category-card-main,
.movie-card-link,
.detail-side,
.detail-article,
.filter-panel {
    background: #ffffff;
    border: 1px solid rgba(251, 146, 60, 0.18);
    box-shadow: var(--shadow);
}

.feature-tile {
    padding: 26px;
    border-radius: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-tile:hover,
.movie-card-link:hover,
.category-card-main:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 66px rgba(154, 52, 18, 0.2);
}

.feature-tile span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #fb923c, #d97706);
    font-size: 22px;
    font-weight: 900;
}

.feature-tile h3 {
    margin: 18px 0 8px;
    font-size: 22px;
}

.feature-tile p,
.section-heading p,
.movie-card-body p,
.category-card-main p,
.detail-article p,
.detail-side dd,
.footer-inner p {
    color: var(--muted);
    line-height: 1.75;
}

.content-section,
.ranking-section {
    padding: 72px 0;
}

.wide-section {
    padding-top: 36px;
}

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

.section-heading h2 {
    margin: 0 0 8px;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -0.04em;
}

.section-heading p {
    margin: 0;
}

.section-heading a {
    flex: 0 0 auto;
    color: var(--primary);
    font-weight: 900;
}

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

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

.movie-card-link {
    display: block;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.movie-card-link:hover .poster-image {
    transform: scale(1.08);
}

.movie-badge,
.movie-score {
    position: absolute;
    top: 12px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
}

.movie-badge {
    left: 12px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.movie-score {
    right: 12px;
    background: rgba(0, 0, 0, 0.62);
}

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

.movie-card-body h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-card-body p {
    margin: 0 0 14px;
    min-height: 48px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9ca3af;
    font-size: 13px;
}

.category-overview {
    border-radius: 40px;
    padding: 62px 0;
}

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

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

.category-card-main {
    display: block;
    height: 100%;
    border-radius: 28px;
    padding: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.category-mini-grid a {
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 3 / 4;
    background: #fed7aa;
}

.category-mini-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card-main h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.category-card-main p {
    margin: 0 0 16px;
}

.category-card-main span {
    color: var(--primary);
    font-weight: 900;
}

.ranking-section {
    padding-top: 32px;
}

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

.ranking-page-list {
    grid-template-columns: 1fr;
}

.ranking-item a {
    display: grid;
    grid-template-columns: 58px 92px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 14px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease;
}

.ranking-item a:hover {
    transform: translateY(-4px);
}

.ranking-number {
    color: var(--primary);
    font-size: 28px;
    font-style: italic;
}

.ranking-thumb {
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 3 / 4;
    background: #fed7aa;
}

.ranking-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ranking-content h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.ranking-content p {
    margin: 0 0 8px;
    color: var(--muted);
    line-height: 1.6;
}

.ranking-content span {
    color: var(--primary);
    font-weight: 800;
}

.page-hero {
    min-height: 360px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #fb923c, #f59e0b 45%, #ea580c);
    overflow: hidden;
}

.small-hero,
.category-hero,
.ranking-hero {
    position: relative;
}

.page-hero::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: 8%;
    top: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.page-hero > div {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.page-hero h1 {
    max-width: 820px;
    margin: 0 0 14px;
    font-size: clamp(38px, 5vw, 66px);
    letter-spacing: -0.04em;
}

.page-hero span {
    display: block;
    max-width: 760px;
    color: #fff7ed;
    font-size: 20px;
    line-height: 1.7;
}

.filter-panel {
    margin-top: -42px;
    position: relative;
    z-index: 5;
    padding: 24px;
    border-radius: 28px;
}

.filter-search {
    display: flex;
    gap: 12px;
}

.filter-search input {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--line);
    outline: 0;
    padding: 15px 18px;
    border-radius: 16px;
}

.filter-search button,
.filter-groups button {
    border: 0;
    border-radius: 16px;
    padding: 12px 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    cursor: pointer;
    font-weight: 800;
}

.filter-groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
}

.filter-groups > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-groups strong {
    margin-right: 6px;
}

.filter-groups button {
    color: var(--primary);
    background: #fff7ed;
}

.filter-groups button.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.empty-state {
    display: none;
    margin: 30px 0 0;
    padding: 28px;
    border-radius: 24px;
    color: var(--muted);
    text-align: center;
    background: #ffffff;
}

.empty-state.is-visible {
    display: block;
}

.detail-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    color: #ffffff;
    background: #7c2d12;
}

.detail-backdrop {
    position: absolute;
    inset: 0;
    opacity: 0.38;
}

.detail-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(124, 45, 18, 0.96), rgba(154, 52, 18, 0.75), rgba(15, 23, 42, 0.46));
}

.detail-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px) saturate(1.12);
    transform: scale(1.05);
}

.detail-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 72px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    color: #ffedd5;
}

.breadcrumb a {
    font-weight: 800;
}

.detail-main {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 46px;
    align-items: center;
}

.detail-cover {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
    aspect-ratio: 3 / 4;
    background: #fed7aa;
}

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

.detail-copy h1 {
    margin: 0 0 18px;
    max-width: 780px;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.detail-one-line {
    max-width: 800px;
    margin: 0 0 20px;
    color: #ffedd5;
    font-size: 20px;
    line-height: 1.8;
}

.detail-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 28px;
}

.detail-stats span {
    padding: 9px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.watch-section {
    margin-top: -64px;
    position: relative;
    z-index: 3;
}

.watch-shell {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: #000000;
    box-shadow: 0 30px 80px rgba(124, 45, 18, 0.26);
    aspect-ratio: 16 / 9;
}

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

.play-cover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62));
    cursor: pointer;
}

.play-cover span {
    width: 84px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--primary);
    background: #ffffff;
    font-size: 36px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.play-cover strong {
    font-size: 22px;
}

.play-cover.is-hidden {
    display: none;
}

.detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    padding: 58px 0 12px;
}

.detail-article,
.detail-side {
    border-radius: 28px;
    padding: 30px;
}

.detail-article h2,
.detail-side h2 {
    margin: 0 0 18px;
    font-size: 28px;
}

.detail-article p {
    margin: 0 0 28px;
    font-size: 17px;
}

.detail-side dl {
    margin: 0;
}

.detail-side div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #ffedd5;
}

.detail-side dt {
    color: #9ca3af;
    flex: 0 0 auto;
}

.detail-side dd {
    margin: 0;
    text-align: right;
    font-weight: 800;
}

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

.site-footer {
    margin-top: 54px;
    color: #ffedd5;
    background: linear-gradient(135deg, #92400e, #78350f);
}

.footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0 26px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

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

.footer-links {
    display: flex;
    gap: 22px;
    align-items: center;
    font-weight: 800;
}

.footer-copy {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 20px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #fed7aa;
    text-align: center;
}

.is-filtered-out {
    display: none !important;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.12;
    }

    50% {
        transform: translate3d(0, -18px, 0) scale(1.08);
        opacity: 0.22;
    }
}

@media (max-width: 1100px) {
    .header-search {
        width: 240px;
    }

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

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

@media (max-width: 880px) {
    .desktop-nav,
    .header-search {
        display: none;
    }

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

    .hero-carousel {
        height: auto;
        min-height: 760px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 58px 0 100px;
    }

    .hero-poster-card {
        width: min(290px, 78vw);
        justify-self: start;
    }

    .feature-grid,
    .ranking-list {
        grid-template-columns: 1fr;
    }

    .detail-main,
    .detail-content {
        grid-template-columns: 1fr;
    }

    .detail-cover {
        width: min(280px, 82vw);
    }

    .watch-section {
        margin-top: -38px;
    }
}

@media (max-width: 640px) {
    .header-inner {
        min-height: 68px;
    }

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

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

    .hero-actions,
    .filter-search,
    .footer-inner,
    .footer-links {
        flex-direction: column;
        align-items: stretch;
    }

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

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

    .movie-card-body p {
        min-height: 42px;
        font-size: 13px;
    }

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

    .section-heading {
        display: block;
    }

    .section-heading a {
        display: inline-flex;
        margin-top: 12px;
    }

    .ranking-item a {
        grid-template-columns: 42px 74px minmax(0, 1fr);
        gap: 12px;
    }

    .ranking-content p {
        display: none;
    }

    .detail-hero-inner {
        padding-bottom: 58px;
    }

    .watch-shell {
        border-radius: 20px;
    }
}
