:root{--bg: #f6f1ea;--surface: #ffffff;--muted-bg: #efe8df;--primary: #c45c4a;--primary-dark: #a34838;--accent: #5e7f6a;--text: #2a2421;--text-muted: #7a716b;--border: #e6ddd4;--danger: #b42318;--pee: #5b8def;--poo: #c47a3a;--radius: 16px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--bg)}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.screen a{color:var(--primary);text-decoration:underline;font-weight:700}.app{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);overflow-x:hidden;position:relative;padding-bottom:calc(88px + env(safe-area-inset-bottom))}.screen{flex:1;min-width:0;padding:16px;display:flex;flex-direction:column;gap:16px}h1{margin:0;font-size:1.7rem}h2{margin:0;font-size:1.05rem}.muted{color:var(--text-muted);margin:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:10px;overflow:hidden;max-width:100%;min-width:0}.row{display:flex;flex-wrap:wrap;gap:8px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.btn{min-height:52px;border:0;border-radius:14px;padding:0 16px;font-weight:700;cursor:pointer}.btn:disabled{opacity:.45}.btn-primary{background:var(--primary);color:#fff}.btn-accent{background:var(--accent);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-muted{background:var(--muted-bg);color:var(--text)}.btn-success{background:#3a9b6e;color:#fff}.chip{border:0;background:var(--muted-bg);border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer}.chip.on{background:var(--primary);color:#fff}.big{min-height:88px;border:2px solid var(--primary);background:var(--surface);border-radius:var(--radius);font-weight:800;cursor:pointer}.big.pee{border-color:var(--pee);color:var(--pee)}.big.poo{border-color:var(--poo);color:var(--poo)}.field{display:flex;flex-direction:column;gap:6px}.field span{color:var(--text-muted);font-weight:600;font-size:.9rem}.field input,.field textarea,.field select{min-height:52px;border:0;border-radius:12px;background:var(--muted-bg);padding:0 14px;font-size:1.1rem}.multi-select-field{margin:0}.multi-select{position:relative}.multi-select summary{list-style:none;min-height:52px;border:0;border-radius:12px;background:var(--muted-bg);padding:0 36px 0 14px;font-size:1.1rem;display:flex;align-items:center;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select summary::-webkit-details-marker{display:none}.multi-select summary:after{content:"▾";position:absolute;right:14px;color:var(--text-muted);font-size:1rem}.multi-select[open] summary:after{content:"▴"}.multi-select-panel{margin-top:6px;padding:10px 12px;border-radius:12px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto}.field textarea{min-height:96px;padding:12px 14px;font-size:1.05rem;resize:vertical}.header{display:flex;align-items:center;justify-content:space-between;gap:8px}.header button{width:44px;height:44px;border:0;background:transparent;cursor:pointer}.tabbar{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:40;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;background:var(--surface);border-top:1px solid var(--border);padding:8px 8px calc(10px + env(safe-area-inset-bottom))}.tab{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:0;color:var(--text-muted);font-size:11px;font-weight:700;cursor:pointer}.tab.on{color:var(--primary)}.tab-icon-wrap{position:relative;display:inline-flex}.tab-badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--primary);color:#fff;font-size:10px;font-weight:800;line-height:16px;text-align:center}.tab-center{margin-top:-28px}.tab-center .orb{width:68px;height:68px;border-radius:34px;background:var(--primary);color:#fff;display:grid;place-items:center;box-shadow:0 6px 16px #a4483859}.sharing-block{display:flex;flex-direction:column;gap:8px;margin-top:8px}.sharing-invite-card{padding:12px;border-radius:var(--radius);background:var(--muted-bg)}.sharing-invite-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.sharing-invite-row .btn{width:auto;flex-shrink:0}.active-now{display:flex;flex-direction:column;gap:8px}.active-now-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius);padding:12px 14px}.active-now-text{min-width:0;flex:1}.active-now-meta{margin-top:2px;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.active-now-row .btn{flex-shrink:0;width:auto;min-width:96px;padding:10px 14px}.switch{display:flex;background:var(--muted-bg);border-radius:999px;padding:4px}.switch button{flex:1;border:0;background:transparent;padding:12px;font-weight:800;color:var(--text-muted);border-radius:999px;cursor:pointer}.switch button.on{background:var(--surface);color:var(--text)}.tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tile{min-height:120px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.tile.soon{opacity:.5;cursor:default}.icon-wrap{width:56px;height:56px;border-radius:28px;background:var(--muted-bg);display:grid;place-items:center;color:var(--primary)}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.dashboard-stats{display:flex;flex-direction:column;gap:8px}.stat-row-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.stat-row-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stat-row-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.stat-row-2 .stat,.stat-row-3 .stat,.stat-row-4 .stat{text-align:center;padding:12px 6px}.stat-row-2 .stat b,.stat-row-3 .stat b,.stat-row-4 .stat b{font-size:1.15rem}.stat-row-2 .muted,.stat-row-3 .muted,.stat-row-4 .muted{font-size:.75rem;line-height:1.2}.dash-notes-badge{font-size:.82rem;font-weight:700;white-space:nowrap}.dash-notes-list{display:flex;flex-direction:column;gap:8px}.dash-note-item{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px solid var(--border)}.dash-note-item:last-child{border-bottom:0;padding-bottom:0}.dash-note-item p{margin:0;white-space:pre-wrap;line-height:1.35}.dash-note-todo-btn{width:100%;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:10px 12px;cursor:pointer;font:inherit;color:inherit;text-align:left}.dash-note-todo-btn:active{border-color:var(--primary)}.dashboard-stats>.stat{width:100%}.dash-section{font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:18px 0 8px}.period-selector{width:100%;margin:12px 0 4px}.period-selector-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:relative;background:var(--muted-bg);border-radius:14px;padding:4px;gap:0}.period-selector-thumb{position:absolute;top:4px;bottom:4px;left:4px;width:calc((100% - 8px) / var(--count));border-radius:11px;background:var(--surface);box-shadow:0 1px 4px #0000001a;transform:translate(calc(var(--index) * 100%));transition:transform .22s ease;pointer-events:none}.period-selector-btn{position:relative;z-index:1;border:0;background:transparent;padding:11px 2px;font-size:.82rem;font-weight:700;cursor:pointer;color:var(--muted);white-space:nowrap;text-align:center;min-width:0}.period-selector-btn.on{color:var(--primary)}.period-selector-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:11px}.log-line-static{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 0;border-bottom:1px solid var(--border)}.log-line-static:last-child{border-bottom:0}.stat-sub{display:block;font-size:.7rem;margin-top:2px;line-height:1.2}.stat b{display:block;font-size:1.5rem;margin-top:4px}.temp-value.temp-ok{color:#3a9b6e;font-weight:700}.temp-value.temp-warn{color:#c47a3a;font-weight:700}.temp-value.temp-alert{color:var(--danger);font-weight:700}.stat-meal{width:100%}.meal-pie-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:4px}.meal-pie-chart{position:relative;width:120px;height:120px}.meal-pie{width:100%;height:100%;border-radius:50%}.meal-pie-center{position:absolute;inset:18%;border-radius:50%;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1}.meal-pie-center b{font-size:1.4rem}.meal-pie-center .muted{font-size:.7rem}.meal-pie-legend{display:flex;gap:12px;font-size:.8rem}.meal-pie-legend span:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:4px;vertical-align:middle}.meal-pie-legend .leg-breast:before{background:var(--primary)}.meal-pie-legend .leg-bottle:before{background:var(--accent, #c45)}.meal-pie-legend .leg-other:before{background:#c9a227}.meal-pie-detail{text-align:center;font-size:.85rem;margin:0}.bar.breast{background:var(--primary)}.bar.bottle{background:var(--accent, #c45)}.bar-legend{display:flex;gap:12px;margin-bottom:8px;font-size:.8rem}.bar-legend span:before{content:"";display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:4px;vertical-align:middle}.bar-legend .leg-breast:before{background:var(--primary)}.bar-legend .leg-bottle:before{background:var(--accent, #c45)}.bar.sleep{background:#6b7fa8}.bar.meal{background:var(--primary)}.meal-bar-pair{flex:1;width:100%;min-height:0;display:flex;align-items:flex-end;justify-content:center;gap:3px}.meal-bar-pair .bar-stack{flex:1;max-width:14px}.meal-bar-col{min-width:32px}.meal-bar-total{font-size:.65rem;line-height:1}.timer{font-size:3rem;font-weight:800;text-align:center}.line{display:flex;justify-content:space-between;gap:12px}.bars-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.bars{display:flex;align-items:flex-end;gap:4px;height:160px;min-width:100%}.bar-col{flex:1 0 auto;min-width:22px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:4px}.bar-stack{flex:1;width:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2px}.bar{width:100%;max-width:28px;background:var(--primary);border-radius:6px 6px 0 0;min-height:4px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3px;box-sizing:border-box;overflow:hidden}.bar:not(.empty){min-height:18px}.bar.empty{opacity:.25;padding-top:0}.bar.accent{background:var(--accent)}.bar.pee{background:var(--pee)}.bar-value{font-size:9px;font-weight:700;line-height:1;color:#fff;white-space:nowrap}.bar-label{font-size:10px;color:var(--text-muted);white-space:nowrap}.bars.compact .bar-col{min-width:18px}.bars.compact .bar-value{font-size:7px}.bars.compact .bar-label{font-size:8px}.google-btn-host{min-height:44px}.google-user{display:flex;align-items:center;gap:12px}.google-user img{width:48px;height:48px;border-radius:24px;flex-shrink:0}.google-user>div{min-width:0;flex:1}.google-user-email{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;line-height:1.3}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border:0;border-radius:999px;background:var(--muted-bg);color:var(--text-muted);cursor:pointer}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.sharing-invite-email{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sharing-invite-row .icon-btn{width:36px;height:36px}.zodiac{margin:0 0 4px;font-size:1.05rem}.alert-line{display:flex;flex-direction:column;gap:2px;padding:10px 0;border-bottom:1px solid var(--border)}.alert-line:last-child{border-bottom:0;padding-bottom:0}.alert-line:first-of-type{padding-top:0}.goal-label{margin:12px 0 0;font-weight:700;font-size:.9rem}.overlay{position:fixed;inset:0;background:#2a242173;display:flex;align-items:flex-end;justify-content:center}.sheet{width:min(480px,100%);background:var(--surface);border-radius:24px 24px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:12px}.consent-banner{position:fixed;left:50%;transform:translate(-50%);bottom:calc(76px + env(safe-area-inset-bottom));width:min(480px,100%);z-index:35;margin:0;padding:12px 16px;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -6px 24px #2a24211a;display:flex;flex-direction:column;gap:10px;font-size:.88rem}.consent-banner p{margin:0;line-height:1.45}.legal-footer{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:.84rem}.legal-footer a{color:var(--text-muted);text-decoration:underline;font-weight:600}.legal-prose h2{margin:1.25em 0 .35em;font-size:1rem}.legal-prose h2:first-of-type{margin-top:0}.legal-prose p,.legal-prose li{line-height:1.55;font-size:.92rem}.legal-prose ul{padding-left:1.2em;margin:.5em 0}.legal-prose code{font-size:.85em}.log-line{width:100%;background:none;border:0;padding:10px 0;cursor:pointer;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:2px;border-bottom:1px solid var(--border)}.log-line:last-child{border-bottom:0}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.accordion-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.accordion-trigger{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:none;padding:0;margin:0;cursor:pointer;text-align:left;color:inherit;min-height:44px}.accordion-trigger h2{margin:0}.accordion-chevron{flex-shrink:0;color:var(--muted, #888);transition:transform .2s ease}.accordion-chevron.open{transform:rotate(180deg)}.accordion-action{flex-shrink:0}.accordion-body{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.accordion-body .btn{width:100%}.accordion-body>:first-child{margin-top:0}.entry-above-journal{margin:8px 0}.journal-filters{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.entry-above-journal .btn{width:100%}.linkish{border:0;background:none;color:var(--primary);font-weight:700;font-size:.9rem;cursor:pointer;text-decoration:underline;padding:0}.baby-photo-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:12px}.baby-photo{width:96px;height:96px;border-radius:50%;border:2px dashed var(--border);background:color-mix(in srgb,var(--border) 25%,transparent);padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--muted)}.baby-photo.editable{cursor:pointer}.baby-photo.has-photo{border-style:solid}.baby-photo img{width:100%;height:100%;object-fit:cover}.baby-photo-input{display:none}.baby-photo-remove{font-size:.85rem}.info-line{display:flex;flex-direction:column;gap:2px;padding:6px 0;border-bottom:1px solid var(--border)}.info-line:last-child{border-bottom:0}.ok-flash{margin:0;font-weight:700;color:var(--accent)}.smart-entry{display:flex;flex-direction:column;gap:10px}.check-inline{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.9rem;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.check-inline input{width:18px;height:18px;accent-color:var(--primary)}
