@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#07080e;--bg-card:#0d0f1a;--bg-card-2:#111326;--border:#1a1d2e;--border-2:#252840;--text:#ccd6f6;--text-dim:#8892b0;--text-dimmer:#4a5270;--heading:#e6f1ff;--accent:#6366f1;--accent-2:#818cf8;--accent-3:#c084fc;--green:#22c55e;--yellow:#f59e0b;--red:#ef4444}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}