:root{--ground:#f2f1ec;--surface:#fbfaf7;--ink:#1b2124;--muted:#5d6663;--line:#d5d6cf;--accent:#1f5a5e;--on-accent:#fbfaf7;--grade-confirmed:#2c4f86;--grade-probable:#9a6a12;--grade-inferred:#a2392a;--serif:"Spectral", Georgia, serif;--sans:"IBM Plex Sans", system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--ground:#15191c;--surface:#1d2226;--ink:#e6e4dc;--muted:#9aa39f;--line:#343b3f;--accent:#6fb3b0;--on-accent:#15191c;--grade-confirmed:#86a6da;--grade-probable:#d9aa56;--grade-inferred:#e27d6c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0}body{background:var(--ground);color:var(--ink);font:1rem/1.6 var(--serif);padding-bottom:env(safe-area-inset-bottom,0px)}img{max-width:100%;display:block}input,select,textarea{min-width:0;max-width:100%}body{overflow-wrap:anywhere}.panel{grid-template-columns:minmax(0,1fr);min-width:0}a{color:var(--accent)}h1,h2,h3{font-family:var(--serif);text-wrap:balance;margin:0}h1{letter-spacing:-.01em;font-size:clamp(2.2rem,6vw,3rem);font-weight:400;line-height:1.1}h2{font-size:1.6rem;font-weight:600;line-height:1.2}p{max-width:68ch;margin:0}.label{font:600 .75rem/1.3 var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.mono{font-family:var(--mono);font-size:.875rem}.muted{color:var(--muted)}.page{gap:32px;max-width:1080px;margin:0 auto;padding:32px 16px 96px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);border-radius:6px;gap:12px;padding:20px;display:grid}button,.btn{font:500 .9rem var(--sans);cursor:pointer;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:3px;align-items:center;gap:8px;min-height:40px;padding:9px 16px;text-decoration:none;display:inline-flex}button.primary,.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}button:disabled{opacity:.5;cursor:not-allowed}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.chip{font:600 .75rem var(--sans);white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;gap:6px;padding:2px 10px 2px 8px;display:inline-flex}.chip:before{content:"";box-sizing:border-box;border-radius:50%;width:9px;height:9px}.chip.confirmed{color:var(--grade-confirmed)}.chip.confirmed:before{background:currentColor}.chip.probable{color:var(--grade-probable)}.chip.probable:before{background:linear-gradient(90deg,currentColor 50%,#0000 50%);border:1.5px solid}.chip.inferred{color:var(--grade-inferred)}.chip.inferred:before{border:1.5px solid}.pill{font:600 .75rem var(--sans);background:color-mix(in srgb, currentColor 14%, transparent);border-radius:999px;padding:3px 10px}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}header.svelte-12qhfyh{z-index:10;background:var(--ground);border-bottom:1px solid var(--line);padding:calc(10px + env(safe-area-inset-top,0px)) 16px 10px;flex-wrap:wrap;align-items:center;gap:24px;display:flex;position:sticky;top:0}.mark.svelte-12qhfyh{color:var(--ink);font:600 1.2rem var(--serif);align-items:center;gap:8px;text-decoration:none;display:flex}.mark.svelte-12qhfyh b:where(.svelte-12qhfyh){color:var(--accent);font-weight:600}nav.svelte-12qhfyh{font:500 .9rem var(--sans);gap:20px;display:flex;overflow-x:auto}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;padding-block:6px;text-decoration:none}nav.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){color:var(--ink);border-color:var(--accent)}.tools.svelte-12qhfyh{align-items:center;gap:8px;margin-left:auto;display:flex}.credits.svelte-12qhfyh{color:var(--ink);border:1px solid var(--line);border-radius:3px;padding:8px 10px;text-decoration:none}.lang.svelte-12qhfyh{justify-content:center;min-width:44px}.error.svelte-12qhfyh{background:color-mix(in srgb, var(--grade-inferred) 12%, var(--ground));color:var(--grade-inferred);font:.9rem var(--sans);margin:0;padding:10px 16px}.error-text.svelte-12qhfyh{color:var(--grade-inferred);font:.9rem var(--sans)}.toast.svelte-12qhfyh{left:50%;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:50;background:var(--ink);color:var(--ground);font:500 .95rem var(--sans);border-radius:6px;padding:12px 20px;position:fixed;transform:translate(-50%);box-shadow:0 10px 30px #00000040}.login.svelte-12qhfyh{display:grid}.login.svelte-12qhfyh img:where(.svelte-12qhfyh){object-fit:cover;grid-area:1/1;width:100%;height:calc(100dvh - 62px)}.login.svelte-12qhfyh form:where(.svelte-12qhfyh){grid-area:1/1;place-self:center;gap:10px;width:min(420px,100% - 32px)}.login.svelte-12qhfyh input:where(.svelte-12qhfyh){font:1rem var(--sans);border:1px solid var(--line);background:var(--ground);color:var(--ink);border-radius:3px;min-height:44px;padding:10px}.login.svelte-12qhfyh button:where(.svelte-12qhfyh){justify-self:start;margin-top:8px}.login.svelte-12qhfyh .link:where(.svelte-12qhfyh){color:var(--accent);background:0 0;border:0;margin:0;padding:4px 0;text-decoration:underline}.tabs.svelte-12qhfyh,.sheet.svelte-12qhfyh,.scrim.svelte-12qhfyh{display:none}.offline.svelte-12qhfyh{text-align:center;font:500 .85rem var(--sans);background:color-mix(in srgb, var(--grade-probable) 18%, var(--surface));color:var(--ink);margin:0;padding:6px 16px}.find.svelte-12qhfyh{width:40px;height:40px;color:var(--muted);border-radius:999px;place-items:center;display:grid}.find.svelte-12qhfyh:hover{color:var(--ink);background:var(--surface)}@media (width<=760px){header.svelte-12qhfyh{gap:8px;padding-bottom:8px}header.svelte-12qhfyh nav:where(.svelte-12qhfyh),header.svelte-12qhfyh .lang:where(.svelte-12qhfyh),header.svelte-12qhfyh .tools:where(.svelte-12qhfyh)>button:where(.svelte-12qhfyh){display:none}body{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.tabs.svelte-12qhfyh{z-index:30;background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh),.tabs.svelte-12qhfyh button:where(.svelte-12qhfyh){min-height:52px;color:var(--muted);font:500 .7rem var(--sans);background:0 0;border:0;border-radius:12px;justify-items:center;gap:2px;padding:6px 0;text-decoration:none;display:grid}.tabs.svelte-12qhfyh [aria-current=page]:where(.svelte-12qhfyh),.tabs.svelte-12qhfyh .on:where(.svelte-12qhfyh){color:var(--accent)}.tabs.svelte-12qhfyh [aria-current=page]:where(.svelte-12qhfyh) svg,.tabs.svelte-12qhfyh .on:where(.svelte-12qhfyh) svg{background:color-mix(in srgb, var(--accent) 14%, transparent);box-sizing:content-box;border-radius:999px;padding:2px 14px}.scrim.svelte-12qhfyh{z-index:35;background:#00000059;border:0;border-radius:0;display:block;position:fixed;inset:0}.sheet.svelte-12qhfyh{z-index:40;background:var(--surface);padding:16px 12px calc(16px + env(safe-area-inset-bottom,0px));border-radius:16px 16px 0 0;gap:4px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #0003}.sheet.svelte-12qhfyh .label:where(.svelte-12qhfyh){padding:0 8px 8px}.sheet.svelte-12qhfyh a:where(.svelte-12qhfyh),.sheet.svelte-12qhfyh button:where(.svelte-12qhfyh){min-height:52px;color:var(--ink);font:500 1rem var(--sans);background:0 0;border:0;border-radius:10px;justify-content:flex-start;align-items:center;gap:14px;padding:12px 8px;text-decoration:none;display:flex}.sheet.svelte-12qhfyh a:where(.svelte-12qhfyh):active,.sheet.svelte-12qhfyh button:where(.svelte-12qhfyh):active{background:var(--ground)}.end.svelte-12qhfyh{color:var(--muted);margin-left:auto}.toast.svelte-12qhfyh{bottom:calc(80px + env(safe-area-inset-bottom,0px))}}
