.baby-growth-gauge{display:flex;flex-direction:column;gap:4px}.baby-growth-gauge-bar{position:relative;height:12px;border-radius:6px;background:var(--mono-surface-variant,#e9ecef);overflow:hidden}.baby-growth-gauge-fill{position:absolute;top:0;left:0;height:100%;border-radius:6px;background:var(--mono-primary,#228be6);transition:width .3s ease}.baby-growth-gauge-fill--warn{background:var(--mono-warning,#fd7e14)}.baby-growth-gauge-ticks{display:flex;justify-content:space-between;padding:0 2px}.baby-growth-gauge-tick{font-size:10px;color:var(--mono-text-secondary,#868e96)}.breathing-wrapper{min-height:200px}.breathing-circle,.breathing-wrapper{display:flex;justify-content:center;align-items:center}.breathing-circle{width:120px;height:120px;border-radius:50%;background:var(--mono-accent,#1971c2);opacity:.85;color:#fff;font-weight:600;font-size:14px;text-align:center;padding:8px;box-sizing:border-box;transform:scale(1)}.breathing-circle[data-phase=inhale]{animation:breathe-in var(--breath-dur,4s) ease-in-out forwards}.breathing-circle[data-phase=holdIn]{transform:scale(1.6)}.breathing-circle[data-phase=exhale]{animation:breathe-out var(--breath-dur,4s) ease-in-out forwards}.breathing-circle[data-phase=holdOut]{transform:scale(1)}.breathing-circle[data-dur="4"]{--breath-dur:4s}.breathing-circle[data-dur="7"]{--breath-dur:7s}.breathing-circle[data-dur="8"]{--breath-dur:8s}@keyframes breathe-in{0%{transform:scale(1)}to{transform:scale(1.6)}}@keyframes breathe-out{0%{transform:scale(1.6)}to{transform:scale(1)}}.caffeine-time-input{padding:6px 10px;border-radius:6px;border:1px solid var(--mono-border,#ccc);font-size:14px;background:transparent;color:inherit;width:100%;max-width:160px}