@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #F0B90B;--primary-dark: #c99a0a;--surface: #1E2026;--surface-alt: #2B2F36;--background: #0B0E11;--text-primary: #EAECEF;--text-body: #848E9C;--border-color: #2B2F36;--success: #03A66D;--danger: #CF304A;--warning: #F0B90B}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0b0e11;color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden;-webkit-tap-highlight-color:transparent}html,body,#root{min-height:100%}button,[role=button]{touch-action:manipulation}.bg-gradient-dark{background:#0b0e11}.bg-gradient-primary{background:var(--primary)}.shadow-glow-primary{box-shadow:0 4px 16px #f0b90b40}.glass-card{background:#1e2026;border:1px solid #2B2F36}.surface-hover{transition:background .18s ease,border-color .18s ease}.surface-hover:hover{background:#2b2f36;border-color:#474d57}.btn-primary{@apply text-black font-bold py-3 px-6 rounded-xl transition-all;background:var(--primary)}.btn-primary:hover{background:#e8b308}.card{@apply p-4 rounded-xl border;background:var(--surface);border-color:var(--border-color)}@media (max-width: 768px){.container{padding:1rem}}.loading-spinner{@apply animate-spin rounded-full h-8 w-8 border-b-2;border-color:var(--primary)}.skeleton{@apply animate-pulse rounded;background:var(--surface-alt)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 2px var(--primary)}input,textarea,select{color:var(--text-primary);background:var(--surface-alt);border-color:var(--border-color)}input::placeholder,textarea::placeholder{color:var(--text-body)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0b0e11}::-webkit-scrollbar-thumb{background:#2b2f36;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#474d57}
