.logo:where(.astro-tvrurpns){display:inline-flex;align-items:center;color:var(--text);transition:opacity var(--t-fast) var(--ease)}.logo:where(.astro-tvrurpns):hover{opacity:.85}.logo__svg:where(.astro-tvrurpns){display:block;height:26px;width:151px;flex-shrink:0;transform:translateY(-3px)}.logo--mark:where(.astro-tvrurpns) .logo__svg:where(.astro-tvrurpns){height:24px;width:27px;transform:none}.logo__icon:where(.astro-tvrurpns){fill:var(--brand)}.logo__word:where(.astro-tvrurpns){fill:var(--text)}.theme-toggle:where(.astro-x3pjskd3){width:36px;height:36px;border-radius:var(--radius-pill);display:inline-grid;place-items:center;color:var(--text-muted);border:1px solid var(--border);background:var(--surface);transition:color var(--t-fast) var(--ease),border-color var(--t-fast) var(--ease),background var(--t-fast) var(--ease);position:relative}.theme-toggle:where(.astro-x3pjskd3):hover{color:var(--text);border-color:var(--border-strong)}.icon:where(.astro-x3pjskd3){position:absolute;transition:opacity var(--t-mid) var(--ease),transform var(--t-mid) var(--ease)}[data-theme=dark] .icon-sun:where(.astro-x3pjskd3),:root:not([data-theme=light]) .icon-sun:where(.astro-x3pjskd3){opacity:1;transform:rotate(0) scale(1)}[data-theme=dark] .icon-moon:where(.astro-x3pjskd3),:root:not([data-theme=light]) .icon-moon:where(.astro-x3pjskd3){opacity:0;transform:rotate(-30deg) scale(.8)}[data-theme=light] .icon-sun:where(.astro-x3pjskd3){opacity:0;transform:rotate(30deg) scale(.8)}[data-theme=light] .icon-moon:where(.astro-x3pjskd3){opacity:1;transform:rotate(0) scale(1)}.site-header:where(.astro-3ef6ksr2){position:sticky;top:0;z-index:50;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);background:color-mix(in oklab,var(--bg) 78%,transparent);border-bottom:1px solid transparent;transition:border-color var(--t-mid) var(--ease),background var(--t-mid) var(--ease)}.site-header:where(.astro-3ef6ksr2).is-scrolled{border-bottom-color:var(--border);background:color-mix(in oklab,var(--bg) 92%,transparent)}.site-header__inner:where(.astro-3ef6ksr2){display:flex;align-items:center;justify-content:space-between;gap:1rem;height:68px}.nav-primary:where(.astro-3ef6ksr2){display:none;flex:1}@media(min-width:1024px){.nav-primary:where(.astro-3ef6ksr2){display:block;margin-inline:2rem}}.nav-list:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:.25rem}.nav-item:where(.astro-3ef6ksr2){position:relative}.nav-trigger:where(.astro-3ef6ksr2),.nav-link:where(.astro-3ef6ksr2){display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;border-radius:var(--radius-pill);color:var(--text-muted);font-size:.9375rem;font-weight:500;transition:color var(--t-fast) var(--ease),background var(--t-fast) var(--ease)}.nav-trigger:where(.astro-3ef6ksr2):hover,.nav-link:where(.astro-3ef6ksr2):hover,.nav-item:where(.astro-3ef6ksr2):hover .nav-trigger:where(.astro-3ef6ksr2){color:var(--text);background:var(--surface)}.caret:where(.astro-3ef6ksr2){font-size:.7em;opacity:.7;transition:transform var(--t-fast) var(--ease)}.nav-item:where(.astro-3ef6ksr2):hover .caret:where(.astro-3ef6ksr2){transform:rotate(180deg)}.nav-panel:where(.astro-3ef6ksr2){position:absolute;top:100%;left:50%;transform:translate(-50%,8px);opacity:0;pointer-events:none;transition:opacity var(--t-mid) var(--ease),transform var(--t-mid) var(--ease);padding-top:10px;z-index:60}.nav-item:where(.astro-3ef6ksr2):hover .nav-panel:where(.astro-3ef6ksr2),.nav-item:where(.astro-3ef6ksr2):focus-within .nav-panel:where(.astro-3ef6ksr2){opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-panel__inner:where(.astro-3ef6ksr2){background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-2);display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:1.5rem 2rem;min-width:420px}.nav-panel--narrow:where(.astro-3ef6ksr2) .nav-panel__inner:where(.astro-3ef6ksr2){grid-template-columns:repeat(2,minmax(160px,1fr));min-width:360px}.nav-panel--single:where(.astro-3ef6ksr2) .nav-panel__inner--single:where(.astro-3ef6ksr2){grid-template-columns:minmax(200px,1fr);min-width:220px}.nav-panel--mega:where(.astro-3ef6ksr2) .nav-panel__inner--mega:where(.astro-3ef6ksr2){grid-template-columns:repeat(3,minmax(180px,1fr));min-width:640px}.nav-col__title:where(.astro-3ef6ksr2){display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-dim);margin-bottom:.6rem;font-weight:600}.nav-col:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2){display:block;padding:.4rem .5rem;margin-inline:-.5rem;border-radius:8px;font-size:.9375rem;color:var(--text);transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.nav-col:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2):hover{background:var(--surface);color:var(--brand)}.header-end:where(.astro-3ef6ksr2){display:flex;align-items:center;gap:.5rem}.icon-link:where(.astro-3ef6ksr2){width:36px;height:36px;display:inline-grid;place-items:center;border-radius:var(--radius-pill);color:var(--text-muted);transition:color var(--t-fast) var(--ease),background var(--t-fast) var(--ease)}.icon-link:where(.astro-3ef6ksr2):hover{color:var(--text);background:var(--surface)}.header-social:where(.astro-3ef6ksr2){display:none}@media(min-width:600px){.header-social:where(.astro-3ef6ksr2){display:inline-grid}}.btn-sm:where(.astro-3ef6ksr2){padding:.5rem 1rem;font-size:.875rem}.hamburger:where(.astro-3ef6ksr2){width:36px;height:36px;display:inline-grid;place-items:center;gap:4px;color:var(--text);border-radius:var(--radius-pill)}.hamburger:where(.astro-3ef6ksr2) span:where(.astro-3ef6ksr2){display:block;width:18px;height:1.5px;background:currentColor;border-radius:2px}@media(min-width:1024px){.hamburger:where(.astro-3ef6ksr2){display:none}}.mobile-drawer:where(.astro-3ef6ksr2){position:fixed;inset:0;z-index:100;background:var(--bg);overflow-y:auto}.mobile-drawer:where(.astro-3ef6ksr2)[hidden]{display:none}.mobile-drawer__inner:where(.astro-3ef6ksr2){padding:1.25rem var(--gutter) 3rem}.mobile-drawer__top:where(.astro-3ef6ksr2){display:flex;align-items:center;justify-content:space-between;height:60px}.mobile-drawer__title:where(.astro-3ef6ksr2){font-size:1.0625rem;font-weight:700}.mobile-drawer__cols:where(.astro-3ef6ksr2) details:where(.astro-3ef6ksr2){border-bottom:1px solid var(--border)}.mobile-drawer__cols:where(.astro-3ef6ksr2) summary:where(.astro-3ef6ksr2){padding:1rem 0;cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center}.mobile-drawer__cols:where(.astro-3ef6ksr2) summary:where(.astro-3ef6ksr2):after{content:"+";font-size:1.25rem;color:var(--text-muted)}.mobile-drawer__cols:where(.astro-3ef6ksr2) details:where(.astro-3ef6ksr2)[open] summary:where(.astro-3ef6ksr2):after{content:"−"}.mobile-drawer__cols:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2){padding-bottom:.75rem}.mobile-drawer__cols:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2){display:block;padding:.5rem 0;color:var(--text-muted)}.mobile-drawer__foot:where(.astro-3ef6ksr2){margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.socials:where(.astro-3ef6ksr2){display:flex;gap:.75rem;flex-wrap:wrap}.socials:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2){color:var(--text-muted);font-size:.875rem}
