#lc-widget{position:fixed;right:22px;bottom:22px;z-index:9999;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#F4F7FF}.lc-btn{width:62px;height:62px;border:0;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,#0FB7FF,#16E0C9 55%,#8B5CFF);box-shadow:0 16px 44px rgba(15,183,255,.28),0 0 0 9px rgba(22,224,201,.08);display:flex;align-items:center;justify-content:center;transition:.2s transform}.lc-btn:hover{transform:translateY(-2px) scale(1.03)}.lc-btn svg{width:34px;height:34px}.lc-badge{position:absolute;right:0;top:0;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#FFD875;color:#07101a;font-size:12px;font-weight:800;display:none;align-items:center;justify-content:center}.lc-window{position:absolute;right:0;bottom:78px;width:min(370px,calc(100vw - 28px));height:510px;max-height:calc(100vh - 112px);border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(180deg,rgba(11,18,32,.97),rgba(5,8,18,.97));box-shadow:0 28px 90px rgba(0,0,0,.55);overflow:hidden;display:none;backdrop-filter:blur(16px)}#lc-widget.lc-open .lc-window{display:flex;flex-direction:column}.lc-head{padding:17px 18px;background:linear-gradient(135deg,rgba(15,183,255,.18),rgba(22,224,201,.12));border-bottom:1px solid rgba(255,255,255,.10);display:flex;align-items:center;gap:12px}.lc-logo{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#0FB7FF,#16E0C9);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(22,224,201,.18)}.lc-logo svg{width:26px;height:26px}.lc-title{font-weight:800;font-size:16px}.lc-subtitle{font-size:12px;color:rgba(244,247,255,.66);margin-top:2px}.lc-close{margin-left:auto;border:0;background:rgba(255,255,255,.08);color:#fff;width:32px;height:32px;border-radius:11px;cursor:pointer;font-size:22px;line-height:1}.lc-messages{flex:1;overflow:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px}.lc-msg{max-width:84%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.38;white-space:pre-wrap;word-break:break-word}.lc-msg-user{align-self:flex-end;background:linear-gradient(135deg,#0FB7FF,#16E0C9);color:#031018;border-bottom-right-radius:6px}.lc-msg-admin,.lc-msg-system{align-self:flex-start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);color:#F4F7FF;border-bottom-left-radius:6px}.lc-time{display:block;margin-top:5px;font-size:10px;opacity:.62}.lc-form{padding:12px;border-top:1px solid rgba(255,255,255,.10);display:flex;gap:8px;background:rgba(0,0,0,.18)}.lc-input{flex:1;min-height:44px;max-height:110px;resize:none;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.07);color:#fff;padding:12px;outline:none}.lc-input:focus{border-color:rgba(22,224,201,.7);box-shadow:0 0 0 4px rgba(22,224,201,.10)}.lc-send{width:46px;height:44px;border:0;border-radius:15px;cursor:pointer;background:linear-gradient(135deg,#FFD875,#F6C44B);color:#07101a;font-weight:900}.lc-status{padding:0 14px 10px;color:rgba(244,247,255,.58);font-size:12px;background:rgba(0,0,0,.18)}@media(max-width:520px){#lc-widget{right:14px;bottom:14px}.lc-window{right:-2px;bottom:74px;height:70vh}.lc-btn{width:58px;height:58px}}


/* Hide only empty system message bubble */
.lc-msg-system:empty{
    display:none !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    min-height:0 !important;
}


/* FINAL username form fix */
.lc-msg-system:empty,
.lc-msg:empty{
  display:none !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  min-height:0 !important;
}
.lc-username-form{
  padding:12px !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  background:rgba(0,0,0,.18) !important;
  display:block;
}
.lc-username-label{
  font-size:13px !important;
  font-weight:800 !important;
  margin:0 0 8px !important;
  color:#F4F7FF !important;
}
.lc-username-label span{color:#FFD875 !important;}
.lc-username-input{
  width:100% !important;
  box-sizing:border-box !important;
  min-height:44px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.07) !important;
  color:#fff !important;
  padding:12px !important;
  outline:none !important;
  font:inherit !important;
}
.lc-username-input:focus{
  border-color:rgba(22,224,201,.7) !important;
  box-shadow:0 0 0 4px rgba(22,224,201,.10) !important;
}
.lc-username-send{
  width:100% !important;
  margin-top:10px !important;
  min-height:44px !important;
  border:0 !important;
  border-radius:15px !important;
  cursor:pointer !important;
  background:linear-gradient(135deg,#FFD875,#F6C44B) !important;
  color:#07101a !important;
  font-weight:900 !important;
  font-size:15px !important;
}
.lc-msg-warning{
  border:1px solid rgba(255,203,77,.45) !important;
  background:rgba(255,203,77,.10) !important;
  color:#FFD875 !important;
}
.lc-msg-ok{
  border:1px solid rgba(22,224,201,.35) !important;
  background:rgba(22,224,201,.10) !important;
  color:#BFFFF7 !important;
}
