details.family-section{background:var(--surface);border:1px solid var(--line);border-radius:16px;margin-top:12px;max-width:100%;overflow:hidden}details.family-section>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 16px;cursor:pointer;font-weight:600;color:var(--text);list-style:none;overflow-wrap:anywhere}details.family-section>summary::-webkit-details-marker{display:none}details.family-section>summary:after{content:"";flex:0 0 auto;width:9px;height:9px;margin-right:3px;border-right:2px solid var(--text-soft);border-bottom:2px solid var(--text-soft);transform:rotate(45deg);transition:transform .15s ease-out}details.family-section[open]>summary:after{transform:rotate(225deg)}details.family-section>summary:focus-visible{outline:2px solid var(--accent-deep);outline-offset:-2px}@media (prefers-reduced-motion: reduce){details.family-section>summary:after{transition:none}}details.family-section>.card{border:0;border-radius:0;margin-top:0;padding:0 16px 16px;background:transparent}details.family-section>.card>h2:first-child{display:none}details.family-section>.card,details.family-section>.card p{overflow-wrap:anywhere}:root{--page: #FFF9EF;--surface: #FFFDF6;--surface-alt: #FFF2DC;--text: #2A1F16;--text-soft: #5C4C3B;--gold-link: #8A4E0C;--accent: #EFB15A;--accent-deep: #D89033;--cta-text: #3A2418;--verified: #41604B;--line: rgba(58, 36, 24, .3)}@media (prefers-color-scheme: dark){:root{--page: #191410;--surface: #221B14;--surface-alt: #2B2118;--text: #EDE3D6;--text-soft: #B5A696;--gold-link: #E8B368;--accent: #EFB15A;--accent-deep: #D89033;--cta-text: #3A2418;--verified: #8FBF9C;--line: rgba(237, 227, 214, .25)}}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--page);color:var(--text);font-family:Inter,system-ui,sans-serif}#root{min-height:100dvh;display:flex;flex-direction:column}header.family-head{max-width:640px;margin:0 auto;width:100%;padding:10px 16px 0;text-align:center}header.family-head span{font-size:.8rem;letter-spacing:.5px;color:var(--text-soft)}main{flex:1;padding:16px 16px 96px;max-width:640px;margin:0 auto;width:100%}h1{font-size:1.35rem;margin-bottom:8px}.muted{color:var(--text-soft)}nav.tabs{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--surface);border-top:1px solid var(--line)}nav.tabs a{flex:1;text-align:center;padding:12px 4px 14px;color:var(--text-soft);text-decoration:none;font-size:.8rem;min-height:48px}nav.tabs a[aria-current=page]{color:var(--gold-link);font-weight:600}button.quick-log{position:fixed;right:16px;bottom:72px;min-width:56px;min-height:56px;border-radius:50%;border:none;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-deep) 100%);color:var(--cta-text);font-size:1.6rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #3a241840}dialog.quick-log-sheet{border:none;border-radius:16px 16px 0 0;width:100%;max-width:640px;margin:auto auto 0;padding:20px 16px 28px;background:var(--surface);color:var(--text)}dialog.quick-log-sheet::backdrop{background:#2a1f1666}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.event-grid button{min-height:64px;border:1px solid var(--line);border-radius:12px;background:var(--surface-alt);color:var(--text);font-size:.9rem;cursor:pointer}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px;margin-top:12px}.row-controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center}#root button,#root input:not([type=checkbox]):not([type=radio]):not([type=file]),#root select,#root textarea{min-height:44px;padding:6px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-alt);color:var(--text);font:inherit}#root button{cursor:pointer}#root textarea{min-height:88px;width:100%;max-width:480px}#root input[type=checkbox],#root input[type=radio]{width:24px;height:24px;margin:10px}#root label{min-height:44px;display:inline-flex;align-items:center}#root code,#root pre{overflow-wrap:anywhere;word-break:break-all}#root .card,#root p,#root li{overflow-wrap:anywhere}.card button{min-height:44px;padding:6px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface-alt);color:var(--text);cursor:pointer}.card button[aria-pressed=true]{background:var(--accent);color:var(--cta-text);font-weight:600}.card input[type=date],.card input[type=datetime-local],.card input[type=text],.card input:not([type]){min-height:44px;padding:6px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);width:100%;max-width:320px}.card h2{font-size:1.05rem;margin-bottom:6px}.card p{margin:6px 0}a.trust-link,.trust-line>a{display:inline-block;min-height:44px;padding:12px 4px;margin:-12px -4px;color:var(--gold-link);font-weight:600;text-decoration:underline;text-underline-offset:3px}#root .card p>label:has(>input[type=checkbox]){display:flex;width:100%}.card label.file-pick{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:6px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface-alt);color:var(--text);cursor:pointer}.card label.file-pick input[type=file]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.card label.file-pick:focus-within{outline:2px solid var(--accent-deep);outline-offset:2px}.card label.file-pick:has(input:disabled){opacity:.5;cursor:default}.lu-msg{margin:8px 0;padding:10px 12px;border-radius:14px;max-width:92%}.lu-msg.lu{background:var(--surface-alt)}.lu-msg.me{background:var(--text);color:var(--page);margin-left:auto}.lu-msg.sys{background:var(--surface-alt);border:2px solid var(--accent-deep)}.lu-msg p{margin:0 0 4px}.lu-links a,.lu-src a{color:var(--gold-link);font-weight:600;text-decoration:underline;text-underline-offset:3px}.lu-link-row{display:block}.lu-link-row a{display:flex;align-items:center;min-height:44px;padding:0 4px}.event-grid.single{grid-template-columns:1fr}@media (max-width: 359px){.event-grid:not(.single){grid-template-columns:repeat(2,minmax(0,1fr))}}.lu-composer{display:flex;gap:8px;margin-top:12px}.lu-composer input{flex:1;min-width:0;min-height:48px;padding:8px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text)}.lu-composer button{min-height:48px;padding:0 18px;border:none;border-radius:12px;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-deep) 100%);color:var(--cta-text);font-weight:700;cursor:pointer}.lu-composer button:disabled{opacity:.5;cursor:default}h2{font-size:1.15rem;margin-top:20px}.breath-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;gap:14px;background:var(--page);text-align:center;padding:24px}.breath-overlay>:first-child{margin-top:auto}.breath-overlay>:last-child{margin-bottom:auto}.breath-overlay.night{background:#191410;color:#e8ddd2}.breath-overlay.night .muted{color:#b5a696}.breath-core{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at 38% 32%,var(--accent) 0%,var(--accent-deep) 85%);transition:transform .9s ease-in-out;will-change:transform}@media (prefers-reduced-motion: reduce){.breath-core{transition:none}}.breath-cue{font-size:1.3rem;font-weight:600;min-height:1.6em}.breath-left{font-variant-numeric:tabular-nums;color:var(--text-soft)}.breath-overlay.night .breath-left{color:#b5a696}.breath-controls button,.breath-rate button,.breath-done{min-height:48px;padding:8px 20px;border:1px solid var(--line);border-radius:12px;background:var(--surface-alt);color:var(--text);font-size:1rem;cursor:pointer}.breath-safety{max-width:320px}.breath-custom{margin-top:10px}.breath-custom select{min-height:44px;padding:6px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text)}.breath-custom button{min-height:44px;padding:6px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface-alt);color:var(--text);cursor:pointer}
