/* css/nowiKlienci.css */
.sxNewRoot{display:flex;flex-direction:column;gap:12px}
.sxNewTopbar{display:flex;gap:12px;align-items:center}
.sxNewInput{
  flex:1;min-width:280px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.20);
  color: rgba(233,230,223,.9);
  border-radius:14px;
  padding:10px 12px;
  outline:none;
}
.sxNewInput:focus{border-color:rgba(212,176,106,.35);box-shadow:0 0 0 3px rgba(212,176,106,.12)}
.sxNewList{display:flex;flex-direction:column;gap:10px}
.sxNewEmpty{padding:12px;color:rgba(233,230,223,.65)}
.sxNewRow{
  display:flex;gap:12px;align-items:center;
  border:1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(18,19,26,.86), rgba(14,15,20,.82));
  border-radius:16px;
  padding:12px;
}
.sxNewAvatar{
  width:38px;height:38px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(212,176,106,.16);
  border:1px solid rgba(212,176,106,.25);
  font-weight:900;
}
.sxNewMain{flex:1;min-width:0}
.sxNewName{font-weight:900}
.sxNewMeta{margin-top:3px;font-size:12px;color:rgba(233,230,223,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sxNewActions{flex:0 0 auto}
.sxNewBtn{
  border:1px solid rgba(212,176,106,.25);
  background: rgba(212,176,106,.10);
  color: rgba(233,230,223,.9);
  border-radius:12px;
  padding:8px 10px;
  cursor:pointer;
  font-weight:900;
  font-size:12px;
}
.sxNewBtn:hover{background: rgba(212,176,106,.14);border-color:rgba(212,176,106,.45)}