.app-shell{min-height:100dvh;display:flex;flex-direction:column;max-width:430px;margin:0 auto;background:var(--bg)}.app-main{flex:1;padding-bottom:calc(4.5rem + var(--safe-bottom))}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;display:flex;background:var(--surface);border-top:1px solid var(--border);padding-bottom:var(--safe-bottom);z-index:50}.bottom-nav__link{flex:1;text-align:center;padding:.85rem .5rem;text-decoration:none;color:var(--text-muted);font-size:.85rem;font-weight:500}.bottom-nav__link--active{color:var(--accent);font-weight:700}.screen{padding:1.25rem 1.1rem 1.5rem}.screen__header{margin-bottom:1.25rem}.screen__back{display:inline-block;margin-bottom:.75rem;font-size:.9rem;text-decoration:none}.screen__title{margin:0;font-size:1.65rem;font-weight:700;letter-spacing:-.02em}.screen__subtitle{margin:.35rem 0 0;color:var(--text-muted);font-size:.95rem}.screen__body{min-height:50dvh}.tomorrow-date{color:var(--text-muted);margin:0 0 1rem;font-size:.95rem}.kid-list{margin-bottom:1rem}.trust-line{color:var(--text-muted);font-size:.85rem;margin:1rem 0 0}.last-capture{color:var(--text-muted);font-size:.85rem;margin:-1rem 0 0}.tomorrow-links{display:flex;gap:1.25rem;margin-top:2rem;flex-wrap:wrap}.capture-section{margin-bottom:1.25rem}.capture-label{font-size:.9rem;color:var(--text-muted);margin:0 0 .65rem;font-weight:500}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.55rem .95rem;font-size:.95rem;color:var(--text)}.chip--selected{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.capture-step{font-size:.9rem;color:var(--text-muted);margin:0 0 .65rem;font-weight:500}.kid-picker{display:flex;flex-wrap:wrap;gap:.5rem}.kid-picker__btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem 1.1rem;font-size:1rem;color:var(--text)}.kid-picker__btn--selected{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.capture-hint{margin:.75rem 0 0;font-size:.85rem;color:var(--text-muted)}.toast-stack{position:fixed;left:50%;bottom:calc(5rem + var(--safe-bottom));transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:100}.toast-stack .toast{position:static;transform:none}.toast-action{background:var(--surface);color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.55rem 1rem;font-size:.9rem;font-weight:600}.btn-primary{display:block;text-align:center;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.9rem 1rem;font-weight:600;text-decoration:none;margin-top:1rem}.form-section{margin-bottom:1.5rem}.field{display:block;margin-bottom:.75rem}.form-section{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.list-card--row{flex-direction:row;justify-content:space-between;align-items:center}.text-btn{background:none;border:none;color:var(--text-muted);font-size:.85rem;padding:.25rem}.field{display:block;margin-bottom:1rem}.field__label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem}.field__input{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .9rem;font:inherit;background:var(--surface)}.form-section{margin-top:1.25rem}.form-section__heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .75rem}.solo-preview{margin-top:1.5rem}.solo-preview .settings-hint{margin-top:.5rem}.settings-link__sub{display:block;font-size:.85rem;font-weight:400;color:var(--text-muted);margin-top:.15rem}.toggle-row__label{margin:0;font-weight:500}.toggle{flex-shrink:0;width:3rem;height:1.75rem;border-radius:999px;border:1px solid var(--border);background:var(--border);padding:2px;position:relative}.toggle--on{background:var(--accent);border-color:var(--accent)}.toggle__knob{display:block;width:1.35rem;height:1.35rem;border-radius:50%;background:#fff;transition:transform .15s ease}.toggle--on .toggle__knob{transform:translate(1.25rem)}.language-options{display:flex;flex-direction:column;gap:.5rem}.language-option{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;font:inherit;color:var(--text)}.language-option--selected{background:var(--accent-soft);border-color:var(--accent);font-weight:600;color:var(--accent)}:root{--bg: #f7f5f2;--surface: #ffffff;--text: #1c2b33;--text-muted: #5c6b73;--accent: #1a4d5c;--accent-soft: #e8f2f4;--solo: #8b4513;--solo-bg: #faf3eb;--border: #e2ddd6;--radius: 12px;--safe-bottom: env(safe-area-inset-bottom, 0px);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.45;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{-webkit-font-smoothing:antialiased;overscroll-behavior:none}button{font:inherit;cursor:pointer}a{color:var(--accent)}.plain-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.list-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.25rem}.list-card__title{font-weight:600}.list-card__meta{color:var(--text-muted);font-size:.9rem}.primary-btn,.secondary-btn{width:100%;border:none;border-radius:var(--radius);padding:.9rem 1rem;font-weight:600}.primary-btn{background:var(--accent);color:#fff;margin-top:1.5rem}.primary-btn:disabled{opacity:.45;cursor:not-allowed}.secondary-btn{background:var(--surface);border:1px solid var(--border);color:var(--text);margin-top:.75rem}.secondary-btn:disabled{opacity:.6}.empty-state{color:var(--text-muted);font-size:1.05rem;margin:2rem 0}.stub-note{margin-top:1.5rem;font-size:.8rem;color:var(--text-muted)}.text-link{font-size:.95rem;text-decoration:none}.solo-badge{background:var(--solo-bg);color:var(--solo);border-radius:var(--radius);padding:.65rem .9rem;font-size:.9rem;font-weight:600;margin-bottom:1rem}.kid-block{background:var(--surface);border-radius:var(--radius);padding:1rem 1.1rem;border:1px solid var(--border)}.kid-block+.kid-block{margin-top:.65rem}.kid-block__name{margin:0 0 .35rem;font-size:1.1rem}.kid-block__items{margin:0;font-size:1.05rem;color:var(--text)}.toast{position:fixed;left:50%;bottom:calc(5rem + var(--safe-bottom));transform:translate(-50%);background:var(--text);color:#fff;padding:.75rem 1.25rem;border-radius:999px;font-size:.95rem;z-index:100}.upgrade-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center}.upgrade-price{font-size:1.5rem;font-weight:700;margin:0}.upgrade-detail{color:var(--text-muted);margin:.5rem 0 0}.helper-name{margin:0 0 1rem}.weekday-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.weekday-pill{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem;text-align:center;font-size:.85rem;position:relative}.weekday-pill--off{background:var(--solo-bg);border-color:#e8d4c0;font-weight:600}.weekday-pill__tag{display:block;font-size:.7rem;color:var(--solo);margin-top:.15rem}.settings-nav{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.settings-link{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;text-decoration:none;color:var(--text);font-weight:500}.settings-section{margin-top:1.25rem}.settings-heading{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .75rem}.settings-hint{color:var(--text-muted);font-size:.9rem;margin:0}.toggle-row{display:flex;justify-content:space-between;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem}
