:root{color-scheme:light;--bg: #eef5f2;--panel: #ffffff;--text: #3f4957;--muted: #9aa2af;--mint: #43cdaa;--mint-soft: #e3f7f2;--lavender: #eee8fb;--orange: #ff9a6e;--border: #edf1ef}*{box-sizing:border-box}html,body,#app{margin:0;width:100%;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{font-size:min(calc(100vw / 30),14.333px)}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding-bottom:calc(5.6rem + env(safe-area-inset-bottom))}.login-screen{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-panel,.screen{width:min(100%,430px);margin:0 auto}.login-panel{padding:1.4rem;border-radius:1.4rem;background:#ffffffd1;box-shadow:0 1.2rem 3.2rem #425a5214;-webkit-backdrop-filter:blur(.6rem);backdrop-filter:blur(.6rem)}.login-badge{display:inline-flex;align-items:center;padding:.6rem 1rem;border-radius:999px;background:var(--mint-soft);color:var(--mint);font-weight:700}.login-panel h1,.hero h1,.detail-hero h1{margin:.9rem 0 .45rem;font-size:2.2rem;line-height:1.08;letter-spacing:0}.login-panel p,.hero p,.detail-hero p{margin:0;color:var(--muted);line-height:1.5}.field{margin-top:1rem}.field label{display:block;margin-bottom:.55rem;color:#78808c;font-weight:600}.field input{width:100%;padding:1rem 1.2rem;border:0;border-radius:1.3rem;background:var(--panel);color:var(--text);box-shadow:0 .6rem 1.4rem #3b4e460f}.field select,.field textarea{width:100%;border:0;border-radius:1.3rem;background:var(--panel);color:var(--text);box-shadow:0 .6rem 1.4rem #3b4e460f}.field select{min-height:3.6rem;padding:0 1.2rem}.field textarea{resize:vertical;padding:1rem 1.2rem;line-height:1.5}.primary-btn{width:100%;margin-top:1.4rem;border:0;border-radius:1.3rem;padding:1.1rem 1.2rem;background:linear-gradient(90deg,var(--mint),#4fd3a4);color:#fff;font-weight:700}.primary-btn:disabled,.floating-btn:disabled{opacity:.56;cursor:not-allowed}.topbar{width:min(100%,430px);margin:0 auto;padding:1rem .25rem .25rem;display:grid;grid-template-columns:6rem 1fr 6rem;align-items:center}.topbar-title{text-align:center;font-size:1.4rem;font-weight:800}.icon-btn,.text-btn{border:0;background:transparent;color:var(--text)}.icon-btn{width:3rem;height:3rem;border-radius:1rem;font-size:2rem;line-height:1}.text-btn{justify-self:end;color:var(--mint);font-weight:700}.screen{padding:.4rem 1rem 1.2rem}.form-screen .hero p{max-width:28rem}.form-card{margin-top:1rem;padding:.25rem 0 .9rem}.field.two-col{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.hero.compact h1{font-size:1.9rem}.card{background:var(--panel);border-radius:1.4rem;box-shadow:0 .8rem 1.8rem #425a5212}.list-card{margin-top:.8rem;min-height:5.8rem;padding:.75rem .9rem;display:grid;grid-template-columns:4.8rem 1fr 1.2rem;align-items:center;gap:.75rem}.list-card.slim{min-height:4.8rem;grid-template-columns:1fr 1.2rem;padding-inline:1.1rem}.list-card.type-card{grid-template-columns:1fr auto}.avatar{width:4.8rem;height:4.8rem;border-radius:50%;display:grid;place-items:center;overflow:hidden;color:#fff;font-weight:900;box-shadow:inset 0 0 0 .2rem #ffffff5c}.avatar.interactive{padding:0;border:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.avatar.interactive:hover{transform:translateY(-.1rem);box-shadow:inset 0 0 0 .2rem #ffffffb8,0 .5rem 1rem #3b4e4624}.avatar.interactive:focus-visible{outline:.2rem solid var(--mint);outline-offset:.2rem}.avatar.large{width:7rem;height:7rem;flex:none}.avatar img{width:100%;height:100%;display:block;object-fit:cover}.avatar span{font-size:1.35rem}.avatar.large span{font-size:2rem}.avatar-editor{display:flex;justify-content:center;padding:.6rem 0 .2rem}.avatar-editor.uploading{opacity:.58;pointer-events:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.card-body h2,.record-row h3,.profile-card h2,.summary-card h3{margin:0;font-size:1.5rem;line-height:1.1}.card-body p,.record-row p,.profile-card p,.summary-card p{margin:.45rem 0 0;color:var(--muted);font-size:1rem}.chevron{color:#c5ccd5;font-size:1.8rem;text-align:right}.detail-hero{padding:.7rem 0 .5rem;display:flex;align-items:center;gap:1rem}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:.8rem 0}.ghost-btn,.danger-btn{min-height:3.3rem;border:0;border-radius:1.2rem;font-weight:800}.ghost-btn{background:var(--mint-soft);color:var(--mint)}.danger-btn{background:#fff4ef;color:#e36f47}.check-row{margin-top:1rem;min-height:3.4rem;padding:0 1rem;display:flex;align-items:center;gap:.6rem;border-radius:1.2rem;background:#ffffffb8;color:#69727e;font-weight:700}.summary-card{margin-top:.6rem;padding:.9rem;display:grid;grid-template-columns:2.8rem 1fr auto;align-items:center;gap:.75rem}.summary-icon{width:2.8rem;height:2.8rem;border-radius:.9rem;display:grid;place-items:center;background:var(--mint-soft);color:var(--mint);font-size:1.2rem}.action-link{color:var(--mint);font-weight:700}.section-title{margin:1.4rem 0 .8rem;font-size:1.3rem}.dot{width:3.2rem;height:3.2rem;border-radius:50%}.type-dot{background:var(--mint-soft);border:.45rem solid var(--mint)}.status-text{color:var(--mint);font-size:.9rem;font-weight:800}.filter-row{display:flex;gap:.75rem;overflow-x:auto;margin:.9rem 0;padding-bottom:2px}.pill{border:0;border-radius:999px;padding:.8rem 1rem;background:#f1f4f2;color:#4b5563;font-weight:700;white-space:nowrap}.pill.active{background:var(--mint);color:#fff}.chart-card{padding:.9rem}.chart-header{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.chart-header h2{margin:0;font-size:1.2rem}.chart-header span{color:var(--muted)}.chart-box{padding-top:8px}.chart{width:100%;height:auto}.chart path{fill:none;stroke:var(--mint);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.chart .area{fill:#43cdaa29;stroke:none}.chart circle{fill:#fff;stroke:var(--mint);stroke-width:4}.record-row{margin-top:.75rem;padding:.9rem;display:flex;justify-content:space-between;gap:.75rem;align-items:center}.weight-value{color:var(--mint);font-size:1.6rem;font-weight:800;white-space:nowrap}.profile-card{padding:1rem;display:flex;align-items:center;gap:.9rem}.profile-avatar{width:5.8rem;height:5.8rem;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:#fff;font-size:2.8rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.9rem}.soft-card{padding:1rem;border-radius:1.4rem}.soft-card p{margin:0;color:#6d7480}.soft-card strong{display:block;margin-top:.6rem;font-size:1.5rem}.soft-card.mint{background:#dff7ef}.soft-card.lavender{background:#efe9fb}.error-text{margin-top:.6rem;color:var(--orange)}.floating-btn{position:fixed;right:max(1rem,calc((100vw - 37.5rem)/2 + .9rem));bottom:5.2rem;width:4.8rem;height:4.8rem;border:0;border-radius:50%;background:linear-gradient(135deg,#42cdb0,#ff9a6e);color:#fff;font-size:2.4rem;line-height:1;box-shadow:0 1rem 2rem #43cdaa57}.logout-btn{width:100%;margin-top:1rem;border:0;border-radius:1.3rem;padding:1rem 1.2rem;background:#fff4ef;color:#e36f47;font-weight:800}.bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:calc(.8rem + env(safe-area-inset-bottom));width:min(100%,430px);padding:.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:#ffffffeb;border-radius:1.6rem;box-shadow:0 .8rem 1.8rem #425a5217;-webkit-backdrop-filter:blur(.6rem);backdrop-filter:blur(.6rem)}.bottom-nav button{border:0;border-radius:1.4rem;padding:.9rem .8rem;background:transparent;color:#9ca3af;font-size:1.05rem;font-weight:700}.bottom-nav button.active{background:var(--mint);color:#fff}@media (max-width: 480px){.screen,.topbar,.login-panel{width:100%}.floating-btn{right:.9rem}}
