#acw-root{position:fixed;bottom:20px;z-index:999999;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#171717}#acw-root.acw-position-bottom-right{right:20px}#acw-root.acw-position-bottom-left{left:20px}
#acw-toggle{width:60px;height:60px;border:0;border-radius:20px;background:var(--acw-color,#2563eb);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.22);font-size:25px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;position:relative}#acw-toggle:hover{transform:translateY(-2px)}#acw-toggle b{display:none;font-size:28px;font-weight:400}#acw-root.acw-open #acw-toggle span{display:none}#acw-root.acw-open #acw-toggle b{display:block}#acw-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;border:2px solid #fff;border-radius:999px;min-width:19px;height:19px;font-size:10px;display:grid;place-items:center}#acw-badge[hidden]{display:none}
#acw-panel{position:absolute;bottom:74px;width:410px;height:650px;max-height:calc(100vh - 100px);max-width:calc(100vw - 24px);background:#fff;border:1px solid #e8e8eb;border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.2);overflow:hidden;display:flex}#acw-panel[hidden]{display:none!important}.acw-main{display:flex;flex-direction:column;min-width:0;flex:1}#acw-sidebar{display:none;width:145px;background:#fafafa;border-right:1px solid #eee;padding:12px;overflow:auto}.acw-sidebar-open #acw-sidebar{display:block}.acw-side-title{font-size:12px;font-weight:700;color:#666;margin:4px 4px 10px}.acw-conv{width:100%;text-align:left;border:0;background:transparent;border-radius:10px;padding:8px;cursor:pointer;margin-bottom:3px}.acw-conv:hover{background:#eee}.acw-conv strong,.acw-conv small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acw-conv strong{font-size:11px}.acw-conv small{font-size:9px;color:#999;margin-top:3px}
#acw-header{height:66px;flex-shrink:0;background:#fff;border-bottom:1px solid #eee;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.acw-brand{display:flex;align-items:center;gap:10px}.acw-avatar{width:38px;height:38px;border-radius:12px;background:var(--acw-color,#2563eb);color:#fff;display:grid;place-items:center;font-weight:700}.acw-brand strong,.acw-brand small{display:block}.acw-brand strong{font-size:14px}.acw-brand small{font-size:11px;color:#888;margin-top:2px}.acw-head-actions{display:flex;gap:4px}.acw-head-actions button{border:0;background:transparent;color:#666;width:32px;height:32px;border-radius:9px;cursor:pointer;font-size:18px}.acw-head-actions button:hover{background:#f2f2f3;color:#111}
#acw-messages{flex:1;overflow-y:auto;padding:18px 14px 12px;background:linear-gradient(#fff,#fafafa);scroll-behavior:smooth}.acw-row{display:flex;flex-direction:column;margin:0 0 14px}.acw-row-user{align-items:flex-end}.acw-row-bot{align-items:flex-start}.acw-msg{max-width:86%;font-size:14px;line-height:1.55;word-break:break-word}.acw-msg-user{background:var(--acw-color,#2563eb);color:#fff;border-radius:17px 17px 5px 17px;padding:10px 13px}.acw-msg-bot{background:#fff;color:#222;border:1px solid #e7e7e9;border-radius:5px 17px 17px 17px;padding:11px 13px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.acw-msg-error{background:#fff1f2;color:#b42318;border:1px solid #fecdd3;padding:9px 12px;border-radius:12px}.acw-msg p{margin:0 0 9px}.acw-msg p:last-child{margin-bottom:0}.acw-msg h2,.acw-msg h3,.acw-msg h4{margin:8px 0 5px;line-height:1.3}.acw-msg h2{font-size:18px}.acw-msg h3{font-size:16px}.acw-msg h4{font-size:14px}.acw-msg ul{margin:6px 0 8px;padding-left:20px}.acw-msg a{color:inherit;text-decoration:underline}.acw-msg code{font:12px ui-monospace,SFMono-Regular,Menlo,monospace;background:#f1f1f3;padding:2px 5px;border-radius:5px}.acw-code{position:relative;background:#171717;color:#eee;padding:14px 10px 10px;border-radius:10px;overflow:auto;white-space:pre;margin:8px 0 0}.acw-code code{background:none;padding:0;color:inherit}.acw-copy-code{position:absolute;right:7px;top:7px;background:#333;color:#fff;border:0;border-radius:6px;padding:3px 7px;font-size:10px;cursor:pointer}.acw-actions{display:flex;gap:3px;margin:4px 4px 0}.acw-actions button{border:0;background:transparent;color:#8a8a8f;font-size:10px;cursor:pointer;padding:2px 4px}.acw-actions button:hover{color:#222}.acw-typing{display:flex;gap:4px;align-items:center;padding:12px 15px}.acw-typing i{width:6px;height:6px;border-radius:50%;background:#999;animation:acwblink 1s infinite}.acw-typing i:nth-child(2){animation-delay:.15s}.acw-typing i:nth-child(3){animation-delay:.3s}@keyframes acwblink{0%,60%,100%{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
#acw-suggestions{display:flex;gap:6px;overflow-x:auto;padding:7px 12px;background:#fff;border-top:1px solid #eee}#acw-suggestions[hidden]{display:none}.acw-chip{white-space:nowrap;border:1px solid #ddd;background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;cursor:pointer}.acw-chip:hover{border-color:var(--acw-color,#2563eb);background:#f7faff}
#acw-consent{padding:14px;background:#fff;border-top:1px solid #eee;font-size:12px}#acw-consent p{margin:0;line-height:1.5}#acw-consent-accept{margin-top:9px;background:var(--acw-color,#2563eb);color:#fff;border:0;border-radius:9px;padding:8px 12px;cursor:pointer}#acw-form{display:flex;gap:7px;padding:9px;border-top:1px solid #eee;background:#fff;align-items:flex-end}#acw-form[hidden]{display:none}.acw-input-wrap{flex:1;border:1px solid #ddd;border-radius:16px;background:#fff;padding:7px 9px 5px}.acw-input-wrap:focus-within{border-color:var(--acw-color,#2563eb);box-shadow:0 0 0 3px color-mix(in srgb,var(--acw-color,#2563eb) 12%,transparent)}#acw-input{display:block;width:100%;border:0;outline:0;resize:none;max-height:130px;font:14px/1.4 inherit;padding:2px 3px}.acw-tools{display:flex;gap:2px;margin-top:3px}.acw-tools button{border:0;background:transparent;color:#888;width:25px;height:22px;border-radius:6px;cursor:pointer}.acw-tools button:hover,.acw-tools button.active{background:#f0f0f2;color:var(--acw-color,#2563eb)}#acw-send{width:40px;height:40px;border:0;border-radius:13px;background:var(--acw-color,#2563eb);color:#fff;font-size:16px;cursor:pointer}#acw-send:disabled{opacity:.5;cursor:not-allowed}#acw-attachment-preview{background:#fff;padding:0 10px}.acw-attachment{display:inline-flex;align-items:center;gap:8px;border:1px solid #ddd;border-radius:9px;padding:5px 8px;font-size:11px;margin-bottom:6px}.acw-attachment button{border:0;background:none;cursor:pointer;color:#888}
@media(max-width:520px){#acw-root{bottom:10px;right:10px!important;left:auto!important}#acw-toggle{width:56px;height:56px;border-radius:18px}#acw-panel{position:fixed;right:8px;bottom:76px;width:calc(100vw - 16px);height:calc(100vh - 96px);max-height:none;border-radius:20px}}
