/* FIX31 - Orden profesional de categorías */
.orden-badge-fix31{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.02em;
  color:#0f2746;
  background:linear-gradient(135deg,#eef6ff,#dffaf4);
  border:1px solid rgba(112,160,235,.34);
  box-shadow:0 8px 22px rgba(20,55,90,.08);
}
.elite360-cat-order-panel{
  margin:18px 0 20px;
  border:1px solid rgba(117,167,231,.28);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,251,250,.82));
  box-shadow:0 18px 45px rgba(21,55,90,.08);
  padding:16px 18px;
  overflow:hidden;
}
.elite360-cat-order-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.elite360-cat-order-title{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:260px;
}
.elite360-cat-order-icon{
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#5f83f7,#32c8b2);
  box-shadow:0 12px 30px rgba(58,128,221,.28);
}
.elite360-cat-order-title h2{
  margin:0;
  font-size:18px;
  color:#13233d;
  letter-spacing:-.02em;
}
.elite360-cat-order-title p{
  margin:3px 0 0;
  color:#61728d;
  font-size:13px;
  line-height:1.35;
}
.elite360-cat-order-toolbar{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.elite360-cat-order-select,
.elite360-cat-order-search{
  min-height:42px;
  border-radius:16px;
  border:1px solid rgba(119,163,227,.35);
  background:rgba(255,255,255,.86);
  color:#14223a;
  font-weight:700;
  padding:0 14px;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.elite360-cat-order-select{min-width:230px;}
.elite360-cat-order-search{min-width:230px;}
.elite360-cat-order-btn{
  min-height:40px;
  border:0;
  border-radius:15px;
  padding:0 15px;
  font-weight:900;
  cursor:pointer;
  color:#fff;
  background:linear-gradient(135deg,#5f83f7,#35c7b7);
  box-shadow:0 12px 24px rgba(61,126,219,.18);
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.elite360-cat-order-btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(61,126,219,.24);}
.elite360-cat-order-btn.secondary{
  color:#19304f;
  background:#fff;
  border:1px solid rgba(119,163,227,.35);
  box-shadow:none;
}
.elite360-cat-order-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;}
.elite360-cat-order-list{
  display:grid;
  gap:9px;
}
.elite360-cat-order-row{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-radius:18px;
  border:1px solid rgba(126,166,227,.23);
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 28px rgba(31,62,98,.06);
  transition:transform .16s ease, border-color .16s ease, background .16s ease;
}
.elite360-cat-order-row:hover{
  transform:translateY(-1px);
  border-color:rgba(85,134,230,.42);
  background:#fff;
}
.elite360-cat-order-row.is-dragging{opacity:.55;transform:scale(.995);}
.elite360-cat-order-number{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:15px;
  font-weight:950;
  color:#17355c;
  background:linear-gradient(135deg,#eef5ff,#ddfbf5);
  border:1px solid rgba(118,165,229,.25);
}
.elite360-cat-order-main{min-width:0;}
.elite360-cat-order-main strong{
  display:block;
  color:#14233d;
  font-size:15px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.elite360-cat-order-main span{
  display:block;
  color:#718199;
  font-size:12px;
  margin-top:2px;
}
.elite360-cat-order-actions{
  display:flex;
  align-items:center;
  gap:7px;
}
.elite360-cat-order-mini{
  width:34px;
  height:34px;
  border-radius:13px;
  border:1px solid rgba(119,163,227,.34);
  background:#fff;
  color:#163150;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
}
.elite360-cat-order-mini:hover{background:#eef6ff;}
.elite360-cat-order-mini:disabled{opacity:.35;cursor:not-allowed;}
.elite360-cat-order-status{
  min-height:18px;
  margin-top:10px;
  font-size:13px;
  font-weight:800;
  color:#187a68;
}
.elite360-cat-order-status.is-error{color:#b83345;}
.elite360-cat-order-empty{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.68);
  color:#62728d;
  font-weight:700;
}
@media (max-width:900px){
  .elite360-cat-order-head{align-items:flex-start;flex-direction:column;}
  .elite360-cat-order-toolbar{width:100%;justify-content:stretch;}
  .elite360-cat-order-select,.elite360-cat-order-search,.elite360-cat-order-btn{width:100%;}
  .elite360-cat-order-row{grid-template-columns:42px minmax(0,1fr);}
  .elite360-cat-order-actions{grid-column:1 / -1;justify-content:flex-end;}
}
@media (max-width:560px){
  .elite360-cat-order-panel{border-radius:20px;padding:14px;}
  .elite360-cat-order-title{min-width:0;}
  .elite360-cat-order-title h2{font-size:17px;}
  .elite360-cat-order-row{padding:10px;}
}
