:root{color-scheme:light;--background:#fff8ec;--foreground:#292724;--card:#ffffff;--card-foreground:#292724;--primary:#fbbb18;--primary-foreground:#292724;--muted:#f5eee1;--muted-foreground:#80786e;--border:#eee4d5;--ring:#f06a4f;--coral:#f56a50;--blue:#dff3f8;--purple:#eee9fc;--mint:#e6f3e8;--peach:#fff0df;--shadow:0 14px 35px rgba(84,61,25,.08)}*{box-sizing:border-box;border-color:var(--border)}html{background:var(--background)}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;line-height:1.5}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible{outline:3px solid var(--ring);outline-offset:3px}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;flex:none;height:100vh;position:sticky;top:0;padding:28px 18px;display:flex;flex-direction:column;border-right:1px solid var(--border);background:#fffdf8}.brand{display:flex;align-items:center;gap:10px;font-size:25px;font-weight:800;letter-spacing:-1px;padding:0 12px 30px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:var(--primary);color:#fff}.profile-mini{display:flex;align-items:center;gap:10px;padding:12px;background:var(--muted);border-radius:16px;margin-bottom:25px;font-size:12px}.profile-mini div:nth-child(2){flex:1}.profile-mini small,.profile-mini strong,.routine-row small,.story-row small,.routine-large small{display:block}.profile-mini small{color:var(--muted-foreground);font-size:11px}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f9c9a3;color:#8b4c2c;font-weight:800}.avatar.large{width:40px;height:40px;background:#f8d3ae}.sidebar nav{display:grid;gap:6px}.nav-item{position:relative;display:flex;align-items:center;gap:13px;padding:12px 13px;border:0;background:transparent;border-radius:13px;text-align:left;font-weight:600;color:var(--muted-foreground)}.nav-tooltip{position:absolute;left:calc(100% + 10px);top:50%;z-index:10;transform:translateY(-50%) translate(-4px);padding:8px 11px;border:1px solid var(--border);border-radius:9px;background:var(--card);color:var(--foreground);font-size:12px;font-weight:700;white-space:nowrap;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.nav-item:hover .nav-tooltip,.nav-item:focus-visible .nav-tooltip{opacity:1;transform:translateY(-50%) translate(0)}.nav-item.active{background:#fff0d0;color:#9d6e00}.nav-badge{margin-left:auto;width:20px;height:20px;display:grid;place-items:center;background:var(--coral);color:#fff;border-radius:50%;font-size:11px}.sidebar-bottom{margin-top:auto}.made-for{display:flex;gap:9px;margin:25px 12px 0;padding-top:18px;border-top:1px solid var(--border);font-size:11px;color:var(--muted-foreground)}.made-for svg{color:var(--coral)}.main-content{flex:1;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:flex-start;max-width:1160px;margin:auto;padding:38px 48px 26px}.date-label,.eyebrow{display:block;color:#a39a8e;font-size:10px;font-weight:800;letter-spacing:1.3px}.topbar h1{font-size:28px;letter-spacing:-.8px;margin:3px 0 0}.top-actions{display:flex;align-items:center;gap:17px}.icon-button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);background:var(--card);border-radius:12px}.mobile-brand{display:none}.content-wrap{max-width:1160px;margin:auto;padding:0 48px 60px}.journey{position:relative;display:flex;align-items:center;justify-content:space-around;padding:17px 20px;margin-bottom:24px;background:var(--card);border-radius:18px;box-shadow:var(--shadow)}.journey-line{position:absolute;left:18%;right:18%;top:36px;height:2px;background:#ede5d8}.journey-step{position:relative;display:flex;align-items:center;gap:10px;z-index:1;background:var(--card);padding:0 12px}.journey-step span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#f3ede3;color:#aaa092;font-weight:800}.journey-step.done span,.journey-step.current span{background:var(--primary);color:#fff}.journey-step.current span{color:#292724}.journey-step b{display:block;font-size:12px}.journey-step small{display:block;color:var(--muted-foreground);font-size:10px}.hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:18px}.welcome-card{position:relative;overflow:hidden;padding:31px;border-radius:22px;background:var(--primary);box-shadow:var(--shadow)}.welcome-card h2{font-size:32px;letter-spacing:-1.5px;margin:8px 0 4px}.welcome-card p{max-width:290px;margin:0 0 23px;color:#765b1b}.sun{position:absolute;right:27px;top:22px;font-size:73px;color:#ffd95b;opacity:.9}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:11px 17px;font-weight:800;font-size:13px}.button.coral{background:var(--coral);color:#fff}.button.yellow{background:var(--primary);color:#292724}.button.secondary{background:#f3eee7;color:#635d55}.button.full{width:100%}.today-card,.prepare-form,.story-preview,.profile-card,.inbox-card,.blank-state{background:var(--card);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.today-card{padding:25px}.card-heading,.split,.recent-header,.inbox-title,.preview-top{display:flex;justify-content:space-between;align-items:flex-start}.card-heading h3{margin:5px 0 0;font-size:18px}.routine-row{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid var(--border)}.routine-row:last-child{border:0}.routine-row div:nth-child(2){flex:1}.routine-row b{font-size:13px}.routine-row small{font-size:11px;color:var(--muted-foreground)}.routine-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;font-size:20px}.yellow-bg{background:#fff0b8}.blue-bg{background:var(--blue)}.section-title{margin:32px 0 16px}.section-title h2{font-size:20px;letter-spacing:-.5px;margin:4px 0}.section-title p{color:var(--muted-foreground);font-size:13px;margin:0;max-width:500px}.text-button{border:0;background:transparent;color:#b36c2b;display:flex;align-items:center;gap:5px;font-weight:800;font-size:12px;padding:4px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tool-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-height:162px;padding:20px;border:0;border-radius:19px}.tool-card.peach{background:var(--peach)}.tool-card.lavender{background:var(--purple)}.tool-card.mint{background:var(--mint)}.tool-card .tool-art{font-size:31px;margin-bottom:auto}.tool-card b{font-size:14px}.tool-card span{font-size:11px;color:var(--muted-foreground);margin-top:3px}.tool-card>svg{position:absolute;right:17px;bottom:18px}.prepare-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:34px}.prepare-form{padding:27px}.prepare-form .section-title{margin-top:0}.prepare-form label{display:block;font-size:12px;font-weight:800;margin:22px 0 9px}.chip-wrap{display:flex;flex-wrap:wrap;gap:7px}.choice{border:1px solid var(--border);background:#fffaf3;border-radius:999px;padding:8px 11px;font-size:11px}.choice.selected{background:#fff0bf;border-color:#f0bd31;font-weight:800}.format-list{display:grid;gap:7px;margin-bottom:21px}.format{display:grid;grid-template-columns:16px 1fr;align-items:center;text-align:left;column-gap:9px;border:1px solid var(--border);background:#fffaf3;border-radius:11px;padding:9px 11px;font-size:12px}.format small{grid-column:2;color:var(--muted-foreground);font-size:10px}.format.selected{border-color:#f0bd31;background:#fff8df}.radio{width:13px;height:13px;border:1px solid #b9afa0;border-radius:50%;grid-row:span 2}.format.selected .radio{border:4px solid var(--primary)}.story-preview{padding:27px;min-height:470px;background:#fffefc}.close-preview{border:0;background:transparent}.empty-preview{display:grid;place-items:center;align-content:center;text-align:center;min-height:410px;padding:25px}.empty-preview h3{font-size:17px;margin:15px 0 5px}.empty-preview p{font-size:12px;color:var(--muted-foreground);max-width:220px}.preview-dots{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:#fff0b8;color:#e6a900;font-size:30px}.story-illustration,.large-art{display:grid;place-items:center;background:var(--primary);border-radius:18px;color:#fff9df;font-size:82px}.story-illustration{height:165px;margin:20px 0;position:relative}.story-illustration span{position:absolute;font-size:32px;top:27px;right:25%}.story-preview h3{font-size:20px;margin:0}.story-preview>p{font-size:13px;color:var(--muted-foreground)}.story-controls{display:flex;justify-content:space-between;align-items:center;margin:22px 0;color:var(--muted-foreground);font-size:11px}.story-controls button{border:0;background:#f6efe4;border-radius:50%;width:30px;height:30px}.recent-header{align-items:end;margin-top:36px}.recent-header .section-title{margin-bottom:0}.request-card{display:flex;align-items:center;gap:13px;padding:15px 17px;background:var(--card);border:1px solid var(--border);border-radius:17px}.request-card>div:nth-child(2){flex:1}.request-card p{margin:2px 0 0;font-size:11px;color:var(--muted-foreground)}.status{padding:5px 9px;border-radius:99px;font-size:10px;font-weight:800}.status.waiting{background:#fff0bd;color:#aa7600}.status.quiet{background:#ecf4e8;color:#668467}.onboarding-page{min-height:100vh;background:var(--background);padding:24px 42px 50px}.onboarding-top{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between}.onboarding-brand{display:flex;align-items:center;gap:10px;color:var(--foreground);font-size:20px;font-weight:900;text-decoration:none}.onboarding-brand .brand-mark{width:32px;height:32px}.onboarding-progress{color:var(--muted-foreground);font-size:12px;font-weight:800}.onboarding-layout{max-width:1100px;margin:55px auto 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.onboarding-aside h1{max-width:470px;margin:12px 0 14px;font-size:49px;line-height:1.04;letter-spacing:-2.3px}.onboarding-aside>p{max-width:410px;color:var(--muted-foreground);font-size:16px;line-height:1.65}.onboarding-sun{display:grid;place-items:center;width:58px;height:58px;margin-bottom:29px;border-radius:20px;background:var(--primary);color:#fff;margin-left:2px}.onboarding-steps{display:grid;gap:18px;margin-top:42px}.onboarding-step{display:flex;gap:12px;align-items:flex-start;opacity:.48}.onboarding-step.current,.onboarding-step.done{opacity:1}.onboarding-step>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--muted);color:var(--muted-foreground);font-size:12px;font-weight:900;flex:none}.onboarding-step.current>span,.onboarding-step.done>span{background:var(--primary);color:var(--primary-foreground)}.onboarding-step b,.onboarding-step small{display:block}.onboarding-step b{font-size:13px}.onboarding-step small{max-width:260px;margin-top:2px;color:var(--muted-foreground);font-size:11px}.onboarding-card{min-height:420px;padding:44px;border:1px solid var(--border);border-radius:27px;background:var(--card);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}.onboarding-form h2{max-width:480px;margin:10px 0 8px;font-size:31px;letter-spacing:-1px}.onboarding-copy{max-width:420px;margin:0 0 30px;color:var(--muted-foreground);font-size:13px;line-height:1.65}.onboarding-form label{display:block;margin-bottom:8px;font-size:12px;font-weight:800}.onboarding-form input{width:100%;max-width:430px;padding:14px 16px;border:1px solid var(--border);border-radius:13px;background:var(--background);color:var(--foreground);font:inherit;outline:none}.onboarding-form input:focus{border-color:var(--ring);box-shadow:0 0 0 3px #f56a5021}.onboarding-note{display:flex;align-items:center;gap:8px;max-width:430px;margin-top:22px;padding:13px 15px;border-radius:13px;background:var(--peach);color:#896e58;font-size:11px}.onboarding-note svg{color:var(--coral);flex:none}.onboarding-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:500px}.onboarding-option{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--border);border-radius:13px;background:var(--background);text-align:left;font-size:12px;font-weight:800}.onboarding-option>span{display:grid;place-items:center;width:19px;height:19px;border:1px solid #d8cdbc;border-radius:6px;color:#fff}.onboarding-option.selected{border-color:var(--primary);background:#fff7d9}.onboarding-option.selected>span{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.onboarding-actions{display:flex;align-items:center;justify-content:space-between;margin-top:38px}.onboarding-back{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted-foreground);font-size:12px;font-weight:800}.onboarding-back:disabled{visibility:hidden}.onboarding-complete{text-align:center;display:flex;align-items:center}.onboarding-complete .onboarding-copy{margin-bottom:25px}.onboarding-check{display:grid;place-items:center;width:70px;height:70px;margin-bottom:22px;border-radius:23px;background:#fff0b8;color:#b47e00}.onboarding-complete .button{text-decoration:none}.onboarding-page .button{white-space:nowrap}@media (max-width:800px){.onboarding-page{padding:22px}.onboarding-layout{grid-template-columns:1fr;gap:25px;margin-top:38px}.onboarding-aside h1{font-size:38px}.onboarding-steps{display:none}.onboarding-card{min-height:380px;padding:28px}.onboarding-sun{margin-bottom:20px}}@media (max-width:560px){.onboarding-page{padding:18px}.onboarding-layout{margin-top:32px}.onboarding-aside h1{font-size:34px}.onboarding-aside>p{font-size:14px}.onboarding-card{padding:22px;border-radius:21px}.onboarding-options{grid-template-columns:1fr}.onboarding-actions{margin-top:28px}}.child-mode{min-height:100vh;background:#fff8ec}.child-top{display:flex;align-items:center;justify-content:space-between;max-width:800px;margin:auto;padding:25px 28px}.child-exit,.back-link,.skip-button{display:flex;align-items:center;gap:7px;border:0;background:transparent;font-weight:800;font-size:12px}.child-logo{display:flex;align-items:center;gap:7px;font-weight:900;font-size:18px}.child-logo svg{color:var(--coral)}.child-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#f9c9a3;font-weight:800;color:#8b4c2c}.child-home,.help-screen,.sent-screen{max-width:800px;margin:auto;padding:45px 28px}.child-greeting{text-align:center}.child-greeting h1{font-size:42px;letter-spacing:-1.8px;margin:7px 0}.child-greeting p{color:var(--muted-foreground);margin:0}.child-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:38px}.child-card,.help-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:0;border-radius:25px;padding:27px;min-height:175px}.child-card span,.help-card span{font-size:38px;margin-bottom:auto}.child-card b,.help-card b{font-size:18px}.child-card small,.help-card small{color:#6e6963;font-size:12px}.yellow-card,.help-card.yellow{background:#ffca26}.blue-card,.help-card.blue{background:var(--blue)}.coral-card,.help-card.coral{background:#ffd9ca}.lavender-card,.help-card.purple{background:var(--purple)}.child-footer{display:flex;justify-content:space-between;margin-top:30px;color:var(--muted-foreground);font-size:12px}.skip-button{color:#8d8378}.help-screen .child-greeting{margin:32px 0}.back-link{color:#8d8378}.help-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.help-card{min-height:155px}.sent-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:110px}.sent-icon{display:grid;place-items:center;width:90px;height:90px;border-radius:28px;background:#fff0b8;color:#c28b00;margin-bottom:26px}.sent-screen h1{font-size:40px;margin:8px 0}.sent-screen p{max-width:330px;color:var(--muted-foreground);font-size:14px;margin-bottom:28px}.library-hero{display:flex;justify-content:space-between;align-items:center;overflow:hidden;padding:27px 32px;border-radius:23px;background:#dff3f8}.library-hero h2{font-size:27px;margin:6px 0}.library-hero p{color:#607b80;font-size:13px;margin:0 0 18px}.large-art{width:180px;height:150px;background:#fbc21e;font-size:70px}.story-list,.routine-list{display:grid;gap:10px;margin-top:24px}.story-row,.routine-large{display:flex;align-items:center;gap:13px;padding:13px 16px;background:var(--card);border:1px solid var(--border);border-radius:15px}.story-row>div:nth-child(2),.routine-large>div:nth-child(2){flex:1}.story-row b,.routine-large b{font-size:13px}.story-row small,.routine-large small{font-size:11px;color:var(--muted-foreground)}.story-thumb{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#fff0b8;font-size:20px}.thumb-1{background:var(--purple)}.thumb-2{background:var(--mint)}.inbox-card{display:flex;gap:15px;padding:23px;max-width:680px}.inbox-main{flex:1}.inbox-title{align-items:center}.inbox-main h3{margin:18px 0 2px;font-size:24px}.inbox-main p{color:var(--muted-foreground);font-size:12px;margin:0}.inbox-actions{display:flex;gap:8px;margin-top:22px}.blank-state{text-align:center;padding:70px 20px}.blank-icon{display:grid;place-items:center;width:55px;height:55px;margin:auto;border-radius:18px;background:#fff0b8;color:#aa7600}.blank-state h3{margin:15px 0 3px}.blank-state p{margin:0;color:var(--muted-foreground);font-size:13px}.routine-large{padding:16px}.profile-card{overflow:hidden}.profile-banner{display:flex;align-items:center;gap:15px;padding:25px;background:#fff0bf}.profile-banner h2{margin:0}.profile-banner p{margin:2px 0;color:#756743;font-size:12px}.profile-banner .button{margin-left:auto}.profile-avatar{width:54px;height:54px}.preference-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:28px}.preference-grid h3{margin:7px 0 14px;font-size:16px}.preference-tags{display:flex;flex-wrap:wrap;gap:7px}.preference-tags span{padding:8px 10px;background:#f7f0e5;border-radius:9px;font-size:11px}@media (max-width:800px){.sidebar{width:70px;padding:20px 8px}.brand{padding:0 7px 25px}.brand span,.profile-mini>div:not(.avatar),.profile-mini>svg,.nav-item span,.made-for{display:none}.profile-mini{justify-content:center;padding:7px;background:transparent}.nav-item{justify-content:center;padding:12px 0}.topbar,.content-wrap{padding-left:22px;padding-right:22px}.topbar{padding-top:25px}.hero-grid,.prepare-layout{grid-template-columns:1fr}.tool-grid{grid-template-columns:repeat(3,1fr)}.tool-card{min-height:145px;padding:15px}.journey{padding:13px 3px}.journey-step{padding:0 4px;gap:6px}.journey-step b{font-size:10px}.journey-step small{display:none}.journey-line{left:16%;right:16%}}@media (max-width:560px){.sidebar{position:fixed;z-index:3;bottom:0;left:0;right:0;width:100%;height:68px;flex-direction:row;padding:8px 10px;border-top:1px solid var(--border);border-right:0}.brand,.profile-mini,.sidebar-bottom{display:none}.sidebar nav{width:100%;display:flex;justify-content:space-around}.nav-item{flex:1}.nav-item.active{background:#fff0d0}.main-content{padding-bottom:65px}.mobile-brand{display:block;font-size:13px;font-weight:900;color:var(--coral)}.date-label{font-size:9px}.topbar h1{font-size:24px}.top-actions .icon-button{display:none}.hero-grid{gap:12px}.welcome-card{padding:25px}.welcome-card h2{font-size:28px}.tool-grid{grid-template-columns:1fr}.tool-card{min-height:115px}.tool-card .tool-art{margin-bottom:12px}.prepare-form,.story-preview{padding:20px}.journey-step{flex-direction:column;gap:3px}.journey-step span{width:28px;height:28px;font-size:11px}.journey-line{top:28px}.recent-header{align-items:start;flex-direction:column;gap:4px}.child-top{padding:18px}.child-home,.help-screen,.sent-screen{padding:35px 20px}.child-greeting h1,.sent-screen h1{font-size:34px}.child-cards,.help-grid{gap:10px}.child-card,.help-card{padding:18px;min-height:140px;border-radius:18px}.child-card span,.help-card span{font-size:28px}.child-card b,.help-card b{font-size:15px}.library-hero{padding:22px}.large-art{width:100px;height:100px;font-size:45px}.library-hero h2{font-size:20px}.preference-grid{grid-template-columns:1fr;padding:22px;gap:25px}.profile-banner{flex-wrap:wrap}.profile-banner .button{margin-left:0}.inbox-card{padding:16px}.inbox-actions{flex-wrap:wrap}}.onboarding-aside{padding-bottom:28px}.onboarding-complete{align-items:center;justify-content:center;text-align:center;padding:56px 44px;gap:0}.onboarding-completion-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:#fff0b8;color:#9d6e00;font-size:11px;font-weight:900;letter-spacing:1px;white-space:nowrap}.onboarding-completion-badge .onboarding-check{width:24px;height:24px;margin:0}.onboarding-complete h2{max-width:560px;margin:24px auto 0;font-size:40px;line-height:1.15;letter-spacing:-1.4px;font-weight:500;text-wrap:balance}.onboarding-complete .onboarding-copy{max-width:460px;margin:20px auto 0;font-size:20px;line-height:1.5;text-align:center}.onboarding-complete-cta{min-height:56px;margin-top:32px;padding-left:25px;padding-right:25px}.onboarding-check{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#fff0b8;color:#b27c00}@media (max-width:800px){.onboarding-complete{min-height:380px;padding:42px 28px}.onboarding-complete h2{font-size:42px;letter-spacing:-1.4px}.onboarding-complete .onboarding-copy{font-size:18px}}@media (max-width:560px){.onboarding-aside{padding-bottom:0}.onboarding-complete{padding:38px 22px}.onboarding-complete h2{font-size:38px;line-height:1.12}.onboarding-complete .onboarding-copy{font-size:17px}.onboarding-complete-cta{width:100%}}.onboarding-complete{width:100%;flex-direction:column;align-items:center}.onboarding-complete h2,.onboarding-complete .onboarding-copy{width:100%}.settings-list{display:grid;gap:12px;max-width:720px;margin-top:26px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;background:var(--card);border:1px solid var(--border);border-radius:16px}.settings-row b,.settings-row small{display:block}.form-page{min-height:100vh;background:var(--background);padding:32px;display:grid;place-items:center}.form-panel{width:min(100%,640px);background:var(--card);border:1px solid var(--border);border-radius:28px;padding:clamp(24px,5vw,56px);display:grid;gap:14px;box-shadow:0 18px 50px #46321414}.form-panel h1{font-size:clamp(32px,5vw,52px);line-height:1.05;margin:0 0 4px}.form-panel p{color:var(--muted-foreground);line-height:1.6;margin:0 0 14px}.form-panel label{font-weight:700;font-size:14px;margin-top:8px}.form-panel input,.form-panel textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:var(--background);padding:14px 16px;font:inherit}.form-panel textarea{min-height:120px;resize:vertical}.text-link{color:var(--foreground);font-weight:700;position:absolute;top:28px;left:32px}.settings-row small{margin-top:4px;color:var(--muted-foreground);font-size:12px}.notification-wrap{position:relative}.notification-dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:var(--coral);border:2px solid var(--card)}.notification-popover{position:absolute;right:0;top:48px;z-index:20;width:280px;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--card);box-shadow:var(--shadow)}.notification-popover b{font-size:14px}.notification-popover p{margin:10px 0;color:var(--muted-foreground);font-size:12px}.profile-trigger{border:0;cursor:pointer}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;max-width:1100px;margin:auto;padding:45px}.auth-card{padding:42px;border:1px solid var(--border);border-radius:26px;background:var(--card);box-shadow:var(--shadow)}.auth-copy{margin:55px 0 28px}.auth-copy h1{font-size:46px;line-height:1.05;letter-spacing:-2px;margin:10px 0}.auth-copy p,.auth-art p{color:var(--muted-foreground)}.auth-card form{display:grid;gap:10px}.auth-card input{width:100%;margin-bottom:10px}.auth-switch{margin-top:18px;padding:0;border:0;background:none;color:var(--muted-foreground);font-size:12px;text-decoration:underline}.auth-art{padding:45px;border-radius:28px;background:var(--primary)}.auth-art h2{max-width:390px;font-size:50px;line-height:1.05;letter-spacing:-2px}.auth-art p{color:#765b1b}@media (max-width:700px){.auth-page{grid-template-columns:1fr;padding:22px;gap:18px}.auth-art{display:none}.auth-card{padding:28px}.auth-copy{margin-top:44px}.auth-copy h1{font-size:38px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.onboarding-form .field-block{max-width:430px;margin-bottom:18px}.onboarding-form .field-block:last-of-type{margin-bottom:0}.onboarding-form .field-hint{display:block;margin-top:7px;color:var(--muted-foreground);font-size:11px;line-height:1.5}.onboarding-form .field-error{display:flex;align-items:center;gap:6px;margin-top:7px;color:#c2452c;font-size:11px;font-weight:800}.onboarding-form input[aria-invalid=true]{border-color:#e0836f;box-shadow:0 0 0 3px #f56a501f}@keyframes kindly-spin{to{transform:rotate(360deg)}}.req-banner{display:flex;align-items:center;gap:13px;max-width:1160px;margin:0 auto 6px;padding:14px 18px;border:1px solid #f2c9bc;border-radius:17px;background:#fff1eb}.req-banner .req-banner-main{flex:1;min-width:0}.req-banner b{display:block;font-size:13px}.req-banner small{display:block;margin-top:2px;color:#8a6a5f;font-size:11px}.req-banner .button{flex:none}.child-active-strip{display:flex;align-items:center;gap:12px;margin-top:26px;padding:15px 18px;border:1px solid #f2c9bc;border-radius:20px;background:#fff1eb;text-align:left;width:100%}.child-active-strip>div{flex:1;min-width:0}.child-active-strip b{display:block;font-size:15px}.child-active-strip small{display:block;margin-top:2px;color:#8a6a5f;font-size:12px}.help-group{margin-top:26px}.help-group>h2{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:15px;letter-spacing:-.3px}.help-group>p{margin:0 0 14px;color:var(--muted-foreground);font-size:12px}.help-card .req-tag{margin-top:10px;padding:5px 9px;border-radius:99px;font-size:10px;font-weight:800;background:#ffffffb8;color:#5d564f}.help-card .pictogram{margin-bottom:auto}.pictogram{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#ffffffa8;color:#4a443d}.req-hero{display:grid;place-items:center;width:104px;height:104px;margin-bottom:22px;border-radius:32px;background:#fff0b8;color:#8f6a12}.req-hero.urgent{background:#ffdfd6;color:#9d3a1f}.req-hero.good{background:#e6f3e8;color:#3f6d4a}.req-hero.bad{background:#ffdfd6;color:#9d3a1f}.req-spin{animation:kindly-spin 1.1s linear infinite}.status-line{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:99px;background:#f4ece0;color:#5f584f;font-size:12px;font-weight:800;margin-bottom:14px}.status-line.urgent{background:#ffdfd6;color:#9d3a1f}.status-line.good{background:#e6f3e8;color:#3f6d4a}.big-actions{display:grid;gap:12px;width:100%;max-width:430px;margin-top:6px}.button.big{min-height:64px;font-size:16px;border-radius:22px;padding:14px 22px}.button.ghost{background:transparent;border:1px solid var(--border);color:#5f584f}.button.danger{background:#f8e2db;color:#9d3a1f}.timer-block{width:100%;max-width:430px;margin:4px 0 22px;text-align:left}.timer-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:12px;font-weight:800;color:#6b645b}.timer-track{height:14px;border-radius:99px;background:#f1e9dc;overflow:hidden}.timer-fill{height:100%;background:var(--primary)}.offline-steps{width:100%;max-width:430px;margin:0 0 22px;padding:0;list-style:none;display:grid;gap:10px;text-align:left}.offline-steps li{display:flex;gap:11px;align-items:flex-start;padding:15px 16px;border:1px solid var(--border);border-radius:16px;background:var(--card);font-size:14px}.offline-steps svg{flex:none;margin-top:2px;color:var(--coral)}.lifecycle{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0 4px}.lifecycle span{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:99px;background:#f4ece0;color:#8b8378;font-size:10px;font-weight:800;letter-spacing:.3px}.lifecycle span.done{background:#ecf4e8;color:#4a7350}.lifecycle span.now{background:#fff0bd;color:#8a6100}.lifecycle span.stop{background:#ffdfd6;color:#9d3a1f}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:14px;margin:20px 0 4px;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.meta-grid div span{display:block;color:#a39a8e;font-size:10px;font-weight:800;letter-spacing:1.1px}.meta-grid div b{display:block;margin-top:4px;font-size:13px}.status.urgent{background:#ffdfd6;color:#9d3a1f}.status.sending{background:#fff0bd;color:#8a6100}.status.delivered{background:#dff3f8;color:#2f6b7a}.status.ack{background:#ecf4e8;color:#4a7350}.status.failed{background:#ffdfd6;color:#9d3a1f}.status.done{background:#f1ece4;color:#6d665d}.status svg{vertical-align:-2px;margin-right:4px}.escalation-log{display:grid;gap:8px;margin:18px 0 0;padding:0;list-style:none}.escalation-log li{display:flex;gap:9px;align-items:flex-start;font-size:12px;color:var(--muted-foreground)}.escalation-log svg{flex:none;margin-top:2px;color:#b08a5a}.confirm-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;padding:15px 17px;border:1px solid #f2c9bc;border-radius:16px;background:#fff1eb}.confirm-strip b{flex:1;min-width:180px;font-size:13px}.note-strip{display:flex;gap:9px;align-items:flex-start;margin-top:18px;padding:14px 16px;border-radius:14px;background:var(--muted);color:#6b645b;font-size:12px}.note-strip svg{flex:none;margin-top:1px}.pin-screen{max-width:420px;margin:auto;padding:45px 28px;text-align:center}.pin-dots{display:flex;justify-content:center;gap:11px;margin:24px 0}.pin-dots i{width:15px;height:15px;border-radius:50%;border:2px solid #d8cdbc}.pin-dots i.on{background:var(--primary);border-color:var(--primary)}.pin-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 auto;max-width:300px}.pin-key{min-height:62px;border:1px solid var(--border);border-radius:18px;background:var(--card);font-size:20px;font-weight:800}.pin-key.wide{grid-column:span 1;font-size:12px}.pin-error{margin-top:14px;color:#c2452c;font-size:12px;font-weight:800}.emergency-link{display:inline-flex;align-items:center;gap:7px;margin-top:26px;padding:12px 18px;border:1px solid #f2c9bc;border-radius:99px;background:#fff1eb;color:#9d3a1f;font-size:12px;font-weight:800}@media (max-width:560px){.req-banner{margin:0 0 8px;border-radius:14px}.req-hero{width:86px;height:86px;border-radius:26px}.big-actions{max-width:100%}.button.big{min-height:58px}}@media (prefers-reduced-motion:reduce){.req-spin{animation:none!important}}.inbox-actions{flex-wrap:wrap}.inbox-card .inbox-main{min-width:0}.inbox-actions .button{white-space:nowrap}.prepare-form .other-field{margin-top:10px;max-width:100%}.prepare-form .other-field input{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:12px;background:#fffaf3;color:var(--foreground);font:inherit;font-size:12px;outline:none}.prepare-form .other-field input:focus{border-color:var(--ring);box-shadow:0 0 0 3px #f56a5021}.prepare-form .other-field small{display:block;margin-top:6px;color:var(--muted-foreground);font-size:11px}html{font-size:calc(16px * var(--kindly-text-scale, 1))}:root[data-contrast=high]{--foreground: #1a1815;--muted-foreground: #4a443c;--border: #b7a98f;--ring: #b3341a;--coral: #c3391f;--card: #ffffff}:root[data-stimulation=low]{--shadow: none;--blue: #f2f5f6;--purple: #f4f2f8;--mint: #f1f5f1;--peach: #faf4ec}:root[data-stimulation=low] .tool-art,:root[data-stimulation=low] .large-art,:root[data-stimulation=low] .story-illustration span,:root[data-stimulation=low] .preview-dots{display:none}:root[data-stimulation=low] .child-card{background:var(--card)}:root[data-motion=reduced] *,:root[data-motion=reduced] *:before,:root[data-motion=reduced] *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}:focus-visible{outline:3px solid var(--ring);outline-offset:3px;border-radius:6px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--ring);outline-offset:3px}button,a.button,[role=button],input[type=checkbox],input[type=radio],select{min-height:44px;min-width:44px}.text-link,p a,small a{min-height:0;min-width:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:12px 18px;background:var(--card);color:var(--foreground);border:2px solid var(--ring);border-radius:0 0 12px;font-weight:800}.skip-link:focus{left:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.state-block{display:grid;gap:12px;justify-items:center;text-align:center;padding:40px 24px;background:var(--card);border:1px solid var(--border);border-radius:20px}.state-block h3{margin:0;font-size:19px;letter-spacing:-.4px}.state-block p{margin:0;color:var(--muted-foreground);font-size:14px;max-width:46ch}.state-block .state-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--muted)}.state-block.state-error .state-icon{background:#fde3dc;color:#8c2b16}.state-block.state-offline .state-icon{background:#fdf0d5;color:#6f5200}.state-block.state-denied .state-icon{background:#eee9fc;color:#4a3b8c}.skeleton{background:linear-gradient(90deg,var(--muted) 25%,#fbf5ea 50%,var(--muted) 75%);background-size:200% 100%;border-radius:12px;animation:kindly-shimmer 1.4s ease-in-out infinite}@keyframes kindly-shimmer{to{background-position:-200% 0}}:root[data-motion=reduced] .skeleton{animation:none;background:var(--muted)}.inline-error{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:12px;background:#fde8e1;color:#7d2a15;font-size:13.5px;font-weight:600;border:1px solid #f2b9a7}.inline-note{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:12px;background:var(--muted);color:var(--foreground);font-size:13.5px;border:1px solid var(--border)}.offline-banner{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fdf0d5;color:#5c4400;border-bottom:1px solid #e8d5a8;font-size:13.5px;font-weight:700}.dialog-backdrop{position:fixed;inset:0;z-index:60;background:#29272473;display:grid;place-items:center;padding:20px}.dialog-panel{background:var(--card);border-radius:22px;border:1px solid var(--border);box-shadow:var(--shadow);padding:26px;width:min(520px,100%);max-height:85vh;overflow:auto}.dialog-panel h2{margin:0 0 8px;font-size:21px;letter-spacing:-.6px}.dialog-panel>p{margin:0 0 18px;color:var(--muted-foreground);font-size:14px}.dialog-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.dialog-danger{border-left:5px solid var(--coral)}.editor-grid{display:grid;gap:18px}.editor-card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:18px;display:grid;gap:12px}.editor-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-card h3{margin:0;font-size:16px}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.flag-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.flag-item{display:grid;gap:4px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--muted);font-size:13px}.flag-item[data-severity=block]{background:#fde8e1;border-color:#f2b9a7}.flag-item[data-severity=warn]{background:#fdf0d5;border-color:#e8d5a8}.flag-item b{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.flag-item q{color:var(--muted-foreground);font-style:normal}.certainty-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:999px;border:1px solid var(--border)}.certainty-tag[data-certainty=fact]{background:#e6f3e8;color:#2f5b39}.certainty-tag[data-certainty=possibility]{background:#dff3f8;color:#23525f}.certainty-tag[data-certainty=choice]{background:#eee9fc;color:#453a7a}.feelings-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.intensity-row{display:flex;flex-wrap:wrap;gap:12px}.intensity-option{flex:1 1 140px;min-height:72px;border-radius:18px;border:2px solid var(--border);background:var(--card);font-weight:800;font-size:16px;display:grid;place-items:center;gap:4px}.intensity-option[aria-pressed=true]{border-color:var(--coral);background:#fff1ec}.story-reader{display:grid;gap:18px;max-width:760px;margin:0 auto}.story-reader-page{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:28px;font-size:20px;line-height:1.7}.story-reader-nav{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.routine-runner-step{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:26px;display:grid;gap:14px}.routine-progress-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.routine-progress-list li{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;background:var(--muted);font-size:14px}.routine-progress-list li[data-state=done]{background:#e6f3e8}.routine-progress-list li[data-state=skipped]{background:var(--muted);color:var(--muted-foreground)}.routine-progress-list li[data-state=changed]{background:#fdf0d5}html,body{overflow-x:hidden}.content-wrap,.child-home,.help-screen,.sent-screen{max-width:100%}.meta-grid,.help-grid,.tool-grid,.hero-grid,.prepare-layout,.preference-grid{min-width:0}.meta-grid>*,.help-grid>*,.tool-grid>*{min-width:0;overflow-wrap:anywhere}@media (max-width: 640px){.dialog-panel{border-radius:18px;padding:20px}.story-reader-page{padding:20px;font-size:18px}.inbox-actions button,.big-actions button{width:100%}}.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.status,.status-line,.req-tag{display:inline-flex;align-items:center;gap:6px}.status svg,.status-line svg{flex:none}.read-aloud-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:2px solid var(--border);background:var(--card);font-weight:700}.read-aloud-button[aria-pressed=true]{border-color:var(--coral);background:#fff1ec}ol.journey,ol.lifecycle,ul.offline-steps,ol.onboarding-steps{list-style:none}ol.journey{margin:0 0 24px}ol.lifecycle li{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:99px;background:#f4ece0;color:#6d655b;font-size:10px;font-weight:800;letter-spacing:.3px}ol.lifecycle li.done{background:#ecf4e8;color:#3d6144}ol.lifecycle li.now{background:#fff0bd;color:#6f4e00}ol.lifecycle li.stop{background:#ffdfd6;color:#8a3219}ol.onboarding-steps{margin:0;padding:0}.meta-grid dt,.meta-grid dd{margin:0}.meta-grid>div{min-width:0}.journey:before{content:"";position:absolute;left:18%;right:18%;top:36px;height:2px;background:#ede5d8}:root{--muted-foreground: #6a6055;--coral: #c93f24;--ring: #c93f24}.eyebrow{color:#6a6055}.text-button{color:#95571f}.auth-art,.auth-art p,.auth-art h2,.auth-art .eyebrow{color:#332a06}.profile-mini small,.routine-row small,.story-row small,.routine-large small,.settings-row small,.meta-grid div span{color:#6a6055}.welcome-card,.welcome-card p,.welcome-card h2,.welcome-card .eyebrow{color:#332a06}.yellow-card small,.yellow-card b{color:#4a4133}.coral-card small,.coral-card b,.blue-card small,.blue-card b,.lavender-card small,.lavender-card b,.mint-card small,.mint-card b{color:#5a5148}.nav-item.active,.nav-item.active span{color:#755200}.date-label,.skip-button{color:#6a6055}.help-card small,.help-card b{color:#5a5148}.help-card.yellow small,.help-card.yellow b{color:#4a4133}.back-link{color:#6a6055}.demo-notice{position:sticky;top:0;z-index:80;display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 18px;background:#3a2f14;color:#fff6e2;font-size:13.5px;line-height:1.45;border-bottom:3px solid var(--primary)}.demo-notice p{margin:0;flex:1 1 22ch;min-width:0}.demo-notice b{color:#ffd772}.demo-notice svg{flex:none;color:var(--primary)}.demo-notice-toggle{flex:none;min-height:44px;padding:6px 14px;border:2px solid #7d6a3d;border-radius:999px;background:transparent;color:#fff6e2;font-weight:700;font-size:12.5px}.demo-notice-toggle:hover{background:#4a3c1c}.demo-notice-toggle:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.demo-notice-detail{flex:1 1 100%;display:grid;gap:8px;padding:6px 0 4px}.demo-notice-detail p{color:#f0e4cb;font-size:13px;max-width:78ch}input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:13px;background:var(--background);color:var(--foreground);font:inherit;outline:none}textarea{min-height:96px;resize:vertical}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted-foreground) 50%),linear-gradient(135deg,var(--muted-foreground) 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% + 2px),calc(100% - 15px) calc(50% + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:40px}input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,textarea:focus,select:focus{border-color:var(--ring);box-shadow:0 0 0 3px #c93f2424}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:#c0563a;box-shadow:0 0 0 3px #c93f241f}input::placeholder,textarea::placeholder{color:var(--muted-foreground);opacity:1}input:disabled,textarea:disabled,select:disabled{background:var(--muted);color:var(--muted-foreground);cursor:not-allowed}input[type=range]{width:100%;max-width:430px;height:44px}a.auth-switch,a.text-button,a.button{text-decoration:none}a.auth-switch:hover,a.text-button:hover{text-decoration:underline}
