*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,-apple-system,sans-serif;background:linear-gradient(160deg,#fff0f5 0%,#fff5f0 40%,#f0fff4 100%);color:#5a4a4a;line-height:1.6;min-height:100vh;font-size:15px}
a {color:#f48fb1;text-decoration:none;transition:color .2s}
a:hover {color:#ec407a}
ul {list-style:none}
img, video {display:block;max-width:100%}
h1, h2, h3, h4 {font-weight:600;line-height:1.3}
header {position:sticky;top:0;z-index:100;background:rgba(255,245,250,.92);backdrop-filter:blur(8px);border-bottom:2px dashed #f8bbd0;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.categories-bar {display:flex;gap:8px;flex-wrap:wrap;align-items:center}
a.runtime-category {display:inline-block;background:#fff;border:2px solid #f8bbd0;border-radius:20px;padding:4px 14px;font-size:14px;color:#d81b60;font-weight:500;white-space:nowrap;transition:background .2s,color .2s}
a.runtime-category:hover {background:#fce4ec;color:#ad1457}
.brand-link {font-size:20px;font-weight:700;color:#ec407a;letter-spacing:2px;text-shadow:0 2px 0 #fff;margin-left:auto;white-space:nowrap}
.brand-link:hover {color:#d81b60}
.page-shell {max-width:1200px;margin:0 auto;padding:20px 16px 40px}
.hero-banner {position:relative;background:linear-gradient(135deg,#ffe0ec 0%,#fff5e6 50%,#e0f7fa 100%);border-radius:30px;padding:38px 24px 30px;margin-bottom:28px;border:2px solid #fff;box-shadow:0 8px 24px rgba(255,182,193,.3);overflow:hidden;min-height:320px}
.hero-tagline {position:absolute;top:12px;left:50%;transform:translateX(-50%);background:#fff;border:2px dashed #f8bbd0;border-radius:20px;padding:4px 18px;font-size:16px;color:#e91e63;font-weight:600;letter-spacing:4px;white-space:nowrap;z-index:5;box-shadow:0 4px 12px rgba(255,182,193,.25)}
.hero-visual {position:relative;display:flex;justify-content:center;align-items:center;min-height:240px;padding-top:30px}
.hero-character {background:linear-gradient(145deg,#fff,#ffeef5);border:3px solid #f8bbd0;border-radius:40px;padding:22px 26px 18px;text-align:center;box-shadow:0 10px 25px rgba(240,98,146,.25);position:relative;z-index:2;transform:rotate(-2deg);transition:transform .3s}
.hero-character:hover {transform:rotate(0deg) scale(1.02)}
.character-face {position:relative;width:120px;height:110px;background:#ffe0b2;border-radius:50% 50% 45% 45%;margin:0 auto 12px;border:2px solid #f0c060;box-shadow:inset 0 -8px 0 rgba(240,192,96,.3)}
.eye {position:absolute;top:45px;width:12px;height:16px;background:#5d4037;border-radius:50%;display:block}
.eye.left {left:28px}
.eye.right {right:28px}
.eye::after {content:"";position:absolute;top:2px;left:2px;width:4px;height:4px;background:#fff;border-radius:50%}
.blush {position:absolute;top:65px;width:18px;height:10px;background:#ff8a80;border-radius:50%;opacity:.7}
.blush.left {left:14px}
.blush.right {right:14px}
.mouth {position:absolute;top:72px;left:50%;transform:translateX(-50%);width:22px;height:12px;border-bottom:3px solid #d84315;border-radius:0 0 22px 22px}
.character-body {padding-top:4px}
.character-name {font-size:18px;font-weight:700;color:#e91e63;letter-spacing:2px}
.character-title {font-size:13px;color:#ad1457;background:#fce4ec;border-radius:12px;padding:2px 10px;display:inline-block;margin-top:4px}
.speech-bubble {position:absolute;background:#fff;border-radius:24px;padding:10px 16px;font-size:14px;color:#880e4f;font-weight:500;box-shadow:0 4px 14px rgba(240,98,146,.2);border:2px solid #f8bbd0;z-index:3;max-width:180px}
.bubble-1 {top:60px;left:6%;transform:rotate(-8deg)}
.bubble-1::after {content:"";position:absolute;bottom:-12px;left:24px;border:8px solid transparent;border-top-color:#fff;border-bottom:0}
.bubble-2 {bottom:40px;right:6%;transform:rotate(5deg)}
.bubble-2::after {content:"";position:absolute;top:-12px;right:24px;border:8px solid transparent;border-bottom-color:#fff;border-top:0}
.sticker-cloud {position:absolute;font-size:34px;opacity:.6;z-index:1;animation:float 6s ease-in-out infinite}
.cloud-left {top:20px;left:20px;animation-delay:0s}
.cloud-right {bottom:15px;right:25px;animation-delay:2s}
.sticker-rainbow {position:absolute;top:15px;right:15%;font-size:40px;opacity:.7;transform:rotate(15deg);z-index:1;animation:float 8s ease-in-out infinite;animation-delay:1s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.player-block {background:#fff;border-radius:24px;padding:16px;margin-bottom:28px;box-shadow:0 6px 20px rgba(255,182,193,.25);border:2px solid #ffe0ec;position:relative;min-width:0}
.player-block video {border-radius:16px;background:#000;display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.player-controls {display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;justify-content:center}
.player-controls button {background:#fce4ec;border:1px solid #f8bbd0;border-radius:16px;padding:6px 14px;font-size:13px;color:#ad1457;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit}
.player-controls button:hover {background:#f8bbd0;color:#fff}
.player-controls button:active {transform:scale(.95)}
.player.theater-mode {max-width:100%}
.player.light-off {filter:brightness(.3)}
.movie-overview {display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;background:#fff;border-radius:28px;overflow:hidden;margin-bottom:28px;box-shadow:0 8px 28px rgba(255,182,193,.3);border:2px solid #ffe0ec}
.poster-wrapper {background:linear-gradient(145deg,#fff0f5,#ffe8ec);padding:20px;display:flex;align-items:flex-start;justify-content:center}
.main-poster {width:100%;max-width:240px;aspect-ratio:2/3;object-fit:cover;border-radius:18px;box-shadow:0 8px 20px rgba(0,0,0,.12);border:3px solid #fff}
.info-panel {padding:24px 26px;display:flex;flex-direction:column;gap:14px;background:linear-gradient(145deg,#fff,#fffafc)}
.movie-title {font-size:24px;color:#d81b60;letter-spacing:1px;border-bottom:2px solid #f8bbd0;padding-bottom:8px;margin-bottom:2px}
.movie-tagline {font-size:15px;color:#f06292;background:#fff0f5;border-radius:12px;padding:4px 14px;display:inline-block;align-self:flex-start;border:1px dashed #f8bbd0}
.cast-block {margin-top:2px}
.sub-heading {font-size:16px;color:#ad1457;margin-bottom:6px;font-weight:600;letter-spacing:1px}
.actor-list {display:flex;flex-wrap:wrap;gap:8px}
.actor-list li {background:#fff0f5;border:1px solid #fce4ec;border-radius:16px;padding:3px 14px;font-size:14px;color:#880e4f;transition:background .2s}
.actor-list li:hover {background:#fce4ec}
.story-section {margin-top:2px}
.section-title {font-size:20px;color:#d81b60;letter-spacing:2px;border-left:4px solid #f48fb1;padding-left:10px;margin-bottom:10px}
.synopsis-card {background:#fffafc;border-radius:16px;padding:12px 16px;border:1px solid #ffe8f0}
.synopsis-paragraph {font-size:14px;color:#6d4c4c;margin-bottom:8px;text-align:justify}
.synopsis-paragraph:last-child {margin-bottom:0}
.episode-status {display:flex;align-items:baseline;gap:8px;background:linear-gradient(90deg,#fce4ec,#fff);border-radius:12px;padding:6px 16px;border:1px solid #f8bbd0}
.status-label {font-size:13px;color:#ad1457}
.current-episode {font-size:20px;font-weight:700;color:#e91e63}
.total-episodes {font-size:13px;color:#b08a8a}
.details-block {margin-top:2px}
.details-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px 16px}
.detail-item {display:flex;font-size:14px;border-bottom:1px dotted #f8bbd0;padding-bottom:4px}
.detail-item dt {color:#b08a8a;min-width:56px;font-weight:400}
.detail-item dd {color:#5a4a4a;font-weight:500}
.timeline-section {margin-bottom:28px}
.timeline-scroll {display:flex;gap:16px;overflow-x:auto;padding:16px 8px 20px;scroll-snap-type:x mandatory;border-radius:20px;background:linear-gradient(90deg,#fff0f5,#fff5f0,#f0fff4);border:2px solid #ffe0ec}
.timeline-scroll::-webkit-scrollbar {height:8px}
.timeline-scroll::-webkit-scrollbar-track {background:#ffe8f0;border-radius:8px}
.timeline-scroll::-webkit-scrollbar-thumb {background:#f48fb1;border-radius:8px}
.timeline-item {flex:0 0 auto;width:220px;background:#fff;border-radius:20px;padding:20px 16px 16px;position:relative;box-shadow:0 4px 14px rgba(255,182,193,.2);border:2px solid #fff;scroll-snap-align:start;transition:transform .2s}
.timeline-item:hover {transform:translateY(-4px)}
.time-dot {position:absolute;top:12px;right:12px;width:18px;height:18px;border-radius:50%;background:#f48fb1;box-shadow:0 0 0 4px #fce4ec,0 2px 4px rgba(0,0,0,.1)}
.timeline-item:nth-child(2) .time-dot {background:#ffd54f;box-shadow:0 0 0 4px #fff8e1,0 2px 4px rgba(0,0,0,.1)}
.timeline-item:nth-child(3) .time-dot {background:#80cbc4;box-shadow:0 0 0 4px #e0f2f1,0 2px 4px rgba(0,0,0,.1)}
.timeline-item:nth-child(4) .time-dot {background:#ba68c8;box-shadow:0 0 0 4px #f3e5f5,0 2px 4px rgba(0,0,0,.1)}
.timeline-item:nth-child(5) .time-dot {background:#ff8a65;box-shadow:0 0 0 4px #fbe9e7,0 2px 4px rgba(0,0,0,.1)}
.timecode {font-size:15px;font-weight:700;color:#d81b60;margin-bottom:6px}
.timeline-label {font-size:13px;color:#6d4c4c;line-height:1.5}
.episodes-grid {margin-bottom:28px}
.episode-cards {display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:12px}
.episode-card {background:#fff;border-radius:20px;padding:16px;border:2px solid #ffe8f0;box-shadow:0 4px 14px rgba(255,182,193,.2);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;gap:6px}
.episode-card:hover {transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,182,193,.35)}
.ep-number {font-size:13px;color:#f06292;font-weight:700;letter-spacing:2px;background:#fff0f5;display:inline-block;padding:2px 10px;border-radius:10px;align-self:flex-start}
.ep-title {font-size:17px;color:#d81b60;font-weight:600}
.ep-summary {font-size:13px;color:#7a6a6a;line-height:1.6;flex:1}
.ep-duration {font-size:12px;color:#b08a8a;border-top:1px dashed #f8bbd0;padding-top:6px;margin-top:2px}
.comments-wall {margin-bottom:28px}
.comment-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-top:12px;align-items:start}
.comment-bubble {background:#fff;border-radius:24px 24px 24px 8px;padding:16px 18px;position:relative;border:2px solid #ffe0ec;box-shadow:0 4px 14px rgba(255,182,193,.2);transition:transform .2s}
.comment-bubble:hover {transform:rotate(-1deg)}
.comment-bubble::after {content:"";position:absolute;bottom:-10px;left:24px;border:10px solid transparent;border-top-color:#ffe0ec;border-bottom:0}
.comment-nick {font-size:14px;font-weight:700;color:#e91e63;margin-bottom:6px;display:flex;align-items:center;gap:6px}
.comment-nick::before {content:"✦";font-size:12px;color:#f48fb1}
.comment-text {font-size:13px;color:#6d5a5a;line-height:1.6}
.comment-bubble:nth-child(even) {border-radius:24px 24px 8px 24px}
.comment-bubble:nth-child(even)::after {left:auto;right:24px;border-top-color:#f8bbd0}
.comment-bubble:nth-child(3n) {background:#fffaf5;border-color:#ffe0b2}
.comment-bubble:nth-child(4n) {background:#f4fff4;border-color:#c8e6c9}
.recommendation-region {margin-bottom:30px;background:linear-gradient(135deg,#fff,#fff5f0);border-radius:24px;padding:20px 18px;border:2px solid #ffe0ec;box-shadow:0 4px 16px rgba(255,182,193,.2)}
.recommend-title {font-size:18px;color:#d81b60;letter-spacing:1px;border-bottom:2px dashed #f8bbd0;padding-bottom:8px;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.recommend-title::before {content:"🍬";font-size:18px}
.recommend-row {display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}
a[data-runtime="recommendation"] {display:flex;flex-direction:column;gap:6px;background:#fff;border-radius:16px;padding:10px;border:2px solid #fff;box-shadow:0 2px 8px rgba(255,182,193,.15);transition:transform .2s,box-shadow .2s;text-decoration:none;color:#5a4a4a}
a[data-runtime="recommendation"]:hover {transform:translateY(-3px);box-shadow:0 6px 16px rgba(255,182,193,.35);border-color:#f8bbd0}
a[data-runtime="recommendation"] img {width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px}
a[data-runtime="recommendation"] span[data-runtime="name"] {font-size:14px;font-weight:600;color:#d81b60;text-decoration:none}
a[data-runtime="recommendation"] span[data-runtime="blurb"] {font-size:12px;color:#8a7a7a;line-height:1.5;text-decoration:none}
.closing-card {background:linear-gradient(120deg,#fce4ec,#fff0f5,#e0f7fa);border-radius:24px;padding:30px 20px;text-align:center;margin-bottom:30px;border:2px dashed #f8bbd0;position:relative;overflow:hidden}
.closing-card::before {content:"🌈";position:absolute;left:10%;top:10px;font-size:28px;opacity:.5}
.closing-card::after {content:"☁️";position:absolute;right:10%;bottom:10px;font-size:28px;opacity:.5}
.closing-text {font-size:20px;font-weight:700;color:#e91e63;letter-spacing:6px;text-shadow:0 2px 0 #fff}
.footer {background:linear-gradient(135deg,#fff5f0,#fff0f5);border-top:2px solid #f8bbd0;padding:24px 20px 30px;margin-top:20px;border-radius:24px 24px 0 0;box-shadow:0 -4px 20px rgba(255,182,193,.2)}
.footer-links {display:flex;gap:16px;justify-content:center;margin-bottom:16px}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {color:#e91e63;font-size:15px;font-weight:500;text-decoration:none;padding:2px 12px;border-radius:8px;background:#fff;border:1px solid #f8bbd0;transition:background .2s}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {background:#fce4ec;color:#ad1457;text-decoration:none}
.friend-links {display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin-bottom:14px;font-size:13px}
.friend-label {color:#b08a8a;font-weight:500}
a.runtime-friend-link {color:#8a6a6a;text-decoration:none;background:#fff;border-radius:12px;padding:2px 10px;border:1px solid #ffe8f0;transition:background .2s,color .2s;white-space:nowrap}
a.runtime-friend-link:hover {background:#fce4ec;color:#e91e63;text-decoration:none}
.disclaimer {text-align:center;color:#b08a8a;font-size:12px;padding-top:12px;border-top:1px dotted #f8bbd0;margin-top:6px;line-height:1.6}
.player.theater-mode {position:fixed;inset:0;z-index:1000;background:#000;width:100vw;height:100vh;border-radius:0;object-fit:contain}
.player.theater-mode video {border-radius:0;height:100vh;width:100vw;object-fit:contain}
.player.light-off {filter:brightness(.3)}
.player-controls button.click {background:#f8bbd0;color:#fff}
@media (max-width:960px){.movie-overview {grid-template-columns:220px minmax(0,1fr)}
.poster-wrapper {padding:16px}
.main-poster {max-width:180px}
.info-panel {padding:20px}
.speech-bubble {font-size:13px;padding:8px 12px;max-width:140px}
.bubble-1 {left:2%}
.bubble-2 {right:2%}}
@media (max-width:768px){body {font-size:14px}
.page-shell {padding:14px 12px 30px}
.hero-banner {padding:42px 16px 24px}
.hero-tagline {font-size:14px;letter-spacing:2px;white-space:normal;text-align:center;width:90%;top:8px}
.hero-visual {flex-direction:column;gap:20px;padding-top:40px}
.speech-bubble {position:static;max-width:200px;margin:0 auto}
.bubble-1, .bubble-2 {transform:none}
.bubble-1::after, .bubble-2::after {display:none}
.sticker-cloud {font-size:26px}
.cloud-left {top:auto;bottom:10px;left:8px}
.cloud-right {top:10px;right:8px}
.sticker-rainbow {font-size:32px;top:8px;right:8%}
.movie-overview {grid-template-columns:1fr}
.poster-wrapper {justify-content:center;padding:16px}
.main-poster {max-width:200px}
.info-panel {padding:18px 16px}
.movie-title {font-size:20px}
.episode-cards {grid-template-columns:1fr}
.comment-grid {grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
.recommend-row {grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}
header {padding:8px 12px}
.brand-link {font-size:18px}
a.runtime-category {font-size:13px;padding:3px 10px}}
@media (max-width:480px){.hero-banner {border-radius:20px;padding:38px 12px 18px}
.character-face {width:100px;height:95px}
.eye {top:38px;width:10px;height:14px}
.eye.left {left:22px}
.eye.right {right:22px}
.blush {top:55px;width:14px;height:8px}
.blush.left {left:10px}
.blush.right {right:10px}
.mouth {top:62px;width:18px;height:10px}
.character-name {font-size:16px}
.character-title {font-size:12px}
.speech-bubble {font-size:12px;padding:6px 10px;max-width:160px}
.episode-card {padding:14px}
.ep-title {font-size:15px}
.details-grid {grid-template-columns:1fr 1fr}
.detail-item {font-size:13px}
.detail-item dt {min-width:48px}
.timeline-item {width:180px}
.recommend-row {grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}
.closing-text {font-size:16px;letter-spacing:3px}
.footer-links {flex-direction:column;align-items:center;gap:8px}
.friend-links {justify-content:flex-start;flex-wrap:wrap}
.player-controls button {font-size:12px;padding:5px 10px}
.player-block {padding:10px}}
@media (max-width:360px){.episode-cards {grid-template-columns:1fr}
.comment-grid {grid-template-columns:1fr}
.recommend-row {grid-template-columns:1fr 1fr}
.details-grid {grid-template-columns:1fr}
.actor-list li {font-size:13px;padding:2px 10px}
.synopsis-paragraph {font-size:13px}
.bubble-1, .bubble-2 {max-width:130px}}

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}
