@import url(https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--red:#dc2626;--green:#16a34a}*{margin:0;padding:0}.screen{display:flex;min-height:100vh}.login-grid{display:flex;width:100%}.login-hero{background:linear-gradient(145deg,#0f2d6e,#1a56db,#2563eb);color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:4rem}.hero-logo{align-items:center;background:#ffffff26;border-radius:30px;display:inline-flex;gap:10px;margin-bottom:40px;padding:8px 15px}.lg-icon{background:#fff;border-radius:50%;color:#1a56db;font-weight:700;padding:8px}.login-hero h1{font-size:3rem;font-weight:800}.login-hero em{opacity:.6}.login-hero p{color:#ffffffb3;margin-top:15px;max-width:350px}.hero-features{margin-top:30px}.feat-row{margin-bottom:10px}.hero-bottom{font-size:12px;opacity:.5}.login-form-panel{align-items:center;background:#fff;border-left:1px solid #e2e5f0;border-left:1px solid var(--border);display:flex;justify-content:center;overflow-y:auto;padding:3rem;width:460px}.lf-inner{display:flex;flex-direction:column;width:100%}.lf-brand{align-items:center;display:flex;gap:10px;margin-bottom:20px}.lf-badge{background:linear-gradient(135deg,#1a56db,#7c3aed);border-radius:10px;color:#fff;flex-shrink:0;font-weight:700;padding:10px}.lf-brand-name{color:#0f1623;color:var(--text);display:flex;flex-direction:column;font-size:14px;font-weight:700;gap:2px}.lf-brand-name small{color:#64748b;color:var(--muted);font-size:11px;font-weight:400}.lf-title{color:#0f1623;color:var(--text);font-size:26px;font-weight:800;margin-bottom:6px}.lf-sub{color:#64748b;color:var(--muted);font-size:14px;line-height:1.5;margin-bottom:22px}.lf-label{color:#0f1623;color:var(--text);display:block;font-size:12px;font-weight:700;margin-bottom:5px}.lf-input-wrap{margin-bottom:4px;position:relative}.lf-input-wrap svg{height:16px;left:12px;opacity:.45;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:16px}.lf-input,.lf-input-wrap svg{color:#0f1623;color:var(--text)}.lf-input{background:#fff;border:1.5px solid #e2e5f0;border:1.5px solid var(--border);border-radius:10px;font-family:inherit;font-size:14px;outline:none;padding:12px 40px;transition:border-color .15s,box-shadow .15s;width:100%}.lf-input:focus{border-color:#1a56db;border-color:var(--blue);box-shadow:0 0 0 3px #1a56db1a}.lf-input-err .lf-input,.lf-input-err .lf-input:focus{border-color:#dc2626;border-color:var(--red);box-shadow:0 0 0 3px #dc262614}.lf-eye{align-items:center;background:none;border:none;color:#64748b;color:var(--muted);cursor:pointer;display:flex;padding:2px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.lf-eye svg{height:16px;opacity:.5;position:static;transform:none;width:16px}.lf-field-err{color:#dc2626;color:var(--red);font-size:12px;margin-bottom:6px;margin-top:2px}.lf-alert{border-radius:9px;font-size:13px;font-weight:500;margin-bottom:14px;padding:10px 14px}.lf-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;color:var(--red)}.lf-alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;color:var(--green)}.lf-row{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin:10px 0 16px}.lf-link{background:none;border:none;color:#1a56db;color:var(--blue);cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:0;text-decoration:none;transition:color .15s}.lf-link:hover{color:#1648c0;color:var(--blue-h);text-decoration:underline}.lf-link:disabled{cursor:not-allowed;opacity:.5}.lf-back{align-items:center;background:none;border:none;color:#64748b;color:var(--muted);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;margin-bottom:22px;padding:0;transition:color .15s}.lf-back svg{height:16px;transform:rotate(180deg);width:16px}.lf-back:hover{color:#0f1623;color:var(--text)}.lf-btn{align-items:center;background:#1a56db;background:var(--blue);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:15px;font-weight:700;gap:8px;justify-content:center;padding:13px;transition:background .15s,transform .1s;width:100%}.lf-btn:hover:not(:disabled){background:#1648c0;background:var(--blue-h)}.lf-btn:active:not(:disabled){transform:scale(.99)}.lf-btn:disabled{cursor:not-allowed;opacity:.65}.lf-spinner{animation:spin .65s linear infinite;border:2px solid #ffffff59;border-radius:50%;border-top-color:#fff;display:inline-block;flex-shrink:0;height:16px;width:16px}.lf-footer{color:#aab0bf;font-size:12px;margin-top:24px;text-align:center}.lf-fp-icon{align-items:center;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:14px;color:#1a56db;color:var(--blue);display:flex;height:52px;justify-content:center;margin-bottom:18px;width:52px}.lf-fp-icon svg{height:24px;width:24px}.lf-fp-icon-otp{background:#fdf4ff;border-color:#e9d5ff;color:#7c3aed}.lf-fp-icon-reset{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.lf-otp-row{display:flex;gap:10px;justify-content:center;margin:20px 0 4px}.lf-otp-box{background:#f9fafb;border:1.5px solid #e2e5f0;border:1.5px solid var(--border);border-radius:10px;caret-color:#1a56db;caret-color:var(--blue);color:#0f1623;color:var(--text);font-family:inherit;font-size:22px;font-weight:700;height:54px;outline:none;text-align:center;transition:border-color .15s,box-shadow .15s,background .15s;width:48px}.lf-otp-box:focus{background:#fff;box-shadow:0 0 0 3px #1a56db1a}.lf-otp-box:focus,.lf-otp-filled{border-color:#1a56db;border-color:var(--blue)}.lf-otp-filled{background:#eff6ff;color:#1a56db;color:var(--blue)}.lf-otp-err{border-color:#dc2626!important;border-color:var(--red)!important;box-shadow:0 0 0 3px #dc262614!important}.lf-resend{margin-top:16px;text-align:center}.lf-resend,.lf-resend-timer{color:#64748b;color:var(--muted);font-size:13px}.lf-pw-strength{align-items:center;display:flex;gap:10px;margin-bottom:2px;margin-top:6px}.lf-pw-bar{border-radius:4px;flex:1 1;height:4px;transition:background .3s,width .3s}.lf-pw-weak{background:#dc2626;background:var(--red);width:33%}.lf-pw-fair{background:#f59e0b;width:66%}.lf-pw-strong{background:#16a34a;background:var(--green);width:100%}.lf-pw-label{color:#64748b;color:var(--muted);font-size:11px;font-weight:600;white-space:nowrap}.lf-done-wrap{flex-direction:column;padding:16px 0;text-align:center}.lf-done-circle,.lf-done-wrap{align-items:center;display:flex}.lf-done-circle{background:linear-gradient(135deg,#16a34a,#4ade80);border-radius:50%;box-shadow:0 8px 24px #16a34a40;color:#fff;height:68px;justify-content:center;width:68px}.lf-done-circle svg{height:30px;width:30px}.lf-done-wrap .lf-sub{max-width:300px}@media (max-width:768px){.login-grid{flex-direction:column}.login-hero{display:none}.login-form-panel{align-items:flex-start;border-left:none;box-shadow:none;min-height:100vh;padding:2rem 1.5rem;width:100%}.lf-inner{max-width:100%}.lf-title{font-size:1.5rem}.lf-sub{font-size:13.5px}.lf-btn{font-size:15px;padding:13px}.lf-row{font-size:13px}.lf-footer{font-size:11px}.lf-otp-box{font-size:20px;height:48px;width:42px}.lf-otp-row{gap:7px}}@media (max-width:480px){.login-form-panel{padding:1.5rem 1rem}.lf-title{font-size:1.3rem}.lf-sub{font-size:13px}.lf-otp-box{border-radius:8px;font-size:18px;height:44px;width:38px}.lf-otp-row{gap:6px}}@media (max-width:360px){.lf-otp-box{font-size:16px;height:40px;width:34px}.lf-otp-row{gap:5px}}:root{--border:#e5e7eb;--text:#0f172a;--blue:#2563eb;--blue-light:#eff4ff;--green:#15803d;--green-light:#dcfce7;--orange:#b45309;--orange-light:#fef3c7;--shadow:0 10px 30px #0000000f}body{margin:0}.sidebar{background:#fff;background:var(--white);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);bottom:0;left:0;position:fixed;top:0;transition:.3s;width:260px}.sb-inner,.sidebar{display:flex;flex-direction:column}.sb-inner{height:100%;padding:20px}.sb-logo{display:flex;gap:12px;margin-bottom:20px}.li{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:12px;color:#fff;display:flex;height:42px;justify-content:center;width:42px}.li,.ln{font-weight:700}.ls{color:#64748b;color:var(--muted);font-size:13px}.divider{background:#e5e7eb;background:var(--border);height:1px;margin:15px 0}.sb-section{color:#94a3b8;font-size:12px;font-weight:700;margin-top:15px}.sb-btn{align-items:center;background:none;border:none;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:10px 12px;position:relative}.sb-btn:hover{background:#f1f5f9}.sb-btn.act{background:#eef2ff;color:#2563eb;color:var(--blue);font-weight:600}.sb-btn.act:before{background:#2563eb;background:var(--blue);bottom:20%;content:"";left:0;position:absolute;top:20%;width:3px}.sb-spacer{flex:1 1}.sb-user{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;gap:10px;padding-top:15px}.sb-ava{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.sb-uname{font-weight:600}.sb-urole{color:#64748b;color:var(--muted);font-size:12px}.logout{color:#dc2626;margin-top:10px}.main{margin-left:260px;width:100%}.topbar{background:#fff;background:var(--white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);height:60px;justify-content:space-between;padding:0 20px}.tb-left,.topbar{align-items:center;display:flex}.tb-left{gap:10px}.hamburger{cursor:pointer;display:none}.tb-title{font-size:18px;font-weight:700}.tb-right{align-items:center;display:flex;gap:10px}.tb-chip{background:#eff4ff;background:var(--blue-light);border-radius:20px;color:#2563eb;color:var(--blue);font-size:14px;padding:6px 14px}.tb-ava{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.btn{border-radius:10px;padding:8px 16px}.page{padding:20px}.notif-banner{background:#eef2ff;border-radius:10px;margin-bottom:20px;padding:12px}.stats-row{grid-gap:15px;gap:15px;grid-template-columns:repeat(3,1fr)}.stat{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000f;box-shadow:var(--shadow);padding:20px;position:relative}.stat:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.s-blue:before{background:#2563eb;background:var(--blue)}.s-green:before{background:#15803d;background:var(--green)}.s-amber:before{background:orange}.card{border-radius:16px;box-shadow:0 10px 30px #0000000f;box-shadow:var(--shadow);margin-top:20px}.card-hd{padding:20px}.sub{font-size:13px}.card-ft,.sub{color:#64748b;color:var(--muted)}.card-ft{background:#f9fafb;font-size:14px;padding:14px 20px}th{color:var(--muted)}td{padding:18px 20px}.pill{border-radius:999px;padding:6px 14px}.p-ongoing{background:#eff4ff;background:var(--blue-light);color:#2563eb;color:var(--blue)}.p-pending{background:var(--orange-light);color:var(--orange)}.p-completed{background:var(--green-light);color:var(--green)}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.overlay{display:none}.overlay.show{display:block}.main{margin-left:0}.hamburger{display:block}.stats-row{grid-template-columns:1fr}}.overlay{background:#0000004d;z-index:999}.sidebar{z-index:1000}@media (max-width:768px){.topbar{align-items:flex-start;flex-direction:column;gap:10px;height:auto;padding:12px}.tb-left{align-items:center;display:flex;gap:10px;width:100%}.tb-title{font-size:18px}.tb-right{align-items:center;display:flex;justify-content:space-between;width:100%}.tb-chip{white-space:nowrap}.btn-blue,.tb-chip{font-size:12px;padding:6px 10px}.tb-ava{font-size:12px;height:32px;width:32px}.hamburger{display:block;font-size:20px}}.table-wrap{width:100%}table{table-layout:fixed}th{color:#64748b;font-size:12px;padding:14px 20px}td{border-top:1px solid #eee;font-size:14px;padding:16px 20px}td:first-child,th:first-child{width:10%}td:nth-child(2),th:nth-child(2){width:25%}td:nth-child(3),th:nth-child(3){width:20%}td:nth-child(4),td:nth-child(5),td:nth-child(6),th:nth-child(4),th:nth-child(5),th:nth-child(6){width:15%}td:last-child{text-align:right}td:nth-child(5){text-align:center}tbody tr:hover{background:#f9fbff}.btn-outline{border:1px solid #e5e7eb;border-radius:999px;display:inline-block;font-size:13px;padding:6px 14px}.pill{min-width:90px;text-align:center}*{box-sizing:border-box}.app{background:#f5f6f8;min-height:100vh;position:relative}.main{display:flex;flex-direction:column;min-width:0}.overlay{background:#00000059;display:none;inset:0;position:fixed;z-index:100}.overlay.show{display:block}.page{background:#f5f6f8;display:flex;flex-direction:column;gap:20px;padding:24px 28px}.notif-banner{background:#fffbeb;border:1px solid #fcd34d;border-left:4px solid #f59e0b;border-radius:8px;color:#92400e;font-size:13.5px;font-weight:500;padding:11px 16px}.stats-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr)}.stat{border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:16px 20px}.sl{font-size:12.5px;font-weight:600;letter-spacing:.04em;opacity:.75;text-transform:uppercase}.sv{font-size:32px;font-weight:700;line-height:1.1}.sm{font-size:12px;opacity:.65}.s-blue{background:#dbeafe;color:#1e3a8a}.s-green{background:#dcfce7;color:#14532d}.s-amber{background:#fef3c7;color:#78350f}.s-purple{background:#ede9fe;color:#4c1d95}.card{border:1px solid #e5e7eb;overflow:hidden}.card-hd{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:16px 20px}.card-hd h3{color:#111827;font-size:15px;font-weight:700;margin:0 0 2px}.sub{color:#6b7280;font-size:12.5px}.card-hd-right{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.card-ft{background:#fafafa;border-top:1px solid #f3f4f6;color:#6b7280;font-size:12.5px;padding:10px 20px}.dt-search-wrap{align-items:center;display:flex;position:relative}.dt-search-icon{color:#9ca3af;left:9px;pointer-events:none;position:absolute}.dt-search{background:#fff;border:1px solid #e5e7eb;border-radius:7px;color:#374151;font-size:13px;outline:none;padding:7px 28px;transition:border-color .15s,box-shadow .15s;width:200px}.dt-search::placeholder{color:#9ca3af}.dt-search:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61a}.dt-search-clear{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:12px;line-height:1;padding:2px;position:absolute;right:7px}.dt-search-clear:hover{color:#6b7280}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;min-width:580px;width:100%}thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}th{color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.055em;padding:10px 16px;text-align:left;-webkit-user-select:none;user-select:none;white-space:nowrap}th.th-sort{cursor:pointer;transition:color .12s}td,th.th-sort:hover{color:#374151}td{border-bottom:1px solid #f3f4f6;font-size:13.5px;padding:13px 16px;vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#fafafa}.td-id{color:#111827;font-weight:700}.td-empty,.td-loading{color:#9ca3af;font-size:13.5px;padding:40px;text-align:center}.sort-icon{font-size:10px;margin-left:4px}.sort-off{color:#d1d5db}.sort-on{color:#2563eb}.pill{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:4px 11px;white-space:nowrap}.p-ongoing{background:#dbeafe;color:#1d4ed8}.p-pending{background:#fef3c7;color:#b45309}.p-completed{background:#dcfce7;color:#15803d}.p-hold{background:#ede9fe;color:#6d28d9}.p-revisit{background:#ccfbf1;color:#0f766e}.dt-pagination{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:16px;justify-content:flex-end;padding:10px 16px}.dt-pagination,.dt-rpp{align-items:center;display:flex}.dt-rpp{color:#6b7280;font-size:12.5px;gap:7px}.dt-rpp select{appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%236b7280' d='M5 6 0 0h10z'/%3E%3C/svg%3E") no-repeat right 6px center;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:12.5px;outline:none;padding:4px 22px 4px 7px}.dt-info{color:#6b7280;font-size:12.5px;min-width:80px;text-align:center}.dt-nav{display:flex;gap:3px}.pg-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:13px;height:28px;justify-content:center;transition:background .12s,color .12s;width:28px}.pg-btn:hover:not(:disabled){background:#f3f4f6;color:#111827}.pg-btn:disabled{cursor:not-allowed;opacity:.35}.btn{border:none;border-radius:7px;font-weight:500;transition:all .12s;white-space:nowrap}.btn-blue{background:#2563eb;font-size:13.5px;padding:8px 16px}.btn-blue:hover{background:#1d4ed8}.btn-sm{font-size:13.5px;padding:8px 16px}.btn-outline{background:#fff;border:1.5px solid #e5e7eb;color:#374151}.btn-outline:hover{background:#f3f4f6;border-color:#d1d5db}.btn-xs{font-size:12.5px;padding:5px 12px}@media (max-width:900px){.page{padding:18px 16px}.stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.page{gap:14px;padding:14px 12px}.stats-row{gap:10px;grid-template-columns:repeat(2,1fr)}.stat{padding:13px 14px}.sv{font-size:26px}.card-hd,.card-hd-right{align-items:stretch;flex-direction:column}.dt-search,.dt-search-wrap{width:100%}.btn-blue{text-align:center}.dt-pagination{justify-content:space-between}.dt-rpp{display:none}}@media (max-width:380px){.stats-row{gap:8px;grid-template-columns:1fr 1fr}.sv{font-size:22px}}.action-btns-row{align-items:center;display:flex;gap:6px}.btn-pdf{align-items:center;color:#374151;display:inline-flex;gap:4px}.btn-pdf:hover:not(:disabled){background:#fef9f0;border-color:#f59e0b;color:#b45309}.btn-pdf:disabled{cursor:not-allowed;opacity:.6}.pdf-spinner{animation:dash-spin .6s linear infinite;border:1.5px solid #d1d5db;border-radius:50%;border-top-color:#2563eb;height:11px;width:11px}.pdf-spinner,.td-spinner{display:inline-block;vertical-align:middle}.td-spinner{animation:dash-spin .7s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:14px;margin-right:6px;width:14px}@keyframes dash-spin{to{transform:rotate(1turn)}}:root{--white:#fff;--bg:#f7f8fc;--bg2:#eef0f8;--surface:#fff;--border:#e2e5f0;--border2:#c8cde0;--text:#0f1623;--text2:#2d3748;--muted:#64748b;--muted2:#94a3b8;--blue:#1a56db;--blue-h:#1648c0;--blue-l:#eff4ff;--blue-m:#dbeafe;--c-ongoing:#1a56db;--bg-ongoing:#eff4ff;--c-pending:#b45309;--bg-pending:#fef3c7;--c-completed:#15803d;--bg-completed:#dcfce7;--c-hold:#7c3aed;--bg-hold:#f5f3ff;--c-revisit:#0369a1;--bg-revisit:#e0f2fe;--c-active:#15803d;--bg-active:#dcfce7;--c-inactive:#dc2626;--bg-inactive:#fee2e2;--sh-sm:0 2px 8px #0000000f;--sh-md:0 8px 24px #00000014;--r-sm:8px;--r:12px;--r-lg:18px;--sidebar:252px;--topbar:60px}body{background:#f7f8fc;background:var(--bg);color:#0f1623;color:var(--text);font-family:Geist,sans-serif}.app{display:flex}.main{flex:1 1;margin-left:252px;margin-left:var(--sidebar)}.page{padding:1.3rem}.card{background:#fff;border:1px solid #e2e5f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--r);box-shadow:0 2px 8px #0000000f;box-shadow:var(--sh-sm)}.card-hd{border-bottom:1px solid #e2e5f0;border-bottom:1px solid var(--border);font-weight:700}.card-body,.card-hd{padding:1rem}.fg{margin-bottom:1rem}.fl{font-size:12px;font-weight:700;text-transform:uppercase}.fi,.fs{border:1px solid #e2e5f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--r-sm);padding:10px;width:100%}.fi:focus,.fs:focus{border-color:#1a56db;border-color:var(--blue);outline:none}.two-col{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:350px 1fr}.btn{border-radius:8px;border-radius:var(--r-sm);cursor:pointer;padding:8px 14px}.btn-blue{background:#1a56db;background:var(--blue);color:#fff}.btn-ghost{background:#fff;border:1px solid #e2e5f0;border:1px solid var(--border)}.bc{color:#64748b;color:var(--muted);font-size:14px;margin-bottom:10px}.vhint{background:#fee2e2;border:1px solid #fecaca;margin-bottom:10px}.act-entry,.vhint{border-radius:8px;border-radius:var(--r-sm);padding:10px}.act-entry{align-items:center;background:#f7f8fc;background:var(--bg);display:flex;justify-content:space-between}.mat-row{display:flex;gap:10px}.qty{padding:8px;width:60px}.photo-drop{border:2px dashed #c8cde0;border:2px dashed var(--border2);border-radius:12px;border-radius:var(--r);padding:20px;text-align:center}.export-btn{border:1px solid #e2e5f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--r-sm);padding:8px}@media (max-width:768px){.two-col{grid-template-columns:1fr}.main{margin-left:0}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.jdf-wrap{background:#f5f6f8;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:22px 28px 100px}.jdf-state-wrap,.jdf-wrap{display:flex;flex-direction:column;gap:16px}.jdf-state-wrap{align-items:center;color:#6b7280;font-size:14px;justify-content:center;padding:80px 20px}.jdf-spinner{animation:jdf-spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:36px;width:36px}@keyframes jdf-spin{to{transform:rotate(1turn)}}.jdf-error-state{color:#dc2626}.jdf-title-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.jdf-page-title{color:#111827;font-size:20px;font-weight:700;margin:0 0 3px}.jdf-title-actions{display:flex;flex-wrap:wrap;gap:8px}.jdf-breadcrumb{color:#6b7280;font-size:12.5px}.jdf-bc-link{color:#2563eb;cursor:pointer;font-weight:600}.jdf-bc-link:hover{text-decoration:underline}.jdf-bc-sep{color:#d1d5db;margin:0 5px}.jdf-bc-current{color:#6b7280}.jdf-tabs{border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.jdf-tab,.jdf-tabs{background:#fff;display:flex}.jdf-tab{align-items:center;border:none;border-right:1px solid #e5e7eb;color:#9ca3af;cursor:pointer;flex:1 1;font-size:13.5px;font-weight:500;gap:6px;justify-content:center;padding:14px 0;position:relative;transition:background .15s,color .15s}.jdf-tab:last-child{border-right:none}.jdf-tab:hover{background:#f5f7ff;color:#374151}.jdf-tab-pending{background:#f0fdf4!important;color:#16a34a!important;font-weight:700}.jdf-tab-ongoing-active{background:#fff!important;color:#2563eb!important;font-weight:700}.jdf-tab-active{background:#f5f7ff!important;color:#2563eb!important;font-weight:700}.jdf-tab-dot{background:#2563eb;border-radius:50%;display:inline-block;flex-shrink:0;height:8px;width:8px}.jdf-content{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,420px) minmax(0,1fr)}.jdf-left,.jdf-right{display:flex;flex-direction:column;gap:18px}.jdf-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 3px #0000000a;padding:20px 22px}.jdf-card-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:18px}.jdf-card-title{color:#111827;font-size:16px;font-weight:700;margin:0}.jdf-change-status-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:7px 16px;transition:background .12s,border-color .12s;white-space:nowrap}.jdf-change-status-btn:hover{background:#f9fafb;border-color:#d1d5db}.jdf-info-table{display:flex;flex-direction:column}.jdf-info-row{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;gap:14px;padding:11px 0}.jdf-info-row:last-child{border-bottom:none}.jdf-info-label{color:#9ca3af;flex:0 0 90px;font-size:11px;font-weight:700;letter-spacing:.06em;padding-top:1px;text-transform:uppercase}.jdf-info-value{align-items:center;color:#374151;display:flex;flex:1 1;flex-wrap:wrap;font-size:13.5px;gap:10px;word-break:break-word}.jdf-info-value.bold{color:#111827;font-size:14px;font-weight:700}.jdf-badge-status{align-items:center;border-radius:20px;display:inline-flex;font-size:12.5px;font-weight:600;gap:5px;padding:3px 11px}.jdf-status-note{color:#9ca3af;font-size:12px}.s-ongoing{background:#dbeafe;color:#1d4ed8}.s-pending{background:#dcfce7;color:#16a34a}.s-completed{background:#dcfce7;color:#15803d}.s-hold{background:#ede9fe;color:#6d28d9}.s-revisit{background:#ccfbf1;color:#0f766e}.jdf-mat-head{align-items:center;border-bottom:1.5px solid #f0f2f5;display:flex;gap:8px;padding:0 0 10px}.jdf-mat-head-material{color:#9ca3af;flex:1 1;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.jdf-mat-head-qty{text-align:center;width:60px}.jdf-mat-head-logged,.jdf-mat-head-qty{color:#9ca3af;flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.jdf-mat-head-logged{text-align:right;width:82px}.jdf-mat-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:8px;padding:14px 0}.jdf-mat-row:last-child{border-bottom:none}.jdf-mat-row:hover{background:#fafafa;margin:0 -22px;padding:14px 22px}.jdf-mat-name{color:#1f2937;flex:1 1;font-size:14px;word-break:break-word}.jdf-mat-qty-cell{display:flex;flex-shrink:0;justify-content:center;width:60px}.jdf-mat-logged-cell{flex-shrink:0;text-align:right;width:82px}.jdf-qty-badge{align-items:center;background:#fef9c3;border-radius:50%;color:#854d0e;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:600;height:32px;justify-content:center;line-height:1;width:32px}.jdf-mat-logged{color:#6b7280;font-size:13px;white-space:nowrap}.jdf-mat-table{display:none}.jdf-mat-scroll{width:100%}.jdf-photo-count{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#374151;font-size:12.5px;font-weight:600;padding:4px 12px}.jdf-photo-boxes{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.jdf-photo-box-slot{align-items:center;background:#e8eef8;border:none;border-radius:12px;color:#6b7280;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:5px;height:90px;justify-content:center;overflow:hidden;position:relative;transition:background .15s;width:108px}.jdf-photo-box-slot:hover{background:#d8e3f5}.jdf-photo-box-slot img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.jdf-photo-box-label{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.jdf-photo-box-icon,.jdf-photo-box-label{color:#5a7ab8;z-index:1}.jdf-photo-box-count{background:#00000080;border-radius:10px;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;position:absolute;right:6px;top:6px;z-index:2}.jdf-upload-more-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:9px;color:#374151;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;gap:8px;padding:9px 18px;transition:background .12s,border-color .12s}.jdf-upload-more-btn:hover{background:#f9fafb;border-color:#d1d5db}.jdf-photo-section{margin-bottom:14px}.jdf-photo-section:last-child{margin-bottom:0}.jdf-photo-section-label{color:#9ca3af;font-size:10.5px;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.jdf-photos-grid{display:flex;flex-wrap:wrap;gap:8px}.jdf-photo-thumb{border:1px solid #e5e7eb;border-radius:9px;height:72px;overflow:hidden;position:relative;width:82px}.jdf-photo-thumb img{height:100%;object-fit:cover;width:100%}.jdf-photo-tag{background:#00000080;border-radius:4px;bottom:4px;color:#fff;font-size:9px;font-weight:700;left:4px;padding:2px 5px;position:absolute;text-transform:uppercase}.jdf-photo-tag.new{background:#2563ebbf}.jdf-photo-remove{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:18px;justify-content:center;position:absolute;right:4px;top:4px;width:18px}.jdf-photo-remove:hover{background:#dc2626cc}.jdf-photo-upload-slot{align-items:center;border:2px dashed #d1d5db;border-radius:9px;color:#9ca3af;cursor:pointer;display:flex;flex-direction:column;font-size:11px;gap:4px;height:72px;justify-content:center;transition:border-color .15s,color .15s;width:82px}.jdf-photo-upload-slot:hover{border-color:#2563eb;color:#2563eb}.jdf-act-sub{color:#9ca3af;font-size:12px;margin:3px 0 0}.jdf-act-footer{border-top:1px solid #f0f2f5;color:#9ca3af;font-size:12px;margin-top:10px;padding-top:12px}.jdf-act-empty{color:#9ca3af;font-size:13px;padding:30px 0;text-align:center}.jdf-new-act-label{background:#f0fdf4;border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6;color:#15803d;font-size:11.5px;font-weight:600;margin:0 -22px;padding:6px 22px}.jdf-table-wrap{-webkit-overflow-scrolling:touch;margin:0 -22px;overflow-x:auto;padding:0 22px}.jdf-act-table{border-collapse:collapse;min-width:620px;width:100%}.jdf-act-table td:first-child,.jdf-act-table th:first-child{width:88px}.jdf-act-table td:nth-child(2),.jdf-act-table th:nth-child(2){width:90px}.jdf-act-table td:nth-child(3),.jdf-act-table th:nth-child(3){width:auto}.jdf-act-table td:nth-child(4),.jdf-act-table td:nth-child(5),.jdf-act-table th:nth-child(4),.jdf-act-table th:nth-child(5){width:68px}.jdf-act-table td:nth-child(6),.jdf-act-table th:nth-child(6){width:90px}.jdf-act-table td:nth-child(7),.jdf-act-table th:nth-child(7){width:64px}.jdf-act-table thead{border-bottom:1px solid #e5e7eb}.jdf-act-table th{color:#9ca3af;font-size:10.5px;font-weight:700;letter-spacing:.06em;padding:9px 12px 9px 0;text-align:left;text-transform:uppercase;white-space:nowrap}.jdf-act-table td{border-bottom:1px solid #f3f4f6;color:#374151;font-size:13px;padding:12px 12px 12px 0;vertical-align:middle}.jdf-act-table tbody tr:last-child td{border-bottom:none}.jdf-act-table tbody tr:hover{background:#fafafa}.jdf-row-new{background:#f0fdf4}.jdf-row-new:hover{background:#dcfce7!important}.jdf-td-date{font-weight:700}.jdf-td-date,.jdf-td-dur,.jdf-td-staff,.jdf-td-time{color:#374151;font-size:13px;white-space:nowrap}.jdf-td-dur{font-weight:500}.jdf-act-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;max-width:220px;overflow:hidden;padding:4px 11px;text-overflow:ellipsis;white-space:nowrap}.jdf-act-blue{background:#dbeafe;color:#1e40af}.jdf-act-green{background:#dcfce7;color:#15803d}.jdf-act-teal{background:#ccfbf1;color:#0f766e}.jdf-act-purple{background:#ede9fe;color:#6d28d9}.jdf-act-orange{background:#ffedd5;color:#c2410c}.jdf-act-gray{background:#f3f4f6;color:#4b5563}.jdf-act-btns{display:flex;gap:5px}.jdf-icon-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:7px;color:#6b7280;cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;transition:all .12s;width:28px}.jdf-icon-btn:hover{background:#f3f4f6;color:#111827}.jdf-icon-del{border-color:#fecaca;color:#dc2626}.jdf-icon-del:hover{background:#fee2e2!important;border-color:#f87171!important}.jdf-add-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;gap:12px;margin-top:14px;padding:16px}.jdf-add-title{color:#111827;font-size:13.5px;font-weight:600}.jdf-field{display:flex;flex-direction:column;gap:5px}.jdf-label{color:#374151;font-size:11.5px;font-weight:600;letter-spacing:.04em}.jdf-req{color:#ef4444;margin-left:1px}.jdf-input,.jdf-select{appearance:none;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;font-family:inherit;font-size:13.5px;outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s;width:100%}.jdf-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%236b7280' d='M5 6 0 0h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:32px}.jdf-input:focus,.jdf-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.jdf-row-2{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.jdf-help{color:#9ca3af;font-size:11px}.jdf-error{background:#fef2f2;border:1px solid #fecaca;border-radius:7px;color:#dc2626;font-size:12.5px;padding:8px 12px}.jdf-add-actions{display:flex;gap:8px;justify-content:flex-end}.jdf-btn-primary{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13.5px;font-weight:600;gap:6px;padding:9px 18px;transition:background .12s;white-space:nowrap}.jdf-btn-primary:hover{background:#1d4ed8}.jdf-btn-primary:disabled{cursor:not-allowed;opacity:.6}.jdf-btn-outline{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13.5px;font-weight:500;gap:6px;padding:9px 16px;transition:background .12s,border-color .12s;white-space:nowrap}.jdf-btn-outline:hover{background:#f9fafb;border-color:#d1d5db}.jdf-hdr-btn{font-size:13px;padding:8px 14px}.jdf-submit-btn{border-radius:9px;font-size:14px;font-weight:700;padding:10px 24px}.jdf-bottom-bar{background:#fff;border-top:1px solid #e5e7eb;bottom:0;gap:12px;justify-content:space-between;left:0;padding:12px 28px;position:fixed;right:0;z-index:50}.jdf-bottom-bar,.jdf-bottom-right{align-items:center;display:flex;flex-wrap:wrap}.jdf-bottom-right{gap:10px}.jdf-submit-success{align-items:center;animation:fadeIn .3s ease;color:#15803d;display:flex;font-size:13px;font-weight:500;gap:6px}.jdf-submit-error{color:#dc2626;font-size:13px;font-weight:500}@media (max-width:1024px){.jdf-content{grid-template-columns:1fr}}@media (max-width:640px){.jdf-wrap{gap:12px;padding:14px 14px 90px}.jdf-page-title{font-size:17px}.jdf-title-row{flex-direction:column;gap:8px}.jdf-title-actions{flex-wrap:wrap;gap:6px}.jdf-title-actions .jdf-btn-outline{font-size:12px;padding:7px 10px}.jdf-tabs{-webkit-overflow-scrolling:touch;border-radius:10px;overflow-x:auto}.jdf-tab{font-size:12px;min-width:86px;padding:12px 6px}.jdf-card{border-radius:12px;padding:16px 14px}.jdf-card-header{margin-bottom:14px}.jdf-card-title{font-size:14.5px}.jdf-info-label{flex:0 0 76px;font-size:10px}.jdf-info-value{font-size:13px}.jdf-info-value.bold{font-size:13.5px}.jdf-status-note{display:none}.jdf-mat-scroll{margin:0 -14px;padding:0 14px}.jdf-mat-table th{font-size:10px;padding-bottom:8px}.jdf-mat-table td{font-size:13px;padding:12px 8px 12px 0}.jdf-qty-badge{font-size:12px;padding:3px 10px}.jdf-mat-logged{font-size:12.5px}.jdf-table-wrap{margin:0 -14px;padding:0 14px}.jdf-new-act-label{margin:0 -14px;padding:6px 14px}.jdf-row-2{grid-template-columns:1fr}.jdf-add-actions{flex-direction:column-reverse}.jdf-add-actions .jdf-btn-outline,.jdf-add-actions .jdf-btn-primary{justify-content:center;width:100%}.jdf-bottom-bar{gap:8px;padding:10px 14px}.jdf-bottom-right{gap:8px}.jdf-submit-btn{font-size:13px;padding:9px 16px}.jdf-hdr-btn{font-size:12px;padding:7px 10px}.jdf-photo-thumb,.jdf-photo-upload-slot{height:64px;width:72px}}@media (max-width:380px){.jdf-tab{font-size:11px;min-width:72px;padding:10px 4px}.jdf-info-label{flex:0 0 68px}.jdf-card{padding:14px 12px}}@media print{.jdf-act-btns,.jdf-add-card,.jdf-bottom-bar,.jdf-btn-outline,.jdf-btn-primary,.jdf-change-status-btn,.jdf-title-actions{display:none!important}.jdf-wrap{background:#fff;padding:0}}.page{background:#f8fafc;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh;padding:24px 32px}.um-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.um-title{color:#111827;font-size:24px;font-weight:700;margin:0 0 4px}.um-subtitle{color:#6b7280;font-size:14px;margin:0}.add-btn{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:background .2s}.add-btn:hover{background:#1d4ed8}.filters-bar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:16px;margin-bottom:24px;padding:12px}.search-wrap{flex:1 1;position:relative}.search-input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;padding:10px 12px 10px 40px;transition:all .2s;width:100%}.search-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-svg{color:#9ca3af;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.filter-selects{display:flex;gap:12px}.filter-select{appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;padding:10px 32px 10px 12px}.table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden;position:relative}.table-scroll{overflow-x:auto}.um-table{border-collapse:collapse;width:100%}.um-table thead{background:#f9fafb}.um-table th{border-bottom:1px solid #e5e7eb;color:#6b7280;cursor:pointer;font-size:12px;font-weight:600;padding:14px 16px;text-align:left;text-transform:uppercase}.um-table td{border-bottom:1px solid #f3f4f6;color:#374151;font-size:14px;padding:16px;vertical-align:middle}.um-table tr:last-child td{border-bottom:none}.um-table tr:hover{background:#f8fafc}.name-cell{align-items:center;display:flex;gap:12px}.td-name{color:#111827;font-weight:600}.td-email{color:#2563eb;font-weight:500;text-decoration:none}.td-email:hover{text-decoration:underline}.td-muted{color:#6b7280}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 12px}.badge-dot{border-radius:50%;height:6px;width:6px}.badge-blue{background:#eff6ff;color:#1e40af}.badge-gray{color:#374151}.badge-green{background:#f0fdf4;color:#166534}.badge-green .badge-dot{background:#22c55e}.badge-red{background:#fef2f2;color:#991b1b}.badge-red .badge-dot{background:#ef4444}.action-btns{display:flex;gap:8px}.btn-edit{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;font-weight:600;padding:6px 16px;transition:all .2s}.btn-edit:hover{background:#f9fafb;border-color:#d1d5db}.btn-deactivate{background:#fff1f2;border:1px solid #fecdd3;border-radius:6px;color:#e11d48;cursor:pointer;font-size:13px;font-weight:600;padding:6px 16px;transition:all .2s}.btn-deactivate:hover{background:#ffe4e6}.btn-activate{background:#f0fdf4;border:1px solid #dcfce7;border-radius:6px;color:#16a34a;cursor:pointer;font-size:13px;font-weight:600;padding:6px 16px;transition:all .2s}.btn-activate:hover{background:#dcfce7}.pagination{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px}.page-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 12px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{to{background-position:-200% 0}}.skel-bar{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#f0f2f5 25%,#e5e7eb 50%,#f0f2f5 75%);background-size:200% 100%;border-radius:6px;height:13px}.um-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffbf;border-radius:12px;display:flex;inset:0;justify-content:center;position:absolute;z-index:20}.um-spinner{animation:spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:32px;width:32px}.um-banner{align-items:center;animation:fadeIn .3s ease;border-radius:10px;display:flex;font-size:.82rem;font-weight:600;gap:.5rem;margin-bottom:24px;padding:.7rem 1rem}.um-banner.err{background:#fff5f5;border:1.5px solid #fecaca;color:#dc2626}.um-banner.ok{background:#f0fdf4;border:1.5px solid #86efac;color:#15803d}.um-banner button{background:none;border:none;color:inherit;cursor:pointer;margin-left:auto}.desktop-only{display:block}.mobile-list{display:none}@media (max-width:1024px){.desktop-only{display:none}.mobile-list{display:block}.filters-bar{align-items:stretch;flex-direction:column}}@media (max-width:640px){.page{padding:16px}.um-header{align-items:flex-start;flex-direction:column;gap:16px}.add-btn{justify-content:center;width:100%}}.mc{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000d;padding:16px}.mc,.mc-head{margin-bottom:12px}.mc-head{align-items:flex-start;display:flex;justify-content:space-between}.mc-id{color:#111827;font-weight:700}.mc-client{color:#6b7280;margin-top:2px}.mc-body{border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6;margin-bottom:12px;padding:12px 0}.mc-row{display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.mc-key{color:#6b7280}.mc-foot{display:flex;gap:8px}.mc-foot button{flex:1 1}@keyframes rpt-spin{to{transform:rotate(1turn)}}@keyframes rpt-shimmer{to{background-position:-200% 0}}@keyframes rpt-fadein{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.rpt-page{background:#f5f6f8;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;min-height:100vh;padding:24px 28px 40px}.rpt-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.rpt-title{color:#111827;font-size:22px;font-weight:700;margin:0}.rpt-export-row{display:flex;flex-shrink:0;gap:10px}.rpt-export-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13.5px;font-weight:500;gap:7px;padding:8px 16px;transition:background .12s,border-color .12s;white-space:nowrap}.rpt-export-btn:hover{background:#f9fafb;border-color:#d1d5db}.rpt-tabs{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:2px;padding:4px;width:fit-content}.rpt-tab{background:#0000;border:none;border-radius:7px;color:#6b7280;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:500;padding:8px 22px;transition:all .15s;white-space:nowrap}.rpt-tab:hover{color:#374151}.rpt-tab-on{background:#2563eb;color:#fff;font-weight:600}.rpt-notice{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;display:flex;font-size:13px;gap:10px;padding:10px 14px}.rpt-notice strong{color:#1d4ed8}.rpt-error-banner{align-items:center;animation:rpt-fadein .3s ease;background:#fff5f5;border:1.5px solid #fecaca;border-radius:10px;color:#dc2626;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 14px}.rpt-retry{background:none;border:none;color:#dc2626;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;margin-left:auto}.rpt-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.rpt-filter-loading{opacity:.6;pointer-events:none}.rpt-pills{display:flex;flex-wrap:wrap;gap:6px}.rpt-pill{background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;color:#374151;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:500;padding:7px 16px;transition:all .15s;white-space:nowrap}.rpt-pill:hover{border-color:#2563eb;color:#2563eb}.rpt-pill-on{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}.rpt-filter-right{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.rpt-search-wrap{position:relative}.rpt-search-ico{color:#9ca3af;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.rpt-search{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;font-family:inherit;font-size:13.5px;outline:none;padding:8px 12px 8px 30px;transition:border-color .15s,box-shadow .15s;width:230px}.rpt-search::placeholder{color:#9ca3af}.rpt-search:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61a}.rpt-sel{appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%236b7280' d='M5 6 0 0h10z'/%3E%3C/svg%3E") no-repeat right 10px center;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:13.5px;outline:none;padding:8px 30px 8px 12px;transition:border-color .15s;white-space:nowrap}.rpt-sel:focus{border-color:#93c5fd}.rpt-apply-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;padding:8px 20px;transition:background .12s;white-space:nowrap}.rpt-apply-btn:hover:not(:disabled){background:#1d4ed8}.rpt-apply-btn:disabled{cursor:not-allowed;opacity:.6}.rpt-sub-row{align-items:center;display:flex}.rpt-sel-sub{min-width:160px}.rpt-custom-date{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-wrap:wrap;gap:10px;padding:12px 16px}.rpt-dr-lbl{color:#6b7280;font-size:13px;font-weight:500;white-space:nowrap}.rpt-date-inp{background:#fff;border:1.5px solid #e5e7eb;border-radius:7px;color:#374151;cursor:pointer;font-family:inherit;font-size:13.5px;outline:none;padding:7px 12px;transition:border-color .15s}.rpt-date-inp:focus{border-color:#93c5fd}.rpt-summary{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.rpt-sum-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 22px}.rpt-sum-val{font-size:30px;font-weight:800;line-height:1.1;margin-bottom:5px}.rpt-sum-lbl{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.rpt-sum-blue .rpt-sum-val{color:#2563eb}.rpt-sum-orange .rpt-sum-val{color:#d97706}.rpt-sum-indigo .rpt-sum-val{color:#4f46e5}.rpt-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;position:relative}.rpt-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffbf;border-radius:12px;display:flex;inset:0;justify-content:center;position:absolute;z-index:10}.rpt-spinner{animation:rpt-spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;flex-shrink:0;height:36px;width:36px}.rpt-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto;scrollbar-width:thin}.rpt-scroll::-webkit-scrollbar{height:5px}.rpt-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.rpt-tbl{border-collapse:collapse;min-width:800px;table-layout:auto;width:100%}.rpt-tbl thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.rpt-tbl th{color:#6b7280;font-size:11.5px;font-weight:600;letter-spacing:.06em;padding:11px 16px;text-align:left;transition:color .12s;-webkit-user-select:none;user-select:none;white-space:nowrap}.rpt-tbl th:hover{color:#374151}.rpt-tbl tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.rpt-tbl tbody tr:last-child{border-bottom:none}.rpt-tbl tbody tr:hover{background:#fafafa}.rpt-tbl td{color:#374151;font-size:13.5px;padding:13px 16px;vertical-align:middle;white-space:nowrap}.rpt-tbl td:last-child,.rpt-tbl th:last-child{text-align:center}.rpt-td-id{color:#111827;font-weight:700}.rpt-td-bold{color:#111827;font-weight:600}.rpt-td-muted{color:#6b7280}.rpt-sort{font-size:10px;margin-left:3px}.rpt-sort-off{color:#d1d5db}.rpt-sort-on{color:#2563eb}.rpt-skel{animation:rpt-shimmer 1.2s infinite;background:linear-gradient(90deg,#f0f2f5 25%,#e5e7eb 50%,#f0f2f5 75%);background-size:200% 100%;border-radius:6px;height:13px}.rpt-empty-state{align-items:center;color:#9ca3af;display:flex;flex-direction:column;font-size:13.5px;gap:8px;justify-content:center;padding:3rem 1rem}.rpt-empty-state svg{opacity:.35}.rpt-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12.5px;font-weight:600;justify-content:center;padding:4px 12px;white-space:nowrap}.badge-amber{background:#fef3c7;color:#b45309}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-purple{background:#ede9fe;color:#6d28d9}.badge-green{background:#dcfce7;color:#15803d}.badge-teal{background:#ccfbf1;color:#0f766e}.badge-gray{background:#f3f4f6;color:#4b5563}.rpt-view-btn{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:7px;color:#374151;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;justify-content:center;padding:6px 16px;transition:background .12s,border-color .12s;white-space:nowrap}.rpt-view-btn:hover{background:#f3f4f6;border-color:#d1d5db}.rpt-view-full{justify-content:center;width:100%}.rpt-pagination{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:16px;justify-content:flex-end;padding:11px 16px}.rpt-pagination,.rpt-rpp{align-items:center;display:flex}.rpt-rpp{color:#6b7280;font-size:13px;gap:8px}.rpt-rpp-sel{appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%236b7280' d='M5 6 0 0h10z'/%3E%3C/svg%3E") no-repeat right 7px center;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-family:inherit;font-size:13px;outline:none;padding:4px 24px 4px 8px}.rpt-pg-info{min-width:80px;text-align:center}.rpt-pg-cur,.rpt-pg-info{color:#6b7280;font-size:13px}.rpt-pg-cur{padding:0 .4rem}.rpt-pg-nav{gap:3px}.rpt-pg-btn,.rpt-pg-nav{align-items:center;display:flex}.rpt-pg-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-family:inherit;font-size:14px;height:30px;justify-content:center;transition:background .12s,color .12s;width:30px}.rpt-pg-btn:hover:not(:disabled){background:#f3f4f6;color:#111827}.rpt-pg-btn:disabled{cursor:not-allowed;opacity:.35}.rpt-mobile{display:none;flex-direction:column;gap:12px}.rpt-mob-load{padding:2rem;text-align:center}.rpt-mob-load .rpt-spinner{margin:0 auto}.rpt-mob-empty{color:#9ca3af;font-size:13.5px;padding:2rem;text-align:center}.rpt-mc{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.rpt-mc-top{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;padding:13px 14px 10px}.rpt-mc-num{color:#6b7280;display:block;font-size:12px;font-weight:600;margin-bottom:2px}.rpt-mc-name{color:#111827;font-size:15px;font-weight:600;margin:0}.rpt-mc-body{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:7px;padding:10px 14px}.rpt-mc-row{align-items:center;color:#374151;display:flex;font-size:13px;justify-content:space-between}.rpt-mc-key{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.rpt-mc-foot{border-top:1px solid #f3f4f6;padding:10px 14px}@media (max-width:1100px){.rpt-search{width:180px}}@media (max-width:960px){.rpt-summary{grid-template-columns:1fr 1fr}.rpt-filter-bar{align-items:stretch;flex-direction:column}.rpt-filter-right{flex-wrap:wrap;margin-left:0}.rpt-search{width:100%}.rpt-search-wrap{flex:1 1;min-width:0}.rpt-sel{flex:1 1}}@media (max-width:767px){.rpt-page{gap:12px;padding:14px 14px 40px}.rpt-title{font-size:18px}.rpt-header{align-items:stretch;flex-direction:column}.rpt-export-row{justify-content:stretch}.rpt-export-btn{flex:1 1;font-size:13px;justify-content:center}.rpt-tabs{width:100%}.rpt-tab{flex:1 1;font-size:12px;padding:9px 6px;text-align:center}.rpt-pills{gap:5px}.rpt-pill{font-size:12.5px;padding:6px 12px}.rpt-filter-bar{align-items:stretch;flex-direction:column;gap:8px}.rpt-filter-right{flex-direction:column;gap:8px;margin-left:0}.rpt-apply-btn,.rpt-search,.rpt-search-wrap,.rpt-sel,.rpt-sel-sub,.rpt-sub-row{width:100%}.rpt-summary{gap:10px;grid-template-columns:1fr}.rpt-sum-val{font-size:24px}.rpt-desktop{display:none}.rpt-mobile{display:flex}.rpt-custom-date{align-items:stretch;flex-direction:column}.rpt-date-inp{width:100%}.rpt-pagination{gap:8px;justify-content:space-between;padding:10px 14px}.rpt-pg-info,.rpt-rpp{font-size:12px}.rpt-pg-info{min-width:auto}}@media (max-width:400px){.rpt-tab{font-size:11px;padding:8px 4px}.rpt-title{font-size:17px}.rpt-export-btn{font-size:12px;padding:7px 10px}.rpt-sum-val{font-size:22px}}
/*# sourceMappingURL=main.8f625d4a.css.map*/