@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-dark:#0f172a;--bg-card:#1e293bb3;--border-glass:#ffffff1a;--primary-accent:#6366f1;--primary-glow:#6366f14d;--secondary-accent:#38bdf8}*{box-sizing:border-box;margin:0;padding:0}body{color:#f8fafc;background-color:#0b0f19;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.glass-panel{-webkit-backdrop-filter:blur(16px);background:#0f172abf;border:1px solid #ffffff14;box-shadow:0 8px 32px #0000005e}.glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b99;border:1px solid #ffffff12;border-radius:16px;transition:transform .2s,box-shadow .2s,border-color .2s}.glass-card:hover{border-color:#6366f166;box-shadow:0 10px 30px -10px #6366f14d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}
