.bashcran-site-chat-root--left{right:auto;left:0}.bashcran-site-chat-root *{box-sizing:border-box}.bashcran-site-chat-root.is-open{pointer-events:auto}.bashcran-site-chat-launcher{pointer-events:auto;position:fixed;right:0;bottom:var(--bc-sc-bottom);display:flex;align-items:center;gap:12px;padding:14px 20px 14px 18px;background:var(--bc-sc-color);color:#fff;border:none;border-radius:28px 0 0 28px;box-shadow:0 4px 24px rgba(0,0,0,.18);cursor:pointer;font-size:15px;font-weight:500;line-height:1.3;max-width:min(360px,calc(100vw - 16px));transition:transform .2s ease,box-shadow .2s ease}.bashcran-site-chat-root--left .bashcran-site-chat-launcher{right:auto;left:0;border-radius:0 28px 28px 0;padding:14px 18px 14px 20px}.bashcran-site-chat-root--round .bashcran-site-chat-launcher{right:var(--bc-sc-side);left:auto;width:56px;height:56px;padding:0;border-radius:50%;justify-content:center;max-width:none}.bashcran-site-chat-root--left.bashcran-site-chat-root--round .bashcran-site-chat-launcher{left:var(--bc-sc-side);right:auto}.bashcran-site-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.22)}.bashcran-site-chat-launcher__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#fff;color:var(--bc-sc-color);font-size:11px;font-weight:700;line-height:20px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.bashcran-site-chat-root--left .bashcran-site-chat-launcher__badge{right:auto;left:-4px}.bashcran-site-chat-root--round .bashcran-site-chat-launcher{position:fixed}.bashcran-site-chat-root--round .bashcran-site-chat-launcher__badge{top:-2px;right:-2px}.bashcran-site-chat-launcher__icon{flex-shrink:0;width:22px;height:22px;display:inline-flex}.bashcran-site-chat-launcher__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8}.bashcran-site-chat-panel{pointer-events:auto;position:fixed;right:var(--bc-sc-side);bottom:var(--bc-sc-bottom);width:min(380px,calc(100vw - 24px));height:min(520px,calc(100vh - 32px));max-height:calc(100vh - 32px);display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 12px 48px rgba(0,0,0,.22);overflow:hidden;opacity:0;transform:translateY(16px) scale(.96);visibility:hidden;transition:opacity .22s ease,transform .22s ease,visibility .22s}.bashcran-site-chat-root--left .bashcran-site-chat-panel{right:auto;left:var(--bc-sc-side)}.bashcran-site-chat-root.is-open .bashcran-site-chat-panel{opacity:1;transform:translateY(0) scale(1);visibility:visible}.bashcran-site-chat-root.is-open .bashcran-site-chat-launcher{display:none}.bashcran-site-chat-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--bc-sc-color);color:#fff;background-image:linear-gradient(135deg,rgba(0,0,0,.08) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.08) 75%,transparent 75%,transparent);background-size:24px 24px}.bashcran-site-chat-header__title{font-size:15px;font-weight:600;margin:0;padding-right:8px}.bashcran-site-chat-close{width:32px;height:32px;border:none;border-radius:50%;background:rgba(255,255,255,.2);color:#fff;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.bashcran-site-chat-close:hover{background:rgba(255,255,255,.32)}.bashcran-site-chat-offline{flex-shrink:0;padding:10px 14px;background:#fff8e6;color:#8a6d00;font-size:13px;line-height:1.4;border-bottom:1px solid #f0e6c8}.bashcran-site-chat-messages{flex:1;overflow-y:auto;padding:16px 14px;background:#f0f2f5;display:flex;flex-direction:column;gap:12px}.bashcran-site-chat-msg{display:flex;gap:8px;max-width:92%}.bashcran-site-chat-msg--bot,.bashcran-site-chat-msg--operator{align-self:flex-start}.bashcran-site-chat-msg--visitor{align-self:flex-end;flex-direction:row-reverse}.bashcran-site-chat-msg__avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;overflow:hidden}.bashcran-site-chat-msg__bubble{padding:10px 14px;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06);font-size:14px;line-height:1.45;color:#1a1a1a;word-break:break-word}.bashcran-site-chat-msg__label{display:block;font-size:11px;font-weight:600;opacity:.65;margin-bottom:4px}.bashcran-site-chat-msg--visitor .bashcran-site-chat-msg__bubble{background:var(--bc-sc-color);color:#fff;border-bottom-right-radius:4px}.bashcran-site-chat-msg--visitor .bashcran-site-chat-msg__label{opacity:.85}.bashcran-site-chat-msg--bot .bashcran-site-chat-msg__bubble,.bashcran-site-chat-msg--operator .bashcran-site-chat-msg__bubble{border-bottom-left-radius:4px}.bashcran-site-chat-msg__time{display:block;margin-top:4px;font-size:11px;opacity:.55;text-align:right}.bashcran-site-chat-contact{flex-shrink:0;padding:10px 14px;background:#fff;border-top:1px solid #e8e8e8}.bashcran-site-chat-contact summary{cursor:pointer;font-size:13px;color:#666;user-select:none}.bashcran-site-chat-contact__fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.bashcran-site-chat-contact__fields input[type=email]{grid-column:1/-1}.bashcran-site-chat-contact__fields input{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:13px}.bashcran-site-chat-contact__save{margin-top:8px;padding:6px 12px;border:none;border-radius:8px;background:#eee;font-size:13px;cursor:pointer}.bashcran-site-chat-contact__status{display:block;margin-top:6px;font-size:12px;color:#2e7d32}.bashcran-site-chat-compose{flex-shrink:0;display:flex;align-items:flex-end;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #e8e8e8}.bashcran-site-chat-compose textarea{flex:1;min-height:40px;max-height:120px;padding:10px 12px;border:1px solid #ddd;border-radius:20px;resize:none;font-size:14px;font-family:inherit;line-height:1.35}.bashcran-site-chat-compose textarea:disabled{background:#f5f5f5;opacity:.7}.bashcran-site-chat-compose textarea:focus{outline:none;border-color:var(--bc-sc-color)}.bashcran-site-chat-send{flex-shrink:0;width:40px;height:40px;border:none;border-radius:50%;background:var(--bc-sc-color);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.bashcran-site-chat-send:disabled{opacity:.45;cursor:not-allowed}.bashcran-site-chat-send svg{width:18px;height:18px;fill:currentColor}@media (max-width:480px){.bashcran-site-chat-panel{right:0;left:0;bottom:0;width:100vw;height:100vh;max-height:100vh;border-radius:0}.bashcran-site-chat-root--left .bashcran-site-chat-panel{left:0}.bashcran-site-chat-launcher{bottom:16px;font-size:14px;padding:12px 16px 12px 14px}.bashcran-site-chat-root--round .bashcran-site-chat-launcher{bottom:var(--bc-sc-bottom)}}