.web-chat-root{--chat-accent:#ef3340;position:fixed;right:24px;bottom:24px;z-index:2147483000;font-family:Inter,Segoe UI,sans-serif;color:#172033}.web-chat-launcher{width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(145deg,#ff5964,#c8102e);color:#fff;box-shadow:0 14px 35px #9d102c55;cursor:pointer;font-size:24px;display:grid;place-items:center}.web-chat-launcher:hover{transform:translateY(-2px)}.web-chat-panel{width:min(390px,calc(100vw - 24px));height:min(620px,calc(100vh - 32px));display:flex;flex-direction:column;border:1px solid #ffffff88;border-radius:22px;background:#f8fafcee;box-shadow:0 24px 80px #0f172a40;overflow:hidden;backdrop-filter:blur(18px)}.web-chat-root.is-closed .web-chat-panel{display:none}.web-chat-root:not(.is-closed) .web-chat-launcher{display:none}.web-chat-root.is-minimized .web-chat-panel{height:64px}.web-chat-root.is-minimized .web-chat-body,.web-chat-root.is-minimized .web-chat-compose,.web-chat-root.is-minimized .web-chat-actions{display:none}.web-chat-root.is-maximized{inset:16px!important}.web-chat-root.is-maximized .web-chat-panel{width:100%;height:100%;border-radius:18px}.web-chat-header{height:64px;flex:none;background:linear-gradient(120deg,#b70d2b,#ef3340);color:#fff;display:flex;align-items:center;padding:0 14px;cursor:move;user-select:none}.web-chat-avatar{width:38px;height:38px;border-radius:13px;background:#ffffff26;display:grid;place-items:center;font-size:20px;margin-right:10px}.web-chat-title{flex:1}.web-chat-title strong{display:block;font-size:14px}.web-chat-title small{font-size:11px;opacity:.82}.web-chat-controls{display:flex;gap:3px}.web-chat-controls button{border:0;background:transparent;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:17px}.web-chat-controls button:hover{background:#ffffff22}.web-chat-body{flex:1;overflow:auto;padding:18px 14px;background:linear-gradient(#f8fafce8,#eef2f7e8)}.web-chat-message{display:flex;margin:0 0 12px}.web-chat-message.user{justify-content:flex-end}.web-chat-bubble{max-width:84%;border-radius:16px 16px 16px 5px;padding:10px 12px;background:#fff;box-shadow:0 2px 8px #0f172a12;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.web-chat-message.user .web-chat-bubble{border-radius:16px 16px 5px;background:#dcfce7}.web-chat-time{display:block;color:#94a3b8;font-size:9px;margin-top:5px}.web-chat-actions{padding:8px 12px 0;display:flex;gap:7px;overflow:auto;background:#fff}.web-chat-action{white-space:nowrap;border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:7px 10px;color:#475569;font-size:11px;cursor:pointer}.web-chat-action:hover{border-color:var(--chat-accent);color:var(--chat-accent)}.web-chat-file{margin:8px 12px 0;padding:8px 10px;border-radius:10px;background:#fff2f2;color:#9f1239;font-size:11px;display:none}.web-chat-compose{padding:10px 12px 12px;background:#fff;display:flex;gap:8px;align-items:flex-end;border-top:1px solid #e2e8f0}.web-chat-compose textarea{flex:1;resize:none;min-height:40px;max-height:100px;border:1px solid #dbe2ea;border-radius:13px;padding:10px 12px;font:inherit;font-size:13px;outline:0}.web-chat-compose textarea:focus{border-color:var(--chat-accent)}.web-chat-icon{width:40px;height:40px;flex:none;border:0;border-radius:12px;background:#f1f5f9;color:#475569;cursor:pointer;font-size:17px}.web-chat-send{background:var(--chat-accent);color:#fff}.web-chat-typing .web-chat-bubble{color:#64748b}.web-chat-badge{position:absolute;right:-2px;top:-2px;background:#facc15;color:#713f12;border:2px solid #fff;border-radius:999px;min-width:20px;height:20px;padding:0 4px;font-size:10px;display:grid;place-items:center}.web-chat-root:not(.is-closed) .web-chat-badge{display:none}@media(max-width:560px){.web-chat-root{right:12px;bottom:12px}.web-chat-root:not(.is-closed){inset:8px!important}.web-chat-root:not(.is-closed) .web-chat-panel{width:100%;height:100%;border-radius:18px}.web-chat-root.is-minimized{inset:auto 8px 8px 8px!important}.web-chat-root.is-minimized .web-chat-panel{height:64px}}
