.chatmodal-overlay{backdrop-filter:blur(6px);z-index:3000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.chatmodal-card{backdrop-filter:blur(18px)saturate(180%);background:#ffffffa6;border:1px solid #ffffff59;border-radius:20px;flex-direction:column;width:420px;max-height:92vh;animation:.25s ease-out fadeIn;display:flex;overflow:hidden;box-shadow:0 8px 30px #00000026}.chatmodal-header{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.header-left{align-items:center;gap:12px;display:flex}.header-avatar{object-fit:cover;background:#e5e7eb;border-radius:50%;width:42px;height:42px}.header-title{font-size:15px;font-weight:800}.header-status{opacity:.9;font-size:12px}.close-btn{cursor:pointer;color:#fff;background:#ffffff40;border:none;border-radius:8px;padding:6px 10px;font-size:16px;transition:all .2s}.close-btn:hover{background:#fff6}.chatmodal-messages{background:#ffffff59;flex:1;padding:12px;overflow-y:auto}.system-msg{color:#4b5563;text-align:center;background:#ffffffa6;border:1px solid #fff6;border-radius:12px;max-width:85%;margin:10px auto;padding:10px 12px;font-size:13px}.msg-row{margin:6px 0;display:flex}.msg-row.me{justify-content:flex-end}.msg-row.them{justify-content:flex-start}.msg-bubble{word-break:break-word;border-radius:18px;max-width:78%;padding:10px 14px;font-size:14px;line-height:1.35}.msg-bubble.me{color:#fff;background:#6366f1;border-bottom-right-radius:6px}.msg-bubble.them{color:#111827;background:#f0f0f5e6;border-bottom-left-radius:6px}.limit-row{color:#6b7280;justify-content:space-between;padding:8px 14px;font-size:12px;display:flex}.limit-alert{color:#b91c1c;font-weight:700}.phone-row{gap:8px;margin-top:4px;padding:0 14px;display:flex}.phone-input{color:#111827;background:#fffc;border:1px solid #d1d5db;border-radius:10px;flex:1;padding:10px;font-size:14px}.phone-send{cursor:pointer;color:#fff;background:#10b981;border:none;border-radius:10px;padding:0 14px;font-size:18px;transition:all .2s}.phone-send:hover{opacity:.85}.phone-hint{color:#6b7280;padding:4px 16px;font-size:11px}.input-row{gap:10px;padding:10px 14px;display:flex}.input-box{resize:none;color:#111827;background:#ffffffe6;border:1px solid #d1d5db;border-radius:12px;flex:1;min-height:40px;max-height:100px;padding:10px;font-size:14px}.input-box.disabled{background:#e5e7eb}.send-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;width:46px;height:46px;font-size:20px;transition:all .2s}.send-btn:hover{opacity:.85}.char-count{color:#6b7280;text-align:right;padding:0 16px;font-size:11px}.promo-card{background:#f5f7fae6;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:12px 14px;padding:12px;display:flex}.promo-title{color:#111827;font-weight:800}.promo-text{color:#6b7280;font-size:12px}.promo-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;padding:8px 16px;font-weight:800;transition:all .2s}.promo-btn:hover{opacity:.85}.footer-row{justify-content:flex-end;padding:12px;display:flex}.footer-close{cursor:pointer;color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:8px 16px;font-weight:700;transition:all .2s}.footer-close:hover{background:#e5e7eb}.block-btn{color:#b91c1c;cursor:pointer;background:0 0;border:none;margin:10px auto 16px;font-size:13px;font-weight:700;transition:all .25s;display:block}.block-btn:hover{opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.status-dot{border-radius:999px;width:8px;height:8px;margin-right:8px;display:inline-block;transform:translateY(1px)}.status-dot.online{background:#22c55e}.status-dot.offline{background:#9ca3af}.toast{z-index:9999;width:calc(100% - 24px);max-width:520px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast-inner{color:#fff;background:#111827;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex;box-shadow:0 12px 30px #0000002e}.toast-error .toast-inner{background:#991b1b}.toast-success .toast-inner{background:#065f46}.toast-x{color:#fff;cursor:pointer;background:0 0;border:none;font-size:14px}.confirm-overlay{z-index:9998;background:#00000073;place-items:center;display:grid;position:fixed;inset:0}.confirm-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:min(520px,100% - 24px);padding:14px}.confirm-title{margin-bottom:6px;font-weight:800}.confirm-body{color:#374151;margin-bottom:12px}.confirm-actions{justify-content:flex-end;gap:10px;display:flex}.confirm-cancel,.confirm-ok{cursor:pointer;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.confirm-cancel{background:#f3f4f6}.confirm-ok{color:#fff;background:#111827;border-color:#111827}