html,body{background:var(--chat-bg);height:100%;color:var(--chat-text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}:root{--chat-bg:#fff;--chat-surface:#f7f7f8;--chat-text:#0d0d0d;--chat-muted:#6e6e80;--chat-border:#e5e5e5;--chat-user:#f4f4f4;--chat-user-text:#0d0d0d;--chat-accent:#10a37f;--chat-accent-hover:#0d8a6a;--chat-radius:22px;--chat-max:42rem}button{font:inherit;cursor:pointer}button:disabled{opacity:.35;cursor:not-allowed}.chat-app{background:var(--chat-bg);flex-direction:column;height:100dvh;max-height:100vh;display:flex}.chat-app--embed{height:100%;min-height:100dvh}.chat-topbar{border-bottom:1px solid var(--chat-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#ffffffd9;flex-shrink:0;position:sticky;top:0}.chat-topbar__inner{max-width:var(--chat-max);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.65rem 1rem;display:flex}.chat-topbar__brand{align-items:center;gap:.45rem;min-width:0;display:flex}.chat-topbar__title{letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:600}.chat-topbar__beta{letter-spacing:.06em;text-transform:uppercase;color:#9a3412;background:linear-gradient(#ffedd5 0%,#fed7aa 100%);border:1px solid #fdba74;border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.6rem;font-weight:700}.chat-topbar__meta{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.chat-topbar__credits-wrap{position:relative}.chat-topbar__credits{font-variant-numeric:tabular-nums;color:var(--chat-muted);border:1px solid var(--chat-border);cursor:default;white-space:nowrap;background:#fff9;border-radius:999px;padding:.2rem .45rem;font-size:.7rem}.chat-topbar__credits:focus{outline:2px solid var(--chat-accent);outline-offset:2px}.chat-topbar__credits-tip{z-index:20;width:max-content;max-width:17rem;color:var(--chat-text);text-align:left;white-space:normal;border:1px solid var(--chat-border);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:10px;padding:.6rem .7rem;font-size:.6875rem;font-weight:400;line-height:1.45;transition:opacity .12s,visibility .12s;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 8px 24px #0000001a}.chat-topbar__credits-wrap:hover .chat-topbar__credits-tip,.chat-topbar__credits-wrap:focus-within .chat-topbar__credits-tip{opacity:1;visibility:visible}.chat-topbar__new{color:var(--chat-muted);border:1px solid var(--chat-border);cursor:pointer;white-space:nowrap;background:#ffffff8c;border-radius:999px;padding:.2rem .5rem;font-size:.6875rem;font-weight:500}.chat-topbar__new:hover{color:var(--chat-text);border-color:#0000001f}.chat-topbar__status{color:var(--chat-muted);align-items:center;gap:.4rem;font-size:.75rem;display:flex}.chat-topbar__dot{background:#c5c5d0;border-radius:50%;width:7px;height:7px}.chat-topbar__dot--on{background:var(--chat-accent)}.chat-scroll{overscroll-behavior:contain;flex:1;overflow-y:auto}.chat-scroll__inner{max-width:var(--chat-max);margin:0 auto;padding:1.25rem 1rem 2rem}.chat-scroll__inner--idle{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100dvh - 7.5rem);padding:1.5rem 1rem;display:flex}.chat-scroll__anchor{height:1px}.chat-welcome{text-align:center;width:100%;max-width:22rem;margin:0 auto}.chat-welcome__title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.35rem;font-weight:600}.chat-welcome__sub{max-width:26rem;color:var(--chat-muted);margin:0 auto 1rem;font-size:.9rem;line-height:1.55}.chat-welcome__prompts{flex-direction:column;gap:.45rem;width:100%;max-width:22rem;margin:0;padding:0;list-style:none;display:flex}.chat-welcome__prompt{text-align:left;width:100%;color:var(--chat-text);background:var(--chat-surface);border:1px solid var(--chat-border);border-radius:12px;padding:.55rem .75rem;font-size:.8125rem;line-height:1.35;transition:border-color .12s,background .12s}.chat-welcome__prompt:hover{background:#fff;border-color:#c5c5d0}.turn{margin-bottom:1.5rem}.turn--user{justify-content:flex-end;display:flex}.turn--user__bubble{border-radius:var(--chat-radius);background:var(--chat-user);max-width:min(85%,32rem);color:var(--chat-user-text);white-space:pre-wrap;word-break:break-word;padding:.65rem 1rem;font-size:.9375rem;line-height:1.5}.turn--assistant{align-items:flex-start;gap:.75rem;display:flex}.turn__avatar{border:1px solid var(--chat-border);background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex;overflow:hidden}.turn__avatar-img{object-fit:cover;width:28px;height:28px;display:block}.turn__main{min-width:0;color:var(--chat-text);flex:1;font-size:.9375rem;line-height:1.6}.turn-blocks{flex-direction:column;gap:.65rem;display:flex}.turn-thinking{color:var(--chat-muted);margin:0;font-size:.9375rem;line-height:1.5;animation:1.4s ease-in-out infinite turn-thinking-pulse}@keyframes turn-thinking-pulse{0%,to{opacity:.45}50%{opacity:1}}.turn-thought{border:1px solid var(--chat-border);background:var(--chat-surface);border-radius:10px;max-width:100%;overflow:hidden}.turn-thought--live{border-color:#d4d4d8}.turn-thought__toggle{width:100%;color:var(--chat-muted);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .65rem;font-size:.8125rem;font-weight:500;display:flex}.turn-thought__body{color:var(--chat-muted);white-space:pre-wrap;word-break:break-word;border-top:1px solid var(--chat-border);max-height:280px;margin-top:0;padding:.65rem .75rem .75rem;font-size:.8125rem;line-height:1.55;overflow-y:auto}.turn-tool{border:1px solid var(--chat-border);background:#fff;border-radius:10px;overflow:hidden}.turn-tool--live{background:#f6fffb;border-color:#c9e8df}.turn-tool__toggle{text-align:left;background:0 0;border:none;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.5rem;width:100%;padding:.45rem .65rem;font-size:.8125rem;display:grid}.turn-tool__dot{background:var(--chat-muted);border-radius:50%;width:6px;height:6px}.turn-tool--live .turn-tool__dot{background:var(--chat-accent);animation:1.2s ease-in-out infinite chat-pulse}@keyframes chat-pulse{0%,to{opacity:1}50%{opacity:.35}}.turn-tool__name{color:var(--chat-text);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:500}.turn-tool__meta{color:var(--chat-muted);font-size:.75rem}.turn-tool__chev{color:var(--chat-muted)}.turn-tool__detail{border-top:1px solid var(--chat-border);padding:.5rem .65rem .65rem}.turn-tool__label{text-transform:uppercase;letter-spacing:.05em;color:var(--chat-muted);margin-bottom:.25rem;font-size:.65rem;font-weight:600}.turn-tool__detail pre{background:var(--chat-surface);border-radius:8px;max-height:180px;margin:0 0 .5rem;padding:.5rem;font-size:.7rem;line-height:1.4;overflow:auto}.turn-tool__err{color:#b42318}.turn-prose p{margin:0 0 .65rem}.turn-prose p:last-child{margin-bottom:0}.turn-prose__h{letter-spacing:-.02em;margin:1rem 0 .4rem;font-size:1.05rem;font-weight:600}.turn-prose__h4{margin:.75rem 0 .35rem;font-size:.95rem;font-weight:600}.turn-prose__li{padding-left:.35rem;position:relative}.turn-prose__li:before{content:"•";color:var(--chat-muted);margin-right:.45rem}.turn-prose__gap{height:.35rem}.turn-prose code{background:var(--chat-surface);border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.turn-code{color:#e4e4e7;background:#1e1e1e;border-radius:10px;margin:.5rem 0;padding:.75rem .85rem;font-size:.8rem;line-height:1.45;overflow-x:auto}.turn-code code{color:inherit;background:0 0;padding:0}.turn-cursor{vertical-align:text-bottom;background:var(--chat-text);width:2px;height:1em;margin-left:1px;animation:1s step-end infinite chat-blink;display:inline-block}@keyframes chat-blink{50%{opacity:0}}.chat-composer-wrap{border-top:1px solid var(--chat-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;flex-shrink:0;padding:.75rem 1rem 1rem}.chat-composer{max-width:var(--chat-max);margin:0 auto}.chat-composer__box{border:1px solid var(--chat-border);background:#fff;border-radius:1.25rem;align-items:flex-end;gap:.35rem;padding:.5rem .5rem .5rem .85rem;display:flex;box-shadow:0 0 0 1px #00000005,0 2px 8px #0000000a}.chat-composer__box:focus-within{border-color:#c5c5d0;box-shadow:0 0 0 1px #00000008,0 2px 12px #0000000f}.chat-composer__input{resize:none;font:inherit;max-height:200px;color:var(--chat-text);background:0 0;border:none;outline:none;flex:1;padding:.35rem 0;font-size:.9375rem;line-height:1.45}.chat-composer__input::placeholder{color:#9b9ba7}.chat-composer__btn{border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;transition:background .15s;display:flex}.chat-composer__btn--send{background:var(--chat-text);color:#fff}.chat-composer__btn--send:not(:disabled):hover{background:#2d2d2d}.chat-composer__btn--stop{color:#b42318;background:#fef2f2;font-size:.65rem}.chat-composer__hint{text-align:center;color:var(--chat-muted);margin:.4rem 0 0;font-size:.6875rem}.chat-app--embed .chat-scroll__inner--idle{min-height:calc(100dvh - 6.5rem)}.chat-app--embed .chat-composer__hint{display:none}
