:root{--bg: #0b0c0f;--fg: #e8e8ea;--muted: #6b6e76;--accent: #d4a373;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased}.page{min-height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem}.wordmark{font-size:clamp(2.5rem,8vw,5rem);font-weight:600;letter-spacing:-.02em}.wordmark:after{content:".";color:var(--accent)}.tagline{color:var(--muted);font-size:clamp(1rem,2vw,1.25rem)}.tagline:after{content:".";color:var(--accent)}.footer{text-align:center;color:var(--muted);font-size:.875rem}
