@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;height:var(--nav-height);background:var(--color-bg);border-bottom:1px solid var(--color-border)}.nav__inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:100%}.nav__logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center;font-weight:500;font-size:1rem;letter-spacing:-.01em}.nav__logo-img[data-astro-cid-dmqpwcec]{height:28px;width:auto;display:block}.nav__links[data-astro-cid-dmqpwcec]{display:flex;gap:var(--space-md);list-style:none}.nav__link[data-astro-cid-dmqpwcec]{font-size:.875rem;color:var(--color-text-muted);transition:color .15s}.nav__link[data-astro-cid-dmqpwcec]:hover,.nav__link--active[data-astro-cid-dmqpwcec]{color:var(--color-text)}.nav__hamburger[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav__hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;width:22px;height:1.5px;background:var(--color-text)}.nav__drawer[data-astro-cid-dmqpwcec]{position:fixed;top:0;right:0;width:min(280px,80vw);height:100vh;background:var(--color-bg);z-index:200;padding:var(--space-lg) var(--space-md);transform:translate(100%);transition:transform .25s ease;border-left:1px solid var(--color-border)}.nav__drawer[data-astro-cid-dmqpwcec].is-open{transform:translate(0)}.nav__close[data-astro-cid-dmqpwcec]{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-text-muted);margin-bottom:var(--space-lg);display:block}.nav__drawer[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{list-style:none}.nav__drawer-link[data-astro-cid-dmqpwcec]{display:block;font-size:1.5rem;font-weight:300;padding-block:var(--space-sm);border-bottom:1px solid var(--color-border);color:var(--color-text-muted)}.nav__drawer-link--active[data-astro-cid-dmqpwcec]{color:var(--color-text)}.nav__overlay[data-astro-cid-dmqpwcec]{display:none;position:fixed;inset:0;background:#0000004d;z-index:150}.nav__overlay[data-astro-cid-dmqpwcec].is-visible{display:block}@media(max-width:640px){.nav__links[data-astro-cid-dmqpwcec]{display:none}.nav__hamburger[data-astro-cid-dmqpwcec]{display:flex}}.footer[data-astro-cid-sz7xmlte]{background:#1c1b18;padding-block:var(--space-sm);margin-top:auto}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center;justify-content:space-between}.footer__logo-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center}.footer__logo[data-astro-cid-sz7xmlte]{height:32px;width:auto;display:block;filter:invert(1)}.footer__details[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);align-items:center}.footer__detail[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#ffffff80}a[data-astro-cid-sz7xmlte].footer__detail:hover{color:#ffffffe6}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-bg: #f5f4f0;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-border: #e0dfd9;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--nav-height: 64px;--max-width: 1200px;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem;--radius: 2px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body{min-height:100vh;background:var(--color-bg)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{line-height:1.2;font-weight:500;letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,4rem)}h2{font-size:clamp(1.25rem,2.5vw,1.75rem)}h3{font-size:1.1rem}p{max-width:65ch}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-md)}.section{padding-block:var(--space-xl)}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}
