:root{--bg:#f6f3ee;--surface:#fff;--surface-2:#efeae2;--border:#e2dbd0;--text:#26221d;--text-2:#6f675d;--accent:#c4622d;--accent-soft:#f6e3d6;--ok:#2f8a57;--warn:#b7791f;--bad:#c0392b;--llm:#6b5bd2;--llm-soft:#e9e6fb;--radius:14px;--shadow:0 1px 2px #26221d0f, 0 4px 16px #26221d0d;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:15px;line-height:1.45}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#171512;--surface:#211e1a;--surface-2:#2a2621;--border:#37322b;--text:#eee8df;--text-2:#a79e92;--accent:#e08850;--accent-soft:#3a2a1f;--ok:#4cb87a;--warn:#dca348;--bad:#e06452;--llm:#a598f0;--llm-soft:#2c2745;--shadow:0 1px 2px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}h1{letter-spacing:-.01em;margin:0 0 1.2rem;font-size:1.6rem}h2{margin:0 0 .8rem;font-size:1.05rem}a{color:inherit}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.1rem 1.2rem}.grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:1rem;display:grid}.stack{flex-direction:column;gap:1rem;display:flex}.row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.muted{color:var(--text-2)}.small{font-size:.85rem}.badge{background:var(--surface-2);color:var(--text-2);white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.1rem .55rem;font-size:.78rem;font-weight:600;display:inline-flex}.badge.local{background:var(--accent-soft);color:var(--accent)}.badge.llm{background:var(--llm-soft);color:var(--llm)}.badge.bad{background:color-mix(in srgb, var(--bad) 15%, transparent);color:var(--bad)}.dot{background:var(--text-2);border-radius:50%;flex:none;width:.6rem;height:.6rem;display:inline-block}.dot.ok{background:var(--ok)}.dot.bad{background:var(--bad)}.dot.warn{background:var(--warn)}.dot.pulse{animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.35}}button,.button{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:10px;padding:.45rem .9rem}button:hover{border-color:var(--accent)}button.primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}button.ghost{color:var(--text-2);background:0 0;border-color:#0000}button.danger:hover{border-color:var(--bad);color:var(--bad)}button:disabled{opacity:.5;cursor:default}input,select{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;min-width:0;padding:.45rem .65rem}input[type=range],input[type=checkbox]:not(.switch){accent-color:var(--accent);padding:0}input:focus,select:focus,button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}label.field,div.field{color:var(--text-2);flex-direction:column;gap:.25rem;font-size:.85rem;display:flex}.list{margin:0;padding:0;list-style:none}.list>li{border-top:1px solid var(--border);padding:.7rem 0}.list>li:first-child{border-top:none}.error{color:var(--bad);font-size:.9rem}.switch{appearance:none;background:var(--surface-2);border:1px solid var(--border);cursor:pointer;border-radius:999px;flex:none;width:2.4rem;height:1.35rem;padding:0;transition:background .15s;position:relative}.switch:after{content:"";background:var(--text-2);border-radius:50%;width:calc(1.35rem - 6px);height:calc(1.35rem - 6px);transition:transform .15s;position:absolute;top:2px;left:2px}.switch:checked{background:var(--accent);border-color:var(--accent)}.switch:checked:after{background:#fff;transform:translate(1.05rem)}.shell.svelte-12qhfyh{grid-template-columns:220px 1fr;min-height:100vh;display:grid}aside.svelte-12qhfyh{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;gap:1.5rem;height:100vh;padding:1.4rem 1rem;display:flex;position:sticky;top:0}.brand.svelte-12qhfyh{align-items:center;gap:.6rem;padding:0 .5rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.brand.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:2rem;height:2rem}nav.svelte-12qhfyh{flex-direction:column;gap:.2rem;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-2);border-radius:10px;align-items:center;gap:.7rem;padding:.55rem .7rem;font-weight:500;text-decoration:none;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--surface-2);color:var(--text)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--accent-soft);color:var(--accent)}nav.svelte-12qhfyh svg:where(.svelte-12qhfyh){fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:1.25rem;height:1.25rem}.user.svelte-12qhfyh{justify-content:space-between;align-items:center;margin-top:auto;padding:0 .5rem;display:flex}.user.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.2rem .4rem;font-size:.8rem}.user.svelte-12qhfyh+.lang:where(.svelte-12qhfyh){margin-top:0}.lang.svelte-12qhfyh{gap:.2rem;margin-top:auto;display:flex}.lang.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.25rem .55rem;font-size:.8rem}.lang.svelte-12qhfyh button.on:where(.svelte-12qhfyh){color:var(--accent);font-weight:700}main.svelte-12qhfyh{width:100%;max-width:1200px;padding:2rem clamp(1rem,3vw,2.5rem) 3rem}@media (width<=760px){.shell.svelte-12qhfyh{grid-template-columns:1fr}aside.svelte-12qhfyh{z-index:10;height:auto;padding:.3rem .4rem calc(.3rem + env(safe-area-inset-bottom));border-right:none;border-top:1px solid var(--border);flex-direction:row;position:fixed;inset:auto 0 0}.brand.svelte-12qhfyh,.user.svelte-12qhfyh,.lang.svelte-12qhfyh{display:none}nav.svelte-12qhfyh{flex-direction:row;justify-content:space-around;width:100%}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){flex-direction:column;gap:.15rem;padding:.35rem .4rem;font-size:.7rem}main.svelte-12qhfyh{padding:1.2rem 1rem 5.5rem}}
