/* AXORA v1.55.0 · Reenvíos y Reingresos — bandeja compacta */
.commit-sync-host{position:fixed;z-index:250;top:82px;right:22px;width:min(390px,calc(100vw - 32px));pointer-events:none}
.commit-sync-card{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:11px 13px;border:1px solid #cbd9ef;border-radius:14px;background:rgba(247,250,255,.98);box-shadow:0 14px 34px rgba(15,23,42,.16);backdrop-filter:blur(9px);color:#172033}
.commit-sync-card>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#175cd3;color:#fff;font-size:16px;font-weight:950}
.commit-sync-card>div{min-width:0;display:grid;gap:2px}
.commit-sync-card b{font-size:11px}
.commit-sync-card small{color:#5d6879;font-size:9.5px;line-height:1.35}
.commit-sync-card.pending>span{animation:commit-sync-spin 1s linear infinite}
.commit-sync-card.done{border-color:#a7dfbd;background:rgba(246,255,249,.98)}
.commit-sync-card.done>span{background:#16803c;animation:none}
.commit-sync-card.warn{border-color:#f2cd75;background:rgba(255,251,239,.98)}
.commit-sync-card.warn>span{background:#b76e00;animation:none}
@keyframes commit-sync-spin{to{transform:rotate(360deg)}}
.reentry-compact-page{gap:14px}
.reentry-hero{margin-bottom:0}
.reentry-workspace-section{min-width:0;display:grid;gap:14px;overflow:hidden}
.reentry-workspace-section .reentry-toolbar{margin-bottom:0}
.reentry-worklist-row .status{max-width:160px;overflow:hidden;text-overflow:ellipsis}
.reentry-selection{min-width:0}
.reentry-detail-panel{position:relative;min-width:0;padding-top:2px;container-type:inline-size;container-name:reentry-detail}
.reentry-detail-close{position:absolute;z-index:4;top:15px;right:15px}
.reentry-detail-panel>.reentry-decision-item,
.reentry-detail-panel>.reentry-authorized-card,
.reentry-detail-panel>.reentry-resend-card,
.reentry-detail-panel>.reentry-load-fallback{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
  margin:0;
  padding:17px;
  border-radius:17px;
  box-shadow:0 10px 26px rgba(15,23,42,.055);
}
.reentry-detail-panel>.reentry-decision-item>header,
.reentry-detail-panel>.reentry-authorized-card>header,
.reentry-detail-panel>.reentry-resend-card>header{padding-right:46px}
.reentry-detail-panel .reentry-step-badge{display:none}
.reentry-detail-panel .reentry-product-list,
.reentry-detail-panel .reentry-line-list{max-height:340px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:3px}
.reentry-detail-panel .reentry-product-row,
.reentry-detail-panel .reentry-line-row{border-radius:11px}
.reentry-detail-panel .reentry-card-meta>div{padding:9px 11px;border-radius:11px}
.reentry-detail-panel .reentry-actions .company-btn{min-height:43px;font-size:11px}
.reentry-detail-placeholder>span{color:#d71920}

@container reentry-detail (max-width:760px){
  .reentry-detail-panel .reentry-card-meta{grid-template-columns:repeat(2,minmax(0,1fr))}
  .reentry-detail-panel .reentry-card-meta>div:first-child{grid-column:1/-1}
  .reentry-detail-panel .reentry-line-row,
  .reentry-detail-panel .reentry-line-head,
  .reentry-detail-panel .reentry-line-split{grid-template-columns:minmax(0,1fr)}
}
@container reentry-detail (max-width:500px){
  .reentry-detail-panel .reentry-card-meta{grid-template-columns:minmax(0,1fr)}
  .reentry-detail-panel .reentry-card-meta>div:first-child{grid-column:auto}
  .reentry-detail-panel .reentry-actions{grid-template-columns:minmax(0,1fr)}
  .reentry-detail-panel .reentry-product-row{align-items:flex-start}
}
@media(max-width:760px){
  .commit-sync-host{top:72px;right:12px;width:calc(100vw - 24px)}
  .reentry-compact-page{gap:12px}
  .reentry-workspace-section{padding:14px!important}
  .reentry-workspace-section .reentry-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr)!important}
  .reentry-workspace-section .reentry-toolbar>.company-btn{width:100%!important}
  .reentry-detail-panel>.reentry-decision-item,
  .reentry-detail-panel>.reentry-authorized-card,
  .reentry-detail-panel>.reentry-resend-card{padding:14px!important}
  .reentry-detail-close{top:12px;right:12px}
}
@media(max-width:430px){
  .reentry-worklist-row>.status{max-width:92px}
}
