:root{--paper: #f6f2e8;--paper-2: #efe9db;--paper-3: #e5dcc8;--paper-4: #d8cdb4;--ink: #191509;--ink-2: #4a4231;--ink-3: #8a7f66;--ink-4: #a89c81;--line: #ddd3bc;--line-2: #c8bb9d;--accent: #8a6034;--accent-2: #a87c46;--gold: #c39a54;--ink-blue: #2f4858;--good: #3f7d4e;--warn: #9a6b1f;--bad: #a83e34;--shadow: 0 1px 2px rgba(40, 30, 12, .05), 0 8px 24px -14px rgba(40, 30, 12, .22);--shadow-lift: 0 2px 6px rgba(40, 30, 12, .07), 0 20px 44px -18px rgba(40, 30, 12, .3);--shadow-well: inset 0 1px 3px rgba(40, 30, 12, .06);--serif: ui-serif, Georgia, "Iowan Old Style", "Palatino Linotype", serif;--sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--hdr-h: 58px;--r: 10px;--r-sm: 6px}@media(prefers-color-scheme:dark){:root{--paper: #17140f;--paper-2: #1f1b15;--paper-3: #2a251d;--paper-4: #352f25;--ink: #f0e9da;--ink-2: #bfb5a0;--ink-3: #8b8270;--ink-4: #6d6555;--line: #322c23;--line-2: #453d31;--accent: #c69a5e;--accent-2: #a87c46;--gold: #d9b877;--ink-blue: #7fa3b8;--good: #6fa87c;--warn: #c99a45;--bad: #c9736a;--shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 8px 24px -14px rgba(0, 0, 0, .75);--shadow-lift: 0 2px 6px rgba(0, 0, 0, .55), 0 20px 44px -18px rgba(0, 0, 0, .85);--shadow-well: inset 0 1px 3px rgba(0, 0, 0, .4)}}*{box-sizing:border-box}html,body{margin:0;padding:0;max-width:100%}p,blockquote,li,dd,h1,h2,h3{overflow-wrap:anywhere}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--accent) 4%,transparent) 0%,transparent 42%),radial-gradient(circle at 88% 72%,color-mix(in srgb,var(--ink-blue) 4%,transparent) 0%,transparent 46%);background-attachment:fixed}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}button{font:inherit;cursor:pointer}::selection{background:color-mix(in srgb,var(--accent) 26%,transparent);color:var(--ink)}*{scrollbar-width:thin;scrollbar-color:var(--line-2) transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:5px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--ink-4);background-clip:content-box}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.hdr.svelte-12qhfyh{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:2rem;height:var(--hdr-h);padding:0 clamp(1rem,5vw,3rem);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 82%,transparent);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px)}@supports not (backdrop-filter: blur(1px)){.hdr.svelte-12qhfyh{background:var(--paper)}}.brand.svelte-12qhfyh{font-family:var(--serif);font-size:1.3rem;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem}.brand-mark.svelte-12qhfyh{width:26px;height:26px;border-radius:6px;display:block}.brand.svelte-12qhfyh:hover{text-decoration:none;color:var(--accent)}nav.svelte-12qhfyh{display:flex;gap:1.2rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){position:relative;font-size:.85rem;color:var(--ink-3);padding-bottom:2px;transition:color .18s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--ink);text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;left:50%;right:50%;bottom:-2px;height:1px;background:var(--accent);transition:left .22s,right .22s}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after{left:0;right:0}.who.svelte-12qhfyh{margin-left:auto;display:flex;align-items:center}.who.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.icon-btn.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:var(--ink-3);transition:background .18s,color .18s}.icon-btn.svelte-12qhfyh:hover{background:var(--paper-3);color:var(--ink);text-decoration:none}.icon-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:18px;height:18px}.avatar.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(150deg,color-mix(in srgb,var(--accent) 82%,#000 8%),var(--accent));color:var(--paper);font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;box-shadow:inset 0 0 0 1px #ffffff2e;transition:transform .18s}.avatar.svelte-12qhfyh:hover{text-decoration:none;transform:translateY(-1px)}.avatar.svelte-12qhfyh:focus-visible,.icon-btn.svelte-12qhfyh:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(any-hover:none)and (pointer:coarse){.icon-btn.svelte-12qhfyh,.avatar.svelte-12qhfyh{width:44px;height:44px}.brand.svelte-12qhfyh{padding-block:.6rem}}.who-in.svelte-12qhfyh{padding:.4rem .9rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink-2);font-size:.8rem}.who-in.svelte-12qhfyh:hover{border-color:var(--accent);color:var(--accent)}main.svelte-12qhfyh{min-height:70svh}.ftr.svelte-12qhfyh{margin-top:0;border-top:1px solid var(--line);background:var(--paper-2);box-shadow:var(--shadow-well)}.ftr-top.svelte-12qhfyh{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:clamp(2rem,6vw,5rem);padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,6vw,5rem) 2.5rem}.ftr-word.svelte-12qhfyh{font-family:var(--serif);font-size:1.3rem;font-weight:600;letter-spacing:-.02em}.ftr-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--ink-3);font-size:.86rem;line-height:1.7;margin:.6rem 0 0;max-width:22rem}.ftr-nav.svelte-12qhfyh{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.ftr-nav.svelte-12qhfyh h2:where(.svelte-12qhfyh){font-size:.66rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-3);margin:0 0 .8rem}.ftr-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:inline-block;font-size:.85rem;color:var(--ink-2);padding-block:.25rem;min-height:24px;margin-bottom:.35rem}.ftr-nav.svelte-12qhfyh>div:where(.svelte-12qhfyh){display:flex;flex-direction:column;align-items:flex-start}.ftr-base.svelte-12qhfyh{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.2rem clamp(1.25rem,6vw,5rem);border-top:1px solid var(--line);color:var(--ink-3);font-size:.76rem}@media(max-width:720px){.ftr-top.svelte-12qhfyh{grid-template-columns:1fr}}@media(any-hover:none)and (pointer:coarse){button,a[role=button],summary{touch-action:manipulation}.tap{position:relative}.tap:after{content:"";position:absolute;top:50%;left:50%;width:max(100%,44px);height:max(100%,44px);transform:translate(-50%,-50%)}}
