:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f8fa;--surface:#fff;--surface-hover:#00000008;--text:#1a1d21;--text-muted:#626c77;--border:#e2e6ea;--accent:#338574;--accent-hover:#2b6f61;--on-accent:#fff;--accent-tint:#eef5f3;--brand:#021c46;--on-brand:#fff;--danger:#c0392b;--success:#1a9e5c;--warning:#b66a2c;--warning-bg:#fff8f1;--warning-fg:#754019;--code-bg:#f0f2f4;--overlay:#0006;--shadow:0 1px 3px #00000014, 0 4px 12px #0000000d;--radius:8px;--sidebar-w:260px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14171b;--surface:#1c2026;--surface-hover:#252a31;--text:#e6eaef;--text-muted:#9aa5b1;--border:#383f49;--accent:#4fc2ab;--accent-hover:#6fd3bf;--on-accent:#06231e;--accent-tint:#16302c;--brand:#4770b6;--on-brand:#fff;--danger:#f2726a;--success:#41c179;--warning:#e0a44a;--warning-bg:#2a2114;--warning-fg:#f0c179;--code-bg:#1a1f25;--overlay:#000000a8;--shadow:0 1px 2px #0000008c, 0 4px 14px #00000073, 0 12px 32px #0000004d}:root[data-theme=amoled]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#000;--surface:#0b0d10;--surface-hover:#171b20;--text:#eaeaea;--text-muted:#9aa3ad;--border:#2e343c;--accent:#4fc9b1;--accent-hover:#72d8c4;--on-accent:#04211c;--accent-tint:#112a26;--brand:#3e64a3;--on-brand:#e9eef6;--danger:#f4796f;--success:#44c87d;--warning:#e3a94f;--warning-bg:#221a0f;--warning-fg:#f2c67f;--code-bg:#0f1215;--overlay:#000000c7;--shadow:0 0 0 1px var(--border), 0 10px 28px #000000e6}*{box-sizing:border-box}html,body{overscroll-behavior:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);margin:0;line-height:1.5}a{color:var(--accent)}.app-viewport{flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.shell{grid-template-columns:var(--sidebar-w) 1fr;flex:1;min-height:0;display:grid}.sidebar{border-right:1px solid var(--border);background:var(--surface);overflow:hidden}.sidebar-scroll{overscroll-behavior-y:contain;min-height:0;overflow-y:auto}.main{flex-direction:column;min-width:0;min-height:0;display:flex}.main>main{overscroll-behavior-y:contain;flex:1;width:100%;min-width:0;max-width:100%;min-height:0;overflow-y:auto}.public-content{overscroll-behavior-y:contain;flex:1;min-height:0;overflow-y:auto}.scheduled-artifact{border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);background:color-mix(in srgb, var(--surface) 96%, var(--bg));overflow-wrap:anywhere;grid-template-columns:auto minmax(0,1fr);gap:12px;width:100%;min-width:0;max-width:100%;padding:14px;display:grid;position:relative}.scheduled-rail{border-left:2px solid color-mix(in srgb, var(--accent) 45%, var(--border));width:24px}.scheduled-rail span{background:var(--surface);border:1px solid var(--accent);width:20px;height:20px;color:var(--accent);border-radius:50%;place-items:center;margin-left:-11px;font:700 .68rem/1 ui-monospace,SFMono-Regular,Consolas,monospace;display:grid}.scheduled-content{min-width:0}.scheduled-heading{gap:2px;margin-bottom:10px;display:grid}.scheduled-kicker{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0;font:650 .68rem/1 ui-monospace,SFMono-Regular,Consolas,monospace}.scheduled-heading h3{margin:2px 0;font-size:1rem}.scheduled-state,.scheduled-progress{color:var(--text-muted);margin:0;font-size:.85rem}.scheduled-error{color:var(--danger);margin:8px 0;font-size:.9rem}.scheduled-artifact .question,.scheduled-artifact .proposal{box-shadow:none}.scheduled-adjust{gap:7px;margin:10px 0;display:grid}.scheduled-adjust label{font-size:.86rem;font-weight:600}.scheduled-adjust textarea{resize:vertical;border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:100%;font:inherit;padding:9px 10px}.scheduled-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.scheduled-actions button,.scheduled-actions a{border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);min-height:34px;color:var(--on-accent);font:inherit;cursor:pointer;padding:7px 11px;font-weight:650;line-height:1.2;text-decoration:none}.scheduled-actions .secondary{color:var(--text);border-color:var(--border);background:0 0}.scheduled-actions .danger{color:var(--danger)}.scheduled-actions button:disabled{opacity:.55;cursor:not-allowed}.scheduled-artifact :is(button,a,input,textarea,summary):focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 35%, transparent);outline-offset:2px}.mobilebar{display:none}.brand-sm{color:inherit;align-items:center;gap:8px;font-weight:600;text-decoration:none;display:flex}.brand-sm img{border-radius:5px;flex:none}.page{width:100%;min-width:0;max-width:900px;margin:0 auto;padding:32px 24px}.scrim{display:none}@media (width<=899px){.shell{grid-template-columns:1fr}.sidebar{width:var(--sidebar-w);z-index:30;transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.scrim{background:var(--overlay);z-index:20;position:fixed;inset:0}.scrim.show{display:block}.mobilebar{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:8px 12px;display:flex}.hamburger{cursor:pointer;background:0 0;border:none;font-size:20px}}@media (width<=700px){.page{padding:20px 16px}}@media (width<=480px){.scheduled-artifact{gap:9px;padding:12px}.scheduled-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.scheduled-actions :is(button,a){text-align:center;width:100%}}@media (width>=900px){.scrim{display:none!important}}.theme-cycle.svelte-963xiz{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;place-items:center;padding:0;display:grid}.theme-cycle.svelte-963xiz:hover,.theme-cycle.svelte-963xiz:focus-visible{background:var(--bg);color:var(--text)}.theme-cycle.svelte-963xiz svg:where(.svelte-963xiz){fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.theme-cycle.svelte-963xiz svg:where(.svelte-963xiz) .fill:where(.svelte-963xiz){fill:currentColor;stroke:none}.sidebar-inner.svelte-129hoe0{background:var(--surface);flex-direction:column;height:100%;min-height:0;display:flex}.sidebar-header.svelte-129hoe0,.sidebar-footer.svelte-129hoe0{flex:none;padding:16px 12px}.sidebar-header.svelte-129hoe0{border-bottom:1px solid var(--border)}.brand.svelte-129hoe0{color:var(--text);align-items:center;gap:8px;padding:0 4px;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.brand.svelte-129hoe0 img:where(.svelte-129hoe0){border-radius:5px;flex:none}.sidebar-scroll.svelte-129hoe0{overscroll-behavior-y:contain;flex-direction:column;flex:1;gap:16px;min-width:0;min-height:0;padding:12px;display:flex;overflow:hidden auto}.new.svelte-129hoe0{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;width:100%;font:inherit;justify-content:center;align-items:center;gap:7px;padding:10px;display:flex}.new.svelte-129hoe0:hover{background:var(--bg)}svg.svelte-129hoe0{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:16px;height:16px}.links.svelte-129hoe0{flex-direction:column;gap:2px;display:flex}.links.svelte-129hoe0 a:where(.svelte-129hoe0){color:var(--text);border-radius:6px;justify-content:space-between;align-items:center;padding:7px 8px;text-decoration:none;display:flex}.links.svelte-129hoe0 a:where(.svelte-129hoe0):hover,.links.svelte-129hoe0 a.active:where(.svelte-129hoe0){background:var(--bg);color:var(--accent);font-weight:600}.unread.svelte-129hoe0{background:var(--accent);min-width:1.35rem;height:1.35rem;color:var(--on-accent);border-radius:999px;place-items:center;font:600 .72rem/1 ui-monospace,SFMono-Regular,Consolas,monospace;display:inline-grid}.conversation-section.svelte-129hoe0{gap:6px;min-width:0;display:grid}.conversation-section.svelte-129hoe0>div:where(.svelte-129hoe0),.section-toggle.svelte-129hoe0,.conversation-list.svelte-129hoe0{min-width:0}.section-toggle.svelte-129hoe0{width:100%;color:var(--text-muted);cursor:pointer;font:650 .72rem/1 var(--font);letter-spacing:.06em;text-align:left;text-transform:uppercase;background:0 0;border:0;justify-content:space-between;align-items:center;padding:7px 6px;display:flex}.conversation-list.svelte-129hoe0{margin:0;padding:0;list-style:none;overflow:hidden}.conversation-list.svelte-129hoe0 li:where(.svelte-129hoe0){border-radius:6px;align-items:center;min-width:0;display:flex;position:relative}.conversation-list.svelte-129hoe0 li:where(.svelte-129hoe0):hover,.conversation-list.svelte-129hoe0 li:where(.svelte-129hoe0):focus-within,.conversation-list.svelte-129hoe0 li.active:where(.svelte-129hoe0){background:var(--bg)}.conversation-list.svelte-129hoe0 a:where(.svelte-129hoe0){width:100%;min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;padding:8px;text-decoration:none;display:block;overflow:hidden}.conversation-list.svelte-129hoe0 a.active:where(.svelte-129hoe0){font-weight:650}.row-actions.svelte-129hoe0{z-index:1;background:var(--surface);opacity:0;pointer-events:none;align-items:center;transition:opacity .12s;display:flex;position:absolute;top:0;bottom:0;right:0}.conversation-list.svelte-129hoe0 li.active:where(.svelte-129hoe0) .row-actions:where(.svelte-129hoe0){background:var(--bg)}.conversation-list.svelte-129hoe0 li:where(.svelte-129hoe0):is(:where(.svelte-129hoe0):hover,:where(.svelte-129hoe0):focus-within,:where(.svelte-129hoe0):has([aria-expanded=true]:where(.svelte-129hoe0))) .row-actions:where(.svelte-129hoe0){background:var(--bg);opacity:1;pointer-events:auto}.icon-button.svelte-129hoe0{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;padding:0;display:grid}.icon-button.svelte-129hoe0:hover,.icon-button.svelte-129hoe0:focus-visible{background:var(--surface);color:var(--text)}.icon-button.svelte-129hoe0 svg:where(.svelte-129hoe0){width:15px;height:15px}.icon-button.svelte-129hoe0 svg:where(.svelte-129hoe0) circle:where(.svelte-129hoe0),.account-trigger.svelte-129hoe0 svg:where(.svelte-129hoe0) circle:where(.svelte-129hoe0){fill:currentColor;stroke:none}.empty.svelte-129hoe0,.refresh-hint.svelte-129hoe0,.action-error.svelte-129hoe0{color:var(--text-muted);margin:0;padding:2px 8px;font-size:.85rem}.action-error.svelte-129hoe0{color:var(--danger)}.sidebar-footer.svelte-129hoe0{border-top:1px solid var(--border);align-items:center;gap:8px;display:flex}.footer-account.svelte-129hoe0{flex:1;min-width:0}.account-trigger.svelte-129hoe0{width:100%;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:4px;display:grid}.account-trigger.svelte-129hoe0:hover,.account-trigger.svelte-129hoe0:focus-visible{background:var(--bg)}.avatar.svelte-129hoe0{background:color-mix(in srgb, var(--accent) 18%, var(--surface));width:29px;height:29px;color:var(--accent);border-radius:50%;place-items:center;font-size:.72rem;font-weight:700;display:grid}.account-name.svelte-129hoe0{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-trigger.svelte-129hoe0 svg:where(.svelte-129hoe0){width:18px;height:18px}.rename-form.svelte-129hoe0{flex-direction:column;gap:12px;display:flex}.rename-actions.svelte-129hoe0{justify-content:flex-end;gap:8px;display:flex}.error.svelte-129hoe0{color:var(--danger);font-size:.85rem}@media (hover:none),(pointer:coarse){.conversation-list.svelte-129hoe0{overflow:visible}.row-actions.svelte-129hoe0{opacity:1;pointer-events:auto}.row-actions.svelte-129hoe0 .pin-action:where(.svelte-129hoe0){display:none}}.strip.svelte-drx6p{background:var(--accent);color:var(--on-accent);text-align:center;padding:6px 12px;font-size:.85rem}.strip.svelte-f03hag{background:var(--danger);color:var(--on-accent);text-align:center;padding:6px 12px;font-size:.85rem}.strip.svelte-f03hag a:where(.svelte-f03hag){color:var(--on-accent);text-decoration:underline}.strip.svelte-1qtjwk{text-align:center;justify-content:center;align-items:center;gap:9px;min-height:36px;padding:6px 12px;font-size:.85rem;font-weight:550;display:flex}.offline.svelte-1qtjwk{background:var(--warning-bg);border-bottom:1px solid var(--warning);color:var(--warning-fg)}.signal.svelte-1qtjwk{background:var(--warning);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb, var(--warning) 16%, transparent);border-radius:50%;flex:none}.update.svelte-1qtjwk{background:var(--brand);color:var(--on-brand)}button.svelte-1qtjwk{border:1px solid color-mix(in srgb, var(--on-brand) 72%, transparent);background:var(--on-brand);color:var(--brand);font:inherit;cursor:pointer;border-radius:5px;padding:3px 10px;font-weight:650}button.svelte-1qtjwk:hover:not(:disabled){background:color-mix(in srgb, var(--brand) 6%, var(--on-brand))}button.svelte-1qtjwk:focus-visible{outline:3px solid color-mix(in srgb, var(--on-brand) 55%, transparent);outline-offset:2px}button.svelte-1qtjwk:disabled{opacity:.65;cursor:wait}.loading.svelte-12qhfyh{height:100dvh;color:var(--text-muted);place-items:center;display:grid}
