:root{--bg: #fdf6f0;--surface: #fff9f5;--border: #f0e0d6;--hover: #faeae0;--accent: #c96a4a;--accent-soft: #f5d5c8;--text: #3a2a24;--text-muted: #9a7a70;--success: #5c8c6a;--danger: #c94a4a;--radius: 12px;--shadow: 0 2px 12px rgba(100, 50, 30, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;font-size:16px}button{font-family:inherit}img{max-width:100%;height:auto;display:block}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.25rem;border-radius:var(--radius);border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:opacity .15s,transform .1s;text-decoration:none}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-secondary{background:var(--accent-soft);color:var(--accent)}.btn-danger{background:var(--danger);color:#fff}.btn-lg{padding:1rem 1.5rem;font-size:1.1rem;width:100%}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.form-input{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:1rem;background:var(--bg);color:var(--text);width:100%;transition:border-color .15s;font-family:inherit}.form-input:focus{outline:none;border-color:var(--accent)}.error-msg{color:var(--danger);font-size:.875rem;padding:.5rem .75rem;background:#fff0f0;border-radius:8px;margin-bottom:.75rem}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100dvh;color:var(--text-muted);font-size:1.1rem}.page-title{font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:1rem}.section-title{font-size:.875rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.empty-state{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.95rem}.login-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:1.5rem;background:var(--bg)}.login-card{width:100%;max-width:380px}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:2rem;font-weight:800;color:var(--accent);letter-spacing:-.03em}.login-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.95rem}.family-home{display:flex;flex-direction:column;gap:1rem}.hero-photo{padding:0;overflow:hidden}.hero-img{width:100%;aspect-ratio:4/3;object-fit:cover}.hero-meta{padding:.75rem 1rem}.hero-date{font-size:.8rem;color:var(--text-muted)}.hero-caption{margin-top:.25rem;font-size:.95rem;color:var(--text)}.weight-card{display:flex;flex-direction:column;gap:.25rem}.weight-value{font-size:2rem;font-weight:800;color:var(--text)}.weight-date{font-size:.8rem;color:var(--text-muted)}.quick-links{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.quick-links .btn:last-child{grid-column:span 2}.gallery-page{display:flex;flex-direction:column;gap:1rem}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.photo-thumb-btn{background:none;border:none;cursor:pointer;border-radius:var(--radius);overflow:hidden;padding:0;display:flex;flex-direction:column;box-shadow:var(--shadow);transition:transform .15s}.photo-thumb-btn:active{transform:scale(.97)}.photo-thumb{width:100%;aspect-ratio:1;object-fit:cover}.photo-thumb-date{background:var(--surface);font-size:.72rem;color:var(--text-muted);padding:.3rem .5rem;text-align:center}.lightbox{position:fixed;inset:0;background:#000000d9;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.lightbox-inner{position:relative;background:var(--surface);border-radius:var(--radius);overflow:hidden;max-width:500px;width:100%}.lightbox-close{position:absolute;top:.5rem;right:.5rem;background:#00000080;color:#fff;border:none;cursor:pointer;border-radius:50%;width:2rem;height:2rem;font-size:.9rem;z-index:1}.lightbox-img{width:100%;aspect-ratio:4/3;object-fit:cover}.lightbox-meta{padding:.75rem 1rem}.lightbox-date{font-size:.8rem;color:var(--text-muted)}.lightbox-caption{margin-top:.25rem;font-size:.95rem}.weights-page{display:flex;flex-direction:column;gap:1rem}.weight-hero{display:flex;flex-direction:column;gap:.25rem}.weight-row{display:flex;align-items:baseline;gap:.75rem;margin:.25rem 0}.weight-big{font-size:2.2rem;font-weight:800;color:var(--text)}.weight-delta{font-size:1rem;font-weight:600;padding:.2rem .5rem;border-radius:20px}.weight-delta.positive{background:#e8f5e9;color:var(--success)}.weight-delta.negative{background:#fff0f0;color:var(--danger)}.weight-date-label{font-size:.8rem;color:var(--text-muted)}.chart-card{padding:1rem .5rem .75rem}.chart-tooltip{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem .75rem;box-shadow:var(--shadow)}.tooltip-weight{font-weight:700;color:var(--accent)}.tooltip-date{font-size:.8rem;color:var(--text-muted)}.weight-list{display:flex;flex-direction:column;gap:.5rem}.weight-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.weight-item-left{display:flex;flex-direction:column;gap:.15rem}.weight-item-value{font-weight:700;font-size:1.1rem}.weight-item-notes{font-size:.8rem;color:var(--text-muted)}.weight-item-date{font-size:.85rem;color:var(--text-muted)}.slideshow-page{display:flex;flex-direction:column;align-items:center;gap:1rem}.slideshow-frame{position:relative;width:100%;border-radius:var(--radius);overflow:hidden;background:#000;box-shadow:var(--shadow)}.slideshow-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slideshow-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#0009);color:#fff}.slideshow-date{font-size:.8rem;opacity:.85}.slideshow-caption{margin-top:.2rem;font-size:.95rem}.slideshow-controls{display:flex;align-items:center;gap:1rem}.ctrl-btn{background:var(--surface);border:1.5px solid var(--border);border-radius:50%;width:3rem;height:3rem;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);transition:background .15s}.ctrl-btn:disabled{opacity:.35;cursor:not-allowed}.play-btn{width:3.5rem;height:3.5rem;font-size:1.5rem}.play-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.slideshow-counter{font-size:.85rem;color:var(--text-muted)}.slideshow-dots{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;max-width:100%}.dot{width:8px;height:8px;border-radius:50%;background:var(--border);border:none;cursor:pointer;transition:background .15s}.dot.active{background:var(--accent)}.admin-page{display:flex;flex-direction:column;gap:1rem}.tab-bar{display:flex;border-bottom:2px solid var(--border)}.tab-btn{flex:1;padding:.65rem;background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.admin-form{display:flex;flex-direction:column;gap:.25rem}.form-heading{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.weight-input-row{display:flex;gap:.75rem;align-items:flex-end}.flex-1{flex:1}.unit-select{cursor:pointer}.success-msg{color:var(--success);font-size:.875rem;padding:.5rem .75rem;background:#e8f5e9;border-radius:8px;margin-bottom:.5rem}.file-input{cursor:pointer}.photo-preview{border-radius:var(--radius);overflow:hidden;margin-bottom:.5rem}.preview-img{width:100%;max-height:250px;object-fit:cover}.history-panel{display:flex;flex-direction:column;gap:1.5rem}.history-item{display:flex;align-items:center;gap:.75rem;padding:.75rem}.history-thumb{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0}.history-item-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.history-item-date{font-size:.8rem;color:var(--text-muted)}.history-item-note{font-size:.8rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-actions{display:flex;flex-direction:column;gap:.4rem;flex-shrink:0}.small-btn{padding:.4rem .65rem;font-size:.8rem}.confirm-overlay{position:fixed;inset:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.confirm-box{max-width:320px;width:100%;text-align:center}.confirm-btns{display:flex;gap:.75rem;justify-content:center;margin-top:1rem}.edit-form{display:flex;flex-direction:column;gap:.5rem}.edit-btns{display:flex;gap:.5rem}.app-shell{display:flex;flex-direction:column;min-height:100dvh;max-width:600px;margin:0 auto;background:var(--bg)}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.app-logo{font-size:1.2rem;font-weight:700;color:var(--accent);letter-spacing:-.02em}.header-actions{display:flex;gap:.5rem}.header-btn{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:8px;color:var(--text-muted);font-size:1.2rem;display:flex;align-items:center;transition:background .15s,color .15s;text-decoration:none}.header-btn:hover,.header-btn:focus-visible{background:var(--hover);color:var(--text)}.admin-btn{color:var(--accent)}.main-content{flex:1;overflow-y:auto;padding:1rem 1rem 5rem}.bottom-nav{display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:600px;background:var(--surface);border-top:1px solid var(--border);z-index:10}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.6rem .25rem;color:var(--text-muted);text-decoration:none;font-size:.7rem;transition:color .15s}.nav-item svg{font-size:1.25rem}.nav-item.active{color:var(--accent)}
