:root{--puma-primary:#1f2937;--puma-accent:#e53e3e;--puma-dropzone-bg:#fff;--puma-dropzone-border:#d1d5db;--puma-dropzone-hover-bg:#fff5f5}body,html{height:100%;margin:0;padding:0}.App{background-color:#f3f4f6!important;box-sizing:border-box;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;min-height:100vh;padding:2rem 1rem}.App,.puma-container{align-items:center;display:flex;flex-direction:column}.puma-container{width:100%}.puma-layout{align-items:flex-start;display:flex;gap:1.5rem;justify-content:center;width:100%}.puma-info-panel{flex:0 0 360px;position:sticky;top:1.5rem;width:360px}.section-info-list{margin:0;padding-left:1.1rem}@media (max-width:900px){.App-header{margin-bottom:.75rem;min-height:auto;padding-right:0}.App-header h1{font-size:1.35rem}.puma-info-panel{margin-bottom:.75rem;position:static;width:100%}.iso-converter{grid-template-columns:1fr}.iso-converter-error{grid-column:auto}.puma-grid,.puma-grid-single{grid-template-columns:1fr}}.puma-info-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #dbe4ee;border-radius:20px;box-shadow:0 10px 30px #0f172a14;padding:1.5rem}.puma-info-header{margin-bottom:1rem}.puma-info-header h3{color:#1f2937;color:var(--puma-primary);font-size:1.05rem;font-weight:700;margin:0 0 .35rem}.puma-info-header p{color:#64748b;font-size:.85rem;line-height:1.5}.iso-converter{display:flex;flex-direction:column;gap:.8rem}.iso-converter-label{color:#1f2937;font-size:.9rem;font-weight:700}.iso-converter-input{border:1px solid #cbd5e1;border-radius:10px;box-sizing:border-box;color:#111827;font-size:1rem;min-height:48px;padding:.75rem .9rem;width:100%}.iso-converter-input.has-error{background:#fff5f5;border-color:#ef4444}.iso-converter-error{color:#b91c1c;font-size:.82rem;font-weight:600}.iso-converter-result{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;box-sizing:border-box;display:flex;gap:1rem;justify-content:space-between;min-height:58px;padding:.85rem 1rem}.iso-converter-result span{color:#475569;font-size:.9rem;font-weight:700}.iso-converter-result strong{color:#1f2937;font-size:1.15rem;font-weight:800;white-space:nowrap}.puma-info-list{display:flex;flex-direction:column;gap:.55rem}.puma-info-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#334155;font-size:.84rem;font-weight:600;line-height:1.45;padding:.7rem .8rem;word-break:break-word}.puma-stack{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;max-width:1200px;width:100%}.puma-section{background:linear-gradient(180deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 8px 30px #0f172a0d;padding:1.5rem}.puma-section-secondary{background:#fff}.puma-section-header{margin-bottom:1.25rem}.puma-section-header h2{color:#1f2937;color:var(--puma-primary);font-size:1.35rem;font-weight:700;margin:0 0 .35rem}.puma-section-header p{color:#6b7280;font-size:.95rem;margin:0}.puma-hero-card{grid-gap:1.5rem;align-items:center;background:linear-gradient(135deg,#111827,#1f2937 55%,#374151);border-radius:24px;box-shadow:0 18px 40px #1118272e;color:#f9fafb;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);padding:1.75rem}.puma-kicker{align-items:center;background:#ffffff1f;border-radius:999px;color:#fca5a5;display:inline-flex;font-size:.78rem;font-weight:700;letter-spacing:.04em;margin-bottom:.85rem;padding:.35rem .7rem;text-transform:uppercase}.puma-hero-copy h2{font-size:1.9rem;line-height:1.1;margin:0 0 .6rem}.puma-hero-copy p{color:#f9fafbd1;font-size:.98rem;line-height:1.6;margin:0;max-width:58ch}.puma-hero-copy code{color:#fde68a;font-weight:700}.puma-hero-actions{display:flex;flex-direction:column;gap:1rem}.btn-block,.puma-grid{justify-content:center;width:100%}.puma-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;max-width:1200px}.puma-grid-single{justify-content:flex-start}.puma-grid-single .puma-card{max-width:560px}.puma-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 25px #0000000d;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;max-width:500px;min-width:350px;padding:2.5rem;text-align:center}.puma-header{margin-bottom:1.5rem}.puma-header h3{color:#1f2937;color:var(--puma-primary);font-size:1.4rem;font-weight:700;margin:0}.puma-body{display:flex;flex-direction:column;flex-grow:1;gap:1rem}.file-input-wrapper{align-items:center;background-color:#fff;background-color:var(--puma-dropzone-bg);border:2px dashed #d1d5db;border:2px dashed var(--puma-dropzone-border);border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;margin-bottom:.5rem;min-height:auto;padding:2rem 1rem;position:relative;transition:all .3s ease}.file-input-wrapper:hover{border-color:#9ca3af}.file-input-wrapper.dragging{background-color:#fff5f5;background-color:var(--puma-dropzone-hover-bg);border-color:#e53e3e;border-color:var(--puma-accent)}.file-input-wrapper.has-file{background-color:#eef2ff;border-color:#4b5563}.file-label{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;width:100%}.upload-icon{color:#9ca3af;font-size:2rem}.file-name{color:#374151;font-size:.9rem;font-weight:600;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-browse{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#e53e3e;color:var(--puma-accent);font-size:.8rem;font-weight:600;margin-top:5px;padding:6px 16px;transition:all .2s ease}.options-group{align-items:flex-start;background-color:#f9fafb;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;margin:1rem 0;padding:1.2rem;width:100%}.options-group-split{gap:16px}.options-subgroup{display:flex;flex-direction:column;gap:10px;width:100%}.options-subgroup-acumuladas{border-top:1px solid #e5e7eb;padding-top:14px}.options-title{color:#111827;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.option-item{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:.9rem;gap:10px}.option-item input[type=checkbox],.option-item input[type=radio]{accent-color:#e53e3e;accent-color:var(--puma-accent);height:16px;width:16px}.option-copy{align-items:baseline;display:flex;flex-wrap:wrap;gap:6px}.option-table{color:#6b7280;font-size:.78rem;word-break:break-word}.btn-primary{align-items:center;background-color:#e53e3e;background-color:var(--puma-accent);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:10px;justify-content:center;margin-top:auto;padding:14px;transition:all .2s ease;width:100%}.btn-primary:hover:not(:disabled){background-color:#c53030;transform:translateY(-1px)}.btn-primary:disabled{color:#9ca3af}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.puma-toast{border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;left:50%;padding:12px 24px;position:fixed;top:20px;transform:translateX(-50%);z-index:9999}.puma-toast.success{background-color:#10b981}.puma-toast.error{background-color:#ef4444}.section-info{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.puma-preview-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 25px #0000000d;box-sizing:border-box;margin-top:2rem;padding:1.5rem}.puma-preview-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.puma-preview-header h3{color:#1f2937;color:var(--puma-primary);font-size:1.2rem;margin:0}.trabajadores-preview-header{justify-content:center;position:relative}.trabajadores-preview-header .preview-count-pill{position:absolute;right:0}.preview-meta{color:#374151;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.75rem 1.5rem;margin-bottom:1rem}.preview-count-pill{background:#effaf3;border:1px solid #bfd7c9;border-radius:999px;color:#166534;font-size:.82rem;font-weight:700;padding:.35rem .7rem;white-space:nowrap}.preview-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.cobranza-table-wrap,.data-table-wrap{background:#fff;border:1px solid #d1d5db;border-radius:8px;max-height:520px;overflow:auto}.cobranza-table,.data-preview-table{border-collapse:collapse;font-size:.84rem;min-width:1320px;width:100%}.seguridad-table{min-width:1120px}.calidad-table{min-width:1240px}.restricciones-table{min-width:980px}.ppc-table{min-width:760px}.pcr-table{min-width:980px}.informes-operativos-table{min-width:2300px}.trabajadores-table{min-width:720px}.cobranza-table td,.cobranza-table th,.data-preview-table td,.data-preview-table th{border-bottom:1px solid #e5e7eb;padding:.68rem .75rem;text-align:left;vertical-align:top}.cobranza-table th,.data-preview-table th{background:#f3f7f4;color:#1f2937;font-weight:800;position:sticky;top:0;white-space:nowrap;z-index:1}.cobranza-table td,.data-preview-table td{background:#fff;color:#111827}.cobranza-table tbody tr:nth-child(2n) td,.data-preview-table tbody tr:nth-child(2n) td{background:#fafbfc}.cobranza-table tbody tr:hover td,.data-preview-table tbody tr:hover td{background:#effaf3}.cobranza-table tbody tr:last-child td,.data-preview-table tbody tr:last-child td{border-bottom:0}.cobranza-table .numeric-cell,.data-preview-table .numeric-cell{white-space:nowrap}.cobranza-table .center-cell,.cobranza-table .numeric-cell,.data-preview-table .center-cell,.data-preview-table .numeric-cell,.validation-table .center-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.puma-preview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.puma-preview-section h4{color:#1f2937;color:var(--puma-primary);font-size:1rem;margin:0 0 .65rem}.puma-preview-section-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.65rem}.puma-preview-section-header h4{margin:0}.puma-preview-section-header span{color:#6b7280;font-size:.85rem;font-weight:600;white-space:nowrap}.validation-table-wrap{border:1px solid #e5e7eb;border-radius:8px;max-height:420px;overflow:auto}.validation-table{border-collapse:collapse;font-size:.85rem;min-width:760px;width:100%}.validation-table td,.validation-table th{border-bottom:1px solid #e5e7eb;padding:.65rem .75rem;text-align:left;vertical-align:top}.validation-table th{background:#f9fafb;color:#374151;font-weight:700;position:sticky;top:0;z-index:1}.validation-table td{background:#fff;color:#1f2937}.validation-table tbody tr:last-child td{border-bottom:0}.json-preview{background:#111827;border-radius:12px;color:#f9fafb;font-size:.85rem;line-height:1.5;margin:0;max-height:420px;overflow:auto;padding:1rem}.preview-errors{background:#3b1212;margin-top:1rem}.btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 14px;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb}@media (max-width:768px){.puma-layout{align-items:stretch;flex-direction:column}.puma-info-panel{flex:1 1 auto;position:static;width:100%}.puma-stack{margin-top:1.5rem}.puma-section{padding:1rem}.puma-hero-card{grid-template-columns:1fr;padding:1.25rem}.puma-hero-copy h2{font-size:1.5rem}.puma-card{min-width:100%;padding:1.5rem}.puma-preview-header{align-items:stretch;flex-direction:column}.trabajadores-preview-header{align-items:center}.trabajadores-preview-header .preview-count-pill{position:static}.puma-preview-grid{grid-template-columns:1fr}}.App{padding:1rem}.App-header,.App-main{box-sizing:border-box;max-width:1520px;width:100%}.App-header{align-items:center;display:flex;min-height:76px;padding-right:560px}.App-header h1{color:#111827;font-size:1.7rem;font-weight:800;line-height:1.15;margin:0}.App-main,.puma-container{position:relative}.puma-container{align-items:stretch}.puma-layout{display:block;margin:0 auto;max-width:1520px}.puma-info-panel{flex:none;position:absolute;right:0;top:-82px;width:520px;z-index:2}.puma-info-card{background:#fff;border:1px solid #d7dee8;border-radius:10px;box-shadow:0 8px 22px #0f172a12;padding:.65rem .75rem}.puma-info-header{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.5rem}.puma-info-header h3{font-size:.86rem;margin:0;white-space:nowrap}.puma-info-header p{color:#94a3b8;font-size:.72rem;line-height:1.25;margin:0;text-align:right}.iso-converter{grid-gap:.5rem;align-items:center;display:grid;gap:.5rem;grid-template-columns:auto minmax(130px,1fr) auto}.iso-converter-label{font-size:.76rem}.iso-converter-input{border-radius:7px;font-size:.84rem;min-height:34px;padding:.45rem .55rem}.iso-converter-error{font-size:.72rem;grid-column:2/4}.iso-converter-result{border-radius:7px;gap:.4rem;justify-content:center;min-height:34px;padding:.4rem .55rem}.iso-converter-result span{font-size:.72rem}.iso-converter-result strong{font-size:.88rem}.puma-stack{gap:1rem;margin-top:0;max-width:1520px}.puma-section{border-radius:12px;box-shadow:0 6px 20px #0f172a0a;padding:.95rem}.puma-section-header{align-items:center;border-bottom:1px solid #eef2f7;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;list-style:none;margin:-.2rem -.2rem .75rem;padding:.35rem .2rem .65rem}.puma-section-header::-webkit-details-marker{display:none}.section-title-copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.section-chevron{border-bottom:2px solid #64748b;border-right:2px solid #64748b;flex:0 0 auto;height:9px;transform:rotate(45deg);transition:transform .18s ease;width:9px}.puma-section:not([open]) .section-chevron{transform:rotate(-45deg)}.puma-section:not([open]) .puma-section-header{border-bottom-color:#0000;margin-bottom:0;padding-bottom:.35rem}.puma-section-header h2{font-size:1.05rem;margin:0}.puma-section-header p{color:#94a3b8;font-size:.75rem}.puma-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:stretch;margin-top:0;max-width:none}.puma-grid-single{grid-template-columns:minmax(320px,500px)}.puma-card,.puma-grid-single .puma-card{max-width:none}.puma-card{border-radius:10px;box-shadow:0 3px 14px #0f172a0a;min-width:0;padding:.9rem;text-align:left}.puma-header{margin-bottom:.7rem}.puma-header h3{font-size:.98rem}.puma-body{gap:.65rem}.file-input-wrapper{border-radius:8px;border-width:1px;justify-content:flex-start;margin-bottom:0;max-height:90px;min-height:46px;padding:.55rem .65rem;transition:all .2s ease}.file-label{flex-direction:row;gap:.55rem;min-width:0}.upload-icon{background:#eef2f7;border-radius:999px;color:#0000;flex:0 0 auto;font-size:0;height:24px;position:relative;width:24px}.upload-icon:before{align-items:center;color:#64748b;content:"☁";display:flex;font-size:.9rem;inset:0;justify-content:center;line-height:1;position:absolute}.file-name{flex:1 1 auto;font-size:.8rem;min-width:0}.btn-browse{background:#f8fafc;border-color:#cbd5e1;color:#1f2937;font-size:.74rem;font-weight:700;margin-top:0;padding:5px 10px;white-space:nowrap}.options-group{border-radius:8px;gap:8px;margin:0;padding:.75rem}.options-group-split{gap:10px}.options-subgroup{align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}.options-subgroup-acumuladas{padding-top:10px}.option-item{background:#fff;border:1px solid #cbd5e1;border-radius:999px;color:#475569;font-size:.78rem;gap:6px;padding:.35rem .55rem;transition:all .18s ease}.option-item.active{background:#1f2937;border-color:#1f2937;color:#fff}.option-item input[type=radio]{opacity:0;pointer-events:none;position:absolute}.option-copy{gap:5px}.option-table,.section-info code{color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.69rem}.option-item.active .option-table{color:#cbd5e1}.btn-primary{background-color:#1f2937;font-size:.82rem;font-weight:700;min-height:38px;padding:9px 12px}.btn-primary:hover:not(:disabled){background-color:#111827}.btn-primary:disabled{background-color:#e5e7eb;box-shadow:none;color:#94a3b8;cursor:not-allowed;transform:none}.section-info{color:#64748b;font-size:.76rem;line-height:1.35}@media (max-width:900px){.App-header{margin-bottom:.75rem;min-height:auto;padding-right:0}.App-header h1{font-size:1.35rem}.puma-info-panel{margin-bottom:.75rem;position:static;width:100%}.iso-converter{grid-template-columns:1fr}.iso-converter-error{grid-column:auto}.puma-grid,.puma-grid-single{grid-template-columns:1fr}.puma-card{padding:.85rem}}.puma-preview-card{align-self:stretch;margin-left:0;margin-right:0}.cobranza-preview-card,.data-preview-card,.puma-preview-card{max-width:none;width:100%}.puma-preview-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));width:100%}.puma-preview-section{min-width:0;width:100%}.cobranza-table-wrap,.data-table-wrap,.validation-table-wrap{box-sizing:border-box;max-width:100%;overflow-x:auto;overflow-y:auto;width:100%}.cobranza-table,.data-preview-table,.validation-table{box-sizing:border-box;width:100%}.carga-puma-container{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:20px}.upload-section{align-items:center;border:2px dashed #ccc;border-radius:10px;display:flex;flex-direction:column;gap:15px;padding:30px}.btn-upload{background-color:#007bff;border-radius:5px;padding:10px 20px}.btn-process,.btn-upload{color:#fff;cursor:pointer}.btn-process{background-color:#28a745;border:none;border-radius:5px;padding:10px 25px}.btn-process:disabled{background-color:#ccc;cursor:not-allowed}
/*# sourceMappingURL=main.199b90bc.css.map*/