:root{--background:#0c0c0c;--surface:#131313;--card:#1a1a1a;--accent:#e8401a;--foreground:#f0ede8;--muted-foreground:#6b7280;--border:#272727}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background-color:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,sans-serif}