:root{color-scheme:light dark;--ondas-accent:#665cf2;--ondas-background:#ffffff;--ondas-user-bubble:#665cf2;--ondas-on-user-bubble:#ffffff;--ondas-assistant-bubble:#f2f2f7;--ondas-label:#000000;--ondas-secondary-label:rgba(60,60,67,0.6);--ondas-tertiary-label:rgba(60,60,67,0.3);--ondas-separator:rgba(60,60,67,0.29);--ondas-bar:#f9f9f9;--ondas-meter-warning:#ff9500;--ondas-destructive:#ff3b30}@media (prefers-color-scheme:dark){:root{--ondas-accent:#8b82f9;--ondas-background:#000000;--ondas-user-bubble:#8b82f9;--ondas-on-user-bubble:#ffffff;--ondas-assistant-bubble:#1c1c1e;--ondas-label:#ffffff;--ondas-secondary-label:rgba(235,235,245,0.6);--ondas-tertiary-label:rgba(235,235,245,0.3);--ondas-separator:rgba(84,84,88,0.65);--ondas-bar:#1c1c1e;--ondas-meter-warning:#ff9f0a;--ondas-destructive:#ff453a}}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--ondas-background);color:var(--ondas-label);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}.ondas-app{display:grid;grid-template-columns:20rem 1fr;height:100dvh}@media (max-width:52rem){.ondas-app{grid-template-columns:1fr}.ondas-app[data-pane=chat] .ondas-sidebar,.ondas-app[data-pane=list] .ondas-detail{display:none}}.ondas-sidebar{border-right:1px solid var(--ondas-separator);background:var(--ondas-bar)}.ondas-detail,.ondas-sidebar{display:flex;flex-direction:column;min-height:0}.ondas-detail{min-width:0}.ondas-chat{display:flex;flex-direction:column;min-height:0;flex:1 1}.ondas-chat-header{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--ondas-separator);background:var(--ondas-bar)}.ondas-chat-title{margin:0;font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ondas-transcript-wrap{position:relative;flex:1 1;min-height:0}.ondas-transcript{height:100%;overflow-y:auto;overscroll-behavior:contain;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.ondas-row{display:flex}.ondas-row-user{justify-content:flex-end;padding-left:40px}.ondas-row-assistant{justify-content:flex-start;padding-right:40px}.ondas-bubble{border-radius:20px;corner-shape:squircle;padding:.625rem .875rem;max-width:100%;line-height:1.45}.ondas-bubble-user{background:var(--ondas-user-bubble);color:var(--ondas-on-user-bubble)}.ondas-bubble-assistant{background:var(--ondas-assistant-bubble);color:var(--ondas-label)}.ondas-bubble-text{white-space:pre-wrap;overflow-wrap:anywhere}.ondas-link{color:inherit;text-decoration:underline}.ondas-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;padding:.1em .3em;border-radius:4px;background:color-mix(in srgb,currentColor 12%,transparent)}.ondas-thinking{display:inline-flex;gap:5px;align-items:center;height:1.2em}.ondas-dot{width:7px;height:7px;border-radius:50%;background:var(--ondas-secondary-label);animation:ondas-pulse .6s ease-in-out infinite alternate}@keyframes ondas-pulse{0%{opacity:1}to{opacity:.3}}@media (prefers-reduced-motion:reduce){.ondas-dot{animation:none;opacity:.6}.ondas-transcript{scroll-behavior:auto}}.ondas-divider{display:flex;align-items:center;gap:10px;padding:.25rem .5rem}.ondas-divider-rule{flex:1 1;height:1px;background:var(--ondas-separator)}.ondas-divider-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.6px;color:var(--ondas-tertiary-label);white-space:nowrap}.ondas-jump{position:absolute;right:16px;bottom:8px;width:36px;height:36px;border-radius:50%;border:1px solid var(--ondas-separator);cursor:pointer;font-size:15px;line-height:1}.ondas-banner,.ondas-jump,.ondas-meter{background:var(--ondas-bar);color:var(--ondas-secondary-label)}.ondas-banner,.ondas-meter{border-top:1px solid var(--ondas-separator);padding:.5rem 1rem;font-size:.8rem}.ondas-banner{display:flex;align-items:center;gap:.75rem;justify-content:space-between}.ondas-banner-action{border:0;border-radius:999px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;background:var(--ondas-accent);color:#fff;cursor:pointer}.ondas-banner-action:disabled{opacity:.38;cursor:default}.ondas-meter{padding:.375rem 1rem}.ondas-meter-head{display:flex;justify-content:space-between;font-size:.7rem;margin-bottom:4px}.ondas-meter-count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ondas-meter-track{height:4px;border-radius:2px;background:var(--ondas-separator);overflow:hidden}.ondas-meter-fill{height:100%;transition:width .2s ease-out}.ondas-composer{display:flex;align-items:flex-end;gap:.625rem;padding:.625rem 1rem;background:var(--ondas-bar);border-top:1px solid var(--ondas-separator)}.ondas-field{flex:1 1;resize:none;border:0;border-radius:999px;padding:.5625rem .875rem;min-height:2.625rem;max-height:9rem;background:var(--ondas-assistant-bubble);color:var(--ondas-label);font:inherit;line-height:1.4}.ondas-field:disabled{opacity:.38}.ondas-send{width:2.625rem;height:2.625rem;border-radius:50%;border:0;background:var(--ondas-accent);color:#fff;font-size:1.1rem;cursor:pointer;flex:none}.ondas-send:disabled{opacity:.38;cursor:default}.ondas-unsupported{max-width:32rem;margin:15vh auto;padding:0 1.5rem;text-align:center}.ondas-unsupported h1{color:var(--ondas-accent);margin-bottom:.5rem}.ondas-unsupported p{line-height:1.6}.ondas-empty,.ondas-unsupported p{color:var(--ondas-secondary-label)}.ondas-empty{margin:auto;padding:2rem;text-align:center}.ondas-empty h3{color:var(--ondas-label);margin:0 0 .35rem}.ondas-back{display:none;background:none;border:0;color:var(--ondas-accent);font-size:1.5rem;line-height:1;padding:0 .5rem 0 0;cursor:pointer}@media (max-width:52rem){.ondas-back{display:inline-block}}.ondas-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}