: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;background:radial-gradient(ellipse at 50% 30%,rgba(56,30,114,.25),transparent 70%)}.app{max-width:22rem;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.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}.timer-ring-wrapper{position:relative;width:200px;height:200px}.timer-ring{width:100%;height:100%;transform:rotate(-90deg)}.timer-ring-bg{stroke:#ffffff0f}.timer-ring-fg{stroke:#a78bfa;transition:stroke-dashoffset .4s ease}.timer-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.timer-value{font-size:2.5rem;font-weight:300;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:#fafafa}.timer-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#fff6;margin-top:.15rem}.info{color:#ffffff8c;font-size:.875rem;line-height:1.6}.controls{display:flex;gap:.75rem}.btn{font-family:inherit;font-size:.875rem;font-weight:500;letter-spacing:.03em;border:none;border-radius:.5rem;padding:.65rem 1.75rem;cursor:pointer;transition:background .2s,opacity .2s,transform .1s}.btn:active{transform:scale(.97)}.btn-primary{background:#a78bfa;color:#0a0a0a}.btn-primary:hover{background:#c4b5fd}.btn-secondary{background:#ffffff1a;color:#fafafa}.btn-secondary:hover{background:#ffffff29}.btn-ghost{background:transparent;color:#fff6}.btn-ghost:hover{color:#ffffffa6}.stats{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;border-radius:.625rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);width:100%;justify-content:center}.stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:1.25rem;font-weight:600;color:#fafafa;font-variant-numeric:tabular-nums}.stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;margin-top:.15rem}.stat-divider{width:1px;height:2rem;background:#ffffff14}
