*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; }
img, video { max-width: 100%; display: block; }
button { font: inherit; color: inherit; background: none; border: none; }
a { color: inherit; text-decoration: none; }
body {
    background: #1a1a1a;
    color: #e8e0d4;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", "Songti SC", serif;
    font-weight: 500;
    letter-spacing: 0.03em;
}
header {
    background: #141414;
    border-bottom: 2px solid #c9a24b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    gap: 20px;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 100;
}
a[data-contract="site-name"] {
    color: #e8e0d4;
    font-family: Georgia, "Songti SC", serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 3px solid #c9a24b;
    padding-left: 10px;
}
a[data-contract="site-name"]:hover {
    color: #c9a24b;
}
nav[data-contract="categories"] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
    overflow-x: auto;
}
a.runtime-category {
    color: #c9a24b;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    white-space: nowrap;
    background: #1f1f1f;
    transition: all 0.15s ease;
}
a.runtime-category:hover {
    border-color: #c9a24b;
    color: #fff;
    background: #2a2a2a;
}
main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.hero-visual {
    position: relative;
    background: #141414;
    padding: 40px 20px 48px;
    margin: 0 -16px;
    border-bottom: 1px solid #2a2a2a;
    overflow: hidden;
    min-height: 260px;
}
.hero-cutout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.silhouette {
    position: absolute;
    top: 20px;
    right: 15%;
    width: 120px;
    height: 200px;
    background: #1a1a1a;
    clip-path: polygon(30% 0%, 35% 30%, 40% 35%, 38% 55%, 45% 60%, 48% 85%, 40% 100%, 20% 100%, 25% 70%, 20% 40%, 15% 30%, 20% 0%);
    border-right: 2px solid #c9a24b;
    opacity: 0.9;
    filter: drop-shadow(0 0 20px rgba(201, 162, 75, 0.25));
}
.gown-curve {
    position: absolute;
    top: 30px;
    left: 20%;
    width: 260px;
    height: 220px;
    border: 2px solid #c9a24b;
    border-left: none;
    border-top: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 60%, 15% 55%, 0 45%, 12% 35%, 0 25%, 18% 15%, 0 5%);
    opacity: 0.7;
    transform: rotate(-8deg);
}
.hero-tagline {
    position: relative;
    z-index: 2;
    font-size: clamp(22px, 4vw, 42px);
    color: #e8e0d4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: left;
    border-left: 4px solid #c9a24b;
    padding-left: 20px;
    max-width: 70%;
    line-height: 1.25;
    text-shadow: 0 2px 15px rgba(0,0,0,0.6);
}
.movie-overview-shell {
    background: #1d1c1a;
    border: 1px solid #2a2825;
    border-top: 3px solid #c9a24b;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
    position: relative;
}
.poster-column {
    background: #161514;
    padding: 20px;
    align-self: start;
}
.poster-wrapper {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    aspect-ratio: 2 / 3;
    background: #222;
    overflow: hidden;
    border: 1px solid #333;
    position: relative;
}
.poster-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.info-column {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}
.title-group {
    border-bottom: 1px solid #2e2c29;
    padding-bottom: 12px;
}
.movie-title {
    font-size: 22px;
    color: #f0e8dc;
    line-height: 1.3;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
    font-weight: 600;
}
.tagline {
    color: #c9a24b;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Georgia, serif;
}
.cast-panel {
    padding-bottom: 6px;
}
.panel-heading {
    font-size: 14px;
    color: #c9a24b;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-left: 3px solid #c9a24b;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.cast-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
}
.cast-card {
    background: #262422;
    border: 1px solid #333;
    padding: 10px 8px;
    text-align: center;
    font-size: 14px;
    color: #d8d0c4;
    letter-spacing: 0.05em;
    white-space: nowrap;
    transition: border-color 0.15s, background 0.15s;
}
.cast-card:hover {
    border-color: #c9a24b;
    background: #2d2b28;
}
.synopsis-block {
    padding-bottom: 6px;
}
.synopsis-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
    font-size: 13px;
    line-height: 1.65;
    color: #c8c0b4;
}
.synopsis-grid p {
    margin: 0;
    text-align: justify;
}
.episode-status-panel {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px dashed #3a3835;
    border-bottom: 1px dashed #3a3835;
    flex-wrap: wrap;
}
.episode-current {
    background: #c9a24b;
    color: #141414;
    font-weight: 600;
    padding: 3px 12px;
    font-size: 13px;
    letter-spacing: 0.06em;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}
