:root{--brand:#0e7c6b;--brand-ink:#fff;--bg:#f4f6f8;--surface:#fff;--ink:#16202a;--muted:#5f6b77;--line:#dde3e8;--bubble-me:var(--brand);--bubble-them:#fff;--danger:#c2410c;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#0e141a;--surface:#17202a;--ink:#e6ebf0;--muted:#9aa6b2;--line:#2c3845;--bubble-them:#1e2934;--danger:#f08a5d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{background:var(--bg);color:var(--ink);-webkit-tap-highlight-color:transparent;font:15px/1.45 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}button,input,textarea{font:inherit;color:inherit}.screen{flex-direction:column;height:100%;display:flex}.head{background:var(--brand);color:var(--brand-ink);padding:calc(env(safe-area-inset-top,0px) + 12px) 12px 12px;align-items:center;gap:10px;display:flex}.head h1{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:17px;font-weight:600;overflow:hidden}.head .sub{opacity:.85;font-size:12px}.icon-btn{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.icon-btn:active{background:#0000001f}.body{overscroll-behavior:contain;flex-direction:column;flex:1;gap:8px;padding:16px 12px;display:flex;overflow-y:auto}.hello{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px}.hello h2{margin:0 0 4px;font-size:18px}.muted{color:var(--muted)}.small{font-size:13px}.conv{background:var(--surface);border:1px solid var(--line);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px;display:flex}.conv .grow{flex:1;min-width:0}.conv .title{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.conv .preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.badge{background:var(--brand);min-width:20px;height:20px;color:var(--brand-ink);border-radius:10px;place-items:center;padding:0 6px;font-size:12px;display:grid}.status{color:var(--muted);font-size:12px}.btn{background:var(--brand);height:44px;color:var(--brand-ink);cursor:pointer;border:0;border-radius:22px;padding:0 20px;font-weight:600}.btn.ghost{color:var(--brand);border:1px solid var(--line);background:0 0}.btn:disabled{opacity:.5}.row{align-items:center;gap:8px;display:flex}.msg{flex-direction:column;gap:2px;max-width:82%;display:flex}.msg.me{align-self:flex-end;align-items:flex-end}.msg .bubble{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:16px;padding:9px 12px}.msg.me .bubble{background:var(--bubble-me);color:var(--brand-ink);border-bottom-right-radius:4px}.msg.them .bubble{background:var(--bubble-them);border:1px solid var(--line);border-bottom-left-radius:4px}.msg .meta{color:var(--muted);padding:0 4px;font-size:11px}.msg.failed .meta{color:var(--danger)}.msg img{border-radius:12px;max-width:220px;max-height:260px;display:block}.file{color:inherit;background:#0000000f;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-size:13px;text-decoration:none;display:inline-flex}.sys{color:var(--muted);background:#0000000a;border-radius:10px;align-self:center;padding:3px 10px;font-size:12px}.typing{color:var(--muted);align-self:flex-start;padding:2px 6px;font-size:13px}.banner{color:var(--muted);text-align:center;padding:8px 16px;font-size:13px}.live{align-items:center;gap:6px;display:inline-flex}.live .dot{background:#4ade80;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 2px #fff6}.composer{background:var(--surface);border-top:1px solid var(--line);padding:8px 8px calc(env(safe-area-inset-bottom,0px) + 8px);align-items:flex-end;gap:6px;display:flex}.composer textarea{border:1px solid var(--line);resize:none;background:var(--bg);border-radius:20px;outline:none;flex:1;max-height:120px;padding:9px 14px}.composer textarea:focus{border-color:var(--brand)}.send{background:var(--brand);width:40px;height:40px;color:var(--brand-ink);cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.send:disabled{opacity:.4}.attach-list{flex-wrap:wrap;gap:6px;padding:0 12px 6px;display:flex}.chip{background:var(--surface);border:1px solid var(--line);border-radius:14px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:inline-flex}.rate{background:var(--surface);border:1px solid var(--line);border-radius:14px;flex-direction:column;align-self:stretch;gap:10px;padding:14px;display:flex}.stars{justify-content:space-between;display:flex}.stars button{border:1px solid var(--line);background:var(--bg);cursor:pointer;border-radius:12px;width:48px;height:48px;font-size:24px}.stars button[aria-pressed=true]{border-color:var(--brand);background:color-mix(in srgb, var(--brand) 15%, transparent)}.center{text-align:center;flex:1;place-items:center;padding:24px;display:grid}.error{color:var(--danger);font-size:13px}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.login{flex-direction:column;gap:12px;width:100%;max-width:360px;margin:0 auto;padding:32px 20px;display:flex}.login h1{margin:0;font-size:20px}.login label{flex-direction:column;gap:4px;display:flex}.login input{font:inherit;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:8px;padding:10px 12px}
/*$vite$:1*/