:root{--bg:#f6f7f9;--card:#fff;--ink:#111827;--ink-2:#374151;--muted:#6b7280;--border:#e5e7eb;--border-2:#d1d5db;--accent:#111827;--radius:6px;--radius-sm:4px;--pad:12px;--gap:10px;--shadow-sm:0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 8px 30px rgba(0,0,0,0.15)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font:14px/1.45 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.wrap{max-width:1100px;margin:24px auto;padding:0 16px}.hstack{align-items:center}.hstack,.vstack{display:flex;gap:8px}.vstack{flex-direction:column}.grid-1{grid-template-columns:1fr;grid-gap:9px}.grid-1,.grid-2{display:grid;gap:9px}.grid-2{grid-template-columns:1fr 1fr;grid-gap:9px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:9px}.grid-3,.grid-4{display:grid;gap:9px}.grid-4{grid-template-columns:repeat(4,1fr);grid-gap:9px}.badge{border:1px solid var(--border);border-radius:7px;padding:3px 8px;color:var(--ink);font-weight:600;line-height:1.2}.badge,.chip{display:inline-flex;align-items:center;gap:6px;background:#fff}.chip{padding:2px 8px;border:1px solid var(--border);border-radius:999px;color:var(--ink-2);font-size:12px}.btn{border:1px solid var(--border);background:#fff;border-radius:8px;padding:6px 10px;color:var(--ink)}.btn-dark{background:var(--accent);border-color:var(--accent);color:#fff}.btn-outline{background:#fff;border-color:var(--ink);color:var(--ink)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--pad)}.subhead{font-weight:900;padding-bottom:15px}.kv-kpi-cell{display:flex;flex-direction:column;gap:2px}.kv-key{color:var(--muted);font-size:12px;font-weight:500}.kv-val{color:var(--ink);font-size:14px;font-weight:600}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 0;background:transparent}.header-title{font-size:18px;font-weight:700}.label{color:var(--muted);font-size:12px;line-height:1.2}.page-body{padding:16px}.input,select.input,textarea.input{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--ink);line-height:1.45;outline:none;resize:none}textarea.input{resize:vertical;min-height:72px;resize:none}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button;opacity:1;height:auto;margin:0 0 0 8px}.input-wrap input[type=number].input{text-align:right}.input-wrap.has-prefix input[type=number].input{padding-left:22px}.field{display:flex;flex-direction:column;gap:1px}.field .label{color:var(--muted);font-size:12px;margin-bottom:4px}.field .label .req{color:#ef4444}.input-wrap{position:relative;display:flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:0 10px}.input-wrap:focus-within{border-color:var(--ink)}.input-wrap[data-invalid="1"]{border-color:#ef4444}.input-wrap .prefix,.input-wrap .suffix-stack{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:8px;color:var(--muted);white-space:nowrap}.input-wrap .prefix{left:10px}.input-wrap .suffix-stack{right:8px}.input-wrap.has-prefix input.input,.input-wrap.has-prefix select.input,.input-wrap.has-prefix textarea.input{padding-left:26px}.input-wrap.has-suffix input.input,.input-wrap.has-suffix select.input,.input-wrap.has-suffix textarea.input,.input-wrap.reserve-err:not(.has-suffix) input.input,.input-wrap.reserve-err:not(.has-suffix) select.input,.input-wrap.reserve-err:not(.has-suffix) textarea.input{padding-right:32px}.input-wrap.has-suffix-2 input.input,.input-wrap.has-suffix.has-err input.input,.input-wrap.reserve-err.has-suffix input.input{padding-right:56px}.input-wrap .input{border:none;background:transparent;width:100%;padding:8px 0;font:inherit;color:var(--ink);outline:none}.input-wrap:has(.input:disabled){background:#f8f9fb;border-color:var(--border)}.input-wrap:has(.input:disabled) .input{color:#9aa0a6;cursor:not-allowed}.icon{font-style:normal}.eye{border:0;background:transparent;cursor:pointer;font-size:14px;color:var(--ink-2);padding:0;line-height:1}.err-circle{width:16px;height:16px;border:1px solid #dc2626;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;line-height:1;color:#dc2626;background:#fff}.text-error{color:#ef4444;font-size:11px;margin-top:2px}.input:disabled{background:#f8f9fb;color:#9aa0a6;cursor:not-allowed}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:#111827;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:13px;font-weight:500}.btn[disabled]{background:#ddd;color:#777;cursor:not-allowed}.btn .spinner{width:14px;height:14px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.summary-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--pad);box-shadow:var(--shadow-sm);margin-bottom:12px}.summary-card-actions{margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.page-toolbar,.summary-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.page-toolbar{justify-content:space-between;margin-bottom:12px}.input::placeholder{font-style:italic;opacity:.6}.lt-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.lt-title{font-weight:700}.lt-add-btn{background:none;border:none;padding:4px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.lt-table{table-layout:fixed;width:100%}.lt-empty{text-align:center;padding:12px 8px}.lt-cell-wrap{min-width:0;width:100%}.lt-action-cell{text-align:center}.lt-remove-btn{background:none;border:none;padding:2px;line-height:1;cursor:pointer}.lt-cell-no-border,.lt-row-no-border,.lt-row-no-border td{border-bottom:none!important}.lt-promo-row{border-bottom:1px solid var(--border)}.lt-promo-cell{padding:8px 12px;border:none;border-bottom:1px solid var(--border)}.lt-footer-row td{padding:8px}.lt-footer-border-top,.lt-footer-border-top td{border-top:2px solid var(--border)}.lt-footer-label-cell,.lt-footer-value-cell{text-align:right}.lt-error-wrap{min-height:18px;margin-top:2px}.lt-error-placeholder{visibility:hidden}.table{width:100%;border-collapse:separate;border-spacing:0;background:transparent}.table thead{background:#f6f8fb;border-bottom:2px solid var(--ink)}.table thead tr{border-bottom:1px solid var(--ink)}.table thead th{font-weight:600;font-size:14px;color:#111827;text-align:left;border-bottom:1px solid var(--ink);background:#f6f8fb}.table tbody td,.table thead th{padding:12px 16px;vertical-align:middle}.table tbody td{background:#ffffff;border-bottom:1px solid var(--border)}.table tbody tr:last-child td{border-bottom:0}.table.table-hover tbody tr:hover td{background:#f7f9fc}.table-compact thead th{padding:10px 8px;font-size:.9rem}.table-compact tbody td{padding:8px;font-size:.9rem}.table-compact tbody tr:last-child td{border-bottom:0}.lt-scroll thead th{position:-webkit-sticky;position:sticky;top:0;z-index:5;background:#f6f8fb}.table a{color:#007bff}.table a,.table a:hover{text-decoration:none}.table .th-sort-link{display:inline-flex;align-items:center;gap:6px;padding:2px 4px;border-radius:4px;text-decoration:none;color:#111827;font-size:14px;transition:background .12s ease,color .12s ease}.table .th-sort-label{font-size:14px;font-weight:600}.table .th-sort-icon{font-size:14px;line-height:1;opacity:.7}.table th[data-order=asc] .th-sort-icon,.table th[data-order=desc] .th-sort-icon{font-size:28px;opacity:1;margin-top:-6px}.badge-pass{border-radius:3px;background:#16a34a}.badge-fail,.badge-pass{display:inline-block;padding:2px 8px;color:#ffffff;font-weight:700;font-size:12px}.badge-fail{border-radius:6px;background:#dc2626}.page-link{min-width:40px;height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--border);background:#ffffff;color:var(--ink);font-size:13px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.page-link--active{background:#111827!important;color:#ffffff!important;border-color:#111827!important;cursor:default}.page-link--disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.page-link:hover:not(.page-link--disabled):not(.page-link--active){background:rgba(15,23,42,.06);border-color:#9ca3af}.page-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:32px;font-size:13px;color:#6b7280}body.dlg-lock{overflow:hidden}.dialog-overlay{position:fixed;inset:0;background:rgba(17,24,39,.35);display:none;z-index:1000}.dialog-overlay.show{display:grid;place-items:center;animation:dlgFade .15s ease}@keyframes dlgFade{0%{opacity:0}to{opacity:1}}.dialog{display:flex;flex-direction:column;max-height:calc(100vh - 100px);background:var(--card,#fff);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:hidden;animation:dlgPop .18s ease;box-sizing:border-box}.dialog-md{width:min(820px,calc(100% - 32px))}.dialog-lg{width:min(1200px,calc(100% - 32px))}.dialog-xl{width:90vw;max-width:1200px}@keyframes dlgPop{0%{transform:translateY(4px) scale(.985);opacity:.98}to{transform:translateY(0) scale(1);opacity:1}}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border);background:#fff;flex:0 0 auto}.dialog-title{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--ink);font-size:14px}.dialog-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:4px;line-height:1;cursor:pointer;color:var(--ink-2);border-radius:6px}.dialog-close:hover{color:var(--ink)}.dialog-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px;background:#fff}.dialog-footer{flex:0 0 auto;padding:10px 14px;border-top:1px solid var(--border);background:#fff;display:flex;gap:8px;justify-content:flex-end}@media (max-width:480px){.dialog-header{padding:10px 12px}.dialog-body{padding:12px}.dialog-footer{padding:8px 12px}}.dialog>form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.lookup-menu{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-md);max-height:300px;overflow-y:auto;z-index:2050}.lookup-item{display:block;width:100%;text-align:left;background:#fff;border:0;padding:8px 10px;cursor:pointer}.lookup-item:hover{background:#f8fafc}.lookup-empty{padding:10px;color:var(--muted);font-size:12px}.suffix-stack .spinner{width:14px;height:14px;border:2px solid var(--ink-2);border-top:2px solid transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tooltip-wrap{position:relative;display:inline-flex}.tooltip-bubble{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background:#111827;color:#fff;font-size:11px;padding:4px 6px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:1000}.tooltip-wrap:hover .tooltip-bubble{opacity:1}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;display:flex;justify-content:flex-end;visibility:hidden;opacity:0;transition:opacity .2s ease-out,visibility .2s ease-out}.drawer-overlay.show{visibility:visible;opacity:1}.drawer{background:#fff;height:100%;display:flex;flex-direction:column;box-shadow:-4px 0 15px rgba(0,0,0,.1);transform:translateX(100%);transition:transform .3s ease-out}.drawer-overlay.show .drawer{transform:translateX(0)}.drawer-md{width:450px}.drawer-lg{width:700px}.drawer-xl{width:1000px}.drawer-form{display:flex;flex-direction:column;height:calc(100% - 60px)}.drawer-title{font-weight:700;font-size:13px;color:var(--ink);gap:8px}.drawer-header,.drawer-title{display:flex;align-items:center}.drawer-header{padding:16px 20px;border-bottom:1px solid var(--border);justify-content:space-between}.drawer-body{flex:1 1;overflow-y:auto;padding:20px}.drawer-footer{padding:16px 20px;border-top:1px solid var(--border);background:#f9fafb}.drawer-close{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280}.chartWrap{width:100%;height:100%;min-height:0}
/*# sourceMappingURL=df5dc35033fa753b.css.map*/