:root{--bg: #fffbeb;--ink: #1f2937;--muted: #6b7280;--accent: #047857;--accent-dark: #065f46;--card: #ffffff;--border: rgba(31, 41, 55, .08);--soft: #fef3c7}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--card);color:var(--ink);padding:.55rem 1rem;border-radius:.75rem}button:disabled{opacity:.6;cursor:not-allowed}button.primary{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700}button.primary:hover:not(:disabled){background:var(--accent-dark)}button.danger{color:#b91c1c;border-color:#fca5a5;background:#fef2f2}button.small{padding:.3rem .65rem;font-size:.85rem}.kid-app{min-height:100vh;padding-bottom:6rem}.back-home{display:inline-block;color:var(--muted);text-decoration:none;font-size:.85rem;padding:1rem 1.25rem 0}.back-home:hover{color:var(--ink)}.kid-main{max-width:720px;margin:0 auto;padding:1rem 1.25rem 2rem}.kid-main h1{font-size:1.6rem;margin:.25rem 0 1rem}.kid-main h2{font-size:1.05rem;margin:1.5rem 0 .75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.status{text-align:center;color:var(--muted);padding:2rem 0}.status.small{padding:.5rem 0}.status.error{color:#b91c1c}.status.info{color:var(--accent)}.empty{color:var(--muted);padding:1rem;text-align:center}.eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0}.eyebrow.light{color:#ffffffd9}.muted{color:var(--muted);margin:.25rem 0}.muted.small{font-size:.8rem}.center{text-align:center}.row-between{display:flex;align-items:center;justify-content:space-between;gap:1rem}.bottom-nav{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:480px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:999px;display:flex;justify-content:space-around;padding:.75rem 1rem;box-shadow:0 10px 30px #0000001a;z-index:50}.nav-item{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-decoration:none;color:#9ca3af;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.nav-item .nav-icon{font-size:1.4rem}.nav-item.active{color:var(--accent)}.discover-head{display:flex;align-items:center;gap:.85rem;margin:.5rem 0 1.25rem}.kid-avatar{width:48px;height:48px;border-radius:999px;overflow:hidden;border:2px solid var(--accent);background:var(--card);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--accent)}.kid-avatar img{width:100%;height:100%;object-fit:cover}.magic-btn{width:100%;background:linear-gradient(to right,#ccfbf1,#ffedd5);border:1px solid rgba(255,255,255,.5);padding:.9rem;border-radius:1rem;font-weight:800;display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:.95rem}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.category-row{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0 .5rem}.cat-btn{border:none;background:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.cat-btn.active .cat-icon{outline:3px solid var(--accent);outline-offset:2px}.cat-icon{width:56px;height:56px;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:0 1px 2px #0000000d}.cat-label{font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.section{margin-top:1.5rem}.pick-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.pick-card{width:260px;flex-shrink:0;border-radius:1.5rem;overflow:hidden;position:relative;box-shadow:0 10px 25px #0000001f;background:#1f2937;display:flex;flex-direction:column;min-height:320px}.pick-img{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.pick-img img{width:100%;height:100%;object-fit:cover}.duration-pill{position:absolute;top:1rem;right:1rem;background:#fffffff2;font-size:.7rem;font-weight:800;padding:.3rem .6rem;border-radius:.6rem}.pick-body{margin-top:auto;padding:1.25rem;background:linear-gradient(to top,#000000d9,#0000);color:#fff;position:relative;z-index:1}.pick-body h3{margin:.25rem 0 .75rem;font-size:1.15rem}.pick-body button{width:100%}.burner-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.burner-card{width:160px;flex-shrink:0}.burner-img{position:relative;width:100%;aspect-ratio:1;border-radius:1.25rem;overflow:hidden;background:var(--card);box-shadow:0 2px 8px #00000014;margin-bottom:.5rem}.burner-img img{width:100%;height:100%;object-fit:cover}.burner-add{position:absolute;bottom:.5rem;right:.5rem;width:40px;height:40px;border-radius:999px;background:var(--accent);color:#fff;border:none;font-size:1.4rem;font-weight:800;box-shadow:0 4px 10px #0478574d}.burner-card h4{margin:.25rem 0;font-size:.95rem}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-end;justify-content:center;z-index:100}.sheet{background:var(--bg);width:100%;max-width:520px;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;padding:1.25rem 1.5rem 1.75rem;box-shadow:0 -10px 40px #0003;max-height:90vh;overflow-y:auto}.sheet-handle{width:48px;height:5px;background:#d1d5db;border-radius:999px;margin:0 auto 1rem}.sheet h3{margin:0 0 1rem;text-align:center;color:var(--accent-dark)}.field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.85rem}.field span{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.field input,.field textarea,.field select{font:inherit;padding:.6rem .75rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card);color:var(--ink)}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--accent)}.sheet-actions{display:flex;gap:.5rem;margin-top:1rem}.sheet-actions button{flex:1}.sched-bucket h2{text-transform:capitalize}.sched-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.sched-row{display:grid;grid-template-columns:64px 1fr auto;gap:.85rem;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:.75rem}.sched-row.status-done{opacity:.65}.sched-row.status-skipped{opacity:.5}.sched-img{width:64px;height:64px;border-radius:.75rem;overflow:hidden;background:var(--soft)}.sched-img img{width:100%;height:100%;object-fit:cover}.sched-body h3{margin:0;font-size:1rem}.sched-body .notes{font-size:.85rem;color:var(--muted);margin-top:.25rem}.sched-actions{display:flex;flex-direction:column;gap:.4rem;align-items:stretch}.sched-actions select{font:inherit;padding:.3rem .5rem;border:1px solid var(--border);border-radius:.5rem;background:var(--card)}.moment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.moment-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}.moment-card img{width:100%;aspect-ratio:1;object-fit:cover}.moment-placeholder{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--soft)}.moment-body{padding:.65rem .85rem;display:flex;flex-direction:column;gap:.3rem}.moment-body .caption{font-weight:600;margin:0}.profile-card{display:flex;align-items:center;gap:1rem;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1rem;margin-bottom:1.5rem}.profile-card img,.profile-card .avatar-fallback{width:72px;height:72px;border-radius:999px;object-fit:cover}.avatar-fallback{background:var(--soft);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:var(--accent)}.profile-card h2{margin:0}.profile-form{display:flex;flex-direction:column;gap:.5rem;max-width:480px}.profile-form .primary{margin-top:.5rem;align-self:flex-start}.growth-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.growth-sub{color:var(--muted);font-size:.85rem;margin:.1rem 0 0}.growth-sub strong{color:var(--accent)}.view-toggle{display:inline-flex;background:var(--soft);border-radius:999px;padding:.25rem;margin:1rem 0}.view-toggle button{border:none;background:none;border-radius:999px;padding:.4rem .95rem;font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.view-toggle button.active{background:var(--card);color:var(--accent);box-shadow:0 1px 3px #0000001a}.week-nav{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.week-nav button{border:none;background:none;padding:.2rem .5rem;color:var(--muted)}.week-nav .range{min-width:7.5rem;text-align:center;font-weight:700}.week-nav .this-week{color:var(--accent);font-weight:800}.growth-domain{margin-bottom:1.25rem;border:1px solid var(--border);border-radius:1.25rem;background:var(--card);padding:1rem}.domain-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1.05rem;text-transform:none;letter-spacing:0;color:var(--ink)}.domain-title .dot-mark{width:.6rem;height:.6rem;border-radius:999px;background:var(--accent)}.domain-title .count{font-size:.75rem;font-weight:600;color:var(--muted)}.growth-context{background:var(--soft);border-radius:1rem;padding:.75rem;margin-bottom:.75rem}.context-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.context-head h3{margin:0;font-size:.95rem;color:var(--accent-dark)}.milestone-list{display:flex;flex-direction:column;gap:.5rem}.milestone{position:relative;display:flex;align-items:flex-start;gap:.65rem;background:var(--card);border:1px solid var(--border);border-radius:.85rem;padding:.65rem .7rem}.milestone.done{background:#ecfdf5;border-color:#a7f3d0}.milestone.overdue{border-color:#fcd34d}.check{flex-shrink:0;width:1.45rem;height:1.45rem;border-radius:999px;border:2px solid #cbd5e1;background:var(--card);padding:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;line-height:1;transition:background .15s,border-color .15s}.check.done{background:var(--accent);border-color:var(--accent)}.milestone-main{flex:1;min-width:0}.milestone-title{font-size:.92rem;font-weight:600;color:var(--ink)}.milestone.done .milestone-title{color:var(--muted);text-decoration:line-through}.milestone-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.pill{font-size:.68rem;font-weight:700;padding:.12rem .5rem;border-radius:999px;background:#f1f5f9;color:var(--muted)}.pill.overdue{background:#fef3c7;color:#b45309}.pill.chased{background:#d1fae5;color:var(--accent-dark)}.pill.ctx{background:#e0e7ff;color:#4338ca}.milestone-note{margin:.4rem 0 0;font-size:.8rem;font-style:italic;color:var(--muted)}.milestone-note-input{margin-top:.4rem;width:100%;font:inherit;font-size:.8rem;padding:.4rem .5rem;border:1px solid var(--border);border-radius:.5rem;resize:vertical}.milestone-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;flex-shrink:0}.link-btn{border:none;background:none;padding:.15rem .4rem;font-size:.72rem;font-weight:700;border-radius:.4rem}.link-btn.extend{color:var(--accent)}.link-btn.note{color:var(--muted)}.link-btn.del{color:#b91c1c}.add-inline{border:none;background:none;padding:.2rem .4rem;font-size:.78rem;font-weight:800;color:var(--accent);border-radius:.4rem}.add-inline-input{font:inherit;font-size:.85rem;padding:.35rem .55rem;border:1px solid var(--accent);border-radius:.5rem}.growth-empty{font-size:.8rem;color:var(--muted);padding:.25rem .15rem}.day-group{margin-bottom:1rem}.day-head{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 .5rem;padding-bottom:.3rem;border-bottom:1px solid var(--border)}.day-head .day-name{font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.day-head .day-date{font-size:.8rem;color:var(--muted)}.day-group.today .day-head .day-name{color:var(--accent)}.day-group.overdue .day-head{border-color:#fcd34d}.day-group.overdue .day-head .day-name{color:#b45309}.add-domain-row{text-align:center;padding:.5rem 0 1rem}.burst{position:absolute;left:.7rem;top:.65rem;width:1.45rem;height:1.45rem;pointer-events:none;z-index:5}.burst .ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;border:2px solid var(--accent);animation:growth-ring .65s ease-out forwards}.burst .dot{position:absolute;left:50%;top:50%;width:.45rem;height:.45rem;border-radius:999px;margin:-.22rem 0 0 -.22rem;animation:growth-burst .6s ease-out forwards}@keyframes growth-ring{0%{transform:scale(.3);opacity:.7}to{transform:scale(2.8);opacity:0}}@keyframes growth-burst{to{transform:translate(var(--tx),var(--ty)) scale(0);opacity:0}}.voice-mic{width:64px;height:64px;border-radius:999px;border:none;background:var(--accent);color:#fff;font-size:1.6rem;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0478574d}.voice-mic.listening{background:#dc2626;animation:voice-pulse 1s infinite}.voice-mic:disabled{opacity:.4}@keyframes voice-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.voice-row{display:flex;align-items:center;gap:.85rem;margin:.75rem 0}.voice-status{color:var(--muted);font-size:.9rem}.voice-draft{background:var(--card);border:1px solid var(--border);border-radius:.85rem;padding:.85rem;margin-top:.5rem}
