/* STARLIKE SUPERVISOR POLISH FINAL
   Legibilidad y estados claros; no cambia permisos ni lógica. */
body:not(.sl-operator-mode){
  --sup-text:#f4f4f7;
  --sup-muted:#c1c2ca;
  --sup-line:#4a4c56;
  --sup-field:#0d0e12;
}
body:not(.sl-operator-mode) .view.active-view,
body:not(.sl-operator-mode) .panel,
body:not(.sl-operator-mode) .config-box{
  color:var(--sup-text)!important;
}
body:not(.sl-operator-mode) .muted,
body:not(.sl-operator-mode) small,
body:not(.sl-operator-mode) .eyebrow,
body:not(.sl-operator-mode) .stl-section-label,
body:not(.sl-operator-mode) #slSupervisorLabel1693 small{
  color:var(--sup-muted)!important;
  opacity:1!important;
}
body:not(.sl-operator-mode) label{
  color:#ececf1!important;
  font-weight:750!important;
}
body:not(.sl-operator-mode) input,
body:not(.sl-operator-mode) select,
body:not(.sl-operator-mode) textarea{
  background:var(--sup-field)!important;
  color:#fff!important;
  border-color:var(--sup-line)!important;
  opacity:1!important;
}
body:not(.sl-operator-mode) input::placeholder,
body:not(.sl-operator-mode) textarea::placeholder{
  color:#9fa1ab!important;
  opacity:1!important;
}
body:not(.sl-operator-mode) input:focus,
body:not(.sl-operator-mode) select:focus,
body:not(.sl-operator-mode) textarea:focus{
  border-color:#ffd528!important;
  box-shadow:0 0 0 2px rgba(255,213,40,.16)!important;
  outline:none!important;
}
body:not(.sl-operator-mode) .btn:not(:disabled),
body:not(.sl-operator-mode) .table-btn:not(:disabled){
  color:#fff!important;
  border-color:#50525d!important;
}
body:not(.sl-operator-mode) .btn.primary:not(:disabled){
  color:#111!important;
}
body:not(.sl-operator-mode) button:disabled,
body:not(.sl-operator-mode) .btn:disabled,
body:not(.sl-operator-mode) input:disabled,
body:not(.sl-operator-mode) select:disabled,
body:not(.sl-operator-mode) textarea:disabled{
  opacity:.68!important;
  color:#d0d1d7!important;
  -webkit-text-fill-color:#d0d1d7!important;
  background:#252630!important;
  border-color:#41434d!important;
  cursor:not-allowed!important;
}
body:not(.sl-operator-mode) #slSupervisorLabel1693{
  background:linear-gradient(110deg,rgba(255,43,147,.10),rgba(255,213,40,.06))!important;
  border-color:#4a3a46!important;
}
body:not(.sl-operator-mode) #slSupervisorLabel1693 b{
  color:#ffd528!important;
  font-size:12px!important;
  letter-spacing:.05em;
}
body:not(.sl-operator-mode) .sidebar .nav:not(.hidden){
  color:#e8e8ed!important;
}
body:not(.sl-operator-mode) .sidebar .nav.active{
  color:#fff!important;
  border-color:#ff2b93!important;
  background:rgba(255,43,147,.12)!important;
}
body:not(.sl-operator-mode) #slOperatorModeBtn169{
  color:#fff!important;
  border-color:#ffd528!important;
  background:#1d1e24!important;
  font-weight:900!important;
}
body:not(.sl-operator-mode) table th{color:#d9dae1!important}
body:not(.sl-operator-mode) table td{color:#f0f0f3!important}
