:root{--brand-blue:#1003a3;--brand-blue-hover:#2616c9;--brand-red:#ef3346;--brand-green:#00b48f;--brand-green-deep:#009863;--brand-yellow:#fddb32;--brand-gold:#eaab00;--brand-navy:#031e45;--brand-sky:#9ad7f9;--brand-cool-gray:#bbbdc7;--navy:#031e45;--navy-mid:#082a55;--navy-light:#1003a3;--gold:#00b48f;--gold-light:#19c79f;--white:#fff;--gray-50:#f8f9fa;--gray-100:#f1f3f5;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--green:#009863;--green-bg:#d6f3e7;--red:#ef3346;--red-bg:#fde0e3;--amber:#eaab00;--amber-bg:#fff4d6;--blue:#1003a3;--blue-bg:#e7e9fb;--purple:#0a6aa1;--purple-bg:#e2f3fc;--sidebar-width:240px;--topbar-height:60px;--radius:8px;--shadow-sm:0 1px 3px #00000014;--shadow:0 2px 8px #0000001f;--shadow-lg:0 8px 24px #00000029;--transition:0.15s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{-webkit-font-smoothing:antialiased;background:#f1f3f5;background:var(--gray-100);color:#212529;color:var(--gray-900);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.app-shell{display:flex;min-height:100vh}.sidebar{background:#031e45;background:var(--navy);bottom:0;color:#fff;color:var(--white);display:flex;flex-direction:column;left:0;overflow-y:auto;position:fixed;top:0;width:240px;width:var(--sidebar-width);z-index:100}.sidebar-logo{border-bottom:1px solid #ffffff14;padding:20px 20px 16px}.sidebar-logo h1{color:#00b48f;color:var(--gold);font-size:16px;font-weight:700;letter-spacing:.3px}.sidebar-logo p{color:#ffffff80;font-size:11px;margin-top:2px}.sidebar-nav{flex:1 1;padding:12px 0}.nav-section-label{color:#ffffff59;font-size:10px;font-weight:600;letter-spacing:1px;padding:12px 20px 4px;text-transform:uppercase}.nav-link{align-items:center;border-left:3px solid #0000;color:#ffffffb3;display:flex;font-size:14px;font-weight:500;gap:10px;padding:9px 20px;text-decoration:none;transition:background .15s ease,color .15s ease;transition:background var(--transition),color var(--transition)}.nav-link:hover{background:#ffffff0f;color:#fff;color:var(--white)}.nav-link.active{background:#00b48f24;border-left-color:#00b48f;border-left-color:var(--gold);color:#00b48f;color:var(--gold)}.nav-link svg{flex-shrink:0;height:16px;width:16px}.sidebar-user{border-top:1px solid #ffffff14;font-size:13px;padding:16px 20px}.sidebar-user strong{color:#fff;color:var(--white);display:block}.sidebar-user span{color:#ffffff73;font-size:11px}.sidebar-user button{background:none;border:1px solid #fff3;border-radius:4px;color:#fff9;cursor:pointer;font-size:12px;margin-top:8px;padding:4px 10px}.sidebar-user button:hover{background:#ffffff14;color:#fff;color:var(--white)}.main-content{display:flex;flex:1 1;flex-direction:column;margin-left:240px;margin-left:var(--sidebar-width);min-height:100vh}.topbar{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--gray-200);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);display:flex;height:60px;height:var(--topbar-height);padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.topbar h2{color:#031e45;color:var(--navy);flex:1 1;font-size:17px;font-weight:600}.page{flex:1 1;padding:28px}.card{background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);padding:24px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.card-header h3{color:#031e45;color:var(--navy);font-size:15px;font-weight:600}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-bottom:28px}.stat-card{background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);display:flex;flex-direction:column;gap:6px;padding:20px}.stat-card .stat-label{color:#6c757d;color:var(--gray-600);font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.stat-card .stat-value{color:#031e45;color:var(--navy);font-size:28px;font-weight:700;line-height:1}.stat-card .stat-sub{color:#adb5bd;color:var(--gray-500);font-size:12px}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .15s ease;transition:all var(--transition);white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.5}.btn svg{height:15px;width:15px}.btn-primary{background:#1003a3;background:var(--brand-blue);color:#fff;color:var(--white)}.btn-primary:hover:not(:disabled){background:#2616c9;background:var(--brand-blue-hover)}.btn-gold{background:#00b48f;background:var(--gold);color:#031e45;color:var(--navy)}.btn-gold:hover:not(:disabled){background:#19c79f;background:var(--gold-light)}.btn-secondary{background:#f1f3f5;background:var(--gray-100);border:1px solid #dee2e6;border:1px solid var(--gray-300);color:#343a40;color:var(--gray-800)}.btn-secondary:hover:not(:disabled){background:#e9ecef;background:var(--gray-200)}.btn-danger{background:#ef3346;background:var(--red);color:#fff;color:var(--white)}.btn-danger:hover:not(:disabled){opacity:.9}.btn-ghost{background:#0000;color:#495057;color:var(--gray-700)}.btn-ghost:hover:not(:disabled){background:#f1f3f5;background:var(--gray-100)}.btn-sm{font-size:13px;padding:5px 10px}.btn-lg{font-size:15px;padding:11px 22px}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.form-label{color:#495057;color:var(--gray-700);font-size:13px;font-weight:500}.form-label .required{color:#ef3346;color:var(--red);margin-left:3px}.form-input,.form-select,.form-textarea{background:#fff;background:var(--white);border:1px solid #dee2e6;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius);color:#212529;color:var(--gray-900);font-family:inherit;font-size:14px;outline:none;padding:9px 12px;transition:border-color .15s ease,box-shadow .15s ease;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#1003a3;border-color:var(--navy-light);box-shadow:0 0 0 3px #0f34601a}.form-textarea{min-height:80px;resize:vertical}.form-error{color:#ef3346;color:var(--red);font-size:12px}.form-hint{color:#adb5bd;color:var(--gray-500);font-size:12px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-row-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}.table-wrap{overflow-x:auto}table{border-collapse:collapse;font-size:14px;width:100%}thead th{background:#f8f9fa;background:var(--gray-50);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--gray-200);color:#6c757d;color:var(--gray-600);font-size:12px;font-weight:600;letter-spacing:.4px;padding:10px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}tbody td{border-bottom:1px solid #f1f3f5;border-bottom:1px solid var(--gray-100);color:#343a40;color:var(--gray-800);padding:11px 14px;vertical-align:middle}tbody tr:hover{background:#f8f9fa;background:var(--gray-50)}tbody tr:last-child td{border-bottom:none}.badge{align-items:center;border-radius:100px;display:inline-flex;font-size:12px;font-weight:600;padding:3px 9px;white-space:nowrap}.badge-submitted{background:#e7e9fb;background:var(--blue-bg);color:#1003a3;color:var(--blue)}.badge-approved{background:#d6f3e7;background:var(--green-bg);color:#009863;color:var(--green)}.badge-in_production{background:#fff4d6;background:var(--amber-bg);color:#856404}.badge-shipped{background:#e2f3fc;background:var(--purple-bg);color:#0a6aa1;color:var(--purple)}.badge-delivered{background:#d3f5ea;color:#00785f}.badge-closed{background:#e9ecef;background:var(--gray-200);color:#6c757d;color:var(--gray-600)}.badge-cancelled{background:#fde0e3;background:var(--red-bg);color:#ef3346;color:var(--red)}.badge-active{background:#d6f3e7;background:var(--green-bg);color:#009863;color:var(--green)}.badge-inactive{background:#e9ecef;background:var(--gray-200);color:#6c757d;color:var(--gray-600)}.login-page{align-items:center;background:#031e45;background:var(--navy);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 8px 24px #00000029;box-shadow:var(--shadow-lg);max-width:420px;padding:40px;width:100%}.login-logo{margin-bottom:28px;text-align:center}.login-logo h1{color:#031e45;color:var(--navy);font-size:22px;font-weight:700}.login-logo p{color:#adb5bd;color:var(--gray-500);font-size:13px;margin-top:4px}.login-logo .gold-bar{background:#00b48f;background:var(--gold);border-radius:2px;height:3px;margin:8px auto 0;width:40px}.sso-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.sso-btn{align-items:center;background:#fff;background:var(--white);border:1px solid #dee2e6;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius);color:#343a40;color:var(--gray-800);cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;gap:10px;padding:11px 16px;text-decoration:none;transition:background .15s ease;transition:background var(--transition)}.sso-btn:hover{background:#f8f9fa;background:var(--gray-50)}.sso-btn svg{flex-shrink:0;height:18px;width:18px}.divider{align-items:center;color:#ced4da;color:var(--gray-400);display:flex;font-size:12px;gap:12px;margin:16px 0}.divider:after,.divider:before{background:#e9ecef;background:var(--gray-200);content:"";flex:1 1;height:1px}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:12px}.timeline-line{align-items:center;display:flex;flex-direction:column}.timeline-dot{background:#00b48f;background:var(--gold);border-radius:50%;flex-shrink:0;height:10px;margin-top:5px;width:10px}.timeline-connector{background:#e9ecef;background:var(--gray-200);flex:1 1;min-height:24px;width:2px}.timeline-content{flex:1 1;padding-bottom:20px}.timeline-content .ts{color:#adb5bd;color:var(--gray-500);font-size:11px}.timeline-content .msg{color:#495057;color:var(--gray-700);font-size:13px}.timeline-content .actor{color:#6c757d;color:var(--gray-600);font-size:12px}.cart-badge{align-items:center;background:#ef3346;background:var(--brand-red);border-radius:50%;color:#fff;display:inline-flex;font-size:11px;font-weight:700;height:18px;justify-content:center;margin-left:4px;width:18px}.price-calc{background:#f8f9fa;background:var(--gray-50);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);margin-top:12px;padding:16px}.price-calc .price-value{color:#031e45;color:var(--navy);font-size:22px;font-weight:700}.price-calc .price-label{color:#adb5bd;color:var(--gray-500);font-size:12px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.page-header h2{color:#031e45;color:var(--navy);font-size:20px;font-weight:700}.empty-state{color:#adb5bd;color:var(--gray-500);padding:48px 20px;text-align:center}.empty-state svg{color:#dee2e6;color:var(--gray-300);display:block;height:48px;margin:0 auto 12px;width:48px}.loading{color:#ced4da;color:var(--gray-400);justify-content:center;padding:48px}.filter-bar,.loading{align-items:center;display:flex}.filter-bar{flex-wrap:wrap;gap:10px;margin-bottom:20px}.filter-bar .form-input,.filter-bar .form-select{width:auto}.actions-cell{display:flex;gap:6px}a{color:#1003a3;color:var(--navy-light);text-decoration:none}a:hover{text-decoration:underline}.text-muted{color:#adb5bd;color:var(--gray-500)}.text-sm{font-size:13px}.fw-600{font-weight:600}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.alert,.mb-16{margin-bottom:16px}.alert{border-radius:8px;border-radius:var(--radius);font-size:14px;padding:12px 16px}.alert-error{background:#fde0e3;background:var(--red-bg);border:1px solid #f5c2c7;color:#ef3346;color:var(--red)}.alert-success{background:#d6f3e7;background:var(--green-bg);border:1px solid #b7e4c7;color:#009863;color:var(--green)}.alert-info{background:#e7e9fb;background:var(--blue-bg);border:1px solid #90caf9;color:#1565c0}.alert-warning{background:#fff4d6;background:var(--amber-bg);border:1px solid #ffc107;color:#856404}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 8px 24px #00000029;box-shadow:var(--shadow-lg);max-height:90vh;max-width:500px;overflow-y:auto;padding:28px;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal-header h3{color:#031e45;color:var(--navy);font-size:17px;font-weight:600}.modal-footer{border-top:1px solid #e9ecef;border-top:1px solid var(--gray-200);display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:16px}.proof-section{background:#e7e9fb;background:var(--blue-bg);border:1px solid #90caf9;border-radius:8px;border-radius:var(--radius);margin:16px 0;padding:16px}.sidebar-logo-img{aspect-ratio:1/1;display:block;margin:0 auto;max-width:180px;object-fit:contain;width:100%}.brandbar{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--gray-200);display:flex;min-height:56px;padding:10px 28px}.brandbar-logo{display:block;height:38px;max-width:220px;object-fit:contain}.app-footer{align-items:center;background:#fff;background:var(--white);border-top:1px solid #e9ecef;border-top:1px solid var(--gray-200);color:#adb5bd;color:var(--gray-500);display:flex;flex-wrap:wrap;font-size:12px;gap:12px;justify-content:space-between;margin-top:auto;padding:12px 28px}.app-footer-version{color:#6c757d;color:var(--gray-600);font-weight:600}.login-logo-img{display:block;height:96px;margin:0 auto 12px;object-fit:contain;width:96px}.login-footer{bottom:0;left:0;position:absolute;right:0}.login-footer .app-footer{background:#0000;border-top:none;color:#ffffff8c;justify-content:center}.login-footer .app-footer-version{color:#ffffffb3}.login-page{position:relative}.group-row{align-items:center;background:#fff;background:var(--white);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:6px;color:#343a40;color:var(--gray-800);cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:space-between;padding:8px 10px;text-align:left;width:100%}.group-row.active,.group-row:hover{border-color:#1003a3;border-color:var(--brand-blue)}.group-row.active{background:#e7e9fb;background:var(--blue-bg);color:#1003a3;color:var(--brand-blue)}.group-counts{align-items:center;color:#adb5bd;color:var(--gray-500);display:inline-flex;font-size:11px;gap:3px;white-space:nowrap}.group-row.active .group-counts{color:#1003a3;color:var(--brand-blue)}.checklist{border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:6px;max-height:340px;overflow-y:auto;padding:6px}.check-item{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:5px 6px}.check-item:hover{background:#f8f9fa;background:var(--gray-50)}.check-item input{margin-top:2px}.import-row{align-items:flex-start;border-top:1px solid #f1f3f5;border-top:1px solid var(--gray-100);display:flex;gap:16px;padding:12px 0}.import-row:first-of-type{border-top:none}.import-result{background:#f8f9fa;background:var(--gray-50);border:1px solid #e9ecef;border:1px solid var(--gray-200);border-radius:6px;color:#495057;color:var(--gray-700);font-size:12px;margin-top:8px;padding:8px 10px}.import-result details{margin-top:4px}.import-result summary{color:#1003a3;color:var(--brand-blue);cursor:pointer}.import-result ul{margin:6px 0 0 16px}.import-result li{color:#ef3346;color:var(--red)}.impersonation-banner{align-items:center;background:#ef3346;background:var(--brand-red);color:#fff;display:flex;flex-wrap:wrap;font-size:13px;gap:12px;justify-content:space-between;padding:8px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.impersonation-banner strong{color:#fff}.impersonation-banner button{background:#fff;border:none;border-radius:6px;color:#ef3346;color:var(--brand-red);cursor:pointer;font-size:12px;font-weight:600;padding:5px 12px;white-space:nowrap}.link-btn{background:none;border:none;color:#1003a3;color:var(--brand-blue);cursor:pointer;display:block;font-size:13px;margin-left:auto;margin-right:auto;padding:0;text-decoration:underline}.link-btn:hover{color:#2616c9;color:var(--brand-blue-hover)}
/*# sourceMappingURL=main.641a57a0.css.map*/