*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body,h1,h2,h3,h4,p,figure,blockquote,ul,ol,dd{margin:0}ul[class],ol[class]{list-style:none;padding:0}img,picture,svg{display:block;max-width:100%}input,button,select,textarea{font:inherit;color:inherit}:root{color-scheme:light;--palette-white: #ffffff;--palette-paper: #fafbfc;--palette-mist: #f6f8fa;--palette-fog: #edf0f3;--palette-silver: #cbd2db;--palette-slate: #4b5566;--palette-ink: #172033;--palette-cobalt: #2247d6;--palette-cobalt-deep: #1734a8;--palette-cobalt-light: #7c98f2;--palette-marker: #ffd84d;--palette-marker-soft: #fff1b8;--palette-amber-deep: #8a5a00;--palette-green: #1b6b3a;--palette-green-light: #6fd39a;--palette-red: #a32323;--palette-red-light: #ff9b9b;--font-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-display: "Bricolage Grotesque", var(--font-sans);--font-size-xs: .8rem;--font-size-sm: .85rem;--font-size-md: .95rem;--font-size-base: 1rem;--font-size-lg: 1.2rem;--font-size-h3: 1.25rem;--font-size-h2: clamp(1.7rem, 3.6vw, 2.6rem);--font-size-h1: clamp(2.4rem, 6vw, 4.6rem);--line-height-tight: 1.05;--line-height-snug: 1.25;--line-height-body: 1.55;--line-height-mono: 1.5;--letter-spacing-display: -.015em;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 2.5rem;--space-8: 3.5rem;--space-9: 5.5rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--radius-pill: 999px;--layout-max-width: 1120px;--layout-gutter: 1.25rem;--layout-header-height: 64px;--measure: 62ch;--duration-fast: .15s;--duration-base: .35s;--easing-standard: cubic-bezier(.2, 0, .2, 1);--z-header: 10;--color-bg: var(--palette-fog);--color-surface: var(--palette-white);--color-surface-sunken: var(--palette-mist);--color-surface-field: var(--palette-paper);--color-border: var(--palette-silver);--color-border-strong: var(--palette-slate);--color-text: var(--palette-ink);--color-text-muted: var(--palette-slate);--color-text-inverse: var(--palette-white);--color-accent: var(--palette-cobalt);--color-accent-hover: var(--palette-cobalt-deep);--color-accent-contrast: var(--palette-white);--color-highlight: var(--palette-marker);--color-highlight-soft: var(--palette-marker-soft);--color-highlight-text: var(--palette-ink);--color-inverse-bg: var(--palette-ink);--color-inverse-text: #e7eaf0;--color-inverse-text-muted: #b9c0cc;--color-inverse-heading: var(--palette-white);--color-success: var(--palette-green);--color-danger: var(--palette-red);--color-code-key: var(--palette-cobalt-deep);--color-code-string: var(--palette-amber-deep);--color-code-comment: var(--palette-slate);--color-focus-ring: var(--palette-marker);--shadow-raised: 0 20px 50px -30px rgb(23 32 51 / .35);--header-bg: color-mix(in srgb, var(--color-bg) 88%, transparent)}[data-theme=dark]{color-scheme:dark;--color-bg: #0e1420;--color-surface: #161d2b;--color-surface-sunken: #1b2333;--color-surface-field: #1b2333;--color-border: #2c3648;--color-border-strong: #55617a;--color-text: #e7eaf0;--color-text-muted: #a3adc0;--color-text-inverse: var(--palette-ink);--color-accent: var(--palette-cobalt-light);--color-accent-hover: #a3b7f7;--color-accent-contrast: #0e1420;--color-highlight: var(--palette-marker);--color-highlight-soft: #40371a;--color-highlight-text: var(--palette-ink);--color-inverse-bg: #060a12;--color-inverse-text: #e7eaf0;--color-inverse-text-muted: #a3adc0;--color-inverse-heading: var(--palette-white);--color-success: var(--palette-green-light);--color-danger: var(--palette-red-light);--color-code-key: var(--palette-cobalt-light);--color-code-string: #e8b96a;--color-code-comment: var(--color-text-muted);--shadow-raised: 0 20px 50px -30px rgb(0 0 0 / .8);--header-bg: color-mix(in srgb, var(--color-bg) 88%, transparent)}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:17px;line-height:var(--line-height-body);-webkit-font-smoothing:antialiased}.theme-transition,.theme-transition body{transition:background-color var(--duration-fast) var(--easing-standard),color var(--duration-fast) var(--easing-standard)}a{color:var(--color-accent)}:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}h1,h2,h3{font-family:var(--font-display);font-weight:700;letter-spacing:var(--letter-spacing-display);line-height:var(--line-height-tight)}h1{font-size:var(--font-size-h1);font-variation-settings:"opsz" 96}h2{font-size:var(--font-size-h2);font-variation-settings:"opsz" 72}h3{font-size:var(--font-size-h3);font-variation-settings:"opsz" 24;line-height:var(--line-height-snug)}p{margin:0 0 1em;max-width:var(--measure)}mark{background:linear-gradient(transparent 15%,var(--color-highlight) 15%,var(--color-highlight) 100%);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--color-highlight-text);padding:0 .08em}.Container-module__container__i8hTv{width:min(var(--layout-max-width),calc(100% - 2 * var(--layout-gutter)));margin-inline:auto}.Button-module__button__hvJpb{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:0;border-radius:var(--radius-md);padding:.8rem 1.25rem;font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:500;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color var(--duration-fast) var(--easing-standard)}.Button-module__button__hvJpb:disabled{opacity:.6;cursor:not-allowed}.Button-module__primary__WGT--{background:var(--color-accent);color:var(--color-accent-contrast)}.Button-module__primary__WGT--:hover:not(:disabled){background:var(--color-accent-hover)}.Button-module__ghost__KoYP6{background:transparent;color:var(--color-text);border:1.5px solid var(--color-text)}.Button-module__ghost__KoYP6:hover:not(:disabled){background:var(--color-surface)}.Logo-module__logo__E40-C{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--color-text);text-decoration:none}.Logo-module__marker__zAZPi{display:inline-block;width:.85em;height:.55em;background:var(--color-highlight);border-radius:2px;transform:skew(-14deg)}.Header-module__header__gyTVb{position:sticky;top:0;z-index:var(--z-header);background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.Header-module__nav__0h-0h{display:flex;align-items:center;justify-content:space-between;height:var(--layout-header-height)}.Header-module__links__cOPbg{display:flex;align-items:center;gap:1.6rem;margin:0;padding:0;list-style:none}.Header-module__link__ZUndM{color:var(--color-text-muted);font-size:var(--font-size-md);text-decoration:none}.Header-module__link__ZUndM:hover{color:var(--color-text)}@media(max-width:720px){.Header-module__links__cOPbg{gap:var(--space-3)}.Header-module__navLink__-nibE{display:none}}.ThemeToggle-module__toggle__yqUd4{display:inline;padding:0;font:inherit;color:var(--color-text-muted);background:none;border:0;cursor:pointer;transition:color var(--duration-fast) var(--easing-standard)}.ThemeToggle-module__toggle__yqUd4:hover{color:var(--color-text)}.ThemeToggle-module__icon__v5QiT{display:inline-block;width:1em;height:1em;margin-right:.45em;vertical-align:-.14em;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.Footer-module__footer__MEVk2{padding:var(--space-6) 0 var(--space-8);color:var(--color-text-muted);font-size:.9rem}.Footer-module__inner__pLf05{display:flex;justify-content:space-between;gap:var(--space-6);flex-wrap:wrap}.Footer-module__links__6nzFu{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin:0;padding:0;list-style:none}.Footer-module__links__6nzFu a{color:var(--color-text-muted)}.Footer-module__links__6nzFu :is(a,button){padding-block:.4rem}.Transcript-module__transcript__2unc9{display:flex;flex-direction:column;gap:var(--space-4)}.Transcript-module__user__9iGR0,.Transcript-module__assistant__1JIQK{max-width:86%;padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);line-height:var(--line-height-body);border-radius:var(--radius-lg)}.Transcript-module__user__9iGR0{align-self:flex-end;color:var(--color-accent-contrast);background:var(--color-accent);border-bottom-right-radius:var(--radius-sm)}.Transcript-module__assistant__1JIQK{align-self:flex-start;background:var(--color-surface-sunken);border:1px solid var(--color-border);border-bottom-left-radius:var(--radius-sm)}.Transcript-module__activity__KVw9f{display:flex;flex-direction:column;gap:var(--space-2);align-self:flex-start;width:86%;margin-left:var(--space-2);padding:var(--space-2) 0 var(--space-2) var(--space-4);font-family:var(--font-mono);font-size:var(--font-size-xs);line-height:var(--line-height-mono);color:var(--color-text-muted);border-left:2px solid var(--color-border)}.Transcript-module__step__T97LS,.Transcript-module__stepDone__H92zd,.Transcript-module__stepFailed__LwUHu{display:flex;align-items:baseline;gap:.5rem}.Transcript-module__step__T97LS:before,.Transcript-module__stepDone__H92zd:before,.Transcript-module__stepFailed__LwUHu:before{content:"";flex:none;width:6px;height:6px;border-radius:50%;background:var(--color-border-strong);transform:translateY(-1px)}.Transcript-module__stepDone__H92zd{color:var(--color-success)}.Transcript-module__stepDone__H92zd:before{background:var(--color-success)}.Transcript-module__stepFailed__LwUHu{color:var(--color-danger)}.Transcript-module__stepFailed__LwUHu:before{background:var(--color-danger)}.Transcript-module__toolName__XgHtB{padding:.05rem .3rem;color:var(--color-code-key);background:var(--color-surface-sunken);border-radius:var(--radius-sm)}.Transcript-module__args__JcB3D{display:grid;grid-template-columns:max-content 1fr;gap:var(--space-1) var(--space-4);margin:var(--space-1) 0 var(--space-1) calc(6px + .5rem)}.Transcript-module__arg__E8RvC{display:contents}.Transcript-module__arg__E8RvC dt{color:var(--color-code-key)}.Transcript-module__arg__E8RvC dd{margin:0;color:var(--color-code-string)}@media(max-width:520px){.Transcript-module__user__9iGR0,.Transcript-module__assistant__1JIQK,.Transcript-module__activity__KVw9f{max-width:100%;width:auto}}.ViewToggle-module__toggle__1tZ-z{display:inline-flex;gap:2px;padding:3px;background:var(--color-border);border-radius:var(--radius-pill)}.ViewToggle-module__option__O5jU6{padding:.3rem .7rem;font-family:var(--font-sans);font-size:var(--font-size-xs);font-weight:500;color:var(--color-text-muted);background:transparent;border:0;border-radius:var(--radius-pill);cursor:pointer}.ViewToggle-module__option__O5jU6[aria-pressed=true]{background:var(--color-text);color:var(--color-bg)}.AgentDemo-module__demo__s-Py2{margin:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-raised)}.AgentDemo-module__bar__7PGHx{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-surface-sunken);border-bottom:1px solid var(--color-border)}.AgentDemo-module__badge__EoAFC{padding:.2rem .45rem;font-size:var(--font-size-xs);font-weight:500;letter-spacing:.02em;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.AgentDemo-module__context__bIY2g{flex:1;font-size:var(--font-size-xs);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:520px){.AgentDemo-module__context__bIY2g{display:none}.AgentDemo-module__bar__7PGHx{justify-content:space-between}}.AgentDemo-module__body__S1X-i{min-height:440px;padding:var(--space-5)}@media(max-width:520px){.AgentDemo-module__body__S1X-i{padding:var(--space-4)}}.AgentDemo-module__caption__-KMPs{padding:var(--space-4) var(--space-5);font-size:var(--font-size-sm);color:var(--color-text-muted);border-top:1px solid var(--color-border);line-height:var(--line-height-body);min-height:calc(2lh + 2 * var(--space-4))}.Hero-module__hero__2tuXm{padding:var(--space-9) 0 var(--space-8)}.Hero-module__grid__GitBq{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-8);align-items:center}@media(max-width:900px){.Hero-module__grid__GitBq{grid-template-columns:1fr;gap:var(--space-7)}}@media(max-width:720px){.Hero-module__hero__2tuXm{padding:var(--space-7) 0 var(--space-7)}}.Hero-module__lede__I9jp8{margin:1.4rem 0 var(--space-6);max-width:48ch;font-size:var(--font-size-lg);color:var(--color-text-muted)}.Hero-module__actions__-uVGg{display:flex;gap:.8rem;flex-wrap:wrap}.Hero-module__footnote__-37XP{display:block;margin-top:1.2rem;color:var(--color-text-muted);font-size:.9rem}.Section-module__section__QQILL{padding:var(--space-9) 0}@media(max-width:720px){.Section-module__section__QQILL{padding:var(--space-8) 0}}.Section-module__inverse__xcIP9{background:var(--color-inverse-bg);color:var(--color-inverse-text)}.Section-module__inverse__xcIP9 :is(h2,h3){color:var(--color-inverse-heading)}.Section-module__inverse__xcIP9 p{color:var(--color-inverse-text-muted)}.Section-module__inverse__xcIP9 strong{color:var(--color-inverse-heading);font-weight:500}.Section-module__panel__izp7U{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.Thesis-module__columns__AfZyy{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6);margin-top:var(--space-7)}@media(max-width:800px){.Thesis-module__columns__AfZyy{grid-template-columns:1fr;gap:var(--space-5)}}.Thesis-module__heading__NASlc{max-width:22ch}.RungItem-module__rung__4e8zN{display:grid;grid-template-columns:4rem 1.2fr 1fr;gap:var(--space-5);padding:1.6rem 0;border-bottom:1px solid var(--color-border)}.RungItem-module__rung__4e8zN:before{counter-increment:step;content:counter(step);font-family:var(--font-display);font-size:var(--space-6);font-weight:700;font-variation-settings:"opsz" 72;line-height:1;color:var(--color-accent)}.RungItem-module__title__0PwSc{margin-bottom:.3rem}.RungItem-module__description__Cpgpu{margin:0;color:var(--color-text-muted);font-size:.98rem}.RungItem-module__standards__2lRjl{font-family:var(--font-mono);font-size:var(--font-size-sm);line-height:1.6;color:var(--color-text-muted)}.RungItem-module__standards__2lRjl span{display:block}@media(max-width:800px){.RungItem-module__rung__4e8zN{grid-template-columns:3rem 1fr;gap:var(--space-4)}.RungItem-module__standards__2lRjl{grid-column:2}}.Ladder-module__heading__szQyv{max-width:24ch}.Ladder-module__intro__jImaU{margin-top:.8rem;color:var(--color-text-muted)}.Ladder-module__rungs__Ognc4{margin:var(--space-7) 0 0;padding:0;list-style:none;border-top:1px solid var(--color-border);counter-reset:step}.OfferCard-module__card__uddT2{display:flex;flex-direction:column;padding:1.6rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.OfferCard-module__featured__NDLBJ{border-color:var(--color-accent);border-width:2px}.OfferCard-module__title__yVGX4{margin-bottom:.4rem}.OfferCard-module__price__-NqVY{margin:.2rem 0 .9rem;font-family:var(--font-display);font-size:1.4rem;font-weight:500;font-variation-settings:"opsz" 40}.OfferCard-module__priceNote__8lB-j{font-family:var(--font-sans);font-size:var(--font-size-sm);font-weight:400;color:var(--color-text-muted)}.OfferCard-module__summary__yzGdr{flex:1;color:var(--color-text-muted);font-size:.97rem}.OfferCard-module__bullets__-lOvP{margin:.2rem 0 1.4rem;padding-left:1.1rem;font-size:var(--font-size-md);list-style:disc}.OfferCard-module__bullets__-lOvP li{margin:.3rem 0}.Services-module__heading__RuXDX{max-width:20ch}.Services-module__grid__8OR2R{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);margin-top:var(--space-7)}@media(max-width:800px){.Services-module__grid__8OR2R{grid-template-columns:1fr}}.Field-module__field__01O40{display:grid;gap:var(--space-1);font-size:.92rem;font-weight:500}.Field-module__optional__WJmo1{font-weight:400;color:var(--color-text-muted)}.Field-module__control__T5tj7{width:100%;padding:.7rem .8rem;font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:400;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md)}textarea.Field-module__control__T5tj7{min-height:96px;resize:vertical}.StatusMessage-module__status__2ocst{margin-top:var(--space-1);font-size:var(--font-size-md);min-height:1.5em}.StatusMessage-module__success__WsWln{color:var(--color-success)}.StatusMessage-module__error__T3zKj{color:var(--color-danger)}.ScanFormFields-module__form__PYspZ{display:grid;gap:var(--space-4)}.ScanFormFields-module__pair__W-FjP{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media(max-width:520px){.ScanFormFields-module__pair__W-FjP{grid-template-columns:1fr}}.ScanFormFields-module__note__5axbt{margin:0;font-size:var(--font-size-sm);color:var(--color-text-muted)}.ScanFormFields-module__submit__qMRDm{justify-self:start}.ScanSection-module__grid__MNhkX{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);align-items:start}@media(max-width:800px){.ScanSection-module__grid__MNhkX{grid-template-columns:1fr;gap:var(--space-6)}}.ScanSection-module__heading__Mx9pW{max-width:18ch}.ScanSection-module__side__FUqu8 p{color:var(--color-text-muted)}.ScanSection-module__dogfood__gycxE{margin-top:1.6rem;padding:var(--space-4) 1.1rem;background:var(--color-highlight-soft);border-left:4px solid var(--color-highlight);font-size:.93rem}.ScanSection-module__dogfood__gycxE code{font-family:var(--font-mono);font-size:.85em}
