: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}:where(.accordion)[data-astro-cid-cpnlweum]{display:flex;flex-direction:column;gap:0;padding:0;list-style:none}:where(.accordion>.item:first-child .wrapper){border-block-start:none!important}:where(.heading)[data-astro-cid-zgbrtpeb]{text-wrap:balance}:where(.h1,.h2)[data-astro-cid-zgbrtpeb]{font-weight:600}:where(.h3,.h4,.h5,.h6)[data-astro-cid-zgbrtpeb]{font-weight:500}:where(.h1)[data-astro-cid-zgbrtpeb]{font-size:var(--font-size-6);line-height:var(--font-size-7)}:where(.h2)[data-astro-cid-zgbrtpeb]{font-size:var(--font-size-5);line-height:var(--font-size-6)}:where(.h3)[data-astro-cid-zgbrtpeb]{font-size:var(--font-size-4);line-height:var(--font-size-5)}:where(.h4)[data-astro-cid-zgbrtpeb]{font-size:var(--font-size-3);line-height:var(--font-size-4)}:where(.h5)[data-astro-cid-zgbrtpeb]{font-size:var(--font-size-2);line-height:var(--font-size-3)}:where(.h6)[data-astro-cid-zgbrtpeb]{font-size:var(--font-size-1);line-height:var(--font-size-2)}:where(.wrapper)[data-astro-cid-v3uupwlt]{--transition-duration: .3s;--transition-easing: cubic-bezier(.165, .84, .44, 1);border-block-start:2px solid light-dark(hsl(0 0% 13%),hsl(0 0% 87%));padding-block:0}.title[data-astro-cid-v3uupwlt] .heading{display:flex;align-items:center;gap:1rem;min-inline-size:100%;font-weight:400;font-size:1.25rem}@media (prefers-reduced-motion: no-preference){:where(.wrapper)[data-astro-cid-v3uupwlt]{interpolate-size:allow-keywords}}details[data-astro-cid-v3uupwlt]::details-content{opacity:0;transition:content-visibility var(--transition-duration) allow-discrete,opacity var(--transition-duration) var(--transition-easing),block-size var(--transition-duration) var(--transition-easing);block-size:0;overflow-y:clip}details[data-astro-cid-v3uupwlt][open]::details-content{opacity:1;block-size:auto}.wrapper[data-astro-cid-v3uupwlt].variant-default .content[data-astro-cid-v3uupwlt]{padding:0 0 1.5rem 2.2rem}.wrapper[data-astro-cid-v3uupwlt].variant-chevron .title[data-astro-cid-v3uupwlt] .heading{justify-content:space-between}.wrapper[data-astro-cid-v3uupwlt].variant-chevron .content[data-astro-cid-v3uupwlt]{padding-block-end:2.2rem}:where(.title)[data-astro-cid-v3uupwlt]{display:flex;cursor:pointer;padding-block:.75rem;list-style:none}:where(.title)::marker [data-astro-cid-v3uupwlt],:where(.title)::-webkit-details-marker [data-astro-cid-v3uupwlt]{display:none;content:""}:where(.title:hover)[data-astro-cid-v3uupwlt],:where(.title:focus-visible)[data-astro-cid-v3uupwlt]{color:light-dark(hsl(215 25% 27%),hsl(215 25% 89%));text-decoration:underline;text-underline-offset:4px}:where(.icon-plus)[data-astro-cid-v3uupwlt]{display:inline-block;position:relative;aspect-ratio:1;block-size:20px}:where(.icon-plus svg)[data-astro-cid-v3uupwlt]{position:absolute}:where(.icon-plus svg:first-of-type)[data-astro-cid-v3uupwlt]{transform:translateY(-50%);inset-block-start:50%;inset-inline-start:0}:where(.icon-plus svg:last-of-type)[data-astro-cid-v3uupwlt]{transform:translateY(-50%);inset-block-start:50%;inset-inline-start:50%}@media (prefers-reduced-motion: no-preference){:where(.icon-plus svg:last-of-type)[data-astro-cid-v3uupwlt]{transition:all var(--transition-duration) var(--transition-easing)}}:where(.icon-chevron)[data-astro-cid-v3uupwlt]{flex-shrink:0}@media (prefers-reduced-motion: no-preference){:where(.icon-chevron svg)[data-astro-cid-v3uupwlt]{transition:transform var(--transition-duration) var(--transition-easing)}}:where(.content a)[data-astro-cid-v3uupwlt]{display:inline-block}:where(.content>*:not(:first-child))[data-astro-cid-v3uupwlt]{margin-block-start:.75rem}:where(.wrapper[open] .icon-plus svg:last-of-type)[data-astro-cid-v3uupwlt]{transform:rotate(90deg);inset-block-start:0}:where(.wrapper[open] .icon-chevron svg)[data-astro-cid-v3uupwlt]{transform:scaleY(-1)}:where(.link)[data-astro-cid-lhox4pm7]{color:var(--link-color, currentColor)}:where(.link--external)[data-astro-cid-lhox4pm7]{display:inline-flex;align-items:center;gap:var(--space-3xs)}:where(.link--external svg)[data-astro-cid-lhox4pm7]{flex-shrink:0;inline-size:1em;block-size:1em}:where(.button)[data-astro-cid-lhox4pm7]{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}:where(.button:where(:hover,:focus-visible))[data-astro-cid-lhox4pm7]{text-decoration-color:currentColor;text-underline-offset:2px}@media (prefers-reduced-motion: no-preference){:where(.button:where(:hover,:focus-visible))[data-astro-cid-lhox4pm7]{translate:0 -3px}}:where(.button--sm)[data-astro-cid-lhox4pm7]{padding:var(--space-2xs) var(--space-xs);font-size:var(--font-size--1)}:where(.button--lg)[data-astro-cid-lhox4pm7]{padding:var(--space-s) var(--space-l);font-size:var(--font-size-1)}:where(.button.type-primary)[data-astro-cid-lhox4pm7]{border-color:var(--color-primary-border);background-color:var(--color-primary-bg);color:var(--color-primary-text)}:where(.button.type-secondary)[data-astro-cid-lhox4pm7]{border-color:var(--color-secondary-border);background-color:var(--color-secondary-bg);color:var(--color-secondary-text)}:where(.button.type-info)[data-astro-cid-lhox4pm7]{border-color:var(--color-info-border);background-color:var(--color-info-bg);color:var(--color-info-text)}:where(.button.type-success)[data-astro-cid-lhox4pm7]{border-color:var(--color-success-border);background-color:var(--color-success-bg);color:var(--color-success-text)}:where(.button.type-warning)[data-astro-cid-lhox4pm7]{border-color:var(--color-warning-border);background-color:var(--color-warning-bg);color:var(--color-warning-text)}:where(.button.type-error)[data-astro-cid-lhox4pm7]{border-color:var(--color-error-border);background-color:var(--color-error-bg);color:var(--color-error-text)}:where(.button--outlined)[data-astro-cid-lhox4pm7]{background-color:transparent;color:var(--color-default-text)}:where(.button)[data-astro-cid-lhox4pm7] svg{flex-shrink:0;transition:transform var(--transition-duration, .3s) var(--transition-easing, cubic-bezier(.165, .84, .44, 1))}:where(.button.animation-pulse.type-default)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-default)}:where(.button.animation-pulse.type-info)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-info)}:where(.button.animation-pulse.type-success)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-success)}:where(.button.animation-pulse.type-warning)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-warning)}:where(.button.animation-pulse.type-error)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-error)}:where(.button.animation-pulse.type-primary)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-primary)}:where(.button.animation-pulse.type-secondary)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-secondary)}:where(.button.animation-pulse.type-ghost)[data-astro-cid-lhox4pm7]{--pulse-color: var(--color-pulse-ghost, var(--color-pulse-default))}:where(.darkmode-toggle)[data-astro-cid-pvqsmiwf]{--transition-duration: .2s;--transition-easing: cubic-bezier(.165, .84, .44, 1);display:inline-flex;justify-content:center;align-items:center;cursor:pointer;border:2px solid;border-radius:.5rem;background:transparent;padding-inline:.5rem;padding-block:.5rem}@media (prefers-reduced-motion: no-preference){:where(.darkmode-toggle)[data-astro-cid-pvqsmiwf]{transition:box-shadow var(--transition-duration) var(--transition-easing)}}:where(.darkmode-toggle:hover)[data-astro-cid-pvqsmiwf],:where(.darkmode-toggle:focus-visible)[data-astro-cid-pvqsmiwf]{box-shadow:0 0 0 .25rem}:where(.darkmode-toggle:focus-visible)[data-astro-cid-pvqsmiwf]{outline:none}:where(.icon)[data-astro-cid-pvqsmiwf]{display:flex;inline-size:1.5rem;block-size:1.5rem}:where(.icon svg)[data-astro-cid-pvqsmiwf],:where(.icon)[data-astro-cid-pvqsmiwf] svg{inline-size:100%;block-size:100%}:where(.darkmode-toggle .icon-light)[data-astro-cid-pvqsmiwf]{display:none}.darkmode :where(.darkmode-toggle .icon-light)[data-astro-cid-pvqsmiwf]{display:flex}.darkmode :where(.darkmode-toggle .icon-dark)[data-astro-cid-pvqsmiwf]{display:none}@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}}:where(.notification)[data-astro-cid-pnrsh66h]{display:flex;align-items:center;gap:.75rem;border:2px solid;border-radius:.5rem;padding:1rem}:where(.notification)[data-astro-cid-pnrsh66h]{border-color:var(--color-default-border);background-color:var(--color-default-bg);color:var(--color-default-text)}:where(.notification.type-info)[data-astro-cid-pnrsh66h]{border-color:var(--color-info-border);background-color:var(--color-info-bg);color:var(--color-info-text)}:where(.notification.type-success)[data-astro-cid-pnrsh66h]{border-color:var(--color-success-border);background-color:var(--color-success-bg);color:var(--color-success-text)}:where(.notification.type-warning)[data-astro-cid-pnrsh66h]{border-color:var(--color-warning-border);background-color:var(--color-warning-bg);color:var(--color-warning-text)}:where(.notification.type-error)[data-astro-cid-pnrsh66h]{border-color:var(--color-error-border);background-color:var(--color-error-bg);color:var(--color-error-text)}:where(.notification.variant-accent)[data-astro-cid-pnrsh66h]{position:relative;border:none;padding-inline-start:1.25rem}:where(.notification .icon)[data-astro-cid-pnrsh66h]{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)}:where(.notification svg)[data-astro-cid-pnrsh66h] svg{flex-shrink:0}:where(.skip-link a)[data-astro-cid-nwlnqdlu]{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%))}:where(.skip-link a:hover)[data-astro-cid-nwlnqdlu],:where(.skip-link a:focus-visible)[data-astro-cid-nwlnqdlu]{inset-block-start:0}:root{--color-primary: #00B7A3;--color-bg: #ffffff;--color-text: #2d2d2d;--color-text-muted: #666666;--color-border: #e5e5e5;--color-bg-alt: #f9f9f9;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--max-width: 1200px;--font-heading: "Atkinson Hyperlegible", sans-serif;--font-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-brand: "MuseoModerno", sans-serif}:root.darkmode{--color-bg: #1a1a1a;--color-text: #ffffff;--color-text-muted: #b0b0b0;--color-border: #333333;--color-bg-alt: #252525}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;width:100%;min-height:100%;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header[data-astro-cid-pux6a34n]{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:0 2px 4px #0000000d}.nav[data-astro-cid-pux6a34n]{padding:var(--spacing-sm) var(--spacing-md)}.nav-container[data-astro-cid-pux6a34n]{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text);font-family:var(--font-brand);font-size:1.5rem;font-weight:500;transition:opacity .2s}.nav-logo[data-astro-cid-pux6a34n]:hover{opacity:.8}:root.darkmode .nav-logo[data-astro-cid-pux6a34n]{font-weight:400}.nav-logo[data-astro-cid-pux6a34n] img[data-astro-cid-pux6a34n]{border-radius:8px}.nav-links[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:var(--spacing-md);list-style:none;margin:0;padding:0}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{text-decoration:none;color:var(--color-text);font-weight:500;transition:box-shadow .2s;padding:.5rem 1rem;border-radius:4px;border:none}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{box-shadow:0 0 0 .25rem}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:focus{outline:2px solid var(--color-primary);outline-offset:2px}.dark-mode-toggle[data-astro-cid-pux6a34n]{margin-left:var(--spacing-sm)}.dark-mode-toggle[data-astro-cid-pux6a34n] .darkmode-toggle{border:none}@media (max-width: 768px){.nav[data-astro-cid-pux6a34n]{padding:var(--spacing-sm)}.nav-logo[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{display:none}.nav-links[data-astro-cid-pux6a34n]{gap:var(--spacing-sm)}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{padding:.5rem;font-size:.875rem}.dark-mode-toggle[data-astro-cid-pux6a34n]{margin-left:0}}
