:root{--primary:#6c5ce7;--primary-light:#a29bfe;--secondary:#00d9ff;--accent:#ff6b9d;--dark-bg:#0a0a0f;--card-bg:#13131a;--card-border:#1e1e2a;--text-primary:#fff;--text-secondary:#8b8b9e;--gradient-1:linear-gradient(135deg,#6c5ce7,#00d9ff);--gradient-2:linear-gradient(135deg,#ff6b9d,#6c5ce7)}@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0f;color:#fff;line-height:1.6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#6c5ce7;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a29bfe}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}::selection{background:rgba(108,92,231,.3);color:#fff}