:root{--color-surface: oklch(98.5% .006 85);--color-surface-2: oklch(96% .008 85);--color-surface-3: oklch(93% .01 85);--color-border: oklch(88% .012 85);--color-text: oklch(24% .02 265);--color-text-muted: oklch(46% .02 265);--color-accent: oklch(52% .15 262);--color-accent-strong: oklch(44% .16 262);--color-accent-soft: oklch(94% .03 262);--color-on-accent: oklch(99% 0 0);--color-safe: oklch(52% .13 155);--color-safe-soft: oklch(95% .04 155);--color-safe-text: oklch(38% .11 155);--color-danger: oklch(55% .17 25);--color-danger-soft: oklch(95% .04 30);--color-danger-text: oklch(44% .17 25);--color-warn: oklch(70% .15 75);--color-warn-soft: oklch(96% .05 85);--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display: var(--font-sans);--text-xs: .8125rem;--text-sm: .9375rem;--text-base: clamp(1.0625rem, 1rem + .35vw, 1.1875rem);--text-lg: clamp(1.25rem, 1.1rem + .6vw, 1.5rem);--text-xl: clamp(1.5rem, 1.25rem + 1.1vw, 2rem);--text-2xl: clamp(1.9rem, 1.4rem + 2.2vw, 3rem);--text-hero: clamp(2.4rem, 1.6rem + 3.6vw, 4.25rem);--leading-tight: 1.15;--leading-snug: 1.35;--leading-normal: 1.6;--weight-normal: 400;--weight-medium: 550;--weight-bold: 720;--space-1: .375rem;--space-2: .625rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2.25rem;--space-6: 3.5rem;--space-section: clamp(3.5rem, 2.5rem + 4vw, 7rem);--radius-sm: .5rem;--radius: .9rem;--radius-lg: 1.4rem;--shadow-soft: 0 1px 2px oklch(24% .02 265 / .06), 0 6px 20px oklch(24% .02 265 / .07);--shadow-lift: 0 2px 4px oklch(24% .02 265 / .08), 0 14px 40px oklch(24% .02 265 / .12);--container: 72rem;--container-prose: 42rem;--duration-fast: .14s;--duration-normal: .26s;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}@media(prefers-color-scheme:dark){:root{--color-surface: oklch(21% .015 265);--color-surface-2: oklch(25% .017 265);--color-surface-3: oklch(29% .02 265);--color-border: oklch(34% .02 265);--color-text: oklch(94% .01 85);--color-text-muted: oklch(74% .015 85);--color-accent: oklch(72% .13 262);--color-accent-strong: oklch(80% .12 262);--color-accent-soft: oklch(30% .05 262);--color-on-accent: oklch(18% .02 265);--color-safe: oklch(72% .13 155);--color-safe-soft: oklch(28% .05 155);--color-safe-text: oklch(82% .12 155);--color-danger: oklch(70% .15 25);--color-danger-soft: oklch(30% .06 25);--color-danger-text: oklch(82% .13 25);--color-warn: oklch(78% .14 80);--color-warn-soft: oklch(30% .05 80);--shadow-soft: 0 1px 2px oklch(0% 0 0 / .4), 0 6px 20px oklch(0% 0 0 / .4);--shadow-lift: 0 2px 4px oklch(0% 0 0 / .5), 0 14px 40px oklch(0% 0 0 / .55)}}h1,h2,h3,h4{font-family:var(--font-display);line-height:var(--leading-tight);font-weight:var(--weight-bold);letter-spacing:-.02em;text-wrap:balance;color:var(--color-text)}h1{font-size:var(--text-hero)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl);letter-spacing:-.01em}h4{font-size:var(--text-lg);letter-spacing:0}p{text-wrap:pretty}.content{font-size:var(--text-base);line-height:var(--leading-normal)}.content>*+*{margin-top:var(--space-3)}.content h2{margin-top:var(--space-5)}.content h3{margin-top:var(--space-4)}.content ul,.content ol{padding-left:1.3em}.content li+li{margin-top:var(--space-2)}.content strong{font-weight:var(--weight-bold)}.eyebrow{display:inline-block;font-size:var(--text-sm);font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-strong)}.lead{font-size:var(--text-lg);line-height:var(--leading-snug);color:var(--color-text-muted)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;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{min-height:100vh;background:var(--color-surface);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg{display:block;max-width:100%}a{color:var(--color-accent);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--color-accent-strong)}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;left:.5rem;top:-3.5rem;z-index:100;background:var(--color-accent);color:var(--color-on-accent);padding:.6rem 1rem;border-radius:var(--radius-sm);transition:top var(--duration-fast) var(--ease-out-expo)}.skip-link:focus{top:.5rem;color:var(--color-on-accent)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.1rem,.6rem + 2vw,2rem)}.prose{max-width:var(--container-prose)}.section{padding-block:var(--space-section)}.stack>*+*{margin-top:var(--space-3)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:20;background:color-mix(in oklch,var(--color-surface) 88%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.header-inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;flex-wrap:wrap;column-gap:var(--space-3);padding-block:.6rem 0}.brand[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.6rem;color:var(--color-text);text-decoration:none;font-weight:var(--weight-bold);letter-spacing:-.01em;margin-right:auto}.brand-name[data-astro-cid-ctg3m53h]{font-size:var(--text-lg);white-space:nowrap}.site-nav[data-astro-cid-ctg3m53h]{flex:1 0 100%;min-width:0;-webkit-mask-image:linear-gradient(to right,black calc(100% - 2rem),transparent);mask-image:linear-gradient(to right,black calc(100% - 2rem),transparent)}.nav-list[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:clamp(.9rem,.4rem + 1.5vw,1.75rem);list-style:none;padding:0;margin:0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-right:2rem}.nav-list[data-astro-cid-ctg3m53h]::-webkit-scrollbar{display:none}.nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{color:var(--color-text-muted);text-decoration:none;font-weight:var(--weight-medium);padding:.6rem .1rem;display:inline-block;white-space:nowrap}.nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{color:var(--color-text)}.nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h][aria-current=page]{color:var(--color-accent-strong);box-shadow:inset 0 -.14em 0 var(--color-accent)}@media(min-width:48rem){.header-inner[data-astro-cid-ctg3m53h]{flex-wrap:nowrap;min-height:4rem;padding-block:0}.brand[data-astro-cid-ctg3m53h]{margin-right:0}.site-nav[data-astro-cid-ctg3m53h]{flex:0 1 auto;margin-left:auto;-webkit-mask-image:none;mask-image:none}.nav-list[data-astro-cid-ctg3m53h]{overflow-x:visible;padding-right:0}.nav-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:.35rem .1rem}.lang-menu[data-astro-cid-ctg3m53h]{order:3}}.lang-menu[data-astro-cid-ctg3m53h]{position:relative;flex:none}.lang-menu[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.35rem;list-style:none;cursor:pointer;font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:999px;padding:.3rem .75rem}.lang-menu[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]::-webkit-details-marker{display:none}.lang-menu[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]:hover{color:var(--color-text)}.lang-menu[data-astro-cid-ctg3m53h] .caret[data-astro-cid-ctg3m53h]{font-size:.7em}.lang-menu[data-astro-cid-ctg3m53h][open] summary[data-astro-cid-ctg3m53h]{color:var(--color-text);border-color:var(--color-accent)}.lang-list[data-astro-cid-ctg3m53h]{position:absolute;right:0;top:calc(100% + .4rem);z-index:30;min-width:9rem;list-style:none;padding:.35rem;margin:0;display:flex;flex-direction:column;gap:.1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lift)}.lang-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;padding:.45rem .7rem;border-radius:calc(var(--radius) - 4px);font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:none;font-weight:var(--weight-medium)}.lang-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background:var(--color-surface-2);color:var(--color-text)}.lang-list[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h][aria-current=true]{color:var(--color-accent-strong);font-weight:var(--weight-bold)}.site-footer[data-astro-cid-gcn2mc3v]{margin-top:var(--space-section);border-top:1px solid var(--color-border);background:var(--color-surface-2);padding-block:var(--space-5) var(--space-4)}.footer-inner[data-astro-cid-gcn2mc3v]{display:grid;gap:var(--space-4);grid-template-columns:1fr}@media(min-width:48rem){.footer-inner[data-astro-cid-gcn2mc3v]{grid-template-columns:1.5fr .9fr 1.1fr 1fr;align-items:start}}.footer-projects-title[data-astro-cid-gcn2mc3v]{font-weight:var(--weight-bold);color:var(--color-text);font-size:var(--text-sm);margin-bottom:.5rem}.footer-projects[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;padding:0;display:flex;flex-direction:column;gap:.35rem}.footer-projects[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--color-text-muted);text-decoration:none;font-size:var(--text-sm)}.footer-projects[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--color-text)}.brand[data-astro-cid-gcn2mc3v]{display:inline-flex;align-items:center;gap:.55rem;color:var(--color-text);text-decoration:none;font-weight:var(--weight-bold);font-size:var(--text-lg)}.footer-tagline[data-astro-cid-gcn2mc3v]{margin-top:var(--space-2);max-width:34ch;color:var(--color-text-muted);font-size:var(--text-sm)}.footer-nav[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:.5rem}.footer-nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:var(--color-text-muted);text-decoration:none;font-weight:var(--weight-medium)}.footer-nav[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--color-text)}.footer-emergency-title[data-astro-cid-gcn2mc3v]{font-weight:var(--weight-bold);color:var(--color-text)}.footer-emergency[data-astro-cid-gcn2mc3v]{font-size:var(--text-sm);color:var(--color-text-muted)}.footer-legal[data-astro-cid-gcn2mc3v]{margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.footer-legal[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{font-size:var(--text-xs);color:var(--color-text-muted);max-width:70ch}
