@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Source+Code+Pro:wght@400;500;600&display=swap");@tailwind base;@tailwind components;@tailwind utilities;*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--rust-orange:#e05d44;--rust-orange-dark:#c0392b;--rust-blue:#2563eb;--rust-green:#16a34a;--rust-purple:#7c3aed;--bg:#ffffff;--surface:#fafafa;--surface2:#f3f4f6;--border:#e5e7eb;--text:#111827;--muted:#6b7280;--footer-bg:#1f2937;--code-bg:#f8f9fa}html{scroll-behavior:smooth;font-size:18px}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;color:var(--text);line-height:1.2;letter-spacing:-.03em}p{line-height:1.7}a{color:var(--rust-orange);text-decoration:none;transition:color .15s ease}a:hover{color:var(--rust-orange-dark)}code{font-family:Source Code Pro,SFMono-Regular,Consolas,monospace;font-size:.85em;background:var(--code-bg);padding:2px 7px;border-radius:4px;border:1px solid var(--border)}pre code{background:none;padding:0;border:none}.container{max-width:1280px;margin:0 auto;padding:0 clamp(20px,5vw,80px)}.section{padding:clamp(64px,8vw,120px) clamp(20px,5vw,80px)}