:root{--bg:#fdfcfa;--surface:#f5efe9;--text:#2b2420;--text-muted:#8a7d72;--border:#e8ddd2;--accent:#c2683f;--accent-text:#fff;--danger:#b91c1c;color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font:16px/1.45 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#1a1613;--surface:#262019;--text:#f4f0ea;--text-muted:#b5a799;--border:#3a322a;--accent:#e08a5f;--accent-text:#2b1d14}}*{box-sizing:border-box}html,body{margin:0;overflow:hidden}button{font:inherit}#root{height:100dvh}.app{flex-direction:column;max-width:480px;height:100dvh;margin:0 auto;display:flex;overflow:hidden}.app-header{padding:env(safe-area-inset-top,16px) 16px 8px;text-align:center}.app-header h1{margin:8px 0;font-size:20px}.app-main{overscroll-behavior-y:contain;flex-direction:column;flex:1;padding:8px 16px 16px;display:flex;overflow-y:auto}.tab-bar{border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0);display:flex}.tab-bar button{color:var(--text-muted);background:0 0;border:none;flex:1;padding:14px 0;font-weight:500}.tab-bar button.active{color:var(--accent)}.install-banner{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;margin:0 16px 8px;padding:10px 12px;font-size:14px;display:flex}.install-banner-text{flex:1}.install-banner button{background:var(--accent);color:var(--accent-text);border:none;border-radius:8px;padding:8px 12px;font-weight:500}.install-banner-dismiss{font-size:18px;line-height:1;color:var(--text-muted)!important;background:0 0!important;padding:4px 6px!important}.log-view{flex-direction:column;flex:1;align-items:center;display:flex}.log-hero{flex-direction:column;align-items:center;gap:16px;width:100%;padding-top:16px;display:flex}.log-hero.log-hero-empty{flex:1;justify-content:center;padding-top:0}.home-overview{flex-direction:column;gap:12px;width:100%;margin-top:28px;display:flex}.home-overview h3{color:var(--text-muted);margin:4px 0 0;font-size:14px}.home-overview-note{color:var(--text-muted);text-align:center;font-size:13px}.log-summary{color:var(--text-muted);font-size:14px}.log-summary-dot{opacity:.5}.log-summary-link{color:var(--text-muted);background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.log-now-button{background:var(--accent);width:160px;height:160px;color:var(--accent-text);border:none;border-radius:50%;font-size:20px;font-weight:600}.link-button{color:var(--accent);background:0 0;border:none;padding:4px;text-decoration:underline}.bristol-heading{color:var(--text-muted);margin:0 0 6px;font-size:13px}.bristol-wiki-link{color:var(--text-muted);text-decoration:underline}.bristol-picker-row{justify-content:space-between;gap:6px;display:flex}.bristol-button{aspect-ratio:1;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:2px;display:flex}.bristol-button.selected{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.bristol-thumb{opacity:.85;width:60%;max-width:28px}.bristol-button.selected .bristol-thumb{opacity:1}.bristol-label{color:var(--text-muted);text-align:center;justify-content:center;align-items:center;gap:4px;margin:4px 0 0;font-size:13px;display:flex}.bristol-info-button{border:1px solid var(--border);background:var(--bg);color:var(--text-muted);border-radius:999px;width:18px;height:18px;padding:0;font-size:11px;line-height:1}.bristol-reference-overlay{z-index:20;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.bristol-reference-panel{background:var(--bg);border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:280px;padding:20px;display:flex}.bristol-reference-image{width:160px;height:160px}.bristol-reference-caption{text-align:center;margin:0;font-size:14px;font-weight:500}.bristol-reference-panel button{background:var(--surface);color:var(--text);border:none;border-radius:8px;padding:8px 16px}.day-group{margin-bottom:16px}.day-header{color:var(--text-muted);margin:0 0 6px;font-size:14px}.day-entries{flex-direction:column;gap:6px;display:flex}.history-fab{right:20px;bottom:calc(56px + env(safe-area-inset-bottom,0px) + 16px);background:var(--accent);width:56px;height:56px;color:var(--accent-text);z-index:5;border:none;border-radius:50%;font-size:28px;line-height:1;position:fixed;box-shadow:0 4px 12px #0000004d}.entry-row-wrapper{position:relative;overflow:hidden}.entry-row-delete-slot{justify-content:flex-end;align-items:stretch;width:76px;transition:transform .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.entry-row-delete{background:var(--danger);color:#fff;border:none;border-radius:8px;width:68px;font-weight:500}.entry-row{text-align:left;background:var(--surface);width:100%;color:var(--text);touch-action:pan-y;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:width .2s;display:flex;position:relative}.entry-time{min-width:70px;font-weight:500}.entry-badge{background:var(--accent);color:var(--accent-text);border-radius:999px;padding:2px 8px;font-size:12px}.entry-notes{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.empty-state{text-align:center;color:var(--text-muted);padding-top:40px}.edit-overlay{z-index:10;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.edit-panel{background:var(--bg);border-radius:16px 16px 0 0;flex-direction:column;gap:12px;width:100%;max-width:480px;padding:16px;transition:transform .2s;display:flex}.edit-panel-handle{background:var(--border);border-radius:999px;align-self:center;width:36px;height:4px;margin:-4px 0}.edit-panel textarea{resize:vertical;border:1px solid var(--border);background:var(--bg);min-height:60px;color:var(--text);border-radius:8px;padding:8px}.edit-panel input[type=datetime-local]{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:8px}.edit-actions{gap:8px;display:flex}.edit-actions button{background:var(--surface);color:var(--text);border:none;border-radius:8px;flex:1;padding:10px}.edit-actions button:first-child{background:var(--accent);color:var(--accent-text)}.edit-actions button.danger{background:var(--danger);color:#fff}.stats-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;display:grid}.stat-card{background:var(--surface);border-radius:12px;flex-direction:column;align-items:center;padding:16px;display:flex}.stat-value{font-size:24px;font-weight:600}.stat-label{color:var(--text-muted);font-size:12px}
