*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--bg:#fafaf9;--surface:#fff;--surface-muted:#f5f5f4;--text:#1c1917;--text-muted:#78716c;--text-faint:#a8a29e;--border:#e7e5e4;--border-strong:#d6d3d1;--accent:#dc6b42;--accent-hover:#c85f38;--accent-light:#fef3ee;--accent-muted:#fdba99;--green:#16a34a;--green-light:#f0fdf4;--amber:#d97706;--amber-light:#fffbeb;--red:#dc2626;--red-light:#fef2f2;--blue:#2563eb;--blue-light:#eff6ff;--ink:#0c0a09;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono:"SF Mono", "Fira Code", "Cascadia Code", Monaco, monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 8px #0000000f, 0 2px 4px #0000000a;--shadow-lg:0 8px 24px #00000014, 0 2px 8px #0000000a;--topbar-h:56px;--sidebar-w:64px;--ref-panel-w:480px;--ease:cubic-bezier(.16, 1, .3, 1);--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-out:cubic-bezier(0, 0, .2, 1)}html,body{background:var(--bg);height:100%;color:var(--text);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-muted{color:var(--text-muted)}.text-faint{color:var(--text-faint)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-mono{font-family:var(--font-mono)}.leading-tight{line-height:1.2}.leading-snug{line-height:1.35}.tracking-tight{letter-spacing:-.02em}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.btn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);cursor:pointer;transition:background .12s var(--ease), color .12s var(--ease), box-shadow .12s var(--ease), transform 80ms var(--ease);white-space:nowrap;border:none;font-weight:500;line-height:1.25;text-decoration:none;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.4;pointer-events:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{background:var(--surface-muted)}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover{background:var(--surface-muted);color:var(--text)}.btn-lg{padding:var(--space-3) var(--space-6);font-size:var(--text-base);border-radius:var(--radius-lg)}.btn-sm{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-sm)}.btn-icon{padding:var(--space-2);border-radius:var(--radius-md);justify-content:center;width:36px;height:36px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs)}.input{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font-size:var(--text-sm);transition:border-color .12s var(--ease), box-shadow .12s var(--ease);outline:none}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.badge{align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:500;display:inline-flex}.badge-good{background:var(--green-light);color:var(--green)}.badge-warning{background:var(--amber-light);color:var(--amber)}.badge-error{background:var(--red-light);color:var(--red)}.badge-muted{background:var(--surface-muted);color:var(--text-muted)}pre,code{font-family:var(--font-mono);font-size:var(--text-sm)}pre{background:var(--ink);color:#e7e5e4;padding:var(--space-4);border-radius:var(--radius-lg);line-height:1.6;overflow-x:auto}hr{border:none;border-top:1px solid var(--border)}.swatch{border-radius:var(--radius-sm);border:1px solid #00000014;flex-shrink:0}.swatch-sm{width:20px;height:20px}.swatch-md{border-radius:var(--radius-md);width:32px;height:32px}.swatch-lg{border-radius:var(--radius-lg);width:48px;height:48px}.segmented{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-lg);gap:2px;padding:3px;display:inline-flex}.segmented-option{padding:var(--space-1) var(--space-3);border-radius:calc(var(--radius-lg) - 3px);font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;transition:background .12s var(--ease), color .12s var(--ease), box-shadow .12s var(--ease);background:0 0;border:none;font-weight:500}.segmented-option:hover{color:var(--text)}.segmented-option.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}details>summary{cursor:pointer;list-style:none}details>summary::marker{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes drawLine{0%{stroke-dashoffset:300px}to{stroke-dashoffset:0}}@keyframes pulse{0%,to{box-shadow:0 0 #dc6b424d}50%{box-shadow:0 0 0 6px #dc6b4200}}.animate-fade-in{animation:fadeIn .24s var(--ease) both}.animate-slide-in-right{animation:slideInRight .24s var(--ease) both}.animate-scale-in{animation:scaleIn .2s var(--ease) both}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.app-shell.svelte-12qhfyh{flex-direction:column;min-height:100dvh;display:flex;position:relative}.topbar.svelte-12qhfyh{z-index:40;height:var(--topbar-h);align-items:center;gap:var(--space-4);padding:0 var(--space-6);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fafaf9eb;display:flex;position:fixed;top:0;left:0;right:0}.topbar-logo.svelte-12qhfyh{color:var(--text);flex-shrink:0;align-items:center;text-decoration:none;display:flex}.topbar-logo-img.svelte-12qhfyh{width:auto;height:26px;display:block}.topbar-actions.svelte-12qhfyh{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.topbar-sep.svelte-12qhfyh{background:var(--border);width:1px;height:20px}.step-indicator.svelte-12qhfyh{align-items:center;gap:0;display:flex}.step-item.svelte-12qhfyh{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);cursor:default;border-radius:var(--radius-md);transition:background .12s var(--ease);background:0 0;border:none;display:flex}.step-item.past.svelte-12qhfyh{cursor:pointer}.step-item.past.svelte-12qhfyh:hover{background:var(--surface-muted)}.step-dot.svelte-12qhfyh{width:20px;height:20px;transition:background .2s var(--ease), color .2s var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.step-item.past.svelte-12qhfyh .step-dot:where(.svelte-12qhfyh){background:var(--green);color:#fff}.step-item.active.svelte-12qhfyh .step-dot:where(.svelte-12qhfyh){background:var(--accent);color:#fff}.step-item.future.svelte-12qhfyh .step-dot:where(.svelte-12qhfyh){background:var(--border);color:var(--text-faint)}.step-label.svelte-12qhfyh{font-size:var(--text-sm);transition:color .2s var(--ease);font-weight:500}.step-item.past.svelte-12qhfyh .step-label:where(.svelte-12qhfyh){color:var(--text-muted)}.step-item.active.svelte-12qhfyh .step-label:where(.svelte-12qhfyh){color:var(--text)}.step-item.future.svelte-12qhfyh .step-label:where(.svelte-12qhfyh){color:var(--text-faint)}.step-connector.svelte-12qhfyh{background:var(--border);flex-shrink:0;width:24px;height:1px}.main-content.svelte-12qhfyh{flex:1}.main-content.with-topbar.svelte-12qhfyh{padding-top:var(--topbar-h)}.ref-backdrop.svelte-12qhfyh{z-index:49;background:#00000014;position:fixed;inset:0}.ref-panel.svelte-12qhfyh{z-index:50;width:var(--ref-panel-w);background:var(--surface);border-left:1px solid var(--border);max-width:100vw;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}.ref-panel-header.svelte-12qhfyh{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ref-panel-heading.svelte-12qhfyh{flex-direction:column;gap:2px;min-width:0;display:flex}.ref-panel-eyebrow.svelte-12qhfyh{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:600}.ref-panel-title.svelte-12qhfyh{font-size:var(--text-lg);letter-spacing:-.01em;font-weight:600;line-height:1.2}.ref-panel-body.svelte-12qhfyh{padding:var(--space-6);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ref-citation.svelte-12qhfyh{gap:var(--space-4);padding:var(--space-5);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex}.ref-content.svelte-12qhfyh{font-size:var(--text-sm);color:var(--text);line-height:1.6}.ref-source-link.svelte-12qhfyh{align-items:baseline;gap:var(--space-2);font-size:var(--text-sm);color:var(--accent);font-weight:500;display:inline-flex}.ref-source-kicker.svelte-12qhfyh{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);font-weight:600}.ref-library-link.svelte-12qhfyh{font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-weight:500;transition:color .12s}.ref-library-link.svelte-12qhfyh:hover{color:var(--accent)}.ref-library-intro.svelte-12qhfyh{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-4);line-height:1.6}.ref-link-list.svelte-12qhfyh{gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.ref-link-list.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:var(--text-sm);color:var(--text);transition:color .12s}.ref-link-list.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent);text-decoration:none}@media (width<=768px){.step-label.svelte-12qhfyh{display:none}.step-connector.svelte-12qhfyh{width:12px}.topbar.svelte-12qhfyh{padding:0 var(--space-4);gap:var(--space-2)}.ref-panel.svelte-12qhfyh{width:100vw}}
