:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:262 83% 58%;--primary:262 83% 58%;--primary-foreground:0 0% 100%;--radius:0.75rem;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm:0 1px 2px rgb(15 23 42 / 0.04);--shadow-lg:0 20px 50px rgb(48 0 210 / 0.12)}@media(prefers-color-scheme:dark){:root{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 6%;--card-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:263 89% 72%;--primary:263 89% 72%;--primary-foreground:240 10% 3.9%}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);line-height:1.5;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-underline-offset:.2em}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.04em;line-height:1.05}h1{font-size:clamp(3rem,7vw,6.25rem)}h2{font-size:clamp(2.25rem,5vw,4rem)}h3{font-size:1.25rem}:focus-visible{outline:3px solid hsl(var(--ring));outline-offset:3px}.skip-link{position:fixed;z-index:10;top:1rem;left:1rem;transform:translateY(-200%);border-radius:calc(var(--radius)/2);background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1rem;text-decoration:none}.skip-link:focus{transform:translateY(0)}.button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border-radius:calc(var(--radius) - .15rem);background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.7rem 1rem;box-shadow:var(--shadow-sm);font-size:.95rem;font-weight:650;text-decoration:none;transition:transform 160ms ease,box-shadow 160ms ease}.button:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.card{min-height:13rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--card-foreground));padding:1.5rem;box-shadow:var(--shadow-sm)}.card p{margin-bottom:0;color:hsl(var(--muted-foreground))}.container{width:calc(100% - 2.5rem);max-width:72rem;margin-inline:auto}.site-header{border-bottom:1px solid hsl(var(--border))}.site-header__inner,.site-footer__inner{display:flex;min-height:4.75rem;align-items:center;justify-content:space-between;gap:1.25rem}.brand{display:inline-flex;align-items:center;gap:.7rem;font-size:1.2rem;font-weight:750;letter-spacing:-.04em;text-decoration:none}.brand__mark{width:1.65rem;height:1.65rem;border-radius:.35rem}.nav-list{display:flex;margin:0;padding:0;gap:1.25rem;list-style:none}.nav-list a{color:hsl(var(--muted-foreground));font-size:.95rem;font-weight:600;text-decoration:none}.nav-list a:hover{color:hsl(var(--foreground))}.section{padding-block:clamp(5rem,12vw,10rem)}.section--muted{background:hsl(var(--muted))}.hero{overflow:hidden;background:radial-gradient(circle at 85% 10%,rgba(81,23,255,.18),transparent 26rem),hsl(var(--background))}.hero__inner{display:grid;align-items:center;gap:clamp(3rem,8vw,7rem);grid-template-columns:minmax(0,1.2fr)minmax(14rem,.8fr)}.hero__content{max-width:47rem}.eyebrow{margin-bottom:1rem;color:hsl(var(--primary));font-size:.85rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.lede{max-width:43rem;color:hsl(var(--muted-foreground));font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.65}.action-row{display:flex;flex-wrap:wrap;margin-top:2rem;gap:.75rem}.hero__mark{position:relative;justify-self:end;width:100%;max-width:23rem;overflow:hidden;border-radius:calc(var(--radius) * 1.5);box-shadow:var(--shadow-lg)}.hero__mark::after{position:absolute;inset:0;background:linear-gradient(135deg,transparent 45%,rgba(255,255,255,.16));content:"";pointer-events:none}.section-heading{max-width:48rem;margin-bottom:3rem}.card-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.page-header{padding-block:clamp(5rem,12vw,10rem)}.prose{max-width:47rem}.prose>*+*{margin-top:1.25rem}.site-footer{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-size:.9rem}.site-footer p{margin:0}@media(max-width:700px){.hero__inner,.card-grid{grid-template-columns:1fr}.hero__mark{justify-self:start;max-width:18rem}.site-footer__inner{min-height:0;align-items:flex-start;flex-direction:column;padding-block:1.5rem}}