
/* RedHawk Defense V6.4 - Customer Chat Desk */
.rhd-chat-float{
  position:fixed;
  right:16px;
  bottom:74px;
  z-index:2147483628;
  font-family:Segoe UI,Arial,sans-serif;
}
.rhd-chat-float button{
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,#e11d2e,#8b0612);
  border-radius:999px;
  padding:13px 16px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 12px 34px rgba(0,0,0,.48),0 0 28px rgba(225,29,46,.28);
}
.rhd-chat-panel{
  position:fixed;
  right:16px;
  bottom:130px;
  width:min(420px,calc(100vw - 32px));
  z-index:2147483629;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(145deg,rgba(13,19,32,.98),rgba(2,3,6,.98));
  color:#f7fbff;
  border-radius:24px;
  padding:18px;
  box-shadow:0 24px 80px rgba(0,0,0,.64),0 0 32px rgba(225,29,46,.18);
  display:none;
  font-family:Segoe UI,Arial,sans-serif;
}
.rhd-chat-panel.rhd-open{display:block}
.rhd-chat-panel h3{margin:0 0 8px;font-size:22px}
.rhd-chat-panel p{color:#aab7ca;line-height:1.45;margin:0 0 14px}
.rhd-chat-panel a{
  display:inline-flex;
  color:#fff;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  border-radius:999px;
  padding:10px 12px;
  font-weight:950;
  margin:4px 4px 0 0;
}
.rhd-chat-panel a.primary{
  background:linear-gradient(135deg,#e11d2e,#8b0612);
  border-color:#ff6a78;
}
.rhd-chat-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.rhd-chat-form label{
  display:block;
  color:#ffd166;
  font-weight:950;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:13px 0 6px;
}
.rhd-chat-form input,
.rhd-chat-form select,
.rhd-chat-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.15);
  background:#05070c;
  color:#fff;
  border-radius:14px;
  padding:12px;
  font:500 15px/1.4 Segoe UI,Arial,sans-serif;
}
.rhd-chat-form textarea{min-height:150px;resize:vertical}
.rhd-chat-form .checkline{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#d5e2f7;
  line-height:1.45;
  margin:14px 0;
}
.rhd-chat-form .checkline input{width:auto;margin-top:4px}
.rhd-chat-form button{
  border:1px solid #ff6a78;
  background:linear-gradient(135deg,#e11d2e,#8b0612);
  color:#fff;
  border-radius:999px;
  padding:13px 18px;
  font-weight:950;
  cursor:pointer;
}
.rhd-chat-note{
  border:1px solid rgba(255,209,102,.34);
  background:rgba(255,209,102,.08);
  color:#fff3c6;
  border-radius:20px;
  padding:16px;
  line-height:1.55;
}
.rhd-chat-admin-table{
  width:100%;
  border-collapse:collapse;
  min-width:980px;
}
.rhd-chat-admin-table th,.rhd-chat-admin-table td{
  border-bottom:1px solid rgba(255,255,255,.10);
  padding:10px;
  text-align:left;
  vertical-align:top;
}
.rhd-chat-admin-table th{background:#111827;color:#fff}
.rhd-chat-admin-table td{color:#d5e2f7}
@media(max-width:800px){
  .rhd-chat-grid{grid-template-columns:1fr}
  .rhd-chat-float{right:10px;bottom:70px}
  .rhd-chat-float button{width:calc(100vw - 20px)}
  .rhd-chat-panel{right:10px;bottom:124px;width:calc(100vw - 20px)}
}
@media print{.rhd-chat-float,.rhd-chat-panel{display:none!important}}
