@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");:root{--bg:#f8fafc;--bg-card:#fff;--text:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--accent:#2563eb;--border:#e5e7eb;--danger:#dc2626;--success:#059669;--mono:"SF Mono","Fira Code",Menlo,Monaco,Consolas,monospace;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:var(--mono)}button,input,select,textarea{font-family:inherit;font-size:inherit;outline:none}::selection{background:#dbeafe;color:var(--accent)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}