:root{--bg: #f1f0ec;--surface: #fbfaf8;--raised: #ffffff;--line: #d8d6cf;--ink: #17171a;--body: #4e4e55;--muted: #86868e;--accent: #5b5bd6;--accent-hi: #4a4ac4;--accent-bg: #ececfa;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--content-width-narrow: 42rem;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2.5rem;--space-5: 4rem;--space-6: 6rem;--radius: .5rem;--radius-card: .625rem;--section-padding-block: 4.5rem;--overlay-ink: #17171a;--overlay-start: 78%;--overlay-end: 25%;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #121316;--surface: #191a1e;--raised: #202128;--line: #2c2d33;--ink: #ececef;--body: #a9a9b2;--muted: #76767f;--accent: #8b8cf0;--accent-hi: #a2a3f5;--accent-bg: #1e1f2e;--overlay-start: 88%;--overlay-end: 45%;color-scheme:dark}}:root[data-theme=dark]{--bg: #121316;--surface: #191a1e;--raised: #202128;--line: #2c2d33;--ink: #ececef;--body: #a9a9b2;--muted: #76767f;--accent: #8b8cf0;--accent-hi: #a2a3f5;--accent-bg: #1e1f2e;--overlay-start: 88%;--overlay-end: 45%;color-scheme:dark}*{box-sizing:border-box}html{width:100%;overflow-x:visible;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{width:100%;overflow-x:visible;margin:0;background:var(--bg);color:var(--body);font-family:var(--font-sans);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}app-root{display:block;width:100%}h1,h2,h3,h4{font-family:var(--font-sans);color:var(--ink);font-weight:650;line-height:1.15;letter-spacing:-.02em;margin:0}p{margin:0}a{color:var(--accent)}a:hover{color:var(--accent-hi)}img,svg{display:block;max-width:100%}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.skip-link{position:absolute;left:0;top:0;transform:translateY(-120%);background:var(--ink);color:var(--bg);padding:var(--space-1) var(--space-2);z-index:100;border-radius:0 0 var(--radius) 0;transition:transform .15s ease}.skip-link:focus{transform:translateY(0)}main{display:block;width:100%}main:focus{outline:none}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}@media(min-width:900px){.container{padding-inline:40px}}.section{width:100%;max-width:none;padding-block:var(--section-padding-block)}.section__heading{max-width:var(--content-width-narrow);margin:0 0 var(--space-4)}.section h2{font-size:clamp(1.7rem,2.6vw,2.4rem)}.grid-pattern{position:relative}.grid-pattern:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-color:var(--line);opacity:var(--grid-pattern-opacity, .4);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 0.5H32M0.5 0V32' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E"),linear-gradient(to bottom,black,transparent);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 0.5H32M0.5 0V32' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E"),linear-gradient(to bottom,black,transparent);-webkit-mask-size:32px 32px,100% 100%;mask-size:32px 32px,100% 100%;-webkit-mask-repeat:repeat,no-repeat;mask-repeat:repeat,no-repeat;-webkit-mask-composite:source-in;mask-composite:intersect}.grid-pattern>*{position:relative;z-index:1}.reveal{opacity:1;transform:none}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){.reveal:not(.is-visible){opacity:0;transform:translateY(16px);animation:reveal-in linear both;animation-timeline:view();animation-range:entry 0% entry 60%}}html.reveal-io .reveal:not(.is-visible){opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:none}.reveal:nth-child(2){animation-delay:60ms;transition-delay:60ms}.reveal:nth-child(3){animation-delay:.12s;transition-delay:.12s}.reveal:nth-child(4){animation-delay:.18s;transition-delay:.18s}.reveal:nth-child(5){animation-delay:.24s;transition-delay:.24s}.reveal:nth-child(6){animation-delay:.3s;transition-delay:.3s}}@keyframes reveal-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
