@import"https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--radius: .625rem;--page-bleed: #f8f5f0;--background: #fff;--foreground: #2d2520;--page-max: 80rem;--content-narrow: 72ch;--page-gutter: clamp(1.25rem, 4vw, 4.5rem);--grid-gap: clamp(1rem, 2vw, 2.5rem);--surface-hero: #ccbeb1;--surface-hero-2: #e7d8ca;--surface-paper: #f5f0ea;--surface-paper-soft: #f4ebe0;--surface-panel: #f5f0ea;--surface-plain: #ffffff;--surface-avatar: #a4957d;--brand-accent: #e4573d;--brand-cta: #e4573d;--brand-cta-hover: #d2513a;--ink-hero: #2d2520;--ink-hero-muted: rgba(45, 37, 32, .7);--ink-hero-soft: rgba(45, 37, 32, .55);--status-open: #b7c7a3;--status-open-border: #067429;--heading-foreground: #2b241f;--border-warm: #d9c6b1;--border-subtle: #e6d7c6;--hairline: color-mix(in srgb, var(--ink-hero) 14%, transparent);--hairline-strong: color-mix(in srgb, var(--ink-hero) 22%, transparent);--surface-ink: #1e1915;--surface-ink-border: #2c2521;--surface-charcoal: #2a2a2a;--ink-on-ink: #f5efe7;--ink-on-ink-muted: rgba(245, 239, 231, .7);--card: #ffffff;--card-foreground: #1e293b;--card-radius: .45rem;--primary: #0f172a;--primary-foreground: #f8fafc;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--muted: #f1f5f9;--muted-foreground: #756a60;--paper-muted: #f1f5f9;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #dc2626;--destructive-foreground: #f8fafc;--border: var(--border-subtle);--ink-subtle: var(--border-subtle);--input: var(--border-subtle);--ring: color-mix(in srgb, var(--brand-accent) 68%, #000 0%);--ink-muted: #756a60;--shadow-1: 0 10px 30px -28px rgba(0, 0, 0, .35);--shadow-2: 0 24px 70px -60px rgba(0, 0, 0, .45);--texture-paper: repeating-linear-gradient( 0deg, rgba(45, 37, 32, .018) 0px, rgba(45, 37, 32, .018) 1px, transparent 1px, transparent 10px );--texture-hero: repeating-linear-gradient( 0deg, rgba(45, 37, 32, .016) 0px, rgba(45, 37, 32, .016) 1px, transparent 1px, transparent 11px );--prose-link: var(--brand-accent);--surface-diagram: var(--surface-paper-soft);--font-heading: "Roboto Serif", serif;--font-subheading: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, sans-serif}:where(*,*:before,*:after){box-sizing:border-box;border-color:var(--border)}:where(html){-webkit-text-size-adjust:100%;text-size-adjust:100%;font-synthesis:none;text-rendering:optimizeLegibility;font-size:100%;scroll-behavior:smooth;color-scheme:light;background-color:var(--page-bleed);width:100%;overflow-x:hidden;overscroll-behavior-x:none;scrollbar-gutter:stable}@supports (overflow: clip){:where(html,body){overflow-x:clip}}:where(body){min-height:100vh;margin:0;background-color:var(--background);color:var(--foreground);font-family:var(--font-body);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%}::selection{background:color-mix(in srgb,var(--brand-accent) 22%,transparent)}.app-shell{min-height:100vh;display:flex;flex-direction:column;max-width:100vw}.app-main{flex:1;min-width:0;max-width:100vw}:where(button,input,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6,blockquote,figure,dl,dd){margin:0}:where(h1,h2,h3,h4,h5,h6){font-weight:600;line-height:1.2;text-wrap:balance}:where(h1){font-size:3rem;font-family:var(--font-heading)}:where(h2,h3,h4,h5,h6){font-family:var(--font-subheading)}:where(h2){font-size:1.875rem;color:var(--heading-foreground)}:where(h3){font-size:1.25rem}:where(ul[role=list],ol[role=list]){list-style:none;margin:0;padding:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%;height:auto}:where(button,input,textarea,select){color:inherit;background-color:transparent;border:1px solid transparent;line-height:inherit}:where(button){cursor:pointer}:where(button:disabled,input:disabled,select:disabled,textarea:disabled){cursor:not-allowed}:where(:focus-visible){outline:2px solid var(--ring);outline-offset:3px}:where(:focus:not(:focus-visible)){outline:none}.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}.container{width:100%;max-width:var(--page-max);margin-left:auto;margin-right:auto;padding-inline:var(--page-gutter)}.container-page{max-width:var(--content-narrow);margin-left:auto;margin-right:auto;padding-inline:var(--page-gutter)}.card{border-radius:var(--card-radius);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-1);padding:1.5rem}.figure-meta{display:none}.figure-meta+ul,.figure-meta+ol{display:none}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;background:var(--primary);color:var(--primary-foreground);border:none;cursor:pointer;text-decoration:none;transition:background-color .2s}.btn-primary:hover{background:#1e293b}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:500;background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border);cursor:pointer;text-decoration:none;transition:background-color .2s}.btn-secondary:hover{background:#e2e8f0}.tap-target{min-width:44px;min-height:44px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.header-content.svelte-1naf5ed{width:100%;max-width:80rem;padding-inline:var(--page-gutter);margin-left:auto;margin-right:auto;display:flex;gap:3rem}.header-content.variant-header.svelte-1naf5ed{align-items:baseline;padding-top:2rem;padding-bottom:2rem}.header-content.variant-sticky.svelte-1naf5ed{height:100%;align-items:center;justify-content:space-between;gap:2rem}.logo-link.svelte-1naf5ed{display:flex;align-items:baseline;flex-shrink:0}.logo.svelte-1naf5ed{height:1.75rem;width:auto;display:block}.title-bar.svelte-1naf5ed{flex:1;min-width:0;display:flex;align-items:baseline;gap:.75rem;font-size:1.2rem;flex-wrap:wrap}.actions.svelte-1naf5ed{display:flex;align-items:center;gap:2rem;flex-shrink:0}.social-links.svelte-1naf5ed{display:flex;align-items:center;gap:1.4rem}.social-links.svelte-1naf5ed a:where(.svelte-1naf5ed){display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;opacity:.85;transition:opacity .2s ease}.social-links.svelte-1naf5ed a:where(.svelte-1naf5ed):hover{opacity:1}.social-links.svelte-1naf5ed img:where(.svelte-1naf5ed){width:100%;height:100%;object-fit:contain}.cta-button.svelte-1naf5ed{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background-color:var(--surface-charcoal, #000);color:#fff;font-size:.9rem;font-weight:500;text-decoration:none;border-radius:.375rem;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.cta-button.svelte-1naf5ed:hover{background-color:var(--brand-accent-hover, #333);transform:translateY(-1px)}.cta-button.svelte-1naf5ed:active{transform:translateY(0)}.cta-button.svelte-1naf5ed:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}@media(max-width:640px){.header-content.svelte-1naf5ed{max-width:100%;padding-left:1rem;padding-right:1rem}.header-content.variant-header.svelte-1naf5ed{padding-top:1.5rem;padding-bottom:1.5rem;flex-wrap:wrap;gap:2rem}.header-content.variant-sticky.svelte-1naf5ed{gap:1rem}.logo.svelte-1naf5ed{height:1.25rem}.actions.svelte-1naf5ed,.social-links.svelte-1naf5ed{gap:1rem}.social-links.svelte-1naf5ed a:where(.svelte-1naf5ed){width:1.5rem;height:1.5rem}.cta-button.svelte-1naf5ed{padding:.4rem 1rem;font-size:.85rem}.header-content.variant-header.svelte-1naf5ed .logo-link:where(.svelte-1naf5ed){flex:0 0 auto}.header-content.variant-header.svelte-1naf5ed .actions:where(.svelte-1naf5ed){order:2;margin-left:auto}.header-content.variant-header.svelte-1naf5ed .title-bar:where(.svelte-1naf5ed){order:3;flex-basis:100%}}.header.svelte-lk5iqq{height:100px}.header.tone-plain.svelte-lk5iqq{background-color:transparent}.header.tone-hero.svelte-lk5iqq{background-color:var(--surface-hero);background-image:var(--texture-hero, none)}.header.tone-paper.svelte-lk5iqq{background-color:var(--surface-paper);background-image:var(--texture-paper, none)}.author-link.svelte-lk5iqq{color:var(--foreground);font-weight:400;white-space:nowrap;text-decoration:none}.author-link.svelte-lk5iqq:hover{text-decoration:underline;text-decoration-style:dashed;text-underline-offset:.2em}.author-link.svelte-lk5iqq:focus-visible{outline:2px solid var(--foreground);outline-offset:4px;border-radius:.25rem}.separator.svelte-lk5iqq{color:var(--muted-foreground)}.article-title.svelte-lk5iqq{color:var(--brand-accent);font-weight:400}@media(max-width:640px){.header.svelte-lk5iqq{height:70px}}.sticky-header.svelte-1ghp5k1{position:fixed;top:0;left:0;right:0;z-index:2000;background-color:var(--background, #fff);box-shadow:0 2px 8px #00000014;height:70px;opacity:0;transform:translateY(-100%);transition:opacity .3s ease-in-out,transform .3s ease-in-out;pointer-events:none}.sticky-header.visible.svelte-1ghp5k1{opacity:1;transform:translateY(0);pointer-events:auto}@media(max-width:640px){.sticky-header.svelte-1ghp5k1{height:60px}}.footer.svelte-1s9pw74{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-charcoal) 92%,#000),var(--surface-charcoal));color:#ffffffeb;box-shadow:inset 0 1px #ffffff0f}.footer-inner.svelte-1s9pw74{padding-top:2.5rem;padding-bottom:2.5rem;display:grid;gap:1rem;align-items:center}.brand.svelte-1s9pw74{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.brand-link.svelte-1s9pw74{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.brand-logo.svelte-1s9pw74{height:28px;width:auto;display:block;margin-bottom:1rem}.tagline.svelte-1s9pw74{display:inline-flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;text-align:center}.svelte-mark.svelte-1s9pw74{display:inline-flex;align-items:center;gap:.4rem}.svelte-logo.svelte-1s9pw74{height:18px;width:18px;display:block;filter:brightness(0) invert(1)}.links.svelte-1s9pw74{display:flex;justify-content:center}.link.svelte-1s9pw74{color:#ffffffeb;text-decoration:underline;text-underline-offset:.2em;text-decoration-color:#ffffff73;transition:text-decoration-color .12s ease,color .12s ease;font-size:.875rem}.link.svelte-1s9pw74:hover{color:#fff;text-decoration-color:#ffffffd9}.muted.svelte-1s9pw74{color:#ffffffb8;font-size:.875rem;line-height:1.4}
