:root{--paq-auth-bg-gradient:linear-gradient(135deg, #5b6ee1 0%, #6d46a6 52%, #18243f 100%);--paq-auth-bg-radial:radial-gradient(circle at top left, #ffffff2e, transparent 32%);--paq-auth-cta-gradient:linear-gradient(135deg, #5b6ee1 0%, #6d46a6 100%);--paq-auth-focus-border:#5b6ee1;--paq-auth-focus-ring:0 0 0 4px #5b6ee124;--paq-auth-cta-hover-shadow:0 16px 28px #5b6ee147;--paq-auth-card-bg:#fffffff5;--paq-auth-card-shadow:0 24px 60px #080f1e38;--paq-auth-card-radius:24px;--paq-auth-card-radius-mobile:20px;--paq-auth-hero-text:#fff;--paq-auth-hero-text-muted:#ffffffd6;--paq-auth-badge-bg:#ffffff29;--paq-auth-badge-border:#ffffff42;--paq-auth-heading:#0f172a;--paq-auth-body:#475569;--paq-auth-label:#334155;--paq-auth-input-text:#0f172a;--paq-auth-placeholder:#94a3b8;--paq-auth-link:#4f46e5;--paq-auth-panel-overlay:#0a122329;--paq-auth-error-bg:#fef2f2;--paq-auth-error-border:#fecaca;--paq-auth-error-text:#b91c1c;--paq-auth-success-bg:#ecfdf5;--paq-auth-success-border:#a7f3d0;--paq-auth-success-text:#047857;--paq-auth-gate-bg:#eef2ff;--paq-auth-gate-border:#c7d2fe;--paq-auth-gate-text:#3730a3;--paq-auth-cta-disabled-opacity:.72}.pqAuthLoginPage{background:var(--paq-auth-bg-radial), var(--paq-auth-bg-gradient);grid-template-columns:minmax(280px,1.1fr) minmax(320px,460px);min-height:100vh;display:grid}.pqAuthLoginHero{justify-content:center;align-items:center;padding:3rem;display:flex}.pqAuthLoginHeroContent{max-width:560px;color:var(--paq-auth-hero-text)}.pqAuthLoginLogo{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:64px;margin-bottom:1.25rem;display:block}.pqAuthLoginBadge{background:var(--paq-auth-badge-bg);border:1px solid var(--paq-auth-badge-border);letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;align-items:center;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-flex}.pqAuthLoginTitle{margin:1.25rem 0 0;font-size:clamp(2.6rem,4vw,4.4rem);font-weight:700;line-height:1.05}.pqAuthLoginTagline{max-width:32rem;color:var(--paq-auth-hero-text-muted);margin:1rem 0 0;font-size:1.05rem;line-height:1.7}.pqAuthLoginPanel{background:var(--paq-auth-panel-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:2rem;display:flex}.pqAuthLoginCard{border-radius:var(--paq-auth-card-radius);background:var(--paq-auth-card-bg);width:min(100%,420px);box-shadow:var(--paq-auth-card-shadow);padding:1.5rem}.pqAuthLoginToolbar{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.pqAuthLoginToolbarEnd{margin-left:auto}.pqAuthLoginCardHeader{margin-top:1.25rem}.pqAuthLoginCardHeading{color:var(--paq-auth-heading);margin:0;font-size:1.9rem;line-height:1.15}.pqAuthLoginCardHint{color:var(--paq-auth-body);margin:.65rem 0 0;font-size:.98rem;line-height:1.6}.pqAuthLoginFooter{margin-top:1rem}.pqAuthLoginFooter a,.pqAuthCardLink{color:var(--paq-auth-link);font-size:.94rem;font-weight:600;text-decoration:none;display:inline-flex}.pqAuthLoginFooter a:hover,.pqAuthCardLink:hover{text-decoration:underline}.pqAuthCenteredPage{background:var(--paq-auth-bg-radial), var(--paq-auth-bg-gradient);place-items:center;min-height:100vh;padding:2rem 1.25rem;display:grid}.pqAuthCenteredCard{border-radius:var(--paq-auth-card-radius);background:var(--paq-auth-card-bg);width:min(100%,420px);box-shadow:var(--paq-auth-card-shadow);padding:1.5rem}.pqAuthCenteredLogo{object-fit:contain;width:auto;max-width:160px;height:auto;max-height:56px;margin-bottom:1rem;display:block}.pqAuthCenteredHeading{color:var(--paq-auth-heading);margin:0;font-size:1.75rem;line-height:1.15}.pqAuthCenteredHint{color:var(--paq-auth-body);margin:.65rem 0 0;font-size:.98rem;line-height:1.6}.pqAuthCenteredFooter{margin-top:1rem}.pqAuthForm{gap:1rem;margin-top:1.5rem;display:grid}.pqAuthField{gap:.45rem;display:grid}.pqAuthFieldLabel{color:var(--paq-auth-label);font-size:.92rem;font-weight:600}.pqAuthField .dx-texteditor{border-radius:14px}.pqAuthField .dx-texteditor.dx-editor-outlined{background:#fff}.pqAuthField .dx-texteditor.dx-state-focused,.pqAuthField .dx-texteditor.dx-state-active{border-color:var(--paq-auth-focus-border);box-shadow:var(--paq-auth-focus-ring)}.pqAuthField .dx-texteditor-input{min-height:48px;color:var(--paq-auth-input-text);padding:.75rem 1rem;font-size:1rem}.pqAuthField .dx-placeholder{color:var(--paq-auth-placeholder)}.pqAuthCta.dx-button{background:var(--paq-auth-cta-gradient);min-height:50px;box-shadow:none;border:none;border-radius:14px}.pqAuthCta.dx-button .dx-button-content{padding:.9rem 1rem}.pqAuthCta.dx-button .dx-button-text{color:#fff;font-size:1rem;font-weight:700}.pqAuthCta.dx-button.dx-state-hover:not(.dx-state-disabled){box-shadow:var(--paq-auth-cta-hover-shadow);transform:translateY(-1px)}.pqAuthCta.dx-button.dx-state-disabled{opacity:var(--paq-auth-cta-disabled-opacity)}.pqAuthMessage{border-radius:14px;margin:1rem 0 0;padding:.9rem 1rem;font-size:.92rem;line-height:1.5}.pqAuthMessage--error{background:var(--paq-auth-error-bg);border:1px solid var(--paq-auth-error-border);color:var(--paq-auth-error-text)}.pqAuthMessage--success{background:var(--paq-auth-success-bg);border:1px solid var(--paq-auth-success-border);color:var(--paq-auth-success-text)}@media (width<=980px){.pqAuthLoginPage{grid-template-columns:1fr}.pqAuthLoginHero{justify-content:flex-start;min-height:34vh;padding:2rem 1.5rem 0}.pqAuthLoginPanel{background:0 0;padding-top:1.5rem}}@media (width<=640px){.pqAuthLoginHero{min-height:auto}.pqAuthLoginTitle{font-size:2.35rem}.pqAuthLoginTagline{font-size:.96rem}.pqAuthLoginPanel{padding:1.25rem}.pqAuthLoginCard,.pqAuthCenteredCard{border-radius:var(--paq-auth-card-radius-mobile);padding:1.25rem}.pqAuthLoginToolbar{flex-wrap:wrap}}.pqAuthPage{background:var(--paq-auth-bg-radial), var(--paq-auth-bg-gradient);place-items:center;min-height:100vh;padding:2rem 1.25rem;display:grid}.pqAuthCard{border-radius:var(--paq-auth-card-radius);background:var(--paq-auth-card-bg);width:min(100%,420px);box-shadow:var(--paq-auth-card-shadow);color:var(--paq-auth-heading);padding:1.5rem}.pqAuthBrand{color:var(--paq-auth-body);margin-bottom:.5rem;font-size:.95rem}.pqAuthTitle{color:var(--paq-auth-heading);margin:0 0 1rem;font-size:1.75rem}.pqAuthFooter{margin-top:1rem}.pqAuthFooter a{color:var(--paq-auth-link);font-weight:600;text-decoration:none}.pqAuthFooter a:hover{text-decoration:underline}:root{--pq-shell-header-height:56px;--pq-shell-aside-width:240px;--pq-shell-footer-height:40px;--pq-shell-bg:#f5f7fb;--pq-shell-panel:#fff;--pq-shell-border:#d9dee7;--pq-shell-text:#1f2937;--pq-shell-muted:#64748b;--pq-shell-footer-bg:#0f172a;--pq-shell-footer-text:#cbd5e1;--pq-shell-footer-strong:#fff;--pq-shell-overlay:#0f172a59}.pqShell{box-sizing:border-box;grid-template-columns:var(--pq-shell-aside-width) 1fr;grid-template-rows:var(--pq-shell-header-height) 1fr var(--pq-shell-footer-height);background:var(--pq-shell-bg);height:100vh;min-height:100vh;color:var(--pq-shell-text);grid-template-areas:"header header""aside main""footer footer";display:grid;overflow:hidden}.pqShellHeader{background:var(--pq-shell-panel);border-bottom:1px solid var(--pq-shell-border);z-index:5;grid-area:header;justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem;display:flex}.pqShellHeaderStart{align-items:center;gap:.75rem;min-width:0;display:flex}.pqShellHeaderEnd{flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.pqShellBrand{align-items:center;gap:.65rem;min-width:0;font-size:1.05rem;font-weight:700;display:flex}.pqShellClienteLogo{object-fit:contain;flex-shrink:0;width:auto;max-width:120px;height:auto;max-height:36px;display:block}.pqShellBrandTitle{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pqShellBrand:has(.pqShellBrandTitle:only-child) .pqShellBrandTitle{display:block}.pqShellAside{background:var(--pq-shell-panel);border-right:1px solid var(--pq-shell-border);grid-area:aside;padding:.75rem .5rem;overflow:auto}.pqShellMain{grid-area:main;min-width:0;min-height:0;padding:1.25rem;overflow:auto}.pqShellFooter{background:var(--pq-shell-footer-bg);color:var(--pq-shell-footer-text);grid-area:footer;justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem;font-size:.85rem;display:flex}.pqShellFooter strong,.pqShellFooter [data-testid=shellFooterCliente],.pqShellFooter [data-testid=shellFooterEmpresa]{color:var(--pq-shell-footer-strong);font-weight:600}.pqShellFooterBrand{align-items:center;gap:.5rem;display:flex}.pqShellFooterMeta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.pqShellMenuToggle{display:none}.pqShell.pqShellSidebarCollapsed .pqShellMenuToggle{display:inline-flex}.pqShell.pqShellSidebarCollapsed{grid-template-columns:0 minmax(0,1fr)}.pqShell.pqShellSidebarCollapsed .pqShellAside{border-right:none;padding:0;overflow:hidden}.paqMenuSidebar{flex-direction:column;gap:.65rem;height:100%;min-height:0;display:flex}.paqMenuToolbar{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.paqMenuToolbarButton.dx-button{border-radius:999px;width:2.25rem;min-width:2.25rem;height:2.25rem;padding:0}.paqMenuSearch{flex-shrink:0;width:100%}.paqMenuTree,.paqMenuSidebar .dx-treeview{flex:auto;min-height:0;overflow:auto}.paqMenuState{margin:.5rem 0;font-size:.9rem}.paqMenuSidebar .dx-treeview-item{border-radius:8px;padding:.45rem .65rem}.paqMenuSidebar .dx-treeview-item.dx-state-hover{background:#4f46e514}.paqMenuSidebar .dx-treeview-item.dx-state-selected{color:#3730a3;background:#4f46e524}.pqProcessPage{flex-direction:column;gap:1rem;display:flex}.pqProcessHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pqProcessTitle{margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.pqProcessToolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pqProcessStats{background:var(--pq-shell-panel);border:1px solid var(--pq-shell-border);border-radius:12px;flex-wrap:wrap;gap:1.25rem;padding:.85rem 1rem;font-size:.95rem;display:flex}.pqProcessStats strong{font-weight:600}.pqProcessMuted{color:var(--pq-shell-muted)}.pqProcessSubtitle{color:var(--pq-shell-muted);margin:.35rem 0 0;font-size:.95rem}.pqProcessAlert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem}.pqProcessContent{flex:auto;min-height:0}.pqParametrosGrid{background:var(--pq-shell-panel);border:1px solid var(--pq-shell-border);border-radius:12px;min-height:280px;padding:.5rem}.pqParametrosGrid .dx-datagrid{background:0 0}.pqParametrosGrid .dx-datagrid-headers{font-weight:600}.pqParametrosCaptionCell{flex-direction:column;gap:.15rem;padding:.15rem 0;display:flex}.pqParametrosCaptionText{font-weight:500;line-height:1.3}.pqParametrosCaptionHint{color:var(--pq-shell-muted);font-size:.8rem;line-height:1.25}.pqParametrosModal .dx-popup-title{padding:.85rem 1rem}.pqParametrosModalHeader{flex-direction:column;gap:.25rem;padding-right:1.5rem;display:flex}.pqParametrosModalTitle{color:var(--pq-shell-text);font-size:1.05rem;font-weight:650;line-height:1.3}.pqParametrosModalTooltip{color:var(--pq-shell-muted);font-size:.82rem;font-weight:400;line-height:1.35}.pqParametrosModalBody{flex-direction:column;gap:1rem;padding:.35rem .15rem .15rem;display:flex}.pqParametrosModalError{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.65rem .75rem;font-size:.9rem}.pqParametrosModalActions{justify-content:flex-end;gap:.65rem;padding-top:.25rem;display:flex}@media (width<=767px){.pqShell{grid-template-columns:1fr;grid-template-areas:"header""main""footer"}.pqShellAside{top:var(--pq-shell-header-height);left:0;bottom:var(--pq-shell-footer-height);z-index:20;width:min(85vw,18rem);display:none;position:fixed;box-shadow:0 .5rem 1.5rem #0f172a2e}.pqShellMenuToggle{display:inline-flex}.pqShellMenuOpen .pqShellAside{display:block}}@font-face{font-family:DXIcons;src:url(/dx-themes/icons/dxicons.woff2)format("woff2"),url(/dx-themes/icons/dxicons.woff)format("woff"),url(/dx-themes/icons/dxicons.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:DXIconsMaterial;src:url(/dx-themes/icons/dxiconsmaterial.woff2)format("woff2"),url(/dx-themes/icons/dxiconsmaterial.woff)format("woff"),url(/dx-themes/icons/dxiconsmaterial.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:DXIconsFluent;src:url(/dx-themes/icons/dxiconsfluent.woff2)format("woff2"),url(/dx-themes/icons/dxiconsfluent.woff)format("woff"),url(/dx-themes/icons/dxiconsfluent.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}html.pq-theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--pq-shell-bg:#121212;--pq-shell-panel:#1e1e1e;--pq-shell-border:#3a3a3a;--pq-shell-text:#f3f4f6;--pq-shell-muted:#a3a3a3;--pq-shell-footer-bg:#0a0a0a;--pq-shell-footer-text:#d4d4d4;--pq-shell-footer-strong:#fff;--pq-shell-overlay:#0000008c}html.pq-theme-dark body{background:var(--pq-shell-bg);color:var(--pq-shell-text)}:root{color:#1a2332;background:#f8fafc;min-height:100vh;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5}body{margin:0}.error{color:#b42318}.success{color:#027a48}.authPage{max-width:28rem;margin:0 auto;padding:3rem 1.5rem}.authForm{flex-direction:column;gap:1rem;margin:1.5rem 0;display:flex}.authField{flex-direction:column;gap:.35rem;font-size:.95rem;display:flex}.authHint{color:#475569;font-size:.9rem}html.pq-native-app .pqShellMain{padding:.75rem}html.pq-native-app .pqShellFooter{height:auto;min-height:var(--pq-shell-footer-height);flex-direction:column;align-items:flex-start;gap:.25rem;padding:.4rem .75rem}html.pq-native-app .pqShellFooterMeta{flex-direction:column;align-items:flex-start;gap:.15rem;width:100%}.partesMobileProcess{gap:.75rem}.partesMobileProcessHeader{flex-direction:column;align-items:stretch}.partesMobileProcessToolbar{flex-direction:column;align-items:stretch;width:100%}.partesMobileProcessToolbar .dx-datebox,.partesMobileProcessToolbar .dx-button{width:100%}.partesMobileTextLink{color:#2563eb;padding:.35rem 0;font-size:.95rem;text-decoration:none;display:inline-block}.partesMobileProcess [data-testid=dashboardRefresh]{display:none}.partesMobileProcess [data-testid=dashboardContainer]>div{flex-direction:column;grid-template-columns:none;gap:1rem;display:flex}.partesMobileKpiBlock{flex-direction:column;gap:.65rem}.partesMobileSection{flex-direction:column;gap:.5rem;min-width:0;display:flex}.partesMobileSectionTitle{margin:0;font-size:1.05rem;font-weight:650}.partesMobileProcess .paqConsultaKardex{flex-direction:column;gap:.5rem;min-width:0;display:flex}.partesMobileProcess .paqConsultaKardexFilters,.partesMobileKardexFilters{flex-direction:column;align-items:stretch;gap:.65rem;display:flex}.partesMobileProcess .paqConsultaKardexFilters h2,.partesMobileKardexFilters h2{margin:0;font-size:1.15rem;line-height:1.25}.partesMobileProcess .paqConsultaKardexFilters .dx-datebox,.partesMobileProcess .paqConsultaKardexFilters .dx-button,.partesMobileKardexFilters .dx-datebox,.partesMobileKardexFilters .dx-button{width:100%}.partesMobileProcess .paqKardexCard{border:1px solid var(--pq-shell-border,#d9dee7);background:var(--pq-shell-panel,#fff);border-radius:12px;margin:0 0 .65rem;padding:.75rem .85rem}.partesMobileProcess .paqKardexCard header{margin-bottom:.45rem}.partesMobileProcess .paqKardexCard dl{gap:.35rem;margin:0;display:grid}.partesMobileProcess .paqKardexCard dt{color:var(--pq-shell-muted,#64748b);font-size:.78rem}.partesMobileProcess .paqKardexCard dd{margin:0;font-size:.92rem}.partesMobileChartWrap{min-height:220px;margin-bottom:.75rem}.partesMobileChartToggle{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.partesMobileChartToggle .dx-button{flex:calc(50% - .25rem);min-width:0}
