.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.title{font-weight:300;font-size:clamp(1rem,4vw,1.75rem);color:var(--text-secondary);letter-spacing:.02em;margin-bottom:3rem;white-space:nowrap}.subtitle{font-weight:300;font-size:clamp(.875rem,3.5vw,1.25rem);color:var(--text-muted);margin-top:1rem;white-space:nowrap}.timer{display:flex;gap:clamp(.75rem,3vw,2rem);flex-wrap:nowrap;justify-content:center}.segment{display:flex;flex-direction:column;align-items:center;gap:.5rem}.digit{font-weight:200;font-size:clamp(1.75rem,7vw,5rem);color:var(--text-primary);font-variant-numeric:tabular-nums;line-height:1}.label{font-weight:300;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #faf9f6;--text-primary: #2c2420;--text-secondary: #6b5b4e;--text-muted: #a08b7a;--font: "Inter", system-ui, -apple-system, sans-serif}html,body,#root{height:100%}body{font-family:var(--font);background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