.episode-total {
    color: #9a9488;
    font-size: 12px;
    letter-spacing: 0.04em;
}
.details-panel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 6px 12px;
    padding-top: 4px;
}
.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 0;
    border-bottom: 1px dotted #2e2c29;
    gap: 8px;
}
.detail-label {
    color: #8a8478;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-shrink: 0;
}
.detail-value {
    color: #d8d0c4;
    font-size: 12px;
    text-align: right;
    word-break: break-word;
}
.timeline-section {
    background: #171616;
    border: 1px solid #2a2825;
    padding: 18px 20px;
}
.timeline-vertical {
    position: relative;
    padding-left: 18px;
    margin-top: 4px;
}
.timeline-vertical::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(to bottom, #c9a24b 0%, #3a3820 100%);
}
.timeline-item {
    position: relative;
    padding: 8px 0 8px 14px;
    display: flex;
    gap: 12px;
    align-items: baseline;
    border-bottom: 1px solid #262422;
}
.timeline-item:last-child {
    border-bottom: none;
}
.timeline-item::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #c9a24b;
    transform: rotate(45deg);
    border: 1px solid #141414;
}
.timecode {
    color: #c9a24b;
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    min-width: 40px;
}
.timeline-label {
    color: #c8c0b4;
    font-size: 13px;
    line-height: 1.4;
}
.episodes-section {
    background: #1d1c1a;
    border: 1px solid #2a2825;
    padding: 18px 20px;
}
.episodes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.episode-card {
    background: #222120;
    border-left: 3px solid #3a3835;
    padding: 12px 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    align-items: baseline;
    transition: border-color 0.15s, background 0.15s;
}
.episode-card:hover {
    border-left-color: #c9a24b;
    background: #262523;
}
.episode-number {
    color: #c9a24b;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    min-width: 24px;
}
.episode-name {
    color: #e8e0d4;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    flex: 1;
    min-width: 120px;
}
.episode-summary {
    width: 100%;
    color: #a8a094;
    font-size: 12px;
    line-height: 1.55;
    margin-top: 4px;
    text-align: justify;
}
.episode-duration {
    color: #7a7468;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-left: auto;
    flex-shrink: 0;
}
.comments-section {
    background: #141414;
    border: 1px solid #2a2825;
    padding: 18px 20px;
}
.comments-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}
.comment-bubble {
    background: #201f1d;
    border: 1px solid #2e2c29;
    border-radius: 0;
    padding: 10px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 80px;
}
.comment-bubble::before {
    content: "";
    position: absolute;
    left: 12px;
    top: -5px;
    width: 8px;
    height: 8px;
    background: #201f1d;
    border-left: 1px solid #2e2c29;
    border-top: 1px solid #2e2c29;
    transform: rotate(45deg);
}
.comment-nick {
    color: #c9a24b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.comment-text {
    color: #b8b0a4;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}
.recommendation-region {
    background: #171616;
    border: 1px solid #2a2825;
    padding: 16px 20px;
}
.recommendation-title {
    font-size: 14px;
    color: #c9a24b;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-left: 3px solid #c9a24b;
    padding-left: 10px;
    margin-bottom: 12px;
    font-weight: 500;
}
.recommendation-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}
a[data-runtime="recommendation"] {
    background: #222120;
    border: 1px solid #2e2c29;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
    color: #c8c0b4;
    transition: border-color 0.15s, background 0.15s;
    align-self: start;
}
a[data-runtime="recommendation"]:hover {
    border-color: #c9a24b;
    background: #262523;
}
a[data-runtime="recommendation"] img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #333;
    display: block;
}
a[data-runtime="recommendation"] span[data-runtime="name"] {
    font-size: 13px;
    font-weight: 500;
    color: #e0d8cc;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 0 2px;
}
a[data-runtime="recommendation"] span[data-runtime="blurb"] {
    font-size: 11px;
    color: #8a8478;
    line-height: 1.4;
    padding: 0 2px 2px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.player-shell {
    background: #0d0d0d;
    border: 1px solid #2a2825;
    padding: 12px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    transition: background 0.3s, max-width 0.3s;
}
.player-shell video {
    display: block;
    background: #000;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}
.player-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 4px 4px;
    border-top: 1px solid #2a2825;
    margin-top: 8px;
}
.player-controls button {
    background: #222120;
    border: 1px solid #333;
    color: #b8b0a4;
    font-size: 11px;
    padding: 4px 8px;
    cursor: pointer;
    transition: all 0.12s;
    letter-spacing: 0.03em;
}
.player-controls button:hover {
    border-color: #c9a24b;
    color: #e8e0d4;
    background: #2a2825;
}
.player-shell.theater-mode {
    max-width: 100%;
    background: #0a0a0a;
}
.player-shell.theater-mode video {
    aspect-ratio: 21 / 9;
}
.player-shell.lights-off {
    max-width: 100%;
    background: #000;
    border-color: #000;
}
.player-shell.lights-off video {
    filter: brightness(0.9);
}
footer {
    background: #111;
    border-top: 2px solid #c9a24b;
    padding: 24px 20px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    margin-top: 20px;
    font-size: 12px;
}
.disclaimer {
    color: #7a7468;
    font-size: 11px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    border-bottom: 1px solid #2a2825;
    padding-bottom: 12px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
    color: #c9a24b;
    text-decoration: none;
    letter-spacing: 0.06em;
    padding: 2px 6px;
    border: 1px solid #2a2825;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
    border-color: #c9a24b;
    background: #1a1a1a;
}
.friend-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    width: 100%;
    margin-top: 6px;
}
.friend-label {
    color: #8a8478;
    font-size: 11px;
    letter-spacing: 0.06em;
}
a.runtime-friend-link {
    color: #8a8478;
    text-decoration: none;
    font-size: 11px;
    padding: 2px 8px;
    border: 1px solid #2a2825;
    background: #161616;
    transition: color 0.12s, border-color 0.12s;
    white-space: nowrap;
}
a.runtime-friend-link:hover {
    color: #c9a24b;
    border-color: #c9a24b;
}
@media (max-width: 900px) {.movie-overview-shell {
        grid-template-columns: 160px minmax(0, 1fr);
    }
.poster-column {
        padding: 12px;
    }
.poster-wrapper {
        max-width: 140px;
    }
.movie-title {
        font-size: 18px;
    }
.synopsis-grid {
        grid-template-columns: 1fr;
    }
.episodes-grid {
        grid-template-columns: 1fr;
    }
.recommendation-list {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
.hero-tagline {
        max-width: 80%;
        font-size: 26px;
    }
.silhouette {
        right: 8%;
        transform: scale(0.8);
    }
.gown-curve {
        left: 10%;
        transform: scale(0.9) rotate(-6deg);
    }}
@media (max-width: 600px) {header {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 12px;
        gap: 6px;
    }
nav[data-contract="categories"] {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }
main {
        padding: 0 8px 24px;
        gap: 20px;
    }
.hero-visual {
        padding: 28px 12px 36px;
        min-height: 180px;
    }
.hero-tagline {
        font-size: 20px;
        padding-left: 12px;
        max-width: 90%;
    }
.silhouette {
        right: 5%;
        top: 10px;
        transform: scale(0.6);
        width: 80px;
        height: 140px;
    }
.gown-curve {
        left: 5%;
        top: 15px;
        transform: scale(0.7) rotate(-5deg);
        width: 180px;
        height: 160px;
    }
.movie-overview-shell {
        grid-template-columns: 1fr;
    }
.poster-column {
        padding: 12px 12px 4px;
    }
.poster-wrapper {
        max-width: 160px;
        margin: 0 auto;
    }
.info-column {
        padding: 12px 14px 16px;
    }
.details-panel {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
.cast-scroll {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        overflow-x: auto;
        flex-wrap: nowrap;
        display: flex;
    }
.cast-card {
        flex: 0 0 auto;
        font-size: 12px;
        padding: 8px 6px;
    }
.episodes-grid {
        gap: 8px;
    }
.episode-card {
        padding: 10px 10px;
    }
.episode-number {
        font-size: 18px;
    }
.episode-name {
        font-size: 13px;
    }
.comments-scroll {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
.comment-bubble {
        flex: 0 0 200px;
    }
.recommendation-list {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 8px;
    }
a[data-runtime="recommendation"] img {
        aspect-ratio: 4 / 3;
    }
.player-shell {
        padding: 8px;
        margin: 0;
    }
.player-controls button {
        font-size: 10px;
        padding: 3px 6px;
    }
.timeline-section, .episodes-section, .comments-section, .recommendation-region {
        padding: 14px 12px;
    }
.timeline-item {
        flex-direction: column;
        gap: 2px;
        padding: 6px 0 6px 10px;
    }
.timeline-item::before {
        left: -16px;
        top: 12px;
    }
.timecode {
        min-width: auto;
    }
footer {
        padding: 16px 12px 24px;
        gap: 8px;
    }
.friend-links {
        gap: 4px;
    }
a.runtime-friend-link {
        font-size: 10px;
        padding: 2px 6px;
    }}
@media (max-width: 380px) {.hero-tagline {
        font-size: 17px;
        letter-spacing: 0.08em;
    }
.movie-title {
        font-size: 15px;
    }
.episode-summary {
        font-size: 11px;
    }
.recommendation-list {
        grid-template-columns: 1fr;
    }
a[data-runtime="recommendation"] {
        flex-direction: row;
        align-items: center;
    }
a[data-runtime="recommendation"] img {
        width: 80px;
        height: 70px;
        flex-shrink: 0;
        aspect-ratio: auto;
    }}

footer{text-align:center!important}
footer *{justify-content:center!important}
footer :is(div,nav,ul,ol,p,section,address){margin-left:auto!important;margin-right:auto!important}
