:root{--animation-timing: cubic-bezier(.165, .84, .44, 1);--animation-duration-hover: .5s;--animation-duration-pulse: 2s}@keyframes boop{0%{transform:scale(1) rotate(0)}25%{transform:scale(var(--scaleAmount, 1.1)) rotate(calc(-1 * var(--rotateAmount, 10deg)))}50%{transform:scale(calc(var(--scaleAmount, 1.1) - .05)) rotate(calc(var(--rotateAmount, 10deg) / 2))}75%{transform:scale(calc(var(--scaleAmount, 1.1) - .08)) rotate(calc(-1 * var(--rotateAmount, 10deg) / 4))}to{transform:scale(1) rotate(0)}}@keyframes bouncing{0%{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(0)}75%{transform:translateY(-2px)}to{transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 rgba(var(--pulse-color, 0, 0, 0),.7)}70%{box-shadow:0 0 0 6px rgba(var(--pulse-color, 0, 0, 0),0)}to{box-shadow:0 0 rgba(var(--pulse-color, 0, 0, 0),0)}}@keyframes nudge{0%{transform:translate(0)}50%{transform:translate(5px)}to{transform:translate(0)}}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(var(--rotateAmount, 10deg))}to{transform:rotate(0)}}@media (prefers-reduced-motion: no-preference){.animate-boop:where(:hover,:focus-visible){animation:boop var(--animation-duration-hover) var(--animation-timing) forwards}.animate-bouncing:where(:hover,:focus-visible){animation:bouncing var(--animation-duration-hover) var(--animation-timing) forwards}.animate-rotate:where(:hover,:focus-visible){animation:rotate var(--animation-duration-hover) var(--animation-timing) forwards}.animate-nudge:where(:hover,:focus-visible){animation:nudge var(--animation-duration-hover) var(--animation-timing) forwards}.animate-boop-svg:where(:hover,:focus-visible) svg{animation:boop var(--animation-duration-hover) var(--animation-timing) forwards}.animate-bouncing-svg:where(:hover,:focus-visible) svg{animation:bouncing var(--animation-duration-hover) var(--animation-timing) forwards}.animate-rotate-svg:where(:hover,:focus-visible) svg{animation:rotate var(--animation-duration-hover) var(--animation-timing) forwards}.animate-nudge-svg:where(:hover,:focus-visible) svg{animation:nudge var(--animation-duration-hover) var(--animation-timing) forwards}.animation-pulse{--pulse-iteration-count: var(--pulse-iterations, 3);animation:pulse var(--animation-duration-pulse) var(--animation-timing) var(--pulse-iteration-count)}}@media (prefers-reduced-motion: reduce){.animate-boop:where(:hover,:focus-visible),.animate-bouncing:where(:hover,:focus-visible),.animate-rotate:where(:hover,:focus-visible),.animate-nudge:where(:hover,:focus-visible),.animate-boop-svg:where(:hover,:focus-visible) svg,.animate-bouncing-svg:where(:hover,:focus-visible) svg,.animate-rotate-svg:where(:hover,:focus-visible) svg{transform:none;animation:none}.animation-pulse{animation:none;box-shadow:0 0 0 2px rgba(var(--pulse-color, 0, 0, 0),.3)}}:root{--color-primary-border: light-dark(var(--color-primary-500), var(--color-primary-100));--color-primary-bg: light-dark(var(--color-primary-100), var(--color-primary-500));--color-primary-text: light-dark(hsl(214.3, 30.4%, 4.5%), hsl(0 0% 100%));--color-secondary-border: light-dark(hsl(169.8, 100%, 24.1%), hsl(170.1, 96.4%, 66.9%));--color-secondary-bg: light-dark(hsl(170.1, 96.4%, 66.9%), hsl(169.8, 100%, 24.1%));--color-secondary-text: light-dark(hsl(214.3, 30.4%, 4.5%), hsl(0 0% 100%));--color-default-border: light-dark(hsl(204 8% 55%), hsl(215 15% 45%));--color-default-bg: light-dark(hsl(200 20% 97%), hsl(215 25% 13%));--color-default-text: light-dark(hsl(204 8% 14%), hsl(0 0% 100%));--color-info-border: light-dark(hsl(200 78% 46%), hsl(234 100% 60%));--color-info-bg: light-dark(hsl(198 100% 94%), hsl(234 54% 20%));--color-info-text: light-dark(hsl(200 96% 27%), hsl(0 0% 100%));--color-success-border: light-dark(hsl(160 61% 41%), hsl(101 82% 63%));--color-success-bg: light-dark(hsl(160 71% 96%), hsl(101 39% 22%));--color-success-text: light-dark(hsl(170 96% 15%), hsl(0 0% 100%));--color-warning-border: light-dark(hsl(35 75% 49%), hsl(41 82% 63%));--color-warning-bg: light-dark(hsl(48 100% 96%), hsl(41 39% 22%));--color-warning-text: light-dark(hsl(15 85% 30%), hsl(0 0% 100%));--color-error-border: light-dark(hsl(355 73% 51%), hsl(339 82% 63%));--color-error-bg: light-dark(hsl(0 100% 94%), hsl(339 39% 22%));--color-error-text: light-dark(hsl(350 94% 19%), hsl(0 0% 100%));--color-pulse-default: 100, 100, 100;--color-pulse-info: 0, 122, 255;--color-pulse-success: 52, 199, 89;--color-pulse-warning: 255, 149, 0;--color-pulse-error: 255, 59, 48}:root{--elevation-1: 0 1px 3px rgba(0 0 0 / .12);--elevation-2: 0 3px 6px rgba(0 0 0 / .15);--elevation-3: 0 10px 20px rgba(0 0 0 / .15);--elevation-4: 0 15px 25px rgba(0 0 0 / .15);--elevation-5: 0 20px 40px rgba(0 0 0 / .5)}:root{--font-size--2: clamp(.6944rem, .6855rem + .0446vw, .72rem);--font-size--1: clamp(.8331rem, .8099rem + .1163vw, .9rem);--font-size-0: clamp(1rem, .9565rem + .2174vw, 1.125rem);--font-size-1: clamp(1.2rem, 1.1283rem + .3587vw, 1.4063rem);--font-size-2: clamp(1.44rem, 1.3293rem + .5533vw, 1.7581rem);--font-size-3: clamp(1.7281rem, 1.5649rem + .8163vw, 2.1975rem);--font-size-4: clamp(2.0738rem, 1.8396rem + 1.1707vw, 2.7469rem);--font-size-5: clamp(2.4881rem, 2.1594rem + 1.6435vw, 3.4331rem);--font-size-6: clamp(2.9863rem, 2.5323rem + 2.2696vw, 4.2913rem);--font-size-7: clamp(3.5836rem, 2.9667rem + 3.0674vw, 5.3544rem);--font-size-8: clamp(4.2999rem, 3.5601rem + 3.6935vw, 6.6856rem)}input,button,select,textarea{font:inherit}input,select,textarea{field-sizing:content}input:not([type=checkbox],[type=radio]){inline-size:100%}:root{--radius-xs: .125rem;--radius-s: .25rem;--radius-m: .5rem;--radius-l: .75rem;--radius-h: 1rem;--z-index--1: -1;--z-index-0: 0;--z-index-1: 10;--z-index-2: 20;--z-index-3: 30;--z-index-4: 40;--z-index-5: 50;--z-index-6: 60;--z-index-7: 70;--z-index-8: 80;--z-index-9: 90;--z-index-10: 100}[hidden]{display:none!important}:root{--space-5xs: clamp(.1rem, .0931rem + .1087vw, .125rem);--space-4xs: clamp(.125rem, .1131rem + .1087vw, .1563rem);--space-3xs: clamp(.25rem, .2283rem + .1087vw, .3125rem);--space-2xs: clamp(.5rem, .4783rem + .1087vw, .5625rem);--space-xs: clamp(.75rem, .7065rem + .2174vw, .875rem);--space-s: clamp(1rem, .9565rem + .2174vw, 1.125rem);--space-m: clamp(1.5rem, 1.4348rem + .3261vw, 1.6875rem);--space-l: clamp(2rem, 1.913rem + .4348vw, 2.25rem);--space-xl: clamp(3rem, 2.8696rem + .6522vw, 3.375rem);--space-2xl: clamp(4rem, 3.8261rem + .8696vw, 4.5rem);--space-3xl: clamp(6rem, 5.7391rem + 1.3043vw, 6.75rem);--space-4xl: clamp(8rem, 7.6522rem + 1.7403vw, 8.25rem);--space-5xl: clamp(10rem, 9.5652rem + 2.1741vw, 10.5rem)}.sr-only{position:absolute;margin:-1px;padding:0;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}[data-astro-cid-cpnlweum]:where(.accordion){display:flex;flex-direction:column;gap:0;padding:0;list-style:none}:where(.accordion>.item:first-child .wrapper){border-block-start:none!important}[data-astro-cid-zgbrtpeb]:where(.heading){text-wrap:balance}[data-astro-cid-zgbrtpeb]:where(.h1,.h2){font-weight:600}[data-astro-cid-zgbrtpeb]:where(.h3,.h4,.h5,.h6){font-weight:500}[data-astro-cid-zgbrtpeb]:where(.h1){font-size:var(--font-size-6);line-height:var(--font-size-7)}[data-astro-cid-zgbrtpeb]:where(.h2){font-size:var(--font-size-5);line-height:var(--font-size-6)}[data-astro-cid-zgbrtpeb]:where(.h3){font-size:var(--font-size-4);line-height:var(--font-size-5)}[data-astro-cid-zgbrtpeb]:where(.h4){font-size:var(--font-size-3);line-height:var(--font-size-4)}[data-astro-cid-zgbrtpeb]:where(.h5){font-size:var(--font-size-2);line-height:var(--font-size-3)}[data-astro-cid-zgbrtpeb]:where(.h6){font-size:var(--font-size-1);line-height:var(--font-size-2)}[data-astro-cid-mpbry7dl]:where(.avatar){display:inline-flex;align-items:center;gap:.75rem}[data-astro-cid-mpbry7dl]:where(.avatar:has(.initials-container):not(:has(.content))),[data-astro-cid-mpbry7dl]:where(.avatar:has(.icon-container):not(:has(.content))){aspect-ratio:1;inline-size:var(--size);block-size:var(--size)}[data-astro-cid-mpbry7dl]:where(.initials-container),[data-astro-cid-mpbry7dl]:where(.icon-container),[data-astro-cid-mpbry7dl]:where(.image){display:grid;flex-shrink:0;place-items:center;aspect-ratio:1;inline-size:var(--size);block-size:var(--size);overflow:clip}[data-astro-cid-mpbry7dl]:where(.avatar.shape-round .initials-container),[data-astro-cid-mpbry7dl]:where(.avatar.shape-round .icon-container),[data-astro-cid-mpbry7dl]:where(.avatar.shape-round .image){border-radius:50%}[data-astro-cid-mpbry7dl]:where(.avatar.shape-square .initials-container),[data-astro-cid-mpbry7dl]:where(.avatar.shape-square .icon-container),[data-astro-cid-mpbry7dl]:where(.avatar.shape-square .image){border-radius:.25rem}[data-astro-cid-mpbry7dl]:where(.initials-container),[data-astro-cid-mpbry7dl]:where(.icon-container){border:2px solid;border-color:var(--color-default-border);background-color:var(--color-default-bg);color:var(--color-default-text)}[data-astro-cid-mpbry7dl]:where(.type-info .initials-container),[data-astro-cid-mpbry7dl]:where(.type-info .icon-container){border-color:var(--color-info-border);background-color:var(--color-info-bg);color:var(--color-info-text)}[data-astro-cid-mpbry7dl]:where(.type-success .initials-container),[data-astro-cid-mpbry7dl]:where(.type-success .icon-container){border-color:var(--color-success-border);background-color:var(--color-success-bg);color:var(--color-success-text)}[data-astro-cid-mpbry7dl]:where(.type-warning .initials-container),[data-astro-cid-mpbry7dl]:where(.type-warning .icon-container){border-color:var(--color-warning-border);background-color:var(--color-warning-bg);color:var(--color-warning-text)}[data-astro-cid-mpbry7dl]:where(.type-error .initials-container),[data-astro-cid-mpbry7dl]:where(.type-error .icon-container){border-color:var(--color-error-border);background-color:var(--color-error-bg);color:var(--color-error-text)}[data-astro-cid-mpbry7dl]:where(.avatar img){inline-size:inherit;block-size:inherit;object-fit:cover}[data-astro-cid-mpbry7dl]:where(.avatar .initials){font-weight:700;font-size:clamp(1rem,calc(var(--size) * .4),calc(var(--size) * .6));line-height:1;text-transform:uppercase}[data-astro-cid-mpbry7dl]:where(.avatar .icon){display:grid;place-items:center;inline-size:100%;block-size:100%}[data-astro-cid-mpbry7dl]:where(.avatar .title){margin:0;font-weight:500;font-size:clamp(.875rem,calc(var(--size) * .25),1.5rem)}[data-astro-cid-mpbry7dl]:where(.avatar .subtitle){font-size:clamp(.75rem,calc(var(--size) * .2),1.25rem)}[data-astro-cid-mpbry7dl]:where(.avatar p){overflow-wrap:break-word}[data-astro-cid-q754tkqb]:where(.badge){--transition-duration: .3s;--transition-easing: cubic-bezier(.165, .84, .44, 1);display:inline-flex;position:relative;justify-content:center;align-items:center;border:2px solid;border-radius:.5rem}[data-astro-cid-q754tkqb]:where(button.badge){cursor:pointer;background:none;padding:inherit;font:inherit}[data-astro-cid-q754tkqb]:where(button.badge:hover),[data-astro-cid-q754tkqb]:where(button.badge:focus-visible){text-decoration:underline}[data-astro-cid-q754tkqb]:where(.badge){border-color:var(--color-default-border);background-color:var(--color-default-bg);color:var(--color-default-text)}[data-astro-cid-q754tkqb]:where(.badge.type-info){border-color:var(--color-info-border);background-color:var(--color-info-bg);color:var(--color-info-text)}[data-astro-cid-q754tkqb]:where(.badge.type-success){border-color:var(--color-success-border);background-color:var(--color-success-bg);color:var(--color-success-text)}[data-astro-cid-q754tkqb]:where(.badge.type-warning){border-color:var(--color-warning-border);background-color:var(--color-warning-bg);color:var(--color-warning-text)}[data-astro-cid-q754tkqb]:where(.badge.type-error){border-color:var(--color-error-border);background-color:var(--color-error-bg);color:var(--color-error-text)}[data-astro-cid-q754tkqb]:where(.badge.size-sm){gap:.15rem;padding:.05rem .2rem;font-size:.75rem}[data-astro-cid-q754tkqb]:where(.badge.size-md){gap:.3rem;padding:.05rem .35rem;font-size:.875rem}[data-astro-cid-q754tkqb]:where(.badge.size-lg){gap:.4rem;padding:.05rem .45rem;font-size:1rem}[data-astro-cid-q754tkqb]:where(.badge.pill){border-radius:9999px;padding-inline:.5em}[data-astro-cid-q754tkqb]:where(.badge.circular){border-radius:50%;padding:0;aspect-ratio:1 / 1;min-inline-size:1.5em;min-block-size:1.5em;text-align:center}[data-astro-cid-q754tkqb]:where(.badge.size-sm.circular){min-inline-size:1.5em;min-block-size:1.5em}[data-astro-cid-q754tkqb]:where(.badge.size-md.circular){min-inline-size:1.75em;min-block-size:1.75em}[data-astro-cid-q754tkqb]:where(.badge.size-lg.circular){min-inline-size:2em;min-block-size:2em}[data-astro-cid-q754tkqb]:where(.badge) svg{flex-shrink:0;transition:transform var(--transition-duration) var(--transition-easing)}[data-astro-cid-q754tkqb]:where(.badge.animation-pulse.type-default){--pulse-color: var(--color-pulse-default)}[data-astro-cid-q754tkqb]:where(.badge.animation-pulse.type-info){--pulse-color: var(--color-pulse-info)}[data-astro-cid-q754tkqb]:where(.badge.animation-pulse.type-success){--pulse-color: var(--color-pulse-success)}[data-astro-cid-q754tkqb]:where(.badge.animation-pulse.type-warning){--pulse-color: var(--color-pulse-warning)}[data-astro-cid-q754tkqb]:where(.badge.animation-pulse.type-error){--pulse-color: var(--color-pulse-error)}[data-astro-cid-o726yemk]:where(.breadcrumbs ol){display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}[data-astro-cid-whcg5jpn]:where(.item){display:flex;align-items:center;gap:.5rem}[data-astro-cid-whcg5jpn]:where(.item) .separator{display:flex;align-items:center}[data-astro-cid-whcg5jpn]:where(.item) .separator svg{margin-block-start:3px}[data-astro-cid-whcg5jpn]:where(.item) svg{inline-size:1rem;block-size:1rem}[data-astro-cid-whcg5jpn]:where(li.item:last-child) .separator{display:none}[data-astro-cid-whcg5jpn]:where(.has-icon) svg{display:flex;align-items:center}[data-astro-cid-whcg5jpn]:where(.item a){color:currentColor;text-decoration:underline;text-underline-offset:4px}[data-astro-cid-whcg5jpn]:where(.item a:hover),[data-astro-cid-whcg5jpn]:where(.item a:focus-visible){text-decoration:none}[data-astro-cid-whcg5jpn]:where(.item span[aria-current=page]){font-weight:500}[data-astro-cid-lhox4pm7]:where(.link){color:var(--link-color, currentColor)}[data-astro-cid-lhox4pm7]:where(.link--external){display:inline-flex;align-items:center;gap:var(--space-3xs)}[data-astro-cid-lhox4pm7]:where(.link--external svg){flex-shrink:0;inline-size:1em;block-size:1em}[data-astro-cid-lhox4pm7]:where(.button){display:inline-flex;position:relative;justify-content:center;align-items:center;gap:var(--space-2xs);transition:all .2s var(--animation-timing);cursor:pointer;border:3px solid var(--color-default-border);border-radius:var(--radius-s);background-color:var(--color-default-bg);padding:var(--space-xs) var(--space-s);inline-size:fit-content;color:var(--color-default-text);font-weight:700;text-decoration:underline;text-decoration-style:solid;text-decoration-color:transparent;text-decoration-thickness:2px;text-decoration-skip-ink:none;text-underline-offset:4px}[data-astro-cid-lhox4pm7]:where(.button:where(:hover,:focus-visible)){text-decoration-color:currentColor;text-underline-offset:2px}@media (prefers-reduced-motion: no-preference){[data-astro-cid-lhox4pm7]:where(.button:where(:hover,:focus-visible)){translate:0 -3px}}[data-astro-cid-lhox4pm7]:where(.button--sm){padding:var(--space-2xs) var(--space-xs);font-size:var(--font-size--1)}[data-astro-cid-lhox4pm7]:where(.button--lg){padding:var(--space-s) var(--space-l);font-size:var(--font-size-1)}[data-astro-cid-lhox4pm7]:where(.button.type-primary){border-color:var(--color-primary-border);background-color:var(--color-primary-bg);color:var(--color-primary-text)}[data-astro-cid-lhox4pm7]:where(.button.type-secondary){border-color:var(--color-secondary-border);background-color:var(--color-secondary-bg);color:var(--color-secondary-text)}[data-astro-cid-lhox4pm7]:where(.button.type-info){border-color:var(--color-info-border);background-color:var(--color-info-bg);color:var(--color-info-text)}[data-astro-cid-lhox4pm7]:where(.button.type-success){border-color:var(--color-success-border);background-color:var(--color-success-bg);color:var(--color-success-text)}[data-astro-cid-lhox4pm7]:where(.button.type-warning){border-color:var(--color-warning-border);background-color:var(--color-warning-bg);color:var(--color-warning-text)}[data-astro-cid-lhox4pm7]:where(.button.type-error){border-color:var(--color-error-border);background-color:var(--color-error-bg);color:var(--color-error-text)}[data-astro-cid-lhox4pm7]:where(.button--outlined){background-color:transparent;color:var(--color-default-text)}[data-astro-cid-lhox4pm7]:where(.button) svg{flex-shrink:0;transition:transform var(--transition-duration, .3s) var(--transition-easing, cubic-bezier(.165, .84, .44, 1))}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-default){--pulse-color: var(--color-pulse-default)}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-info){--pulse-color: var(--color-pulse-info)}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-success){--pulse-color: var(--color-pulse-success)}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-warning){--pulse-color: var(--color-pulse-warning)}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-error){--pulse-color: var(--color-pulse-error)}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-primary){--pulse-color: var(--color-pulse-primary)}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-secondary){--pulse-color: var(--color-pulse-secondary)}[data-astro-cid-lhox4pm7]:where(.button.animation-pulse.type-ghost){--pulse-color: var(--color-pulse-ghost, var(--color-pulse-default))}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}[data-astro-cid-pnrsh66h]:where(.notification){display:flex;align-items:center;gap:.75rem;border:2px solid;border-radius:.5rem;padding:1rem}[data-astro-cid-pnrsh66h]:where(.notification){border-color:var(--color-default-border);background-color:var(--color-default-bg);color:var(--color-default-text)}[data-astro-cid-pnrsh66h]:where(.notification.type-info){border-color:var(--color-info-border);background-color:var(--color-info-bg);color:var(--color-info-text)}[data-astro-cid-pnrsh66h]:where(.notification.type-success){border-color:var(--color-success-border);background-color:var(--color-success-bg);color:var(--color-success-text)}[data-astro-cid-pnrsh66h]:where(.notification.type-warning){border-color:var(--color-warning-border);background-color:var(--color-warning-bg);color:var(--color-warning-text)}[data-astro-cid-pnrsh66h]:where(.notification.type-error){border-color:var(--color-error-border);background-color:var(--color-error-bg);color:var(--color-error-text)}[data-astro-cid-pnrsh66h]:where(.notification.variant-accent){position:relative;border:none;padding-inline-start:1.25rem}[data-astro-cid-pnrsh66h]:where(.notification .icon){position:absolute;flex-shrink:0;transform:translate(calc(-50% - 3px),-50%);inset-block-start:0;inset-inline-start:0;border-radius:50%;background-color:var( --background-color, light-dark(oklch(from #b9bec4 100% 0 0), oklch(from #b9bec4 15% c h)) );padding:var(--space-3xs)}.notification[data-astro-cid-pnrsh66h].variant-accent:before{position:absolute;inset-block-start:0;inset-inline-start:0;border-left:6px solid;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;block-size:100%;content:""}.notification[data-astro-cid-pnrsh66h].variant-accent.type-info:before{border-color:var(--color-info-border)}.notification[data-astro-cid-pnrsh66h].variant-accent.type-success:before{border-color:var(--color-success-border)}.notification[data-astro-cid-pnrsh66h].variant-accent.type-warning:before{border-color:var(--color-warning-border)}.notification[data-astro-cid-pnrsh66h].variant-accent.type-error:before{border-color:var(--color-error-border)}.notification[data-astro-cid-pnrsh66h].variant-accent.type-default:before{border-color:var(--color-default-border)}[data-astro-cid-pnrsh66h]:where(.notification svg) svg{flex-shrink:0}[data-astro-cid-nwlnqdlu]:where(.skip-link a){position:absolute;z-index:9999;inset-block-start:-100vh;inset-inline-start:0;border-end-end-radius:.5rem;background:light-dark(hsl(0 0% 100%),hsl(215 25% 15%));padding-inline:3.25rem;padding-block:1rem;color:light-dark(hsl(215 25% 27%),hsl(215 25% 89%))}[data-astro-cid-nwlnqdlu]:where(.skip-link a:hover),[data-astro-cid-nwlnqdlu]:where(.skip-link a:focus-visible){inset-block-start:0}
