@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"ui-monospace", "Cascadia Code", Consolas, monospace;--lime:#abff00;--blue:#2563eb;--accent:#111118;--bg:#fff;--surface:#f9f9f8;--border:#e5e5e3;--hero-bg:#09090f;--text:#111118;--muted:#6b6b7e;--on-dark:#ededf5;--on-dark-2:#7878a0;--code-bg:#0d0d1a;--code-text:#e2e2f0;--color-text:var(--text);--color-muted:var(--muted);--color-border:var(--border);--color-surface:var(--surface);--color-accent:var(--blue);--color-code-bg:var(--code-bg)}html{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;line-height:1.6}body{min-height:100vh}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--font-mono);color:#1a1a2e;border:1px solid var(--border);background:#f2f2f0;border-radius:4px;padding:.15em .4em;font-size:.875em}pre{font-family:var(--font-mono);background:var(--code-bg);color:var(--code-text);tab-size:2;border:1px solid #ffffff0f;border-radius:10px;padding:1.25rem 1.5rem;font-size:.8125rem;line-height:1.75;overflow-x:auto}pre code{color:inherit;font-size:inherit;background:0 0;border:none;padding:0}[id]{scroll-margin-top:80px}.shiki-wrapper pre{border:none;border-radius:0;margin:0;padding:1.25rem 1.5rem;font-size:.8125rem;line-height:1.75;overflow-x:auto}.shiki-wrapper code{font-size:inherit;color:inherit;background:0 0;border:none;padding:0}@media (max-width:768px){.how-it-works-grid{grid-template-columns:1fr!important}.how-it-works-grid .shiki-wrapper{overflow-x:auto}.how-it-works-grid .shiki-wrapper pre{min-width:0}.samples-grid{grid-template-columns:1fr!important}.hero-buttons{flex-direction:column!important;align-items:stretch!important}.hero-buttons a{text-align:center!important}.header-nav a:not(:last-child):not(:nth-last-child(2)){display:none!important}}
