:root{font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#10182b;min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font-family:inherit}#root{min-height:100vh}:root{--night:#10182b;--night-soft:#18233c;--night-lighter:#233150;--cream:#fff9ed;--paper:#fffdf7;--gold:#f3c969;--gold-soft:#fff0be;--lavender:#bdb9ff;--lavender-soft:#eceaff;--text:#172033;--muted:#6b7280;--border:#e9e4d8;--shadow:0 24px 70px #1c1f2e1f}button,input,textarea{font:inherit}button{cursor:pointer}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-size:19px;font-weight:800;display:flex}.brand-icon{background:var(--gold-soft);width:38px;height:38px;color:var(--night);border-radius:50%;place-items:center;font-size:24px;line-height:1;display:grid}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#97711f;font-size:12px;font-weight:800;display:inline-block}.primary-button{background:var(--night);color:#fff;border:none;border-radius:14px;padding:14px 20px;font-weight:800;transition:transform .15s,opacity .15s}.primary-button:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.6;cursor:wait}.secondary-button{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:14px;padding:13px 20px;font-weight:700}.text-button{color:inherit;background:0 0;border:0;font-weight:700}.form-message{background:var(--lavender-soft);color:#403d70;border-radius:12px;margin-top:18px;padding:12px 14px;font-size:14px}.auth-page{background:radial-gradient(circle at 15% 15%, #bdb9ff2e, transparent 28%), radial-gradient(circle at 80% 10%, #f3c9691f, transparent 24%), var(--night);color:#fff;min-height:100vh;position:relative;overflow:hidden}.auth-stars span{opacity:.35;color:var(--gold);position:absolute}.auth-stars span:first-child{font-size:22px;top:8%;left:8%}.auth-stars span:nth-child(2){font-size:18px;top:18%;left:46%}.auth-stars span:nth-child(3){font-size:26px;top:10%;right:9%}.auth-stars span:nth-child(4){font-size:16px;bottom:14%;left:38%}.auth-stars span:nth-child(5){font-size:24px;bottom:8%;right:14%}.auth-shell{z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);align-items:center;gap:80px;width:min(1180px,100% - 40px);min-height:100vh;margin:0 auto;padding:50px 0;display:grid;position:relative}.auth-intro{flex-direction:column;gap:56px;display:flex}.auth-copy{max-width:650px}.auth-copy .eyebrow{color:var(--gold)}.auth-copy h1{letter-spacing:-.055em;max-width:700px;margin:18px 0 24px;font-size:clamp(46px,7vw,82px);line-height:.98}.auth-copy p{color:#ffffffb8;max-width:560px;font-size:20px;line-height:1.65}.sample-story{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:22px;max-width:480px;padding:24px}.sample-story>span{letter-spacing:.14em;color:var(--gold);font-size:11px;font-weight:800}.sample-story h3{margin:9px 0;font-size:21px}.sample-story p{color:#ffffffa8;margin:0;line-height:1.6}.auth-card{background:var(--paper);color:var(--text);box-shadow:var(--shadow);border-radius:28px;padding:38px}.auth-card-header h2{letter-spacing:-.035em;margin:10px 0;font-size:32px;line-height:1.08}.auth-card-header p{color:var(--muted);margin:0 0 28px;line-height:1.6}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-form label,.onboarding-form label{flex-direction:column;gap:8px;font-size:14px;font-weight:750;display:flex}.auth-form input,.onboarding-form input,.onboarding-form textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:13px;outline:none;padding:13px 14px;transition:border-color .15s,box-shadow .15s}.auth-form input:focus,.onboarding-form input:focus,.onboarding-form textarea:focus{border-color:#a79d7c;box-shadow:0 0 0 3px #f3c9692e}.auth-switch{text-align:center;color:var(--muted);margin-top:24px;font-size:14px}.auth-switch button{color:var(--text);background:0 0;border:0;padding:0;font-weight:800}.topbar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:74px;padding:0 5vw;display:flex}.onboarding-page{background:var(--cream);min-height:100vh;color:var(--text)}.onboarding-page .topbar{background:var(--night);color:#fff}.onboarding-shell{width:min(1000px,100% - 40px);margin:0 auto;padding:70px 0 90px}.onboarding-heading{max-width:700px;margin-bottom:52px}.onboarding-heading h1{letter-spacing:-.05em;margin:14px 0 18px;font-size:clamp(40px,6vw,64px);line-height:1}.onboarding-heading p{color:var(--muted);max-width:620px;font-size:18px;line-height:1.7}.onboarding-form{flex-direction:column;gap:22px;display:flex}.form-section{background:var(--paper);border:1px solid var(--border);border-radius:22px;grid-template-columns:60px minmax(0,1fr);gap:24px;padding:32px;display:grid}.section-number{background:var(--gold-soft);color:#88630e;border-radius:50%;place-items:center;width:44px;height:44px;font-size:12px;font-weight:900;display:grid}.section-content h2{letter-spacing:-.025em;margin:2px 0 8px;font-size:25px}.section-content>p{color:var(--muted);margin:0 0 24px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.interest-grid{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.interest-chip{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:999px;padding:10px 15px;font-weight:700}.interest-chip.selected{background:var(--night);border-color:var(--night);color:#fff}.full-width-label{margin-top:8px}.onboarding-form textarea{resize:vertical;min-height:110px;line-height:1.6}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.choice-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-card{text-align:left;border:1px solid var(--border);color:var(--text);background:#fff;border-radius:16px;padding:18px;transition:border-color .15s,background .15s,transform .15s}.choice-card:hover{transform:translateY(-1px)}.choice-card.selected{background:var(--lavender-soft);border-color:var(--lavender)}.choice-card strong{margin-bottom:5px;display:block}.choice-card span{color:var(--muted);font-size:13px;line-height:1.5}.onboarding-submit{background:var(--night);color:#fff;border-radius:22px;justify-content:space-between;align-items:center;gap:30px;padding:26px 30px;display:flex}.onboarding-submit>div{flex-direction:column;gap:5px;display:flex}.onboarding-submit span{color:#ffffffa6;font-size:14px}.onboarding-submit .primary-button{background:var(--gold);color:var(--night)}.dashboard-page{background:radial-gradient(circle at 50% 10%, #bdb9ff29, transparent 30%), var(--night);color:#fff;min-height:100vh}.ready-shell{width:min(850px,100% - 40px);margin:0 auto;padding:80px 0}.ready-card{text-align:center;background:var(--paper);color:var(--text);box-shadow:var(--shadow);border-radius:30px;padding:56px}.ready-icon{background:var(--gold-soft);color:#8d6812;border-radius:50%;place-items:center;width:66px;height:66px;margin:0 auto 20px;font-size:27px;display:grid}.ready-card h1{letter-spacing:-.05em;max-width:680px;margin:12px auto 18px;font-size:clamp(38px,6vw,60px);line-height:1}.ready-card>p{color:var(--muted);max-width:600px;margin:0 auto 32px;font-size:17px;line-height:1.7}.profile-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin:32px 0;display:grid}.profile-summary>div{background:#f6f3eb;border-radius:14px;padding:17px 10px}.profile-summary span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.profile-summary strong{text-transform:capitalize}.generate-button{width:100%;max-width:420px;margin:0 auto 12px;padding:16px 22px;display:block}.ready-card .secondary-button{width:100%;max-width:420px}.app-loading{text-align:center;background:var(--night);color:#fff;place-content:center;gap:12px;min-height:100vh;display:grid}.app-loading .brand-mark{background:var(--gold-soft);width:58px;height:58px;color:var(--night);border-radius:50%;place-items:center;margin:auto;font-size:30px;display:grid}.app-loading p{color:#ffffffb3}@media (width<=860px){.auth-shell{grid-template-columns:1fr;gap:42px;padding:34px 0 60px}.auth-intro{gap:34px}.sample-story{display:none}.auth-copy h1{font-size:50px}.profile-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.auth-shell,.onboarding-shell,.ready-shell{width:calc(100% - 28px)}.auth-card{border-radius:22px;padding:25px 20px}.auth-copy h1{font-size:43px}.auth-copy p{font-size:17px}.topbar{padding:0 18px}.form-section{grid-template-columns:1fr;padding:23px 19px}.section-number{width:38px;height:38px}.form-grid,.choice-grid,.choice-grid.three{grid-template-columns:1fr}.onboarding-submit{flex-direction:column;align-items:stretch}.ready-card{padding:36px 20px}.profile-summary{grid-template-columns:1fr 1fr}}.story-preview{text-align:left;border:1px solid var(--border);background:#fffdf7;border-radius:24px;margin-top:44px;overflow:hidden}.story-preview-header{text-align:center;background:linear-gradient(#f7f1ff 0%,#fffdf7 100%);padding:34px 38px 26px}.story-preview-header h2{letter-spacing:-.035em;max-width:620px;margin:10px auto 0;font-size:34px;line-height:1.15}.story-body{max-width:680px;margin:0 auto;padding:26px 38px 36px}.story-body p{color:#303543;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.85}.story-ending{text-align:center;border-top:1px solid var(--border);color:#8b702f;letter-spacing:.04em;padding:22px;font-size:14px;font-weight:700}@media (width<=640px){.story-preview-header,.story-body{padding-left:20px;padding-right:20px}.story-preview-header h2{font-size:28px}.story-body p{font-size:17px}}.subscription-card{border:1px solid var(--border);text-align:left;background:#f7f3e8;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin:28px 0 18px;padding:24px;display:flex}.subscription-card h3{letter-spacing:-.025em;margin:7px 0;font-size:22px}.subscription-card p{color:var(--muted);max-width:480px;margin:0;line-height:1.55}.subscription-card .primary-button{flex:none}@media (width<=640px){.subscription-card{flex-direction:column;align-items:stretch}.subscription-card .primary-button{width:100%}}.story-library{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:20px;margin-top:44px;display:grid}.story-library .story-preview{margin-top:0}.story-date{color:var(--muted);margin:10px 0 0;font-size:13px}.story-history{border:1px solid var(--border);background:var(--paper);text-align:left;border-radius:20px;padding:20px}.story-history-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.story-history-header h3{letter-spacing:-.025em;margin:5px 0 0;font-size:19px}.story-count{color:var(--muted);background:#f4f0e6;border-radius:999px;flex:none;padding:6px 9px;font-size:11px;font-weight:800}.story-history-list{flex-direction:column;gap:8px;display:flex}.story-history-item{width:100%;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.story-history-item:hover{background:#f8f5ed}.story-history-item.selected{background:var(--lavender-soft);border-color:var(--lavender)}.story-history-item strong{margin-bottom:4px;font-size:13px;line-height:1.35;display:block}.story-history-item span{color:var(--muted);font-size:11px}.story-history-item .story-arrow{font-size:16px}.history-empty{color:var(--muted);margin:0;font-size:13px;line-height:1.6}@media (width<=900px){.story-library{grid-template-columns:1fr}}@media (width<=640px){.story-history{padding:16px}}.story-delivery-actions{border-top:1px solid var(--border);background:#faf7ef;justify-content:center;align-items:center;gap:16px;padding:22px 28px 26px;display:flex}.delivery-status{color:#56745d;font-size:13px;font-weight:800}@media (width<=640px){.story-delivery-actions{flex-direction:column;align-items:stretch}.story-delivery-actions .primary-button{width:100%}.delivery-status{text-align:center}}.delivery-note{background:var(--gold-soft);color:var(--text);border-radius:16px;margin-top:18px;padding:18px 20px}.delivery-note strong{margin-bottom:5px;display:block}.delivery-note span{color:var(--muted);font-size:14px}.auth-legal-copy{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.auth-legal-copy a{color:inherit;font-weight:800}.child-switcher{border-bottom:1px solid #1720331a;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:22px;display:flex}.child-switcher-list{flex-wrap:wrap;gap:8px;display:flex}.child-switcher-button{appearance:none;color:#4f5563;font:inherit;cursor:pointer;background:#fffdf7;border:1px solid #17203324;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:800;transition:transform .16s,border-color .16s,background .16s}.child-switcher-button:hover{transform:translateY(-1px)}.child-switcher-button.selected{color:#fff;background:#10182b;border-color:#10182b}.child-switcher-button.add-child{color:#98701b;border-style:dashed}.child-switcher-note{color:#6f7482;flex:none;font-size:12px;font-weight:700}.onboarding-submit-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (width<=700px){.child-switcher{flex-direction:column;align-items:flex-start}.onboarding-submit-actions{flex-direction:column-reverse;width:100%}.onboarding-submit-actions button{width:100%}}.story-narration{background:#ffffff8c;border-radius:18px;flex-direction:column;gap:14px;margin:28px 0 32px;padding:20px;display:flex}.story-read-button{align-self:flex-start}.story-narration-status{opacity:.7;margin:0;font-size:.92rem}.story-audio-player{width:100%}.story-read-button{color:#1f2940;width:100%;font:inherit;text-align:left;cursor:pointer;background:linear-gradient(135deg,#f6f1fff2,#fff8ebf2);border:1px solid #7c6abe33;border-radius:18px;align-items:center;gap:14px;padding:16px 18px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;box-shadow:0 8px 24px #3c30640f}.story-read-button:hover:not(:disabled){border-color:#7c6abe61;transform:translateY(-2px);box-shadow:0 12px 30px #3c30641a}.story-read-button:active:not(:disabled){transform:translateY(0)}.story-read-button:disabled{cursor:wait;opacity:.72}.story-read-icon{color:#8b6e22;background:#fffc;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:1.25rem;display:grid;box-shadow:inset 0 0 0 1px #7c6abe1f}.story-read-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.story-read-copy strong{font-size:1rem;font-weight:700;line-height:1.25}.story-read-copy>span{color:#6f7180;font-size:.84rem;line-height:1.35}.story-read-play{color:#fff;background:#262d48;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;padding-left:2px;font-size:.7rem;display:grid}:root{--nw-night:#10182b;--nw-night-soft:#18233c;--nw-cream:#fff9ed;--nw-paper:#fffdf7;--nw-gold:#f3c969;--nw-gold-soft:#fff0be;--nw-text:#172033;--nw-muted:#6f7482;--nw-border:#e8e1d2}.landing-page{background:var(--nw-cream);min-height:100vh;color:var(--nw-text);overflow-x:hidden}.landing-page button,.landing-page a{font:inherit}.landing-nav{background:var(--nw-night);color:#fff;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:0 max(24px,5vw);display:flex}.landing-brand{color:inherit;letter-spacing:-.025em;align-items:center;gap:11px;font-size:19px;font-weight:800;text-decoration:none;display:inline-flex}.landing-brand-mark{background:var(--nw-gold-soft);width:38px;height:38px;color:var(--nw-night);border-radius:50%;place-items:center;font-size:24px;display:grid}.landing-nav-links{align-items:center;gap:22px;display:flex}.landing-nav-link,.landing-signin{color:#ffffffc2;cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:14px;font-weight:700;text-decoration:none}.landing-nav-link:hover,.landing-signin:hover{color:#fff}.landing-nav-cta{background:var(--nw-gold);color:var(--nw-night);cursor:pointer;border:1px solid #ffffff1f;border-radius:999px;padding:11px 18px;font-weight:850}.landing-hero{background:radial-gradient(circle at 85% 15%, #bdb9ff2e, transparent 26%), radial-gradient(circle at 15% 30%, #f3c96914, transparent 30%), var(--nw-night);color:#fff;padding:82px max(24px,5vw) 98px;position:relative;overflow:hidden}.landing-stars span{color:var(--nw-gold);opacity:.3;position:absolute}.landing-stars span:first-child{font-size:18px;top:12%;left:6%}.landing-stars span:nth-child(2){font-size:15px;top:20%;left:46%}.landing-stars span:nth-child(3){font-size:25px;top:10%;right:7%}.landing-stars span:nth-child(4){font-size:16px;bottom:12%;left:41%}.landing-stars span:nth-child(5){font-size:22px;bottom:15%;right:13%}.landing-hero-inner{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(390px,.75fr);align-items:center;gap:clamp(48px,7vw,100px);width:min(1200px,100%);margin:0 auto;display:grid;position:relative}.landing-kicker{color:var(--nw-gold);letter-spacing:.145em;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-block}.landing-kicker.dark{color:#98701b}.landing-hero-copy h1{letter-spacing:-.06em;max-width:720px;margin:18px 0 24px;font-size:clamp(54px,7.3vw,88px);line-height:.97}.landing-hero-copy h1 em{color:var(--nw-gold);font-family:Georgia,Times New Roman,serif;font-weight:400}.landing-hero-lede{color:#ffffffb8;max-width:650px;margin:0;font-size:19px;line-height:1.68}.landing-hero-actions{align-items:center;gap:13px;margin-top:32px;display:flex}.landing-primary,.landing-secondary{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:0 20px;font-weight:850;display:inline-flex}.landing-primary{border:1px solid var(--nw-gold);background:var(--nw-gold);color:var(--nw-night);box-shadow:0 13px 28px #00000026}.landing-primary:hover,.landing-nav-cta:hover{transform:translateY(-1px)}.landing-secondary{color:#fff;background:#ffffff0a;border:1px solid #ffffff30}.landing-primary.full{width:100%}.landing-primary.light{color:var(--nw-night);background:#fff;border-color:#fff}.landing-trust-row{color:#ffffff8a;flex-wrap:wrap;gap:18px;margin-top:25px;font-size:12px;font-weight:750;display:flex}.landing-story-stage{padding:30px 15px 0;position:relative}.landing-moon{color:var(--nw-gold);opacity:.13;font-size:118px;position:absolute;top:-56px;right:-24px;transform:rotate(-15deg)}.landing-story-card{z-index:2;background:var(--nw-paper);color:var(--nw-text);border-radius:24px;padding:35px 35px 38px;position:relative;transform:rotate(1.5deg);box-shadow:0 30px 80px #00000047}.landing-story-label{color:#92701e;letter-spacing:.14em;font-size:10px;font-weight:900}.landing-story-card h2{margin:12px 0 15px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:500;line-height:1.1}.landing-story-rule{background:var(--nw-gold);width:55px;height:2px;margin:20px 0 24px}.landing-story-card p{color:#464b59;font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.78}.landing-story-fade{text-align:center;color:#ad8c40;margin-top:18px}.landing-story-note{color:#fff;background:#273552;border-radius:0 0 18px 18px;flex-direction:column;gap:4px;width:78%;margin:-9px auto 0;padding:24px 22px 18px;display:flex}.landing-story-note strong{font-size:13px}.landing-story-note span{color:#ffffff9e;font-size:11px;line-height:1.45}.landing-proof-strip{z-index:3;border:1px solid var(--nw-border);background:var(--nw-paper);border-radius:20px;grid-template-columns:repeat(4,1fr);width:min(1060px,100% - 40px);margin:-36px auto 0;display:grid;position:relative;box-shadow:0 18px 55px #1e1f2514}.landing-proof-strip>div{text-align:center;padding:25px 20px}.landing-proof-strip>div+div{border-left:1px solid var(--nw-border)}.landing-proof-strip strong{color:var(--nw-night);font-size:24px;display:block}.landing-proof-strip span{color:var(--nw-muted);margin-top:3px;font-size:12px;display:block}.landing-feature-section,.landing-pricing,.landing-faq{width:min(1120px,100% - 40px);margin:0 auto;padding:110px 0}.landing-section-heading{text-align:center;max-width:720px;margin:0 auto 50px}.landing-section-heading h2,.landing-how-copy h2,.landing-emotion-copy h2,.landing-faq-heading h2{color:var(--nw-night);letter-spacing:-.05em;margin:12px 0 16px;font-size:clamp(38px,5vw,58px);line-height:1.03}.landing-section-heading p,.landing-how-copy>p,.landing-emotion-copy>p{color:var(--nw-muted);margin:0;font-size:17px;line-height:1.7}.landing-feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.landing-feature-card{border:1px solid var(--nw-border);background:var(--nw-paper);border-radius:20px;padding:30px}.landing-feature-icon{background:var(--nw-gold-soft);color:#8d6812;border-radius:50%;place-items:center;width:46px;height:46px;font-size:19px;display:grid}.landing-feature-card h3{margin:22px 0 8px;font-size:20px}.landing-feature-card p{color:var(--nw-muted);margin:0;font-size:14px;line-height:1.65}.landing-how{background:var(--nw-night);grid-template-columns:minmax(0,.8fr) minmax(0,1.05fr);align-items:center;gap:clamp(50px,9vw,120px);padding:105px max(24px,5vw);display:grid}.landing-how-copy{justify-self:end;max-width:560px}.landing-how-copy h2{color:#fff}.landing-how-copy>p{color:#ffffff9e}.landing-steps{max-width:620px}.landing-step{border-bottom:1px solid #ffffff1a;grid-template-columns:52px 1fr;gap:18px;padding:27px 0;display:grid}.landing-step:first-child{border-top:1px solid #ffffff1a}.landing-step-number{background:var(--nw-gold-soft);color:#8a6410;border-radius:50%;place-items:center;width:42px;height:42px;font-size:11px;font-weight:900;display:grid}.landing-step h3{color:#fff;margin:1px 0 7px;font-size:20px}.landing-step p{color:#ffffff94;margin:0;font-size:14px;line-height:1.65}.landing-emotion{grid-template-columns:.9fr 1fr;align-items:center;gap:80px;width:min(1100px,100% - 40px);margin:0 auto;padding:115px 0;display:grid}.landing-emotion-art{place-items:center;display:grid}.landing-window{aspect-ratio:1/.86;background:radial-gradient(circle at 70% 25%, #f3c96924, transparent 20%), var(--nw-night-soft);border:14px solid #e8ddc8;border-radius:190px 190px 18px 18px;width:min(420px,100%);position:relative;overflow:hidden;box-shadow:0 30px 70px #1d1d2521}.landing-window-moon{color:var(--nw-gold);font-size:78px;position:absolute;top:28px;right:50px;transform:rotate(-12deg)}.landing-window .star{color:var(--nw-gold);opacity:.65;position:absolute}.landing-window .star-one{top:65px;left:55px}.landing-window .star-two{font-size:21px;top:38px;left:115px}.landing-window .star-three{top:110px;right:128px}.landing-book{background:var(--nw-gold-soft);border-radius:15px 15px 0 0;width:235px;height:120px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)perspective(400px)rotateX(55deg);box-shadow:0 -15px 50px #f3c9691f}.landing-book span{text-align:center;color:#5d4b24;padding-top:25px;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.35;display:block}.landing-emotion-copy{max-width:520px}.landing-text-cta{color:var(--nw-night);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;margin-top:22px;padding:0;font-weight:850;display:inline-flex}.landing-pricing{padding-top:80px}.landing-price-card{border:1px solid var(--nw-border);background:var(--nw-paper);border-radius:26px;width:min(630px,100%);margin:0 auto;padding:34px;box-shadow:0 24px 65px #1b1e2614}.landing-price-top{border-bottom:1px solid var(--nw-border);justify-content:space-between;align-items:flex-start;gap:30px;padding-bottom:27px;display:flex}.landing-price-name{color:#96701a;letter-spacing:.13em;font-size:11px;font-weight:900}.landing-price-card h3{letter-spacing:-.03em;margin:8px 0 0;font-size:27px}.landing-price{flex:none;align-items:baseline;display:flex}.landing-price strong{color:var(--nw-night);letter-spacing:-.05em;font-size:38px}.landing-price span{color:var(--nw-muted);font-size:13px}.landing-price-card ul{grid-template-columns:repeat(2,1fr);gap:13px 25px;margin:0;padding:26px 0;list-style:none;display:grid}.landing-price-card li{color:#4f5563;padding-left:22px;font-size:14px;line-height:1.45;position:relative}.landing-price-card li:before{content:"✓";color:#6b826e;font-weight:900;position:absolute;left:0}.landing-price-footnote{text-align:center;color:var(--nw-muted);margin:12px 0 0;font-size:11px}.landing-faq{border-top:1px solid var(--nw-border);grid-template-columns:.65fr 1fr;gap:80px;display:grid}.landing-faq-heading h2{font-size:42px}.landing-faq-list details{border-bottom:1px solid var(--nw-border)}.landing-faq-list details:first-child{border-top:1px solid var(--nw-border)}.landing-faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;padding:20px 0;font-weight:800;list-style:none;display:flex}.landing-faq-list summary::-webkit-details-marker{display:none}.landing-faq-list summary span{color:#a17b27;font-size:20px}.landing-faq-list details[open] summary span{transform:rotate(45deg)}.landing-faq-list details p{color:var(--nw-muted);margin:-4px 0 22px;padding-right:40px;font-size:14px;line-height:1.65}.landing-final-cta{text-align:center;background:radial-gradient(circle at center, #bdb9ff26, transparent 35%), var(--nw-night);color:#fff;padding:90px 24px}.landing-final-cta>span{color:var(--nw-gold);font-size:25px}.landing-final-cta h2{letter-spacing:-.05em;max-width:700px;margin:14px auto;font-size:clamp(40px,5vw,60px);line-height:1}.landing-final-cta p{color:#ffffff9e;margin:0 auto 27px}.landing-footer{color:#fff;background:#0c1323;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;min-height:110px;padding:24px max(24px,5vw);display:grid}.landing-footer p{color:#ffffff6e;margin:0;font-size:12px}.landing-footer-copy{color:#ffffff5e;justify-self:end;font-size:11px}@media (width<=900px){.landing-nav-links .landing-nav-link{display:none}.landing-hero-inner{grid-template-columns:1fr}.landing-hero-copy{text-align:center}.landing-hero-lede{margin-left:auto;margin-right:auto}.landing-hero-actions,.landing-trust-row{justify-content:center}.landing-story-stage{width:min(520px,100%);margin:20px auto 0}.landing-feature-grid,.landing-how,.landing-emotion,.landing-faq{grid-template-columns:1fr}.landing-how-copy{justify-self:start}.landing-emotion{gap:50px}.landing-emotion-copy{max-width:none}.landing-faq{gap:40px}.landing-footer{text-align:center;grid-template-columns:1fr}.landing-footer .landing-brand{justify-content:center}.landing-footer-copy{justify-self:center}}@media (width<=640px){.landing-nav{min-height:68px;padding-left:16px;padding-right:16px}.landing-nav-links{gap:10px}.landing-signin{display:none}.landing-nav-cta{padding:9px 13px;font-size:12px}.landing-brand{font-size:16px}.landing-brand-mark{width:33px;height:33px;font-size:20px}.landing-hero{padding:62px 18px 78px}.landing-hero-copy h1{font-size:50px}.landing-hero-lede{font-size:16px}.landing-hero-actions{flex-direction:column;align-items:stretch}.landing-primary,.landing-secondary{width:100%}.landing-trust-row{gap:10px 15px}.landing-story-card{padding:28px 23px 30px}.landing-story-card h2{font-size:28px}.landing-proof-strip{grid-template-columns:1fr 1fr;width:calc(100% - 28px)}.landing-proof-strip>div:nth-child(3){border-left:0;border-top:1px solid var(--nw-border)}.landing-proof-strip>div:nth-child(4){border-top:1px solid var(--nw-border)}.landing-feature-section,.landing-pricing,.landing-faq,.landing-emotion{width:calc(100% - 28px);padding-top:78px;padding-bottom:78px}.landing-section-heading h2,.landing-how-copy h2,.landing-emotion-copy h2{font-size:39px}.landing-feature-card{padding:24px}.landing-how{padding:78px 18px}.landing-step{grid-template-columns:44px 1fr}.landing-window{border-width:10px}.landing-price-card{padding:25px 20px}.landing-price-top{flex-direction:column;gap:15px}.landing-price-card ul{grid-template-columns:1fr}.landing-final-cta{padding:72px 18px}}.landing-footer-center{text-align:center}.landing-footer-links{justify-content:center;gap:14px;margin-top:8px;display:flex}.landing-footer-links a{color:#ffffff94;font-size:11px;text-decoration:none}.landing-footer-links a:hover{color:#fff;text-decoration:underline}:root{--legal-night:#10182b;--legal-paper:#fffdf7;--legal-cream:#fff9ed;--legal-gold:#f3c969;--legal-text:#172033;--legal-muted:#6f7482;--legal-border:#e8e1d2}.legal-page{background:var(--legal-cream);min-height:100vh;color:var(--legal-text)}.legal-header{background:var(--legal-night);color:#fff;padding:18px max(24px,5vw)}.legal-brand{color:inherit;letter-spacing:-.025em;align-items:center;gap:11px;font-weight:800;text-decoration:none;display:inline-flex}.legal-brand-mark{width:36px;height:36px;color:var(--legal-night);background:#fff0be;border-radius:50%;place-items:center;font-size:22px;display:grid}.legal-shell{width:min(760px,100% - 36px);margin:0 auto;padding:70px 0 100px}.legal-kicker{color:#98701b;letter-spacing:.14em;font-size:11px;font-weight:900}.legal-shell h1{letter-spacing:-.05em;margin:10px 0 8px;font-size:clamp(38px,6vw,58px);line-height:1}.legal-updated{color:var(--legal-muted);font-size:13px;margin-bottom:38px!important}.legal-shell h2{letter-spacing:-.025em;margin:40px 0 10px;font-size:23px}.legal-shell p,.legal-shell li{color:#4f5563;font-size:15px;line-height:1.75}.legal-shell ul{padding-left:22px}.legal-note{border:1px solid var(--legal-border);background:var(--legal-paper);color:var(--legal-muted);border-radius:16px;margin-top:42px;padding:18px 20px;font-size:13px;line-height:1.6}
