:root{--bg:#090d16;--surface:#111827;--surface-2:#1e293b;--surface-3:#28354d;--border:#2a374f;--border-focus:#4b5563;--gold:#f59e0b;--gold-hover:#d97706;--gold-soft:#fbbf24;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--danger:#ef4444;--danger-hover:#dc2626;--success:#10b981}*{box-sizing:border-box}body,html{overflow-x:hidden;width:100%}body{background:var(--bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button{cursor:pointer;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}button,input,select{font-family:inherit}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (min-width:768px){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .25s ease forwards}.animate-slide-in{animation:slideInRight .3s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-up-mobile{animation:slideUpMobile .3s cubic-bezier(.16,1,.3,1) forwards}.animate-pulse{animation:pulseGlow 1.5s ease-in-out infinite}@media (max-width:640px){.hide-mobile{display:none!important}.full-width-mobile{width:100%!important}.stack-mobile{flex-direction:column!important;align-items:stretch!important}.grid-2-mobile{grid-template-columns:1fr 1fr!important}}