.lang-switcher.svelte-sc538e ul:where(.svelte-sc538e){list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.lang-switcher.svelte-sc538e a:where(.svelte-sc538e){text-decoration:none;font-size:.85rem;color:var(--muted);transition:color var(--dur-micro) ease}.lang-switcher.svelte-sc538e a:where(.svelte-sc538e):hover{color:var(--ink);text-decoration:underline}.lang-switcher.svelte-sc538e a[aria-current=true]:where(.svelte-sc538e){color:var(--ink);font-weight:600}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../../../fonts/inter-variable-latin.woff2) format("woff2")}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../../../fonts/fraunces-variable-latin.woff2) format("woff2")}:root{--color-primary-50: #f3f6f1;--color-primary-100: #e4ece0;--color-primary-200: #c9d6c1;--color-primary-300: #a8bb9f;--color-primary-400: #849a79;--color-primary-500: #647a58;--color-primary-600: #4c6042;--color-primary-700: #3b4d36;--color-primary-800: #2f4235;--color-primary-900: #1f2c24;--color-primary-950: #131b16;--color-secondary-50: #fdf8ee;--color-secondary-100: #faedd3;--color-secondary-200: #f2d69f;--color-secondary-300: #e6b566;--color-secondary-400: #d99f42;--color-secondary-500: #c4862a;--color-secondary-600: #a66d1f;--color-secondary-700: #85541a;--color-secondary-800: #653f17;--color-secondary-900: #3f2810;--color-neutral-50: #fbfaf6;--color-neutral-100: #f2efe6;--color-neutral-200: #ddd9cc;--color-neutral-300: #c4c0b2;--color-neutral-400: #a2a094;--color-neutral-500: #7e8177;--color-neutral-600: #5c6660;--color-neutral-700: #454e48;--color-neutral-800: #343c37;--color-neutral-900: #26302a;--color-neutral-950: #171d19;--color-error-50: #fbf0ef;--color-error-100: #f6d7d4;--color-error-200: #ecb2ad;--color-error-300: #dd847d;--color-error-400: #c85850;--color-error-500: #b8403a;--color-error-600: #a8322d;--color-error-700: #892824;--color-error-800: #661e1b;--color-error-900: #401211;--color-common-white: #ffffff;--bg: var(--color-neutral-50);--panel: var(--color-neutral-100);--ink: var(--color-neutral-900);--muted: var(--color-neutral-600);--line: var(--color-neutral-200);--accent: var(--color-primary-800);--accent-2: var(--color-secondary-300);--danger: var(--color-error-600);--btn-ink: var(--color-common-white);--maxw: 64rem;--pad: clamp(1.25rem, 5vw, 2.5rem);--radius: .75rem;--shadow-sm: 0 1px 2px rgba(38, 48, 42, .04), 0 2px 8px rgba(38, 48, 42, .05);--shadow-md: 0 4px 12px rgba(38, 48, 42, .07), 0 14px 40px rgba(38, 48, 42, .09);--dur-micro: .15s;--dur-standard: .25s;--dur-deliberate: .4s;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif}:root[data-theme=dark]{--bg: var(--color-neutral-950);--panel: var(--color-neutral-900);--ink: var(--color-neutral-50);--muted: var(--color-neutral-400);--line: var(--color-neutral-700);--accent: var(--color-primary-300);--accent-2: var(--color-secondary-400);--danger: var(--color-error-300);--btn-ink: var(--color-neutral-900);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3), 0 2px 8px rgba(0, 0, 0, .35);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4), 0 14px 40px rgba(0, 0, 0, .5)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2{font-family:var(--font-display);font-optical-sizing:auto;font-weight:460;line-height:1.08;letter-spacing:-.015em;color:var(--ink);text-wrap:balance}h3{line-height:1.25;color:var(--ink)}a{color:var(--accent)}::selection{background:var(--accent-2);color:var(--color-primary-800)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.is-revealed{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}.shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}header.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 78%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(12px);backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}header.scrolled.svelte-12qhfyh{border-bottom-color:var(--line);box-shadow:var(--shadow-sm)}nav.svelte-12qhfyh{max-width:var(--maxw);margin:0 auto;padding:.85rem var(--pad);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand.svelte-12qhfyh{font-family:var(--font-display);font-optical-sizing:auto;font-weight:500;font-size:1.3rem;letter-spacing:-.01em;text-decoration:none;color:var(--ink);white-space:nowrap}.links.svelte-12qhfyh{display:flex;align-items:center;gap:clamp(.75rem,3vw,1.5rem)}.nav-link.svelte-12qhfyh{text-decoration:none;font-size:.9rem;font-weight:500;color:var(--ink);opacity:.85;transition:opacity var(--dur-micro) ease}.nav-link.svelte-12qhfyh:hover{opacity:1}.book-cta.svelte-12qhfyh{display:inline-block;padding:.5rem 1rem;border-radius:2rem;background:var(--accent);color:var(--btn-ink);text-decoration:none;font-size:.9rem;font-weight:600;white-space:nowrap;transition:transform var(--dur-micro) ease,box-shadow var(--dur-micro) ease,background var(--dur-micro) ease}.book-cta.svelte-12qhfyh:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.theme-toggle.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--line);border-radius:50%;background:color-mix(in srgb,var(--bg) 60%,transparent);color:var(--ink);cursor:pointer;transition:border-color var(--dur-micro) ease,color var(--dur-micro) ease,transform var(--dur-micro) ease}.theme-toggle.svelte-12qhfyh:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.theme-toggle.svelte-12qhfyh .sun:where(.svelte-12qhfyh){display:none}.theme-toggle.svelte-12qhfyh .moon:where(.svelte-12qhfyh){display:block}:root[data-theme=dark] .theme-toggle.svelte-12qhfyh .moon:where(.svelte-12qhfyh){display:none}:root[data-theme=dark] .theme-toggle.svelte-12qhfyh .sun:where(.svelte-12qhfyh){display:block}@media (max-width: 30rem){nav.svelte-12qhfyh{padding:.75rem var(--pad)}.nav-link.svelte-12qhfyh{display:none}.brand.svelte-12qhfyh{font-size:1.15rem}}main.svelte-12qhfyh{flex:1}footer.svelte-12qhfyh{border-top:1px solid var(--line);background:var(--panel);margin-top:4rem}.foot-inner.svelte-12qhfyh{max-width:var(--maxw);margin:0 auto;padding:2.5rem var(--pad) 1rem;display:flex;flex-wrap:wrap;gap:1.5rem 2rem;align-items:flex-start;justify-content:space-between}.foot-name.svelte-12qhfyh{font-family:var(--font-display);font-optical-sizing:auto;font-weight:500;font-size:1.2rem;margin:0;color:var(--ink)}.foot-tag.svelte-12qhfyh{margin:.25rem 0 0;font-size:.9rem;color:var(--muted)}.foot-nav.svelte-12qhfyh{padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;max-width:none}.foot-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;font-size:.9rem;color:var(--ink);opacity:.85}.foot-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{opacity:1;text-decoration:underline}.foot-legal.svelte-12qhfyh{max-width:var(--maxw);margin:0 auto;padding:1rem var(--pad) 2rem;font-size:.8rem;color:var(--muted);border-top:1px solid color-mix(in srgb,var(--line) 60%,transparent)}
