:root{--bg-dark:#0f111a;--bg-panel:#1a1d27;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--accent:#3b82f6;--accent-hover:#2563eb;--border-color:#ffffff1a;--success:#10b981;--danger:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{color:inherit;font-family:inherit}.glass{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);background:#1a1d27b3;border-radius:12px}
