:root{--paper: #f6f7fa;--paper-2: #f3efe6;--paper-3: #e6e0d3;--tile: #ffffff;--panel: #ffffff;--chip: #e6ebf3;--ink-hover: #262626;--ink: #000000;--ink-2: #4f4c46;--ink-3: #6b675f;--pencil: #c6bbad;--rule: rgba(28, 25, 23, .16);--rule-strong: rgba(28, 25, 23, .55);--orange: #e8590c;--orange-strong: #b9460a;--orange-soft: rgba(232, 89, 12, .12);--blue: #1952c7;--blue-soft: rgba(42, 77, 155, .1);--ok: #2b8a3e;--error: #c92a2a;--error-soft: rgba(201, 42, 42, .12);--warn: #b8860b;--stage: #d9e9f2;--serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--sans: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--display: "Inter Tight", "Inter", "Helvetica Neue", Arial, sans-serif;--radius: 8px;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--paper: #171411;--paper-2: #211c17;--paper-3: #2c2620;--tile: #211e1b;--panel: #211e1b;--chip: #2a2f3a;--ink-hover: #d9d0c2;--ink: #f0e7da;--ink-2: #b0a497;--ink-3: #7d7368;--pencil: #4b433b;--rule: rgba(240, 231, 218, .16);--rule-strong: rgba(240, 231, 218, .5);--orange: #ff8a3d;--orange-strong: #ffb27a;--orange-soft: rgba(255, 138, 61, .16);--blue: #9db8ff;--blue-soft: rgba(157, 184, 255, .14);--ok: #5cc26f;--error: #ff6b6b;--error-soft: rgba(255, 107, 107, .16);--warn: #f0c04a;--stage: #2a3540}}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}#app{min-height:100%}h1,h2,h3,p{margin:0}h1,h2,h3,.serif{font-family:var(--serif);font-weight:600;letter-spacing:-.01em;font-variation-settings:"opsz" 60}a{color:inherit}button{font:inherit;color:inherit}svg{display:block}::selection{background:var(--orange-soft)}:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.label{font-family:var(--sans);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.rule-title{display:flex;align-items:baseline;gap:1rem;padding-bottom:.5rem;border-bottom:1.5px solid var(--ink)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius);border:1px solid transparent;background:transparent;color:var(--ink-2);cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.icon-btn:hover{background:var(--paper-2);color:var(--ink);border-color:var(--rule)}.icon-btn.is-off{color:var(--error)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;border-radius:12px;border:1px solid var(--rule-strong);background:transparent;color:var(--ink);font-weight:600;font-size:15px;line-height:1.2;cursor:pointer;text-decoration:none;transition:background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.btn:hover{background:var(--tile)}.btn svg{width:18px;height:18px}.btn-primary{background:var(--ink);border-color:var(--ink);color:var(--paper)}.btn-primary:hover{background:var(--ink-hover);border-color:var(--ink-hover);color:var(--paper)}.btn-secondary:hover{background:var(--tile)}.btn-small{padding:.4rem .85rem;font-size:.9rem}.scene{display:block;width:100%;height:100%;overflow:visible}.scene.no-transitions,.scene.no-transitions *{transition:none!important}@media(prefers-reduced-motion:reduce){.scene,.scene *{animation:none!important;transition-duration:.3s!important;transition-delay:0s!important}}.interlinear{display:flex;flex-wrap:wrap;align-items:flex-start;row-gap:.4rem;font-family:var(--serif);font-variation-settings:"opsz" 24;font-weight:500;line-height:1.2}.unit{display:inline-flex;flex-direction:column;align-items:center}.unit-text,.ch{white-space:pre}.unit-gloss{font-family:var(--sans);font-size:.72rem;line-height:1.2;min-height:1.2em;margin-top:.15em;color:var(--blue);font-weight:600;white-space:nowrap;text-align:center;opacity:0;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease}.unit.is-done .unit-gloss,.is-done .unit-gloss{opacity:1;transform:none}.ch{color:var(--pencil);transition:color .12s ease}.ch.done,.is-done .ch{color:var(--ink)}.ch.current{color:var(--ink-3);box-shadow:inset 0 -3px 0 var(--orange);animation:caret 1s steps(2,start) infinite}.ch.error{color:var(--error);background:var(--error-soft);box-shadow:inset 0 -3px 0 var(--error)}.ch.corrected{text-decoration:underline dotted var(--warn);text-decoration-thickness:2px;text-underline-offset:5px}@keyframes caret{50%{box-shadow:inset 0 -3px 0 transparent}}.home{--home-blue: #1952c7;--home-yellow: #f6f7fa;--home-white: #f6f7fa;--gutter: 24px;--tile-radius: 24px;--tile-pad: 64px;max-width:1440px;margin:auto}.site-top{position:sticky;top:12px;z-index:20;max-width:1392px;margin:24px auto 0;padding:14px 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;background:var(--home-blue, #1952c7);color:#f6f7fa;border-radius:24px}.site-top .home-nav{justify-self:start}.site-top .home-side{justify-self:end}.site-top .wordmark{color:#f6f7fa}.site-top .brand-period{color:#f6f7fa;opacity:.6}.site-top .nav-link{color:#f6f7fa;font-weight:600;font-size:14px}.site-top .nav-link:hover{color:#fff;text-decoration:underline}.site-top .home-lang{color:#f6f7fa}.site-top .home-lang>span:last-child{color:#f6f7fa}.site-top .home-account{background:#f6f7fa;border-color:#f6f7fa;color:var(--home-blue, #1952c7);font-weight:700;font-size:14px;padding:12px 22px;border-radius:10px}.site-top .home-account:hover,.site-top .home-account.is-signed-in{background:#fff;border-color:#fff;color:var(--home-blue, #1952c7)}.site-top .home-account.is-signed-in:hover{background:#000;border-color:#000;color:#fff}@media(max-width:1440px){.site-top{margin-inline:24px}}.wordmark{display:inline-flex;align-items:center;text-decoration:none;font-size:26px;font-weight:800;letter-spacing:-1.7px;line-height:1}.brand-key{display:grid;place-items:center;width:34px;height:38px;margin-right:10px;border:1.5px solid currentColor;border-radius:7px;box-shadow:0 3px 0 currentColor;font:italic 28px var(--serif)}.brand-tale{font-weight:450;margin-left:.28em}.brand-period{color:var(--blue)}.home-nav{display:flex;gap:28px}.nav-link{border:0;background:none;padding:8px 0;font-size:13px;cursor:pointer}.nav-link:hover{color:var(--blue)}.home-lang{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600}.home-lang>span:last-child{color:var(--ink-2);font-weight:400}.lang-flag{font:15px/1 "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",var(--sans)}.hero{background:var(--home-blue);color:var(--home-white);display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:7%;margin:24px var(--gutter) 0;padding:72px var(--tile-pad) 80px;border-radius:var(--tile-radius)}.hero .eyebrow{margin-bottom:22px}.hero-title{font-size:clamp(52px,6.1vw,86px);font-weight:500;line-height:1.02;letter-spacing:-4px}.hero-title em{color:var(--home-yellow);font-weight:500}.hero-lede{max-width:365px;font-size:15px;line-height:1.75;color:#e1e6ff;margin-top:26px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:30px}.hero-start{border:0;border-radius:12px;background:var(--home-white);color:var(--home-blue);padding:16px 20px;font-size:15px;gap:20px}.hero-start:hover{background:#fff;color:var(--home-blue)}.hero-browse{padding:10px 0;background:none;color:var(--home-white);border:0;border-bottom:1px solid #ffffff70;font-size:12px;cursor:pointer}.hero-browse:hover{color:var(--home-yellow)}.hero-note{font-size:10px;color:#c4cefa;margin-top:20px}.hero-preview{position:relative;min-width:0;padding:10px 8px 28px 0;transform:rotate(2deg)}.preview-caption{display:flex;justify-content:space-between;align-items:center;margin:0 2px 13px;font:10px var(--sans);letter-spacing:1.7px;color:#d7deff}.preview-caption span:last-child{font-size:25px;line-height:1}.preview-book{display:block;overflow:hidden;text-decoration:none;color:#000;background:var(--home-white);border-radius:12px;transition:transform .2s}.preview-book:hover{transform:translateY(-4px)}.preview-book-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 22px;font:600 17px var(--display);letter-spacing:-.02em}.preview-book-head span:last-child{font:9px var(--sans);letter-spacing:1px;white-space:nowrap;color:#647084}.preview-art{aspect-ratio:1.75;overflow:hidden;background:#d9e9f2}.preview-sentence{padding:24px 24px 18px;min-height:113px;--ink: #000000;--pencil: #a3aabd;--ink-3: #66728c;--blue: #1952c7;--orange: #1952c7}.preview-sentence .interlinear{font-size:clamp(23px,2.7vw,35px)}.preview-sentence .unit-gloss{font-size:11px;margin-top:6px}.preview-bottom{display:flex;align-items:center;justify-content:space-between;padding:13px 24px;color:#5f6879;font-size:10px}.preview-bottom svg{width:17px;height:17px}.preview-stamp{position:absolute;right:-23px;bottom:6px;display:grid;place-content:center;background:var(--home-yellow);color:#000;width:96px;height:96px;border-radius:50%;transform:rotate(-13deg);text-align:center;font:700 16px/1.1 var(--display);letter-spacing:-.02em}.shelf{margin:24px var(--gutter) 120px;padding:72px var(--tile-pad) 72px;border-radius:var(--tile-radius);background:var(--tile);scroll-margin-top:24px}.shelf .story-item{background:var(--paper)}.shelf:focus,.how:focus{outline:none}.library-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:36px}.library-heading .eyebrow{margin-bottom:14px}.library-heading h2{font-size:clamp(40px,4.8vw,64px);font-weight:500;letter-spacing:-2.4px;line-height:1.02}.library-count{font-size:11px;color:var(--ink-2);padding-bottom:5px}.shelf-group+.shelf-group{margin-top:42px}.shelf-head{display:flex;justify-content:space-between;align-items:baseline;gap:15px;padding-bottom:13px;border-bottom:1px solid var(--rule-strong)}.shelf-level{font:600 13px var(--sans);letter-spacing:0}.shelf-blurb{font-size:10px;color:var(--ink-2)}.shelf-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:0}.story-item{display:flex;flex-direction:column;text-decoration:none;min-width:0;background:var(--tile);border-radius:12px;overflow:hidden;transition:transform .2s}.story-item:hover{transform:translateY(-3px)}.story-art{position:relative;aspect-ratio:1.7;overflow:hidden;background:var(--stage)}.story-art .scene{transition:transform .5s}.story-item:hover .scene{transform:scale(1.04)}.story-body{display:grid;grid-template-columns:minmax(0,1fr);padding:20px 22px 22px;flex:1}.story-title{font-size:24px;font-weight:500;letter-spacing:-.6px;line-height:1.15}.story-sub{color:var(--ink-2);font:italic 14px var(--serif);margin-top:5px}.story-tag{font-size:10px;font-weight:750;letter-spacing:1.4px;text-transform:uppercase;color:var(--blue);margin-top:10px}.story-desc{font-size:12px;line-height:1.7;color:var(--ink-2);margin-top:12px}.story-meta{display:flex;flex-wrap:wrap;gap:5px 14px;font-size:10px;color:var(--ink-2);margin-top:15px}.story-pending{font-style:italic}.story-status{display:inline-flex;align-items:center;gap:4px}.story-status svg{width:12px;height:12px;color:var(--ok)}.story-cta{display:flex;align-items:center;justify-content:space-between;align-self:end;margin-top:20px;font-size:11px;font-weight:700;color:var(--blue)}.story-cta svg{width:17px;height:17px;transition:transform .2s}.story-item:hover .story-cta svg{transform:translate(4px)}.how{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10%;margin:0 var(--gutter) 120px;padding:72px var(--tile-pad);border-radius:var(--tile-radius);background:var(--panel)}.how .eyebrow{margin-bottom:18px}.how h2{font-size:clamp(36px,4vw,54px);line-height:1.04;font-weight:500;letter-spacing:-2px}.how h2 em{color:var(--blue)}.how-intro>p:last-child{max-width:290px;color:var(--ink-2);font-size:12px;line-height:1.7;margin-top:18px}.how-steps{list-style:none;margin:0;padding:0;display:grid;gap:20px}.how-step{display:grid;grid-template-columns:40px 1fr;gap:14px}.how-num{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--home-blue);color:var(--home-white);font:700 12px var(--sans);transform:rotate(-8deg)}.how-step h3{font:650 14px var(--sans);margin-bottom:5px}.how-step p{font-size:12px;line-height:1.65;color:var(--ink-2)}@media(max-width:1000px){.hero{gap:5%}.hero-title{letter-spacing:-2.8px}.hero-actions{gap:15px}.hero-browse{font-size:11px}.preview-stamp{right:-10px}.shelf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.how{gap:7%;padding:30px}.home-nav{gap:18px}}@media(max-width:700px){.home{--gutter: 12px;--tile-radius: 20px;--tile-pad: 24px}.site-top{grid-template-columns:auto 1fr;margin:12px 12px 0;padding:12px 18px;border-radius:18px;top:8px}.site-top .wordmark{justify-self:start}.hero{margin-top:12px}.home-nav{display:none}.wordmark{font-size:26px}.home-lang{font-size:11px}.hero{grid-template-columns:1fr;padding:44px 24px 48px;gap:35px}.hero-title{font-size:clamp(49px,11.5vw,75px);letter-spacing:-2.6px}.hero-lede{max-width:440px}.hero-preview{max-width:480px;width:94%;margin:0 auto}.preview-art{aspect-ratio:2}.preview-sentence .interlinear{font-size:30px}.preview-stamp{width:82px;height:82px;font-size:16px}.shelf{margin:12px var(--gutter) 72px;padding:40px 24px 44px}.library-heading{align-items:start;flex-direction:column;gap:12px;margin-bottom:25px}.shelf-head{flex-direction:column;gap:5px}.shelf-grid{grid-template-columns:1fr;gap:28px;padding-right:0}.story-art{aspect-ratio:1.9}.story-title{font-size:25px}.how{grid-template-columns:1fr;gap:28px;margin:0 var(--gutter) 72px}.how h2{font-size:32px}.how{padding:40px 28px 34px}.how-sticker{right:14px;top:-30px;width:80px;height:80px;font-size:15px}}@media(max-width:440px){.home-lang>span:last-child{display:none}.hero-start{padding:15px 17px}.hero-actions{gap:15px}.hero-note{font-size:10px}.hero-title{font-size:52px}.preview-book-head{font-size:15px;padding-inline:18px}.preview-sentence{padding-inline:18px}}@media(prefers-reduced-motion:reduce){.home *,.home *:before,.home *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.plans{margin:0 var(--gutter);padding:96px var(--tile-pad) 104px;border-radius:var(--tile-radius);background:var(--home-blue);color:var(--home-white);scroll-margin-top:24px}.plans:focus{outline:none}.plans-intro{max-width:700px;margin-bottom:44px}.plans-intro .eyebrow{margin-bottom:20px}.plans-intro h2{font-size:clamp(40px,5vw,66px);font-weight:500;letter-spacing:-2.6px;line-height:1.02;margin-bottom:20px}.plans-intro h2 em{color:var(--home-yellow);font-weight:500}.plans-intro p:last-child{color:#e1e6ff;font-size:16px;line-height:1.7;max-width:560px}.tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tier{position:relative;display:flex;flex-direction:column;padding:32px 30px 34px;border-radius:16px;background:var(--home-white);color:#000}.tier-name{font-family:var(--display);font-weight:700;font-size:28px;letter-spacing:-.02em;line-height:1.05;margin-bottom:6px}.tier-tag{font-size:15px;margin-bottom:26px}.tier-price{font-family:var(--display);font-weight:700;font-size:48px;letter-spacing:-.03em;line-height:1}.tier-per{font-size:22px;letter-spacing:-.01em}.tier-sub{font-size:14px;margin:10px 0 24px;min-height:1.4em}.tier-btn{justify-content:center;width:100%;padding:15px 20px;font-size:15px}.tier-done{justify-content:center;width:100%;padding:15px 0;margin:0}.tier-note{font-size:13px;text-align:center;margin:12px 0 26px}.tier-features{margin:0}.tier-everything{font-weight:700;font-size:14px;margin-bottom:4px}.tier-badge{position:absolute;top:0;right:0;padding:8px 14px;border-radius:0 12px;background:var(--home-blue);color:var(--home-white);font:700 13px/1 var(--sans)}.tier-plus{box-shadow:inset 0 0 0 3px var(--home-blue)}.tier .btn-primary{background:var(--home-blue);border-color:var(--home-blue);color:var(--home-white)}.tier .btn-primary:hover{background:#143f9c;border-color:#143f9c}.plan-done{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--ok)}.plan-done svg{width:16px;height:16px}.pitch-points{list-style:none;padding:0;margin:4px 0 8px;display:grid;gap:9px}.pitch-points li{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.6}.pitch-points svg{width:26px;height:26px;padding:6px;flex:none;margin-top:-1px;border-radius:50%;background:var(--home-blue);color:var(--home-white)}@media(max-width:1000px){.tier-grid{grid-template-columns:1fr;gap:16px}}.sticker{display:grid;place-content:center;width:96px;height:96px;border-radius:50%;transform:rotate(-12deg);text-align:center;font:700 16px/1.1 var(--display);letter-spacing:-.02em;pointer-events:none}.sticker-yellow,.sticker-blue{background:var(--home-blue);color:var(--home-white)}.how-sticker{position:absolute;right:34px;top:-34px}.details{padding:120px var(--gutter) 120px}@media(max-width:700px){.plans{padding:56px 24px 64px}.pitch-grid{grid-template-columns:1fr;gap:34px}.details{padding:72px var(--gutter) 72px}}.faq{margin-top:120px;padding:0}.faq-title{margin-bottom:30px}.faq-list{display:grid;gap:10px}.faq-item{background:var(--tile);border-radius:12px;overflow:hidden}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 28px;cursor:pointer;list-style:none;font:700 16px var(--display);letter-spacing:-.01em;color:var(--ink)}.faq-q::-webkit-details-marker{display:none}.faq-q:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.faq-plus{position:relative;width:16px;height:16px;flex:none}.faq-plus:before,.faq-plus:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:var(--ink);transition:transform .2s}.faq-plus:before{width:16px;height:2px}.faq-plus:after{width:2px;height:16px}.faq-item[open] .faq-plus:after{transform:rotate(90deg)}.faq-a{margin:0;padding:0 28px 24px;font-size:15px;line-height:1.7;color:var(--ink);max-width:70ch}@media(max-width:700px){.faq{margin-top:72px}.faq-q{padding:16px 20px;font-size:15px}.faq-a{padding:0 20px 20px}}.shelf-all{margin-top:36px;display:flex;justify-content:center}.hero-browse{text-decoration:none}.page-label{margin:0 0 30px;padding-bottom:16px;border-bottom:1px solid var(--rule)}.how-actions{margin-top:26px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.site-footer{margin:0 var(--gutter) var(--gutter);border-radius:var(--tile-radius);background:var(--home-blue);color:var(--home-white);padding:96px var(--tile-pad) 40px}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.18)}.footer-cta h2{font-size:clamp(36px,4.6vw,60px);font-weight:500;letter-spacing:-2.2px;line-height:1.02;max-width:12ch}.footer-start{background:var(--home-white);border-color:var(--home-white);color:var(--home-blue);padding:16px 22px;font-size:14px}.footer-start:hover{background:#fff;border-color:#fff;color:var(--home-blue)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;padding:44px 0 36px}.footer-brand{display:block;font-size:30px;font-weight:750;letter-spacing:-1.2px;margin-bottom:10px}.footer-brand-block p{font-size:13px;color:#ffffffb3;max-width:28ch;line-height:1.6}.footer-links{display:grid;gap:10px;align-content:start}.footer-links a{color:var(--home-white);text-decoration:none;font-size:14px}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-note{font-size:11px;color:#ffffff8c;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}@media(max-width:700px){.site-footer{padding:64px 24px 32px}.footer-cta{padding-bottom:40px}.footer-grid{grid-template-columns:1fr;gap:24px;padding:32px 0 28px}}.hero-title,.library-heading h2,.how h2,.plans-intro h2,.faq-title,.footer-cta h2,.pitch-title,.story-title,.stories-intro h1,.account h2,.notice h1,.notice h2,.how-step h3{font-family:var(--display);font-weight:700;letter-spacing:-.03em;line-height:.96}.hero-title{font-size:clamp(50px,6.2vw,88px);letter-spacing:-.04em;line-height:.9}.hero-title em{font-style:normal;font-weight:700}.library-heading h2,.plans-intro h2,.footer-cta h2,.stories-intro h1{font-size:clamp(38px,4.6vw,64px);letter-spacing:-.035em;line-height:.92}.how h2{font-size:clamp(32px,3.6vw,50px);line-height:.94}.how h2 em,.plans-intro h2 em{font-style:normal;font-weight:700}.how h2 em{color:var(--ink-3)}.plans-intro h2 em{color:var(--home-white);opacity:.7}.faq-eyebrow{margin-bottom:20px}.faq-title{font-size:clamp(38px,4.6vw,64px);letter-spacing:-.035em;line-height:.92}.pitch-title{font-size:clamp(26px,2.5vw,34px);line-height:1}.story-title{font-size:24px;line-height:1.05;letter-spacing:-.025em}.story-sub{font:400 14px var(--sans);color:var(--ink-2);margin-top:6px}.how-step h3{font-size:17px;letter-spacing:-.015em;line-height:1.2}.hero-lede,.plans-intro p:last-child{font-size:17px;font-weight:400}.story-tag,.plan-tag,.filter-label,.label,.preview-caption{font-family:var(--sans);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.eyebrow{display:inline-block;font:600 13px/1 var(--sans);letter-spacing:0;text-transform:none;padding:8px 12px;border-radius:8px;background:var(--chip);color:var(--ink)}.hero .eyebrow,.plans-intro .eyebrow{background:#ffffff29;color:var(--home-white)}.plan-tag{font:600 13px/1 var(--sans);letter-spacing:0;text-transform:none}.story-sub,.story-desc,.story-meta,.pitch-text,.pitch-note,.how-intro>p:last-child,.how-step p,.library-count,.faq-a,.compare td,.notice p,.account p,.account-fine,.stories-intro p,.footer-brand-block p{color:var(--ink)}.hero-lede,.hero-note,.plans-intro p:last-child,.preview-caption{color:var(--home-white)}.footer-brand-block p,.footer-links a{opacity:1;color:var(--home-white)}.footer-note{color:var(--home-white);opacity:.8}.how h2 em{color:var(--ink);opacity:.55}.how h2 em{color:#000;opacity:.45}.story-item:hover .story-title{color:var(--blue)}.play{position:fixed;top:0;right:0;bottom:0;left:0;height:var(--app-height, 100%);display:flex;flex-direction:column;background:var(--paper)}.play-header{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem}.play-title{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.15}.play-title h1{font-size:1.05rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-title span{font-family:var(--serif);font-style:italic;font-size:.85rem;color:var(--ink-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-stats{min-width:6.4em;text-align:right;font-variant-numeric:tabular-nums;color:var(--ink-3);font-size:.78rem;white-space:nowrap}@media(min-width:900px){.play-stats{min-width:7.5em;font-size:.85rem}}.play-actions{display:flex;gap:.15rem}.progress{display:flex;gap:3px;height:4px;padding:0 .6rem}.progress-seg{flex:1;min-width:0;background:var(--paper-3);transition:background .4s ease}.progress-seg.is-done{background:var(--orange)}.play-main{flex:1;min-height:0;display:flex;flex-direction:column}.stage-wrap{flex:none}.stage{position:relative;height:clamp(120px,calc(var(--app-height, 100vh) * .34),320px);background:var(--stage);overflow:hidden}.play.is-touch.is-typing .stage{height:clamp(200px,calc(var(--app-height, 100vh) * .58),380px)}.stage-scene{position:absolute;top:0;right:0;bottom:0;left:0}.stage-back{display:none;position:absolute;top:4px;left:6px;z-index:3;width:34px;height:34px;border-radius:var(--radius);align-items:center;justify-content:center;color:var(--ink);text-decoration:none}.stage-back svg{width:20px;height:20px}.play.is-touch.is-typing .play-header{display:none}.play.is-touch.is-typing .stage-back{display:flex}.play.is-touch.is-typing .translation-strip{padding-left:48px}.stage-hint{position:absolute;left:50%;bottom:12px;z-index:2;transform:translate(-50%);display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border:0;border-radius:var(--radius);background:var(--ink);color:var(--paper);font-weight:600;font-size:.9rem;white-space:nowrap;cursor:pointer;animation:hint-bob 1.6s ease-in-out infinite}.stage-hint[hidden]{display:none}.stage-hint svg{width:18px;height:18px}.reader{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media(min-width:900px){.play-header{padding:.5rem .9rem}.progress{padding:0 .9rem}.stage-wrap{padding:.75rem 1.25rem 0}.stage{max-width:1100px;margin:0 auto;height:clamp(200px,calc(var(--app-height, 100vh) * .38),440px);border-radius:var(--radius);border:1.5px solid var(--ink)}}.translation-strip{position:absolute;top:0;left:0;right:0;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;align-content:center;min-height:42px;column-gap:.75rem;padding:.3rem .8rem .35rem;background:color-mix(in srgb,var(--paper) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--rule);color:var(--ink)}.translation-strip .tc-sentence{display:none}.tc-stats{font-size:.76rem;font-variant-numeric:tabular-nums;color:var(--ink-3);white-space:nowrap;min-width:6.4em;text-align:right}.tc-block{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;column-gap:.6rem;min-width:0}.tc-label{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);white-space:nowrap;font-variant-numeric:tabular-nums}.tc-sentence .tc-label{min-width:8.5em}.tc-pair{display:block;height:1.3em;font-family:var(--serif);font-size:1.1rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-pair.is-empty{visibility:hidden}.tc-pair.is-fresh{animation:tc-pop .35s ease-out}.tc-nl{font-weight:600}.tc-arrow{color:var(--ink-3);margin:0 .35rem}.tc-en{color:var(--blue);font-style:italic}.tc-text{height:1.3em;font-family:var(--serif);font-size:1rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-text.is-placeholder{color:var(--ink-3);font-style:italic}@media(min-width:900px){.translation-strip{grid-template-columns:minmax(0,2fr) minmax(0,3fr);column-gap:2rem;min-height:0;padding:.45rem 1.1rem .5rem}.translation-strip .tc-sentence{display:grid}.translation-strip .tc-stats{display:none}.tc-pair{font-size:1.2rem}.tc-text{font-size:1.05rem}}@keyframes tc-pop{0%{transform:translateY(6px);opacity:0}to{transform:none;opacity:1}}.typing-area{position:relative;min-height:100%;cursor:text}.typing-area.is-shaking .sentence.is-active{animation:shake .3s ease}.typing-input{position:absolute;left:0;top:0;width:1px;height:1px;padding:0;margin:0;border:0;opacity:0;font-size:16px;pointer-events:none}.story{padding:.6rem 1.1rem 70vh;max-width:780px;margin:0 auto}@media(min-width:900px){.story{padding:.85rem 2rem 70vh}}.sentence{margin:0 0 .9rem;transition:opacity .3s ease}@media(min-width:900px){.sentence{margin-bottom:1.25rem}}.sentence.is-upcoming{opacity:.6}.sentence.is-done{opacity:.78}.sentence.is-active{opacity:1}.sentence-line{position:relative;padding-right:2.75rem;font-size:1.45rem}@media(min-width:900px){.sentence-line{font-size:1.8rem}}.listen-btn{position:absolute;right:0;top:.05em;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1.5px solid var(--rule-strong);background:transparent;color:var(--ink-2);cursor:pointer;transition:color .15s,border-color .15s}.listen-btn:hover{color:var(--orange);border-color:var(--orange)}.listen-btn svg{width:16px;height:16px}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes hint-bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-4px)}}.settings-dialog{border:1.5px solid var(--ink);padding:0;border-radius:8px;width:min(460px,calc(100% - 2rem));max-height:calc(100% - 2rem);background:var(--paper);color:var(--ink)}.settings-dialog::backdrop{background:#1c191780;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.settings{padding:1rem 1.25rem 1.25rem}.settings-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1.5px solid var(--ink)}.settings-head h2{font-size:1.4rem}.settings-section{padding-top:1.1rem}.settings-section h3{font-family:var(--sans);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.2rem}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--rule)}.setting-row-end{justify-content:flex-end;border-bottom:0}.setting-text{display:flex;flex-direction:column}.setting-hint{font-size:.8rem;color:var(--ink-3)}.setting-note{font-size:.85rem;color:var(--ink-2);padding:.5rem 0 .25rem}.select{font:inherit;color:inherit;background:var(--paper-2);border:1px solid var(--rule-strong);border-radius:var(--radius);padding:.4rem .6rem;max-width:55%}.range-wrap{display:flex;align-items:center;gap:.6rem}.range{accent-color:var(--orange);width:130px}.range-value{font-variant-numeric:tabular-nums;min-width:2.5em;text-align:right;color:var(--ink-2)}.switch{position:relative;display:inline-block;width:44px;height:26px;flex:none}.switch input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.switch-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:var(--pencil);transition:background .2s}.switch-track:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:transform .2s}.switch input:checked+.switch-track{background:var(--orange)}.switch input:checked+.switch-track:after{transform:translate(18px)}.switch input:focus-visible+.switch-track{outline:2px solid var(--orange);outline-offset:3px}.replay{padding:26px 0 34px;display:flex;flex-direction:column;gap:22px}.replay-head{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--rule)}.replay-head .label{color:var(--orange)}.replay-actions{display:flex;gap:10px}.replay-body{min-height:92px;display:flex;flex-direction:column;justify-content:center;gap:8px;text-align:center;transition:opacity .3s}.replay-body.is-hidden{opacity:0}.replay-line{font:500 clamp(22px,3.4vw,30px)/1.3 var(--serif);color:var(--ink);margin:0;text-wrap:balance}.replay-translation{font-size:14px;color:var(--blue);margin:0}@media(prefers-reduced-motion:reduce){.replay-body{transition:none}}@media(min-width:1000px)and (min-height:560px){.play{background:#ece6d8}.play-main{flex-direction:row;align-items:stretch;gap:0;max-width:1480px;width:calc(100% - 3rem);margin:.75rem auto 1.25rem;min-height:0;perspective:2200px;perspective-origin:50% 50%}.play-main>*{flex:1 1 50%;min-width:0;min-height:0;background:#fbf7ee;border:1.5px solid var(--ink);position:relative}.stage-wrap{padding:0;border-radius:14px 4px 4px 14px;border-right-width:0;display:flex;transform-origin:100% 50%;animation:page-open .5s cubic-bezier(.2,.7,.2,1) both}.reader{border-radius:4px 14px 14px 4px;padding:1.25rem 2rem 2rem;animation:page-fade .5s ease .1s both}.stage-wrap:after,.reader:before{content:"";position:absolute;top:0;bottom:0;width:28px;pointer-events:none;z-index:4}.stage-wrap:after{right:0;background:linear-gradient(to right,transparent,rgba(42,36,32,.14))}.reader:before{left:0;background:linear-gradient(to left,transparent,rgba(42,36,32,.1))}.stage{flex:1;max-width:none;height:auto;margin:0;border:0;border-radius:12px 0 0 12px}.play.is-touch.is-typing .stage{height:auto}}@keyframes page-open{0%{transform:rotateY(-70deg);opacity:.4}to{transform:rotateY(0);opacity:1}}@keyframes page-fade{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.stage-wrap,.reader{animation:none!important}}.results{max-width:720px;margin:0 auto;padding:1.5rem 1.25rem 4rem;animation:results-in .45s ease-out}.results-head{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;margin-bottom:1.75rem}.results-kicker{color:var(--orange)}.results-title{font-size:clamp(2.4rem,6vw,3.4rem);font-weight:500;letter-spacing:-.03em;line-height:1;font-variation-settings:"opsz" 144}.results-sub{font-size:1.05rem;color:var(--ink-2)}.results-sub em{font-family:var(--serif);color:var(--ink)}.results-badge{display:inline-flex;align-items:center;gap:.4rem;margin-top:.4rem;padding:.3rem .7rem;border:1.5px solid var(--ok);border-radius:var(--radius);color:var(--ok);font-weight:700;font-size:.82rem}.results-badge svg{width:16px;height:16px}.figures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1.5px solid var(--ink);border-bottom:1px solid var(--rule)}.figure{display:flex;flex-direction:column-reverse;gap:.25rem;padding:.9rem 1rem;border-left:1px solid var(--rule)}.figure:nth-child(odd){border-left:0}.figure:nth-child(n+3){border-top:1px solid var(--rule)}@media(min-width:560px){.figures{grid-template-columns:repeat(4,minmax(0,1fr))}.figure:nth-child(odd){border-left:1px solid var(--rule)}.figure:first-child{border-left:0}.figure:nth-child(n+3){border-top:0}}.figure dt,.figure dd{margin:0}.figure-value{font-family:var(--serif);font-size:1.9rem;font-weight:500;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}.results-note{margin-top:.8rem;color:var(--ink-2);font-size:.92rem}.vocab{margin-top:2.25rem}.vocab-head{justify-content:space-between}.results-h3{font-size:1.35rem}.vocab-list{list-style:none;margin:0;padding:1rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.3rem 2.5rem}.vocab-list li{display:flex;align-items:baseline;gap:.5rem;padding:.2rem 0}.vocab-nl{font-family:var(--serif);font-weight:600;font-size:1.1rem}.vocab-leader{flex:1;min-width:1rem;border-bottom:2px dotted var(--rule-strong);transform:translateY(-.35em)}.vocab-en{color:var(--blue);font-weight:500;text-align:right}.results-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2.25rem}@keyframes results-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.results-pitch{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin:1.75rem 0 .5rem;padding:1.15rem 1.3rem 1.3rem;border:1.5px solid var(--ink);border-radius:var(--radius)}.results-pitch h3{font-size:1.4rem;font-weight:500;letter-spacing:-.02em;line-height:1.15}.results-pitch p{color:var(--ink-2);font-size:.95rem;line-height:1.6;max-width:46ch}.results-pitch .btn{margin-top:.35rem}.results-pitch-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:.35rem}.review{max-width:640px;margin:0 auto;padding:28px 22px 80px}.review-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--rule)}.review-header h1{font:600 20px var(--serif);margin:0}.review-count{font-size:13px;color:var(--ink-2);font-variant-numeric:tabular-nums}.review-card{display:flex;flex-direction:column;align-items:center;gap:14px;padding:52px 0 0;text-align:center}.review-card .label{color:var(--ink-2)}.review-prompt{font:500 clamp(28px,5.5vw,40px)/1.2 var(--serif);margin:0;text-wrap:balance}.review-answer{font:600 clamp(22px,4vw,30px)/1.3 var(--serif);color:var(--ok);margin:0;min-height:1.3em}.review-card.is-wrong .review-answer{color:var(--error)}.review-input{font:500 22px var(--serif);text-align:center;color:var(--ink);background:var(--paper-2);border:1px solid var(--rule-strong);border-radius:8px;padding:13px 16px;width:min(100%,340px)}.review-input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.review-input:disabled{opacity:.55}.review-verdict{font-size:14px;color:var(--ink-2);margin:0;min-height:1.4em}.review-actions{margin-top:6px}.review-done{padding:60px 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.review-done h2{font:500 clamp(26px,4.5vw,36px)/1.2 var(--serif);margin:0;text-wrap:balance}.review-next{font-size:14px;color:var(--ink-2);margin:0}.review-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:0 5.5%;padding:22px 26px;background:var(--orange-soft);border:1px solid var(--orange);border-radius:8px}.review-banner-text{font:500 19px var(--serif);color:var(--ink);margin:0}@media(max-width:700px){.review-banner{margin-inline:6%}}.home-nav .nav-link.is-due{color:var(--home-yellow);font-weight:700}.vocab-note{margin-bottom:18px}.results-return{color:var(--orange);font-weight:600;margin-top:4px}.account,.notice{max-width:560px;margin:0 auto;padding:28px 22px 80px}.account-header{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--rule);margin-bottom:36px}.account h2{font:500 clamp(28px,5vw,38px)/1.15 var(--serif);letter-spacing:-.5px;margin:0 0 14px;text-wrap:balance}.account h3{margin:0 0 8px}.account p{font-size:15px;line-height:1.7;color:var(--ink-2);margin:0 0 18px}.account p b{color:var(--ink);font-weight:600}.account-fine{font-size:13px}.account-fine a,.notice a{color:var(--blue)}.account-error{color:var(--error);min-height:1.4em}.account-error:empty{margin:0}.account-form{display:flex;flex-direction:column;gap:10px;margin:26px 0 14px}.field{font:500 18px var(--serif);color:var(--ink);background:var(--paper-2);border:1px solid var(--rule-strong);border-radius:8px;padding:12px 14px;width:100%}.field:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.account-form .btn{align-self:flex-start;margin-top:6px}.account-check{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;color:var(--ink-2);cursor:pointer;margin:4px 0 14px}.account-check input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--blue);flex:none}.account-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}.link-btn{border:0;background:none;padding:0;color:var(--blue);cursor:pointer;text-decoration:underline;font-size:14px}.link-btn:disabled{color:var(--ink-3);text-decoration:none;cursor:default}.account-facts{display:grid;grid-template-columns:auto 1fr;gap:6px 18px;margin:0 0 22px;font-size:15px}.account-facts dt{color:var(--ink-3)}.account-facts dd{margin:0;color:var(--ink);overflow-wrap:anywhere}.account-danger{margin-top:48px;padding-top:24px;border-top:1px solid var(--rule)}.btn-danger{border-color:var(--error);color:var(--error)}.btn-danger:hover{background:var(--error);border-color:var(--error);color:#fff}.notice h1{font:500 clamp(32px,6vw,44px)/1.1 var(--serif);letter-spacing:-1px;margin:0 0 18px}.notice h2{font:600 20px/1.3 var(--serif);margin:30px 0 8px}.notice p{font-size:15px;line-height:1.75;color:var(--ink-2);margin:0 0 12px}.notice-intro{font-size:17px}.notice-updated{font-size:12px;color:var(--ink-3)}.home-side{display:flex;align-items:center;gap:18px}.home-account{font-size:12px;font-weight:700;color:var(--ink);text-decoration:none;padding:8px 14px;border:1px solid var(--ink);border-radius:10px;white-space:nowrap;transition:background .15s,color .15s}.home-account:hover,.home-account.is-signed-in{background:var(--ink);color:var(--paper)}.home-account.is-signed-in:hover{background:var(--blue);border-color:var(--blue)}.footer-link{color:var(--ink-2)}@media(max-width:700px){.home-side{gap:12px}}.locked-book{display:block;margin:0 0 26px;border:1px solid var(--rule);border-radius:8px;overflow:hidden;background:var(--stage);aspect-ratio:1.7}.locked-book .scene{width:100%;height:100%}.locked h2 .locked-sub{display:block;font:italic 18px var(--serif);color:var(--ink-2);letter-spacing:0;margin-top:6px}.locked-plus{font-weight:600;color:var(--ink)}.plus-list{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:12px}.plus-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.6;color:var(--ink)}.plus-list svg{width:26px;height:26px;padding:6px;flex:none;border-radius:50%;background:var(--blue);color:#f6f7fa}.story-item.is-locked .story-cta{color:var(--ink-3)}.story-item.is-locked .story-cta svg{width:15px;height:15px}.story-item.is-locked:hover .story-cta svg{transform:none}.assurance{list-style:none;padding:0;margin:-6px 0 18px;display:grid;gap:4px;font-size:13px;color:var(--ink-2)}.stories{max-width:1440px;margin:0 auto;padding:56px 48px 80px}.stories .account-header{margin-bottom:30px}.stories-intro{max-width:620px;margin-bottom:28px}.stories-intro h1{font-size:clamp(40px,5vw,64px);font-weight:500;letter-spacing:-2.4px;line-height:1.02;margin:0 0 14px}.stories-intro p{font-size:15px;line-height:1.7;color:var(--ink);margin:0}.filters{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;padding:20px 24px;border-radius:12px;background:var(--tile);margin-bottom:34px}.filter{display:flex;flex-direction:column;gap:6px}.filter-label{padding-left:2px}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font:600 13px var(--sans);color:var(--ink);background:var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4.5 6 8.5 10 4.5' fill='none' stroke='%23232a3c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center / 12px;border:1px solid var(--rule-strong);border-radius:10px;padding:8px 30px 8px 13px;cursor:pointer;min-width:128px;transition:border-color .15s,background .15s}.select:hover{background:var(--tile);border-color:var(--ink)}.select:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.filters .library-count{margin:0 0 9px auto}.stories-grid{margin-top:0;padding-top:0}.stories-empty[hidden]{display:none}.stories-empty{padding:60px 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--ink-2)}.stories-empty p{margin:0;font:500 20px var(--serif);color:var(--ink)}@media(max-width:700px){.stories{padding-inline:24px}.filter{flex:1 1 40%}.select{width:100%;min-width:0}.filters .library-count{width:100%;margin:4px 0 0}}.storybook{--sb-paper: #f4efe4;--sb-panel: #fbf7ee;--sb-ink: #2a2420;--sb-ink-2: #5b524a;--sb-ink-3: #8a7f74;--sb-rule: rgba(42, 36, 32, .25);--sb-rule-soft: rgba(42, 36, 32, .12);--sb-grid: #e3dccb;--sb-rust: #d9472b;--sb-rust-deep: #b8351c;--sb-blue: #1952c7;--sb-gold: #e2b13c;--sb-hand: "Caveat", "Segoe Print", "Bradley Hand", cursive;--sb-shadow: 0 1px 2px rgba(42, 36, 32, .08), 0 12px 32px -18px rgba(42, 36, 32, .35);color-scheme:light;position:relative;min-height:100%;background:var(--sb-paper);color:var(--sb-ink);font-family:var(--sans);overflow-x:clip}body[data-screen=storybook]{background:#f4efe4}.storybook ::selection{background:#d9472b2e}.storybook :focus-visible{outline:2px solid var(--sb-rust);outline-offset:3px}.storybook:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none;opacity:.08;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.2 0 0 0 0 0.16 0 0 0 0 0.12 0 0 0 1 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:240px 240px}.sb-hand{font-family:var(--sb-hand);font-weight:600;font-size:22px;line-height:1.1;color:var(--sb-rust);letter-spacing:0}.sb-h2{font-family:var(--serif);font-weight:500;font-size:clamp(34px,4.6vw,54px);line-height:1.02;letter-spacing:-.02em;font-variation-settings:"opsz" 144,"SOFT" 60;color:var(--sb-ink)}.sb-h2 em{font-style:italic;font-weight:400;color:var(--sb-rust)}.sb-doodle{display:block;width:100%;height:100%;overflow:visible}.sb-btn{display:inline-flex;align-items:center;gap:10px;padding:13px 20px 13px 22px;border:1.5px solid var(--sb-ink);border-radius:12px;background:var(--sb-panel);color:var(--sb-ink);font:600 15px/1 var(--sans);text-decoration:none;cursor:pointer;box-shadow:3px 3px 0 var(--sb-ink);transition:transform .15s,box-shadow .15s,background-color .15s}.sb-btn svg{width:18px;height:18px}.sb-btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--sb-ink)}.sb-btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--sb-ink)}.sb-btn-primary{background:var(--sb-rust);border-color:var(--sb-rust-deep);color:#fbf7ee;box-shadow:3px 3px 0 var(--sb-ink)}.sb-btn-primary:hover{background:var(--sb-rust-deep)}.sb-top{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:12px 28px;background:var(--sb-rust);color:#fbf7ee;border-bottom:1.5px solid rgba(42,36,32,.12)}.sb-nav{display:flex;gap:22px;justify-self:start}.sb-side{display:flex;gap:18px;align-items:center;justify-self:end}.sb-nav-link{font:600 14px/1 var(--sans);text-decoration:none;color:#fbf7ee;padding:8px 0;text-underline-offset:4px}.sb-nav-link:hover,.sb-nav-link.is-due{text-decoration:underline}.sb-brand{font:600 22px/1 var(--serif);letter-spacing:-.01em;text-decoration:none;color:#fbf7ee;font-variation-settings:"opsz" 60,"SOFT" 100}.sb-account{font:700 14px/1 var(--sans);text-decoration:none;color:var(--sb-rust);background:#fbf7ee;border-radius:10px;padding:10px 16px;border:1.5px solid rgba(42,36,32,.35)}.sb-account:hover,.sb-account.is-signed-in{background:#fff8ea}.sb-main{max-width:1180px;margin:0 auto;padding:0 28px 40px}.sb-hero{--sb-overlap: max(190px, 20.625vw )}.sb-hero-band{padding:44px 28px calc(var(--sb-overlap) - 42px);background:var(--sb-rust);color:#fbf7ee;text-align:center}.sb-hero-inner{max-width:1180px;margin:0 auto}.sb-hero-eyebrow{display:block;font:600 22px/1.1 var(--sb-hand);color:#fbf7ee;opacity:.92}.sb-hero-title{margin:12px auto 0;max-width:13ch;font:500 clamp(40px,6.6vw,88px)/.98 var(--serif);font-variation-settings:"opsz" 144,"SOFT" 60;letter-spacing:-.025em;color:#fbf7ee}.sb-hero-title em{font-style:italic;font-weight:400}.sb-lede{margin:20px auto 0;font:italic 400 clamp(19px,2.2vw,25px)/1.35 var(--serif);font-variation-settings:"opsz" 60,"SOFT" 100;letter-spacing:-.01em;max-width:30ch;color:#fbf7ee}.sb-note{margin:10px auto 0;font-size:14px;color:#fbf7eec7;max-width:44ch}.sb-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;margin-top:26px}.sb-hero-hand{display:inline-flex;align-items:center;gap:6px;color:#fbf7ee}.sb-hero-hand>span:first-child{width:54px;height:28px;display:block}.sb-hero .sb-btn-primary{background:#fbf7ee;border-color:var(--sb-ink);color:var(--sb-rust)}.sb-hero .sb-btn-primary:hover{background:#fff8ea}.sb-town{position:relative;margin:calc(-1 * var(--sb-overlap)) auto 0}.sb-town-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.sb-town-scroll svg{display:block;width:100%;min-width:1000px;height:auto;overflow:visible}.sb-town-hint{margin:6px 0 0;text-align:center;font-size:21px}.sb-pin{cursor:pointer}.storybook .sb-pin:focus-visible{outline:none}.sb-pin-ring{transform-box:fill-box;transform-origin:center;animation:sb-pulse 2.8s ease-out infinite;animation-delay:calc(var(--i, 0) * -.37s)}.sb-pin-dot{transform-box:fill-box;transform-origin:center;transition:transform .15s}.sb-pin:hover .sb-pin-dot,.sb-pin:focus-visible .sb-pin-dot{transform:scale(1.18)}.sb-pin-label{opacity:0;pointer-events:none;transition:opacity .15s}.sb-pin:hover .sb-pin-label,.sb-pin:focus-visible .sb-pin-label{opacity:1}.sb-pin:focus-visible .sb-pin-dot circle{stroke:var(--sb-ink);stroke-width:3}.sb-chapter{padding:56px 0 8px}.sb-chapter-head{display:grid;gap:6px;max-width:60ch;margin-bottom:18px}.sb-chapter-blurb{color:var(--sb-ink-2);font-size:15px;line-height:1.55;max-width:52ch}.sb-chapter>.sb-chapter-head{justify-items:center;text-align:center;max-width:none;margin-bottom:8px}.sb-chapter>.sb-chapter-head .sb-h2{font-size:clamp(44px,6vw,84px);letter-spacing:-.02em}.sb-chapter>.sb-chapter-head .sb-chapter-blurb{max-width:48ch}.sb-reading{padding-top:32px}.sb-reading-row{display:flex;gap:26px;align-items:flex-end;padding:18px 12px 0;overflow-x:auto;border-bottom:1.5px solid var(--sb-ink);scrollbar-width:thin}.sb-mini{position:relative;display:grid;gap:6px;justify-items:center;flex:0 0 auto;text-decoration:none;padding-bottom:12px}.sb-mini-cover{display:grid;grid-template-rows:1fr auto;width:108px;height:140px;background:var(--book);color:var(--book-ink);border-radius:3px 7px 7px 3px;box-shadow:inset 4px 0 #0000002e,6px 8px 14px -8px #2a24208c;padding:8px 8px 8px 12px;transition:transform .2s}.sb-mini:hover .sb-mini-cover{transform:translateY(-6px) rotate(-1.5deg)}.sb-mini-art{background:#e8dfcb;border-radius:3px;overflow:hidden;aspect-ratio:1.3}.sb-mini-title{font:600 12px/1.15 var(--serif);padding-top:6px}.sb-mini-badge{position:absolute;top:6px;right:-10px;font:600 15px/1 var(--sb-hand);color:#fbf7ee;background:var(--sb-ink);padding:4px 8px;border-radius:999px;transform:rotate(6deg)}.sb-mini-sub{font-size:12px;color:var(--sb-ink-3)}.sb-shelf{position:relative;width:min(1400px,100vw - 32px);margin-left:50%;transform:translate(-50%)}.sb-books{display:flex;align-items:flex-end;gap:4px;justify-content:safe center;padding:36px 20px 0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;min-height:380px}.sb-books::-webkit-scrollbar{display:none}.sb-plank{position:relative;height:16px;margin:0 8px;background:linear-gradient(180deg,#ebe3d2,#dccfb6);border:1.5px solid var(--sb-ink);border-radius:3px;box-shadow:0 14px 22px -14px #2a242099}.sb-plank:after{content:"";position:absolute;left:4%;right:4%;top:100%;height:10px;background:linear-gradient(90deg,transparent,#cbbf9f 20%,#cbbf9f 80%,transparent);clip-path:polygon(3% 0,97% 0,92% 100%,8% 100%)}.sb-shelf-hint{margin:10px 0 0 32px;font-size:20px}.sb-spine{position:relative;flex:0 0 auto;width:var(--w, 44px);height:var(--h, 180px);padding:14px 0 8px;border:1.5px solid rgba(42,36,32,.55);border-bottom-width:2px;border-radius:4px 4px 2px 2px;background:linear-gradient(90deg,rgba(0,0,0,.14),transparent 26%,rgba(255,255,255,.14) 60%,rgba(0,0,0,.1)) var(--book);color:var(--book-ink);cursor:pointer;transform-origin:bottom right;transform:translateY(0) rotate(var(--lean, 0deg));transition:transform .22s cubic-bezier(.2,.8,.3,1.2),box-shadow .22s;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:2px 0 #0000001f}.sb-spine.is-leaning{margin-left:6px}.sb-spine:hover,.sb-spine:focus-visible{transform:translateY(-14px) rotate(calc(var(--lean, 0deg) - 2deg));box-shadow:4px 10px 18px -8px #2a242099;z-index:2}.sb-spine.is-open{transform:translateY(-22px) rotate(calc(var(--lean, 0deg) - 4deg)) scale(1.04);box-shadow:6px 14px 22px -8px #2a2420a6;z-index:3}.sb-spine-title{writing-mode:vertical-rl;font:500 18px/1 var(--serif);font-variation-settings:"opsz" 20,"SOFT" 50;letter-spacing:.01em;max-height:calc(100% - 26px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-spine-level{font-size:11px;letter-spacing:2px;opacity:.8}.sb-spine-band{position:absolute;left:-1px;right:-1px;top:10px;height:7px;background:var(--sb-gold);border-top:1px solid rgba(42,36,32,.4);border-bottom:1px solid rgba(42,36,32,.4)}.sb-spine.is-plus{padding-top:26px}.sb-spine-ribbon{position:absolute;top:-12px;left:50%;width:8px;height:22px;margin-left:-4px;background:var(--sb-rust);clip-path:polygon(0 0,100% 0,100% 100%,50% 75%,0 100%)}.sb-spine.is-taken{display:none}.sb-spine.is-taken .sb-spine-band,.sb-spine.is-taken .sb-spine-ribbon{visibility:hidden}.sb-standing{display:block;flex:0 0 auto;align-self:flex-end;margin:0 8px}.sb-standing:empty{display:none}.sb-standing .sb-book{height:322px;transform-origin:left bottom}.sb-standing.is-opening .sb-book{animation:sb-flip .7s cubic-bezier(.2,.7,.2,1) both}.sb-standing .sb-book-face{width:176px;padding:10px;gap:5px}.sb-standing .sb-book-chapter{font-size:15px}.sb-standing .sb-book-title{font-size:17px}.sb-standing .sb-book-sub{font-size:13px}.sb-bookend{flex:0 0 auto;display:block;color:var(--sb-ink);margin-left:10px;align-self:flex-end}.sb-bookend-dog{width:118px;height:64px;margin-bottom:-2px}.sb-bookend-cup{width:56px;height:56px;margin-bottom:-4px}.sb-open{position:relative;margin:20px 8px 0}.sb-open[hidden]{display:none}.sb-open.is-opening .sb-book{animation:sb-flip .7s cubic-bezier(.2,.7,.2,1) both}.sb-book{position:relative;display:grid;grid-template-columns:16px auto;height:372px;transform-origin:left center;border-radius:4px 10px 10px 4px;background:var(--book);color:var(--book-ink);border:1.5px solid rgba(42,36,32,.6);box-shadow:10px 12px 24px -12px #2a2420b3,inset 0 0 0 1px #ffffff1f;overflow:hidden}.sb-book-spine{background:#0003;border-right:1px solid rgba(0,0,0,.25)}.sb-spread{grid-template-columns:14px auto minmax(250px,280px);border-radius:4px 6px 6px 4px}.sb-book-page{position:relative;display:grid;gap:6px;align-content:start;padding:14px 40px 14px 18px;background:linear-gradient(90deg,rgba(42,36,32,.14),rgba(42,36,32,.02) 22px,transparent 40px),var(--sb-panel);color:var(--sb-ink);border-left:1px solid rgba(42,36,32,.35);overflow:hidden}.sb-book-page .sb-open-hand{font-size:17px}.sb-book-page .sb-open-title{font:500 26px/1.05 var(--serif);font-variation-settings:"opsz" 96,"SOFT" 60;letter-spacing:-.02em}.sb-book-page .sb-open-sub{font-size:15px}.sb-book-page .sb-open-desc{margin-top:4px;font-size:13px;line-height:1.5}.sb-book-page .sb-open-meta{font-size:12px;margin-top:2px;gap:4px 12px}.sb-book-page .sb-open-actions{margin-top:8px;gap:10px}.sb-book-page .sb-btn{padding:10px 16px;font-size:14px}.sb-book-page .sb-open-lock{font-size:12px}.sb-book-page .sb-close{position:absolute;top:8px;right:8px;width:30px;height:30px}.sb-book-face{display:grid;grid-template-rows:auto 1fr auto auto;gap:8px;padding:16px 16px 18px}.sb-book-chapter{font:600 17px/1 var(--sb-hand);opacity:.85}.sb-book-plate{background:#e8dfcb;border:1px solid rgba(42,36,32,.35);border-radius:4px;overflow:hidden;min-height:0;box-shadow:inset 0 0 0 3px var(--book)}.sb-cover-art{width:100%;height:100%}.sb-cover-art svg{display:block;width:100%;height:100%}.sb-book-title{font:600 26px/1.05 var(--serif);font-variation-settings:"opsz" 60,"SOFT" 100;letter-spacing:-.01em}.sb-book-sub{font:italic 400 14px/1.2 var(--serif);opacity:.85}.sb-open-text{display:grid;gap:8px;align-content:start;padding-top:6px}.sb-open-hand{font-size:20px}.sb-open-title{font:500 clamp(30px,3.4vw,42px)/1.05 var(--serif);font-variation-settings:"opsz" 144,"SOFT" 60;letter-spacing:-.02em}.sb-open-sub{font:italic 400 20px/1.2 var(--serif);color:var(--sb-ink-2)}.sb-open-desc{margin-top:6px;font-size:16px;line-height:1.6;max-width:52ch}.sb-open-meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:13px;color:var(--sb-ink-3);margin-top:4px}.sb-open-status{display:inline-flex;align-items:center;gap:4px}.sb-open-status.is-done{color:var(--sb-rust);font-weight:600}.sb-open-status svg{width:16px;height:16px}.sb-open-pending{font-style:italic}.sb-open-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:14px}.sb-open-lock{font-size:13px;color:var(--sb-ink-2);max-width:30ch}.sb-close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--sb-rule);border-radius:50%;background:var(--sb-panel);cursor:pointer}.sb-close svg{width:18px;height:18px}.sb-close:hover{background:var(--sb-paper)}.sb-notebook{position:relative;margin:64px 0 0;padding:44px 48px 48px 64px;background:linear-gradient(var(--sb-grid) 1px,transparent 1px) 0 0 / 24px 24px,linear-gradient(90deg,var(--sb-grid) 1px,transparent 1px) 0 0 / 24px 24px,var(--sb-panel);border:1px solid var(--sb-rule);border-radius:12px;box-shadow:var(--sb-shadow);overflow:visible}.sb-notebook:before{content:"";position:absolute;top:0;bottom:0;left:44px;width:1.5px;background:var(--sb-rust);opacity:.55}.sb-notebook-rings{position:absolute;top:28px;bottom:28px;left:-12px;width:24px;background:radial-gradient(circle at 12px 12px,var(--sb-ink) 0 5px,transparent 6px) 0 0 / 24px 52px repeat-y;opacity:.85}.sb-notebook .sb-chapter-head{margin-bottom:30px}.sb-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.sb-step{display:grid;gap:6px;align-content:start}.sb-step-art{display:block;width:110px;height:70px;color:var(--sb-rust);margin-bottom:6px}.sb-step-num{font-size:20px}.sb-step-title{font:500 24px/1.1 var(--serif);font-variation-settings:"opsz" 60,"SOFT" 60;letter-spacing:-.01em}.sb-step-text{font-size:15px;line-height:1.6;color:var(--sb-ink-2);max-width:34ch}.sb-spot-bike{right:26px;bottom:-22px;width:130px;height:80px;color:var(--sb-ink)}.sb-plate-wrap{padding:64px 0 24px}.sb-plate{position:relative;max-width:820px;margin:0 auto;padding:44px 56px 40px;text-align:center;background:var(--sb-panel);border:1.5px solid var(--sb-ink);border-radius:6px;box-shadow:var(--sb-shadow)}.sb-plate:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px dashed var(--sb-rule);border-radius:3px;pointer-events:none}.sb-plate-corner{position:absolute;display:block;color:var(--sb-rust);opacity:.9;pointer-events:none}.sb-corner-tl{left:22px;top:18px;width:60px;height:86px}.sb-corner-br{right:26px;bottom:18px;width:30px;height:62px;transform:rotate(14deg)}.sb-plate-ex{display:block;font-size:26px;margin-bottom:8px}.sb-plate-title{font-size:clamp(30px,4vw,44px)}.sb-plate-lede{margin:16px auto 0;max-width:54ch;font-size:15px;line-height:1.6;color:var(--sb-ink-2)}.sb-prices{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:560px;margin:30px auto 0}.sb-price{display:grid;gap:4px;justify-items:center;padding:18px 16px 16px;border:1px solid var(--sb-rule);border-radius:12px;background:var(--sb-paper)}.sb-price-yearly{border:1.5px solid var(--sb-ink);box-shadow:3px 3px 0 var(--sb-ink)}.sb-price-tag{font-size:20px}.sb-price-figure{font:500 30px/1.05 var(--serif);font-variation-settings:"opsz" 96,"SOFT" 80;letter-spacing:-.02em}.sb-price-sub{font-size:12px;color:var(--sb-ink-3)}.sb-plate-points{list-style:none;margin:26px auto 0;padding:0;display:grid;gap:8px;max-width:34ch;text-align:left;font-size:15px}.sb-plate-points li{display:flex;gap:10px;align-items:flex-start}.sb-tick{color:var(--sb-rust);flex:0 0 auto}.sb-tick svg{width:18px;height:18px;margin-top:2px}.sb-plate-actions{display:grid;justify-items:center;gap:12px;margin-top:28px}.sb-plate-done{display:inline-flex;align-items:center;gap:6px;font:600 15px var(--sans);color:var(--sb-rust)}.sb-plate-done svg{width:18px;height:18px}.sb-plate-note{font-size:13px;color:var(--sb-ink-2);max-width:44ch}.sb-plate-fine{margin-top:22px;font-size:12px;color:var(--sb-ink-3)}.sb-colophon{max-width:1180px;margin:24px auto 0;padding:28px 28px 44px;border-top:1px solid var(--sb-rule);text-align:center}.sb-colophon-line{font:italic 400 15px/1.6 var(--serif);color:var(--sb-ink-2)}.sb-colophon-brand{font-style:normal;font-weight:600;color:var(--sb-ink)}.sb-colophon-links{display:flex;justify-content:center;gap:18px;margin-top:10px;font-size:13px}.sb-colophon-links a{color:var(--sb-ink-2);text-underline-offset:3px}.sb-colophon-links a:hover{color:var(--sb-blue)}@keyframes sb-twinkle{0%,to{transform:scale(.85) rotate(0);opacity:.6}50%{transform:scale(1.1) rotate(20deg);opacity:1}}@keyframes sb-pulse{0%{transform:scale(1);opacity:.6}70%,to{transform:scale(2.2);opacity:0}}@keyframes sb-flip{0%{transform:perspective(1400px) rotateY(-80deg);opacity:0}to{transform:perspective(1400px) rotateY(0);opacity:1}}@keyframes sb-rise{0%{transform:translateY(10px);opacity:0}to{transform:none;opacity:1}}@keyframes sb-float{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-4px);opacity:1}}.sb-z{animation:sb-float 2.6s ease-in-out infinite}.sb-z2{animation-delay:.8s}@keyframes sb-steam{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.sb-steam{animation:sb-steam 2.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.storybook *,.storybook *:before,.storybook *:after{animation:none!important;transition-duration:.01s!important}}@media(max-width:900px){.sb-open{grid-template-columns:1fr;gap:24px;padding:24px 22px 26px}.sb-book{width:min(300px,100%);height:360px;margin:0 auto}.sb-steps{grid-template-columns:1fr;gap:26px}.sb-notebook{padding:36px 26px 40px 44px}.sb-notebook:before{left:30px}.sb-spot-bike{display:none}}@media(max-width:700px){.sb-top{grid-template-columns:auto 1fr;padding:10px 16px;gap:10px}.sb-nav{display:none}.sb-brand{justify-self:start;font-size:20px}.sb-side{gap:10px}.sb-account{padding:8px 12px;font-size:13px}.sb-main{padding:0 16px 32px}.sb-hero-band{padding:32px 16px calc(var(--sb-overlap) - 24px)}.sb-hero-eyebrow,.sb-lede{font-size:19px}.sb-hero-actions{gap:14px;margin-top:20px}.sb-town-hint{font-size:19px}.sb-books{justify-content:flex-start;padding:30px 14px 0;gap:4px;min-height:300px}.sb-spine-title{font-size:16px}.sb-shelf-hint{margin-left:18px}.sb-open{margin-inline:0}.sb-open-title{font-size:30px}.sb-plate{padding:36px 22px 32px}.sb-prices{grid-template-columns:1fr}.sb-corner-tl{width:40px;height:58px;left:14px;top:12px}.sb-corner-br{display:none}.sb-reading-row{gap:18px}.sb-colophon{padding-inline:16px}.sb-colophon-links{flex-wrap:wrap}}
