/* CHATIA_ANTIBAN_COLD_QUOTA_CSS_V1_20260714 */

#chatia-antiban-cold-quota-banner {
  box-sizing: border-box;
  width: calc(100% - 18px);
  margin: 8px auto 6px auto;
  border-radius: 14px;
  padding: 10px 12px;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.97), rgba(240, 253, 250, 0.97));
  color: #064e3b;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
  z-index: 3;
}

#chatia-antiban-cold-quota-banner.chatia-antiban-cold-quota-blocked {
  border-color: rgba(185, 28, 28, 0.24);
  background: linear-gradient(135deg, rgba(254, 242, 242, 0.98), rgba(255, 247, 237, 0.98));
  color: #7f1d1d;
}

#chatia-antiban-cold-quota-banner .chatia-antiban-icon {
  font-size: 18px;
  line-height: 1.2;
  flex: 0 0 auto;
}

#chatia-antiban-cold-quota-banner .chatia-antiban-title {
  font-weight: 800;
  margin-bottom: 2px;
}

#chatia-antiban-cold-quota-banner .chatia-antiban-detail {
  opacity: 0.92;
}

#chatia-antiban-toast {
  position: fixed;
  left: 50%;
  bottom: 86px;
  transform: translateX(-50%);
  max-width: min(560px, calc(100vw - 26px));
  z-index: 2147483000;
  background: rgba(127, 29, 29, 0.96);
  color: #fff;
  border-radius: 14px;
  padding: 11px 14px;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

#chatia-antiban-toast.chatia-antiban-toast-show {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

body.chatia-antiban-cold-blocked textarea[data-chatia-antiban-public-blocked="1"] {
  background: rgba(254, 242, 242, 0.96) !important;
  cursor: not-allowed !important;
}

body.chatia-antiban-cold-blocked button[data-chatia-antiban-blocked-button="1"] {
  opacity: 0.46 !important;
  cursor: not-allowed !important;
}

.MuiMenuItem-root[data-chatia-antiban-hidden-option="1"] {
  display: none !important;
}
