:root{--rd-red:#ff174f;--rd-text:#e7eaee;--rd-muted:#89929e;--rd-line:rgba(255,255,255,.08)}
.rd-chat-fab{position:fixed;right:18px;bottom:94px;z-index:10020;display:flex;align-items:center;gap:8px;min-height:48px;padding:0 15px;border:1px solid rgba(255,23,79,.35);border-radius:999px;background:linear-gradient(135deg,#17131a,#0f1116);color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.42),0 0 20px rgba(255,23,79,.08);cursor:pointer;font-weight:700}
.rd-chat-fab:hover{transform:translateY(-1px);border-color:rgba(255,23,79,.65)}.rd-chat-fab-icon{font-size:19px;line-height:1}.rd-chat-fab-label{font-size:14px}.rd-chat-unread{min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--rd-red);font-size:11px;line-height:19px;text-align:center}
.rd-chat-panel{position:fixed;right:18px;bottom:152px;z-index:10021;width:min(400px,calc(100vw - 28px));height:min(650px,calc(100vh - 180px));min-height:430px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#0c0f14;color:var(--rd-text);box-shadow:0 24px 70px rgba(0,0,0,.55),0 0 30px rgba(255,23,79,.08)}
.rd-chat-panel[hidden],.rd-chat-avatar-picker[hidden],.rd-chat-emoji-picker[hidden],.rd-chat-online-list[hidden]{display:none!important}
.rd-chat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 17px 13px;background:linear-gradient(135deg,#151017,#10141a);border-bottom:1px solid var(--rd-line)}
.rd-chat-head strong{display:block;font-size:17px}.rd-chat-head small{display:block;margin-top:3px;color:var(--rd-muted);font-size:11px}.rd-chat-kicker{display:block;margin-bottom:3px;color:#ff4b73;font-size:10px;font-weight:800;letter-spacing:.12em}.rd-chat-kicker i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#24d36f;box-shadow:0 0 8px #24d36f}.rd-chat-close{width:30px;height:30px;border:0;background:transparent;color:#aeb5bf;font-size:25px;line-height:1;cursor:pointer}.rd-chat-close:hover{color:#fff}
.rd-chat-name-row{padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:9px}.rd-chat-avatar{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:50%;background:#191f27;border:1px solid rgba(255,255,255,.1);font-size:22px}.rd-chat-name-field{min-width:0;flex:1}.rd-chat-name-field label{display:block;font-size:10px;color:var(--rd-muted);margin-bottom:3px}.rd-chat-name-field input{width:100%;height:30px;border:1px solid #29313b;border-radius:8px;background:#11161c;color:#fff;padding:0 9px;outline:none}.rd-chat-name-field input:focus{border-color:rgba(255,23,79,.6)}.rd-chat-avatar-btn{height:30px;padding:0 9px;border:1px solid #29313b;border-radius:8px;background:#151a21;color:#dfe3e8;font-size:10px;font-weight:700;cursor:pointer}.rd-chat-avatar-btn:hover{border-color:rgba(255,23,79,.55)}
.rd-chat-avatar-picker{display:flex;flex-wrap:wrap;gap:5px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.06);background:#0f1319}.rd-chat-avatar-picker button,.rd-chat-emoji-picker button{width:31px;height:31px;padding:0;border:1px solid transparent;border-radius:8px;background:#151a21;font-size:19px;cursor:pointer}.rd-chat-avatar-picker button:hover,.rd-chat-emoji-picker button:hover{border-color:rgba(255,23,79,.55);background:#202630}
.rd-chat-online{display:flex;align-items:center;gap:5px;padding:7px 12px;border-bottom:1px solid rgba(255,255,255,.06);color:#89929e;font-size:10px}.rd-chat-online strong{color:#fff;font-size:12px}.rd-chat-online-dot{width:7px;height:7px;border-radius:50%;background:#24d36f;box-shadow:0 0 7px rgba(36,211,111,.65)}.rd-chat-online-toggle{margin-left:auto;border:0;background:transparent;color:#ff5a7e;font-size:10px;cursor:pointer}.rd-chat-online-list{display:flex;flex-wrap:wrap;gap:5px;padding:7px 10px;border-bottom:1px solid rgba(255,255,255,.06);background:#0e1218}.rd-chat-online-user{display:flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid rgba(255,255,255,.06);border-radius:999px;background:#151a21;color:#cdd2d8;font-size:10px}.rd-chat-user-avatar{font-size:15px}
.rd-chat-messages{flex:1;min-height:0;overflow-y:auto;padding:13px 12px 10px;scroll-behavior:smooth}.rd-chat-msg{display:flex;gap:8px;padding:8px 9px;margin:0 0 7px;border:1px solid rgba(255,255,255,.055);border-radius:10px;background:#11151b}.rd-chat-msg:last-child{margin-bottom:0}.rd-chat-msg-avatar{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#1a2028;border:1px solid rgba(255,255,255,.07);font-size:17px}.rd-chat-msg-body{min-width:0;flex:1}.rd-chat-msg-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:2px}.rd-chat-msg-name{font-size:12px;font-weight:800;color:#35d26f}.rd-chat-role-user{color:#35d26f!important}.rd-chat-role-moderator{color:#ffd43b!important}.rd-chat-role-administrator{color:#ff3d5f!important}.rd-chat-msg-time{font-size:10px;color:#68717d;white-space:nowrap}.rd-chat-msg-text{font-size:13px;line-height:1.42;word-break:break-word;color:#e7eaee}.rd-chat-status{min-height:18px;padding:0 12px;color:#ff718e;font-size:10px}
.rd-chat-form{position:relative;display:flex;gap:7px;padding:10px;border-top:1px solid var(--rd-line);background:#0b0e13}.rd-chat-form input{min-width:0;flex:1;height:40px;border:1px solid #29313b;border-radius:9px;background:#11161c;color:#fff;padding:0 11px;outline:none}.rd-chat-form input:focus{border-color:rgba(255,23,79,.65)}.rd-chat-form button[type="submit"]{width:42px;height:40px;border:0;border-radius:9px;background:var(--rd-red);color:#fff;font-size:18px;font-weight:700;cursor:pointer}.rd-chat-form button:disabled{opacity:.5;cursor:not-allowed}.rd-chat-emoji-btn{width:40px;height:40px;flex:0 0 40px;border:1px solid #29313b;border-radius:9px;background:#151a21;color:#fff;font-size:19px;cursor:pointer}.rd-chat-emoji-picker{position:absolute;left:10px;right:10px;bottom:59px;display:flex;flex-wrap:wrap;gap:5px;padding:9px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#11161c;box-shadow:0 15px 35px rgba(0,0,0,.5)}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:700px){.rd-chat-fab{right:12px;bottom:calc(14px + env(safe-area-inset-bottom));min-height:46px;padding:0 13px}.rd-chat-panel{right:10px;left:10px;top:10px;bottom:72px;width:auto;height:auto;max-height:calc(100dvh - 92px);min-height:0;border-radius:14px}.rd-chat-messages{min-height:0}.rd-chat-form{padding-bottom:max(10px,env(safe-area-inset-bottom))}}

/* v0.42.95.47 — Chat mobile viewport fix */
.rd-chat-profile-setup{padding:14px 16px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);}
.rd-chat-profile-title{font-size:15px;font-weight:800;margin-bottom:4px;}
.rd-chat-profile-subtitle{font-size:12px;line-height:1.45;color:#a7a7ad;margin-bottom:12px;}
.rd-chat-profile-setup .rd-chat-name-row{margin:0;}
.rd-chat-profile-save{display:block;width:100%;margin-top:12px;border:0;border-radius:9px;padding:10px 12px;font-weight:800;cursor:pointer;background:#e51d3f;color:#fff;}
.rd-chat-profile-error{min-height:16px;margin-top:6px;color:#ff8c9f;font-size:12px;}
.rd-chat-identity{display:flex;align-items:center;gap:8px;padding:8px 14px;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px;}
.rd-chat-identity-avatar{font-size:20px;line-height:1;}
.rd-chat-identity-name{font-weight:700;color:#f1f1f3;}

/* v0.42.95.48 — Chat role colors */
.rd-chat-msg-name.rd-chat-role-user{color:#35d26f!important}.rd-chat-msg-name.rd-chat-role-moderator{color:#ffd43b!important}.rd-chat-msg-name.rd-chat-role-administrator{color:#ff3d5f!important}

/* v0.42.95.56 — Full chat moderation UI */
.rd-chat-msg-meta{position:relative}.rd-chat-mod-btn{margin-left:4px;width:22px;height:22px;border:0;border-radius:6px;background:transparent;color:#777f8b;cursor:pointer;font-weight:900;line-height:20px}.rd-chat-mod-btn:hover{background:#20252d;color:#fff}
.rd-chat-msg-name.rd-chat-role-user{color:#35d26f!important}.rd-chat-msg-name.rd-chat-role-moderator{color:#ffd43b!important}.rd-chat-msg-name.rd-chat-role-administrator{color:#ff3d5f!important}

/* v0.42.95.56 — profile name + avatar controls stay on one line */
.rd-chat-profile-setup .rd-chat-name-row{
  display:flex;
  flex-wrap:nowrap;
  align-items:flex-end;
  gap:8px;
  width:100%;
}
.rd-chat-profile-setup .rd-chat-avatar{
  flex:0 0 40px;
  width:40px;
  height:40px;
}
.rd-chat-profile-setup .rd-chat-name-field{
  flex:1 1 auto;
  min-width:0;
}
.rd-chat-profile-setup .rd-chat-name-field input{
  box-sizing:border-box;
}
.rd-chat-profile-setup .rd-chat-avatar-btn{
  flex:0 0 auto;
  white-space:nowrap;
  height:30px;
}
@media (max-width:380px){
  .rd-chat-profile-setup .rd-chat-name-row{gap:6px;}
  .rd-chat-profile-setup .rd-chat-avatar{flex-basis:36px;width:36px;height:36px;font-size:20px;}
  .rd-chat-profile-setup .rd-chat-avatar-btn{padding:0 7px;font-size:9px;}
}
\n/* v0.42.95.56 — chat replies + discreet new-message sound */\n.rd-chat-reply-btn{display:inline-block;margin-top:5px;padding:2px 0;border:0;background:transparent;color:#9ca6b2;font-size:10px;cursor:pointer}.rd-chat-reply-btn:hover{color:#fff}\n.rd-chat-reply-preview{margin:4px 0 6px;padding:5px 7px;border-left:2px solid #59616d;border-radius:4px;background:#0c1015;color:#9da6b1;font-size:10px;line-height:1.3;overflow:hidden}.rd-chat-reply-preview strong{display:block;color:#cbd1d8;font-size:10px}.rd-chat-reply-preview span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n.rd-chat-replying{display:flex;align-items:center;gap:8px;padding:7px 10px;border-top:1px solid rgba(255,255,255,.06);background:#10151b;color:#aeb7c2;font-size:10px}.rd-chat-replying-text{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-chat-reply-cancel{width:22px;height:22px;border:0;background:transparent;color:#8d96a2;font-size:18px;cursor:pointer}\n

/* v0.42.95.56 — cleaner message menus and reply cards */
.rd-chat-msg{position:relative;padding:11px 11px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:linear-gradient(145deg,#11161d,#0f1319);box-shadow:0 5px 16px rgba(0,0,0,.16);transition:border-color .18s,transform .18s,background .18s}.rd-chat-msg:hover{border-color:rgba(255,255,255,.13);background:#12171e}
.rd-chat-msg-meta{position:relative;display:flex;align-items:center;gap:7px;min-height:24px;margin-bottom:4px}.rd-chat-msg-name{line-height:1.2}.rd-chat-msg-time{margin-left:auto}.rd-chat-msg-actions{position:relative;flex:0 0 auto}.rd-chat-dots{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#727b88;font-size:22px;line-height:22px;cursor:pointer}.rd-chat-dots:hover,.rd-chat-dots[aria-expanded="true"]{background:#202630;color:#fff}
.rd-chat-msg-menu{position:absolute;right:0;top:32px;z-index:30;min-width:142px;padding:5px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#171c23;box-shadow:0 16px 36px rgba(0,0,0,.5)}.rd-chat-msg-menu[hidden]{display:none!important}.rd-chat-menu-item{display:block;width:100%;padding:8px 10px;border:0;border-radius:7px;background:transparent;color:#e4e7eb;text-align:left;font-size:12px;cursor:pointer}.rd-chat-menu-item:hover{background:#242b34;color:#fff}.rd-chat-menu-moderate{color:#ff839a}
.rd-chat-reply-preview{display:flex;gap:9px;align-items:stretch;margin:7px 0 8px;padding:8px 10px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:linear-gradient(90deg,rgba(255,23,79,.07),rgba(255,255,255,.025));overflow:hidden}.rd-chat-reply-line{width:3px;flex:0 0 3px;border-radius:4px;background:var(--rd-red);box-shadow:0 0 9px rgba(255,23,79,.22)}.rd-chat-reply-content{min-width:0;display:flex;flex-direction:column;gap:2px}.rd-chat-reply-preview strong{font-size:11px;color:#ff6a89}.rd-chat-reply-preview span{display:block;max-width:100%;font-size:11px;line-height:1.35;color:#aeb6c0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rd-chat-msg-text{font-size:14px;line-height:1.5;padding-right:2px}.rd-chat-replying{border-left:3px solid var(--rd-red);background:linear-gradient(90deg,rgba(255,23,79,.08),#10151b)}
@media(max-width:700px){.rd-chat-msg{padding:10px;border-radius:13px}.rd-chat-msg-menu{right:0;top:30px;min-width:135px}.rd-chat-dots{width:30px;height:30px}.rd-chat-reply-preview{padding:8px 9px;margin-top:6px}}

.rd-chat-reply-btn{display:none!important}


/* v0.42.95.56 — RadioDoza styled moderation dialog */
.rd-chat-moderation-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(3,5,8,.78);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.rd-chat-moderation-dialog{width:min(430px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 36px));overflow:auto;border:1px solid rgba(255,23,79,.24);border-radius:20px;background:linear-gradient(145deg,#12161d,#0b0e13);box-shadow:0 24px 70px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.035);padding:18px}
.rd-chat-mod-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:2px 2px 15px;border-bottom:1px solid rgba(255,255,255,.07)}
.rd-chat-mod-kicker{display:block;margin-bottom:5px;color:#ff3d63;font-size:9px;font-weight:900;letter-spacing:1.5px}
.rd-chat-mod-head h3{margin:0;color:#f2f4f7;font-size:17px;line-height:1.3;font-weight:700}.rd-chat-mod-head h3 strong{color:#fff}
.rd-chat-mod-close{width:34px;height:34px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#171c23;color:#9aa3af;font-size:25px;line-height:1;cursor:pointer}.rd-chat-mod-close:hover{border-color:rgba(255,23,79,.45);color:#fff;background:#20252d}
.rd-chat-mod-actions{display:grid;gap:8px;padding:15px 0 12px}
.rd-chat-mod-option{display:flex;align-items:center;gap:11px;width:100%;padding:11px 12px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:#11161d;color:#e8ebef;text-align:left;cursor:pointer;transition:transform .15s,border-color .15s,background .15s;box-sizing:border-box}.rd-chat-mod-option:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.16);background:#181e26}.rd-chat-mod-option:disabled{opacity:.55;cursor:wait;transform:none}
.rd-chat-mod-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:10px;background:#1b222b;border:1px solid rgba(255,255,255,.06);font-size:17px}
.rd-chat-mod-option span:last-child{display:flex;flex-direction:column;gap:2px;min-width:0}.rd-chat-mod-option strong{font-size:12px;color:#f1f3f5}.rd-chat-mod-option small{font-size:10px;color:#858e9a;line-height:1.3}
.rd-chat-mod-delete:hover{border-color:rgba(255,193,7,.4)}.rd-chat-mod-ban{border-color:rgba(255,61,95,.12)}.rd-chat-mod-ban strong{color:#ff6d86}.rd-chat-mod-ban:hover{border-color:rgba(255,61,95,.42);background:rgba(255,23,79,.055)}
.rd-chat-mod-cancel{display:block;width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:transparent;color:#aab2bd;font-size:11px;font-weight:700;cursor:pointer}.rd-chat-mod-cancel:hover{background:#171c23;color:#fff}
@media(max-width:700px){.rd-chat-moderation-modal{align-items:flex-end;padding:10px}.rd-chat-moderation-dialog{width:100%;max-height:calc(100dvh - 20px);border-radius:20px;padding:15px}.rd-chat-mod-option{padding:10px}.rd-chat-mod-icon{width:32px;height:32px;flex-basis:32px}}
