@layer tokens,reset,base,layout,themes,pages,components,utilities,overrides;@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@layer tokens{:root{--page-max-width: 1920px;--content-max-width: 1100px;--content-readable-width: 65ch;--hero-content-width: 85ch;--section-inline-padding: var(--space-md);--section-width-full: 100%;--section-width-large: 80%;--section-width-medium: min( calc(100% - (var(--section-inline-padding) * 2)), var(--content-max-width) );--section-width-small: min( calc(100% - (var(--section-inline-padding) * 2)), var(--content-readable-width) );--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 5rem;--space-fluid-sm: clamp(.75rem, 1.5vw, 1rem);--space-fluid-md: clamp(1rem, 2vw, 1.5rem);--space-fluid-lg: clamp(1.25rem, 2vw, 2rem);--space-fluid-xl: clamp(1.5rem, 3vw, 2.5rem);--section-stack-gap: clamp(1rem, 2vw, 1.75rem);--grid-gap: clamp(1rem, 2vw, 1.5rem);--grid-gap-lg: clamp(1rem, 2vw, 2rem);--card-padding: clamp(1.25rem, 2vw, 2rem);--margin-sm: var(--space-xs);--margin-md: var(--space-md);--margin-lg: var(--space-lg);--padding-sm: var(--space-xs);--padding-md: var(--space-md);--padding-lg: var(--space-lg);--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-pill: 9999px;--shadow-sm: 0 2px 10px var(--color-black);--shadow-md: 0 2px 10px var(--color-black);--shadow-lg: 0 12px 30px var(--color-black)}}@layer reset{*{margin:0;padding:0;font:inherit}*,*:before,*:after{box-sizing:inherit}html{scrollbar-gutter:stable;font-size:100%;box-sizing:border-box}body{min-height:100vh;min-block-size:100svh;line-height:1.2}img,picture,video,canvas{display:block;max-width:100%}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}}@layer base{body{display:flex;flex-direction:column;max-width:var(--page-max-width);margin:0 auto}body main{flex-grow:1}section{scroll-margin-top:var(--header-height)}:root{--header-height: 64px;interpolate-size:allow-keywords;background-color:var(--color-bg-page);color:var(--color-text-main);color-scheme:dark light}html{scroll-padding-top:var(--header-height)}@media(min-width:768px){:root{--header-height: 80px}}@media(min-width:1200px){:root{--header-height: 96px}}}@layer base{html{hanging-punctuation:first last}h1,h2,h3,h4,h5,h6{font-family:var(--font-fraunces),Arial,sans-serif;text-wrap:stable;margin-top:0;font-weight:700;line-height:1.3}h3,h4,h5,h6{font-family:var(--font-geist),system-ui,sans-serif}h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem}@media only screen and (max-width:768px){h1{font-size:2.125rem}}h2{font-size:2.125rem;margin-bottom:1rem}h3{font-size:1.625rem;margin-bottom:1rem}h4{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}p,li,input,label,em,strong{font-family:var(--font-nunito),system-ui,sans-serif;font-size:1.375rem;line-height:1.6;color:var(--color-text-main);margin-bottom:.5rem}@media only screen and (max-width:768px){p,li,input,label,em,strong{font-size:1rem}}em,strong{font-weight:700}a{font-family:var(--font-nunito),system-ui,sans-serif;font-size:1.125rem;text-decoration:none;color:inherit;transition:color .2s ease,text-decoration .2s ease}a:hover,a:focus-visible{text-decoration:underline;text-underline-offset:4px}a.active{color:var(--color-text-accent);font-weight:800}a.link-primary{color:var(--color-text-accent)}a.link-primary:hover,a.link-primary:focus-visible{color:var(--color-text-accent)}a.link-secondary{color:var(--color-text-support)}a.link-secondary:hover,a.link-secondary:focus-visible{color:var(--color-text-support)}a.link-accent{color:var(--color-text-highlight)}a.link-accent:hover,a.link-accent:focus-visible{color:var(--color-text-highlight)}a.link-muted{color:var(--color-text-muted);opacity:.85}a.link-muted:hover,a.link-muted:focus-visible{opacity:1;color:var(--color-text-main)}a.link-underline{text-decoration:underline;text-underline-offset:.1875rem}a.link-underline:hover,a.link-underline:focus-visible{text-decoration-thickness:.125rem}ul,ol{margin:0;padding-left:1.25rem;line-height:1.6}li{margin:.25rem 0}button,select,option{font-family:var(--font-nunito),system-ui,sans-serif;font-size:1.125rem;color:inherit}@media only screen and (max-width:640px){button,select,option{font-size:1rem}}label{font-weight:600}}@layer themes{@media(prefers-color-scheme:light){:root{--color-bg-page: oklch(95.59% .008 39.17deg);--color-bg-section: oklch(95.59% .008 39.17deg);--color-bg-surface: oklch(89.6636% .01 39.17deg);--color-bg-surface-raised: oklch(83.7372% .012 39.17deg);--color-bg-accent-subtle: oklch(92.8924% .0188 50.6265deg);--color-bg-accent-strong: oklch(89.5204% .0313 48.7518deg);--color-text-main: oklch(21.51% .006 39.17deg);--color-text-muted: oklch(45.9564% .012 39.17deg);--color-text-inverted: oklch(95.59% .008 39.17deg);--color-text-accent: oklch(61.87% .1565 39.17deg);--color-text-support: oklch(55.8% .095 194.769deg);--color-text-highlight: oklch(48.2% .058 211.419deg);--color-border-subtle: oklch(from oklch(28.918% .008 39.17deg) l c h/.22);--color-border-strong: oklch(54.1052% .014 39.17deg);--color-border-accent: oklch(61.87% .1565 39.17deg);--color-border-accent-subtle: oklch(from oklch(61.87% .1565 39.17deg) l c h/.28);--color-action-bg: oklch(61.87% .1565 39.17deg);--color-action-bg-hover: oklch(54.6052% .1471 35.253deg);--color-action-text: oklch(29.582% .0814 21.9352deg);--color-action-secondary-bg: oklch(55.8% .095 194.769deg);--color-action-secondary-bg-hover: oklch(49.6278% .0893 199.2921deg);--color-action-secondary-text: oklch(28.368% .0494 214.6706deg);--color-action-highlight-bg: oklch(48.2% .058 211.419deg);--color-action-highlight-bg-hover: oklch(43.3958% .0545 214.2771deg);--color-action-highlight-text: oklch(21.51% .006 39.17deg);--color-success: oklch(70% .15 150deg);--color-warning: oklch(76% .16 70deg);--color-danger: oklch(62% .2 28deg);--color-info: oklch(59.1% .088 208.079deg);--color-white: oklch(95.59% .008 39.17deg);--color-black: oklch(21.51% .0197 39.17deg);--color-text-white: oklch(95.59% .008 39.17deg)}}@media(prefers-color-scheme:dark){:root{--color-bg-page: oklch(21.51% .006 39.17deg);--color-bg-section: oklch(21.51% .006 39.17deg);--color-bg-surface: oklch(28.918% .008 39.17deg);--color-bg-surface-raised: oklch(37.0668% .01 39.17deg);--color-bg-accent-subtle: oklch(29.582% .0814 21.9352deg);--color-bg-accent-strong: oklch(37.654% .1064 26.6356deg);--color-text-main: oklch(95.59% .008 39.17deg);--color-text-muted: oklch(83.7372% .012 39.17deg);--color-text-inverted: oklch(21.51% .0197 39.17deg);--color-text-accent: oklch(61.87% .1565 39.17deg);--color-text-support: oklch(83.653% .0304 189.4522deg);--color-text-highlight: oklch(81.373% .0186 200.1082deg);--color-border-subtle: oklch(from oklch(95.59% .008 39.17deg) l c h/.3);--color-border-strong: oklch(76.3292% .016 39.17deg);--color-border-accent: oklch(61.87% .1565 39.17deg);--color-border-accent-subtle: oklch(from oklch(80.7532% .0751 44.5858deg) l c h/.28);--color-action-bg: oklch(61.87% .1565 39.17deg);--color-action-bg-hover: oklch(54.6052% .1471 35.253deg);--color-action-text: oklch(29.582% .0814 21.9352deg);--color-action-secondary-bg: oklch(71.716% .0627 192.406deg);--color-action-secondary-bg-hover: oklch(78.0824% .0456 190.9291deg);--color-action-secondary-text: oklch(28.368% .0494 214.6706deg);--color-action-highlight-bg: oklch(67.156% .0383 206.392deg);--color-action-highlight-bg-hover: oklch(74.7384% .0278 203.2501deg);--color-action-highlight-text: oklch(21.51% .006 39.17deg);--color-success: oklch(70% .15 150deg);--color-warning: oklch(76% .16 70deg);--color-danger: oklch(62% .2 28deg);--color-info: oklch(59.1% .088 208.079deg);--color-white: oklch(95.59% .008 39.17deg);--color-black: oklch(21.51% .0197 39.17deg);--color-text-white: oklch(95.59% .008 39.17deg)}}:root[color-theme=light]{--color-bg-page: oklch(95.59% .008 39.17deg);--color-bg-section: oklch(95.59% .008 39.17deg);--color-bg-surface: oklch(89.6636% .01 39.17deg);--color-bg-surface-raised: oklch(83.7372% .012 39.17deg);--color-bg-accent-subtle: oklch(92.8924% .0188 50.6265deg);--color-bg-accent-strong: oklch(89.5204% .0313 48.7518deg);--color-text-main: oklch(21.51% .006 39.17deg);--color-text-muted: oklch(45.9564% .012 39.17deg);--color-text-inverted: oklch(95.59% .008 39.17deg);--color-text-accent: oklch(61.87% .1565 39.17deg);--color-text-support: oklch(55.8% .095 194.769deg);--color-text-highlight: oklch(48.2% .058 211.419deg);--color-border-subtle: oklch(from oklch(28.918% .008 39.17deg) l c h/.22);--color-border-strong: oklch(54.1052% .014 39.17deg);--color-border-accent: oklch(61.87% .1565 39.17deg);--color-border-accent-subtle: oklch(from oklch(61.87% .1565 39.17deg) l c h/.28);--color-action-bg: oklch(61.87% .1565 39.17deg);--color-action-bg-hover: oklch(54.6052% .1471 35.253deg);--color-action-text: oklch(29.582% .0814 21.9352deg);--color-action-secondary-bg: oklch(55.8% .095 194.769deg);--color-action-secondary-bg-hover: oklch(49.6278% .0893 199.2921deg);--color-action-secondary-text: oklch(28.368% .0494 214.6706deg);--color-action-highlight-bg: oklch(48.2% .058 211.419deg);--color-action-highlight-bg-hover: oklch(43.3958% .0545 214.2771deg);--color-action-highlight-text: oklch(21.51% .006 39.17deg);--color-success: oklch(70% .15 150deg);--color-warning: oklch(76% .16 70deg);--color-danger: oklch(62% .2 28deg);--color-info: oklch(59.1% .088 208.079deg);--color-white: oklch(95.59% .008 39.17deg);--color-black: oklch(21.51% .0197 39.17deg);--color-text-white: oklch(95.59% .008 39.17deg)}:root[color-theme=dark]{--color-bg-page: oklch(21.51% .006 39.17deg);--color-bg-section: oklch(21.51% .006 39.17deg);--color-bg-surface: oklch(28.918% .008 39.17deg);--color-bg-surface-raised: oklch(37.0668% .01 39.17deg);--color-bg-accent-subtle: oklch(29.582% .0814 21.9352deg);--color-bg-accent-strong: oklch(37.654% .1064 26.6356deg);--color-text-main: oklch(95.59% .008 39.17deg);--color-text-muted: oklch(83.7372% .012 39.17deg);--color-text-inverted: oklch(21.51% .0197 39.17deg);--color-text-accent: oklch(61.87% .1565 39.17deg);--color-text-support: oklch(83.653% .0304 189.4522deg);--color-text-highlight: oklch(81.373% .0186 200.1082deg);--color-border-subtle: oklch(from oklch(95.59% .008 39.17deg) l c h/.3);--color-border-strong: oklch(76.3292% .016 39.17deg);--color-border-accent: oklch(61.87% .1565 39.17deg);--color-border-accent-subtle: oklch(from oklch(80.7532% .0751 44.5858deg) l c h/.28);--color-action-bg: oklch(61.87% .1565 39.17deg);--color-action-bg-hover: oklch(54.6052% .1471 35.253deg);--color-action-text: oklch(29.582% .0814 21.9352deg);--color-action-secondary-bg: oklch(71.716% .0627 192.406deg);--color-action-secondary-bg-hover: oklch(78.0824% .0456 190.9291deg);--color-action-secondary-text: oklch(28.368% .0494 214.6706deg);--color-action-highlight-bg: oklch(67.156% .0383 206.392deg);--color-action-highlight-bg-hover: oklch(74.7384% .0278 203.2501deg);--color-action-highlight-text: oklch(21.51% .006 39.17deg);--color-success: oklch(70% .15 150deg);--color-warning: oklch(76% .16 70deg);--color-danger: oklch(62% .2 28deg);--color-info: oklch(59.1% .088 208.079deg);--color-white: oklch(95.59% .008 39.17deg);--color-black: oklch(21.51% .0197 39.17deg);--color-text-white: oklch(95.59% .008 39.17deg)}}@layer pages{.content-page{display:grid;gap:var(--space-xl);width:var(--section-width-medium);max-inline-size:var(--content-readable-width);margin-inline:auto;margin-block:var(--space-2xl);padding:var(--space-xl);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-bg-surface)}.content-page h1,.content-page h2,.content-page p,.content-page ul{margin:0}.content-page__header,.content-page__section,.content-page>section{display:grid;gap:var(--space-sm)}.content-page__meta{color:var(--color-text-muted);font-weight:700}.content-page__links{display:grid;gap:var(--space-sm);padding-left:var(--space-lg)}.content-page--legal a{font-size:inherit;font-weight:700}.content-page--simple{min-block-size:16rem;align-content:start}}@layer utilities{.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none}.visible{display:block}}@layer overrides{@media print{@page{margin:14mm}*,*:before,*:after{background:transparent;box-shadow:none;text-shadow:none;transition:none;animation:none}:root{--header-height: 0px;background:#fff;color:#000;color-scheme:light}html{scroll-padding-top:0;font-size:11pt}body{display:block;max-width:none;margin:0;background:#fff;color:#000}main{display:block}.site-header--base,.site-header--home,.site-footer,.theme-selector,.header-gap,#nav-sentinel,.hero__decor,.hero__line,.btn{display:none}section,article,.content-page,.hero,.card{display:block;width:auto;max-inline-size:none;min-block-size:0;min-height:0;margin:0 0 8mm;padding:0;border:0;border-radius:0;background:transparent;color:#000;overflow:visible;break-inside:avoid-page}.hero{page-break-after:avoid;text-align:left}.hero__content,.hero__intro,.hero__details,.hero__copy,.content-page__header,.content-page__section,.content-page>section,.card__header,.card__body,.card__footer{display:block}.hero__title,h1,h2,h3,h4,h5,h6{color:#000;page-break-after:avoid;break-after:avoid-page}h1{font-size:24pt}h2{font-size:18pt;margin-top:8mm}h3{font-size:14pt}p,li,a,strong,em{color:#000;font-size:11pt;line-height:1.45}p,ul,ol{margin-block:0 3mm}ul,ol{padding-left:6mm}img,svg{max-inline-size:100%;block-size:auto;break-inside:avoid-page}.lightbox-image__trigger{display:block;padding:0;border:0;color:inherit;cursor:default}a{color:#000;text-decoration:underline;text-underline-offset:2px}a[href^=http]:after,a[href^="mailto:"]:after,a[href^="tel:"]:after{content:" (" attr(href) ")";font-size:9pt;font-weight:400;overflow-wrap:anywhere}a[href^="#"]:after,a[href^="/"]:after,a[href=""]:after{content:""}}}@layer components{.site-footer{padding:clamp(1.25rem,2vw,2rem) 0;border-top:1px solid var(--color-border-subtle);background:var(--color-bg-surface);color:var(--color-text-muted)}.site-footer .site-footer__links ul{list-style:none;padding:0;margin:0;border-left:1px solid var(--color-border-subtle);padding-left:var(--space-xs)}.site-footer .site-footer__socials{display:flex;align-self:end;max-inline-size:100%}.site-footer .site-footer__socials ul{gap:var(--space-xs)}.site-footer .site-footer__content{max-width:1100px;margin-inline:auto;padding-inline:1rem;display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:start}@media(min-width:780px){.site-footer .site-footer__content{grid-template-columns:1fr 2fr auto;gap:2rem}}.site-footer .site-footer__brand .site-footer__brand-link{font-weight:700;color:var(--color-text-main)}.site-footer .site-footer__brand .site-footer__brand-link:hover{color:var(--color-text-accent);font-weight:800}.site-footer .site-footer__brand .site-footer__brand-copy{margin-top:.25rem;font-size:.9rem;opacity:.8}}@layer components{.socials ul{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0;margin:0}.socials__link{display:inline-flex;align-items:center;justify-content:center;inline-size:var(--social-link-size);block-size:var(--social-link-size);border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-bg-surface);color:inherit;text-decoration:none;outline:none;transition:border-color .2s ease,color .2s ease,transform .2s ease}.socials__link:hover,.socials__link:focus-visible{border-color:color-mix(in oklab,var(--color-border-accent) 45%,var(--color-border-subtle));color:var(--color-text-accent);transform:translateY(calc(var(--space-2xs) * -1)) scale(1.2)}.socials__link--sm{--social-link-size: 2rem}.socials__link--md{--social-link-size: 2.5rem}.socials__link--lg{--social-link-size: 3rem}.socials__link--sm svg{width:1rem;height:1rem}.socials__link--md svg{width:1.25rem;height:1.25rem}.socials__link--lg svg{width:1.5rem;height:1.5rem}}@layer components{.theme-selector{position:fixed;inset-block-end:var(--space-xl);inset-inline-end:var(--space-xl);z-index:1000}.theme-selector__button{display:grid;place-items:center;inline-size:2.75rem;block-size:2.75rem;padding:0;margin:0;border:1px solid var(--color-border-subtle);border-radius:var(--radius-pill);background:var(--color-bg-surface);color:var(--color-text-main);cursor:pointer;opacity:.35;transition:opacity .2s ease,transform .2s ease,border-color .2s ease,color .2s ease}.theme-selector__button:hover,.theme-selector__button:focus-visible{border-color:color-mix(in oklab,var(--color-border-accent) 45%,var(--color-border-subtle));color:var(--color-text-accent);opacity:1;transform:translateY(-.125rem) scale(1.08)}.theme-selector__icon{inline-size:1.35rem;block-size:1.35rem}}.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{--font-title: var(--font-fraunces);--font-body: var(--font-geist);--font-code: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}
