:root{--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-hero: clamp(2.5rem, 5vw + 1rem, 3.5rem);--font-size-tagline: 1.25rem;--font-size-body-lg: 1.125rem;--font-size-body: 1rem;--font-size-section-label: .75rem;--font-size-card-title: 1.25rem;--font-weight-hero: 800;--font-weight-heading: 700;--font-weight-semibold: 600;--font-weight-medium: 500;--font-weight-normal: 400;--line-height-hero: 1.1;--line-height-body: 1.7;--line-height-cards: 1.6;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.7;--letter-spacing-hero: -.02em;--letter-spacing-section-label: .1em;--content-max: 800px;--page-padding: clamp(2rem, 5vw + 1rem, 3rem);--space-section: clamp(4rem, 6vw + 2rem, 5rem);--space-card-padding: 1.5rem;--space-card-gap: 1.25rem;--space-lg: clamp(1.75rem, 3vw, 2.25rem);--space-md: 1.25rem;--space-sm: .75rem;--space-xs: .5rem;--color-text: #2a2a2a;--color-text-muted: rgba(42, 42, 42, .55);--color-muted: rgba(42, 42, 42, .55);--color-border: rgba(0, 0, 0, .08);--color-background: #f8f7f5;--color-surface: rgba(255, 255, 255, .65);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .08)}:root[data-theme=dark]{--color-text: #e8e6e3;--color-text-muted: rgba(232, 230, 227, .6);--color-muted: rgba(232, 230, 227, .6);--color-border: rgba(255, 255, 255, .1);--color-background: #1a1a1a;--color-surface: rgba(255, 255, 255, .05);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .3)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-text: #e8e6e3;--color-text-muted: rgba(232, 230, 227, .6);--color-muted: rgba(232, 230, 227, .6);--color-border: rgba(255, 255, 255, .1);--color-background: #1a1a1a;--color-surface: rgba(255, 255, 255, .05);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .3)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-family);font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--color-text);background:var(--page-background, var(--color-background));-webkit-font-smoothing:antialiased}.container{max-width:var(--content-max);margin:0 auto;padding-inline:clamp(1.5rem,6vw,1.75rem);padding-block:var(--page-padding);display:flex;flex-direction:column;min-height:100vh}main{display:flex;flex-direction:column;gap:var(--space-section);flex:1 0 auto}.page-section{display:grid;gap:var(--space-section);max-width:720px;margin:0 auto}.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}.theme-toggle[data-astro-cid-x3pjskd3]{background:none;border:1px solid var(--color-border);border-radius:.5rem;padding:.5rem;cursor:pointer;font-size:1.25rem;transition:transform .2s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover{transform:scale(1.1)}.theme-toggle__icon[data-astro-cid-x3pjskd3]{display:none}:root[data-theme=light] .theme-toggle__icon--dark[data-astro-cid-x3pjskd3],:root[data-theme=dark] .theme-toggle__icon--light[data-astro-cid-x3pjskd3]{display:inline}.site-nav[data-astro-cid-dmqpwcec]{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-section)}.nav-link[data-astro-cid-dmqpwcec]{color:var(--color-muted);text-decoration:none;border-bottom:1px solid transparent;font-size:var(--font-size-body);font-weight:var(--font-weight-medium);letter-spacing:.05em;text-transform:uppercase;padding:.125rem .35rem;border-radius:4px;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.nav-link[data-astro-cid-dmqpwcec]:hover,.nav-link[data-astro-cid-dmqpwcec].active{color:var(--color-text);border-color:currentColor;background:var(--color-border)}.nav-link[data-astro-cid-dmqpwcec]:focus-visible{outline:2px solid currentColor;outline-offset:4px}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--space-sm);align-items:flex-start}.footer-copy[data-astro-cid-sz7xmlte]{margin:0;font-weight:var(--font-weight-medium)}.footer-rss[data-astro-cid-sz7xmlte]{display:inline-flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);text-decoration:none;color:inherit;box-shadow:var(--shadow-soft);transition:transform .2s ease,border-color .2s ease}.footer-rss__label[data-astro-cid-sz7xmlte]{font-size:var(--font-size-section-label);text-transform:uppercase;letter-spacing:var(--letter-spacing-section-label)}.footer-rss__note[data-astro-cid-sz7xmlte]{font-weight:var(--font-weight-semibold)}.footer-rss[data-astro-cid-sz7xmlte]:hover,.footer-rss[data-astro-cid-sz7xmlte]:focus-visible{transform:translateY(-2px);border-color:currentColor;outline:none}@media(min-width:680px){.footer-inner[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:center}}@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}}
