:root{color:#172033;font-synthesis:none;background:#f5f7fb;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}main{max-width:1180px;margin:auto;padding:28px 18px 60px}.hero{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.hero h1{margin:0;font-size:clamp(2rem,5vw,3.2rem)}.hero p{color:#5b6475}.privacy{color:#174a8b;background:#e9f2ff;border-radius:12px;padding:10px 14px}.panel,.stat{background:#fff;border:1px solid #e3e8f0;border-radius:18px;box-shadow:0 8px 26px #20304a0f}.panel{margin-bottom:18px;padding:20px}.panel h2{margin:0 0 16px}.panel label{flex-direction:column;gap:7px;font-size:.92rem;font-weight:600;display:flex}.panel input,.panel select,select{background:#fff;border:1px solid #cfd7e3;border-radius:10px;min-height:44px;padding:11px 12px}.panel input:focus,.panel select:focus,button:focus-visible{outline-offset:2px;outline:3px solid #2563eb47}button{color:#fff;background:#2563eb;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:11px 15px;font-weight:700;display:inline-flex}.secondary-button{color:#174a8b;background:#e8eef9}.ghost-button{color:#334155;background:0 0;border:1px solid #cbd5e1}.danger-button{color:#a51d14;background:#fff0f0}.settings-grid,.entry-form{grid-template-columns:repeat(3,1fr) auto;align-items:end;gap:14px;display:grid}.settings-grid{grid-template-columns:1.2fr 1fr 1fr auto}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.stat{padding:18px}.stat span,.insight span{color:#697386;margin-bottom:7px;font-size:.85rem;display:block}.stat strong{font-size:1.3rem}.progress-row,.section-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.progress{background:#e8edf5;border-radius:999px;height:12px;margin-top:10px;overflow:hidden}.progress div{background:#2563eb;height:100%}.milestones{flex-wrap:wrap;gap:8px;display:flex}.milestones span{color:#166534;background:#e8f7ee;border-radius:999px;padding:6px 10px;font-size:.84rem;font-weight:700}.subtle{color:#697386;font-size:.88rem}.insights-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.insight{background:#f8fafc;border:1px solid #e3e8f0;border-radius:14px;padding:15px}.insight strong{font-size:1.08rem}.insight-wide{grid-column:span 2}.health-note{color:#5b6475;margin:14px 0 0;font-size:.88rem;line-height:1.5}.chart{min-height:280px}.chart-loading,.chart-empty{text-align:center;color:#647084;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:280px;display:flex}.chart-empty strong{color:#172033;font-size:1.05rem}.chart-summary{color:#5b6475;margin:8px 0 0;font-size:.88rem;line-height:1.5}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #edf0f5;padding:12px}th{color:#647084;font-size:.82rem}.empty-cell{text-align:center;color:#647084;padding:24px}.actions{gap:6px;display:flex}.icon{color:#1d4ed8;background:#eef3fb;min-width:44px;min-height:44px;padding:8px}.icon.danger{color:#a51d14;background:#fff0f0}.entry-cards{display:none}.entry-card{background:#fbfcfe;border:1px solid #e3e8f0;border-radius:14px;padding:15px}.entry-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.entry-card-head span{color:#1d4ed8;font-size:1.15rem;font-weight:800}.entry-card dl{gap:8px;margin:0;display:grid}.entry-card dl div{justify-content:space-between;gap:12px;display:flex}.entry-card dt{color:#697386}.entry-card dd{text-align:right;margin:0}.entry-card .actions{justify-content:flex-end;margin-top:14px}.backup-warning{color:#92400e;background:#fff7df;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:800}.backup-status{color:#174a8b;background:#f4f8ff;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:12px;padding:13px;display:flex}.backup-status strong,.backup-status span{display:block}.backup-status span{color:#51657d;margin-top:3px;font-size:.84rem}.backup-reminder{color:#7c4a03;background:#fff8e6;border:1px solid #f5d98b;border-radius:12px;padding:11px 13px}.button-grid{flex-wrap:wrap;gap:10px;display:flex}.toast{color:#fff;z-index:30;background:#172033;border-radius:12px;align-items:center;gap:12px;padding:10px 12px 10px 16px;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 8px 24px #0003}.toast-undo{color:#172033;background:#fff;min-height:36px;padding:7px 10px}.modal-backdrop{z-index:40;background:#0f172a94;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(560px,100%);padding:24px;box-shadow:0 24px 70px #0000004d}.modal h2{margin:0 0 12px}.modal p{color:#475569;line-height:1.55}.modal label{flex-direction:column;gap:7px;margin-top:16px;font-weight:700;display:flex}.modal input{border:1px solid #cbd5e1;border-radius:10px;min-height:44px;padding:10px 12px}.modal-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.settings-grid,.entry-form{grid-template-columns:1fr 1fr}.settings-grid button,.entry-form button{width:100%}.insights-grid{grid-template-columns:1fr 1fr}}@media (width<=800px){.hero{flex-direction:column}.stats{grid-template-columns:1fr 1fr}.settings-grid,.entry-form{grid-template-columns:1fr}.panel{padding:16px}.table-wrap{display:none}.entry-cards{gap:12px;display:grid}.chart{margin-inline:-8px}.recharts-legend-wrapper{font-size:.8rem}.section-head{align-items:flex-start}}@media (width<=500px){main{padding-inline:12px}.stats,.insights-grid{grid-template-columns:1fr}.insight-wide{grid-column:auto}.button-grid button{width:100%}.modal-actions{flex-direction:column}.modal-actions button{width:100%}.toast{justify-content:space-between;top:12px;left:12px;right:12px}}
