.hzc-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:rgba(20,20,30,.94);color:#fff;padding:12px 20px;border-radius:12px;font-size:14px;z-index:99999;opacity:0;transition:.3s;box-shadow:0 8px 30px rgba(0,0,0,.3);max-width:90vw}
.hzc-toast.is-in{opacity:1;transform:translateX(-50%) translateY(0)}

/* تیکت‌ها در صفحهٔ پیام‌ها */
.hzc-ticket{border:1px solid var(--hzd-border,#2a2a3a);border-radius:14px;padding:14px;margin-bottom:14px;background:var(--hzd-surface,rgba(255,255,255,.03))}
.hzc-ticket-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.hzc-ticket-head strong{font-size:15px}
.hzc-ticket-status{font-size:12px;padding:3px 10px;border-radius:20px;background:rgba(120,120,160,.18)}
.hzc-ticket-thread{display:flex;flex-direction:column;gap:8px;margin:10px 0}
.hzc-msg{padding:8px 12px;border-radius:12px;max-width:80%;font-size:14px;line-height:1.7}
.hzc-msg-user{align-self:flex-end;background:linear-gradient(135deg,#3b2f63,#ff2d78);color:#fff}
.hzc-msg-staff{align-self:flex-start;background:rgba(120,150,255,.15)}
.hzc-ticket-reply{display:flex;gap:8px;margin-top:8px}
.hzc-ticket-reply input,.hzc-ticket-reply textarea{flex:1}
.hzc-new-ticket{border:1px dashed var(--hzd-border,#2a2a3a);border-radius:14px;padding:16px;margin-bottom:18px}
.hzc-new-ticket .hzd-field{margin-bottom:10px}
