@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#0a0a0a;--surface:#121212;--surface-highlight:#1e1e1e;--border:#2a2a2a;--primary:#e1f5fe;--primary-dim:#b3e5fc;--accent:#ff3d00;--text-main:#ededed;--text-muted:#a0a0a0;--text-dim:#505050;--success:#00e676;--warning:#ffea00;--error:#ff1744;--brand-yellow:#faff00;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 2px #00000080;--shadow-md:0 4px 6px -1px #00000080;--shadow-glow:0 0 15px #e1f5fe1a;--safe-top:env(safe-area-inset-top,24px);--safe-bottom:env(safe-area-inset-bottom,24px)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:600}.container{max-width:600px;padding:0 16px;padding-top:calc(16px + var(--safe-top));padding-bottom:calc(16px + var(--safe-bottom));min-height:100vh;margin:0 auto;position:relative}.text-gradient{background:linear-gradient(90deg,#fff,#a0a0a0);-webkit-text-fill-color:transparent;-webkit-background-clip:text}input,button,select,textarea{color:inherit;background:0 0;border:none;font-family:inherit;font-size:16px}button{cursor:pointer}
