:root{font-family:var(--body-font,Heebo,Arial,sans-serif);font-size:var(--body-size,16px);background:var(--page-bg,#fff);color:var(--ink,#171717)}body{background:var(--page-bg,#fff);color:var(--ink,#171717)}[hidden]{display:none!important}[data-text]{white-space:pre-line}.intro h1{font-family:var(--heading-font);font-size:clamp(2rem,8vw,var(--heading-size,64px))}.about h2,.about p,.dialog-copy h2{font-family:var(--heading-font)}.about .about-small{font-family:var(--body-font)}.intro-text,.about p{font-size:1.2rem}.about p{line-height:1.85}.header nav{font-size:1.1rem}.card-caption h3{font-size:1.06rem}.card-caption p,.status,.edition,.collection-bar p,footer>span,footer>a:last-child{color:var(--muted)}.episode-grid{grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));column-gap:var(--grid-gap,28px)}.episode-card:nth-child(3n+2) img,.episode-card:nth-child(3n+2):hover img{filter:none}.episode-poster{background:color-mix(in srgb,var(--ink) 5%,var(--page-bg));display:flex;align-items:center;justify-content:center}.missing-photo{font-size:13px;color:var(--muted);padding:15px;text-align:center}.brand img{max-width:150px;max-height:55px;object-fit:contain;vertical-align:middle}.brand:has(img:not([hidden])) span{display:none}#edit-toggle{position:fixed;bottom:22px;left:22px;z-index:20;padding:12px 20px;border:1px solid #222;background:#fff;color:#171717;border-radius:3px;box-shadow:0 3px 20px #0002}#editor{position:fixed;top:0;bottom:0;left:0;width:365px;max-width:100%;overflow:auto;background:#fafafa;color:#171717;border-right:1px solid #bbb;z-index:40;padding:20px;font:15px Heebo,Arial,sans-serif;box-shadow:6px 0 30px #0001}.editing{padding-left:365px}.editor-heading{display:flex;justify-content:space-between;align-items:center}.editor-heading h2{font:600 24px Heebo,Arial,sans-serif;margin:0}.editor-heading button{border:0;background:none;font-size:30px;color:#171717;min-width:40px;min-height:40px}.editor-hint{font-size:14px;color:#555;line-height:1.7}#editor details{border-top:1px solid #ccc;padding:15px 0}#editor summary{cursor:pointer;font-weight:600;min-height:30px}#editor .field{display:block;margin:14px 0}#editor .field>span{display:block;margin-bottom:5px;font-size:14px}#editor input,#editor textarea,#editor select{font:14px Heebo,Arial,sans-serif;border:1px solid #bbb;background:#fff;color:#171717;padding:9px;width:100%;border-radius:3px}#editor input[type=range]{padding:0;accent-color:#333}#editor input[type=color]{padding:3px;height:42px}#editor textarea{min-height:65px;resize:vertical}#editor input[type=file]{font-size:12px}#editor button{background:white;color:#222;border:1px solid #aaa;border-radius:3px;padding:8px 10px;font-size:14px}#editor button:disabled{opacity:.5;cursor:wait}#editor .editor-actions{border-top:1px solid #ccc;padding-top:12px;margin-top:14px;background:#fafafa}#editor .save{display:block;width:100%;background:#171717;color:white;border-color:#171717;padding:12px;margin-bottom:10px}#editor #save-status{font-size:14px;line-height:1.6;min-height:24px}#editor .episode-order{display:flex;gap:8px;margin:14px 0}#editor label:focus-within>span{font-weight:600}#load-status{line-height:1.8}@media(max-width:850px){.episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editing{padding-left:0}#editor{width:365px;box-shadow:10px 0 40px #0003}}@media(max-width:540px){.episode-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:17px}#editor{width:min(365px,94vw)}.about p{font-size:1.1rem}}

#editor .editor-actions{position:sticky;bottom:-20px;margin-inline:-20px;padding:12px 20px 20px;box-shadow:0 -8px 20px #fafafa}#editor .editor-heading button{border:0;background:none;font-size:28px;padding:0}.intro-text{max-width:650px;margin-inline:auto}.about p{max-width:680px}

.header-left{grid-column:3;grid-row:1;justify-self:end;display:flex;align-items:center;gap:18px;flex-direction:row-reverse}.logo-link{display:block;line-height:0}.logo-link img{display:block;width:68px;height:80px;object-fit:contain}.header>.brand{grid-column:1;grid-row:1}.header>nav{grid-column:2;grid-row:1}@media(max-width:850px){.header{grid-template-columns:1fr auto auto}.header nav{justify-content:center}.header-left{grid-column:3}}@media(max-width:540px){.header{padding:18px 22px;column-gap:16px}.logo-link img{width:44px;height:52px}.header nav{gap:12px;font-size:14px}.header>.brand{font-size:21px}}

/* Controls apply to the live page and are saved with its content. */
.logo-link img{width:var(--logoWidth,56px);height:auto;aspect-ratio:68/80}main{max-width:var(--pageWidth,1150px)}.intro{padding-block:var(--introSpace,50px)}.intro-text{max-width:var(--introWidth,650px)}.episode-grid{row-gap:var(--rowGap,46px)}.episode-poster{aspect-ratio:var(--posterRatio,3/4);border-radius:var(--cornerRadius,0)}.about{margin-top:var(--sectionSpace,60px)}.custom-block{margin-block:var(--sectionSpace,60px);padding:24px;overflow-wrap:anywhere}.custom-block h2{font-family:var(--heading-font);font-size:2rem;font-weight:400}.custom-block p{white-space:pre-line;line-height:1.75}.custom-block img{display:block;max-width:100%;max-height:600px;object-fit:contain;margin:24px auto 0}.editing main [data-text]:hover,.editing .episode-card:hover{outline:1px dashed #777;outline-offset:4px;cursor:pointer}#editor .field output{font-size:14px;display:block;text-align:left}#editor .history-actions{display:flex;gap:8px;margin-bottom:8px}#editor .history-actions button{flex:1}#editor button:disabled{cursor:default}#editor details details{margin-top:12px;padding:12px;border:1px solid #ddd}#editor details details>button{margin:4px}.intro h1{overflow-wrap:anywhere;max-width:100%}@media(max-width:540px){.logo-link img{width:var(--logoMobileWidth,38px);height:auto}.episode-grid{grid-template-columns:repeat(var(--mobileColumns,2),minmax(0,1fr));column-gap:min(var(--grid-gap,17px),30px)}.intro{padding-block:min(var(--introSpace,50px),65px)}}

#upload-progress{width:100%;height:10px;accent-color:#171717}

.caption-top h3{flex:1;min-width:0;white-space:pre-line;overflow-wrap:anywhere}.card-caption p,.dialog-copy>p{white-space:pre-line;overflow-wrap:anywhere}#editor fieldset{border:1px solid #ddd;margin:14px 0;padding:10px;min-width:0}#editor legend{font-weight:600;font-size:14px}

/* Anchor every poster to its row's top regardless of caption length. */
.episode-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}
.episode-card .episode-poster{flex-shrink:0}
.episode-card .card-caption{width:100%}

@media(max-width:600px){.header{grid-template-columns:1fr auto}.header-left{grid-column:2}.header>nav{grid-row:2;grid-column:1/-1;justify-content:center;flex-wrap:wrap;gap:20px}.header>.brand{grid-column:1}}

/* Separate destinations, with shared draft state while navigating. */
html[data-page="/"] #about,html[data-page="/"] #creator{display:none!important}
html[data-page="/about"] .intro,html[data-page="/about"] #episodes,html[data-page="/about"] #creator,html[data-page="/about"] #custom-before,html[data-page="/about"] #custom-after,
html[data-page="/creator"] .intro,html[data-page="/creator"] #episodes,html[data-page="/creator"] #about,html[data-page="/creator"] #custom-before,html[data-page="/creator"] #custom-after{display:none!important}
html[data-page="/about"] #about,html[data-page="/creator"] #creator{display:block;margin:35px auto 75px;padding:35px 0;border-top:0;max-width:760px;min-height:55vh}
.about h1{font-family:var(--heading-font);font-weight:400;font-size:clamp(32px,5vw,54px);line-height:1.25;margin:0 0 35px}
#main-content:focus{outline:none}.header nav a{white-space:nowrap}

/* Compact editorial opening: identity, tagline, then a quiet introduction. */
.intro .eyebrow{margin:12px 0 0;line-height:1.45}.intro .intro-text{margin:10px auto 0;line-height:1.65;text-wrap:pretty}.intro h1{margin:0}
@media(max-width:540px){.intro .eyebrow{margin:10px 0 0}.intro .intro-text{margin-top:8px}}

#creator-photo{display:block;width:min(100%,380px);height:auto;margin:0 auto 32px;border-radius:2px}

#editor details.text-design{margin:0 0 22px;padding:10px 12px;background:#fff;border:1px solid #ddd}#editor details.text-design summary{font-size:13px;font-weight:500}

.about .story-heading{font-family:var(--heading-font);font-size:28px;font-weight:600;line-height:1.35;margin:38px 0 18px}

.about .recommendation{margin:56px 0 32px;padding:36px 30px 38px;border-top:1px solid var(--ink);border-bottom:1px solid #ddd;background:color-mix(in srgb,var(--ink) 3%,var(--page-bg));text-align:center}.about .recommendation h2{font-family:var(--heading-font);font-size:clamp(25px,3vw,34px);line-height:1.35;font-weight:500;margin:0 0 18px}.about .recommendation p{font-family:var(--body-font);font-size:18px;line-height:1.8;max-width:540px;margin:0 auto 25px}.about a.recommend-button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:13px 22px;background:var(--ink);color:var(--page-bg);font-size:16px;text-decoration:none;border:1px solid var(--ink)}.about a.recommend-button:hover{opacity:.8}@media(max-width:540px){.about .recommendation{padding:28px 18px;margin-top:36px}.about .recommendation p{font-size:16px}}

.card-caption p{color:#000;line-height:1.55;margin-top:5px}
