.header.svelte-1elxaub{padding:8px 15px;background:#f4f4f4;border-bottom:1px solid #ddd;border-radius:var(--sb-radius) var(--sb-radius) 0 0;display:flex;justify-content:space-between;align-items:center;min-height:45px;box-sizing:border-box}.status-dot.svelte-1elxaub{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:5px;background:#999;transition:background .3s}.status-dot.online.svelte-1elxaub{background:#4caf50}.status-dot.offline.svelte-1elxaub{background:#f44336}.status-dot.connecting.svelte-1elxaub{background:#ff9800;animation:svelte-1elxaub-pulse-dot 1s infinite}@keyframes svelte-1elxaub-pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.title.svelte-1elxaub{font-weight:700;color:#333;font-size:calc(var(--sb-base-size) + 2px);flex-shrink:0}.header-center.svelte-1elxaub{flex:1;display:flex;justify-content:center}.mode-btn.svelte-1elxaub{background:none;border:none;cursor:pointer;font-size:11px;font-weight:500;transition:transform .2s;white-space:nowrap}.mode-btn.svelte-1elxaub:hover{transform:scale(1.05)}.mode-btn.human.svelte-1elxaub{color:#ff9800}.mode-btn.ai.svelte-1elxaub{color:#4caf50}.actions.svelte-1elxaub{display:flex;gap:8px;align-items:center;flex-shrink:0;margin-left:10px}.actions.svelte-1elxaub button:where(.svelte-1elxaub){background:none;border:none;cursor:pointer;font-size:18px;color:#666;padding:5px;line-height:1}@media(max-width:480px){.header.svelte-1elxaub{padding:8px 12px;min-height:50px}.title.svelte-1elxaub{font-size:16px}.header-center.svelte-1elxaub{display:flex;justify-content:center;overflow:hidden}.mode-btn.svelte-1elxaub{font-size:11px;padding:4px 8px}.actions.svelte-1elxaub button:where(.svelte-1elxaub){font-size:22px;padding:8px}}.messages-area.svelte-qha2j{flex:1;overflow-y:auto;padding:15px;background:#fff}.msg-row.svelte-qha2j{display:flex;margin-bottom:10px}.msg-row.me.svelte-qha2j{justify-content:flex-end}.bubble.svelte-qha2j{max-width:80%;padding:10px 14px;border-radius:14px;overflow-wrap:break-word;word-break:normal;font-size:var(--sb-base-size);line-height:1.4;word-wrap:break-word}.me.svelte-qha2j .bubble:where(.svelte-qha2j){background:var(--sb-main-color);color:#fff;border-bottom-right-radius:2px}.bot.svelte-qha2j .bubble:where(.svelte-qha2j){background:var(--sb-sec-color);color:#333;border-bottom-left-radius:2px}.msg-row.system.svelte-qha2j{justify-content:center;margin:5px 0}.msg-row.system.svelte-qha2j .bubble:where(.svelte-qha2j){background:none;color:#888;font-size:11px;padding:0;font-style:italic;text-align:center;max-width:100%;border-radius:0}.bubble.svelte-qha2j p{margin:0}.bubble.svelte-qha2j a{color:inherit;text-decoration:underline}.bubble.svelte-qha2j ul,.bubble.svelte-qha2j ol{margin:8px 0 8px 16px;padding:0;display:block}.bubble.svelte-qha2j li{margin-bottom:5px;white-space:normal;overflow-wrap:break-word;display:list-item}.inline-buttons.svelte-qha2j{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px;margin-left:5px}.inline-buttons.svelte-qha2j button:where(.svelte-qha2j){background:#fff;border:1px solid var(--sb-main-color);color:var(--sb-main-color);border-radius:15px;padding:5px 10px;font-size:12px;cursor:pointer}.inline-buttons.svelte-qha2j button:where(.svelte-qha2j):hover{background:var(--sb-main-color);color:#fff}.scroll-down-btn.svelte-qha2j{position:absolute;bottom:80px;right:20px;width:35px;height:35px;border-radius:50%;background:#fff;color:var(--sb-main-color);border:1px solid #ddd;box-shadow:0 2px 8px #0003;cursor:pointer;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;z-index:10}.scroll-down-btn.svelte-qha2j:hover{background:#f8f8f8}.msg-time.svelte-qha2j{font-size:10px;margin-top:4px;opacity:.7}.me.svelte-qha2j .msg-time:where(.svelte-qha2j){color:#fff;text-align:right}.bot.svelte-qha2j .msg-time:where(.svelte-qha2j){color:#888;text-align:left}.typing-indicator.svelte-qha2j span:where(.svelte-qha2j){display:inline-block;width:4px;height:4px;background:#999;border-radius:50%;margin-right:2px;animation:svelte-qha2j-typing 1s infinite}.typing-indicator.svelte-qha2j span:where(.svelte-qha2j):nth-child(2){animation-delay:.2s}.typing-indicator.svelte-qha2j span:where(.svelte-qha2j):nth-child(3){animation-delay:.4s}@keyframes svelte-qha2j-typing{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.msg-img{max-width:100%;max-height:250px;border-radius:8px;margin-top:8px;display:block;cursor:zoom-in;border:1px solid rgba(0,0,0,.1);transition:transform .2s}.msg-img:hover{transform:scale(1.02)}@media(max-width:480px){.bubble.svelte-qha2j{max-width:85%;font-size:16px!important;line-height:1.5}}.smart-menu.svelte-1d8gxm2{border-top:1px solid #eee;background:#fff}.menu-header.svelte-1d8gxm2{padding:8px 12px;font-size:13px;font-weight:600;color:#555;cursor:pointer;display:flex;justify-content:space-between;background:#f8f9fa}.menu-grid.svelte-1d8gxm2{display:flex;flex-wrap:wrap;gap:8px;padding:12px;max-height:350px;overflow-y:auto}.menu-grid.svelte-1d8gxm2 button:where(.svelte-1d8gxm2){flex-grow:1;padding:8px 12px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:13px;cursor:pointer;text-align:center}.menu-grid.svelte-1d8gxm2 button:where(.svelte-1d8gxm2):hover{background-color:#f0f8ff;border-color:var(--sb-main-color);color:var(--sb-main-color)}.menu-grid.svelte-1d8gxm2 button.active:where(.svelte-1d8gxm2){background-color:var(--sb-main-color);color:#fff;border-color:var(--sb-main-color)}@media(max-width:480px){.menu-grid.svelte-1d8gxm2 button:where(.svelte-1d8gxm2){font-size:15px!important;padding:12px}}.input-area.svelte-1w4zbrl{padding:8px 6px;border-top:1px solid #eee;display:flex;gap:2px;align-items:flex-end;background:#fff}textarea.svelte-1w4zbrl{flex:1;border:none;background:#f5f5f5;border-radius:18px;padding:8px 12px;outline:none;font-size:var(--sb-base-size);font-family:inherit;resize:none;max-height:100px;line-height:1.4;overflow-y:hidden;margin:0 4px;box-sizing:border-box;height:38px}textarea.svelte-1w4zbrl:focus{background:#f0f0f0}.icon-btn.svelte-1w4zbrl{width:36px;height:36px;padding:8px;background:none;border:none;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.2s;flex-shrink:0}.icon-btn.svelte-1w4zbrl:hover{background:#f5f5f5;color:var(--sb-main-color)}.icon-btn.send.svelte-1w4zbrl{color:var(--sb-main-color)}.icon-btn.send.svelte-1w4zbrl:disabled{color:#e0e0e0;cursor:default;background:none}.icon-btn.mic.active.svelte-1w4zbrl{color:#ff3b30;background:#fff0f0;animation:pulse 1.5s infinite}@media(max-width:480px){.input-area.svelte-1w4zbrl{padding:10px;gap:5px;background:#fff}textarea.svelte-1w4zbrl{font-size:16px!important;height:42px;padding:10px 14px}.icon-btn.svelte-1w4zbrl{width:44px;height:44px}}.chat-window.svelte-obuvmp{position:fixed;bottom:90px;width:360px;height:550px;background:#fff;border-radius:var(--sb-radius);box-shadow:0 5px 20px #0003;display:flex;flex-direction:column;z-index:10000;opacity:0;pointer-events:none;transform:translateY(20px);transition:.3s;font-family:var(--sb-font)}.chat-window.visible.svelte-obuvmp{opacity:1;pointer-events:all;transform:translateY(0)}.chat-launcher.svelte-1gskldh{position:fixed;bottom:20px;width:60px;height:60px;border-radius:50%;background:var(--sb-main-color);color:#fff;border:none;box-shadow:0 4px 10px #0000004d;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:transform .2s}.chat-launcher.svelte-1gskldh:hover{transform:scale(1.1)}.unread-badge.svelte-1gskldh{position:absolute;top:-5px;right:-5px;background:#ff3b30;color:#fff;min-width:20px;height:20px;border-radius:10px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px;border:2px solid white;box-shadow:0 2px 5px #0003;font-family:sans-serif}.hint-bubble.svelte-1gskldh{position:fixed;bottom:90px;right:30px;background:#007bff;color:#fff;padding:10px 15px;border-radius:15px 15px 0;font-family:sans-serif;font-size:13px;z-index:9998;cursor:pointer;animation:svelte-1gskldh-float 3s infinite}.arrow.svelte-1gskldh{position:absolute;bottom:-8px;right:10px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #007bff}@keyframes svelte-1gskldh-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}
