.Sidebar-module__qklSBW__sidebar{background-color:var(--color-sidebar-bg);border-right:1px solid var(--color-border);z-index:100;flex-direction:column;width:280px;height:100vh;display:flex;position:fixed;top:0;left:0}.Sidebar-module__qklSBW__logoContainer{padding:var(--space-32) var(--space-24)}.Sidebar-module__qklSBW__logo{font-family:var(--font-main);color:var(--color-text-main);font-size:22px;font-weight:800;line-height:1.1}.Sidebar-module__qklSBW__subtitle{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:var(--space-8);font-size:13px;font-weight:500}.Sidebar-module__qklSBW__nav{padding:0 var(--space-24) var(--space-32);gap:var(--space-24);flex-direction:column;flex:1;display:flex;overflow-y:auto}.Sidebar-module__qklSBW__nav::-webkit-scrollbar{width:4px}.Sidebar-module__qklSBW__nav::-webkit-scrollbar-track{background:0 0}.Sidebar-module__qklSBW__nav::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:10px}.Sidebar-module__qklSBW__nav::-webkit-scrollbar-thumb:hover{background:#0000001a}.Sidebar-module__qklSBW__menu{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Sidebar-module__qklSBW__menuItem{padding:var(--space-12) var(--space-16);color:var(--color-text-muted);font-family:var(--font-main);background:0 0;border-radius:14px;align-items:center;transition:all .2s;display:flex}.Sidebar-module__qklSBW__menuItem:hover{background-color:var(--color-surface-light)}.Sidebar-module__qklSBW__active{background-color:var(--color-sidebar-active-bg,#eef2ff);color:var(--color-sidebar-active-text,#4f46e5)!important}.Sidebar-module__qklSBW__icon{margin-right:var(--space-16);font-size:20px;display:flex}.Sidebar-module__qklSBW__name{font-size:14px;font-weight:500}.Sidebar-module__qklSBW__footer{padding:var(--space-24);border-top:1px solid var(--color-border)}.Sidebar-module__qklSBW__userBadge{padding:var(--space-16);border:1px solid var(--color-border);background:var(--color-bg);border-radius:14px;flex-direction:column;gap:6px;display:flex}.Sidebar-module__qklSBW__userRoleBadge{color:var(--color-text-main);font-size:14px;font-weight:700}.Sidebar-module__qklSBW__userName{color:var(--color-text-muted);font-size:13px;font-weight:500}.Sidebar-module__qklSBW__logoutBtn{margin-top:var(--space-16);text-align:left;width:100%;color:var(--color-text-muted);align-items:center;gap:var(--space-12);font-size:14px;font-weight:500;transition:color .2s;display:flex}.Sidebar-module__qklSBW__logoutBtn:hover{color:var(--color-error)}.Sidebar-module__qklSBW__overlay{display:none}.Sidebar-module__qklSBW__mobileCloseContainer{justify-content:space-between;align-items:center;display:flex}.Sidebar-module__qklSBW__closeBtn{color:var(--color-text-main);background:0 0;border:none;padding:4px;font-size:1.25rem;display:none}@media (max-width:1024px){.Sidebar-module__qklSBW__sidebar{transition:transform .3s;transform:translate(-100%)}.Sidebar-module__qklSBW__sidebar.Sidebar-module__qklSBW__open{transform:translate(0)}.Sidebar-module__qklSBW__overlay{z-index:95;background:#0003;display:block;position:fixed;inset:0}.Sidebar-module__qklSBW__closeBtn{display:block}}
.Header-module__Mr3uDW__header{padding:var(--space-16) var(--space-32);background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:90;justify-content:space-between;align-items:center;height:80px;display:flex;position:sticky;top:0}.Header-module__Mr3uDW__titleArea{flex:1}.Header-module__Mr3uDW__pageTitle{font-family:var(--font-main);color:var(--color-text-main);margin:0;font-size:36px;font-weight:800;line-height:1.1}.Header-module__Mr3uDW__actions{align-items:center;gap:var(--space-16);display:flex}.Header-module__Mr3uDW__profileBtn{background:var(--color-primary-light);width:48px;height:48px;color:var(--color-primary);margin-left:var(--space-8);border-radius:14px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__Mr3uDW__profileBtn:hover{background:var(--color-sidebar-active);transform:translateY(-1px)}@media (max-width:768px){.Header-module__Mr3uDW__header{display:none}}
.MainLayout-module__tCzSyG__layout{background-color:var(--color-bg);min-height:100vh;display:flex}.MainLayout-module__tCzSyG__mobileHeader{background-color:var(--color-surface);color:var(--color-text-main);padding:var(--space-16) var(--space-24);z-index:90;border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:none;position:sticky;top:0}.MainLayout-module__tCzSyG__mobileLogo{font-family:var(--font-main);letter-spacing:-.02em;font-size:18px;font-weight:800}.MainLayout-module__tCzSyG__hamburgerBtn{color:var(--color-text-main);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:24px;display:flex}.MainLayout-module__tCzSyG__mainWrapper{flex-direction:column;flex:1;min-height:100vh;margin-left:280px;transition:margin-left .3s;display:flex}.MainLayout-module__tCzSyG__main{background-color:var(--color-bg);flex:1}.MainLayout-module__tCzSyG__container{padding:var(--space-32);max-width:1400px;margin:0 auto}@media (max-width:1024px){.MainLayout-module__tCzSyG__layout{flex-direction:column}.MainLayout-module__tCzSyG__mainWrapper{margin-left:0}.MainLayout-module__tCzSyG__mobileHeader{display:flex}}@media (max-width:640px){.MainLayout-module__tCzSyG__container{padding:var(--space-24) var(--space-16)}}
.Card-module__b023Kq__card{background:var(--color-surface);padding:var(--space-24);color:var(--color-text-main);box-shadow:var(--shadow-card);border:none;border-radius:20px;transition:box-shadow .2s}.Card-module__b023Kq__card:hover{box-shadow:var(--shadow-md)}.Card-module__b023Kq__title{margin:0 0 var(--space-20) 0;font-family:var(--font-main);color:var(--color-text-main);font-size:22px;font-weight:700}.Card-module__b023Kq__content{font-family:var(--font-main);line-height:1.6}
.DocumentViewer-module__ML9Axa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172abf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.DocumentViewer-module__ML9Axa__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}.DocumentViewer-module__ML9Axa__header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.DocumentViewer-module__ML9Axa__header h3{color:#0f172a;margin:0;font-size:1.1rem;font-weight:700}.DocumentViewer-module__ML9Axa__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:1.25rem;transition:all .2s;display:flex}.DocumentViewer-module__ML9Axa__closeBtn:hover{color:#0f172a;background:#e2e8f0}.DocumentViewer-module__ML9Axa__body{background:#f1f5f9;flex:1;justify-content:center;align-items:center;min-height:500px;padding:24px;display:flex;overflow:auto}.DocumentViewer-module__ML9Axa__image{object-fit:contain;border-radius:8px;max-width:100%;max-height:70vh;box-shadow:0 4px 12px #0000001a}.DocumentViewer-module__ML9Axa__iframe{background:#fff;border:none;border-radius:8px;width:100%;height:70vh;box-shadow:0 4px 12px #0000001a}
.page-module__IpXE4G__header{gap:var(--space-xl);margin-bottom:var(--space-2xl);display:flex}.page-module__IpXE4G__profileHeader{padding:var(--space-2xl);gap:var(--space-2xl);background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex:2;display:flex}.page-module__IpXE4G__avatarBox{width:120px;height:120px;position:relative}.page-module__IpXE4G__avatarImg{object-fit:cover;border-radius:24px;width:100%;height:100%}.page-module__IpXE4G__avatarPlaceholder{color:#64748b;background:#f1f5f9;border-radius:24px;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:800;display:flex}.page-module__IpXE4G__crown{background:#f59e0b;border:3px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:-10px;right:-10px}.page-module__IpXE4G__profileInfo{flex:1}.page-module__IpXE4G__nameRow{align-items:center;gap:var(--space-md);margin-bottom:4px;display:flex}.page-module__IpXE4G__name{color:#0f172a;font-size:1.5rem;font-weight:700}.page-module__IpXE4G__editBtn,.page-module__IpXE4G__moreBtn{color:#94a3b8;cursor:pointer;font-size:1rem}.page-module__IpXE4G__tierBadge{color:#d97706;background:#fffbeb;border-radius:20px;margin-bottom:8px;padding:4px 10px;font-size:.65rem;font-weight:800;display:inline-block}.page-module__IpXE4G__idLabel{color:#94a3b8;margin-bottom:var(--space-md);font-size:.8rem}.page-module__IpXE4G__contactRow{gap:var(--space-xl);color:#475569;margin-bottom:var(--space-xl);font-size:.85rem;display:flex}.page-module__IpXE4G__metricsRow{gap:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid #f1f5f9;display:flex}.page-module__IpXE4G__metric p{color:#94a3b8;letter-spacing:.05em;margin-bottom:4px;font-size:.65rem;font-weight:700}.page-module__IpXE4G__metric h4{color:#1e293b;font-size:1.1rem;font-weight:700}.page-module__IpXE4G__green{color:#10b981!important}.page-module__IpXE4G__walletCard{color:#fff;padding:var(--space-2xl);background:#0f172a;border-radius:24px;flex:1;position:relative;overflow:hidden}.page-module__IpXE4G__walletHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.page-module__IpXE4G__walletHeader p{color:#94a3b8;letter-spacing:.1em;font-size:.7rem;font-weight:700}.page-module__IpXE4G__walletIcon{opacity:.6;font-size:1.25rem}.page-module__IpXE4G__balance{font-size:2.25rem;font-family:var(--font-accent);margin-bottom:var(--space-xl)}.page-module__IpXE4G__lastTrx p{color:#64748b;margin-bottom:4px;font-size:.6rem;font-weight:700}.page-module__IpXE4G__lastTrx h4{margin-right:8px;font-size:1rem;display:inline-block}.page-module__IpXE4G__lastTrx small{color:#64748b;font-size:.7rem}.page-module__IpXE4G__adjustBtn{color:#fff;background:#d97706;border-radius:10px;padding:10px 20px;font-size:.8rem;font-weight:700;position:absolute;top:130px;right:30px}.page-module__IpXE4G__tabs{gap:var(--space-2xl);margin-bottom:var(--space-2xl);border-bottom:1px solid #e2e8f0;display:flex}.page-module__IpXE4G__tab{padding:var(--space-md) 0;color:#64748b;border-bottom:3px solid #0000;font-size:.9rem;font-weight:700}.page-module__IpXE4G__activeTab{color:#2563eb;border-bottom-color:#2563eb}.page-module__IpXE4G__contentGrid{gap:var(--space-xl);grid-template-columns:2fr 1fr;display:grid}.page-module__IpXE4G__chartHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module__IpXE4G__chartHeader p{color:#64748b;font-size:.85rem}.page-module__IpXE4G__timeSelect{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:4px 12px;font-size:.8rem;font-weight:600}.page-module__IpXE4G__chartArea{height:250px;padding:var(--space-xl);background:#f8fafc;border-radius:16px;align-items:flex-end;display:flex}.page-module__IpXE4G__barGrid{justify-content:space-around;align-items:flex-end;gap:12px;width:100%;height:100%;display:flex}.page-module__IpXE4G__bar{opacity:.4;background:#3b82f6;border-radius:6px 6px 0 0;flex:1}.page-module__IpXE4G__bar:nth-child(4){opacity:1}.page-module__IpXE4G__addressesSection{margin-top:var(--space-2xl)}.page-module__IpXE4G__sectionHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module__IpXE4G__sectionHeader h3{font-size:1.1rem;font-weight:700}.page-module__IpXE4G__addBtn{color:#2563eb;font-size:.85rem;font-weight:700}.page-module__IpXE4G__addressCard{background:#eff6ff;border-color:#bfdbfe}.page-module__IpXE4G__addressHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.page-module__IpXE4G__homeIcon{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-module__IpXE4G__primaryBadge{color:#fff;background:#0056b3;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.6rem;font-weight:800}.page-module__IpXE4G__addressText{color:#1e293b;margin-bottom:var(--space-md);font-size:.85rem;line-height:1.5}.page-module__IpXE4G__addressActions{gap:var(--space-xl);display:flex}.page-module__IpXE4G__addressActions button{color:#2563eb;font-size:.8rem;font-weight:700}.page-module__IpXE4G__actionList{gap:var(--space-md);flex-direction:column;display:flex}.page-module__IpXE4G__quickAction{padding:var(--space-lg);color:#1e293b;background:#f8fafc;border-radius:16px;justify-content:space-between;align-items:center;font-weight:600;display:flex}.page-module__IpXE4G__danger{color:#ef4444;background:#fef2f2}.page-module__IpXE4G__socialRow{align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.page-module__IpXE4G__socialIcon{width:40px}.page-module__IpXE4G__linkedBadge{color:#10b981;background:#ecfdf5;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.65rem;font-weight:800}.page-module__IpXE4G__tierAlert{padding:var(--space-lg);gap:var(--space-md);margin-top:var(--space-xl);background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;position:relative}.page-module__IpXE4G__alertIcon{color:#2563eb}.page-module__IpXE4G__tierAlert h4{font-size:.85rem;font-weight:700}.page-module__IpXE4G__tierAlert p{color:#64748b;font-size:.75rem}.page-module__IpXE4G__closeAlert{color:#94a3b8;position:absolute;top:10px;right:10px}.page-module__IpXE4G__fastDeliveryCard{margin-top:var(--space-xl);color:#fff;padding:var(--space-xl);gap:var(--space-lg);background:#0f172a;border-radius:16px;display:flex}.page-module__IpXE4G__fastIcon{color:#10b981;font-size:1.5rem}.page-module__IpXE4G__fastDeliveryCard h3{margin:2px 0;font-size:1.25rem}.page-module__IpXE4G__fastDeliveryCard small{color:#64748b;font-size:.6rem}.page-module__IpXE4G__kycSection{gap:var(--space-xl);display:flex}.page-module__IpXE4G__docCol{flex:2}.page-module__IpXE4G__actionCol{flex:1}.page-module__IpXE4G__kycViewer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:500px;display:flex;overflow:hidden}.page-module__IpXE4G__kycFullImg{object-fit:contain;max-width:100%;max-height:800px;transition:transform .2s}.page-module__IpXE4G__kycFullImg:hover{transform:scale(1.02)}.page-module__IpXE4G__kycIframe{border:none;width:100%;height:600px}.page-module__IpXE4G__noDoc{align-items:center;gap:var(--space-md);color:#94a3b8;text-align:center;padding:var(--space-2xl);flex-direction:column;font-weight:600;display:flex}.page-module__IpXE4G__verified{color:#10b981}.page-module__IpXE4G__pending{color:#f59e0b}.page-module__IpXE4G__rejected{color:#ef4444}
.page-module__ulWl2q__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:center;display:flex}.page-module__ulWl2q__headerLeft{align-items:center;gap:var(--space-xl);display:flex}.page-module__ulWl2q__backBtn{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.page-module__ulWl2q__title{color:#0f172a;font-size:2rem;font-weight:700}.page-module__ulWl2q__subtitle{color:#64748b;font-size:.95rem}.page-module__ulWl2q__stepper{justify-content:center;align-items:center;gap:var(--space-md);margin-bottom:var(--space-2xl);max-width:900px;margin-left:auto;margin-right:auto;display:flex}.page-module__ulWl2q__step{opacity:.4;flex-direction:column;align-items:center;gap:8px;display:flex}.page-module__ulWl2q__activeStep{opacity:1}.page-module__ulWl2q__stepIcon{background:#fff;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}.page-module__ulWl2q__activeStep .page-module__ulWl2q__stepIcon{color:#fff;background:#0056b3;border-color:#0056b3}.page-module__ulWl2q__stepLabel{color:#64748b;font-size:.75rem;font-weight:700}.page-module__ulWl2q__activeStep .page-module__ulWl2q__stepLabel{color:#0056b3}.page-module__ulWl2q__stepLine{background:#e2e8f0;flex:1;max-width:150px;height:2px}.page-module__ulWl2q__activeLine{background:#0056b3}.page-module__ulWl2q__formContainer{max-width:900px;margin:0 auto}.page-module__ulWl2q__formCard{border-radius:24px;padding:0;overflow:hidden}.page-module__ulWl2q__cardHeader{padding:var(--space-xl);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.page-module__ulWl2q__cardTitleBox{align-items:center;gap:var(--space-md);display:flex}.page-module__ulWl2q__cardIcon{background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.page-module__ulWl2q__cardTitleBox h3{color:#0f172a;font-size:1.1rem;font-weight:700}.page-module__ulWl2q__cardTitleBox p{color:#64748b;font-size:.85rem}.page-module__ulWl2q__stepBadge{color:#64748b;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:.65rem;font-weight:700}.page-module__ulWl2q__formGrid{padding:var(--space-xl);gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.page-module__ulWl2q__inputGroup{flex-direction:column;gap:8px;display:flex}.page-module__ulWl2q__inputGroup label{color:#64748b;letter-spacing:.05em;font-size:.75rem;font-weight:700}.page-module__ulWl2q__inputWrapper{padding:0 var(--space-md);background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;transition:border-color .2s;display:flex}.page-module__ulWl2q__inputWrapper:focus-within{border-color:#0056b3}.page-module__ulWl2q__prefix{color:#94a3b8;font-size:1rem}.page-module__ulWl2q__inputWrapper input{padding:var(--space-md);color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-weight:500}.page-module__ulWl2q__docUploadSection{padding:var(--space-xl);margin-top:var(--space-md);border:1px dashed #cbd5e1;border-radius:16px;grid-column:span 2}.page-module__ulWl2q__uploadHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.page-module__ulWl2q__uploadIcon{color:#94a3b8;font-size:1.5rem}.page-module__ulWl2q__uploadHeader h4{color:#0f172a;font-size:.9rem;font-weight:700}.page-module__ulWl2q__uploadHeader p{color:#64748b;font-size:.8rem}.page-module__ulWl2q__uploadGrid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.page-module__ulWl2q__uploadBox{color:#cbd5e1;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;height:200px;font-size:1rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.page-module__ulWl2q__uploadBox:hover{background:#f1f5f9;border-color:#0056b3}.page-module__ulWl2q__previewContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.page-module__ulWl2q__previewImg{object-fit:cover;width:100%;height:100%}.page-module__ulWl2q__fileLabel{color:#64748b;flex-direction:column;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.page-module__ulWl2q__fileLabel span:first-child{font-size:2.5rem}.page-module__ulWl2q__changeOverlay{color:#fff;opacity:0;background:#0f172a99;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:opacity .2s;display:flex;position:absolute;inset:0}.page-module__ulWl2q__previewContainer:hover .page-module__ulWl2q__changeOverlay{opacity:1}.page-module__ulWl2q__viewDocBtn{color:#0f172a;cursor:pointer;z-index:2;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;margin-top:10px;padding:4px 12px;font-size:.8rem;font-weight:600;position:relative}.page-module__ulWl2q__viewDocBtn:hover{background:#e2e8f0}.page-module__ulWl2q__kycViewer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;overflow:hidden}.page-module__ulWl2q__kycFullImg{object-fit:contain;max-width:100%;max-height:600px}.page-module__ulWl2q__kycIframe{border:none;width:100%;height:600px}.page-module__ulWl2q__emptyKyc{align-items:center;gap:var(--space-md);color:#94a3b8;flex-direction:column;font-weight:600;display:flex}.page-module__ulWl2q__formFooter{padding:var(--space-xl);background:#f8fafc;justify-content:space-between;align-items:center;display:flex}.page-module__ulWl2q__cancelLink{color:#64748b;font-size:.9rem;font-weight:600}.page-module__ulWl2q__footerBtns{gap:var(--space-md);display:flex}.page-module__ulWl2q__saveDraftBtn{padding:var(--space-md) var(--space-xl);color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-weight:700}.page-module__ulWl2q__nextBtn{padding:var(--space-md) var(--space-2xl);color:#fff;background:#0056b3;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #0056b333}.page-module__ulWl2q__onboardingFooter{justify-content:center;gap:var(--space-2xl);margin-top:var(--space-xl);color:#94a3b8;letter-spacing:.05em;font-size:.7rem;font-weight:700;display:flex}.page-module__ulWl2q__operationalCredit{color:#fff;padding:var(--space-lg) var(--space-xl);align-items:center;gap:var(--space-xl);z-index:1000;background:#0f172a;border-radius:20px;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:0 10px 30px #0000004d}.page-module__ulWl2q__creditIcon{background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module__ulWl2q__creditLabel{color:#94a3b8;letter-spacing:.1em;font-size:.6rem;font-weight:800}.page-module__ulWl2q__creditValue{font-size:1.25rem;font-weight:700}.page-module__ulWl2q__creditValue small{opacity:.7;font-size:.75rem}.page-module__ulWl2q__creditPlus{background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}@media (max-width:768px){.page-module__ulWl2q__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__ulWl2q__stepper{gap:var(--space-xl);flex-wrap:wrap}.page-module__ulWl2q__stepLine{display:none}.page-module__ulWl2q__formGrid{grid-template-columns:1fr}.page-module__ulWl2q__docUploadSection{grid-column:1/-1}.page-module__ulWl2q__uploadGrid{grid-template-columns:1fr}.page-module__ulWl2q__formFooter{gap:var(--space-md);flex-direction:column}.page-module__ulWl2q__footerBtns{justify-content:space-between;width:100%}.page-module__ulWl2q__operationalCredit{justify-content:space-between;bottom:20px;left:20px;right:20px}}
.page-module__f0YYSW__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-end;display:flex}.page-module__f0YYSW__breadcrumb{color:var(--color-text-dim);margin-bottom:var(--space-sm);letter-spacing:.05em;font-size:.7rem;font-weight:700}.page-module__f0YYSW__title{color:#0f172a;margin-bottom:var(--space-xs);font-size:2.25rem;font-weight:700}.page-module__f0YYSW__subtitle{color:#64748b;font-size:1rem}.page-module__f0YYSW__headerActions{gap:var(--space-md);display:flex}.page-module__f0YYSW__exportBtn,.page-module__f0YYSW__addBtn{padding:var(--space-md) var(--space-xl);align-items:center;gap:var(--space-sm);border-radius:10px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.page-module__f0YYSW__exportBtn{color:#1e293b;background:#fff;border:1px solid #e2e8f0}.page-module__f0YYSW__addBtn{color:#fff;background:#0056b3;box-shadow:0 4px 12px #0056b333}.page-module__f0YYSW__statsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.page-module__f0YYSW__statCard{padding:var(--space-xl);background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.page-module__f0YYSW__darkCard{color:#fff;background:#0f172a}.page-module__f0YYSW__statHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module__f0YYSW__statIcon{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.page-module__f0YYSW__darkCard .page-module__f0YYSW__statIcon{background:#ffffff1a}.page-module__f0YYSW__statChange{color:#10b981;font-size:.85rem;font-weight:700}.page-module__f0YYSW__statStatus{color:#94a3b8;font-size:.85rem;font-weight:600}.page-module__f0YYSW__statLabel{color:#64748b;letter-spacing:.05em;margin-bottom:var(--space-sm);font-size:.75rem;font-weight:700}.page-module__f0YYSW__darkCard .page-module__f0YYSW__statLabel{color:#94a3b8}.page-module__f0YYSW__statValue{font-size:2rem;font-weight:700;font-family:var(--font-accent)}.page-module__f0YYSW__tableCard{padding:0}.page-module__f0YYSW__tableTabs{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.page-module__f0YYSW__tabGroup{gap:var(--space-md);display:flex}.page-module__f0YYSW__tab{padding:var(--space-sm) var(--space-lg);color:#64748b;border-radius:8px;font-size:.9rem;font-weight:600}.page-module__f0YYSW__activeTab{color:#2563eb;background:#eff6ff}.page-module__f0YYSW__tableFilters{gap:var(--space-sm);display:flex}.page-module__f0YYSW__iconBtn{border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;display:flex}.page-module__f0YYSW__table{border-collapse:collapse;width:100%}.page-module__f0YYSW__table th{text-align:left;padding:var(--space-lg);color:#64748b;letter-spacing:.05em;background:#f8fafc;font-size:.7rem;font-weight:700}.page-module__f0YYSW__table td{padding:var(--space-xl) var(--space-lg);color:#334155;border-bottom:1px solid #f1f5f9;font-size:.9rem}.page-module__f0YYSW__agentInfo{align-items:center;gap:var(--space-md);display:flex}.page-module__f0YYSW__avatar{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.page-module__f0YYSW__agentName{color:#0f172a;font-weight:700}.page-module__f0YYSW__agentId{color:#94a3b8;margin-top:2px;font-size:.75rem}.page-module__f0YYSW__tierTags{flex-direction:column;gap:4px;display:flex}.page-module__f0YYSW__tierTag{border:1px solid #e2e8f0;border-radius:12px;width:fit-content;padding:2px 8px;font-size:.6rem;font-weight:800}.page-module__f0YYSW__gold,.page-module__f0YYSW__elite{color:#d97706;background:#fffbeb}.page-module__f0YYSW__silver{color:#475569;background:#f8fafc}.page-module__f0YYSW__platinum{color:#2563eb;background:#eff6ff}.page-module__f0YYSW__statusDot{border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.page-module__f0YYSW__active{background:#10b981}.page-module__f0YYSW__offline{background:#94a3b8}.page-module__f0YYSW__busy{background:#f59e0b}.page-module__f0YYSW__suspended{background:#ef4444}.page-module__f0YYSW__statusText{font-size:.85rem;font-weight:600}.page-module__f0YYSW__active+.page-module__f0YYSW__statusText{color:#10b981}.page-module__f0YYSW__suspended+.page-module__f0YYSW__statusText{color:#ef4444}.page-module__f0YYSW__rowActions{justify-content:center;align-items:center;gap:8px;display:flex}.page-module__f0YYSW__viewBtn{color:#fff;background:#2563eb;border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s;text-decoration:none!important}.page-module__f0YYSW__viewBtn:hover{background:#1d4ed8;transform:translateY(-1px)}.page-module__f0YYSW__editIconBtn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.page-module__f0YYSW__editIconBtn:hover{background:#f8fafc;border-color:#cbd5e1}.page-module__f0YYSW__pagination{padding:var(--space-xl);color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.page-module__f0YYSW__pageBtns{gap:4px;display:flex}.page-module__f0YYSW__pageBtns button{border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}@media (max-width:1024px){.page-module__f0YYSW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__f0YYSW__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__f0YYSW__headerActions{flex-direction:column;width:100%}.page-module__f0YYSW__exportBtn,.page-module__f0YYSW__addBtn{justify-content:center;width:100%}.page-module__f0YYSW__statsGrid{grid-template-columns:1fr}.page-module__f0YYSW__tableTabs{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__f0YYSW__tabGroup{flex-wrap:wrap}.page-module__f0YYSW__tableFilters{justify-content:space-between;width:100%}}.page-module__f0YYSW__tableFooter{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__f0YYSW__rowsPerPage{color:#64748b;align-items:center;font-size:.85rem;display:flex}.page-module__f0YYSW__rowsPerPage select{color:#0f172a;border:1px solid #e2e8f0;border-radius:6px;outline:none;margin-left:8px;padding:4px;font-weight:700}.page-module__f0YYSW__pageNumbers{align-items:center;gap:4px;display:flex}.page-module__f0YYSW__pageNumbers button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.page-module__f0YYSW__pageNumbers button:hover{background:#f1f5f9}.page-module__f0YYSW__activePage{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}
.page-module__KrWLAa__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:center;display:flex}.page-module__KrWLAa__title{color:var(--color-text-main);font-size:2rem}.page-module__KrWLAa__subtitle{color:var(--color-text-muted);margin-top:var(--space-xs);font-size:.95rem}.page-module__KrWLAa__dateFilter{background:var(--color-surface-light);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:4px;display:flex}.page-module__KrWLAa__dateFilter button{color:var(--color-text-dim);border-radius:8px;padding:6px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.page-module__KrWLAa__activeFilter{background:var(--color-primary);color:var(--color-bg)!important}.page-module__KrWLAa__topSection{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr;display:grid}.page-module__KrWLAa__chartCard{height:350px}.page-module__KrWLAa__chartPlaceholder{height:250px;padding-top:var(--space-xl);align-items:flex-end;display:flex}.page-module__KrWLAa__barContainer{width:100%;height:100%;padding:0 var(--space-lg);justify-content:space-between;align-items:flex-end;display:flex}.page-module__KrWLAa__barWrapper{align-items:center;gap:var(--space-md);flex-direction:column;width:40px;display:flex}.page-module__KrWLAa__bar{background:var(--color-primary);opacity:.2;border-radius:6px 6px 0 0;width:100%;transition:all .3s}.page-module__KrWLAa__barWrapper:hover .page-module__KrWLAa__bar{opacity:1;box-shadow:0 0 20px #d4af3766}.page-module__KrWLAa__barLabel{color:var(--color-text-dim);text-transform:uppercase;font-size:.7rem;font-weight:700}.page-module__KrWLAa__piePlaceholder{gap:var(--space-lg);padding:var(--space-md) 0;flex-direction:column;display:flex}.page-module__KrWLAa__catItem{justify-content:space-between;align-items:center;display:flex}.page-module__KrWLAa__catInfo{align-items:center;gap:var(--space-md);display:flex}.page-module__KrWLAa__dot{border-radius:50%;width:10px;height:10px}.page-module__KrWLAa__catName{color:var(--color-text-muted);font-size:.9rem}.page-module__KrWLAa__catShare{color:var(--color-text-main);font-weight:700;font-family:var(--font-accent)}.page-module__KrWLAa__tableCard{padding:0}.page-module__KrWLAa__table{border-collapse:collapse;width:100%}.page-module__KrWLAa__table th{text-align:left;padding:var(--space-lg);color:var(--color-text-dim);border-bottom:1px solid var(--glass-border);font-size:.75rem;font-weight:700}.page-module__KrWLAa__table td{padding:var(--space-lg);border-bottom:1px solid var(--glass-border);color:var(--color-text-muted);font-size:.9rem}.page-module__KrWLAa__agentName{font-weight:600;color:var(--color-text-main)!important}.page-module__KrWLAa__salesValue{font-family:var(--font-accent);font-weight:700;color:var(--color-text-main)!important}.page-module__KrWLAa__growth{color:var(--color-success);font-weight:700}.page-module__KrWLAa__viewBtn{color:var(--color-primary);font-size:.8rem;font-weight:700}@media (max-width:1024px){.page-module__KrWLAa__topSection{grid-template-columns:1fr}}@media (max-width:768px){.page-module__KrWLAa__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__KrWLAa__dateFilter{flex-wrap:wrap;justify-content:space-between;width:100%}.page-module__KrWLAa__dateFilter button{text-align:center;flex:1}.page-module__KrWLAa__barContainer{padding-bottom:var(--space-sm);overflow-x:auto}}
.page-module__wTdrma__header{margin-bottom:var(--space-2xl)}.page-module__wTdrma__backLink{color:#6366f1;margin-bottom:var(--space-md);font-size:.9rem;font-weight:600;text-decoration:none;display:block}.page-module__wTdrma__titleRow{justify-content:space-between;align-items:center;display:flex}.page-module__wTdrma__title{color:#1e293b;margin:0;font-size:1.75rem;font-weight:700}.page-module__wTdrma__subtitle{color:#64748b;margin-top:4px;font-size:.95rem}.page-module__wTdrma__headerActions{gap:var(--space-md);display:flex}.page-module__wTdrma__outlineBtn,.page-module__wTdrma__primaryBtn{cursor:pointer;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.page-module__wTdrma__outlineBtn{color:#1e293b;background:#fff;border:1px solid #e2e8f0}.page-module__wTdrma__primaryBtn{color:#fff;background:#004767;border:none}.page-module__wTdrma__statsGrid{gap:var(--space-lg);margin-bottom:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.page-module__wTdrma__statCard{padding:var(--space-lg)}.page-module__wTdrma__statCard label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.65rem;font-weight:700;display:block}.page-module__wTdrma__statCard h3{color:#1e293b;margin:0;font-size:1.5rem}.page-module__wTdrma__statCard small{color:#22c55e;margin-left:4px;font-size:.8rem;font-weight:500}.page-module__wTdrma__healthCard{background:#004767}.page-module__wTdrma__healthCard label,.page-module__wTdrma__healthCard h3{color:#fffc}.page-module__wTdrma__healthCard h3{color:#4ade80}.page-module__wTdrma__attributesList{gap:var(--space-lg);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.page-module__wTdrma__attrCard{border:1px solid #e2e8f0;padding:0;overflow:hidden}.page-module__wTdrma__attrHeader{padding:var(--space-xl);cursor:pointer;background:#fff;justify-content:space-between;align-items:center;display:flex}.page-module__wTdrma__attrInfo{align-items:center;gap:var(--space-lg);display:flex}.page-module__wTdrma__attrIcon{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.page-module__wTdrma__attrName{color:#1e293b;align-items:center;gap:8px;margin:0;font-size:1.1rem;font-weight:700;display:flex}.page-module__wTdrma__requiredBadge{color:#4338ca;background:#e0e7ff;border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:800}.page-module__wTdrma__attrMeta{color:#94a3b8;margin-top:2px;font-size:.8rem}.page-module__wTdrma__iconBtn{cursor:pointer;opacity:.5;background:0 0;border:none;padding:8px;font-size:1.1rem}.page-module__wTdrma__iconBtn:hover{opacity:1}.page-module__wTdrma__chevron{color:#94a3b8;margin-left:12px;font-size:1.25rem}.page-module__wTdrma__attrBody{padding:var(--space-xl);background:#fcfdfe;border-top:1px solid #f1f5f9}.page-module__wTdrma__poolHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.page-module__wTdrma__poolHeader label{color:#475569;font-size:.9rem;font-weight:600}.page-module__wTdrma__clearBtn{color:#6366f1;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600}.page-module__wTdrma__valuePool{margin-bottom:var(--space-xl);background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;gap:10px;padding:16px;display:flex}.page-module__wTdrma__chip{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;font-weight:500;display:flex}.page-module__wTdrma__chipClose{cursor:pointer;opacity:.5;font-size:.75rem}.page-module__wTdrma__chipClose:hover{opacity:1;color:#ef4444}.page-module__wTdrma__addInputWrap{align-items:center;display:flex}.page-module__wTdrma__inlineAddInput{border:none;outline:none;width:100px;padding:6px;font-size:.85rem}.page-module__wTdrma__inlineAddBtn{color:#6366f1;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.page-module__wTdrma__advancedSettings{gap:var(--space-2xl);margin-top:var(--space-xl);grid-template-columns:350px 1fr;display:grid}.page-module__wTdrma__settingsCol label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-md);font-size:.65rem;font-weight:700;display:block}.page-module__wTdrma__settingGroup{margin-bottom:var(--space-md)}.page-module__wTdrma__settingGroup label{color:#475569;text-transform:none;margin-bottom:6px;font-size:.8rem}.page-module__wTdrma__settingGroup input,.page-module__wTdrma__settingGroup select{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px;font-size:.9rem}.page-module__wTdrma__toggleRow{margin-top:var(--space-md);justify-content:space-between;align-items:center;display:flex}.page-module__wTdrma__toggleRow span{color:#475569;font-size:.85rem;font-weight:500}.page-module__wTdrma__impactAlert{margin-top:var(--space-xl);color:#c2410c;background:#fff7ed;border:1px solid #ffedd5;border-radius:8px;padding:12px;font-size:.8rem;line-height:1.4}.page-module__wTdrma__poolActions{justify-content:space-between;margin-bottom:12px;display:flex}.page-module__wTdrma__searchWrap input{border:1px solid #e2e8f0;border-radius:8px;width:300px;padding:10px 16px}.page-module__wTdrma__bulkAddBtn{color:#1e293b;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600}.page-module__wTdrma__bulkInputArea{gap:12px;display:flex}.page-module__wTdrma__bulkInputArea input{border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:12px;font-size:.9rem}.page-module__wTdrma__saveChangesBtn{color:#fff;cursor:pointer;background:#004767;border:none;border-radius:8px;padding:10px 20px;font-weight:600}.page-module__wTdrma__addAnotherBtn{width:100%;padding:var(--space-2xl);cursor:pointer;color:#475569;background:#fff;border:2px dashed #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;transition:border-color .2s;display:flex}.page-module__wTdrma__addAnotherBtn:hover{border-color:#6366f1}.page-module__wTdrma__plusCircle{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;font-size:1.5rem;display:flex}.page-module__wTdrma__addAnotherBtn p{color:#94a3b8;margin:4px 0 0;font-size:.8rem}.page-module__wTdrma__switch{cursor:pointer;background:#2563eb;border-radius:12px;justify-content:flex-end;width:44px;height:24px;padding:3px;display:flex}.page-module__wTdrma__off{background:#e2e8f0;justify-content:flex-start}.page-module__wTdrma__switchToggle{background:#fff;border-radius:50%;width:18px;height:18px}.page-module__wTdrma__loader{text-align:center;color:#64748b;padding:100px;font-style:italic}.page-module__wTdrma__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a66;justify-content:flex-end;display:flex;position:fixed;inset:0}.page-module__wTdrma__drawer{background:#fff;flex-direction:column;width:500px;height:100%;display:flex;box-shadow:-20px 0 50px #0000001a}.page-module__wTdrma__drawerHeader{padding:var(--space-2xl);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.page-module__wTdrma__drawerHeader h3{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700}.page-module__wTdrma__drawerHeader p{color:#64748b;margin-top:4px;font-size:.85rem}.page-module__wTdrma__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.25rem}.page-module__wTdrma__drawerBody{padding:var(--space-2xl);flex:1;overflow-y:auto}.page-module__wTdrma__inputGroup{margin-bottom:var(--space-xl);flex-direction:column;gap:8px;display:flex}.page-module__wTdrma__inputGroup label{color:#94a3b8;font-size:.7rem;font-weight:800}.page-module__wTdrma__inputGroup input,.page-module__wTdrma__inputGroup textarea,.page-module__wTdrma__inputGroup select{padding:var(--space-md);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;font-size:.95rem;font-weight:600}.page-module__wTdrma__toggleTitle{color:#1e293b;margin:0;font-size:.95rem;font-weight:700}.page-module__wTdrma__toggleDesc{color:#64748b;margin-top:2px;font-size:.75rem}.page-module__wTdrma__drawerFooter{padding:var(--space-xl) var(--space-2xl);gap:var(--space-xl);border-top:1px solid #f1f5f9;display:flex}.page-module__wTdrma__discardBtn{padding:var(--space-md);color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;font-weight:700}.page-module__wTdrma__saveBtn{padding:var(--space-md);color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;flex:1;font-weight:700}@media (max-width:1024px){.page-module__wTdrma__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__wTdrma__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__wTdrma__statsGrid,.page-module__wTdrma__advancedSettings{grid-template-columns:1fr}.page-module__wTdrma__bulkInputArea{flex-direction:column}.page-module__wTdrma__drawer{width:100%}.page-module__wTdrma__drawerFooter{flex-direction:column}}
.page-module__Kz_XpW__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-end;display:flex}.page-module__Kz_XpW__breadcrumb{color:#94a3b8;letter-spacing:.1em;margin-bottom:8px;font-size:.65rem;font-weight:800}.page-module__Kz_XpW__title{color:#0f172a;font-size:2.25rem;font-weight:700}.page-module__Kz_XpW__subtitle{color:#64748b;font-size:.95rem}.page-module__Kz_XpW__headerBtns{gap:var(--space-md);display:flex}.page-module__Kz_XpW__exportBtn{padding:var(--space-md) var(--space-xl);color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-weight:700}.page-module__Kz_XpW__createBtn{color:#fff;padding:var(--space-md) var(--space-2xl);cursor:pointer;background:#2563eb;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #2563eb33}.page-module__Kz_XpW__statsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr 280px;display:grid}.page-module__Kz_XpW__leftStats{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.page-module__Kz_XpW__statCard{align-items:center;gap:var(--space-xl);padding:var(--space-xl);border-radius:20px;display:flex}.page-module__Kz_XpW__statIcon{color:#2563eb;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.page-module__Kz_XpW__statContent p{color:#94a3b8;letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;font-weight:700}.page-module__Kz_XpW__statContent h3{color:#1e293b;font-size:1.5rem;font-weight:700}.page-module__Kz_XpW__darkCard{color:#fff;padding:var(--space-xl);background:#0f172a;border-radius:20px;position:relative;overflow:hidden}.page-module__Kz_XpW__darkCard p{color:#64748b;letter-spacing:.1em;margin-bottom:8px;font-size:.65rem;font-weight:800}.page-module__Kz_XpW__darkCard h2{font-size:2rem;font-weight:800}.page-module__Kz_XpW__darkCardIcon{opacity:.1;font-size:5rem;position:absolute;bottom:-10px;right:-10px;transform:rotate(-15deg)}.page-module__Kz_XpW__tableCard{margin-bottom:var(--space-2xl);padding:0}.page-module__Kz_XpW__tableControls{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.page-module__Kz_XpW__filters{gap:var(--space-md);display:flex}.page-module__Kz_XpW__filterBtn{color:#64748b;cursor:pointer;border:1px solid #e2e8f0;border-radius:10px;padding:8px 16px;font-size:.85rem;font-weight:600}.page-module__Kz_XpW__showing{color:#94a3b8;font-size:.85rem}.page-module__Kz_XpW__table{border-collapse:collapse;width:100%}.page-module__Kz_XpW__table th{text-align:left;padding:var(--space-lg) var(--space-xl);color:#64748b;letter-spacing:.05em;background:#f8fafc;font-size:.7rem;font-weight:800}.page-module__Kz_XpW__table td{padding:var(--space-xl);border-bottom:1px solid #f1f5f9}.page-module__Kz_XpW__groupInfo{align-items:center;gap:var(--space-xl);display:flex}.page-module__Kz_XpW__groupIcon{background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.page-module__Kz_XpW__groupName{color:#0f172a;font-weight:700}.page-module__Kz_XpW__groupSubtitle{color:#94a3b8;margin-top:2px;font-size:.75rem}.page-module__Kz_XpW__countBadge{color:#64748b;background:#f1f5f9;border-radius:8px;padding:6px 12px;font-size:.8rem}.page-module__Kz_XpW__countBadge strong{color:#2563eb}.page-module__Kz_XpW__status{border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:800}.page-module__Kz_XpW__active{color:#10b981;background:#ecfdf5}.page-module__Kz_XpW__draft{color:#d97706;background:#fffbeb}.page-module__Kz_XpW__dateText{color:#64748b;font-size:.85rem;font-weight:500}.page-module__Kz_XpW__actionCell{text-align:center}.page-module__Kz_XpW__rowActions{justify-content:center;align-items:center;gap:8px;display:flex}.page-module__Kz_XpW__editBtn{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.page-module__Kz_XpW__editBtn:hover{background:#eff6ff;border-color:#3b82f6}.page-module__Kz_XpW__pagination{padding:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module__Kz_XpW__navBtn{color:#475569;font-size:.85rem;font-weight:700}.page-module__Kz_XpW__pages{gap:8px;display:flex}.page-module__Kz_XpW__pages button{color:#64748b;border-radius:6px;width:32px;height:32px;font-size:.85rem;font-weight:700}.page-module__Kz_XpW__activePage{background:#2563eb;color:#fff!important}.page-module__Kz_XpW__footerRow{gap:var(--space-xl);grid-template-columns:1fr 340px;display:grid}.page-module__Kz_XpW__logicCard{color:#fff;gap:var(--space-xl);padding:var(--space-xl);background:#2563eb;display:flex}.page-module__Kz_XpW__logicIcon{opacity:.5;font-size:2rem}.page-module__Kz_XpW__logicContent h4{margin-bottom:8px;font-weight:700}.page-module__Kz_XpW__logicContent p{opacity:.9;margin-bottom:12px;font-size:.9rem;line-height:1.5}.page-module__Kz_XpW__logicContent a{font-size:.85rem;font-weight:700;text-decoration:underline}.page-module__Kz_XpW__activityCard h4{margin-bottom:var(--space-xl);font-size:1rem;font-weight:700}.page-module__Kz_XpW__activityList{gap:var(--space-xl);flex-direction:column;display:flex}.page-module__Kz_XpW__activityItem{gap:var(--space-md);display:flex}.page-module__Kz_XpW__actIcon{color:#2563eb;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:800;display:flex}.page-module__Kz_XpW__activityItem p{font-size:.8rem;line-height:1.4}.page-module__Kz_XpW__actDesc{color:#64748b}.page-module__Kz_XpW__activityItem small{color:#94a3b8;font-size:.7rem;font-weight:700}.page-module__Kz_XpW__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a66;justify-content:flex-end;display:flex;position:fixed;inset:0}.page-module__Kz_XpW__drawer{background:#fff;flex-direction:column;width:500px;height:100%;display:flex;box-shadow:-20px 0 50px #0000001a}.page-module__Kz_XpW__drawerHeader{padding:var(--space-2xl);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.page-module__Kz_XpW__drawerHeader h3{color:#0f172a;font-size:1.5rem;font-weight:700}.page-module__Kz_XpW__drawerHeader p{color:#64748b;margin-top:4px;font-size:.85rem}.page-module__Kz_XpW__closeBtn{color:#94a3b8;font-size:1.25rem}.page-module__Kz_XpW__drawerBody{padding:var(--space-2xl);flex:1;overflow-y:auto}.page-module__Kz_XpW__drawerSection{margin-bottom:var(--space-2xl)}.page-module__Kz_XpW__drawerSection label{color:#94a3b8;margin-bottom:var(--space-lg);font-size:.7rem;font-weight:800;display:block}.page-module__Kz_XpW__iconSelection{gap:var(--space-md);display:flex}.page-module__Kz_XpW__iconSelection button{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:48px;height:48px;font-size:1.5rem}.page-module__Kz_XpW__activeIcon{background:#eff6ff!important;border-color:#2563eb!important}.page-module__Kz_XpW__inputGroup{margin-bottom:var(--space-xl);flex-direction:column;gap:8px;display:flex}.page-module__Kz_XpW__inputGroup label{color:#94a3b8;font-size:.7rem;font-weight:800}.page-module__Kz_XpW__inputGroup input,.page-module__Kz_XpW__inputGroup textarea{padding:var(--space-md);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;font-size:.95rem;font-weight:600}.page-module__Kz_XpW__toggleRow{margin-bottom:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.page-module__Kz_XpW__toggleTitle{color:#1e293b;font-size:.95rem;font-weight:700}.page-module__Kz_XpW__toggleDesc{color:#64748b;margin-top:2px;font-size:.75rem}.page-module__Kz_XpW__switch{background:#2563eb;border-radius:12px;justify-content:flex-end;width:44px;height:24px;padding:3px;display:flex}.page-module__Kz_XpW__off{background:#e2e8f0;justify-content:flex-start}.page-module__Kz_XpW__switchToggle{background:#fff;border-radius:50%;width:18px;height:18px}.page-module__Kz_XpW__drawerFooter{padding:var(--space-xl) var(--space-2xl);gap:var(--space-xl);border-top:1px solid #f1f5f9;display:flex}.page-module__Kz_XpW__discardBtn{padding:var(--space-md);color:#475569;border:1px solid #e2e8f0;border-radius:12px;flex:1;font-weight:700}.page-module__Kz_XpW__saveBtn{padding:var(--space-md);color:#fff;background:#0f172a;border-radius:12px;flex:1;font-weight:700}@media (max-width:1024px){.page-module__Kz_XpW__statsGrid,.page-module__Kz_XpW__footerRow{grid-template-columns:1fr}}@media (max-width:768px){.page-module__Kz_XpW__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__Kz_XpW__headerBtns{flex-direction:column;width:100%}.page-module__Kz_XpW__exportBtn,.page-module__Kz_XpW__createBtn{text-align:center;width:100%}.page-module__Kz_XpW__leftStats{grid-template-columns:1fr}.page-module__Kz_XpW__tableControls{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__Kz_XpW__filters{flex-wrap:wrap;width:100%}.page-module__Kz_XpW__groupInfo{gap:var(--space-md);text-align:right;justify-content:flex-end}.page-module__Kz_XpW__iconSelection{flex-wrap:wrap}.page-module__Kz_XpW__drawer{width:100%}.page-module__Kz_XpW__drawerFooter{flex-direction:column}}.page-module__Kz_XpW__tableFooter{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__Kz_XpW__rowsPerPage{color:#64748b;align-items:center;font-size:.85rem;display:flex}.page-module__Kz_XpW__rowsPerPage select{color:#0f172a;border:1px solid #e2e8f0;border-radius:6px;outline:none;margin-left:8px;padding:4px;font-weight:700}.page-module__Kz_XpW__pageNumbers{align-items:center;gap:4px;display:flex}.page-module__Kz_XpW__pageNumbers button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.page-module__Kz_XpW__pageNumbers button:hover{background:#f1f5f9}.page-module__Kz_XpW__activePage{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}
.page-module__B3mFqq__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:center;display:flex}.page-module__B3mFqq__title{color:#0f172a;font-size:2.25rem;font-weight:700}.page-module__B3mFqq__subtitle{color:#64748b;font-size:1rem}.page-module__B3mFqq__addBtn{color:#fff;padding:var(--space-md) var(--space-xl);background:#2563eb;border-radius:10px;font-weight:700}.page-module__B3mFqq__statsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.page-module__B3mFqq__statCard{padding:var(--space-xl);align-items:center;gap:var(--space-lg);background:#fff;border:1px solid #f1f5f9;border-radius:16px;display:flex}.page-module__B3mFqq__statIcon{background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.page-module__B3mFqq__statLabel{color:#94a3b8;letter-spacing:.05em;font-size:.75rem;font-weight:700}.page-module__B3mFqq__statValue{color:#1e293b;font-size:1.75rem;font-weight:700}.page-module__B3mFqq__directoryCard{margin-bottom:var(--space-2xl);padding:0}.page-module__B3mFqq__tableHeader{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid #f1f5f9;justify-content:flex-end;display:flex}.page-module__B3mFqq__tableActions{gap:var(--space-md);display:flex}.page-module__B3mFqq__actionBtn{color:#64748b;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-module__B3mFqq__table{border-collapse:collapse;width:100%}.page-module__B3mFqq__table th{text-align:left;padding:var(--space-lg) var(--space-xl);color:#64748b;letter-spacing:.05em;background:#f8fafc;font-size:.75rem;font-weight:700}.page-module__B3mFqq__table td{padding:var(--space-xl);border-bottom:1px solid #f1f5f9;font-size:.9rem}.page-module__B3mFqq__brandInfo{align-items:center;gap:var(--space-md);display:flex}.page-module__B3mFqq__logo{color:#fff;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.75rem;font-weight:700;display:flex}.page-module__B3mFqq__bName{color:#0f172a;font-weight:700}.page-module__B3mFqq__bCat{color:#94a3b8;font-size:.8rem}.page-module__B3mFqq__productBadges{gap:4px;display:flex}.page-module__B3mFqq__pBadge{color:#1e40af;background:#eff6ff;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.page-module__B3mFqq__noProducts{color:#94a3b8;font-size:.85rem}.page-module__B3mFqq__statusBadge{border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:8px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.page-module__B3mFqq__active{color:#059669;background:#ecfdf5;border-color:#d1fae5}.page-module__B3mFqq__inactive{color:#64748b;background:#f8fafc}.page-module__B3mFqq__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.page-module__B3mFqq__actionsCell{color:#94a3b8;text-align:center;font-size:1.25rem}.page-module__B3mFqq__pagination{padding:var(--space-xl);color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.page-module__B3mFqq__pageBtns{gap:var(--space-md);display:flex}.page-module__B3mFqq__pageBtns button{border:1px solid #e2e8f0;border-radius:8px;padding:6px 16px;font-weight:600}.page-module__B3mFqq__formSection{margin-top:var(--space-2xl);padding-bottom:100px}.page-module__B3mFqq__createCard{border-radius:24px;padding:0;overflow:hidden}.page-module__B3mFqq__createHeader{color:#fff;padding:var(--space-xl) var(--space-2xl);background:#0f172a}.page-module__B3mFqq__createHeader h3{margin-bottom:4px;font-size:1.5rem;font-weight:700}.page-module__B3mFqq__createHeader p{opacity:.7;font-size:.9rem}.page-module__B3mFqq__form{padding:var(--space-2xl)}.page-module__B3mFqq__inputGroup{margin-bottom:var(--space-xl);flex-direction:column;gap:8px;display:flex}.page-module__B3mFqq__inputGroup label{color:#94a3b8;font-size:.75rem;font-weight:700}.page-module__B3mFqq__inputGroup input,.page-module__B3mFqq__inputGroup select,.page-module__B3mFqq__inputGroup textarea{padding:var(--space-md);background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none}.page-module__B3mFqq__inputGroup textarea{resize:none;height:120px}.page-module__B3mFqq__uploadSection{margin-bottom:var(--space-2xl)}.page-module__B3mFqq__uploadSection label{color:#94a3b8;margin-bottom:8px;font-size:.75rem;font-weight:700;display:block}.page-module__B3mFqq__uploadBox{padding:var(--space-2xl);text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px}.page-module__B3mFqq__cloudIcon{color:#94a3b8;margin-bottom:var(--space-md);font-size:2rem;display:block}.page-module__B3mFqq__uploadBox h4{color:#0f172a;font-size:1rem;font-weight:700}.page-module__B3mFqq__uploadBox p{color:#64748b;font-size:.85rem}.page-module__B3mFqq__viewDocBtn{color:#0f172a;cursor:pointer;z-index:2;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;margin-top:10px;padding:4px 12px;font-size:.8rem;font-weight:600;position:relative}.page-module__B3mFqq__viewDocBtn:hover{background:#e2e8f0}.page-module__B3mFqq__formFooter{justify-content:flex-end;gap:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid #f1f5f9;display:flex}.page-module__B3mFqq__discardBtn{color:#64748b;font-weight:700}.page-module__B3mFqq__confirmBtn{color:#fff;padding:var(--space-md) var(--space-2xl);background:#2563eb;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #2563eb33}.page-module__B3mFqq__grid2{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.page-module__B3mFqq__uploaded{background:#f0fdf4!important;border-style:solid!important;border-color:#10b981!important}.page-module__B3mFqq__logo{color:#fff;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.75rem;font-weight:700;display:flex;overflow:hidden}.page-module__B3mFqq__logo img{object-fit:contain;background:#fff;width:100%;height:100%}.page-module__B3mFqq__rowActions{justify-content:center;align-items:center;gap:12px;display:flex}.page-module__B3mFqq__editBtn,.page-module__B3mFqq__statusToggleBtn{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.page-module__B3mFqq__editBtn:hover{background:#eff6ff;border-color:#3b82f6}.page-module__B3mFqq__statusToggleBtn:hover{background:#fff1f2;border-color:#f43f5e}@media (max-width:1024px){.page-module__B3mFqq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__B3mFqq__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__B3mFqq__addBtn{text-align:center;width:100%}.page-module__B3mFqq__statsGrid,.page-module__B3mFqq__grid2{grid-template-columns:1fr}.page-module__B3mFqq__formFooter{flex-direction:column;width:100%}.page-module__B3mFqq__discardBtn,.page-module__B3mFqq__confirmBtn{text-align:center;width:100%}.page-module__B3mFqq__formSection{padding-bottom:50px}}.page-module__B3mFqq__tableFooter{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__B3mFqq__rowsPerPage{color:#64748b;align-items:center;font-size:.85rem;display:flex}.page-module__B3mFqq__rowsPerPage select{color:#0f172a;border:1px solid #e2e8f0;border-radius:6px;outline:none;margin-left:8px;padding:4px;font-weight:700}.page-module__B3mFqq__pageNumbers{align-items:center;gap:4px;display:flex}.page-module__B3mFqq__pageNumbers button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.page-module__B3mFqq__pageNumbers button:hover{background:#f1f5f9}.page-module__B3mFqq__activePage{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}
.page-module__5GcAOG__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:center;display:flex}.page-module__5GcAOG__title{color:#0f172a;font-size:2.25rem;font-weight:700}.page-module__5GcAOG__subtitle{color:#64748b;max-width:600px}.page-module__5GcAOG__addBtn{color:#fff;padding:var(--space-md) var(--space-xl);background:#2563eb;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #2563eb33}.page-module__5GcAOG__statsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr 340px;display:grid}.page-module__5GcAOG__leftStats{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.page-module__5GcAOG__statCard{gap:var(--space-xl);padding:var(--space-xl);border-radius:20px;display:flex}.page-module__5GcAOG__statIcon{background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.page-module__5GcAOG__statLabel{color:#94a3b8;letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;font-weight:700}.page-module__5GcAOG__statValue{color:#1e293b;font-size:1.75rem;font-weight:700}.page-module__5GcAOG__statStatus{color:#10b981;font-size:.7rem;font-weight:800}.page-module__5GcAOG__usageCard{color:#fff;padding:var(--space-xl);background:#2563eb;border-radius:20px;position:relative;overflow:hidden}.page-module__5GcAOG__usageHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.page-module__5GcAOG__usageHeader p{letter-spacing:.1em;opacity:.8;font-size:.7rem;font-weight:800}.page-module__5GcAOG__activeNow{color:#10b981;background:#064e3b;border-radius:10px;padding:2px 8px;font-size:.6rem;font-weight:800}.page-module__5GcAOG__usageValue{margin-bottom:4px;font-size:2.25rem;font-weight:800}.page-module__5GcAOG__usageValue small{opacity:.7;font-size:1rem}.page-module__5GcAOG__usageLabel{opacity:.8;font-size:.75rem}.page-module__5GcAOG__usageBg{opacity:.1;font-size:6rem;position:absolute;bottom:-20px;right:-20px;transform:rotate(-15deg)}.page-module__5GcAOG__slabsCard{margin-bottom:var(--space-2xl);padding:0}.page-module__5GcAOG__tableActions{padding:var(--space-lg) var(--space-xl);justify-content:flex-end;gap:var(--space-md);border-bottom:1px solid #f1f5f9;display:flex}.page-module__5GcAOG__iconBtn{color:#94a3b8;border:1px solid #e2e8f0;border-radius:8px;width:36px;height:36px}.page-module__5GcAOG__table{border-collapse:collapse;width:100%}.page-module__5GcAOG__table th{text-align:left;padding:var(--space-lg) var(--space-xl);color:#64748b;background:#f8fafc;font-size:.7rem;font-weight:800}.page-module__5GcAOG__table td{padding:var(--space-xl);border-bottom:1px solid #f1f5f9}.page-module__5GcAOG__tierInfo{align-items:center;gap:var(--space-md);display:flex}.page-module__5GcAOG__tierNum{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;display:flex}.page-module__5GcAOG__tierName{color:#1e293b;font-weight:700}.page-module__5GcAOG__slabInput{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100px;padding:8px 12px;font-weight:700}.page-module__5GcAOG__discountRow{align-items:center;gap:8px;display:flex}.page-module__5GcAOG__percent{color:#cbd5e1;font-weight:700}.page-module__5GcAOG__premiumBadge{color:#d97706;background:#fffbeb;border-radius:4px;padding:2px 8px;font-size:.6rem;font-weight:800}.page-module__5GcAOG__rowActions{gap:var(--space-xl);color:#94a3b8;font-size:1rem;display:flex}.page-module__5GcAOG__footerBtns{padding:var(--space-xl);justify-content:flex-end;gap:var(--space-xl);display:flex}.page-module__5GcAOG__saveDraft{color:#64748b;font-weight:700}.page-module__5GcAOG__updateBtn{color:#fff;padding:var(--space-md) var(--space-xl);background:#2563eb;border-radius:12px;font-weight:700}.page-module__5GcAOG__strategyRow{gap:var(--space-2xl);grid-template-columns:1fr 1fr;padding-bottom:60px;display:grid}.page-module__5GcAOG__strategyTip,.page-module__5GcAOG__stackingRules{gap:var(--space-xl);display:flex}.page-module__5GcAOG__tipIcon,.page-module__5GcAOG__ruleIcon{background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.page-module__5GcAOG__strategyRow h4{margin-bottom:4px;font-weight:700}.page-module__5GcAOG__strategyRow p{color:#64748b;font-size:.85rem;line-height:1.5}.page-module__5GcAOG__strategyRow a{color:#2563eb;font-weight:700;text-decoration:underline}@media (max-width:1024px){.page-module__5GcAOG__statsGrid{grid-template-columns:1fr}.page-module__5GcAOG__tierGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.page-module__5GcAOG__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__5GcAOG__addBtn{text-align:center;width:100%}.page-module__5GcAOG__leftStats,.page-module__5GcAOG__tierGrid{grid-template-columns:1fr}.page-module__5GcAOG__strategyRow{gap:var(--space-xl);grid-template-columns:1fr}.page-module__5GcAOG__tableActions{flex-direction:column}}
.page-module__QbR4hq__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:center;display:flex}.page-module__QbR4hq__title{color:var(--color-text-main);font-size:2rem}.page-module__QbR4hq__subtitle{color:var(--color-text-muted);margin-top:var(--space-xs);font-size:.95rem}.page-module__QbR4hq__exportBtn{background:var(--color-surface);border:1px solid var(--glass-border);color:var(--color-text-main);padding:var(--space-sm) var(--space-xl);border-radius:var(--radius-md);font-weight:700;transition:all .2s}.page-module__QbR4hq__exportBtn:hover{background:var(--glass-bg);border-color:var(--color-primary)}.page-module__QbR4hq__statsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.page-module__QbR4hq__statCard{flex-direction:column;display:flex}.page-module__QbR4hq__statIcon{background:var(--glass-bg);border-radius:var(--radius-md);width:40px;height:40px;margin-bottom:var(--space-md);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.page-module__QbR4hq__statLabel{color:var(--color-text-dim);letter-spacing:.05em;font-size:.75rem;font-weight:700}.page-module__QbR4hq__statValue{font-size:1.5rem;font-family:var(--font-accent);color:var(--color-text-main);margin-top:var(--space-xs)}.page-module__QbR4hq__contentGrid{gap:var(--space-xl);grid-template-columns:2fr 1fr;display:grid}.page-module__QbR4hq__table{border-collapse:collapse;width:100%}.page-module__QbR4hq__table th{text-align:left;padding:var(--space-lg);color:var(--color-text-dim);border-bottom:1px solid var(--glass-border);font-size:.75rem;font-weight:700}.page-module__QbR4hq__table td{padding:var(--space-lg);border-bottom:1px solid var(--glass-border);font-size:.9rem}.page-module__QbR4hq__idCell{color:var(--color-primary);font-weight:700}.page-module__QbR4hq__agentName{color:var(--color-text-main);font-weight:600}.page-module__QbR4hq__amount{font-family:var(--font-accent);color:var(--color-text-main);font-weight:700}.page-module__QbR4hq__approveBtn{color:var(--color-success);background:#48bb781a;border:1px solid #48bb7833;border-radius:8px;padding:6px 16px;font-size:.8rem;font-weight:700;transition:all .2s}.page-module__QbR4hq__approveBtn:hover{background:var(--color-success);color:var(--color-bg)}.page-module__QbR4hq__kycList{gap:var(--space-lg);flex-direction:column;display:flex}.page-module__QbR4hq__kycItem{padding:var(--space-sm) 0;justify-content:space-between;align-items:center;display:flex}.page-module__QbR4hq__kycAgent{color:var(--color-text-main);font-weight:600}.page-module__QbR4hq__kycTime{color:var(--color-text-dim);font-size:.75rem}.page-module__QbR4hq__verifyBtn{color:var(--color-primary);font-size:.85rem;font-weight:700}@media (max-width:1024px){.page-module__QbR4hq__statsGrid{grid-template-columns:repeat(2,1fr)}.page-module__QbR4hq__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__QbR4hq__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__QbR4hq__exportBtn{text-align:center;width:100%}.page-module__QbR4hq__statsGrid{grid-template-columns:1fr}}.page-module__QbR4hq__tableFooter{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__QbR4hq__rowsPerPage{color:#64748b;align-items:center;font-size:.85rem;display:flex}.page-module__QbR4hq__rowsPerPage select{color:#0f172a;border:1px solid #e2e8f0;border-radius:6px;outline:none;margin-left:8px;padding:4px;font-weight:700}.page-module__QbR4hq__pageNumbers{align-items:center;gap:4px;display:flex}.page-module__QbR4hq__pageNumbers button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.page-module__QbR4hq__pageNumbers button:hover{background:#f1f5f9}.page-module__QbR4hq__activePage{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}
.page-module__aCiCMW__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:center;display:flex}.page-module__aCiCMW__title{color:#0f172a;font-size:2.25rem;font-weight:700}.page-module__aCiCMW__subtitle{color:#64748b}.page-module__aCiCMW__publishBtn{color:#fff;padding:var(--space-md) var(--space-xl);background:#2563eb;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #2563eb33}.page-module__aCiCMW__controlsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.page-module__aCiCMW__controlCard{padding:var(--space-xl);border-radius:20px}.page-module__aCiCMW__cardTop{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.page-module__aCiCMW__cardTop p{color:#94a3b8;letter-spacing:.05em;font-size:.7rem;font-weight:800}.page-module__aCiCMW__editIcon,.page-module__aCiCMW__statusIcon{color:#2563eb;cursor:pointer}.page-module__aCiCMW__valueRow{align-items:baseline;gap:var(--space-xl);margin-bottom:4px;display:flex}.page-module__aCiCMW__valueRow h2{color:#1e293b;font-size:2.5rem;font-weight:800}.page-module__aCiCMW__activeBadge{color:#10b981;font-size:.7rem;font-weight:800}.page-module__aCiCMW__hint{color:#94a3b8;font-size:.75rem}.page-module__aCiCMW__tierSection{margin-bottom:var(--space-2xl)}.page-module__aCiCMW__sectionHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module__aCiCMW__sectionHeader h3{font-size:1.25rem;font-weight:700}.page-module__aCiCMW__editTiers{color:#2563eb;font-size:.85rem;font-weight:700}.page-module__aCiCMW__tierGrid{gap:var(--space-lg);grid-template-columns:repeat(5,1fr);display:grid}.page-module__aCiCMW__tierCard{padding:var(--space-xl);text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px}.page-module__aCiCMW__darkTier{color:#fff;background:#0f172a;border:none}.page-module__aCiCMW__tierName{color:#94a3b8;margin-bottom:4px;font-size:.6rem;font-weight:800}.page-module__aCiCMW__tierRange{margin-bottom:var(--space-md);font-size:.75rem;font-weight:600}.page-module__aCiCMW__tierDiscount{font-size:2.5rem;font-weight:900;font-family:var(--font-accent)}.page-module__aCiCMW__darkTier .page-module__aCiCMW__tierDiscount{color:#f59e0b}.page-module__aCiCMW__economicsCard{margin-bottom:100px;padding:0}.page-module__aCiCMW__tableHeader{padding:var(--space-xl);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;display:flex}.page-module__aCiCMW__tableHeader p{color:#64748b;font-size:.85rem}.page-module__aCiCMW__tableActions{gap:var(--space-md);display:flex}.page-module__aCiCMW__exportBtn,.page-module__aCiCMW__newBtn{border-radius:10px;padding:8px 16px;font-size:.85rem;font-weight:700}.page-module__aCiCMW__exportBtn{background:#fff;border:1px solid #e2e8f0}.page-module__aCiCMW__newBtn{color:#fff;background:#2563eb}.page-module__aCiCMW__table{border-collapse:collapse;width:100%}.page-module__aCiCMW__table th{text-align:left;padding:var(--space-lg) var(--space-xl);color:#64748b;background:#f8fafc;font-size:.7rem;font-weight:800}.page-module__aCiCMW__table td{padding:var(--space-xl);border-bottom:1px solid #f1f5f9}.page-module__aCiCMW__pInfo{align-items:center;gap:var(--space-md);display:flex}.page-module__aCiCMW__pThumb{background:#f1f5f9;border-radius:8px;width:40px;height:40px}.page-module__aCiCMW__pName{color:#0f172a;font-weight:700}.page-module__aCiCMW__pSku{color:#94a3b8;margin-top:2px;font-size:.7rem}.page-module__aCiCMW__priceInput{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;padding:8px 12px;font-size:.9rem;font-weight:700;display:flex}.page-module__aCiCMW__priceInput span{color:#cbd5e1;font-size:.75rem}.page-module__aCiCMW__healthBadge{border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:800}.page-module__aCiCMW__healthy{color:#10b981;background:#ecfdf5}.page-module__aCiCMW__critical{color:#ef4444;background:#fef2f2}.page-module__aCiCMW__caution{color:#d97706;background:#fffbeb}.page-module__aCiCMW__actionCell{text-align:center;color:#94a3b8;font-size:1.25rem}.page-module__aCiCMW__stickyFooter{padding:var(--space-xl) var(--space-2xl);justify-content:flex-end;gap:var(--space-xl);background:#fff;border-top:1px solid #e2e8f0;display:flex;position:fixed;bottom:0;left:260px;right:0;box-shadow:0 -10px 30px #0000000d}.page-module__aCiCMW__revertBtn{color:#64748b;font-weight:700}.page-module__aCiCMW__saveBtn{color:#fff;padding:var(--space-md) var(--space-2xl);background:#0f172a;border-radius:12px;font-weight:700}@media (max-width:1024px){.page-module__aCiCMW__tierGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.page-module__aCiCMW__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__aCiCMW__publishBtn{text-align:center;width:100%}.page-module__aCiCMW__controlsGrid,.page-module__aCiCMW__tierGrid{grid-template-columns:1fr}.page-module__aCiCMW__tableHeader{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__aCiCMW__tableActions{width:100%}.page-module__aCiCMW__exportBtn,.page-module__aCiCMW__newBtn{text-align:center;flex:1}.page-module__aCiCMW__stickyFooter{flex-direction:column;left:0}.page-module__aCiCMW__saveBtn{text-align:center;width:100%}}
.page-module__e-1L1G__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-end;display:flex}.page-module__e-1L1G__breadcrumb{color:#94a3b8;letter-spacing:.1em;margin-bottom:8px;font-size:.65rem;font-weight:800}.page-module__e-1L1G__title{color:#0f172a;font-size:2.25rem;font-weight:700}.page-module__e-1L1G__headerBtns{gap:var(--space-md);display:flex}.page-module__e-1L1G__exportBtn,.page-module__e-1L1G__syncBtn{padding:var(--space-md) var(--space-xl);color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-weight:700}.page-module__e-1L1G__syncBtn{color:#fff;background:#0f172a;border:none}.page-module__e-1L1G__filterCard{margin-bottom:var(--space-xl);padding:var(--space-xl)}.page-module__e-1L1G__filterGrid{gap:var(--space-2xl);align-items:flex-end;display:flex}.page-module__e-1L1G__filterGroup{flex-direction:column;flex:1;gap:8px;display:flex}.page-module__e-1L1G__filterGroup label{color:#94a3b8;letter-spacing:.05em;font-size:.65rem;font-weight:800}.page-module__e-1L1G__filterGroup select,.page-module__e-1L1G__dateInput{padding:var(--space-md);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;font-size:.9rem;font-weight:600}.page-module__e-1L1G__dateInput{gap:var(--space-md);display:flex}.page-module__e-1L1G__dateInput input{background:0 0;border:none;width:100%;font-weight:600}.page-module__e-1L1G__clearFilters{color:#94a3b8;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.page-module__e-1L1G__tableCard{padding:0}.page-module__e-1L1G__table{border-collapse:collapse;width:100%}.page-module__e-1L1G__table th{text-align:left;padding:var(--space-lg) var(--space-xl);color:#64748b;letter-spacing:.05em;background:#f8fafc;font-size:.7rem;font-weight:800}.page-module__e-1L1G__orderRow{cursor:pointer;transition:background .2s}.page-module__e-1L1G__orderRow:hover{background:#f8fafc}.page-module__e-1L1G__table td{padding:var(--space-xl);border-bottom:1px solid #f1f5f9}.page-module__e-1L1G__orderId{color:#0f172a;font-size:.9rem;font-weight:800}.page-module__e-1L1G__customerInfo p{line-height:1.4}.page-module__e-1L1G__cName{color:#1e293b;font-weight:700}.page-module__e-1L1G__cLoc{color:#94a3b8;font-size:.75rem}.page-module__e-1L1G__dateText{color:#64748b;font-size:.85rem;font-weight:500}.page-module__e-1L1G__statusBadge{border-radius:20px;padding:4px 10px;font-size:.65rem;font-weight:800;display:inline-block}.page-module__e-1L1G__received{color:#2563eb;background:#eff6ff}.page-module__e-1L1G__readytodispatch{color:#f97316;background:#fff7ed}.page-module__e-1L1G__intransit{color:#0891b2;background:#ecfeff}.page-module__e-1L1G__outfordelivery{color:#db2777;background:#fdf2f8}.page-module__e-1L1G__delivered{color:#10b981;background:#ecfdf5}.page-module__e-1L1G__deliveryfailed{color:#ef4444;background:#fef2f2}.page-module__e-1L1G__priceText{color:#1e293b;font-size:.9rem;font-weight:700}.page-module__e-1L1G__gainText{color:#10b981;font-size:.85rem;font-weight:800}.page-module__e-1L1G__lossText{color:#ef4444;font-size:.85rem;font-weight:800}.page-module__e-1L1G__agentInfo{align-items:center;gap:var(--space-md);color:#475569;font-size:.85rem;font-weight:600;display:flex}.page-module__e-1L1G__agentAvatar{background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;display:flex}.page-module__e-1L1G__pagination{padding:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module__e-1L1G__showingInfo{color:#94a3b8;font-size:.85rem}.page-module__e-1L1G__pages{gap:8px;display:flex}.page-module__e-1L1G__pages button{color:#64748b;border:1px solid #e2e8f0;border-radius:6px;width:32px;height:32px;font-size:.85rem;font-weight:700}.page-module__e-1L1G__activePage{background:#2563eb;border-color:#2563eb;color:#fff!important}.page-module__e-1L1G__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a66;justify-content:flex-end;display:flex;position:fixed;inset:0}.page-module__e-1L1G__drawer{background:#fff;flex-direction:column;width:550px;height:100%;display:flex;box-shadow:-20px 0 50px #0000001a}.page-module__e-1L1G__drawerHeader{padding:var(--space-2xl);border-bottom:1px solid #f1f5f9}.page-module__e-1L1G__headerTop{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.page-module__e-1L1G__orderTitle{align-items:center;gap:var(--space-xl);display:flex}.page-module__e-1L1G__orderTitle h3{color:#0f172a;font-size:1.5rem;font-weight:800}.page-module__e-1L1G__processingBadge{color:#2563eb;background:#eff6ff;border-radius:20px;padding:4px 12px;font-size:.65rem;font-weight:800}.page-module__e-1L1G__placedDate{color:#94a3b8;font-size:.85rem}.page-module__e-1L1G__closeBtn{color:#94a3b8;font-size:1.25rem}.page-module__e-1L1G__drawerBody{padding:var(--space-2xl);flex:1;overflow-y:auto}.page-module__e-1L1G__logisticsCard{padding:var(--space-xl);margin-bottom:var(--space-2xl);background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px}.page-module__e-1L1G__logHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;font-size:.7rem;font-weight:800;display:flex}.page-module__e-1L1G__logHeader span{color:#0f172a}.page-module__e-1L1G__logHeader small{color:#94a3b8;letter-spacing:.05em}.page-module__e-1L1G__trackingBox label{color:#94a3b8;margin-bottom:8px;font-size:.65rem;font-weight:800;display:block}.page-module__e-1L1G__trackingRow{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.page-module__e-1L1G__trackingRow strong{font-family:monospace;font-size:.95rem}.page-module__e-1L1G__copyBtn{color:#2563eb;font-size:.75rem;font-weight:700}.page-module__e-1L1G__section{margin-bottom:var(--space-2xl)}.page-module__e-1L1G__sectionTitle{color:#94a3b8;letter-spacing:.1em;margin-bottom:var(--space-xl);font-size:.75rem;font-weight:800}.page-module__e-1L1G__addressBox{gap:var(--space-xl);display:flex}.page-module__e-1L1G__addressIcon{color:#2563eb;background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.page-module__e-1L1G__addressBox p{color:#475569;font-size:.9rem;line-height:1.6}.page-module__e-1L1G__itemsHeader{justify-content:space-between;align-items:baseline;display:flex}.page-module__e-1L1G__itemsHeader span{color:#94a3b8;font-size:.75rem;font-weight:600}.page-module__e-1L1G__itemList{gap:var(--space-xl);flex-direction:column;display:flex}.page-module__e-1L1G__item{gap:var(--space-xl);padding:var(--space-lg);background:#f8fafc;border-radius:16px;align-items:center;display:flex}.page-module__e-1L1G__itemImg{color:#fff;background:#0f172a;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.page-module__e-1L1G__itemInfo{flex:1}.page-module__e-1L1G__itemName{color:#0f172a;font-size:.95rem;font-weight:700}.page-module__e-1L1G__itemVariant{color:#64748b;margin:2px 0 6px;font-size:.75rem}.page-module__e-1L1G__itemMeta{gap:var(--space-xl);font-size:.7rem;font-weight:800;display:flex}.page-module__e-1L1G__inStockBadge{color:#10b981}.page-module__e-1L1G__itemPrice{color:#0f172a;font-size:1rem;font-weight:800}.page-module__e-1L1G__summarySection{padding-top:var(--space-xl);border-top:1px solid #f1f5f9}.page-module__e-1L1G__summaryRow{color:#64748b;justify-content:space-between;margin-bottom:10px;font-size:.95rem;font-weight:600;display:flex}.page-module__e-1L1G__discountRow{color:#10b981}.page-module__e-1L1G__summaryRow span:last-child{color:#0f172a;font-family:monospace;font-weight:800}.page-module__e-1L1G__discountRow span:last-child{color:#10b981}.page-module__e-1L1G__drawerFooter{padding:var(--space-xl) var(--space-2xl);gap:var(--space-xl);border-top:1px solid #f1f5f9;display:flex}.page-module__e-1L1G__printBtn{padding:var(--space-md);color:#475569;border:1px solid #e2e8f0;border-radius:12px;flex:1;font-weight:700}.page-module__e-1L1G__updateStatusBtn{padding:var(--space-md);color:#fff;background:#2563eb;border-radius:12px;flex:1;font-weight:700}@media (max-width:768px){.page-module__e-1L1G__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__e-1L1G__headerBtns{flex-direction:column;width:100%}.page-module__e-1L1G__exportBtn,.page-module__e-1L1G__syncBtn{text-align:center;width:100%}.page-module__e-1L1G__filterGrid{flex-direction:column;align-items:flex-start}.page-module__e-1L1G__filterGroup{width:100%}.page-module__e-1L1G__clearFilters{align-self:flex-end}.page-module__e-1L1G__drawer{width:100%}.page-module__e-1L1G__drawerFooter{flex-direction:column}.page-module__e-1L1G__item{flex-direction:column;align-items:flex-start}}.page-module__e-1L1G__tableFooter{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__e-1L1G__rowsPerPage{color:#64748b;align-items:center;font-size:.85rem;display:flex}.page-module__e-1L1G__rowsPerPage select{color:#0f172a;border:1px solid #e2e8f0;border-radius:6px;outline:none;margin-left:8px;padding:4px;font-weight:700}.page-module__e-1L1G__pageNumbers{align-items:center;gap:4px;display:flex}.page-module__e-1L1G__pageNumbers button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.page-module__e-1L1G__pageNumbers button:hover{background:#f1f5f9}.page-module__e-1L1G__activePage{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}
.page-module__1Rrrva__header{margin-bottom:var(--space-48);justify-content:space-between;align-items:flex-end;display:flex}.page-module__1Rrrva__title{color:var(--color-text-main);font-size:28px;font-weight:700;line-height:1.2;font-family:var(--font-main)}.page-module__1Rrrva__subtitle{color:var(--color-text-muted);margin-top:var(--space-8);font-size:16px;font-family:var(--font-main)}.page-module__1Rrrva__actions{gap:var(--space-16);display:flex}.page-module__1Rrrva__datePicker,.page-module__1Rrrva__exportBtn{align-items:center;gap:var(--space-8);height:48px;font-size:14px;font-weight:600;font-family:var(--font-main);border-radius:14px;padding:0 20px;transition:all .2s;display:flex}.page-module__1Rrrva__datePicker{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-main);box-shadow:var(--shadow-card)}.page-module__1Rrrva__exportBtn{background:var(--color-primary);color:#fff}.page-module__1Rrrva__exportBtn:hover{background:var(--color-primary-dark)}.page-module__1Rrrva__statsGrid{gap:var(--space-24);margin-bottom:var(--space-32);grid-template-columns:repeat(3,1fr);display:grid}.page-module__1Rrrva__statCard{flex-direction:column;display:flex}.page-module__1Rrrva__statHeader{margin-bottom:var(--space-20);justify-content:space-between;align-items:flex-start;display:flex}.page-module__1Rrrva__statIcon{background:var(--color-primary-light);width:56px;height:56px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;display:flex}.page-module__1Rrrva__growthBadge{color:#16a34a;background:#dcfce7;border-radius:20px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;display:flex}.page-module__1Rrrva__statLabel{color:var(--color-text-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:var(--space-4);font-size:13px;font-weight:500}.page-module__1Rrrva__statValue{color:var(--color-text-main);font-size:36px;font-weight:700;line-height:1.2}.page-module__1Rrrva__contentGrid{gap:var(--space-24);margin-bottom:var(--space-32);grid-template-columns:2fr 1fr;display:grid}.page-module__1Rrrva__chartPlaceholder{border-top:1px solid var(--color-border);width:100%;height:300px;padding-top:var(--space-24);margin-top:var(--space-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.page-module__1Rrrva__agentsList{gap:var(--space-20);margin-top:var(--space-16);flex-direction:column;display:flex}.page-module__1Rrrva__agentItem{justify-content:space-between;align-items:center;display:flex}.page-module__1Rrrva__agentInfo{align-items:center;gap:var(--space-16);display:flex}.page-module__1Rrrva__avatar{width:40px;height:40px;color:var(--color-primary);background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.page-module__1Rrrva__agentName{color:var(--color-text-main);font-size:14px;font-weight:600}.page-module__1Rrrva__agentLoc{color:var(--color-text-muted);font-size:13px}.page-module__1Rrrva__agentStats{text-align:right}.page-module__1Rrrva__agentSales{color:var(--color-text-main);font-size:14px;font-weight:700}.page-module__1Rrrva__agentOrders{color:var(--color-text-muted);font-size:13px}.page-module__1Rrrva__table{border-collapse:collapse;width:100%;margin-top:var(--space-16)}.page-module__1Rrrva__table th{text-align:left;padding:var(--space-12) var(--space-16);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--color-border);font-size:13px;font-weight:500}.page-module__1Rrrva__table td{padding:var(--space-16);border-bottom:1px solid var(--color-border);color:var(--color-text-main);font-size:14px;font-weight:500}.page-module__1Rrrva__table tr:last-child td{border-bottom:none}.page-module__1Rrrva__status{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.page-module__1Rrrva__delivered{color:#16a34a;background:#dcfce7}.page-module__1Rrrva__intransit{color:#0284c7;background:#e0f2fe}.page-module__1Rrrva__pending{color:#d97706;background:#fef3c7}.page-module__1Rrrva__cancelled{color:#dc2626;background:#fee2e2}@media (max-width:1024px){.page-module__1Rrrva__statsGrid{grid-template-columns:repeat(2,1fr)}.page-module__1Rrrva__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__1Rrrva__header{align-items:flex-start;gap:var(--space-16);flex-direction:column}.page-module__1Rrrva__actions{flex-wrap:wrap;width:100%}.page-module__1Rrrva__datePicker,.page-module__1Rrrva__exportBtn{flex:1;justify-content:center}.page-module__1Rrrva__statsGrid{grid-template-columns:1fr}}
.page-module__r0g-Cq__header{margin-bottom:var(--space-2xl)}.page-module__r0g-Cq__breadcrumb{color:#94a3b8;letter-spacing:.1em;margin-bottom:var(--space-md);font-size:.65rem;font-weight:800}.page-module__r0g-Cq__titleRow{justify-content:space-between;align-items:center;display:flex}.page-module__r0g-Cq__title{color:#0f172a;margin-bottom:4px;font-size:2.25rem;font-weight:700}.page-module__r0g-Cq__meta{gap:var(--space-xl);font-size:.8rem;display:flex}.page-module__r0g-Cq__statusBadge{color:#10b981;font-weight:800}.page-module__r0g-Cq__sku{color:#94a3b8;font-weight:600}.page-module__r0g-Cq__headerActions{gap:var(--space-md);display:flex}.page-module__r0g-Cq__actionBtn{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;display:flex}.page-module__r0g-Cq__danger{color:#ef4444;border-color:#fecaca}.page-module__r0g-Cq__layout{gap:var(--space-2xl);grid-template-columns:1fr 340px;display:grid}.page-module__r0g-Cq__grid2{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:360px minmax(0,1fr);display:grid}.page-module__r0g-Cq__mediaCard{padding:var(--space-xl)}.page-module__r0g-Cq__mainImg{height:300px;margin-bottom:var(--space-xl);background:#f1f5f9;border-radius:16px;justify-content:center;align-items:center;display:flex;overflow:hidden}.page-module__r0g-Cq__mainImg img{object-fit:contain;max-width:100%;max-height:100%}.page-module__r0g-Cq__thumbs{gap:12px;display:flex}.page-module__r0g-Cq__thumb{background:#f1f5f9;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.page-module__r0g-Cq__thumb img{object-fit:cover;max-width:100%;max-height:100%}.page-module__r0g-Cq__addThumb{color:#94a3b8;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;font-size:.6rem;font-weight:800;display:flex}.page-module__r0g-Cq__description{color:#475569;margin-bottom:var(--space-2xl);font-size:.9rem;line-height:1.6}.page-module__r0g-Cq__infoGrid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.page-module__r0g-Cq__infoGrid label{color:#94a3b8;letter-spacing:.05em;margin-bottom:4px;font-size:.65rem;font-weight:800;display:block}.page-module__r0g-Cq__infoGrid p{color:#1e293b;font-weight:700}.page-module__r0g-Cq__profileLayout{gap:var(--space-2xl);grid-template-columns:1fr 1fr 1.5fr;align-items:start;display:grid}.page-module__r0g-Cq__familyBox{padding:var(--space-xl);text-align:center;background:#f8fafc;border-radius:20px}.page-module__r0g-Cq__familyIcon{margin-bottom:8px;font-size:2rem}.page-module__r0g-Cq__familyBox h4{margin-bottom:4px;font-weight:700}.page-module__r0g-Cq__familyBox p{color:#64748b;font-size:.75rem}.page-module__r0g-Cq__performanceBox label,.page-module__r0g-Cq__pyramidBox label{color:#94a3b8;margin-bottom:var(--space-xl);font-size:.65rem;font-weight:800;display:block}.page-module__r0g-Cq__perfRow{justify-content:space-between;margin-bottom:4px;font-size:.8rem;font-weight:600;display:flex}.page-module__r0g-Cq__perfVal{color:#10b981}.page-module__r0g-Cq__perfBar{height:6px;margin-bottom:var(--space-xl);background:#f1f5f9;border-radius:3px}.page-module__r0g-Cq__perfFill{background:#2563eb;border-radius:3px;height:100%}.page-module__r0g-Cq__noteItem{gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.page-module__r0g-Cq__noteLetter{color:#2563eb;background:#eff6ff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex}.page-module__r0g-Cq__noteItem h5{font-size:.8rem;font-weight:700}.page-module__r0g-Cq__noteItem p{color:#64748b;font-size:.75rem}.page-module__r0g-Cq__financialCard{color:#fff;padding:var(--space-xl);background:#0f172a}.page-module__r0g-Cq__finHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.page-module__r0g-Cq__finIcon{color:#f59e0b}.page-module__r0g-Cq__finGrid{gap:var(--space-xl);padding-bottom:var(--space-xl);margin-bottom:var(--space-xl);border-bottom:1px solid #1e293b;grid-template-columns:1fr 1fr;display:grid}.page-module__r0g-Cq__finGrid label,.page-module__r0g-Cq__marginSection label{color:#64748b;margin-bottom:4px;font-size:.6rem;font-weight:800;display:block}.page-module__r0g-Cq__finGrid h3{font-size:1.1rem;font-weight:700}.page-module__r0g-Cq__healthyBadge{color:#10b981;background:#064e3b;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:.55rem}.page-module__r0g-Cq__marginRow{align-items:baseline;gap:12px;display:flex}.page-module__r0g-Cq__marginRow h2{font-size:2.25rem;font-weight:800}.page-module__r0g-Cq__marginTrend{color:#10b981;font-size:.8rem;font-weight:700}.page-module__r0g-Cq__auditCard{padding:var(--space-xl)}.page-module__r0g-Cq__logList{gap:var(--space-xl);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.page-module__r0g-Cq__logItem{gap:var(--space-md);display:flex}.page-module__r0g-Cq__logIcon{background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-module__r0g-Cq__logItem p{font-size:.8rem;line-height:1.4}.page-module__r0g-Cq__logDesc{color:#64748b}.page-module__r0g-Cq__logItem small{color:#94a3b8;font-size:.65rem;font-weight:700}.page-module__r0g-Cq__viewMoreLog{text-align:center;color:#2563eb;letter-spacing:.05em;width:100%;padding-top:var(--space-md);border-top:1px solid #f1f5f9;font-size:.7rem;font-weight:800}
.page-module__t-jhHq__header{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:flex-end;display:flex}.page-module__t-jhHq__sectionTag{color:#2563eb;letter-spacing:.1em;margin-bottom:8px;font-size:.75rem;font-weight:800}.page-module__t-jhHq__title{color:#0f172a;font-size:2rem;font-weight:700}.page-module__t-jhHq__subtitle{color:#64748b;font-size:.95rem}.page-module__t-jhHq__headerActions{gap:var(--space-md);display:flex}.page-module__t-jhHq__filterBtn,.page-module__t-jhHq__exportBtn{padding:var(--space-md) var(--space-lg);color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-weight:600}.page-module__t-jhHq__createBtn{color:#fff;padding:var(--space-md) var(--space-xl);background:#2563eb;border-radius:12px;font-weight:700;box-shadow:0 4px 12px #2563eb33}.page-module__t-jhHq__statsGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.page-module__t-jhHq__statCard{padding:var(--space-xl);background:#fff;border:1px solid #f1f5f9;border-radius:20px}.page-module__t-jhHq__statLabelRow{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.page-module__t-jhHq__statLabelRow p{color:#94a3b8;letter-spacing:.05em;font-size:.7rem;font-weight:700}.page-module__t-jhHq__successChange{color:#10b981;background:#ecfdf5;border-radius:10px;padding:2px 8px;font-size:.65rem;font-weight:800}.page-module__t-jhHq__dangerChange{color:#ef4444;background:#fef2f2;border-radius:10px;padding:2px 8px;font-size:.65rem;font-weight:800}.page-module__t-jhHq__statValueRow{justify-content:space-between;align-items:center;display:flex}.page-module__t-jhHq__statValueRow h3{color:#1e293b;font-size:1.5rem;font-weight:700}.page-module__t-jhHq__statIcon{opacity:.5;font-size:1.25rem}.page-module__t-jhHq__tabsRow{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.page-module__t-jhHq__tabs{background:#f1f5f9;border-radius:10px;padding:4px;display:flex}.page-module__t-jhHq__tab{color:#64748b;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600}.page-module__t-jhHq__activeTab{color:#fff;background:#2563eb}.page-module__t-jhHq__showingInfo{color:#94a3b8;font-size:.8rem}.page-module__t-jhHq__tableCard{padding:0}.page-module__t-jhHq__table{border-collapse:collapse;width:100%}.page-module__t-jhHq__table th{text-align:left;padding:var(--space-lg) var(--space-xl);color:#64748b;letter-spacing:.05em;background:#f8fafc;font-size:.75rem;font-weight:700}.page-module__t-jhHq__checkboxCell{text-align:center;width:50px}.page-module__t-jhHq__table td{padding:var(--space-xl);border-bottom:1px solid #f1f5f9}.page-module__t-jhHq__productInfo{align-items:center;gap:var(--space-md);display:flex}.page-module__t-jhHq__productImg{background:#0f172a;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.page-module__t-jhHq__pNameLink{cursor:pointer;text-decoration:none}.page-module__t-jhHq__pNameLink:hover .page-module__t-jhHq__pName{color:#2563eb;text-decoration:underline}.page-module__t-jhHq__pName{color:#0f172a;font-weight:700;transition:color .2s}.page-module__t-jhHq__pCat{color:#94a3b8;margin-top:2px;font-size:.65rem;font-weight:800}.page-module__t-jhHq__brandTag{color:#475569;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:.65rem;font-weight:800}.page-module__t-jhHq__skuText{color:#64748b;font-family:monospace;font-size:.8rem}.page-module__t-jhHq__stockCol{width:100px}.page-module__t-jhHq__stockNum{color:#1e293b;margin-bottom:6px;font-weight:700;display:block}.page-module__t-jhHq__stockBar{background:#f1f5f9;border-radius:2px;height:4px;overflow:hidden}.page-module__t-jhHq__stockFill{background:#10b981;height:100%}.page-module__t-jhHq__low{background:#ef4444}.page-module__t-jhHq__statusBadge{border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:800}.page-module__t-jhHq__active{color:#059669;background:#ecfdf5}.page-module__t-jhHq__lowstock{color:#d97706;background:#fffbeb}.page-module__t-jhHq__outofstock{color:#64748b;background:#f8fafc}.page-module__t-jhHq__actionCell{text-align:center}.page-module__t-jhHq__actions{justify-content:center;gap:8px;display:flex}.page-module__t-jhHq__actionBtn{background:#fff;border:1px solid #f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.page-module__t-jhHq__actionBtn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.page-module__t-jhHq__deactivate{color:#ef4444}.page-module__t-jhHq__activate{color:#10b981}.page-module__t-jhHq__tableFooter{padding:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.page-module__t-jhHq__pagination{align-items:center;gap:6px;display:flex}.page-module__t-jhHq__pageBtn,.page-module__t-jhHq__navBtn{border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:600;display:flex}.page-module__t-jhHq__activePage{color:#fff;background:#2563eb;border-color:#2563eb}.page-module__t-jhHq__rowsPerPage{color:#64748b;font-size:.85rem}.page-module__t-jhHq__rowsPerPage select{border:none;margin-left:8px;font-weight:700}@media (max-width:1024px){.page-module__t-jhHq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__t-jhHq__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__t-jhHq__headerActions{flex-wrap:wrap;width:100%}.page-module__t-jhHq__headerActions>button,.page-module__t-jhHq__createBtn{text-align:center;flex:1}.page-module__t-jhHq__statsGrid{grid-template-columns:1fr}.page-module__t-jhHq__tabsRow{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__t-jhHq__tabs{flex-wrap:wrap}.page-module__t-jhHq__productInfo{text-align:right;justify-content:flex-end}}
.page-module__7gYUda__container{max-width:1300px;margin:0 auto;padding:2rem}.page-module__7gYUda__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.page-module__7gYUda__title{color:#0f172a;font-size:2rem;font-weight:800}.page-module__7gYUda__subtitle{color:#64748b;margin-top:4px;font-size:.95rem}.page-module__7gYUda__splitLayout{align-items:flex-start;gap:2rem;display:flex}.page-module__7gYUda__leftCol{flex-direction:column;flex-shrink:0;gap:1rem;width:360px;display:flex}.page-module__7gYUda__rightCol{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex:1;min-height:550px;padding:2rem;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005}.page-module__7gYUda__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.page-module__7gYUda__sectionLabel{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:800}.page-module__7gYUda__addBtn{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .2s}.page-module__7gYUda__addBtn:hover{background:#e2e8f0}.page-module__7gYUda__roleCard{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .2s;display:flex}.page-module__7gYUda__roleCard:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #00000008}.page-module__7gYUda__roleActive{color:#fff!important;background:#0f172a!important;border-color:#0f172a!important}.page-module__7gYUda__roleCardLeft{align-items:center;gap:12px;display:flex}.page-module__7gYUda__roleIconContainer{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;display:flex}.page-module__7gYUda__roleActive .page-module__7gYUda__roleIconContainer{color:#fff;background:#ffffff1a}.page-module__7gYUda__roleDetails{flex-direction:column;display:flex}.page-module__7gYUda__roleName{color:#1e293b;font-size:.95rem;font-weight:700}.page-module__7gYUda__roleActive .page-module__7gYUda__roleName{color:#fff}.page-module__7gYUda__roleLevel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.7rem;font-weight:700}.page-module__7gYUda__roleActive .page-module__7gYUda__roleLevel{color:#fff9}.page-module__7gYUda__chevron{color:#cbd5e1;font-size:.9rem}.page-module__7gYUda__roleActive .page-module__7gYUda__chevron{color:#fff6}.page-module__7gYUda__rightPaneHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-module__7gYUda__rightHeaderLeft{align-items:center;gap:16px;display:flex}.page-module__7gYUda__shieldIcon{color:#475569;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.page-module__7gYUda__paneTitle{color:#0f172a;text-transform:uppercase;letter-spacing:-.01em;font-size:1.25rem;font-weight:800}.page-module__7gYUda__activeCount{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.75rem;font-weight:700}.page-module__7gYUda__saveChangesBtn{color:#fff;cursor:pointer;background:#007bc2;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:background .2s;display:flex;box-shadow:0 4px 10px #007bc226}.page-module__7gYUda__saveChangesBtn:hover{background:#0066a3}.page-module__7gYUda__saveChangesBtn:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1}.page-module__7gYUda__searchWrapper{margin-bottom:1.5rem;position:relative}.page-module__7gYUda__searchIcon{color:#94a3b8;font-size:.95rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.page-module__7gYUda__searchInput{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 12px 12px 42px;font-size:.9rem;transition:all .2s}.page-module__7gYUda__searchInput:focus{background:#fff;border-color:#cbd5e1;outline:none;box-shadow:0 0 0 3px #0f172a0d}.page-module__7gYUda__permissionsList{flex-direction:column;gap:.75rem;max-height:480px;padding-right:4px;display:flex;overflow-y:auto}.page-module__7gYUda__permissionsList::-webkit-scrollbar{width:6px}.page-module__7gYUda__permissionsList::-webkit-scrollbar-track{background:0 0}.page-module__7gYUda__permissionsList::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.page-module__7gYUda__permissionCard{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.page-module__7gYUda__permissionCard:hover{background:#f8fafc;border-color:#cbd5e1}.page-module__7gYUda__permCardChecked{background:#f0fdf4!important;border-color:#bbf7d0!important}.page-module__7gYUda__permLeft{align-items:center;gap:14px;display:flex}.page-module__7gYUda__checkCircle{color:#0000;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;transition:all .2s;display:flex}.page-module__7gYUda__permCardChecked .page-module__7gYUda__checkCircle{color:#fff;background:#22c55e;border-color:#22c55e}.page-module__7gYUda__permInfo{flex-direction:column;display:flex}.page-module__7gYUda__permAction{color:#1e293b;font-size:.9rem;font-weight:700}.page-module__7gYUda__permDesc{color:#64748b;margin-top:2px;font-size:.75rem}.page-module__7gYUda__checkboxIndicator{border:2px solid #cbd5e1;border-radius:4px;width:20px;height:20px;transition:all .2s}.page-module__7gYUda__permCardChecked .page-module__7gYUda__checkboxIndicator{background:#22c55e;border-color:#22c55e;position:relative}.page-module__7gYUda__permCardChecked .page-module__7gYUda__checkboxIndicator:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.page-module__7gYUda__formCard{flex-direction:column;gap:1.5rem;display:flex}.page-module__7gYUda__formGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.page-module__7gYUda__inputGroup{flex-direction:column;gap:6px;display:flex}.page-module__7gYUda__colSpan2{grid-column:span 2}.page-module__7gYUda__label{color:#475569;font-size:.85rem;font-weight:700}.page-module__7gYUda__input{border:1px solid #cbd5e1;border-radius:6px;padding:10px;font-size:.9rem}.page-module__7gYUda__input:focus{border-color:#0f172a;outline:none}.page-module__7gYUda__deleteRoleSection{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;display:flex}.page-module__7gYUda__deleteWarning{color:#ef4444;font-size:.8rem}.page-module__7gYUda__deleteBtn{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:700}.page-module__7gYUda__deleteBtn:hover{background:#fee2e2}@media (max-width:1024px){.page-module__7gYUda__splitLayout{flex-direction:column}.page-module__7gYUda__leftCol{width:100%}}@media (max-width:768px){.page-module__7gYUda__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__7gYUda__rightHeaderLeft{flex-direction:column;align-items:flex-start}.page-module__7gYUda__rightPaneHeader{align-items:flex-start;gap:var(--space-md);flex-direction:column}.page-module__7gYUda__saveChangesBtn{justify-content:center;width:100%}.page-module__7gYUda__formGrid{grid-template-columns:1fr}.page-module__7gYUda__colSpan2{grid-column:span 1}.page-module__7gYUda__deleteRoleSection{gap:var(--space-md);flex-direction:column;align-items:flex-start}}
.page-module__s2npbW__container{max-width:1200px;margin:0 auto;padding:2rem}.page-module__s2npbW__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.page-module__s2npbW__title{color:#0f172a;font-size:2.25rem;font-weight:800}.page-module__s2npbW__subtitle{color:#64748b;margin-top:4px;font-size:.95rem}.page-module__s2npbW__createBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.page-module__s2npbW__createBtn:hover{background:#1e293b}.page-module__s2npbW__formCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.page-module__s2npbW__formTitle{color:#0f172a;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.page-module__s2npbW__formGrid{grid-template-columns:1fr 1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.page-module__s2npbW__inputGroup{flex-direction:column;gap:6px;display:flex}.page-module__s2npbW__label{color:#475569;font-size:.85rem;font-weight:600}.page-module__s2npbW__input,.page-module__s2npbW__select{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:10px;font-size:.9rem;transition:border-color .2s}.page-module__s2npbW__input:focus,.page-module__s2npbW__select:focus{border-color:#2563eb;outline:none}.page-module__s2npbW__formActions{justify-content:flex-end;gap:12px;display:flex}.page-module__s2npbW__cancelBtn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-weight:600}.page-module__s2npbW__saveBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:8px 20px;font-weight:600;transition:all .2s}.page-module__s2npbW__saveBtn:hover{background:#1d4ed8}.page-module__s2npbW__tableCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.page-module__s2npbW__table{border-collapse:collapse;text-align:left;width:100%}.page-module__s2npbW__table th{color:#64748b;letter-spacing:.05em;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:.75rem;font-weight:700}.page-module__s2npbW__table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:16px;font-size:.9rem}.page-module__s2npbW__userInfo{align-items:center;gap:12px;display:flex}.page-module__s2npbW__avatar{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.page-module__s2npbW__userName{color:#0f172a;font-weight:700}.page-module__s2npbW__userEmail{color:#64748b;margin-top:2px;font-size:.75rem}.page-module__s2npbW__roleBadge{color:#2563eb;text-transform:capitalize;background:#eff6ff;border:1px solid #dbeafe;border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.page-module__s2npbW__statusBadge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.page-module__s2npbW__statusInactive{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}.page-module__s2npbW__actionsCell{text-align:right}.page-module__s2npbW__rowActions{justify-content:flex-end;gap:12px;display:flex}.page-module__s2npbW__editSelect{border:1px solid #cbd5e1;border-radius:4px;padding:6px;font-size:.8rem}.page-module__s2npbW__deleteBtn{cursor:pointer;color:#ef4444;background:0 0;border:none;padding:4px 8px;font-size:.85rem;font-weight:600;transition:all .2s}.page-module__s2npbW__deleteBtn:hover{text-decoration:underline}.page-module__s2npbW__editBtn,.page-module__s2npbW__statusBtn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__s2npbW__editBtn:hover{background:#f1f5f9}.page-module__s2npbW__colSpan3{grid-column:span 3}@media (max-width:768px){.page-module__s2npbW__header{flex-direction:column;align-items:flex-start;gap:1rem}.page-module__s2npbW__createBtn{width:100%}.page-module__s2npbW__formGrid{grid-template-columns:1fr}.page-module__s2npbW__colSpan3{grid-column:span 1}.page-module__s2npbW__userInfo{text-align:right;flex:1;justify-content:flex-end}.page-module__s2npbW__rowActions{justify-content:flex-end;width:100%}}.page-module__s2npbW__tableFooter{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__s2npbW__rowsPerPage{color:#64748b;align-items:center;font-size:.85rem;display:flex}.page-module__s2npbW__rowsPerPage select{color:#0f172a;border:1px solid #e2e8f0;border-radius:6px;outline:none;margin-left:8px;padding:4px;font-weight:700}.page-module__s2npbW__pageNumbers{align-items:center;gap:4px;display:flex}.page-module__s2npbW__pageNumbers button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.page-module__s2npbW__pageNumbers button:hover{background:#f1f5f9}.page-module__s2npbW__activePage{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}
.page-module__xU7Zcq__header{margin-bottom:var(--space-2xl)}.page-module__xU7Zcq__title{color:#0f172a;font-size:2rem;font-weight:700}.page-module__xU7Zcq__subtitle{color:#64748b}.page-module__xU7Zcq__stepper{justify-content:center;align-items:center;gap:var(--space-xl);margin-bottom:var(--space-2xl);padding:var(--space-xl);background:#fff;border:1px solid #f1f5f9;border-radius:16px;display:flex}.page-module__xU7Zcq__step{align-items:center;gap:var(--space-md);opacity:.4;display:flex}.page-module__xU7Zcq__activeStep{opacity:1}.page-module__xU7Zcq__creditPlus{background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.page-module__xU7Zcq__selectedBrands{margin-bottom:var(--space-md);flex-wrap:wrap;gap:8px;display:flex}.page-module__xU7Zcq__brandTag{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:.8rem;font-weight:700;display:flex}.page-module__xU7Zcq__brandTag button{color:#ef4444;cursor:pointer;background:0 0;border:none;font-weight:800}.page-module__xU7Zcq__brandSearchBox{width:100%;position:relative}.page-module__xU7Zcq__brandSearchInput{width:100%;padding:12px var(--space-xl);border:1px solid #e2e8f0;border-radius:12px;outline:none;font-weight:500;transition:border-color .2s}.page-module__xU7Zcq__brandSearchInput:focus{border-color:#2563eb}.page-module__xU7Zcq__searchResults{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-height:250px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.page-module__xU7Zcq__searchItem{padding:12px var(--space-xl);cursor:pointer;color:#1e293b;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.page-module__xU7Zcq__searchItem:hover{color:#2563eb;background:#f8fafc}.page-module__xU7Zcq__searchItem span{color:#10b981;font-size:.75rem;font-weight:800}.page-module__xU7Zcq__noResults{text-align:center;color:#94a3b8;padding:12px;font-size:.85rem}.page-module__xU7Zcq__activeValue{color:#2563eb!important;font-weight:800!important}.page-module__xU7Zcq__uploaded{background:#f0fdf4!important;border-color:#10b981!important}.page-module__xU7Zcq__uploaded .page-module__xU7Zcq__docIcon{color:#10b981}.page-module__xU7Zcq__stepNum{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.page-module__xU7Zcq__activeStep .page-module__xU7Zcq__stepNum{color:#fff;background:#2563eb}.page-module__xU7Zcq__stepInfo span{color:#94a3b8;font-size:.6rem;font-weight:800}.page-module__xU7Zcq__stepInfo p{color:#1e293b;font-size:.85rem;font-weight:700}.page-module__xU7Zcq__stepLine{background:#e2e8f0;width:100px;height:1px}.page-module__xU7Zcq__layout{gap:var(--space-2xl);grid-template-columns:1fr 320px;align-items:start;display:grid}.page-module__xU7Zcq__formCard{margin-bottom:var(--space-xl)}.page-module__xU7Zcq__inputGroup{margin-bottom:var(--space-lg);flex-direction:column;gap:8px;display:flex}.page-module__xU7Zcq__inputGroup label{color:#94a3b8;font-size:.7rem;font-weight:700}.page-module__xU7Zcq__inputGroup input,.page-module__xU7Zcq__inputGroup textarea{padding:var(--space-md);background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none}.page-module__xU7Zcq__grid2{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.page-module__xU7Zcq__cardHint{color:#64748b;margin-bottom:var(--space-xl);font-size:.85rem}.page-module__xU7Zcq__chipGrid{gap:var(--space-md);flex-wrap:wrap;display:flex}.page-module__xU7Zcq__chip{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:8px 20px;font-size:.85rem;font-weight:600}.page-module__xU7Zcq__docGrid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.page-module__xU7Zcq__docBox{padding:var(--space-xl);text-align:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px}.page-module__xU7Zcq__docIcon{margin-bottom:8px;font-size:1.5rem;display:block}.page-module__xU7Zcq__docBox p{margin-bottom:4px;font-size:.9rem;font-weight:700}.page-module__xU7Zcq__docBox small{color:#94a3b8;font-size:.7rem}.page-module__xU7Zcq__viewDocBtn{color:#0f172a;cursor:pointer;z-index:2;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;margin-top:10px;padding:4px 12px;font-size:.8rem;font-weight:600;position:relative}.page-module__xU7Zcq__viewDocBtn:hover{background:#e2e8f0}.page-module__xU7Zcq__formActions{justify-content:flex-end;gap:var(--space-md);margin-top:var(--space-2xl);display:flex}.page-module__xU7Zcq__draftBtn{padding:var(--space-md) var(--space-2xl);border:1px solid #e2e8f0;border-radius:12px;font-weight:700}.page-module__xU7Zcq__submitBtn{padding:var(--space-md) var(--space-2xl);color:#fff;background:#2563eb;border-radius:12px;font-weight:700}.page-module__xU7Zcq__sideCard{color:#fff;padding:var(--space-xl);margin-bottom:var(--space-xl);background:#0f172a;border-radius:20px}.page-module__xU7Zcq__sideCard h4{margin-bottom:var(--space-xl);font-size:.9rem;font-weight:700}.page-module__xU7Zcq__infoList{gap:var(--space-lg);flex-direction:column;list-style:none;display:flex}.page-module__xU7Zcq__infoList li{gap:var(--space-md);display:flex}.page-module__xU7Zcq__infoIcon{color:#3b82f6;font-size:1.1rem}.page-module__xU7Zcq__infoList p{color:#94a3b8;font-size:.8rem;line-height:1.4}.page-module__xU7Zcq__previewRow{margin-bottom:var(--space-md);justify-content:space-between;font-size:.75rem;display:flex}.page-module__xU7Zcq__pending{color:#f59e0b;font-weight:700}.page-module__xU7Zcq__progressBar{height:6px;margin-bottom:var(--space-md);background:#1e293b;border-radius:3px}.page-module__xU7Zcq__progressFill{background:#2563eb;border-radius:3px;width:30%;height:100%}.page-module__xU7Zcq__progressHint{color:#64748b;text-align:center;font-size:.65rem}.page-module__xU7Zcq__imageCard{border-radius:20px;height:250px;position:relative;overflow:hidden}.page-module__xU7Zcq__imageCard img{object-fit:cover;width:100%;height:100%}.page-module__xU7Zcq__imageOverlay{padding:var(--space-lg);color:#fff;background:linear-gradient(#0000,#000c);font-size:.85rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}@media (max-width:1024px){.page-module__xU7Zcq__layout{grid-template-columns:1fr}}@media (max-width:768px){.page-module__xU7Zcq__grid2,.page-module__xU7Zcq__docGrid{grid-template-columns:1fr}.page-module__xU7Zcq__stepper{flex-direction:column;align-items:flex-start;gap:1rem}.page-module__xU7Zcq__stepLine{display:none}.page-module__xU7Zcq__formActions{flex-direction:column;width:100%}.page-module__xU7Zcq__draftBtn,.page-module__xU7Zcq__submitBtn{text-align:center;width:100%}}
