@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#07090d;--surface:#0d1117;--surface-2:#161b22;--border:#1e2430;--border-hover:#2d3748;--text:#e2e8f0;--text-muted:#64748b;--text-dim:#94a3b8;--accent:#22c55e;--accent-dim:#16a34a;--accent-bg:#0d2318;--accent-border:#1a3d28;--red:#f85149;--red-bg:#1c0d0d;--red-border:#3d1515;--yellow:#d29922;--yellow-bg:#1a1505;--blue:#58a6ff;--blue-bg:#0d1a2e;--blue-border:#1a3050;--radius:8px}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}input,select,textarea{color-scheme:dark}a{color:inherit;text-decoration:none}