:root {
  color-scheme: dark;
  --background: #101014;
  --surface: #18181f;
  --surface-raised: #202029;
  --line: #30303c;
  --text: #f5f2f7;
  --muted: #a3a0b0;
  --pink: #ed9cce;
  --pink-bright: #f8b5df;
  --violet: #b6a2ed;
  --radius: 14px;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { position: relative; isolation: isolate; margin: 0; background: radial-gradient(ellipse at 85% 5%, #39243e66, transparent 45rem), var(--background); color: var(--text); font-size: 16px; line-height: 1.6; }
.page-background { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; background: #100d18; }
.page-background-image { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .65; }
.page-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #100c1940, #100c1966 55%, #100c1999), linear-gradient(90deg, #100c194d, #24142d26 55%, #100c194d); }
.episode-page .watch-main { background: #141019eb; border-radius: var(--radius); box-shadow: 0 16px 50px #08050d40; }
.episode-page .episode-information { padding-left: 24px; padding-right: 24px; }
.episode-page .comments-section { padding: 28px 24px 12px; margin-top: 28px; }
.episode-page .site-footer { background: #141019e8; border-radius: 12px 12px 0 0; padding-left: 24px; padding-right: 24px; }
turbo-frame { display: block; }
#episode_library { overflow-anchor: none; }
.navigation-error, .comment-notice { padding: 12px 16px; margin-top: 18px; border: 1px solid #6b4c79; border-radius: 8px; background: #312338; color: #f0dbf5; font-size: 14px; }
.navigation-error[hidden] { display: none; }
#episode_content[busy] { cursor: progress; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
button, input, textarea { color: inherit; }
button { border: 0; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.25; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
::selection { background: var(--pink); color: var(--background); }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 12px; background: var(--pink); color: #151018; }
.site-header { border-bottom: 1px solid #49304b; background: #16111bf5; }
.header-inner { max-width: 1440px; margin: 0 auto; padding: 16px 56px; display: flex; align-items: center; gap: 60px; }
.wordmark { display: flex; align-items: center; gap: 13px; flex-shrink: 0; width: fit-content; }
.wordmark-mascot { width: 60px; height: 66px; object-fit: contain; filter: drop-shadow(0 3px 9px #ed9cce26); }
.wordmark-copy { display: flex; flex-direction: column; }
.wordmark-title { font-size: 34px; font-weight: 900; line-height: 1; letter-spacing: -1.8px; text-transform: uppercase; }
.brand-dot { color: var(--pink); }
.wordmark-subtitle { margin-top: 6px; color: var(--muted); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.main-nav { display: flex; align-self: stretch; align-items: center; }
.nav-link { font-size: 15px; color: var(--muted); position: relative; padding: 10px 2px; }
.nav-link[aria-current="page"] { color: var(--pink); }
.nav-link[aria-current="page"]::after { content: ""; height: 3px; position: absolute; left: 0; right: 0; bottom: -28px; border-radius: 3px; background: var(--pink); }
.account-nav { margin-left: auto; display: flex; gap: 24px; align-items: center; font-size: 14px; }
.account-name { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); }
.login-link:hover, .text-link:hover { color: var(--pink-bright); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; border: 1px solid transparent; border-radius: 8px; padding: 11px 23px; background: var(--pink); color: #221423; font-size: 15px; font-weight: 650; line-height: 1.4; transition: background 160ms, border-color 160ms; }
.button:hover { background: var(--pink-bright); }
.button-small { min-height: 42px; padding: 10px 19px; font-size: 14px; }
.button-outline { background: transparent; border-color: #45404e; color: var(--text); }
.button-outline:hover { background: #29212c; border-color: var(--pink); }
.button-quiet { background: var(--surface-raised); color: var(--text); font-size: 14px; min-height: 42px; }
.button-quiet:hover { background: #36303d; }
.site-main { max-width: 1440px; margin: 0 auto; padding: 0 56px 64px; }
.page-heading { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 196px; padding: 27px 32px; margin: 26px 0; border: 1px solid #533853; border-radius: var(--radius); background: #24182d; overflow: hidden; }
.heading-scenery { position: absolute; z-index: -2; right: 0; top: 0; width: 66%; height: 100%; object-fit: cover; object-position: center 58%; }
.page-heading::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #26192f 24%, #26192feb 38%, #26192f22 70%, #26192f00); pointer-events: none; }
.heading-copy { position: relative; z-index: 1; max-width: 65%; }
.heading-mascot { position: absolute; right: 7%; bottom: -12px; width: 160px; height: 182px; object-fit: contain; filter: drop-shadow(0 8px 10px #160c2277); }
.page-heading .eyebrow { color: #d6bcda; }
.page-heading .season-tabs { margin-top: 20px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 1.8px; color: var(--muted); font-weight: 600; }
.tiny-star { color: var(--pink); padding-right: 5px; }
.page-heading .library-heading { margin-top: 9px; font-size: clamp(28px, 3vw, 38px); line-height: 1.25; letter-spacing: -1.3px; font-weight: 750; }
.season-pill { color: #d7cbea; border: 1px solid #494053; border-radius: 30px; padding: 8px 17px; font-size: 14px; white-space: nowrap; background: #201b28; }
.season-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.season-tabs .season-pill:hover { border-color: var(--pink); }
.season-tabs .season-pill[aria-current="page"] { background: var(--pink); border-color: var(--pink); color: #221423; }
.watch-layout { display: grid; grid-template-columns: minmax(0, 1fr) 354px; gap: 34px; align-items: start; }
.watch-main { min-width: 0; }
.video-frame { width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius); overflow: hidden; position: relative; background: #070709; box-shadow: 0 12px 42px #0003; }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: contain; }
.video-corner { position: absolute; top: 18px; right: 20px; color: #fff8; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; pointer-events: none; }
.video-corner span { color: var(--pink); }
.player-unavailable { display: grid; place-items: center; height: 100%; padding: 24px; color: var(--muted); text-align: center; }
.episode-information { padding: 26px 0 0; }
.episode-meta { display: flex; gap: 12px; align-items: center; font-size: 13px; color: var(--muted); letter-spacing: .3px; }
.pink-text { color: var(--pink); font-weight: 600; }
.title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 12px; }
.title-row h1 { font-size: clamp(23px, 2.2vw, 29px); letter-spacing: -.7px; max-width: 580px; }
.download-button { white-space: nowrap; min-height: 40px; padding: 8px 14px; font-size: 13px; }
.download-button span { font-size: 21px; line-height: 1; }
.second-story { margin-top: 5px; color: var(--muted); font-size: 16px; }
.episode-stories { margin-top: 30px; }
.episode-story + .episode-story { margin-top: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.episode-story-number { font-size: 14px; font-weight: 650; color: var(--pink); margin-bottom: 7px; }
.episode-story > h3 { font-size: 21px; line-height: 1.4; }
.story-section { margin-top: 18px; }
.story-section h4, .message-section h4 { margin: 0; font-size: 16px; font-weight: 650; }
.story-section p, .message-section p { margin-top: 10px; color: #bdb9c8; line-height: 1.8; }
.message-section { display: flex; gap: 17px; padding: 23px 25px; margin-top: 20px; border-radius: 12px; border: 1px solid #47334e; background: linear-gradient(115deg, #2a1d30, #1b1823); }
.message-star { font-size: 26px; line-height: 1.2; color: var(--pink); }
.message-section h4 { color: #f1c5e1; }
.interpretation-note { display: block; font-size: 14px; color: #b49abb; margin-top: 20px; }
.episode-sidebar { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.sidebar-heading { padding: 25px 22px 0; display: flex; align-items: center; justify-content: space-between; }
.sidebar-heading h2 { font-size: 22px; letter-spacing: -.5px; margin-top: 6px; }
.count-badge { min-width: 29px; height: 29px; border-radius: 7px; padding: 4px 7px; background: #2a2633; color: #c1aecf; font-size: 12px; font-weight: 600; text-align: center; }
.sidebar-caption { font-size: 13px; color: var(--muted); margin: 13px 22px 20px; }
.episode-list { max-height: 930px; overflow-y: auto; padding: 0 10px 12px; scrollbar-width: thin; scrollbar-color: #55415f transparent; }
.episode-card { display: flex; gap: 12px; padding: 12px 10px; align-items: center; border-radius: 9px; border: 1px solid transparent; margin-bottom: 3px; }
.episode-card:hover { background: #26232d; }
.episode-card.is-selected { background: #332537; border-color: #684567; }
.episode-thumbnail { flex: 0 0 112px; height: 78px; border-radius: 6px; overflow: hidden; position: relative; background: #29232e; }
.episode-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.thumbnail-duration { position: absolute; bottom: 5px; right: 5px; font-size: 12px; line-height: 1.3; padding: 2px 4px; border-radius: 3px; background: #09080bda; }
.episode-card-text { min-width: 0; }
.episode-card-number { font-size: 12px; color: var(--muted); }
.episode-card-text h3 { font-size: 14px; line-height: 1.4; font-weight: 600; margin-top: 3px; }
.episode-card-text p { font-size: 12px; line-height: 1.5; color: var(--muted); margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.current-label { display: none; color: var(--pink); font-size: 12px; margin-top: 5px; }
.episode-card.is-selected .current-label { display: block; }
.episode-card.is-selected .episode-card-text p { display: none; }
.comments-section { border-top: 1px solid var(--line); margin-top: 35px; padding-top: 30px; }
.comments-heading { display: flex; align-items: center; gap: 12px; }
.comments-heading h2 { font-size: 21px; letter-spacing: -.3px; }
.muted { color: var(--muted); font-size: 14px; margin-top: 9px; }
.comment-sign-in { display: flex; align-items: center; gap: 20px; justify-content: space-between; padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; margin-top: 21px; font-size: 14px; }
.text-link { color: var(--pink); font-weight: 600; white-space: nowrap; }
.comments-empty { padding: 27px 0; color: var(--muted); text-align: center; font-size: 14px; }
.comments-empty > span { font-size: 27px; color: #70617e; }
.comments-empty p { margin-top: 3px; }
.comment-form { margin-top: 20px; }
textarea, .form-field input { width: 100%; background: #131218; border: 1px solid #45404e; border-radius: 8px; padding: 12px 14px; font-size: 16px; }
textarea { resize: vertical; min-height: 110px; }
textarea::placeholder, input::placeholder { color: #898292; }
.comment-form-footer { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 10px; }
.comment-form-footer > span { font-size: 12px; color: var(--muted); }
.comment { display: flex; gap: 13px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.avatar { display: grid; place-items: center; flex: 0 0 37px; height: 37px; background: #3b2b44; border-radius: 50%; color: #e3bfed; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.comment-content { flex: 1; min-width: 0; }
.comment-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 14px; }
.comment-meta time { color: var(--muted); font-size: 12px; }
.comment-body { white-space: pre-wrap; overflow-wrap: anywhere; color: #c9c4d2; margin-top: 8px; }
.delete-comment { color: var(--muted); font-size: 12px; background: transparent; padding: 4px 0; margin-top: 8px; text-decoration: underline; }
.delete-comment:hover { color: var(--pink); }
.site-footer { border-top: 1px solid var(--line); max-width: 1328px; margin: 0 auto; padding: 26px 0 32px; font-size: 12px; color: #93909f; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { color: #c6bfce; font-weight: 800; text-transform: uppercase; font-size: 19px; letter-spacing: -1px; }
.footer-location { font-size: 12px; letter-spacing: 1px; }
.flash { max-width: 1328px; margin: 20px auto 0; border: 1px solid #6b4c79; background: #312338; color: #f0dbf5; border-radius: 8px; padding: 13px 18px; font-size: 14px; }
.flash.alert { border-color: #9b6b51; background: #36241e; color: #f9d6c1; }
.auth-layout { max-width: 1050px; margin: 62px auto 20px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--surface); }
.auth-art { position: relative; background: #291831; min-height: 580px; }
.auth-art .auth-family { width: 100%; height: 68%; object-fit: cover; object-position: center 32%; position: absolute; top: 0; }
.auth-art-content { position: absolute; inset: 0; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(0deg, #291831 20%, #291831e8 36%, #29183100 72%); }
.auth-art-content h2 { font-size: 40px; line-height: 1.1; letter-spacing: -1.5px; margin: 14px 0; }
.auth-art-content p:last-child { color: #d2c5dc; }
.auth-panel { padding: 42px 40px; }
.auth-panel h1 { font-size: 29px; letter-spacing: -.8px; margin-top: 8px; }
.auth-panel > p { color: var(--muted); font-size: 14px; margin-top: 10px; }
.auth-form { margin-top: 28px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 600; }
.field-hint { color: var(--muted); font-size: 12px; display: block; margin-top: 6px; }
.auth-form .button { width: 100%; margin-top: 4px; }
.auth-switch { text-align: center; margin-top: 23px; font-size: 14px; color: var(--muted); }
.auth-switch a { color: var(--pink); }
.form-errors { padding: 14px 18px; margin-bottom: 20px; border: 1px solid #80504f; border-radius: 8px; background: #362024; font-size: 14px; color: #f6c4c8; }
.form-errors ul { padding-left: 20px; margin: 6px 0 0; }
.empty-library { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; text-align: center; }
@media (min-width: 1600px) { .video-frame { aspect-ratio: 16 / 9; } }
@media (max-width: 1100px) {
  .header-inner { padding: 16px 30px; gap: 32px; }
  .site-main { padding: 0 30px 50px; }
  .watch-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; }
  .episode-thumbnail { flex-basis: 90px; height: 68px; }
  .sidebar-heading { padding: 22px 20px 0; }
  .title-row { flex-wrap: wrap; gap: 12px; }
  .site-footer, .flash { margin-left: 30px; margin-right: 30px; }
  .auth-panel { padding: 35px 28px; }
}
@media (max-width: 820px) {
  .watch-layout { grid-template-columns: minmax(0, 1fr); }
  .episode-sidebar { grid-row: 2; margin-top: 4px; }
  .episode-list { display: grid; grid-template-columns: 1fr 1fr; max-height: 580px; }
  .episode-thumbnail { flex-basis: 112px; height: 78px; }
  .header-inner { gap: 28px; }
  .account-nav { gap: 17px; }
  .auth-layout { max-width: 500px; grid-template-columns: 1fr; margin-top: 35px; }
  .auth-art { min-height: 250px; }
  .auth-art .auth-family { width: 100%; height: 100%; object-position: center 42%; }
  .auth-art-content { background: linear-gradient(0deg, #291831f5, #291831b3 55%, #29183100); }
  .auth-art-content { padding: 25px 30px; }
  .auth-art-content h2 { font-size: 29px; margin: 8px 0; }
  .auth-art-content p:last-child { font-size: 14px; }
}
@media (max-width: 580px) {
  .header-inner { padding: 16px 20px; gap: 15px; flex-wrap: wrap; }
  .wordmark { gap: 8px; }
  .wordmark-mascot { width: 40px; height: 49px; }
  .wordmark-title { font-size: 26px; }
  .wordmark-subtitle { font-size: 12px; letter-spacing: 1px; }
  .main-nav { order: 3; width: 100%; }
  .nav-link { padding: 7px 0 0; font-size: 14px; }
  .nav-link[aria-current="page"]::after { bottom: -19px; }
  .account-nav { gap: 10px; font-size: 13px; flex-wrap: wrap; }
  .account-nav .button { padding: 8px 12px; font-size: 13px; min-height: 38px; }
  .account-name { max-width: 95px; }
  .site-main { padding: 0 20px 35px; }
  .episode-page .episode-information { padding-left: 18px; padding-right: 18px; }
  .episode-page .comments-section { padding: 24px 18px 10px; }
  .page-background-image { object-position: center; }
  .page-heading { min-height: 188px; padding: 23px 20px; margin: 20px 0; }
  .heading-copy { max-width: 100%; }
  .heading-scenery { width: 100%; opacity: .6; object-position: 67% center; }
  .page-heading::after { background: linear-gradient(90deg, #26192ff5, #26192fd9 57%, #26192f66); }
  .heading-mascot { width: 85px; height: 98px; right: 6px; bottom: -5px; opacity: .95; }
  .page-heading .season-tabs { max-width: calc(100% - 60px); gap: 6px; margin-top: 18px; }
  .page-heading .library-heading { font-size: clamp(23px, 6vw, 28px); }
  .page-heading .eyebrow { font-size: 12px; letter-spacing: .7px; }
  .season-pill { padding: 6px 11px; font-size: 14px; }
  .video-frame { aspect-ratio: 4 / 3; border-radius: 10px; }
  .title-row h1 { font-size: 24px; }
  .message-section { padding: 21px 18px; gap: 12px; }
  .comment-sign-in { align-items: flex-start; flex-direction: column; gap: 8px; }
  .episode-list { grid-template-columns: 1fr; }
  .episode-thumbnail { flex-basis: 112px; height: 78px; }
  .site-footer { margin: 0 20px; padding: 23px 0; }
  .footer-content { flex-wrap: wrap; gap: 9px; }
  .footer-content p { order: 3; width: 100%; }
  .flash { margin: 20px 20px 0; }
  .auth-panel { padding: 28px 23px; }
}
@media (max-width: 390px) {
  .account-nav { width: 100%; justify-content: flex-end; }
  .main-nav { width: auto; order: initial; margin-left: auto; }
  .nav-link[aria-current="page"]::after { bottom: 0; }
  .heading-mascot { width: 74px; right: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.comment-navigation { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
