:root{--bg:#faf3e6;--surface:#fffdf8;--surface-sunk:#f3ead7;--ink:#574c3a;--ink-strong:#2f2818;--muted:#877b63;--accent:#4e7a52;--accent-strong:#3c6440;--accent-soft:#4e7a521f;--honey:#c0843a;--honey-soft:#c0843a24;--border:#3c301a1f;--shadow-soft:0 10px 30px #4a3a1e14;--shadow-card:0 18px 48px #4a3a1e1f;--serif:"Lora", Georgia, "Times New Roman", serif;--sans:"Mulish", system-ui, "Segoe UI", sans-serif;font:17px/1.55 var(--sans);color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100svh}body{background-color:var(--bg);background-image:radial-gradient(80% 50% at 12% -8%,#4e7a5212,#0000 60%),radial-gradient(70% 45% at 100% 2%,#c0843a14,#0000 55%);background-attachment:fixed;margin:0}h1,h2{font-family:var(--serif);color:var(--ink-strong);font-weight:500}p{margin:0}.navbar{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#faf3e6d1;justify-content:space-between;align-items:center;height:72px;padding:0 48px;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:8px;display:none}.hamburger span{background:var(--ink-strong);border-radius:2px;width:24px;height:2px;transition:background .2s;display:block}.navbar-logo{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink-strong);font-size:1.3rem;font-weight:500;text-decoration:none}.navbar-logo .leaf{color:var(--accent)}.navbar-logo--juniper img{width:auto;height:58px;display:block}.navbar-logo--bedtime{align-items:center;line-height:0;display:flex}.navbar--bedtime{height:72px;box-shadow:0 8px 26px -4px #ffffff29}.navbar-logo--bedtime img{width:auto;height:46px;display:block}@media (width<=640px){.navbar--bedtime{height:72px}.navbar-logo--bedtime img{height:46px}}.navbar-links{align-items:center;gap:34px;margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:var(--muted);letter-spacing:.01em;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--ink-strong)}.navbar-links a.nav-cta{color:#fff;background:var(--accent);border:1px solid var(--accent);border-radius:8px;padding:8px 20px;transition:background .2s,transform .2s}.navbar-links a.nav-cta:hover{background:var(--accent-strong);color:#fff;transform:translateY(-1px)}.lang-toggle{border:1px solid var(--border);color:var(--muted);letter-spacing:.04em;cursor:pointer;background:0 0;border-radius:6px;padding:4px 11px;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s}.lang-toggle:hover{color:var(--ink-strong);border-color:var(--accent)}.navbar-links .nav-parent{appearance:none;letter-spacing:.01em;color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;margin:0;padding:0;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.has-submenu:hover .nav-parent,.has-submenu:focus-within .nav-parent{color:var(--ink-strong)}.navbar--night .navbar-links .nav-parent{color:#ffffffb8}.navbar--night .has-submenu:hover .nav-parent,.navbar--night .has-submenu:focus-within .nav-parent{color:#fff}.caret{opacity:.6;margin-left:6px;font-size:.7em;transition:transform .2s;display:inline-block}.has-submenu:hover .caret{transform:translateY(2px)}.has-submenu{position:relative}.submenu{background:var(--surface);border:1px solid var(--border);min-width:240px;box-shadow:var(--shadow-card);opacity:0;visibility:hidden;z-index:50;border-radius:14px;margin:0;padding:8px;list-style:none;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(8px)}.submenu:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.has-submenu:hover .submenu,.has-submenu:focus-within .submenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.navbar-links .submenu a{color:var(--ink);white-space:nowrap;border-radius:9px;padding:11px 14px;font-size:.92rem;font-weight:600;display:block}.submenu-sep{background:var(--border);height:1px;margin:6px 10px}.navbar--night .submenu-sep{background:#ffffff1f}.navbar-links .submenu a:hover,.navbar-links .submenu a.active{background:var(--accent-soft);color:var(--accent-strong)}.navbar--night{background:#0a0a2059;border-bottom-color:#ffffff14}.navbar--night .navbar-logo{color:#fff}.navbar--night .navbar-logo .leaf{color:#bfe3b4}.navbar--night .hamburger span{background:#ffffffd9}.navbar--night .navbar-links a{color:#ffffffb8}.navbar--night .navbar-links a:hover,.navbar--night .navbar-links a.active{color:#fff}.navbar--night .navbar-links a.nav-cta{background:#c0843ad9;border-color:#c0843ae6}.navbar--night .lang-toggle{color:#ffffffb3;border-color:#ffffff4d}.navbar--night .lang-toggle:hover{color:#fff;border-color:#fff9}.navbar--night .submenu{background:#12122cf5;border-color:#ffffff1a}.navbar--night .navbar-links .submenu a{color:#fffc}.navbar--night .navbar-links .submenu a:hover,.navbar--night .navbar-links .submenu a.active{color:#fff;background:#ffffff14}@media (width<=768px){.navbar{padding:0 24px}.hamburger{display:flex}.navbar-links{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#faf3e6fa;flex-direction:column;align-items:stretch;gap:0;padding:8px 0;display:none;position:absolute;top:72px;left:0;right:0}.navbar--night .navbar-links{background:#0c0c24f7;border-bottom-color:#ffffff14}.navbar-links.open{display:flex}.navbar-links li{width:100%}.navbar-links a,.navbar-links .lang-toggle,.navbar-links .nav-parent{text-align:left;box-sizing:border-box;border:none;border-radius:0;width:100%;padding:14px 24px;font-size:1rem;display:block}.navbar-links a.nav-cta{color:var(--accent);background:0 0;border:none;padding:14px 24px}.navbar--night .navbar-links a.nav-cta{color:#e7c389}.caret{display:none}.submenu{opacity:1;visibility:visible;min-width:0;box-shadow:none;background:0 0;border:none;padding:0;position:static;transform:none}.submenu:before{display:none}.navbar-links .submenu a{opacity:.85;border-radius:0;padding:12px 24px 12px 42px;font-size:.95rem;font-weight:600}}.footer{background:#283a25;padding:48px;position:relative}.footer--fixed{z-index:40;padding:14px 24px;position:fixed;bottom:0;left:0;right:0}.footer-scrim{left:0;right:0;bottom:var(--footer-h,0px);z-index:35;pointer-events:none;background:linear-gradient(to bottom, transparent 0%, var(--scrim-bg,#faf3e6) 38%);height:120px;position:fixed}.footer-scrim--night{--scrim-bg:#181546}@media (width<=640px){.footer-scrim{height:95px}}.footer-garden{pointer-events:none;width:100%;height:auto;position:absolute;bottom:calc(100% - 5px);left:0;right:0}.footer-home-garden{pointer-events:none;line-height:0;position:absolute;bottom:calc(100% - 5px);left:0;right:0}.footer-home-garden .hero-garden-scene{display:block;position:static}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:18px;max-width:1100px;margin:0 auto;display:flex}.footer-copy{color:#f6efe066;margin:0;font-size:.8rem}.footer-copy a{color:#f6efe09e;font-weight:600;text-decoration:none;transition:color .2s}.footer-copy a:hover{color:#f6efe0}.footer-sep{opacity:.4;margin:0 8px}.store-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.store-badge{transition:transform .16s,filter .16s;display:inline-flex}.store-badge img{width:auto;height:52px;display:block}.store-badge:hover{filter:drop-shadow(0 8px 18px #00000073);transform:translateY(-2px)}@media (width<=420px){.store-badge img{height:46px}}.store-coming{color:#fdfcff;letter-spacing:.01em;white-space:nowrap;background:#ffffff17;border:1px solid #ffffff4d;border-radius:999px;width:fit-content;max-width:100%;margin:0 auto;padding:12px 24px;font-size:1.02rem;font-weight:600;display:block}.bedtime-announce{text-align:center;background:linear-gradient(165deg,#1d2248 0%,#131736 60%,#0e1130 100%);border:1px solid #f5d56a59;border-radius:18px;max-width:420px;margin:0 auto;padding:20px 24px 18px;position:relative;overflow:hidden;box-shadow:0 18px 40px #3f523340}.announce-star{opacity:.75;background:#fff;border-radius:50%;width:2px;height:2px;animation:3.4s ease-in-out infinite announce-twinkle;position:absolute}@keyframes announce-twinkle{0%,to{opacity:.25}50%{opacity:.85}}.announce-crescent{filter:drop-shadow(0 0 6px #fbf3d680);background:0 0;border-radius:50%;width:24px;height:24px;position:absolute;top:16px;right:18px;box-shadow:inset -8px -4px #fbf3d6}.announce-eyebrow{color:#f5d56a;letter-spacing:.22em;text-transform:uppercase;margin:0 0 10px;font-size:.74rem;font-weight:700}.announce-wordmark{width:min(220px,64%);height:auto}.announce-wordmark--glow{filter:drop-shadow(0 0 14px #f5d56a8c)}.announce-sub{color:#ffebc8c7;max-width:300px;margin:8px auto 14px;font-size:.95rem;line-height:1.55}.announce-meet{color:#f5d56a;margin-top:12px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.announce-meet:hover{text-decoration:underline}@media (height<=820px){.bedtime-announce{padding:14px 22px 12px}.announce-wordmark{width:min(185px,56%)}.announce-sub{margin:6px auto 10px;font-size:.9rem}.announce-meet{margin-top:8px}}@media (prefers-reduced-motion:reduce){.announce-star{animation:none}}.page{padding-top:var(--nav-h,72px);padding-bottom:calc(var(--footer-h,0px) + 72px);min-height:100vh;color:var(--ink);background-image:linear-gradient(#96c6e06b 0%,#a8d0e429 40%,#0000 100%),linear-gradient(#0000 0%,#96c48021 62%,#78aa6866 100%);background-position:top,bottom;background-repeat:no-repeat;background-size:100% 50vh,100% 34vh}.page-hero{text-align:center;padding:92px 48px 60px;position:relative;overflow:hidden}.page-hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(#f5cd782e,#4e7a5214 46%,#0000 70%);width:720px;max-width:130%;height:340px;position:absolute;top:-34%;left:50%;transform:translate(-50%)}.page-hero h1,.page-hero p,.hero-flourish{z-index:2;position:relative}.page-hero h1{font-family:var(--serif);letter-spacing:-.022em;background:linear-gradient(95deg,#43704c 0%,#6f8c3b 48%,#b67d34 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 18px;padding-bottom:.1em;font-size:clamp(2.5rem,5.2vw,3.7rem);font-weight:500;line-height:1.18}.page-hero p{color:var(--muted);max-width:540px;margin:0 auto;font-size:1.18rem;line-height:1.7}.hero-flourish{width:168px;height:auto;margin:22px auto 0;display:block}.page-content{max-width:760px;margin:0 auto;padding:48px 48px 72px}.page-content h2{font-family:var(--serif);color:var(--ink-strong);margin:40px 0 16px;font-size:1.6rem;font-weight:500}.page-content h2:first-child{margin-top:0}.page-content:not(.privacy-policy) h2{align-items:center;gap:11px;display:flex}.page-content:not(.privacy-policy) h2:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9 1C3 5 3 13 9 17C15 13 15 5 9 1Z' fill='%237fae6e'/%3E%3Cpath d='M9 4V15' stroke='%234e7a52' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E") 50%/contain no-repeat;flex-shrink:0;width:19px;height:19px}.page-content p{color:var(--ink);margin:0 0 22px;line-height:1.8}.page-content a{color:var(--accent);font-weight:600;text-decoration:none;transition:color .2s}.page-content a:hover{color:var(--accent-strong);text-decoration:underline}.btn-primary{background:var(--accent);border:1px solid var(--accent);color:#fff;letter-spacing:.01em;box-shadow:var(--shadow-soft);border-radius:10px;padding:13px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-block}.btn-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong);box-shadow:var(--shadow-card);transform:translateY(-2px)}.btn-ghost{border:1px solid var(--border);color:var(--ink-strong);letter-spacing:.01em;background:0 0;border-radius:10px;padding:13px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:inline-block}.btn-ghost:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-2px)}.cards{grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:center;gap:24px;max-width:1100px;margin:0 auto;padding:56px 48px;display:grid}.card-link{color:inherit;text-decoration:none;display:block}.card-cta{color:var(--accent);letter-spacing:.02em;margin-top:18px;font-size:.9rem;font-weight:700;transition:color .2s;display:inline-block}.card-link:hover .card-cta{color:var(--accent-strong)}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:16px;padding:32px;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.card h3{font-family:var(--serif);color:var(--ink-strong);margin:0 0 12px;font-size:1.25rem;font-weight:500}.card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.7}.form{background:var(--surface-sunk);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:16px;flex-direction:column;gap:20px;padding:28px;display:flex}.form label{color:var(--ink-strong);letter-spacing:.01em;flex-direction:column;gap:8px;font-size:.9rem;font-weight:600;display:flex}.form input,.form textarea,.form select{background:var(--surface);border:1px solid var(--border);color:var(--ink-strong);border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:1rem;font-weight:400;transition:border-color .2s,box-shadow .2s}.form input::placeholder,.form textarea::placeholder{color:var(--muted);opacity:.7}.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.form textarea{resize:vertical;min-height:140px}.form select option{background:var(--surface)}.app-status{letter-spacing:.08em;text-transform:uppercase;color:var(--honey);background:var(--honey-soft);border-radius:999px;margin-bottom:14px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-block}.faq-list{flex-direction:column;gap:26px;display:flex}.faq-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-left:3px solid #4e7a5266;border-radius:14px;padding:20px 24px}.faq-item h3{font-family:var(--serif);color:var(--ink-strong);margin:0 0 8px;font-size:1.15rem;font-weight:500}.faq-item p{color:var(--ink);margin:0;line-height:1.8}.faq-howto{color:var(--muted);margin:0 0 36px}.faq-category{margin-bottom:40px}.faq-category h2{margin:0 0 16px;font-size:1.35rem}.faq-accordion{flex-direction:column;gap:12px;display:flex}.faq-acc-item{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-left:3px solid #4e7a5266;border-radius:14px;overflow:hidden}.faq-acc-item summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;list-style:none;display:flex}.faq-acc-item summary::-webkit-details-marker{display:none}.faq-q{font-family:var(--serif);color:var(--ink-strong);font-size:1.12rem;font-weight:500}.faq-chevron{border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);flex:none;width:11px;height:11px;transition:transform .25s;transform:rotate(45deg)}.faq-acc-item[open] .faq-chevron{transform:rotate(-135deg)}.faq-a{color:var(--ink);margin:0;padding:0 22px 20px;line-height:1.8}.faq-contact{text-align:center;color:var(--muted);margin-top:8px}@media (prefers-reduced-motion:reduce){.faq-chevron{transition:none}}.page--night .faq-howto,.page--night .faq-contact{color:#ffebc8b8}.page--night .faq-howto a,.page--night .faq-contact a{color:#f5d56a}.page--night .faq-category h2{color:#fff}.page--night .faq-acc-item{box-shadow:none;background:#ffffff0f;border-color:#ffffff1f #ffffff1f #ffffff1f #f7d96b80}.page--night .faq-acc-item[open]{background:#ffffff17}.page--night .faq-q{color:#fff}.page--night .faq-a{color:#fff5ebcc}.page--night .faq-chevron{border-bottom-color:#f5d56a;border-right-color:#f5d56a}.contact-thanks{text-align:center;padding:40px 0}.page.home{flex-direction:column;min-height:0;padding-bottom:0;display:flex}.hero{box-sizing:border-box;min-height:calc(100vh - var(--nav-h,72px));min-height:calc(100dvh - var(--nav-h,72px));text-align:center;padding:32px 24px calc(var(--footer-h,56px) + var(--garden-h,23vw) * .72);flex-direction:column;flex:none;justify-content:safe center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-garden{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-sun{filter:blur(6px);background:radial-gradient(#f5cd7873 0%,#f4be7824 36%,#0000 68%);width:920px;max-width:150vw;height:760px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.hero-sky{pointer-events:none;background:linear-gradient(#96c6e06b 0%,#a8d0e429 40%,#0000 100%);height:44%;position:absolute;top:0;left:0;right:0}.hero-sun-disc{z-index:0;pointer-events:none;filter:drop-shadow(0 0 22px #f6c85a80);width:clamp(84px,11vw,138px);height:auto;position:absolute;top:7%;left:5%}.hero-sun-disc .sun-rays{transform-box:fill-box;transform-origin:50%;animation:80s linear infinite sunspin}@keyframes sunspin{to{transform:rotate(360deg)}}.hero-blob{filter:blur(64px);opacity:.5;border-radius:50%;position:absolute}.hero-blob-1{background:radial-gradient(circle,#4e7a5266,#0000 70%);width:460px;height:460px;animation:22s ease-in-out infinite drift1;top:10%;left:-130px}.hero-blob-2{background:radial-gradient(circle,#cdb4f04d,#0000 70%);width:540px;height:540px;animation:27s ease-in-out infinite drift2;top:28%;right:-170px}@keyframes drift1{0%,to{transform:translate(0)}50%{transform:translate(44px,-32px)}}@keyframes drift2{0%,to{transform:translate(0)}50%{transform:translate(-52px,32px)}}.hero-meadow{filter:blur(12px);background:radial-gradient(#4e7a524d 0%,#4e7a5214 46%,#0000 70%);width:150vw;height:340px;position:absolute;bottom:-140px;left:50%;transform:translate(-50%)}.hero-garden-scene{pointer-events:none;width:100%;height:auto;position:absolute;bottom:0;left:0;right:0}.hero-garden-scene .plant{transform-box:fill-box;transform-origin:50% 100%;animation:5s ease-in-out infinite sway}@keyframes sway{0%,to{transform:rotate(-2.5deg)}50%{transform:rotate(2.5deg)}}.hero-garden-scene .root{transform-box:fill-box;transform-origin:top;animation:1.3s both rootgrow}.hero-garden-scene .root path{stroke:#ecd6a6;stroke-width:3.2px;fill:none;stroke-linecap:round;opacity:.9}@keyframes rootgrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.hero-particle{will-change:transform, opacity;animation-name:floatUp;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}.hero-particle.mote{background:radial-gradient(circle,#ffe49bf2,#f0be6e40 60%,#0000 75%);border-radius:50%;box-shadow:0 0 10px 2px #ffd68273}@keyframes floatUp{0%{opacity:0;transform:translateY(24px)rotate(0)}15%{opacity:.95}85%{opacity:.95}to{transform:translate(var(--drift), -130px) rotate(170deg);opacity:0}}.hero-sparkle{background:var(--spk,#ffd980);clip-path:polygon(50% 0%,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0% 50%,39% 39%);filter:drop-shadow(0 0 5px var(--spk,#ffd980));opacity:0;animation-name:sparkle;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}@keyframes sparkle{0%,to{opacity:0;transform:scale(.25)rotate(0)}50%{opacity:1;transform:scale(1)rotate(45deg)}}.hero h1,.hero-sub,.hero-actions{z-index:1;position:relative}.hero h1{font-family:var(--serif);color:var(--ink-strong);letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(2rem,5vw,3.3rem);font-weight:500;line-height:1.3;animation:.9s .12s both rise}.hero-sub{color:var(--muted);max-width:500px;margin:0 0 26px;font-size:1.12rem;line-height:1.7;animation:.9s .24s both rise}.hero-actions{z-index:41;flex-wrap:wrap;justify-content:center;gap:16px;animation:.9s .36s both rise;display:flex}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-blob,.hero-particle,.hero-sparkle,.hero-garden-scene .plant,.hero h1,.hero-sub,.hero-actions{animation:none}.hero-particle{opacity:.5}.hero-sparkle{opacity:.6;transform:scale(.8)rotate(45deg)}.hero-garden-scene .root,.hero-sun-disc .sun-rays{animation:none}}@media (width>=769px){.hero{height:calc(100vh - var(--nav-h,72px));height:calc(100dvh - var(--nav-h,72px))}}@media (height<=820px) and (width>=769px){.hero{padding-bottom:calc(var(--footer-h,56px) + var(--garden-h,23vw) * .45)}.hero h1{margin-bottom:10px;font-size:clamp(1.8rem,3.4vw,2.5rem)}.hero-sub{margin-bottom:18px;font-size:1rem}}@media (width<=768px){.hero{padding:48px 24px calc(var(--footer-h,52px) + var(--garden-h,46vw) * .72)}.hero h1{font-size:clamp(1.8rem,8vw,2.4rem)}.hero-sub{font-size:1rem}}.about-intro{align-items:flex-start;gap:56px;display:flex}.about-text{flex:1;min-width:0}.about-text h2{margin-top:0}.about-figure{flex-shrink:0;width:320px;max-width:100%;margin:6px 0 0;position:relative}.about-figure img{z-index:1;border:1px solid var(--border);width:100%;box-shadow:var(--shadow-card);border-radius:16px;display:block;position:relative}.about-figure-glow{z-index:0;filter:blur(28px);pointer-events:none;background:radial-gradient(circle at 50% 42%,#4e7a5233,#c0843a1f 55%,#0000 72%);position:absolute;inset:-30px -30px -42px}.about-promises{grid-template-columns:repeat(3,1fr);gap:18px;margin:48px 0 8px;display:grid}.about-promises .card{padding:26px 24px}.promise-leaf{width:28px;height:28px;margin-bottom:12px;display:block}@media (width<=768px){.about-intro{flex-direction:column;align-items:center;gap:36px}.about-figure{order:2;width:280px}.about-promises{grid-template-columns:1fr;gap:14px}}.bedtime-sky{z-index:0;pointer-events:none;background:radial-gradient(120% 80% at 50% 118%,#6048a866,#0000 60%),linear-gradient(#050514 0%,#0c0c30 48%,#16164f 100%);position:fixed;inset:0;overflow:hidden}.bedtime-stars{z-index:1;pointer-events:none;position:absolute;inset:0}.bedtime-star{opacity:.5;background:#fff;border-radius:50%;animation-name:twinkle;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}.bedtime-star.bright{background:#fdf8e8;box-shadow:0 0 6px 1px #fff5d2d9}@keyframes twinkle{0%,to{opacity:.18;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.bedtime-sky.rich{background:radial-gradient(130% 90% at 50% 122%,#7456c473,#0000 62%),radial-gradient(circle at 82% 14%,#fff7d61f,#0000 26%),linear-gradient(#050514 0%,#0c0c30 48%,#16164f 100%)}.bedtime-moon{filter:drop-shadow(0 0 16px #fbf3d673);z-index:1;background:0 0;border-radius:50%;width:62px;height:62px;animation:7s ease-in-out infinite moonGlow;position:absolute;top:9%;right:13%;box-shadow:inset -20px -10px 1px 1px #fbf3d6}.bedtime-moon--scroll{top:calc(var(--nav-h,72px) + 28px);z-index:1}@media (width<=700px){.bedtime-moon--scroll{display:none}}@keyframes moonGlow{0%,to{filter:drop-shadow(0 0 14px #fbf3d661)}50%{filter:drop-shadow(0 0 22px #fbf3d68c)}}.bedtime-shooting{z-index:1;pointer-events:none;position:absolute;inset:0}.shooting-star{opacity:0;width:3px;height:3px;transform:rotate(var(--angle,25deg)) translateX(0);background:#fff;border-radius:50%;animation-name:shoot;animation-timing-function:cubic-bezier(.5,0,.5,1);animation-iteration-count:infinite;position:absolute;box-shadow:0 0 8px 2px #ffffffe6,0 0 20px 4px #b4c8ff66}.shooting-star:after{content:"";background:linear-gradient(270deg,#fffffff2,#fff0);border-radius:2px;width:150px;height:2px;position:absolute;top:50%;right:3px;transform:translateY(-50%)}@keyframes shoot{0%{opacity:0;transform:rotate(var(--angle)) translateX(0)}.8%{opacity:1}4%{opacity:0;transform:rotate(var(--angle)) translateX(var(--travel,70vw))}to{opacity:0;transform:rotate(var(--angle)) translateX(var(--travel,70vw))}}.bedtime-fireflies{z-index:1;pointer-events:none;position:absolute;inset:0}.firefly{opacity:0;background:#ffe9a8;border-radius:50%;animation-name:firefly;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;box-shadow:0 0 8px 2px #ffe08ccc}@keyframes firefly{0%,to{opacity:0;transform:translate(0)}25%{opacity:.9}50%{opacity:.5;transform:translate(var(--drift,18px), -14px)}75%{opacity:.85}}@media (prefers-reduced-motion:reduce){.bedtime-star{opacity:.8;animation:none}.bedtime-moon,.shooting-star{animation:none}.firefly{opacity:.45;animation:none}}.bookcover{filter:drop-shadow(0 24px 40px #0000008c);width:100%;height:100%;position:relative;container-type:size}.bookcover-baked{object-fit:contain;width:100%;height:100%;display:block}.bookcover-art{object-fit:cover;border-radius:2px;position:absolute}.bookcover-frame{object-fit:fill;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.bookcover-title{text-align:center;letter-spacing:.01em;color:#2e1202;text-shadow:0 1px #fff0c859;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Cinzel,Copperplate,Times New Roman,serif;font-weight:600;line-height:1.04;display:-webkit-box;position:absolute;overflow:hidden;transform:translate(-50%,-50%)}.bookcover--bare{filter:none;container-type:normal}.bookcover-bareart{border-radius:12px;width:100%;height:auto;display:block;box-shadow:inset 0 2px #ffffff26,0 26px 50px #00000080}.share-stage{min-height:100svh;position:relative}.share-card-wrap{z-index:2;min-height:100svh;padding:32px 24px calc(48px + env(safe-area-inset-bottom));box-sizing:border-box;text-align:center;color:#fdf3df;flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:relative}.share-logo{filter:drop-shadow(0 8px 28px #00000073);width:clamp(200px,50vw,320px);height:auto}.share-loading{color:#ffebc8d1;letter-spacing:.03em;flex-direction:column;align-items:center;gap:16px;font-family:Grandstander,system-ui,sans-serif;display:flex}.share-spinner{border:3px solid #f7d96b40;border-top-color:#f7d96b;border-radius:50%;width:38px;height:38px;animation:.9s linear infinite share-spin}@keyframes share-spin{to{transform:rotate(360deg)}}.share-card{-webkit-backdrop-filter:blur(14px);background:#1213348c;border:1px solid #f7d96b2e;border-radius:22px;flex-direction:column;align-items:center;gap:14px;max-width:440px;padding:32px 30px;display:flex;box-shadow:0 20px 50px #00000073}.share-card h1{color:#f7d96b;margin:0;font-family:Grandstander,system-ui,sans-serif;font-size:1.55rem;font-weight:700}.share-card p{color:#fdf3dfd1;margin:0;line-height:1.5}.share-code{background:#ffffff0f;border:1px solid #f7d96b59;border-radius:14px;flex-direction:column;gap:4px;margin:4px 0 2px;padding:14px 22px;display:flex}.share-code-label{letter-spacing:.18em;opacity:.7;font-size:.72rem}.share-code-value{letter-spacing:.22em;font-family:ui-monospace,SFMono-Regular,monospace;font-size:1.7rem;font-weight:700}.share-card .app-cta{color:#2a2440;background:radial-gradient(circle at 40% 30%,#ffe89a,#e7b53f);border-radius:999px;margin-top:6px;padding:13px 26px;font-family:Grandstander,system-ui,sans-serif;font-weight:600;text-decoration:none;transition:transform .16s;box-shadow:0 12px 28px #0006}.share-card .app-cta:hover{transform:translateY(-2px)}.share-gate{-webkit-backdrop-filter:blur(14px);background:#1213348c;border:1px solid #f7d96b2e;border-radius:24px;flex-direction:column;align-items:center;gap:12px;max-width:400px;padding:26px 28px 28px;display:flex;box-shadow:0 20px 50px #00000073}.share-gate-book{width:clamp(150px,46vw,196px);margin-bottom:4px}.share-gate-title{color:#fdf3df;margin:0;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(1.3rem,5vw,1.6rem);font-weight:700;line-height:1.15}.share-gate-credit{color:#f7d96b;margin:0;font-family:Grandstander,system-ui,sans-serif}.share-gate-pitch{color:#fdf3dfd1;margin:4px 0 6px;font-size:.96rem;line-height:1.5}.share-gate-primary{color:#2a2440;background:radial-gradient(circle at 40% 30%,#ffe89a,#e7b53f);border-radius:999px;padding:14px 32px;font-family:Grandstander,system-ui,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .16s;box-shadow:0 12px 28px #0006}.share-gate-primary:hover{transform:translateY(-2px)}.share-gate-secondary{cursor:pointer;color:#fdf3dfc7;text-underline-offset:3px;background:0 0;border:none;padding:4px 6px;font-family:Grandstander,system-ui,sans-serif;font-size:.96rem;font-weight:600;text-decoration:underline;transition:color .16s}.share-gate-secondary:hover{color:#fff}.getapp-scrim{z-index:40;-webkit-backdrop-filter:blur(5px);background:#050514a6;place-items:center;padding:20px;animation:.2s both getapp-fade;display:grid;position:fixed;inset:0}.getapp{text-align:center;background:#121334f7;border:1px solid #f7d96b33;border-radius:22px;flex-direction:column;width:min(500px,100%);max-height:88svh;animation:.24s cubic-bezier(.22,1,.36,1) both getapp-in;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 64px #0009}.getapp-head{border-bottom:1px solid #ffffff14;flex:none;padding:28px 26px 14px}.getapp-close{cursor:pointer;color:#fdf3dfcc;background:#ffffff14;border:none;border-radius:50%;width:32px;height:32px;font-size:1.3rem;line-height:1;position:absolute;top:12px;right:14px}.getapp-close:hover{background:#ffffff29}.getapp-logo{filter:drop-shadow(0 6px 18px #00000073);width:clamp(180px,56vw,240px);height:auto}.getapp-sub{color:#f7d96b;margin:10px 0 0;font-family:Grandstander,system-ui,sans-serif;font-size:1.05rem}.getapp-features{text-align:left;flex-direction:column;flex:auto;gap:16px;margin:0;padding:18px 26px;list-style:none;display:flex;overflow-y:auto}.getapp-features li{align-items:flex-start;gap:14px;display:flex}.getapp-ico{text-align:center;flex:none;width:30px;font-size:1.5rem;line-height:1.2}.getapp-text{flex-direction:column;gap:2px;min-width:0;display:flex}.getapp-ftitle{color:#fff;font-family:Grandstander,system-ui,sans-serif;font-size:1.02rem;font-weight:700}.getapp-fdesc{color:#fdf3dfc7;font-size:.92rem;line-height:1.45}.getapp-badges{border-top:1px solid #ffffff14;flex:none;padding:14px 26px 22px}@keyframes getapp-fade{0%{opacity:0}to{opacity:1}}@keyframes getapp-in{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.getapp-scrim,.getapp{animation:none}}.discover{text-align:center;-webkit-backdrop-filter:blur(10px);background:#0e0f2c80;border:1px solid #f7d96b38;border-radius:28px;max-width:620px;margin:44px auto 0;padding:32px 26px 30px;box-shadow:0 18px 44px #00000052}.discover-title{color:#f7d96b;margin:0 0 6px;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(1.3rem,4vw,1.7rem);font-weight:700}.discover-pitch{color:#fdf3dfd6;max-width:460px;margin:0 auto 22px;line-height:1.5}.discover-grid{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.discover-slot{flex:none;position:relative}.discover-pack{width:clamp(130px,38vw,168px);text-decoration:none;transition:transform .16s;display:block}.discover-pack-in{animation:1.2s both tileIn}.discover-pack--out{pointer-events:none;animation:1.2s both tileOut;position:absolute;inset:0}@keyframes tileIn{0%{opacity:0}to{opacity:1}}@keyframes tileOut{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.discover-pack-in,.discover-pack--out{animation:none}}.discover-pack img{aspect-ratio:1;object-fit:cover;border-radius:18px;width:100%;display:block;box-shadow:0 14px 32px #00000073}.discover-pack-name{-webkit-line-clamp:2;line-clamp:2;text-align:center;color:#fdf3dfd1;-webkit-box-orient:vertical;min-height:2.5em;margin-top:9px;font-family:Grandstander,system-ui,sans-serif;font-size:.9rem;line-height:1.25;display:-webkit-box;overflow:hidden}.discover-pack:hover{transform:translateY(-3px)}.discover-more{cursor:pointer;color:#fdf3df;background:0 0;border:1.5px solid #f7d96b80;border-radius:999px;margin-top:20px;padding:11px 24px;font-family:Grandstander,system-ui,sans-serif;font-size:.98rem;font-weight:600;transition:background .16s,transform .16s;display:inline-block}.discover-more:hover{background:#f7d96b1f;transform:translateY(-2px)}.discover-cta{margin-top:22px}@media (width>=880px){.discover{text-align:left;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);grid-template-areas:"title grid""pitch grid""more grid""cta grid";align-content:center;column-gap:48px;max-width:960px;padding:40px 44px;display:grid}.discover-title{grid-area:title;font-size:2.1rem}.discover-pitch{grid-area:pitch;max-width:none;margin:8px 0 0}.discover-grid{grid-area:grid;justify-content:center;align-self:center}.discover-pack{width:150px}.discover-more{grid-area:more;justify-self:start;margin-top:24px}.discover-cta{grid-area:cta;margin-top:18px}.discover-cta .store-badges{justify-content:flex-start}}.reader-menu-btn{top:max(14px, env(safe-area-inset-top));z-index:60;-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#0a0b2680;border:none;border-radius:13px;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;padding:0 11px;transition:background .16s;display:inline-flex;position:fixed;right:16px;box-shadow:0 4px 14px #0000004d}.reader-menu-btn span{background:#f7d96b;border-radius:2px;height:2.5px;display:block}.reader-menu-btn:hover{background:#141640b8}.reader-menu-scrim{z-index:61;position:fixed;inset:0}.reader-menu{top:calc(max(14px, env(safe-area-inset-top)) + 56px);z-index:62;background:#121334f7;border:1px solid #f7d96b38;border-radius:16px;flex-direction:column;min-width:224px;padding:8px;animation:.18s both reader-menu-in;display:flex;position:fixed;right:16px;box-shadow:0 20px 44px #00000080}.reader-menu>*{text-align:left;color:#fdf3df;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:12px 14px;font-family:Grandstander,system-ui,sans-serif;font-size:1rem;text-decoration:none}.reader-menu>:hover{background:#f7d96b1f}@keyframes reader-menu-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.reader-menu-sheet-scrim{z-index:80;-webkit-backdrop-filter:blur(4px);background:#0505149e;place-items:center;padding:20px;animation:.2s both reader-menu-fade;display:grid;position:fixed;inset:0}.reader-menu-sheet{text-align:center;color:#fdf3df;background:#121334f7;border:1px solid #f7d96b33;border-radius:22px;width:min(440px,100%);padding:30px 26px 28px;position:relative;box-shadow:0 24px 60px #0000008c}.reader-menu-sheet h2{color:#f7d96b;margin:0 0 10px;font-family:Grandstander,system-ui,sans-serif;font-size:1.4rem;font-weight:700}.reader-menu-sheet p{color:#fdf3dfdb;margin:0;line-height:1.6}.reader-menu-sheet-close{cursor:pointer;color:#fdf3dfcc;background:#ffffff14;border:none;border-radius:50%;width:32px;height:32px;font-size:1.3rem;line-height:1;position:absolute;top:12px;right:14px}.reader-menu-sheet-close:hover{background:#ffffff29}@keyframes reader-menu-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.reader-menu,.reader-menu-sheet-scrim{animation:none}}.report-reasons{flex-direction:column;gap:8px;margin:14px 0;display:flex}.report-reason{text-align:left;cursor:pointer;color:#fdf3df;background:#ffffff0f;border:1px solid #f7d96b2e;border-radius:10px;padding:11px 14px;font-family:Grandstander,system-ui,sans-serif;font-size:.98rem}.report-reason--on{background:#f7d96b29;border-color:#f7d96b}.report-email-label{text-align:left;color:#fdf3dfcc;margin-bottom:6px;font-size:.85rem;display:block}.report-email{box-sizing:border-box;color:#fff;background:#ffffff0f;border:1px solid #f7d96b4d;border-radius:10px;width:100%;padding:11px 13px;font-size:1rem}.report-email:focus{border-color:#f7d96b;outline:none}.report-email-hint{text-align:left;color:#fdf3df8c;margin:6px 0 16px;font-size:.8rem}.report-submit{cursor:pointer;color:#2a2440;background:radial-gradient(circle at 40% 30%,#ffe89a,#e7b53f);border:none;border-radius:12px;width:100%;padding:13px;font-family:Grandstander,system-ui,sans-serif;font-size:1rem;font-weight:700}.report-submit:disabled{opacity:.45;cursor:not-allowed}.reader{--gold:#f7d96b;--gold-deep:#e7b53f;--cream:#fdf3df;--amber:#b9791f;--amber-deep:#9a5a10;--karaoke:#f2800d;--parch-ink:#3a2c14;--night-glass:#121334bd;--reader-topbar-h:64px;z-index:2;min-height:100svh;color:var(--cream);position:relative}.cover{box-sizing:border-box;cursor:pointer;place-items:center;min-height:100svh;padding:40px 24px 148px;animation:.6s both fade;display:grid;position:relative;overflow:hidden}.cover-backdrop{filter:blur(12px)brightness(.58)saturate(1.1);z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.08)}.cover-backdrop:after{content:"";background:radial-gradient(at 50% 40%,#08081e59,#050514c7);position:absolute;inset:0}.cover-inner{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(24px,5vw,56px);animation:.8s cubic-bezier(.34,1.4,.64,1) both rise;display:flex;position:relative}.cover-book{width:clamp(180px,36vw,320px);animation:6.5s ease-in-out infinite floaty;position:relative}.cover-book:after{content:"";pointer-events:none;background:radial-gradient(#00000073,#0000 70%);border-radius:50%;height:24px;animation:6.5s ease-in-out infinite shadowBreathe;position:absolute;bottom:-30px;left:14%;right:14%}.cover-meta{flex-direction:column;align-items:center;gap:8px;max-width:360px;display:flex}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cover-author{text-align:center;text-wrap:balance;color:var(--gold);text-shadow:0 2px 14px #000000a6;margin:0;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(1.3rem,3.4vw,1.8rem);font-weight:600;animation:.6s .25s both fade}.cover-foot{bottom:max(22px, env(safe-area-inset-bottom));z-index:1;flex-direction:column;align-items:center;gap:4px;animation:.8s .7s both fade;display:flex;position:absolute;left:0;right:0}.cover-credit{text-align:center;color:#fdf3dfb8;text-shadow:0 2px 10px #0009;text-wrap:balance;margin:0;font-family:Grandstander,system-ui,sans-serif;font-size:1.05rem}.cover-applink{color:#fdf3df99;text-shadow:0 2px 10px #0009;align-items:center;gap:8px;padding:8px 14px;font-family:Grandstander,system-ui,sans-serif;font-size:.9rem;text-decoration:none;display:inline-flex}.cover-applink-logo{opacity:.85;filter:drop-shadow(0 2px 6px #00000080);width:auto;height:34px}.cover-applink:hover{color:#fdf3dfe6}.cover-applink:hover .cover-applink-logo{opacity:1}.play-cta{cursor:pointer;background:radial-gradient(circle at 38% 32%, #ffe89a, var(--gold-deep));color:#2a2440;border:none;border-radius:50%;place-items:center;width:78px;height:78px;margin-top:14px;transition:transform .18s;animation:.6s .45s both fade;display:grid;position:relative;box-shadow:0 14px 30px #00000080,inset 0 0 0 1px #ffffff40}.play-cta:before{content:"";border:2px solid #f7d96b99;border-radius:50%;animation:2.6s ease-out infinite ring;position:absolute;inset:-10px}.play-cta svg{fill:currentColor;width:34px;height:34px;margin-left:4px}.play-cta:hover{transform:scale(1.06)}.play-cta:active{transform:scale(.96)}.reader-stage{min-height:100svh;padding:calc(var(--reader-topbar-h) + 10px) 16px 84px;box-sizing:border-box;cursor:pointer;flex-direction:column;align-items:center;display:flex;position:relative}.story-page{--reserve:200px;width:min(92vw, max(300px, calc((100svh - 192px - var(--reserve)) * 4 / 3)), 1000px);box-sizing:border-box;background-blend-mode:soft-light, normal;box-shadow: calc(2px * var(--stack,1)) calc(2px * var(--stack,1)) 0 #efe2c4, calc(4px * var(--stack,1)) calc(4px * var(--stack,1)) 0 #e7d8b4, calc(6px * var(--stack,1)) calc(6px * var(--stack,1)) 0 #ded0a4, calc(8px * var(--stack,1)) calc(8px * var(--stack,1)) 0 #d5c596,  0 14px 28px #0006, 0 40px 80px #0000008c;background-color:#f8edd5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"),linear-gradient(168deg,#fdf6e2 0%,#f6ead0 60%,#efe0c0 100%);background-size:200px 200px,100% 100%;border-radius:0 16px 16px 0;flex-direction:column;flex:none;align-self:center;padding:18px 20px 14px 26px;transition:box-shadow .5s;display:flex;position:relative;overflow:hidden}.story-page:after{content:"";z-index:3;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,#3a260e4d 0,#3a260e1a 22px,#3a260e00 64px);position:absolute;inset:0}.page-art-frame{border:3px solid #4a2c0c80;border-radius:15px;flex:none;width:100%;position:relative;overflow:hidden;box-shadow:0 5px 16px #2818064d}.page-art-frame:after{content:"";z-index:1;pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 0 1.5px #e7b53f8c,inset 0 0 0 8.5px #f4e9d0,inset 0 0 0 10px #4a2c0c38}.page-divider{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 18 26'%3E%3Cpath d='M8,0 L10.88,1.92 L10.88,4.8 L16,6 L16,8.64 L14.4,9.6 L14.4,19.68 L16.32,21.12 L16.32,23.04 L14.08,24 L1.92,24 L-0.32,23.04 L-0.32,21.12 L1.6,19.68 L1.6,9.6 L0,8.64 L0,6 L5.12,4.8 L5.12,1.92 L8,0 Z' fill='%23594026' fill-opacity='0.62'/%3E%3C/svg%3E") 50%/auto 14px no-repeat,linear-gradient(90deg,#59402600 0,#59402680 100%) 0/calc(50% - 18px) 1.5px no-repeat,linear-gradient(90deg,#59402680 0,#59402600 100%) 100%/calc(50% - 18px) 1.5px no-repeat;flex:none;align-self:center;width:min(64%,320px);height:16px;margin:12px 0 4px}.page-art{vertical-align:top;-webkit-user-select:none;user-select:none;transform-origin:50% 38%;will-change:transform;width:100%;height:auto;animation:28s ease-in-out infinite alternate kenBurns;display:block}@keyframes kenBurns{0%{transform:scale(1.005)translateY(0)}to{transform:scale(1.06)translateY(-1.2%)}}.page-parchment{z-index:1;box-sizing:border-box;width:100%;height:var(--reserve);flex-direction:column;flex:none;justify-content:center;padding:14px clamp(6px,2vw,22px) 34px;display:flex;position:relative;overflow:hidden}.seg{font-variant-ligatures:none;color:var(--parch-ink);text-align:center;white-space:pre-wrap;margin:0;font-family:EB Garamond,Georgia,serif;font-size:clamp(1.2rem,2.9vw,1.62rem);line-height:1.62;animation:.6s both fade}.seg--drop:first-letter{color:#8a201c;font-size:2em;font-weight:600;line-height:1}.seg--snug{font-size:clamp(1.05rem,2.5vw,1.42rem);line-height:1.55}.rw{transition:color .28s}.rw--lit{color:var(--karaoke)}.seg-dots{justify-content:center;gap:8px;display:flex;position:absolute;bottom:8px;left:0;right:0}.seg-dot{cursor:pointer;background:#3a2c1447;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:transform .15s,background .15s}.seg-dot--on{background:var(--amber-deep);transform:scale(1.25)}.page-num{color:#3a2c148c;pointer-events:none;font-family:Lora,Georgia,serif;font-size:.8rem;font-style:italic;position:absolute;bottom:6px;right:14px}.reader-topbar{z-index:50;height:var(--reader-topbar-h,64px);box-sizing:border-box;-webkit-backdrop-filter:blur(14px);background:#0c0c30db;border-bottom:1px solid #f7d96b24;align-items:center;gap:14px;padding:0 70px 0 16px;display:flex;position:fixed;top:0;left:0;right:0}.reader-topbar-logo{filter:drop-shadow(0 1px 4px #0006);flex:none;width:auto;height:40px}.reader-topbar-book{flex:none;width:34px}.reader-topbar-center{flex:auto;justify-content:center;align-items:center;gap:12px;min-width:0;display:flex}.reader-topbar-text{text-align:left;flex-direction:column;min-width:0;line-height:1.2;display:flex}.reader-topbar-title{color:#fff;text-shadow:0 1px 8px #00000080;white-space:nowrap;text-overflow:ellipsis;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(.78rem,2.6vw,1rem);font-weight:700;overflow:hidden}.reader-topbar-credit{color:#fdf3dfa8;white-space:nowrap;text-overflow:ellipsis;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(.68rem,2.1vw,.8rem);overflow:hidden}.story-page-wrap{flex:1 0 auto;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.story-page-out-layer{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.story-page-out-layer .story-page,.story-page-out-layer .seg{animation:none}.story-page-out-layer .story-page{box-shadow:none;background:0 0}.story-page-out-layer .story-page:after{display:none}.story-page-out-layer .page-divider{visibility:hidden}.story-page-out-layer .page-art-frame{box-shadow:none;border-color:#0000}.story-page-out-layer .page-art-frame:after{display:none}.story-page-out-layer .page-parchment{animation:.32s both pageOut}.story-page-out-layer .page-art{animation:1.1s both pageOut}@keyframes pageOut{0%{opacity:1}to{opacity:0}}.controls{left:50%;bottom:max(14px, env(safe-area-inset-bottom));z-index:5;background:var(--night-glass);-webkit-backdrop-filter:blur(16px)saturate(1.2);border:1px solid #f7d96b38;border-radius:999px;align-items:center;gap:14px;width:min(560px,94vw);padding:8px 18px 8px 10px;transition:opacity .3s,transform .3s;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 18px 44px #00000080}.controls--hidden{opacity:0;pointer-events:none;transform:translate(-50%,130%)}.seek{appearance:none;cursor:pointer;background:linear-gradient(90deg, var(--gold) var(--p,0%), #ffffff29 var(--p,0%));border-radius:5px;flex:auto;min-width:0;height:5px;margin:0}.seek::-webkit-slider-thumb{-webkit-appearance:none;background:#fff7e2;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 5px #00000080}.seek::-moz-range-thumb{background:#fff7e2;border:none;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 5px #00000080}.page-count{color:var(--gold);letter-spacing:.03em;flex:none;font-family:Grandstander,system-ui,sans-serif;font-size:.84rem;font-weight:600}.page-count-sep{opacity:.5;margin:0 .35em}.controls-main{flex:none;align-items:center;gap:8px;display:flex}.nav-btn,.toggle-btn{cursor:pointer;color:var(--cream);background:0 0;border:none;place-items:center;transition:transform .15s,color .15s;display:grid}.nav-btn{border-radius:50%;width:40px;height:40px}.nav-btn svg{fill:currentColor;width:26px;height:26px}.nav-btn:hover{color:var(--gold);transform:scale(1.1)}.toggle-btn{color:#2a2440;background:radial-gradient(circle at 38% 32%, #ffe89a, var(--gold-deep));border-radius:50%;width:46px;height:46px;box-shadow:0 8px 20px #0006}.toggle-btn svg{fill:currentColor;width:26px;height:26px;margin-left:1px}.toggle-btn:hover{transform:scale(1.06)}.toggle-btn:active{transform:scale(.95)}.the-end{min-height:100svh;padding:calc(var(--reader-topbar-h) + clamp(16px, 4vh, 36px)) 24px calc(var(--footer-h,90px) + 130px);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.the-end-inner{text-align:center;flex-direction:column;align-items:center;gap:9px;max-width:480px;animation:.7s cubic-bezier(.34,1.4,.64,1) both rise;display:flex}.the-end-mark{color:var(--gold);text-shadow:0 2px 30px #f7d96b73;margin:0;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(2rem,6.5vw,3.2rem);font-weight:700}.the-end-note{letter-spacing:.03em;color:#ffebc8d1;margin:0 0 6px;font-size:1.1rem}.the-end-book{width:clamp(104px,26vw,146px);margin-top:2px;animation:6.5s ease-in-out infinite floaty}.the-end-title{color:#fff;margin:8px 0 0;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(1.4rem,4.5vw,1.9rem);font-weight:700;line-height:1.1}.the-end-credit{color:#fdf3df9e;margin:0;font-family:Grandstander,system-ui,sans-serif;font-size:.95rem}.the-end .discover{margin-top:34px}.reader-copyright{color:#fdf3df73;text-align:center;font-family:Grandstander,system-ui,sans-serif;font-size:.8rem}.the-end .reader-copyright{margin:30px 0 4px}.the-end-pitch{color:#fdf3dfdb;margin:0;font-size:1.02rem;line-height:1.5}.app-cta{color:#2a2440;background:radial-gradient(circle at 40% 30%, #ffe89a, var(--gold-deep));border-radius:999px;padding:13px 26px;font-family:Grandstander,system-ui,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .16s;box-shadow:0 12px 28px #0006}.app-cta:hover{transform:translateY(-2px)}.the-end-buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.ghost-btn{cursor:pointer;color:var(--cream);background:0 0;border:1.5px solid #f7d96b80;border-radius:999px;padding:13px 26px;font-family:Grandstander,system-ui,sans-serif;font-size:1rem;font-weight:600;transition:background .16s,transform .16s}.ghost-btn:hover{background:#f7d96b1f;transform:translateY(-2px)}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pageIn{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes shadowBreathe{0%,to{opacity:.9;transform:scaleX(1)}50%{opacity:.55;transform:scaleX(.82)}}@keyframes floaty{0%,to{transform:translateY(0)rotate(-.5deg)}50%{transform:translateY(-12px)rotate(.5deg)}}@keyframes ring{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@media (width<=560px){.cover-inner{flex-direction:row;gap:18px}.cover-book{width:40vw}.cover-meta{max-width:46vw}}@media (orientation:landscape) and (height<=600px){.reader{--reader-topbar-h:52px}.reader-topbar{height:52px;padding:0 60px 0 14px}.reader-topbar-logo{height:30px}.reader-topbar-book{width:26px}}@media (prefers-reduced-motion:reduce){.cover,.cover-inner,.cover-book,.cover-book:after,.cover-author,.cover-meta .play-cta,.cover-foot,.page,.seg,.the-end,.page-art,.play-cta:before{animation:none}.story-page-out-layer{display:none}}.privacy-policy h3{font-family:var(--serif);color:var(--ink-strong);margin:32px 0 8px;font-size:1.15rem;font-weight:500}.privacy-policy ul{color:var(--ink);margin:0 0 24px;padding-left:24px;line-height:1.8}.privacy-policy ul li{margin-bottom:8px}.privacy-policy a{color:var(--accent);font-weight:600;text-decoration:none;transition:color .2s}.privacy-policy a:hover{color:var(--accent-strong);text-decoration:underline}.privacy-policy strong{color:var(--ink-strong);font-weight:700}.page--night{color:#fff5ebe6;background-image:none}.page--night .page-hero,.page--night .page-content{z-index:1;position:relative}.page--night .page-hero:before{display:none}.page--night .page-hero h1{background:linear-gradient(95deg,#fef7da 0%,#f7d96b 55%,#f0c64e 100%);-webkit-background-clip:text;background-clip:text}.page--night .page-hero p{color:#ffebc8d1}.page--night .howto-category h2,.page--night .howto-related h2{color:#fff}.page--night .howto-related{border-top-color:#ffffff24}.page--night .howto-card{background:#ffffff0f;border-color:#ffffff1f}.page--night .howto-card:hover{background:#ffffff1a;border-color:#ffffff38;box-shadow:0 8px 22px #0000004d}.page--night .howto-card-title{color:#fff}.page--night .howto-card-intro{color:#fff5ebb3}.page--night .howto-card-chevron,.page--night .howto-back{color:#f5d56a}.page--night .guide-step-item{color:#fff5ebdb}.page--night .guide-step-item:hover{background:#ffffff12}.page--night .guide-step-item.active{background:#f7d96b24;border-left-color:#f5d56a}.page--night .guide-step-num{background:#fff3}.page--night .guide-nav-btn,.page--night .guide-step-item.active .guide-step-num{color:#232a8e;background:linear-gradient(135deg,#f7d96b,#e9bf4a)}.page--night .guide-device-toggle{background:#ffffff1a}.page--night .guide-device-tab{color:#fff5ebd1}.page--night .guide-device-tab.active{color:#15153a;background:#fff}.howto-logo{width:fit-content;margin:0 auto 20px;line-height:0;display:block}.howto-logo img{filter:drop-shadow(0 6px 22px #00000073);width:clamp(170px,30vw,270px);height:auto;transition:transform .2s}.howto-logo:hover img{transform:translateY(-2px)}.page-hero--tight .howto-logo img{width:clamp(140px,22vw,200px)}.page--night .guide-frame{box-shadow:inset 0 0 0 2px #ffffff0f,0 18px 40px #00000080,0 0 50px #fff6,0 0 110px #ffffff38}.page--night .guide-frame--tv,.page--night .guide-frame--ipad,.page--night .guide-frame--iphone{box-shadow:none}.page--night .guide-frame-bezel{filter:drop-shadow(0 16px 34px #00000080)drop-shadow(0 0 26px #ffffff6b)drop-shadow(0 0 60px #fff3)}.page--night .guide-frame--tv .guide-frame-screen,.page--night .guide-frame--ipad .guide-frame-screen,.page--night .guide-frame--iphone .guide-frame-screen{box-shadow:0 0 46px #ffffff4d,0 0 104px #ffffff29}.howto-category{margin-bottom:40px}.howto-category h2{font-family:var(--serif);color:var(--ink-strong);margin:0 0 14px;font-size:1.35rem;font-weight:500}.howto-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.howto-card{background:#ffffff8c;border:1px solid #786e5029;border-radius:14px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.howto-card:hover{border-color:#786e504d;transform:translateY(-2px);box-shadow:0 8px 22px #465a321f}.howto-card-icon{flex-shrink:0;font-size:1.5rem;line-height:1}.howto-card-text{flex-direction:column;gap:3px;min-width:0;display:flex}.howto-card-title{font-family:var(--serif);color:var(--ink-strong);font-size:1.02rem;font-weight:500}.howto-card-intro{color:var(--ink);opacity:.78;font-size:.86rem;line-height:1.4}.howto-card-chevron{color:var(--accent);opacity:.6;flex-shrink:0;margin-left:auto;font-size:1.4rem}.howto-hero-icon{font-size:.85em}.howto-back{color:var(--accent);margin-bottom:10px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.howto-back:hover{color:var(--accent-strong);text-decoration:underline}.howto-guide-hero{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:2px 18px;padding:22px 48px 8px;display:flex}.howto-guide-hero .howto-back{margin-bottom:0;font-size:.85rem}.howto-guide-hero h1{margin:0;font-size:1.7rem}.howto-guide-hero p{margin:0;font-size:.98rem}.page-content.howto-guide{max-width:1160px;padding-top:12px}.guide-demo{flex-direction:column;align-items:center;gap:18px;margin:4px 0 36px;display:flex}.guide-steps-col{width:100%;max-width:720px}.guide-step-card{align-items:center;gap:14px;display:flex}.guide-step-current{background:#ffffff80;border-radius:14px;flex:1;align-items:center;min-width:0;min-height:84px;padding:14px 18px;display:flex}.guide-step-current-inner{text-align:center;flex-direction:column;align-items:center;gap:9px;width:100%;line-height:1.55;animation:.32s guide-shot-in;display:flex}.guide-step-current .guide-step-num{background:linear-gradient(135deg,#6f8c3b,#b67d34)}.page--night .guide-step-current{color:#fff5ebe6;background:#ffffff0f;border:1px solid #ffffff1f}.guide-step-link{color:var(--accent);margin-top:8px;font-weight:600;text-decoration:none;display:block}.guide-step-link:hover{text-decoration:underline}.page--night .guide-step-link{color:#f5d56a}.guide-step-meta{justify-content:center;align-items:center;gap:18px;margin-bottom:10px;display:flex}.guide-step-dots{gap:2px;display:flex}.guide-step-dot{z-index:0;cursor:pointer;color:#0000;background:0 0;border:none;place-items:center;width:22px;height:22px;padding:0;font-family:Mulish,sans-serif;font-size:.72rem;font-weight:700;display:grid;position:relative}.guide-step-dot:before{content:"";z-index:-1;background:#786e5052;border-radius:50%;width:8px;height:8px;margin:auto;transition:background .15s,width .15s,height .15s;position:absolute;inset:0}.guide-step-dot:hover:before{width:11px;height:11px}.guide-step-dot.active{color:#232a8e}.guide-step-dot.active:before{background:linear-gradient(135deg,#f7d96b,#e9bf4a);width:19px;height:19px}.page--night .guide-step-dot:before{background:#ffffff47}.page--night .guide-step-dot.active:before{background:linear-gradient(135deg,#f7d96b,#e9bf4a)}.guide-all-toggle{cursor:pointer;font-family:var(--serif);color:var(--accent);background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:.88rem;transition:background .15s}.guide-all-toggle:hover{background:#786e501a}.guide-all-toggle[aria-expanded=true]{background:#786e501f}.page--night .guide-all-toggle{color:#f5d56a}.page--night .guide-all-toggle:hover,.page--night .guide-all-toggle[aria-expanded=true]{background:#ffffff14}.guide-nav-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6f8c3b,#b67d34);border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3rem;line-height:1;transition:transform .12s,opacity .12s;display:flex}.guide-nav-btn:hover:not(:disabled){transform:translateY(-1px)}.guide-nav-btn:disabled{opacity:.3;cursor:default}.guide-steps-list{margin:14px 0 0;padding:0;list-style:none}.guide-step-item{text-align:left;cursor:pointer;width:100%;color:var(--ink);background:0 0;border:none;border-left:3px solid #0000;border-radius:10px;gap:12px;padding:13px 14px;line-height:1.55;transition:background .15s,border-color .15s;display:flex}.guide-step-item:hover{background:#ffffff80}.guide-step-item.active{border-left-color:var(--accent);background:#6f8c3b1f}.guide-step-num{width:26px;height:26px;font-family:var(--serif);color:#fff;background:#786e5066;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;transition:background .15s;display:flex}.guide-step-item.active .guide-step-num{background:linear-gradient(135deg,#6f8c3b,#b67d34)}.guide-step-text{flex:1;min-width:0;padding-top:1px}.guide-device-col{outline:none;flex-direction:column;order:-1;align-items:center;width:100%;display:flex}.guide-device-toggle{background:#786e501f;border-radius:999px;gap:2px;margin-bottom:16px;padding:3px;display:inline-flex}.guide-device-tab{cursor:pointer;font-family:var(--serif);color:var(--ink);background:0 0;border:none;border-radius:999px;padding:6px 14px;font-size:.86rem;transition:background .15s,color .15s}.guide-device-tab.active{color:var(--ink-strong);background:#fff;box-shadow:0 1px 4px #465a3229}.guide-frames{flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;min-height:min(510px,max(280px,100dvh - 495px));display:flex}.guide-frame-stage{width:100%;position:relative}.guide-frame--tv .guide-frame-stage{aspect-ratio:4300/2780}.guide-frame--ipad .guide-frame-stage{aspect-ratio:2620/1900}.guide-frame--iphone .guide-frame-stage{aspect-ratio:3000/1470}.guide-frame-bezel{pointer-events:none;z-index:2;filter:drop-shadow(0 16px 34px #28321e47);width:100%;height:100%;position:absolute;inset:0}.guide-hotspot.guide-remote-hotspot{z-index:3;width:6px;height:6px}.guide-frame{background:#0e0e10;width:100%;position:relative;box-shadow:inset 0 0 0 2px #ffffff0f,0 18px 40px #28321e47}.guide-frame--iphone{max-width:min(760px,max(310px,204dvh - 1009.8px));box-shadow:none;background:0 0;border-radius:0;padding:0;overflow:visible}.guide-frame--ipad{max-width:min(800px,max(330px,138dvh - 683.1px));box-shadow:none;background:0 0;border-radius:0;padding:0;overflow:visible}.guide-frame--tv{max-width:min(840px,max(340px,155dvh - 767.25px));box-shadow:none;background:0 0;border-radius:0;padding:0;overflow:visible}.guide-device-col:focus-visible .guide-frame{box-shadow:0 0 0 3px var(--accent), 0 18px 40px #28321e47}.guide-device-col:focus-visible .guide-frame--tv,.guide-device-col:focus-visible .guide-frame--ipad,.guide-device-col:focus-visible .guide-frame--iphone{box-shadow:none}.guide-frame-screen{background:#f3efe4;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.guide-frame-screen.zoomable{cursor:zoom-in}.guide-frame-zoom{color:#fff;opacity:0;pointer-events:none;background:#00000073;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.95rem;transition:opacity .15s;display:flex;position:absolute;bottom:8px;right:8px}.guide-frame-screen.zoomable:hover .guide-frame-zoom,.guide-frame-screen.zoomable:focus-visible .guide-frame-zoom{opacity:1}.guide-hotspot{pointer-events:none;z-index:3;border-radius:50%;width:22px;height:22px;position:absolute;transform:translate(-50%,-50%)}.guide-hotspot:after{content:"";border:2.5px solid #ffffffeb;border-radius:50%;animation:1.6s ease-out infinite guide-hotspot-pulse;position:absolute;inset:0;box-shadow:0 0 4px #0000004d}.guide-remote-hotspot:after{border-width:1.5px}.guide-remote-hotspot:before{content:"";background:#fffffff2;border-radius:50%;position:absolute;inset:1.5px;box-shadow:0 0 3px #0006}@keyframes guide-hotspot-pulse{0%{opacity:.85;transform:scale(1)}to{opacity:0;transform:scale(3)}}@media (prefers-reduced-motion:reduce){.guide-hotspot:after,.guide-frame-screen img,.guide-frame,.guide-step-current-inner{animation:none}}@keyframes guide-shot-in{0%{opacity:0;transform:scale(.988)}to{opacity:1;transform:none}}@keyframes guide-frame-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.guide-frame-screen img{animation:.32s guide-shot-in}.guide-frame{animation:.38s cubic-bezier(.22,.9,.36,1) guide-frame-in}.guide-frame--iphone .guide-frame-screen{z-index:1;border-radius:22px;width:95.033%;height:89.728%;position:absolute;top:5.102%;left:2.467%}.guide-frame--tv .guide-frame-screen{z-index:1;border-radius:6px;width:89.233%;height:77.626%;position:absolute;top:4.317%;left:2.419%}.guide-frame--ipad .guide-frame-screen{z-index:1;border-radius:14px;width:90.038%;height:86.263%;position:absolute;top:6.842%;left:4.962%}.guide-frame-screen img{object-fit:cover;width:100%;height:100%;display:block}.guide-frame-placeholder{width:100%;height:100%;color:var(--ink);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.guide-frame-ph-icon{opacity:.5;font-size:1.8rem}.guide-frame-ph-label{opacity:.5;text-align:center;padding:0 8px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.72rem}.guide-demo-caption{text-align:center;max-width:16rem;color:var(--ink);opacity:.7;margin:12px 0 0;font-size:.86rem;font-style:italic}.guide-lightbox{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:zoom-out;background:#0f120cd1;justify-content:center;align-items:center;padding:4vmin;animation:.15s guide-lightbox-in;display:flex;position:fixed;inset:0}@keyframes guide-lightbox-in{0%{opacity:0}to{opacity:1}}.guide-lightbox img{object-fit:contain;cursor:default;border-radius:16px;max-width:96vw;max-height:90vh;box-shadow:0 24px 60px #00000080}.guide-lightbox-close{color:#fff;cursor:pointer;background:#ffffff29;border:none;border-radius:50%;width:44px;height:44px;font-size:1.6rem;line-height:1;transition:background .15s;position:absolute;top:18px;right:22px}.guide-lightbox-close:hover{background:#ffffff47}.page-hero--tight{padding-top:28px;padding-bottom:18px}.page-hero--tight h1{margin-bottom:8px;font-size:clamp(1.9rem,3.6vw,2.5rem)}.page-hero--tight p{max-width:40rem;font-size:1rem}@media (width<=760px){.guide-demo{gap:20px}.guide-frame--iphone{max-width:320px}.guide-frame--ipad{max-width:340px}.guide-frame--tv{max-width:360px}.guide-frames{min-height:224px}}.howto-note{color:#43392b;background-image:repeating-linear-gradient(#0000 0 27px,#748eaa38 27px 28px),linear-gradient(170deg,#fdf8ea 0%,#f7eed7 100%);background-position:0 18px,0 0;border-radius:4px;margin:22px 0 0;padding:18px 22px 16px 26px;line-height:28px;transform:rotate(-.5deg);box-shadow:0 12px 28px #0000002e,0 2px 8px #0000001a}.howto-guide .howto-note-title{font-family:var(--serif);color:#fff;margin:30px 0 0;font-size:1.15rem;font-weight:500}.howto-related{border-top:1px solid #786e5029;margin-top:8px;padding-top:24px}.howto-related h2{font-family:var(--serif);color:var(--ink-strong);margin:0 0 14px;font-size:1.2rem;font-weight:500}.device-shot{position:relative}.device-shot-stage{width:100%;position:relative}.device-shot--iphone .device-shot-stage{aspect-ratio:3000/1470}.device-shot--ipad .device-shot-stage{aspect-ratio:2620/1900}.device-shot--tv .device-shot-stage{aspect-ratio:4300/2780}.device-shot-screen{z-index:1;position:absolute;overflow:hidden;box-shadow:0 0 50px #ffffff52,0 0 110px #ffffff29}.device-shot--iphone .device-shot-screen{border-radius:22px;width:95.033%;height:89.728%;top:5.102%;left:2.467%}.device-shot--ipad .device-shot-screen{border-radius:14px;width:90.038%;height:86.263%;top:6.842%;left:4.962%}.device-shot--tv .device-shot-screen{border-radius:6px;width:89.233%;height:77.626%;top:4.317%;left:2.419%}.device-shot-screen img{object-fit:cover;width:100%;height:100%;display:block}.device-shot-fade{object-fit:cover;opacity:0;width:100%;height:100%;animation:9s ease-in-out infinite device-shot-dissolve;position:absolute;inset:0}@keyframes device-shot-dissolve{0%,35%{opacity:0}50%,80%{opacity:1}95%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.device-shot-fade{animation:none}}.device-shot-bezel{pointer-events:none;z-index:2;filter:drop-shadow(0 18px 40px #00000080)drop-shadow(0 0 26px #ffffff6b)drop-shadow(0 0 60px #fff3);width:100%;height:100%;position:absolute;inset:0}.bedtime-night{box-sizing:border-box;min-height:100vh;padding-top:var(--nav-h,72px);padding-bottom:calc(48px + var(--footer-h,0px));color:#fff;position:relative;overflow-x:clip}.tour-deepen{z-index:1;pointer-events:none;background:linear-gradient(#07091800 0% 30%,#07091873 65%,#070918d9 100%);position:absolute;inset:0}.tour-body{z-index:3;max-width:1020px;margin:0 auto;padding:0 24px;position:relative}.tour-body section{padding:84px 0}.tour-body section.tour-hero{text-align:center;flex-direction:column;align-items:center;padding:32px 0 0;display:flex;position:relative}.bedtime-title{margin:0 0 18px;line-height:0}.bedtime-title img{filter:drop-shadow(0 8px 28px #00000073);width:clamp(260px,58vw,460px);height:auto;animation:1s cubic-bezier(.34,1.56,.64,1) both titleDrop}@keyframes titleDrop{0%{opacity:0;transform:translateY(-44px)scale(.84)}to{opacity:1;transform:translateY(0)scale(1)}}.tour-promise{font-family:var(--serif);color:#fef7dad9;margin:24px 0 0;font-size:clamp(1.25rem,2.6vw,1.7rem);line-height:1.5}.tour-sub{color:#ffebc89e;max-width:620px;margin:14px auto 30px;line-height:1.6}.tour-cast{width:100vw;max-width:none;margin-top:0}.tour-hero .store-badges{margin-top:30px}.tour-cast img{object-fit:cover;object-position:50% 100%;width:100%;height:clamp(200px,35vw,500px);display:block;-webkit-mask-image:linear-gradient(#0000 0%,#000 22% 96%,#0000008c 100%);mask-image:linear-gradient(#0000 0%,#000 22% 96%,#0000008c 100%)}.tour-moment,.tour-glow,.tour-goodnight{position:relative}.tour-moment:before,.tour-glow:before,.tour-goodnight:before{content:"✦";color:#f5d56a8c;text-shadow:0 0 10px #f5d56a59;font-size:1.05rem;position:absolute;top:18px;left:50%;transform:translate(-50%)}.tour-moment{grid-template-columns:1fr 1.15fr;align-items:center;gap:56px;display:grid}.tour-moment--flip{grid-template-columns:1.15fr 1fr}.tour-time{font-family:var(--serif);color:#f5d56a;letter-spacing:.22em;margin:0 0 14px;font-size:.95rem}.tour-moment h2{font-family:var(--serif);color:#fff;margin:0;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500;line-height:1.3}.tour-moment .tour-text>p:not(.tour-time):not(.tour-aside){color:#ffebc89e;margin:14px 0 0;font-size:1.04rem;line-height:1.7}.tour-aside{color:#fef7dad9;margin:14px 0 0;font-size:.9rem;font-style:italic;line-height:1.7}.tour-art{border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #00000080,0 0 60px #fef7da14}.tour-art img{width:100%;display:block}@media (width<=760px){.tour-moment,.tour-moment--flip{grid-template-columns:1fr;gap:28px}.tour-moment--flip .tour-art,.tour-moment--flip .device-shot{order:2}.tour-body section{padding:56px 0}}.tour-glow{text-align:center}.tour-glow h2{font-family:var(--serif);color:#fff;margin:0;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500}.tour-glow-line{font-family:var(--serif);color:#fff5eb80;max-width:620px;margin:40px auto 0;font-size:clamp(1.4rem,3.4vw,2.2rem);line-height:1.7}.tour-glow-word{white-space:nowrap}.tour-glow-word span{animation:10s infinite letterglow}@keyframes letterglow{0%,to{color:#fff5eb80;text-shadow:none}4%{color:#fef7da;text-shadow:0 0 18px #f5d56acc}12%,40%{color:#fef7da;text-shadow:none}48%{color:#fff5eb80;text-shadow:none}}.tour-glow-sub{color:#ffebc89e;max-width:560px;margin:28px auto 0;line-height:1.7}.tour-trust{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.tour-body section.tour-trust{padding-top:0}.tour-trust-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;width:250px;padding:18px 22px}.tour-trust-card b{color:#fff;font-family:var(--serif);margin-bottom:6px;font-weight:500;display:block}.tour-trust-card span{color:#ffebc89e;font-size:.92rem;line-height:1.5}.tour-trust-card--link{text-decoration:none;transition:background .15s,border-color .15s}.tour-trust-card--link:hover{background:#ffffff17;border-color:#ffffff38}.tour-trust-more{color:#f5d56a;margin-top:8px;font-size:.85rem;font-style:normal;display:block}.tour-body section.tour-goodnight{text-align:center;padding-bottom:120px}.tour-goodnight-art{border-radius:18px;max-width:720px;margin:0 auto 32px;overflow:hidden;box-shadow:0 24px 60px #00000080,0 0 60px #fef7da14}.tour-goodnight-art img{aspect-ratio:21/9;object-fit:cover;object-position:50% 42%;width:100%;display:block}.tour-goodnight h2{font-family:var(--serif);color:#fff;margin:0;font-size:clamp(1.6rem,3.4vw,2.3rem);font-weight:500}.tour-goodnight p{color:#ffebc89e;margin:12px 0 26px}@media (prefers-reduced-motion:reduce){.bedtime-title img,.tour-glow-line span{animation:none}}.safety-page{max-width:720px;margin-top:-52px}.safety-letter{color:#43392b;background-image:repeating-linear-gradient(#0000 0 31px,#748eaa38 31px 32px),linear-gradient(90deg,#0000 0 46px,#d16e5c66 46px 47px,#0000 47px),linear-gradient(170deg,#fdf8ea 0%,#f7eed7 100%);background-position:0 4px,0 0,0 0;border-radius:5px;padding:36px 54px 44px 64px;position:relative;transform:rotate(-.4deg);box-shadow:0 22px 55px #00000080,0 4px 14px #0000004d,inset 0 1px #ffffff80}.safety-letter p{color:inherit;margin:0 0 32px;line-height:32px}.safety-salutation{font-family:var(--serif);font-size:1.18rem}.safety-letter .safety-honest{border-left:4px solid #e8b932bf;padding-left:14px;font-style:italic}.safety-signature{font-family:var(--serif);margin-top:34px;font-size:1.1rem}.safety-signature span{color:#31508f;font-family:Great Vibes,cursive;font-size:2.3rem;line-height:1.25}.safety-links{flex-wrap:wrap;gap:22px;margin-top:26px;display:flex}.safety-links a{color:#3f6b46;font-weight:600}.safety-legal a{color:#f5d56a}@media (width<=600px){.safety-letter{background-image:repeating-linear-gradient(#0000 0 31px,#748eaa38 31px 32px),linear-gradient(90deg,#0000 0 22px,#d16e5c66 22px 23px,#0000 23px),linear-gradient(170deg,#fdf8ea 0%,#f7eed7 100%);background-position:0 8px,0 0,0 0;padding:40px 22px 32px 34px}}.safety-divider{text-align:center;color:#f5d56a8c;text-shadow:0 0 10px #f5d56a59;margin:44px 0}.safety-page .safety-specifics h2{font-family:var(--serif);color:#fff;justify-content:center;margin:0 0 8px;font-size:1.5rem;font-weight:500}.safety-spec-group{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;margin-top:18px;padding:20px 26px 16px;position:relative;overflow:hidden}.safety-spec-group:after{content:"✦";color:#f5d56a66;text-shadow:-16px 11px #f5d56a38,9px 22px #f5d56a29;pointer-events:none;font-size:.7rem;position:absolute;top:14px;right:22px}.safety-spec-group h3{font-family:var(--serif);color:#f5d56a;border-bottom:1px solid #f5d56a2e;margin:0 0 12px;padding-bottom:10px;font-size:1.12rem;font-weight:500}.safety-spec-group ul{margin:0;padding:0;list-style:none}.safety-spec-group li{color:#fff5ebd1;margin-bottom:9px;padding-left:20px;line-height:1.65;position:relative}.safety-spec-group li:before{content:"✦";color:#f5d56aa6;font-size:.6rem;position:absolute;top:.32em;left:0}.safety-legal{justify-content:center;gap:22px;margin-top:30px;font-size:.92rem;display:flex}@media (width<=600px){.safety-spec-group{padding:18px 18px 14px}}.catalog-page{max-width:880px}.catalog-fallback{text-align:center}.catalog-fallback a{color:#f5d56a}.catalog-pack{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:22px;margin-bottom:28px;padding:26px 28px 20px;position:relative}.catalog-pack-head{align-items:center;gap:22px;display:flex}.catalog-pack-art{border-radius:28px;flex-shrink:0;width:148px;height:148px;transition:transform .2s;box-shadow:0 12px 28px #00000073,0 0 30px #fef7da14}.catalog-pack:hover .catalog-pack-art{transform:translateY(-3px)rotate(-1deg)}.catalog-pack-text h2{font-family:var(--serif);color:#fff;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 8px;font-size:1.45rem;font-weight:500;display:flex}.catalog-soon{letter-spacing:.16em;text-transform:uppercase;color:#f5d56a;border:1px solid #f5d56a73;border-radius:999px;padding:4px 12px;font-family:Mulish,sans-serif;font-size:.68rem;font-weight:700}.catalog-tag{letter-spacing:.16em;text-transform:uppercase;color:#fff5eba8;border:1px solid #ffffff38;border-radius:999px;padding:4px 12px;font-family:Mulish,sans-serif;font-size:.68rem;font-weight:700}.catalog-pack-text p{color:#fff5ebc7;margin:0;line-height:1.6}.catalog-shelf{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#f5d56a59 transparent;gap:16px;margin:24px 0 0;padding:4px 4px 14px;list-style:none;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 0% 92%,#0000 100%);mask-image:linear-gradient(90deg,#000 0% 92%,#0000 100%)}.catalog-shelf::-webkit-scrollbar{height:6px}.catalog-shelf::-webkit-scrollbar-thumb{background:#f5d56a4d;border-radius:3px}.catalog-shelf li{scroll-snap-align:start;text-align:center;flex:0 0 124px;animation:.45s cubic-bezier(.22,.9,.36,1) both shelf-rise}@keyframes shelf-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.catalog-shelf img{aspect-ratio:2/3;object-fit:cover;border-radius:10px;width:100%;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #00000080,0 0 24px #fef7da0f}.catalog-shelf li:hover img{transform:translateY(-4px);box-shadow:0 16px 30px #0000008c,0 0 30px #fef7da1f}.catalog-shelf span{color:#fff5ebc7;margin-top:8px;font-size:.85rem;line-height:1.35;display:block}.catalog-pack-cover{aspect-ratio:2/3;object-fit:cover;border-radius:10px;flex-shrink:0;width:142px;transition:transform .25s;box-shadow:0 14px 32px #00000080,0 0 30px #fef7da1a}.catalog-pack:hover .catalog-pack-cover{transform:translateY(-4px)rotate(-1deg)}.catalog-closing{text-align:center;margin-top:48px}.catalog-closing p{color:#ffebc8c7;margin-bottom:18px}@media (width<=560px){.catalog-pack-head{text-align:center;flex-direction:column}.catalog-pack-text h2{justify-content:center}.catalog-shelf li{flex-basis:104px}}@media (prefers-reduced-motion:reduce){.catalog-shelf li{animation:none}.catalog-pack-art,.catalog-pack-cover,.catalog-shelf img{transition:none}}.reader-home{color:#fdf3df;--gold:#f7d96b;--gold-deep:#e7b53f;min-height:100svh;position:relative}.rh-bg{z-index:0;background:#0c0c30 url(https://cdn.junipersprouts.com/backgrounds/lib-portrait.webp) 50%/cover no-repeat;position:fixed;inset:0}.rh-bg:after{content:"";background:linear-gradient(#08081e8c 0%,#08081e4d 32%,#08081e80 100%);position:absolute;inset:0}@media (orientation:landscape){.rh-bg{background-image:url(https://cdn.junipersprouts.com/backgrounds/lib-landscape.webp)}}.rh-header{z-index:10;-webkit-backdrop-filter:blur(14px);background:#0c0c30b8;border-bottom:1px solid #f7d96b24;justify-content:space-between;align-items:center;padding:12px 18px;display:flex;position:sticky;top:0}.rh-header-left{align-items:center;gap:16px;min-width:0;display:flex}.rh-logo{flex:none;line-height:0;display:inline-flex}.rh-logo img{width:auto;height:46px}.rh-header-title{white-space:nowrap;background:linear-gradient(95deg,#fef7da 0%,#f7d96b 55%,#f0c64e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(1.2rem,4vw,1.7rem);font-weight:700}.rh-body{z-index:2;max-width:920px;padding:28px 20px calc(48px + env(safe-area-inset-bottom));margin:0 auto;position:relative}.rh-entry{text-align:center;color:#ffebc8eb;flex-direction:column;align-items:center;gap:14px;padding:clamp(36px,9vh,88px) 20px 44px;display:flex}.rh-entry-lead{color:#fdf3df;margin:0;font-family:Grandstander,system-ui,sans-serif;font-size:clamp(1.15rem,4vw,1.5rem);font-weight:600}.rh-entry-form{width:min(440px,100%);margin-top:4px}.listen-form{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.listen-input{color:#fff;letter-spacing:.18em;text-align:center;text-transform:uppercase;background:#ffffff0f;border:1px solid #f7d96b4d;border-radius:14px;flex:200px;min-width:0;padding:15px 18px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:1.35rem}.listen-input::placeholder{color:#fdf3df52}.listen-input:focus{border-color:var(--gold);background:#ffffff1a;outline:none}.listen-btn{cursor:pointer;color:#2a2440;background:radial-gradient(circle at 40% 30%, #ffe89a, var(--gold-deep));border:none;border-radius:14px;flex:none;padding:15px 26px;font-family:Grandstander,system-ui,sans-serif;font-size:1.02rem;font-weight:700;transition:transform .16s,opacity .16s;box-shadow:0 10px 24px #00000059}.listen-btn:hover:not(:disabled){transform:translateY(-2px)}.listen-btn:disabled{opacity:.45;cursor:not-allowed}.listen-hint{color:#fdf3df99;margin:16px 0 0;font-size:.9rem}.listen-error{text-align:left;color:#ffe0d4;background:#96363252;border:1px solid #ff967873;border-radius:14px;align-items:center;gap:11px;margin:18px 0 0;padding:14px 16px;font-size:.95rem;line-height:1.45;display:flex}.listen-error svg{fill:#ff9b7a;flex:none;width:22px;height:22px}.admin-page{color:#e8eaf0;background:#0f1117;min-height:100vh;padding:0;font-family:system-ui,-apple-system,sans-serif}.admin-login{justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-card{background:#1c1f2d;border:1px solid #2e3248;border-radius:16px;width:100%;max-width:380px;padding:40px 36px;box-shadow:0 20px 60px #0009}.admin-login-card h1{color:#f0f2ff;margin:0 0 6px;font-size:1.4rem;font-weight:700}.admin-login-card p{color:#6e7394;margin:0 0 24px;font-size:.88rem}.admin-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.admin-field label{color:#8b8fb0;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:600}.admin-input{color:#e8eaf0;box-sizing:border-box;background:#111320;border:1px solid #2e3248;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:.97rem;transition:border-color .15s}.admin-input:focus{border-color:#5c6bc0}.admin-error{color:#f08080;background:#dc3c3c26;border:1px solid #dc3c3c59;border-radius:8px;margin-bottom:14px;padding:10px 14px;font-size:.88rem}.admin-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 16px;font-size:.9rem;font-weight:600;transition:opacity .15s,background .15s;display:inline-flex}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-btn--primary{color:#fff;background:#5c6bc0;width:100%;padding:12px;font-size:1rem}.admin-btn--primary:hover:not(:disabled){background:#6d7dd1}.admin-dashboard{max-width:1200px;margin:0 auto;padding:32px 24px 80px}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.admin-header h1{color:#f0f2ff;margin:0;font-size:1.3rem;font-weight:700}.admin-btn--ghost{color:#8b8fb0;background:0 0;border:1px solid #2e3248}.admin-btn--ghost:hover{color:#c0c4f0;border-color:#5c6bc0}.admin-btn--sm{border-radius:6px;padding:5px 10px;font-size:.78rem}.admin-btn--danger{color:#e07070;background:#c832322e;border:1px solid #c8323259}.admin-btn--danger:hover:not(:disabled){background:#c8323247}.admin-btn--safe{color:#60d090;background:#32b46426;border:1px solid #32b4644d}.admin-btn--safe:hover:not(:disabled){background:#32b46440}.admin-btn--muted{color:#9094b8;background:#7878a01f;border:1px solid #7878a040}.admin-btn--muted:hover:not(:disabled){background:#7878a038}.admin-panels{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:28px;display:grid}.admin-panel{background:#1c1f2d;border:1px solid #2e3248;border-radius:12px;padding:20px 22px}.admin-panel h2{color:#8b8fb0;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;font-size:.88rem;font-weight:700}.admin-setting-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.admin-setting-row label{color:#c0c4e0;font-size:.9rem}.admin-toggle{flex-shrink:0;width:42px;height:24px;position:relative}.admin-toggle input{opacity:0;width:0;height:0;position:absolute}.admin-toggle-track{cursor:pointer;background:#2a2d42;border:1px solid #3a3f5c;border-radius:999px;transition:background .2s;position:absolute;inset:0}.admin-toggle input:checked+.admin-toggle-track{background:#5c6bc0;border-color:#5c6bc0}.admin-toggle-track:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px}.admin-toggle input:checked+.admin-toggle-track:after{transform:translate(18px)}.admin-cap-row{align-items:center;gap:8px;margin-bottom:12px;display:flex}.admin-cap-row label{color:#c0c4e0;flex:1;font-size:.9rem}.admin-cap-input{color:#e8eaf0;text-align:right;box-sizing:border-box;background:#111320;border:1px solid #2e3248;border-radius:6px;outline:none;width:72px;padding:6px 10px;font-size:.9rem}.admin-cap-input:focus{border-color:#5c6bc0}.admin-usage-note{color:#6e7394;margin:0;font-size:.8rem}.admin-stats-row{flex-wrap:wrap;gap:20px;display:flex}.admin-stat{flex-direction:column;gap:2px;display:flex}.admin-stat-value{color:#a0aaff;font-size:1.6rem;font-weight:700;line-height:1}.admin-stat-label{color:#6e7394;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.admin-reports-title{color:#c0c4e0;margin:0 0 14px;font-size:1rem;font-weight:700}.admin-table-wrap{border:1px solid #2e3248;border-radius:12px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:800px;font-size:.83rem}.admin-table th{color:#6e7394;letter-spacing:.04em;text-transform:uppercase;text-align:left;white-space:nowrap;background:#1c1f2d;border-bottom:1px solid #2e3248;padding:10px 12px;font-size:.72rem;font-weight:600}.admin-table td{vertical-align:middle;color:#c0c4e0;border-bottom:1px solid #1e2130;padding:10px 12px}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#ffffff05}.admin-table tr.admin-row--disabled td{opacity:.55}.admin-code{color:#7b82c4;letter-spacing:.06em;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.8rem}.admin-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.admin-badge--taken-down{color:#e07070;background:#c8323233}.admin-badge--no-match{color:#70d070;background:#50a05033}.admin-badge--open{color:#d0a840;background:#c8a02833}.admin-badge--resolved{color:#9094b8;background:#5050784d}.admin-badge--blocked{color:#e07070;background:#c832322e}.admin-row-actions{flex-wrap:wrap;gap:4px;display:flex}.admin-modal-overlay{z-index:1000;box-sizing:border-box;background:#000000bf;justify-content:center;align-items:flex-start;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-modal{background:#1c1f2d;border:1px solid #2e3248;border-radius:16px;width:100%;max-width:960px;margin:auto;overflow:hidden;box-shadow:0 30px 80px #000000b3}.admin-modal-header{border-bottom:1px solid #2e3248;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px 14px;display:flex}.admin-modal-header h2{color:#f0f2ff;margin:0;font-size:1rem;font-weight:700}.admin-modal-close{color:#6e7394;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1.4rem;line-height:1;transition:color .15s,background .15s}.admin-modal-close:hover{color:#e8eaf0;background:#ffffff0f}.admin-modal-body{padding:20px 22px}.admin-modal-reader{background:#0f1117;border-radius:12px;height:540px;position:relative;overflow:hidden}.admin-modal-transcript{margin-top:18px}.admin-modal-transcript h3{color:#6e7394;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:.82rem;font-weight:600}.admin-transcript-text{color:#c0c4e0;white-space:pre-wrap;background:#111320;border:1px solid #2e3248;border-radius:8px;max-height:200px;padding:14px 16px;font-size:.88rem;line-height:1.6;overflow-y:auto}.admin-loading{text-align:center;color:#6e7394;padding:40px;font-size:.9rem}.admin-empty{text-align:center;color:#6e7394;padding:40px;font-size:.9rem;font-style:italic}
