.status-badge{display:inline-flex;align-items:center;padding:4px 14px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.status-badge--warn{background:var(--orange-light);color:#9a3412}.status-badge--green{background:var(--green-light);color:#14532d}.status-badge--gray{background:var(--gray-100);color:var(--gray-500)}.header{display:flex;flex-direction:column;gap:14px}.header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.header-logo{display:flex;align-items:center}.logo-img{height:44px;width:auto;object-fit:contain;display:block}.logo-fallback{align-items:center;background:var(--brand);border-radius:10px;padding:8px 16px}.logo-fallback-text{color:#fff;font-weight:800;font-size:18px;letter-spacing:-.02em}.header-meta{text-align:right;display:flex;flex-direction:column;gap:2px}.header-date{font-size:13px;color:var(--gray-400);font-weight:500}.header-numero{font-size:26px;font-weight:900;color:var(--brand);letter-spacing:-.04em;line-height:1}.header-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:2px}.header-client{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700;color:var(--gray-700);letter-spacing:.01em}.header-client svg{color:var(--gray-400);flex-shrink:0}@media (max-width: 480px){.header-numero{font-size:22px}.logo-img{height:36px}}.progress-wrap{display:flex;flex-direction:row;align-items:center;padding:4px 0 8px}.step{display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 auto;min-width:84px;animation:stepIn .4s ease both}@keyframes stepIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.step-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gray-100);color:var(--gray-400);border:2px solid var(--gray-200);transition:all .3s ease;flex-shrink:0}.step-label{font-size:11px;font-weight:700;color:var(--gray-400);text-align:center;white-space:nowrap;transition:color .3s}.step--done .step-circle{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 0 0 5px #1a3a5c1a}.step--done .step-label{color:var(--brand)}.step--active .step-circle{background:#fff;border-color:var(--accent);border-width:2.5px;color:var(--accent);box-shadow:0 0 0 6px #e8610a1f;animation:pulseAccent 2.2s ease infinite}.step--active .step-label{color:var(--accent);font-weight:800}@keyframes pulseAccent{0%,to{box-shadow:0 0 0 6px #e8610a1f}50%{box-shadow:0 0 0 10px #e8610a0d}}.step--anulado .step-circle{background:var(--gray-50);border-color:var(--gray-200);color:var(--gray-300)}.step--anulado .step-label{color:var(--gray-300)}.connector{flex:1;height:2.5px;background:var(--gray-200);border-radius:99px;min-width:20px;margin-bottom:26px;transition:background .4s}.connector--done{background:var(--brand)}.progress-wrap--grayed .step--done .step-circle,.progress-wrap--grayed .step--active .step-circle{background:var(--gray-200);border-color:var(--gray-300);color:var(--gray-400);box-shadow:none;animation:none}.progress-wrap--grayed .step--done .step-label,.progress-wrap--grayed .step--active .step-label{color:var(--gray-400)}.progress-wrap--grayed .connector--done{background:var(--gray-300)}@media (max-width: 600px){.progress-wrap{flex-direction:column;align-items:flex-start;padding:0}.step{flex-direction:row;align-items:center;gap:14px;min-width:unset;width:100%;padding:4px 0}.step-circle{width:42px;height:42px;flex-shrink:0}.step-label{font-size:13px;text-align:left;white-space:normal}.connector{flex:unset;height:24px;width:2.5px;margin-left:19px;margin-bottom:0;min-width:unset}}.items-wrap{border:1px solid var(--gray-200);border-radius:var(--radius-sm);overflow:hidden}.items-header,.item-row{display:grid;grid-template-columns:36px 140px 1fr 80px 80px 110px;align-items:center;gap:0}.items-header{background:var(--brand);padding:10px 16px}.items-header .item-col span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3}.item-row{padding:13px 16px;border-bottom:1px solid var(--gray-100);transition:background .15s;animation:rowIn .35s ease both}@keyframes rowIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.item-row:last-child{border-bottom:none}.item-row:hover{background:var(--gray-50)}.item-col{padding:0 6px;display:flex;flex-direction:column;justify-content:center}.item-col--nro{padding-left:0}.item-col--sep{align-items:center;text-align:center}.item-col--estado{align-items:flex-end;padding-right:0}.item-label-mobile{display:none}.item-nro{font-size:12px;font-weight:700;color:var(--gray-400)}.item-codigo{font-size:12px;font-weight:700;color:var(--brand);letter-spacing:.01em}.item-desc{font-size:13px;font-weight:500;color:var(--gray-700);line-height:1.4}.item-cant-num{font-size:14px;font-weight:700;color:var(--gray-900)}.item-sep-num{font-size:14px;font-weight:600;color:var(--gray-400)}.item-sep-num--parcial{color:var(--orange);font-weight:700}.item-sep-num--full{color:var(--green);font-weight:700}.item-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;padding:5px 11px;border-radius:999px;letter-spacing:.03em;white-space:nowrap}.item-badge--pendiente{background:#fef9c3;color:#854d0e}.item-badge--parcial{background:var(--orange-light);color:#9a3412}.item-badge--preparado{background:var(--green-light);color:#14532d}.item-badge--entregado{background:var(--brand-light);color:var(--brand)}.item-row--grayed .item-codigo,.item-row--grayed .item-desc,.item-row--grayed .item-cant-num,.item-row--grayed .item-sep-num{color:var(--gray-400)}.item-row--grayed .item-badge{background:var(--gray-100);color:var(--gray-400)}@media (max-width: 640px){.items-header{display:none}.item-row{display:flex;flex-direction:column;gap:0;padding:16px;border-bottom:1px solid var(--gray-200);background:#fff}.item-col--nro{padding:0 0 8px}.item-nro{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--brand);color:#fff;border-radius:50%;font-size:11px;font-weight:800}.item-col--codigo{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 0 6px}.item-col--desc{padding:0 0 10px;border-bottom:1px dashed var(--gray-100);margin-bottom:10px}.item-col--cant,.item-col--sep{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:4px 0;text-align:left;align-items:flex-start}.item-label-mobile{display:inline;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-right:6px}.item-codigo,.item-desc{font-size:13px}}@media (max-width: 640px){.item-col--nro{order:1}.item-col--codigo{order:2}.item-col--desc{order:3}.item-col--cant{order:4}.item-col--sep{order:5}.item-col--estado{order:6;display:flex;align-items:center;justify-content:flex-end;padding:8px 0 0}}.page{min-height:100vh;padding:32px 16px 64px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(160deg,#dce8f4,#eef2f7 50%)}.page.grayed{background:linear-gradient(160deg,#e8edf2,#f3f4f6 50%)}.card{width:100%;max-width:880px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:36px 40px 40px;animation:cardIn .5s cubic-bezier(.22,.68,0,1.2) both}@keyframes cardIn{0%{opacity:0;transform:translateY(28px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.divider{height:1px;background:var(--gray-200);margin:28px 0 24px}.section-label{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-400);margin-bottom:20px}.page-center{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:linear-gradient(160deg,#dce8f4,#eef2f7 50%)}.spinner{width:46px;height:46px;border:3px solid var(--brand-light);border-top-color:var(--brand);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--gray-500);font-size:14px;font-weight:500}.error-card{background:#fff;border-radius:var(--radius);padding:48px 40px;text-align:center;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;gap:16px;max-width:380px;color:var(--gray-700);font-weight:500}@media (max-width: 600px){.card{padding:22px 16px 28px;border-radius:14px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #464646;--brand-mid: rgb(87, 87, 87);--brand-light: #e8f0f8;--accent: #e8610a;--accent-light: #fff3ec;--green: #16a34a;--green-light: #dcfce7;--orange: #ea580c;--orange-light: #ffedd5;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--radius: 18px;--radius-sm: 10px;--shadow: 0 2px 16px rgba(26,58,92,.08);--shadow-lg: 0 8px 40px rgba(26,58,92,.13)}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:#eef2f7;color:var(--gray-900);min-height:100vh;-webkit-font-smoothing:antialiased}
