
.connect-chat-shell{padding:16px;width:100%;background:rgba(8,18,40,.22);border:1px solid rgba(255,255,255,.14);border-radius:24px;box-shadow:0 16px 42px rgba(0,0,0,.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;min-height:520px;max-height:560px;overflow:hidden;}
.connect-chat-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:#fff;}
.connect-chat-title{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;}
.chat-profile-mini{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.connect-chat-user{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);border-radius:16px;padding:12px;margin-bottom:10px;color:#c9d8f4;font-size:12px;}
.chat-user-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap;}
.chat-auth-btn{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;cursor:pointer;}
.chat-auth-btn.primary{background:linear-gradient(135deg,#21ffc8,#5fb4ff);color:#05131f;border-color:transparent;}
.connect-chat-messages{flex:1;min-height:260px;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:10px;}
.connect-chat-messages::-webkit-scrollbar{width:6px}.connect-chat-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.20);border-radius:999px}
.chat-empty{color:#b7c8e8;font-size:13px;padding:14px;border:1px dashed rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.04);}
.chat-message{padding:10px 11px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.052);border-radius:14px;color:#eaf2ff;}
.chat-message-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px;}
.chat-author{font-size:12px;font-weight:900;color:#fff;display:flex;align-items:center;gap:6px;}.chat-author span{font-size:15px;}.chat-meta{font-size:10px;color:#8da5ca;white-space:nowrap;}
.chat-text{font-size:13px;line-height:1.38;word-break:break-word;}.chat-message-actions{text-align:right;margin-top:5px}.chat-report-btn{border:0;background:transparent;color:#87a6d8;font-size:10px;cursor:pointer;}
.connect-chat-inputbar{position:relative;display:flex;align-items:center;gap:7px;margin-top:10px;}
.connect-chat-inputbar input{min-width:0;flex:1;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(3,8,22,.52);color:#fff;padding:0 11px;outline:0;font-size:12px;}
.connect-chat-inputbar button{height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;padding:0 12px;font-weight:800;font-size:12px;cursor:pointer;}.connect-chat-inputbar button:disabled{opacity:.5;cursor:not-allowed;}.connect-chat-inputbar #chat-send-btn:not(:disabled){background:linear-gradient(135deg,#21ffc8,#5fb4ff);color:#05131f;border-color:transparent;}
.emoji-picker{position:absolute;left:0;bottom:46px;display:none;gap:6px;flex-wrap:wrap;width:180px;padding:10px;border:1px solid rgba(255,255,255,.14);background:rgba(6,14,32,.96);border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.28);}.emoji-picker.open{display:flex;}.emoji-picker button{width:34px;height:34px;padding:0;border-radius:10px;}
.auth-modal,.profile-modal,.report-modal{position:fixed;z-index:2147482900;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;}.auth-modal.hidden,.profile-modal.hidden,.report-modal.hidden{display:none!important;}.auth-modal-backdrop{position:absolute;inset:0;background:rgba(1,6,16,.72);backdrop-filter:blur(8px);}.auth-modal-card,.profile-card{position:relative;z-index:2;width:min(460px,100%);max-height:90vh;overflow:auto;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(15,30,62,.98),rgba(5,11,27,.98));border-radius:24px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.46);color:#fff;}.auth-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;font-size:22px;line-height:1;cursor:pointer;}
.auth-tabs{display:flex;gap:8px;margin-bottom:14px;}.auth-tab{flex:1;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;border-radius:14px;padding:11px;font-weight:900;cursor:pointer;}.auth-tab.active{background:linear-gradient(135deg,#21ffc8,#5fb4ff);color:#05131f;border-color:transparent;}
.auth-status{font-size:13px;color:#bcd0ef;margin-bottom:14px;}.auth-status.error{color:#ff8ba1}.auth-pane{display:none;}.auth-pane.active{display:block;}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:10px;}.auth-field label{font-size:11px;text-transform:uppercase;letter-spacing:.10em;color:#aabde0;}.auth-field input{height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(3,8,22,.55);border-radius:14px;color:#fff;padding:0 12px;outline:0;}.auth-check{display:flex;gap:8px;align-items:flex-start;color:#bcd0ef;font-size:12px;line-height:1.35;margin:8px 0 14px}.auth-check a{color:#21ffc8}.auth-submit,.profile-form button,.profile-logout{width:100%;height:44px;border:0;border-radius:14px;background:linear-gradient(135deg,#21ffc8,#5fb4ff);color:#05131f;font-weight:900;cursor:pointer;}
.profile-hero{display:flex;align-items:center;gap:14px;margin-bottom:14px}.profile-avatar{width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 20%,rgba(33,255,200,.55),rgba(67,151,255,.22));border:1px solid rgba(255,255,255,.18);font-size:32px}.profile-hero h3{margin:0;color:#fff}.profile-hero p{margin:4px 0 0;color:#aabde0}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.profile-stats span{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);border-radius:14px;padding:10px;color:#bcd0ef}.profile-stats strong{display:block;color:#fff;font-size:22px}.profile-section{border-top:1px solid rgba(255,255,255,.08);padding-top:13px;margin-top:13px}.profile-section h4{color:#fff;font-size:14px;margin:0 0 10px}.profile-form{display:grid;gap:8px}.profile-form input{height:40px;border:1px solid rgba(255,255,255,.12);background:rgba(3,8,22,.55);border-radius:12px;color:#fff;padding:0 12px;outline:0}.profile-list{display:flex;flex-wrap:wrap;gap:7px;color:#bcd0ef;font-size:12px}.profile-list span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:999px;padding:6px 9px}.profile-logout{margin-top:16px;background:rgba(255,92,122,.18);color:#fff;border:1px solid rgba(255,92,122,.24)}
@media (max-width:1199px){.connect-chat-shell{max-height:none;min-height:430px}.connect-chat-messages{min-height:220px}}
@media (max-width:767px){.connect-chat-shell{border-radius:18px;padding:14px;min-height:390px}.connect-chat-messages{min-height:190px}.auth-modal-card,.profile-card{border-radius:20px;padding:18px}.profile-stats{grid-template-columns:1fr}}
.auth-link{border:0;background:transparent;color:#27f0d3;font-weight:800;font-size:12px;padding:4px 0 10px;cursor:pointer;text-align:left}.auth-recover{display:grid;grid-template-columns:1fr auto;gap:8px;margin:-2px 0 12px}.auth-recover.hidden{display:none}.auth-recover input{height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;padding:0 12px}.auth-recover button{border:0;border-radius:12px;background:#27ead1;color:#06101e;font-weight:900;padding:0 12px}.auth-submit:disabled,.auth-recover button:disabled{opacity:.55;cursor:wait}

/* V8 chat alinhado + perfil/rank */
.connect-chat-shell{justify-content:space-between!important;}
.connect-chat-messages{min-height:0!important;flex:1 1 auto!important;}
.connect-chat-inputbar{margin-top:auto!important;padding-top:10px!important;align-items:center!important;}
.connect-chat-inputbar #chat-send-btn{width:44px!important;min-width:44px!important;border-radius:50%!important;padding:0!important;font-size:18px!important;line-height:1!important;display:grid!important;place-items:center!important;}
.connect-chat-inputbar input::placeholder{color:#94a8cc!important;}
.chat-status-footer{font-size:11px!important;min-height:18px!important;}
.chat-user-mini{display:flex;align-items:center;gap:6px;}
.chat-user-mini.hidden{display:none!important;}
.chat-notify-btn,.chat-edit-mini,.chat-profile-mini{height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:12px;padding:0 9px;}
.chat-notify-btn{position:relative;width:34px;padding:0}.chat-notify-btn span{position:absolute;right:-4px;top:-5px;min-width:16px;height:16px;border-radius:999px;background:#21ffc8;color:#06101e;font-size:9px;font-weight:900;display:grid;place-items:center}.chat-notify-btn span:empty{display:none}.chat-profile-mini strong{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.chat-edit-mini{width:32px;padding:0;color:#21ffc8}.profile-xp{margin-top:8px;width:100%;max-width:220px}.profile-xp span{display:block;color:#cfe2ff;font-size:11px;margin-bottom:5px}.profile-xp i{display:block;height:9px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden;border:1px solid rgba(255,255,255,.12)}.profile-xp b{display:block;height:100%;width:0;background:linear-gradient(90deg,#21ffc8,#5fb4ff);box-shadow:0 0 15px rgba(33,255,200,.5)}
/* V9 chat/painel de usuário */
.chat-status-footer{display:none!important}.chat-rank-badge{display:inline-flex;align-items:center;gap:5px;border-radius:10px;background:rgba(33,255,200,.10);border:1px solid rgba(33,255,200,.20);padding:3px 6px;font-size:10px;color:#dff}.chat-author .chat-rank-icon{width:22px;height:22px;border-radius:7px;background:rgba(255,255,255,.08);display:grid;place-items:center;font-size:14px}.chat-notify-panel{position:absolute;right:10px;top:52px;width:min(330px,88vw);z-index:20;background:rgba(7,16,36,.97);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:12px;box-shadow:0 28px 80px rgba(0,0,0,.45);display:none}.chat-notify-panel.open{display:grid;gap:8px}.notification-item{padding:10px;border-radius:12px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);position:relative}.notification-item strong{display:block;color:#fff;font-size:12px}.notification-item p{margin:4px 22px 0 0;color:#cfe0ff;font-size:12px;line-height:1.35}.notification-item small{color:#8ba3c8;font-size:10px}.notification-del{position:absolute;right:7px;top:7px;width:22px;height:22px;border:0;border-radius:50%;background:rgba(255,92,122,.2);color:#fff;cursor:pointer}.chat-empty-notify{color:#bcd0ef;font-size:12px;padding:10px}.chat-user-mini{position:relative}.chat-profile-mini .rank-mini{width:20px;height:20px;border-radius:6px;background:rgba(33,255,200,.12);display:grid;place-items:center}.chat-edit-mini svg,.chat-notify-btn svg{width:16px;height:16px}.profile-card{width:min(720px,96vw)!important}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-info-grid span{display:block;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:14px;padding:10px;color:#bcd0ef}.profile-info-grid b{display:block;color:#fff}.profile-friends-box{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);border-radius:15px;padding:10px}.profile-friend-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:8px;border-bottom:1px solid rgba(255,255,255,.06)}.profile-friend-row:last-child{border-bottom:0}.friend-actions{display:flex;gap:6px}.friend-actions button{width:30px;height:30px;border:0;border-radius:9px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.online-dot{color:#9dff39}.offline-dot{color:#ff4b63}.report-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.report-option-btn{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:10px;font-weight:800;cursor:pointer}.report-option-btn:hover{background:rgba(33,255,200,.16)}@media(max-width:640px){.profile-info-grid{grid-template-columns:1fr}.chat-notify-panel{right:0}}

/* V11 - perfil/chat/notificações compactos */
.chat-user-mini{position:relative;display:flex;align-items:center;gap:8px;min-width:0}
.chat-notify-btn,.chat-edit-mini,.chat-profile-mini{display:inline-flex!important;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#dceaff;border-radius:14px;min-width:34px;height:34px;padding:0 8px;cursor:pointer;position:relative}
.chat-notify-btn svg,.chat-edit-mini svg{width:17px;height:17px;fill:currentColor}.chat-notify-btn span{position:absolute;right:-5px;top:-6px;min-width:17px;height:17px;border-radius:999px;background:#17ff9b;color:#04130f;font-size:10px;font-weight:900;display:grid;place-items:center}.chat-notify-btn span.empty{display:none}
.chat-profile-mini{gap:7px;padding:5px 10px;max-width:150px}.chat-profile-mini strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-profile-mini small{display:block;font-size:9px;color:#9db1d5;line-height:1}.chat-profile-mini i{display:block;height:3px;background:rgba(255,255,255,.12);border-radius:99px;overflow:hidden;margin-top:2px}.chat-profile-mini i b{display:block;height:100%;background:linear-gradient(90deg,#21ffc8,#5fb4ff)}
.rank-mini{width:24px;height:24px;border-radius:8px;background:rgba(33,255,200,.12);border:1px solid rgba(33,255,200,.22);display:grid;place-items:center;font-size:16px}.chat-status-footer{display:none!important}
.chat-notify-panel{position:fixed;z-index:2147483200;width:min(330px,calc(100vw - 24px));max-height:420px;overflow:auto;border:1px solid rgba(255,255,255,.13);background:rgba(7,16,39,.96);backdrop-filter:blur(18px);border-radius:18px;box-shadow:0 22px 80px rgba(0,0,0,.45);padding:10px;display:none}.chat-notify-panel.open{display:grid;gap:8px}.notification-item{position:relative;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);border-radius:14px;padding:10px 34px 10px 10px}.notification-item.is-read{opacity:.78}.notification-item strong{display:block;color:#fff;font-size:13px}.notification-item p{margin:4px 0;color:#c4d4f1;font-size:12px;line-height:1.35}.notification-item small{color:#7f94bc;font-size:10px}.notification-del{position:absolute;right:8px;top:8px;width:22px;height:22px;border:0;border-radius:50%;background:rgba(255,88,115,.18);color:#ff9aad;cursor:pointer}.chat-empty-notify{padding:16px;text-align:center;color:#9db1d5}
.chat-author{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.profile-status-tag{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:999px;border:1px solid rgba(255,255,255,.14);font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.profile-status-tag.vip{background:rgba(255,211,77,.14);color:#ffe071;border-color:rgba(255,211,77,.35)}.profile-status-tag.admin{background:rgba(23,255,155,.15);color:#17ff9b;border-color:rgba(23,255,155,.35)}.profile-status-tag.moderator{background:rgba(95,180,255,.15);color:#8ed2ff;border-color:rgba(95,180,255,.35)}.profile-status-tag.banned{background:rgba(255,77,105,.15);color:#ff8ba1;border-color:rgba(255,77,105,.35)}
.profile-card{max-width:min(720px,94vw)!important;max-height:86vh!important;overflow:auto!important}.profile-hero{display:grid!important;grid-template-columns:58px 1fr!important;gap:14px!important;align-items:center!important}.profile-avatar,.profile-rank-square{width:58px!important;height:58px!important;border-radius:18px!important}.profile-name-row{display:flex;align-items:center;gap:8px}.profile-info-grid.pro-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.profile-info-grid.pro-grid>span,.profile-stats>span{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:15px;padding:11px;min-height:58px}.profile-info-grid b{display:block;color:#fff;font-size:12px;margin-bottom:5px}.profile-info-grid small{display:block;color:#8da3ca;font-size:10px;margin-top:4px}.profile-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-top-actions{display:flex;gap:8px}.icon-btn,.friend-actions button,.friend-add-small{width:34px;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(33,255,200,.10);color:#bffff1;display:inline-grid;place-items:center;cursor:pointer}.icon-btn svg,.friend-actions svg{width:17px;height:17px;fill:currentColor}.vip-info{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:rgba(255,224,91,.14);color:#ffe05b;font-style:normal;font-size:11px;margin-left:4px}.vip-crown{color:#ffe05b;font-style:normal}.mini-inline-btn{margin-left:6px;border:0;border-radius:999px;background:#17ff9b;color:#04130f;font-weight:900;font-size:10px;padding:3px 7px}.profile-friend-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);border-radius:15px;padding:10px;margin-top:8px}.profile-friend-row small{display:block;color:#9db1d5;font-size:10px}.profile-friend-row.is-pending{opacity:.72}.online-dot{color:#9cff3d;font-style:normal}.offline-dot{color:#ff5b74;font-style:normal}.connect-ui-card textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(3,8,22,.55);color:#fff;padding:12px;resize:vertical}.modal-actions-row{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}
@media(max-width:760px){.profile-info-grid.pro-grid{grid-template-columns:1fr!important}.chat-notify-panel{left:12px!important;right:12px!important;width:auto!important}.chat-profile-mini{max-width:124px}.profile-card{max-height:88vh!important}}

/* Connect Bot v15 */
.chat-message.bot-notice{
  border:1px solid rgba(33,255,200,.35);
  background:linear-gradient(135deg,rgba(33,255,200,.12),rgba(75,120,255,.08));
  box-shadow:0 0 22px rgba(33,255,200,.10);
}
.chat-message.bot-notice .chat-author b{color:#21ffc8;}
.chat-message.bot-notice .chat-text{font-weight:600;}


/* CONNECT_PRIVATE_CHAT_REAL_CSS_START */
.ct-private-chat-purple-root{
  border:2px solid rgba(168,85,247,.95)!important;
  box-shadow:0 0 0 1px rgba(168,85,247,.45),0 0 28px rgba(168,85,247,.38)!important;
}
.ct-private-channel-on button[data-chat-mode="private"].active{
  background:linear-gradient(135deg,rgba(126,34,206,.95),rgba(168,85,247,.95))!important;
  border-color:rgba(216,180,254,.65)!important;
  color:#fff!important;
}
.ct-private-chat-messages .chat-message.private{
  border-left:3px solid rgba(168,85,247,.85)!important;
}
/* CONNECT_PRIVATE_CHAT_REAL_CSS_END */




/* CONNECT_RENDER_REAL_CHAT_CSS_START */
#chat-profile-open{
  display:none!important;
}

.ct-bot-notice-message{
  border:1px solid rgba(34,211,238,.35)!important;
  background:linear-gradient(135deg,rgba(8,47,73,.78),rgba(15,23,42,.74))!important;
}

.ct-bot-notice-message .chat-author b{
  color:#cffafe!important;
}

.chat-private-report-btn{
  border:1px solid rgba(251,113,133,.45);
  background:rgba(127,29,29,.75);
  color:#ffe4e6;
  border-radius:999px;
  padding:3px 8px;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}

.chat-private-report-btn:hover{
  background:rgba(225,29,72,.9);
}
/* CONNECT_RENDER_REAL_CHAT_CSS_END */


/* CONNECT_BASE_FIX_CHAT_FINO_CSS_START */

/* remove o bonequinho extra do cabeçalho, sem mexer na patente */
#live-chat-shell,
.live-chat-shell,
.connect-chat-shell{
  --ct-chat-person-icon:""!important;
}

#live-chat-shell .ct-profile-icon-v1529,
#live-chat-shell .ct-profile-icon-btn-v1529,
#live-chat-shell #chat-profile-open,
#live-chat-shell .chat-profile-open{
  display:none!important;
}

#live-chat-shell .chat-title-profile::before,
#live-chat-shell .connect-chat-user::before,
#live-chat-shell .chat-user-mini::before,
#live-chat-shell .connect-chat-profile::before{
  content:none!important;
  display:none!important;
}

/* garante que botão escondido por regra não reaparece */
.chat-message.mine .chat-report-btn,
.chat-message.mine .chat-private-report-btn,
.ct-bot-notice-message .chat-report-btn,
.ct-bot-notice-message .chat-private-report-btn{
  display:none!important;
}

/* CONNECT_BASE_FIX_CHAT_FINO_CSS_END */


/* CONNECT_REMOVE_PERSON_ICON_CHAT_START */
.ct-bot-notice-message .chat-author b,
.ct-bot-notice-message .chat-rank-icon + b{
  display:none!important;
}
/* CONNECT_REMOVE_PERSON_ICON_CHAT_END */


/* CONNECT_KILL_REAL_PERSON_ICON_START */

/* alvo exato do print/devtools */
.connect-chat-title.ct-chat-space-title-v1529::before,
.ct-chat-space-title-v1529::before,
div.connect-chat-title::before,
#live-chat-shell .connect-chat-title::before,
#live-chat-shell .ct-chat-space-title-v1529::before,
.connect-chat-shell .connect-chat-title::before,
.connect-chat-shell .ct-chat-space-title-v1529::before{
  content:""!important;
  display:none!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  overflow:hidden!important;
}

/* remove data/hora do aviso do bot */
.ct-bot-notice-message .chat-meta{
  display:none!important;
}

/* bot só com ícone + tag BOT */
.ct-bot-notice-message .chat-author b,
.ct-bot-notice-message .chat-rank-icon + b{
  display:none!important;
}

/* CONNECT_KILL_REAL_PERSON_ICON_END */




/* CONNECT_ONLY_HIDE_SELF_REPORT_START */
.chat-message.mine .chat-report-btn,
.chat-message.mine .chat-private-report-btn,
.ct-bot-notice-message .chat-report-btn,
.ct-bot-notice-message .chat-private-report-btn{
  display:none!important;
}

.ct-bot-notice-message .chat-meta{
  display:none!important;
}
/* CONNECT_ONLY_HIDE_SELF_REPORT_END */

/* CONNECT_RANK_IMAGE_ICONS_START */
.rank-mini img,
.profile-rank-square img,
.chat-rank-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
}
.profile-friend-row b img{
  width:18px!important;
  height:18px!important;
  object-fit:contain!important;
  vertical-align:-4px!important;
  margin-right:4px!important;
}
/* CONNECT_RANK_IMAGE_ICONS_END */
/* CONNECT_CHAT_JUMP_BOTTOM_CSS_START */
#ct-chat-unread-btn{
  display:none !important;
}

#live-chat-shell .ct-jump-bottom-btn{
  position:absolute;
  left:50%;
  bottom:58px;
  transform:translateX(-50%);
  z-index:40;
  min-width:42px;
  height:42px;
  padding:0 12px;
  border:none;
  border-radius:999px;
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  background:rgba(10,18,38,.92);
  color:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.28);
  transition:opacity .18s ease, transform .18s ease;
}

#live-chat-shell .ct-jump-bottom-btn.is-visible{
  display:flex;
}

#live-chat-shell .ct-jump-bottom-btn:hover{
  transform:translateX(-50%) translateY(-1px);
}

#live-chat-shell .ct-jump-bottom-arrow{
  font-size:18px;
  line-height:1;
  font-weight:700;
}

#live-chat-shell .ct-jump-bottom-count{
  min-width:18px;
  height:18px;
  padding:0 6px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:700;
  line-height:1;
  background:#47e7ff;
  color:#07111f;
}

#live-chat-shell .ct-jump-bottom-btn.has-unread{
  padding-right:10px;
}
/* CONNECT_CHAT_JUMP_BOTTOM_CSS_END */

/* CONNECT_PRIVATE_NOTIFY_DISCREET_START */
#ct-private-toast-wrap{
  position:fixed;
  right:18px;
  bottom:86px;
  z-index:2147483300;
  display:grid;
  gap:10px;
  pointer-events:none;
}
.ct-private-toast{
  width:min(310px,calc(100vw - 28px));
  border:1px solid rgba(185,104,255,.55);
  background:linear-gradient(145deg,rgba(35,18,64,.96),rgba(10,20,42,.96));
  color:#fff;
  border-radius:16px;
  padding:12px 14px;
  text-align:left;
  box-shadow:0 18px 48px rgba(0,0,0,.42),0 0 22px rgba(185,104,255,.22);
  transform:translateY(12px);
  opacity:0;
  transition:opacity .22s ease,transform .22s ease;
  pointer-events:auto;
  cursor:pointer;
}
.ct-private-toast.show{opacity:1;transform:translateY(0);}
.ct-private-toast strong{display:block;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#e7d0ff;}
.ct-private-toast span{display:block;margin-top:4px;font-size:13px;color:#fff;}
.ct-private-toast small{display:block;margin-top:5px;color:#bcd0ef;font-size:11px;}
.ct-private-tab-badge{
  display:inline-grid;
  place-items:center;
  min-width:17px;
  height:17px;
  padding:0 5px;
  border-radius:999px;
  background:#ff4edb;
  color:#fff;
  font-style:normal;
  font-size:10px;
  font-weight:900;
  box-shadow:0 0 12px rgba(255,78,219,.45);
}
@media(max-width:760px){
  #ct-private-toast-wrap{left:12px;right:12px;bottom:82px;}
  .ct-private-toast{width:100%;}
}
/* CONNECT_PRIVATE_NOTIFY_DISCREET_END */

/* CONNECT_AUTH_LOADING_HUD_START */
.ct-auth-loading-hud{
  position:fixed;
  inset:0;
  z-index:2147483400;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(1,6,16,.42);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
.ct-auth-loading-hud.hidden{display:none!important;}
.ct-auth-loading-card{
  width:min(320px,100%);
  border:1px solid rgba(33,255,200,.26);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(10,23,48,.96),rgba(4,10,25,.96));
  color:#fff;
  box-shadow:0 22px 70px rgba(0,0,0,.5),0 0 26px rgba(33,255,200,.15);
  padding:20px;
  text-align:center;
  display:grid;
  gap:8px;
  justify-items:center;
}
.ct-auth-loading-spinner{
  width:38px;
  height:38px;
  border-radius:50%;
  border:3px solid rgba(255,255,255,.14);
  border-top-color:#21ffc8;
  border-right-color:#5fb4ff;
  animation:ct-auth-spin .78s linear infinite;
}
.ct-auth-loading-card strong{
  font-size:16px;
  letter-spacing:.04em;
}
.ct-auth-loading-card small{
  max-width:240px;
  color:#bdd4f7;
  font-size:12px;
  line-height:1.4;
}
.ct-auth-loading-active .auth-submit,
.ct-auth-loading-active .profile-logout{
  cursor:wait!important;
}
@keyframes ct-auth-spin{
  to{transform:rotate(360deg);}
}
@media(prefers-reduced-motion:reduce){
  .ct-auth-loading-spinner{animation:none;}
}
/* CONNECT_AUTH_LOADING_HUD_END */

/* CONNECT_RANKING_MODAL_START */
.chat-rank-btn{
  width:36px;
  min-width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  font-weight:900;
}
.chat-rank-btn.is-disabled{opacity:.45;cursor:not-allowed}
.rank-trophy{
  width:18px;
  height:18px;
  border-radius:6px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#ffd166,#ff9f1c);
  color:#241400;
  font-size:12px;
  line-height:1;
}
.ranking-card{width:min(760px,96vw)!important}
.ranking-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.ranking-head h3{margin:0;color:#fff}
.ranking-head p{margin:5px 0 0;color:#aecaef;font-size:12px}
.ranking-search input{
  width:min(260px,42vw);
  height:40px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(3,8,22,.58);
  color:#fff;
  padding:0 12px;
  outline:0;
}
.ranking-body{display:grid;gap:9px}
.ranking-me{
  border:1px solid rgba(33,255,200,.18);
  background:rgba(33,255,200,.08);
  color:#dff;
  border-radius:14px;
  padding:10px 12px;
  font-size:13px;
}
.ranking-row{
  display:grid;
  grid-template-columns:42px 42px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:10px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
}
.ranking-row>strong{color:#fff;text-align:center;font-size:15px}
.ranking-row.top-1{border-color:rgba(255,209,102,.42);background:linear-gradient(135deg,rgba(255,209,102,.12),rgba(255,255,255,.04))}
.ranking-row.top-2{border-color:rgba(180,200,230,.32)}
.ranking-row.top-3{border-color:rgba(255,150,90,.32)}
.ranking-row.is-me{outline:1px solid rgba(33,255,200,.35)}
.ranking-rank-icon{width:42px;height:42px;border-radius:13px;background:rgba(33,255,200,.10);display:grid;place-items:center;overflow:hidden;font-size:20px}
.ranking-rank-icon img{width:100%;height:100%;object-fit:contain;display:block}
.ranking-main{min-width:0}
.ranking-main b{display:block;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ranking-main small{display:block;margin-top:3px;color:#aecaef;font-size:11px}
.rank-status{display:inline-flex;vertical-align:1px;margin-left:5px;border-radius:999px;padding:2px 6px;background:rgba(255,255,255,.10);color:#fff;font-size:9px;font-weight:900;text-transform:uppercase}
.rank-status.banned{background:#ff4d69}
.rank-status.vip{background:#ffd166;color:#271700}
.rank-status.admin,.rank-status.moderator{background:#21ffc8;color:#06151c}
.ranking-actions{display:flex;gap:6px}
.ranking-actions button,.ranking-pages button{
  border:0;
  border-radius:10px;
  background:rgba(255,255,255,.10);
  color:#fff;
  min-width:34px;
  height:34px;
  cursor:pointer;
  font-weight:900;
}
.ranking-actions button:hover,.ranking-pages button:hover{background:rgba(33,255,200,.18)}
.ranking-pages{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:4px;color:#cfe0ff}
.ranking-pages button{padding:0 12px}
.ranking-pages button:disabled{opacity:.45;cursor:not-allowed}
.profile-friend-row small{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important}
.online-dot,.offline-dot{display:inline-flex!important;align-items:center!important;line-height:1!important}
@media(max-width:640px){
  .ranking-head{display:grid}
  .ranking-search input{width:100%}
  .ranking-row{grid-template-columns:34px 38px minmax(0,1fr);align-items:start}
  .ranking-actions{grid-column:1/-1;justify-content:flex-end}
}
/* CONNECT_RANKING_MODAL_END */

/* CONNECT_RANK_IMAGE_CLEAN_V17_1_START */
.rank-mini:has(img),
.profile-rank-square:has(img),
.chat-rank-icon:has(img),
.ranking-rank-icon:has(img){
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
  overflow:visible!important;
}
.profile-avatar:has(.profile-rank-square img){
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.rank-mini img,
.profile-rank-square img,
.chat-rank-icon img,
.ranking-rank-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.chat-rank-icon:has(img){
  width:22px!important;
  height:22px!important;
}
.rank-mini:has(img){
  width:24px!important;
  height:24px!important;
}
.ranking-rank-icon:has(img){
  width:42px!important;
  height:42px!important;
}
.profile-rank-square:has(img),
.profile-avatar:has(.profile-rank-square img){
  width:58px!important;
  height:58px!important;
}
.profile-friend-row b > img,
.profile-friend-row > span > img,
.friend-results .profile-friend-row span > img{
  width:20px!important;
  height:20px!important;
  object-fit:contain!important;
  display:inline-block!important;
  vertical-align:-5px!important;
  margin-right:6px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
/* CONNECT_RANK_IMAGE_CLEAN_V17_1_END */
