@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bg:#fff;--bg-dark:#0a0a0a;--fg:#171717;--fg-muted:#666;--accent:#4ade80;--accent-hover:#22c55e;--border:rgba(0,0,0,.08);--card:#fafafa;--code-bg:#1e1e1e}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg);line-height:1.5;-webkit-font-smoothing:antialiased}.border-shadow{box-shadow:0 0 0 1px rgba(0,0,0,.08)}.card-shadow{box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 2px rgba(0,0,0,.04),0 8px 8px -8px rgba(0,0,0,.04)}code,pre{font-family:SF Mono,Fira Code,Consolas,monospace}pre{background:var(--code-bg);border-radius:8px;padding:16px;overflow-x:auto}code{color:#e0e0e0}h1,h2,h3{letter-spacing:-.02em}::selection{background:rgba(74,222,128,.2)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}