@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--accent: #7C3AED;--accent-light: #A78BFA;--accent-dark: #4F46E5}html{scroll-behavior:smooth}body{margin:0;background:#0a0a0f;color:#e2e8f0;font-family:Inter,sans-serif;overflow-x:hidden}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#7c3aed;border-radius:999px}.radial-overlay{background:radial-gradient(circle at 80% 10%,rgba(124,58,237,.28),transparent 38%),radial-gradient(circle at 10% 80%,rgba(79,70,229,.12),transparent 32%)}@keyframes floatOrb{0%,to{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-24px) scale(1.08);opacity:.8}}.orb{animation:floatOrb 7s ease-in-out infinite}
