.bones-gchat-block{overflow:hidden}.bones-gchat-header{gap:10px}.bones-gchat-subtitle{font-size:12px;opacity:.72;margin-top:3px}.bones-gchat-actions{display:flex;gap:6px}.bones-gchat-small-btn{border:0;border-radius:10px;background:rgba(255,255,255,.08);color:inherit;width:34px;height:34px;cursor:pointer}.bones-gchat-small-btn:hover{background:rgba(255,255,255,.14)}.bones-gchat-list-wrap{position:relative}.bones-gchat-list{height:430px;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px;scroll-behavior:auto}.bones-gchat-down{position:absolute;left:50%;bottom:14px;transform:translateX(-50%) translateY(10px);width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:24px;line-height:42px;cursor:pointer;opacity:0;pointer-events:none;transition:.18s;z-index:5}.bones-gchat-down.show{opacity:.72;pointer-events:auto;transform:translateX(-50%) translateY(0)}.bones-gchat-down:hover{opacity:1}.bones-gchat-highlight{outline:2px solid rgba(255,255,255,.25)}.bones-gchat-loading,.bones-gchat-empty,.bones-gchat-auth-needed{padding:18px;text-align:center;opacity:.75}.bones-gchat-msg{display:flex;gap:10px;padding:10px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06);position:relative}.bones-gchat-msg:hover{background:rgba(255,255,255,.07)}.bones-gchat-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex:0 0 38px}.bones-gchat-body{min-width:0;flex:1}.bones-gchat-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bones-gchat-name{font-weight:700}.bones-gchat-name:hover{text-decoration:none}.bones-gchat-role{font-size:11px;padding:2px 7px;border-radius:8px;background:rgba(255,255,255,.09)}.bones-gchat-date{font-size:11px;opacity:.6;margin-left:auto}.bones-gchat-text{margin-top:5px;line-height:1.45;word-break:break-word}.bones-gchat-text a{word-break:break-all}.bones-gchat-replied{margin:6px 0 4px;padding:6px 8px;border-left:3px solid rgba(74,144,226,.8);border-radius:8px;background:rgba(74,144,226,.09);font-size:12px;opacity:.9}.bones-gchat-tools{display:flex;gap:8px;margin-top:7px;opacity:.72}.bones-gchat-tool{border:0;background:transparent;color:inherit;font-size:12px;padding:0;cursor:pointer}.bones-gchat-tool:hover{text-decoration:underline;opacity:1}.bones-gchat-edited{font-size:11px;opacity:.55;margin-left:5px}.bones-gchat-form{display:flex;gap:8px;padding:10px 12px 0}.bones-gchat-input-wrap{position:relative;flex:1}.bones-gchat-form textarea{width:100%;resize:none;min-height:42px;max-height:120px;border-radius:13px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.16);color:inherit;padding:11px 12px;outline:none}.bones-gchat-form textarea:focus{border-color:rgba(74,144,226,.75)}.bones-gchat-send{width:46px;height:42px;border:0;border-radius:13px;cursor:pointer;background:#2f80ed;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center}.bones-gchat-send:disabled{opacity:.55;cursor:default}.bones-gchat-hint{font-size:11px;opacity:.55;padding:6px 14px 12px}.bones-gchat-reply{margin:10px 12px 0;padding:8px 10px;border-radius:12px;background:rgba(74,144,226,.10);border:1px solid rgba(74,144,226,.22);display:flex;align-items:center;justify-content:space-between;gap:10px}.bones-gchat-reply span{display:block;font-size:12px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}.bones-gchat-reply button{border:0;background:transparent;color:inherit;font-size:22px;cursor:pointer}.bones-gchat-own{background:rgba(47,128,237,.08);border-color:rgba(47,128,237,.16)}.bones-gchat-deleted{opacity:.55;font-style:italic}.bones-gchat-mention{color:#58a6ff;font-weight:700}.bones-gchat-new-divider{text-align:center;font-size:12px;opacity:.65;margin:4px 0}.bones-gchat-toast{position:fixed;right:18px;bottom:18px;background:#20242b;color:#fff;border-radius:12px;padding:12px 14px;z-index:99999;box-shadow:0 8px 30px rgba(0,0,0,.28)}@media(max-width:768px){.bones-gchat-list{height:390px;padding:9px}.bones-gchat-msg{padding:9px}.bones-gchat-avatar{width:34px;height:34px;flex-basis:34px}.bones-gchat-date{width:100%;margin-left:0}.bones-gchat-form{padding:8px 9px 0}.bones-gchat-hint{display:none}.bones-gchat-reply span{max-width:230px}}
.bc-admin-stats{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;padding:12px}.bc-admin-stats>div{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;text-align:center}.bc-admin-stats b{display:block;font-size:24px;line-height:1.1}.bc-admin-stats span{display:block;margin-top:5px;opacity:.75}@media(max-width:768px){.bc-admin-stats{grid-template-columns:repeat(2,1fr)}}

/* v1.5: mute box */
.bones-gchat-mute-box{
  margin: 10px 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(120,120,120,.12);
  border: 1px solid rgba(255,255,255,.08);
  color: #ddd;
  text-align: center;
  font-size: 14px;
}


/* @mention search */
.bones-gchat-mentions-box{position:absolute;left:0;right:0;bottom:calc(100% + 6px);z-index:20;background:#20242b;border:1px solid rgba(255,255,255,.10);border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.35);overflow:hidden;max-height:240px;overflow-y:auto}
.bones-gchat-mention-item{display:flex;align-items:center;gap:9px;width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:9px 11px;cursor:pointer}
.bones-gchat-mention-item:hover,.bones-gchat-mention-item.active{background:rgba(255,255,255,.08)}
.bones-gchat-mention-item img{width:28px;height:28px;border-radius:50%;object-fit:cover;flex:0 0 28px}
.bones-gchat-mention-item span{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bones-gchat-mentions-empty{padding:10px 12px;font-size:12px;opacity:.65}

/* BONES Global Chat: compact message action buttons */
.bones-gchat-msg{
    position:relative;
    padding-bottom:22px;
}
.bones-gchat-body{
    padding-bottom:0;
}
.bones-gchat-tools{
    position:absolute;
    right:12px;
    bottom:6px;
    display:flex;
    gap:8px;
    margin:0;
    opacity:.55;
    line-height:1;
}
.bones-gchat-msg:hover .bones-gchat-tools{
    opacity:.85;
}
.bones-gchat-tool{
    font-size:11px;
    line-height:1;
    padding:0;
}
@media(max-width:768px){
    .bones-gchat-msg{
        padding-bottom:21px;
    }
    .bones-gchat-tools{
        right:10px;
        bottom:6px;
        gap:7px;
    }
}
