:root{--bg-primary:#171717;--bg-secondary:#262626;--bg-tertiary:#404040;--text-primary:#f5f5f5;--text-secondary:#a3a3a3;--text-muted:#737373;--accent-blue:#3b82f6;--accent-green:#10b981;--accent-orange:#f59e0b;--accent-red:#ef4444;--accent-purple:#8b5cf6;--border-color:#ffffff14;--glass-bg:#17171799;--glass-border:#ffffff0d;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--zone-1:#38bdf8;--zone-2:#3b82f6;--zone-3:#f59e0b;--zone-4:#ea580c;--zone-5:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.no-scrollbar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.no-scrollbar ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.no-scrollbar,.no-scrollbar *{-ms-overflow-style:none!important;scrollbar-width:none!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s forwards fadeIn}
