:root{--bg: #0f0a1e;--surface: #1a1030;--border: #2d1f4a;--accent: #4ade80;--accent2: #2dd4bf;--gradient: linear-gradient(135deg, #1a6b5a, #4ade80);--text: #f0fdf4;--muted: #7c6fa0;--success: #4ade80;--warning: #f59e0b;--error: #f87171;--font-title: "Sora", sans-serif;--font-body: "Inter", sans-serif;--radius: 14px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:767px){.desktop-only{display:none!important}}
