:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--fo-ink-950:#0d1118;--fo-ink-900:#171c25;--fo-teal-500:#00d8ab;--fo-teal-700:#00a985;--fo-teal-100:#d9f8f0;--fo-paper-50:#fdfbf9;--fo-surface-100:#f4f6f7;--fo-slate-700:#3e4247;--fo-muted-500:#68707a;--fo-accent-text-light:#007e68;--fo-line-200:#dde1e5;--fo-danger:#c8323a;--fo-warning:#a1743d;--fo-radius-control:8px;--fo-radius-card:16px;--fo-radius-panel:28px;--fo-space-1:4px;--fo-space-2:8px;--fo-space-3:12px;--fo-space-4:16px;--fo-space-6:24px;--fo-space-8:32px;--fo-space-12:48px;--fo-space-16:64px;--fo-space-24:96px;--fo-font-sans:Inter, ui-sans-serif, system-ui, sans-serif;--fo-font-mono:ui-monospace, SFMono-Regular, Consolas, monospace;--fo-duration-fast:.18s;--fo-duration-panel:.32s;--fo-focus-ring:0 0 0 3px #00d8ab52;--fo-shadow-float:0 16px 40px #0d11183d;--fo-rail-width:76px;--fo-topbar-height:56px;--fo-bg:var(--fo-ink-950);--fo-surface:var(--fo-ink-900);--fo-surface-elevated:#111722;--fo-text:var(--fo-paper-50);--fo-text-muted:#fdfbf9b8;--fo-border:#fdfbf924;--fo-border-subtle:#fdfbf914;--fo-accent:var(--fo-teal-500);--fo-accent-strong:var(--fo-teal-500);--fo-accent-text:var(--fo-teal-500);--fo-accent-soft:#00d8ab1f;--fo-danger-soft:#c8323a24;--fo-warning-soft:#a1743d29;--fo-focus:var(--fo-focus-ring);--color-bg:var(--fo-bg);--color-bg-elevated:var(--fo-surface);--color-bg-elevated-2:var(--fo-surface-elevated);--color-text:var(--fo-text);--color-border:var(--fo-border);--color-border-subtle:var(--fo-border-subtle);--color-danger:var(--fo-danger);--color-danger-bg:var(--fo-danger-soft);--color-warning:var(--fo-warning);--color-warning-bg:var(--fo-warning-soft);--color-success:var(--fo-accent);--color-muted-dot:var(--fo-muted-500)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--fo-bg:var(--fo-ink-950);--fo-surface:var(--fo-ink-900);--fo-surface-elevated:#111722;--fo-text:var(--fo-paper-50);--fo-text-muted:#fdfbf9b8;--fo-border:#fdfbf924;--fo-border-subtle:#fdfbf914;--fo-accent:var(--fo-teal-500);--fo-accent-strong:var(--fo-teal-500);--fo-accent-text:var(--fo-teal-500);--fo-accent-soft:#00d8ab1f}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--fo-bg:var(--fo-paper-50);--fo-surface:var(--fo-surface-100);--fo-surface-elevated:#fff;--fo-text:var(--fo-ink-950);--fo-text-muted:var(--fo-muted-500);--fo-border:var(--fo-line-200);--fo-border-subtle:#0d111814;--fo-accent:var(--fo-teal-700);--fo-accent-strong:var(--fo-accent-text-light);--fo-accent-text:var(--fo-accent-text-light);--fo-accent-soft:var(--fo-teal-100);--fo-danger-soft:#c8323a14;--fo-warning-soft:#a1743d1a}@media (prefers-color-scheme:light){:root:not([data-theme=dark]):not([data-theme=light]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--fo-bg:var(--fo-paper-50);--fo-surface:var(--fo-surface-100);--fo-surface-elevated:#fff;--fo-text:var(--fo-ink-950);--fo-text-muted:var(--fo-muted-500);--fo-border:var(--fo-line-200);--fo-border-subtle:#0d111814;--fo-accent:var(--fo-teal-700);--fo-accent-strong:var(--fo-accent-text-light);--fo-accent-text:var(--fo-accent-text-light);--fo-accent-soft:var(--fo-teal-100);--fo-danger-soft:#c8323a14;--fo-warning-soft:#a1743d1a}}*{box-sizing:border-box}html{background:var(--fo-bg)}body{min-height:100vh;font-family:var(--fo-font-sans);background:var(--fo-bg);color:var(--fo-text);text-rendering:optimizelegibility;margin:0;line-height:1.5}a{color:inherit;-webkit-text-decoration-color:var(--fo-border);text-decoration-color:var(--fo-border);text-underline-offset:3px}button,input,textarea,select{font:inherit}button,input,textarea,select,a{transition:border-color var(--fo-duration-fast) ease, background-color var(--fo-duration-fast) ease, color var(--fo-duration-fast) ease, opacity var(--fo-duration-fast) ease}button{border-radius:var(--fo-radius-control);border:1px solid var(--fo-border);background:var(--fo-surface);min-height:40px;color:var(--fo-text);cursor:pointer}button:hover:not(:disabled){border-color:var(--fo-accent)}button:disabled{cursor:not-allowed;opacity:.55}input,textarea,select{border-radius:var(--fo-radius-control);border:1px solid var(--fo-border);background:var(--fo-surface-elevated);color:var(--fo-text)}code,pre,kbd,samp{font-family:var(--fo-font-mono)}:focus-visible{outline:2px solid var(--fo-accent);outline-offset:2px;box-shadow:var(--fo-focus)}.fo-container{width:min(100% - 48px,1240px);margin:0 auto}.fo-container-narrow{width:min(100% - 48px,920px);margin:0 auto}.fo-card{border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);background:var(--fo-surface)}.fo-panel{border:1px solid var(--fo-border);border-radius:var(--fo-radius-panel);background:var(--fo-surface)}.fo-button{justify-content:center;align-items:center;gap:var(--fo-space-2);border-radius:var(--fo-radius-control);min-height:44px;padding:10px 16px;font-weight:650;text-decoration:none;display:inline-flex}.fo-button-primary{border-color:var(--fo-ink-950);background:var(--fo-ink-950);color:var(--fo-paper-50)}.fo-button-secondary{border:1px solid var(--fo-border);background:var(--fo-surface);color:var(--fo-text)}.fo-badge{align-items:center;gap:var(--fo-space-2);border:1px solid var(--fo-border);background:color-mix(in srgb, var(--fo-surface) 86%, transparent);color:var(--fo-text-muted);border-radius:999px;padding:6px 12px;font-size:13px;display:inline-flex}.fo-status-dot{background:var(--color-muted-dot);border-radius:999px;flex-shrink:0;width:8px;height:8px}.fo-kicker,.fo-technical-label{color:var(--fo-text-muted);text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.fo-display{margin:16px 0;font-size:clamp(48px,8vw,64px);font-weight:750;line-height:1.04}.fo-page-title{margin:0 0 16px;font-size:clamp(28px,4vw,40px);font-weight:750;line-height:1.1}.fo-muted{color:var(--fo-text-muted)}.fo-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fo-technical-value{font-family:var(--fo-font-mono);overflow-wrap:anywhere;min-width:0;font-size:.92em}.fo-ink-surface{--fo-bg:var(--fo-ink-950);--fo-surface:var(--fo-ink-900);--fo-surface-elevated:#111722;--fo-text:var(--fo-paper-50);--fo-text-muted:#fdfbf9b8;--fo-border:#fdfbf924;--fo-border-subtle:#fdfbf914;--fo-accent:var(--fo-teal-500);--fo-accent-strong:var(--fo-teal-500);--fo-accent-text:var(--fo-teal-500);--fo-accent-soft:#00d8ab1f;background:var(--fo-bg);color:var(--fo-text);border-radius:var(--fo-radius-panel);padding:var(--fo-space-6)}.fo-ink-field{border-bottom:1px solid var(--fo-border-subtle);justify-content:space-between;gap:12px;padding:6px 0;font-size:14px;display:flex}.fo-inline-notice{border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);background:var(--fo-surface);padding:var(--fo-space-4)}.fo-brand{color:var(--fo-text);align-items:center;gap:10px;font-weight:750;line-height:1;display:inline-flex}.fo-brand__icon{border-radius:8px;flex-shrink:0;width:32px;height:32px}.fo-brand__name{font-size:16px}.fo-segmented{align-items:center;gap:var(--fo-space-1);flex-wrap:wrap;display:flex}.fo-segmented button{background:0 0;min-height:32px;padding:4px 8px;font-size:12px}.fo-segmented button[aria-pressed=true]{border-color:var(--fo-accent);background:var(--fo-accent-soft);color:var(--fo-text)}.chat-layout{gap:var(--fo-space-6);max-width:1200px;padding:var(--fo-space-6);align-items:flex-start;margin:0 auto;display:flex}.chat-sidebar{flex-direction:column;flex-shrink:0;gap:12px;width:240px;display:flex}.chat-history-list{flex-direction:column;gap:6px;max-height:420px;display:flex;overflow-y:auto}.chat-main{flex:1;min-width:0}.chat-history-title-button{text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;width:100%;min-height:32px;padding:2px 0;display:block;overflow:hidden}.chat-history-actions,.conversation-export-actions{align-items:center;gap:var(--fo-space-2);flex-wrap:wrap;display:flex}.chat-history-action{min-height:32px;color:inherit;background:0 0;border:none;align-items:center;padding:2px 0;text-decoration:underline;display:inline-flex}.conversation-export-action{min-height:36px;padding:6px 12px;font-size:12px}.app-footer{justify-content:space-between;gap:var(--fo-space-4);width:min(100% - 48px,1240px);color:var(--fo-text-muted);flex-wrap:wrap;margin:0 auto;padding:32px 0 48px;font-size:13px;display:flex}.app-shell{align-items:stretch;min-height:100vh;display:flex}.app-shell__rail{width:var(--fo-rail-width);align-items:center;gap:var(--fo-space-4);padding:var(--fo-space-4) 0;background:var(--fo-ink-950);color:var(--fo-paper-50);--fo-text:var(--fo-paper-50);--fo-text-muted:#fdfbf9b8;--fo-border:#fdfbf924;--fo-accent:var(--fo-teal-500);--fo-accent-strong:var(--fo-teal-500);--fo-accent-text:var(--fo-teal-500);--fo-accent-soft:#00d8ab1f;border-right:1px solid #fdfbf91a;flex-direction:column;flex-shrink:0;display:flex}.app-shell__rail-brand{border-radius:var(--fo-radius-control);padding:4px;text-decoration:none;display:flex}.app-shell__rail-nav{align-items:center;gap:var(--fo-space-2);flex-direction:column;width:100%;display:flex}.app-shell__rail-link{border-radius:var(--fo-radius-control);color:#fdfbf9b8;text-align:center;background:0 0;border:1px solid #0000;flex-direction:column;align-items:center;gap:4px;width:calc(100% - 16px);min-height:52px;padding:6px 4px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.app-shell__rail-link:hover{color:var(--fo-paper-50);background:#fdfbf914;border-color:#0000}.app-shell__rail-link[aria-current=page]{background:var(--fo-teal-500);color:var(--fo-ink-950)}.app-shell__icon{flex-shrink:0;width:20px;height:20px}.app-shell__rail-footer{align-items:center;gap:var(--fo-space-3);padding-top:var(--fo-space-3);border-top:1px solid #fdfbf91a;flex-direction:column;width:100%;margin-top:auto;display:flex}.app-shell__rail-footer .fo-segmented{flex-direction:column;gap:2px}.app-shell__rail-footer .fo-segmented button:not([aria-pressed=true]){color:var(--fo-text-muted)}.app-shell__rail-footer .fo-segmented button:hover{color:var(--fo-text)}.app-shell__content{flex-direction:column;flex:1;min-width:0;display:flex}.app-shell__main{flex:1}.global-runtime-status{align-items:center;gap:var(--fo-space-2);min-height:36px;padding:8px var(--fo-space-6);border-bottom:1px solid var(--fo-border-subtle);background:color-mix(in srgb, var(--fo-surface) 82%, transparent);color:var(--fo-text-muted);font-size:13px;display:flex}.global-runtime-status .fo-status-dot{background:var(--fo-accent)}.global-runtime-status--loading_model .fo-status-dot,.global-runtime-status--recovering .fo-status-dot,.global-runtime-status--cancelling .fo-status-dot{background:var(--fo-warning)}.global-runtime-status--error .fo-status-dot{background:var(--fo-danger)}.global-runtime-status__action{color:var(--fo-accent-text);white-space:nowrap;margin-left:auto;font-weight:650}.app-shell__topbar,.app-shell__topbar-menu{display:none}.app-footer__links{gap:var(--fo-space-3);display:flex}.privacy-notice{color:var(--fo-text-muted);margin:0;font-size:13px;line-height:1.5}.chat-transcript{min-width:0;max-width:100%}.chat-message{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:80%}.chat-message pre{white-space:pre;max-width:100%;overflow-x:auto}.chat-message code{overflow-wrap:anywhere;word-break:break-word}.chat-message pre code{overflow-wrap:normal;word-break:normal}.chat-scroll-latest{z-index:2;border-radius:var(--fo-radius-control);border:1px solid var(--fo-border);background:var(--fo-surface);color:var(--fo-text);box-shadow:var(--fo-shadow-float);cursor:pointer;align-self:center;padding:8px 12px;position:sticky;bottom:12px}.chat-history-panel{flex-shrink:0}.chat-history-trigger,.chat-history-backdrop,.chat-history-panel-header{display:none}@media (max-width:720px){.fo-container,.fo-container-narrow,.app-footer{width:min(100% - 32px,1240px)}.app-shell{display:block}.app-shell__rail{display:none}.app-shell__topbar{z-index:70;height:calc(var(--fo-topbar-height) + env(safe-area-inset-top,0px));padding:calc(env(safe-area-inset-top,0px) + 8px) calc(12px + env(safe-area-inset-right,0px)) 8px calc(12px + env(safe-area-inset-left,0px));background:var(--fo-ink-950);color:var(--fo-paper-50);border-bottom:1px solid #fdfbf91a;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.app-shell__topbar-brand{color:var(--fo-paper-50);text-decoration:none}.app-shell__topbar-menu-button{min-width:44px;min-height:44px;color:var(--fo-paper-50);border-radius:var(--fo-radius-control);background:0 0;border:1px solid #fdfbf929;justify-content:center;align-items:center;display:inline-flex}.app-shell__topbar-menu{top:calc(var(--fo-topbar-height) + env(safe-area-inset-top,0px) + 6px);right:calc(8px + env(safe-area-inset-right,0px));z-index:70;gap:var(--fo-space-3);width:min(260px,100vw - 24px);padding:var(--fo-space-4);background:var(--fo-surface);color:var(--fo-text);border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);box-shadow:var(--fo-shadow-float);flex-direction:column;position:fixed}.app-shell__topbar-menu.is-open{display:flex}.app-shell__topbar-menu-nav{flex-direction:column;gap:2px;display:flex}.app-shell__topbar-menu-nav a{align-items:center;gap:var(--fo-space-2);border-radius:var(--fo-radius-control);min-height:44px;color:var(--fo-text);padding:8px;text-decoration:none;display:flex}.app-shell__topbar-menu-nav a:hover{background:var(--fo-surface-elevated)}.app-shell__content{padding-top:calc(var(--fo-topbar-height) + env(safe-area-inset-top,0px))}.global-runtime-status{flex-wrap:wrap;padding:8px 16px}.global-runtime-status__action{margin-left:0}.chat-layout{flex-direction:column!important;padding-top:72px!important}.chat-message{max-width:100%!important}.chat-history-trigger{top:calc(var(--fo-topbar-height) + env(safe-area-inset-top,0px) + 12px);right:calc(12px + env(safe-area-inset-right,0px));z-index:60;border-radius:var(--fo-radius-control);border:1px solid var(--fo-border);background:var(--fo-surface);min-height:44px;color:var(--fo-text);cursor:pointer;box-shadow:var(--fo-shadow-float);align-items:center;padding:8px 12px;font-size:13px;display:inline-flex;position:fixed}.chat-history-trigger[aria-expanded=true]{display:none}.chat-history-backdrop{opacity:0;pointer-events:none;transition:opacity var(--fo-duration-fast) ease;z-index:40;background:#0d11188f;display:block;position:fixed;inset:0}.chat-history-backdrop.is-open{opacity:1;pointer-events:auto}.chat-history-panel{background:var(--fo-bg);border-right:1px solid var(--fo-border);width:min(320px,85vw);transition:transform var(--fo-duration-panel) ease;z-index:50;padding:calc(16px + env(safe-area-inset-top,0px)) 16px calc(16px + env(safe-area-inset-bottom,0px)) calc(16px + env(safe-area-inset-left,0px));box-shadow:var(--fo-shadow-float);flex-direction:column;gap:12px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.chat-history-panel.is-open{transform:translate(0)}.chat-sidebar{width:100%!important}.chat-history-panel-header{justify-content:space-between;align-items:center;display:flex}.chat-history-close{min-width:44px;min-height:44px;color:var(--fo-text);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:20px;line-height:1}}@media (hover:none),(pointer:coarse),(max-width:720px){.fo-segmented button,.chat-history-title-button,.chat-history-action,.conversation-export-action,.chat-history-trigger,.chat-history-close{min-width:44px;min-height:44px}.fo-segmented button{padding:8px 12px}.chat-history-title-button{padding:8px 0}.chat-history-action{padding:8px 4px}.conversation-export-action{padding:8px 12px}}@media (min-width:721px){.app-shell:has(.chat-shell){height:100dvh;min-height:0;overflow:hidden}.app-shell__content:has(.chat-shell){min-height:0;overflow:hidden}.app-shell__main:has(>.chat-shell){min-height:0;overflow:hidden}.chat-shell{height:100%;min-height:0;display:flex}.app-shell__main:has(>.chat-shell)+.app-footer{display:none}.chat-layout{flex:1;align-items:stretch;gap:0;min-width:0;max-width:none;min-height:0;margin:0;padding:0;display:flex}.chat-sidebar{height:100%;min-height:0;padding:var(--fo-space-6) var(--fo-space-4);border-right:1px solid var(--fo-border)}.chat-history-list{flex:1;min-height:0;max-height:none;overflow-y:auto}.chat-main{min-height:0;padding:var(--fo-space-6);flex-direction:column;display:flex;overflow:hidden}.chat-main__header{flex-shrink:0}.chat-main__scroll{flex:1;min-height:0;overflow-y:auto}.chat-main__composer{padding-top:var(--fo-space-4);flex-shrink:0}}.fo-modal-backdrop{z-index:90;background:#0d11188f;position:fixed;inset:0}.fo-modal{z-index:91;width:min(480px,100vw - 32px);max-height:min(600px,100vh - 64px);padding:var(--fo-space-6);background:var(--fo-surface-elevated);border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);box-shadow:var(--fo-shadow-float);position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.fo-modal__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.fo-modal__title{margin:0;font-size:20px}.fo-modal__close{background:0 0;border:none;flex-shrink:0;min-width:40px;min-height:40px;padding:8px}.fo-modal__options{flex-direction:column;gap:8px;display:flex}.fo-modal__option{text-align:left;border-radius:var(--fo-radius-control);background:var(--fo-surface);flex-direction:column;align-items:flex-start;gap:4px;width:100%;min-height:56px;padding:12px 14px;display:flex}.fo-modal__option:hover{border-color:var(--fo-accent);background:var(--fo-surface-elevated)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
