:root{--stone-bg:#faf9f7;--stone-surface:#fff;--stone-sunken:#f2f0ec;--stone-border:#e4e0d9;--stone-border-strong:#cdc7bb;--stone-text:#24231f;--stone-text-muted:#6a665d;--stone-text-faint:#6f6b61;--stone-accent:#4c7365;--stone-accent-text:#3c5c50;--stone-accent-soft:#e7efeb;--stone-attention:#8a5f21;--stone-attention-soft:#f8f0e1;--stone-shadow:0 1px 2px #24231f0f, 0 4px 12px #24231f0a;--stone-overlay:#24231f52;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--stone-bg:#161513;--stone-surface:#1e1d1a;--stone-sunken:#121110;--stone-border:#322f29;--stone-border-strong:#474339;--stone-text:#eae6de;--stone-text-muted:#a39d92;--stone-text-faint:#99938a;--stone-accent:#8ab8a6;--stone-accent-text:#9cc7b5;--stone-accent-soft:#22302b;--stone-attention:#d9a961;--stone-attention-soft:#2c2418;--stone-shadow:0 1px 2px #0006, 0 4px 12px #0000003d;--stone-overlay:#0000008f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=light]{--stone-bg:#faf9f7;--stone-surface:#fff;--stone-sunken:#f2f0ec;--stone-border:#e4e0d9;--stone-border-strong:#cdc7bb;--stone-text:#24231f;--stone-text-muted:#6a665d;--stone-text-faint:#6f6b61;--stone-accent:#4c7365;--stone-accent-text:#3c5c50;--stone-accent-soft:#e7efeb;--stone-attention:#8a5f21;--stone-attention-soft:#f8f0e1;--stone-shadow:0 1px 2px #24231f0f, 0 4px 12px #24231f0a;--stone-overlay:#24231f52;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--stone-bg:#161513;--stone-surface:#1e1d1a;--stone-sunken:#121110;--stone-border:#322f29;--stone-border-strong:#474339;--stone-text:#eae6de;--stone-text-muted:#a39d92;--stone-text-faint:#99938a;--stone-accent:#8ab8a6;--stone-accent-text:#9cc7b5;--stone-accent-soft:#22302b;--stone-attention:#d9a961;--stone-attention-soft:#2c2418;--stone-shadow:0 1px 2px #0006, 0 4px 12px #0000003d;--stone-overlay:#0000008f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root{--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-numeric:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-md:1.0625rem;--text-lg:1.3125rem;--text-xl:1.75rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--radius-sm:6px;--radius:10px;--radius-lg:14px;--duration:.15s;--ease:cubic-bezier(.2, 0, 0, 1);--measure:34rem;--page-max:46rem}@media (prefers-reduced-motion:reduce){:root{--duration:.01ms}}:root[data-motion=reduce]{--duration:.01ms}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root[data-motion=reduce] *,:root[data-motion=reduce] :before,:root[data-motion=reduce] :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-padding-block:4.5rem calc(4.5rem + env(safe-area-inset-bottom))}@media (width>=48rem){html{scroll-padding-block:4.5rem 2rem}}body{background:var(--stone-bg);color:var(--stone-text);font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;padding-bottom:env(safe-area-inset-bottom);margin:0;line-height:1.55}h1,h2,h3,h4{letter-spacing:-.011em;margin:0;font-weight:600;line-height:1.25}h1{font-size:var(--text-xl)}h2{font-size:var(--text-lg)}h3{font-size:var(--text-md)}p{margin:0}a{color:var(--stone-accent-text);text-underline-offset:.2em}:where(button,input,textarea,select){font:inherit;color:inherit}:focus-visible{outline:2px solid var(--stone-accent);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--stone-accent-soft)}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.card{background:var(--stone-surface);border:1px solid var(--stone-border);border-radius:var(--radius-lg)}.muted{color:var(--stone-text-muted)}.faint{color:var(--stone-text-faint)}.small{font-size:var(--text-sm)}.stack{gap:var(--space-3);flex-direction:column;display:flex}.row{align-items:center;gap:var(--space-2);display:flex}.numeric{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius);border:1px solid var(--stone-border-strong);background:var(--stone-surface);min-height:2.375rem;color:var(--stone-text);font-size:var(--text-base);cursor:pointer;transition:background var(--duration) var(--ease), border-color var(--duration) var(--ease);padding:.5rem .875rem;font-weight:500;line-height:1.2;text-decoration:none;display:inline-flex}.btn:hover:not(:disabled){background:var(--stone-sunken)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--stone-accent);border-color:var(--stone-accent);color:#fff}:root[data-theme=dark] .btn-primary,.btn-primary{color:var(--stone-bg)}.btn-primary:hover:not(:disabled){background:var(--stone-accent-text);border-color:var(--stone-accent-text)}.btn-quiet{color:var(--stone-text-muted);background:0 0;border-color:#0000}.btn-quiet:hover:not(:disabled){background:var(--stone-sunken);color:var(--stone-text)}.btn-sm{min-height:2rem;font-size:var(--text-sm);padding:.3125rem .625rem}.btn-danger{color:var(--stone-attention);border-color:var(--stone-attention);background:0 0}.btn-danger:hover:not(:disabled){background:var(--stone-attention-soft)}.field{gap:var(--space-2);flex-direction:column;display:flex}.field>label{font-size:var(--text-sm);color:var(--stone-text-muted);font-weight:500}.input,.textarea,.select{border-radius:var(--radius);border:1px solid var(--stone-border-strong);background:var(--stone-surface);width:100%;min-height:2.375rem;color:var(--stone-text);font-size:var(--text-base);padding:.5rem .75rem}@media (hover:none){.input,.textarea,.select{font-size:1rem}}.input::placeholder,.textarea::placeholder{color:var(--stone-text-faint)}.textarea{resize:vertical;min-height:5rem;line-height:1.5}.select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 1rem),calc(100% - .7rem);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:2rem}.added.svelte-1wc1yx2{gap:var(--space-1);flex-direction:column;max-height:12rem;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.added.svelte-1wc1yx2 li:where(.svelte-1wc1yx2){font-size:var(--text-sm);color:var(--stone-text-muted);padding:var(--space-1) 0;border-bottom:1px solid var(--stone-border)}.added.svelte-1wc1yx2 li:where(.svelte-1wc1yx2):last-child{border-bottom:none}.count.svelte-1wc1yx2{margin-top:var(--space-1)}.nav.svelte-1h32yp1{gap:var(--space-1);display:flex}.item.svelte-1h32yp1{align-items:center;gap:var(--space-2);border-radius:var(--radius);color:var(--stone-text-muted);font-size:var(--text-sm);transition:background var(--duration) var(--ease);padding:.4375rem .75rem;font-weight:500;text-decoration:none;display:flex}.item.svelte-1h32yp1:hover{background:var(--stone-sunken);color:var(--stone-text)}.item.current.svelte-1h32yp1{color:var(--stone-text);background:var(--stone-sunken)}.count.svelte-1h32yp1{font-size:var(--text-xs);background:var(--stone-accent-soft);min-width:1.125rem;height:1.125rem;color:var(--stone-accent-text);border-radius:999px;place-items:center;padding-inline:.25rem;display:grid}@media (width<=47.999rem){.nav.svelte-1h32yp1{gap:0}.item.svelte-1h32yp1{padding:var(--space-2) var(--space-1);font-size:var(--text-xs);border-radius:var(--radius-sm);flex-direction:column;flex:1;gap:.125rem;position:relative}.item.current.svelte-1h32yp1{color:var(--stone-accent-text);background:0 0;font-weight:600}.item.current.svelte-1h32yp1:before{content:"";background:currentColor;border-radius:0 0 2px 2px;width:1.25rem;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.count.svelte-1h32yp1{margin-left:.25rem;position:absolute;top:.1875rem;left:50%}}.prompt.svelte-1opv7mp{inset-inline:var(--space-4);bottom:calc(env(safe-area-inset-bottom) + 5rem);z-index:60;justify-content:space-between;align-items:center;gap:var(--space-3);width:min(26rem,100vw - 2rem);padding:var(--space-3) var(--space-4);background:var(--stone-surface);border:1px solid var(--stone-border-strong);border-radius:var(--radius);box-shadow:var(--stone-shadow);font-size:var(--text-sm);margin-inline:auto;display:flex;position:fixed}@media (width>=48rem){.prompt.svelte-1opv7mp{bottom:var(--space-5)}}.actions.svelte-1opv7mp{gap:var(--space-2);flex-shrink:0;display:flex}.toasts.svelte-r9p0hk{left:50%;bottom:calc(env(safe-area-inset-bottom) + 5rem);z-index:50;gap:var(--space-2);pointer-events:none;flex-direction:column;width:min(26rem,100vw - 2rem);display:flex;position:fixed;transform:translate(-50%)}@media (width>=48rem){.toasts.svelte-r9p0hk{bottom:var(--space-5)}}.toast.svelte-r9p0hk{pointer-events:auto;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--stone-surface);border:1px solid var(--stone-border-strong);border-radius:var(--radius);box-shadow:var(--stone-shadow);font-size:var(--text-sm);animation:svelte-r9p0hk-rise var(--duration) var(--ease);display:flex}.toast.attention.svelte-r9p0hk{border-color:var(--stone-attention);background:var(--stone-attention-soft)}@keyframes svelte-r9p0hk-rise{0%{opacity:0;transform:translateY(8px)}}.action.svelte-r9p0hk{padding:var(--space-1) var(--space-2);margin:calc(var(--space-1) * -1) calc(var(--space-2) * -1);border-radius:var(--radius-sm);color:var(--stone-accent-text);font-weight:500;font-size:var(--text-sm);cursor:pointer;background:0 0;border:none;flex-shrink:0}.action.svelte-r9p0hk:hover{background:var(--stone-accent-soft)}.scrim.svelte-1irbmle{z-index:80;background:var(--stone-overlay);position:fixed;inset:0}.scrim.has-hole.svelte-1irbmle{inset:auto;top:var(--hole-top);left:var(--hole-left);width:var(--hole-width);height:var(--hole-height);border-radius:var(--radius);box-shadow:0 0 0 100vmax var(--stone-overlay);outline:2px solid var(--stone-accent);outline-offset:0;background:0 0}.card.svelte-1irbmle{z-index:81;background:var(--stone-surface);border:1px solid var(--stone-border-strong);border-radius:var(--radius-lg);box-shadow:var(--stone-shadow);padding:var(--space-4);gap:var(--space-2);flex-direction:column;display:flex;position:fixed}.card.svelte-1irbmle:focus{outline:none}.count.svelte-1irbmle{font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--stone-text-faint);font-weight:600}h2.svelte-1irbmle{font-size:var(--text-md)}.body.svelte-1irbmle{font-size:var(--text-sm);color:var(--stone-text-muted);line-height:1.55}.actions.svelte-1irbmle{align-items:center;gap:var(--space-2);margin-top:var(--space-2);display:flex}.spacer.svelte-1irbmle{flex:1}@media (width<=32rem){.card.svelte-1irbmle{width:calc(100vw - 2rem)!important;left:1rem!important}}.pillars.svelte-167fz9k{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pillars.svelte-167fz9k li:where(.svelte-167fz9k){gap:var(--space-3);font-size:var(--text-sm);color:var(--stone-text-muted);display:flex}.pillars.svelte-167fz9k svg{color:var(--stone-text-faint);flex-shrink:0;margin-top:.1875rem}.pillars.svelte-167fz9k strong:where(.svelte-167fz9k){color:var(--stone-text);font-weight:600}.example.svelte-167fz9k{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--stone-border);border-radius:var(--radius);font-size:var(--text-sm);cursor:pointer;align-items:flex-start;display:flex}.example.svelte-167fz9k input:where(.svelte-167fz9k){accent-color:var(--stone-accent);flex-shrink:0;width:1rem;height:1rem;margin-top:.1875rem}.shell.svelte-12qhfyh{flex-direction:column;min-height:100dvh;display:flex}.topbar.svelte-12qhfyh{z-index:20;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);background:color-mix(in srgb, var(--stone-bg) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--stone-border);display:flex;position:sticky;top:0}.brand.svelte-12qhfyh{align-items:center;gap:var(--space-2);color:var(--stone-text);letter-spacing:-.01em;flex-shrink:0;font-weight:600;text-decoration:none;display:flex}.desktop-nav.svelte-12qhfyh{display:none}.actions.svelte-12qhfyh{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.icon-link.svelte-12qhfyh{border-radius:var(--radius);width:2.25rem;height:2.25rem;color:var(--stone-text-muted);place-items:center;display:grid}.icon-link.svelte-12qhfyh:hover{background:var(--stone-sunken);color:var(--stone-text)}.offline.svelte-12qhfyh{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--stone-text-muted);background:var(--stone-sunken);border-radius:999px;padding:.1875rem .5rem;display:inline-flex}.offline-label.svelte-12qhfyh{display:none}.content.svelte-12qhfyh{width:100%;max-width:var(--page-max);padding:var(--space-5) var(--space-4) var(--space-7);flex:1;margin-inline:auto}.error.svelte-12qhfyh{gap:var(--space-3);padding:var(--space-4);margin-bottom:var(--space-5);border-color:var(--stone-attention);background:var(--stone-attention-soft);color:var(--stone-text);display:flex}.error.svelte-12qhfyh svg{color:var(--stone-attention);flex-shrink:0;margin-top:.125rem}.error.svelte-12qhfyh p:where(.svelte-12qhfyh)+p:where(.svelte-12qhfyh){margin-top:var(--space-2)}.tabbar.svelte-12qhfyh{z-index:20;padding:var(--space-1) var(--space-2) calc(var(--space-1) + env(safe-area-inset-bottom));background:color-mix(in srgb, var(--stone-bg) 92%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--stone-border);position:sticky;bottom:0}.shortcuts.svelte-12qhfyh{gap:var(--space-2) var(--space-4);grid-template-columns:auto 1fr;align-items:baseline;margin:0;display:grid}.shortcuts.svelte-12qhfyh dd:where(.svelte-12qhfyh){font-size:var(--text-sm);color:var(--stone-text-muted);margin:0}kbd.svelte-12qhfyh{font-family:inherit;font-size:var(--text-xs);border-radius:var(--radius-sm);border:1px solid var(--stone-border-strong);background:var(--stone-sunken);white-space:nowrap;padding:.125rem .375rem}@media (width>=48rem){.desktop-nav.svelte-12qhfyh{display:block}.tabbar.svelte-12qhfyh{display:none}.offline-label.svelte-12qhfyh,.capture-label.svelte-12qhfyh{display:inline}.content.svelte-12qhfyh{padding-top:var(--space-6)}}@media (width<=47.999rem){.capture-label.svelte-12qhfyh{display:none}}
