:root{--bg:#0a0a0a;--fg:#f5f5f5;--muted:#888}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--bg);color:var(--fg);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased}main{min-height:100%;display:grid;place-items:center;text-align:center;padding:2rem}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:600;letter-spacing:-.03em;margin-bottom:1rem}p{color:var(--muted);font-size:1.125rem;letter-spacing:.02em}.dot{display:inline-block;width:.45rem;height:.45rem;background:var(--fg);border-radius:50%;margin-left:.35rem;vertical-align:middle;animation:blink 1.6s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}