:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.tracker{width:100%;max-width:24rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;border:1px solid rgba(255,255,255,.12);padding:.25rem .5rem;border-radius:.25rem}.pulse-btn{width:140px;height:140px;border-radius:50%;border:2px solid rgba(239,68,68,.3);background:#ef444414;cursor:pointer;display:grid;place-items:center;transition:transform .15s,border-color .15s,background .15s;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.pulse-btn:hover{border-color:#ef444499;background:#ef444426}.pulse-btn.active{border-color:#ef4444cc;background:#ef44441f}.pulse-btn.pulse{transform:scale(1.12);border-color:#ef4444;background:#ef444440}.heart-icon{width:56px;height:56px;fill:#ef4444;transition:transform .15s}.pulse-btn.pulse .heart-icon{transform:scale(1.2)}.instruction{margin:0;color:#ffffff80;font-size:.875rem;text-align:center}.countdown{margin:0;color:#ef4444b3;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.bpm-display{display:flex;align-items:baseline;gap:.5rem;min-height:4rem}.bpm-number{font-size:3.5rem;font-weight:700;letter-spacing:-.03em;line-height:1;color:#ef4444}.bpm-label{font-size:1rem;font-weight:500;color:#fff6;text-transform:uppercase;letter-spacing:.1em}.bpm-placeholder{font-size:3.5rem;font-weight:700;color:#ffffff1a;line-height:1}.reset-btn{background:none;border:1px solid rgba(255,255,255,.15);color:#ffffff80;padding:.4rem 1.2rem;border-radius:.375rem;font-size:.8rem;cursor:pointer;transition:border-color .15s,color .15s}.reset-btn:hover{border-color:#ffffff4d;color:#fffc}.history-section{width:100%;margin-top:1rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.25rem}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.history-header h2{margin:0;font-size:.9rem;font-weight:600;color:#ffffffb3}.avg-badge{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;color:#ef4444cc;border:1px solid rgba(239,68,68,.2);padding:.15rem .5rem;border-radius:.25rem}.history-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.history-item{display:flex;flex-direction:column;align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.5rem;padding:.5rem .75rem;min-width:3.5rem}.history-bpm{font-size:1.1rem;font-weight:600;color:#ef4444}.history-time{font-size:.65rem;color:#ffffff59;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.chart{display:flex;align-items:flex-end;gap:3px;height:60px;padding:0 .25rem}.bar{flex:1;background:linear-gradient(to top,#ef4444,#ef44444d);border-radius:3px 3px 0 0;min-width:6px;transition:height .3s ease}
