:root{--agw-brand:#0b6b5a;--agw-brand-ink:#fff;--agw-bg:#fff;--agw-ink:#14201d;--agw-muted:#5b6b66;--agw-line:#e4e9e7;--agw-user:#0b6b5a;--agw-user-ink:#fff;--agw-bot:#f1f5f4;--agw-bot-ink:#14201d;--agw-link:#0b6b5a}@media (prefers-color-scheme:dark){:root{--agw-bg:#101614;--agw-ink:#e9efed;--agw-muted:#9bada7;--agw-line:#24302c;--agw-bot:#1b2320;--agw-bot-ink:#e9efed;--agw-link:#5fd0b5}}:root[data-theme=dark]{--agw-bg:#101614;--agw-ink:#e9efed;--agw-muted:#9bada7;--agw-line:#24302c;--agw-bot:#1b2320;--agw-bot-ink:#e9efed;--agw-link:#5fd0b5}:root[data-theme=light]{--agw-bg:#fff;--agw-ink:#14201d;--agw-muted:#5b6b66;--agw-line:#e4e9e7;--agw-bot:#f1f5f4;--agw-bot-ink:#14201d;--agw-link:#0b6b5a}*{box-sizing:border-box}html,body{height:100%;color:var(--agw-ink);background:0 0;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#app{height:100%}.agw-launcher{background:var(--agw-brand);width:100%;height:100%;color:var(--agw-brand-ink);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:26px;display:flex}.agw-launcher:hover{filter:brightness(1.08)}.agw-panel{background:var(--agw-bg);flex-direction:column;height:100%;display:flex;overflow:hidden}.agw-header{background:var(--agw-brand);color:var(--agw-brand-ink);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.agw-title{font-size:15px;font-weight:600}.agw-close{color:var(--agw-brand-ink);cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:22px;line-height:1}.agw-messages{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.agw-welcome p{color:var(--agw-muted);margin:0 0 12px;font-size:14px}.agw-suggestions{flex-direction:column;gap:8px;display:flex}.agw-chip{text-align:left;border:1px solid var(--agw-line);color:var(--agw-ink);cursor:pointer;background:0 0;border-radius:10px;padding:10px 12px;font-size:13px}.agw-chip:hover{border-color:var(--agw-brand)}.agw-msg{word-wrap:break-word;border-radius:12px;max-width:85%;padding:9px 12px;font-size:14px;line-height:1.45}.agw-user{background:var(--agw-user);color:var(--agw-user-ink);white-space:pre-wrap;border-bottom-right-radius:4px;align-self:flex-end}.agw-assistant{background:var(--agw-bot);color:var(--agw-bot-ink);border-bottom-left-radius:4px;align-self:flex-start}.agw-md>:first-child{margin-top:0}.agw-md>:last-child{margin-bottom:0}.agw-md p{white-space:pre-wrap;margin:0 0 8px}.agw-md h3,.agw-md h4,.agw-md h5,.agw-md h6{margin:12px 0 4px;font-weight:700;line-height:1.3}.agw-md h3{font-size:15px}.agw-md h4,.agw-md h5,.agw-md h6{font-size:14px}.agw-md ul,.agw-md ol{margin:4px 0 8px;padding-left:20px}.agw-md li{margin:2px 0}.agw-md a{color:var(--agw-link);text-decoration:underline}.agw-md code{background:#7f7f7f29;border-radius:4px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px}.agw-md strong{font-weight:700}.agw-error{color:#b3261e;align-self:center;font-size:13px}.agw-typing{align-items:center;gap:4px;display:inline-flex}.agw-typing i{background:var(--agw-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite agw-blink}.agw-typing i:nth-child(2){animation-delay:.2s}.agw-typing i:nth-child(3){animation-delay:.4s}@keyframes agw-blink{0%,80%,to{opacity:.3}40%{opacity:1}}.agw-input{border-top:1px solid var(--agw-line);background:var(--agw-bg);gap:8px;padding:10px;display:flex}.agw-input input{border:1px solid var(--agw-line);color:var(--agw-ink);background:0 0;border-radius:10px;flex:1;padding:10px 12px;font-size:14px}.agw-input input:focus{border-color:var(--agw-brand);outline:none}.agw-input button{background:var(--agw-brand);color:var(--agw-brand-ink);cursor:pointer;border:0;border-radius:10px;width:42px;font-size:16px}.agw-input button:disabled{opacity:.5;cursor:default}
