*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6632f4;--primary-dark:#5425d8;--primary-light:#efeaff;--gradient:linear-gradient(135deg, #6632f4, #843ce8);--sidebar-bg:#fff;--page-bg:#f7f5ff;--card-bg:#fff;--text-dark:#18213a;--text-muted:#718096;--text-light:#9aa4b2;--border:#e8e3f4;--border-light:#f0edf7;--success:#1f9d61;--success-bg:#e8f9f0;--danger:#d84057;--danger-bg:#ffe8eb;--warning:#b77905;--warning-bg:#fff4da;--info:#3574d2;--info-bg:#e7f1ff;--sidebar-width:255px;--sidebar-collapsed-width:75px;--shadow:0 8px 25px #291c530f}html,body,#root{width:100%;min-height:100%}html{scroll-behavior:smooth}body{background:var(--page-bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.admin-layout{background:var(--page-bg);width:100%;min-height:100vh;display:flex}.admin-sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--border);z-index:1000;flex-direction:column;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:4px 0 18px #2b1f5b0a}.admin-logo-section{border-bottom:1px solid var(--border-light);background:#fff;justify-content:center;align-items:center;height:95px;padding:12px 18px;display:flex}.admin-logo{object-fit:contain;object-position:center;width:195px;height:65px;display:block}.admin-menu{flex-direction:column;flex:1;gap:6px;padding:18px 13px;display:flex;overflow:hidden auto}.admin-menu::-webkit-scrollbar{width:5px}.admin-menu::-webkit-scrollbar-track{background:0 0}.admin-menu::-webkit-scrollbar-thumb{background:#ddd8ed;border-radius:10px}.admin-menu{scrollbar-width:thin;scrollbar-color:#ddd8ed transparent}.admin-menu-item{width:100%;min-height:48px;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:13px;padding:0 15px;font-size:13px;font-weight:650;transition:background .2s,color .2s,transform .2s;display:flex;position:relative}.menu-icon{justify-content:center;align-items:center;width:23px;min-width:23px;font-size:17px;transition:transform .2s,color .2s;display:inline-flex}.menu-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-menu-item:hover{color:var(--primary);background:#f6f3ff}.admin-menu-item:hover .menu-icon{transform:scale(1.08)}.admin-menu-item.active{color:#fff;background:var(--gradient);box-shadow:0 8px 18px #6632f433}.admin-menu-item.active:before{content:"";background:#fffffff2;border-radius:0 5px 5px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.admin-sidebar-bottom{border-top:1px solid var(--border-light);background:#fff;padding:13px}.admin-logout{color:#6e7789;cursor:pointer;background:#fff;border:1px solid #eee9f7;border-radius:11px;align-items:center;gap:13px;width:100%;min-height:47px;padding:0 15px;font-size:13px;font-weight:650;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex}.admin-logout:hover{color:var(--danger);background:#fff7f8;border-color:#f2dce0;transform:translateY(-1px)}.admin-logout .menu-icon{color:inherit}.admin-main{width:calc(100% - var(--sidebar-width));min-height:100vh;margin-left:var(--sidebar-width);background:var(--page-bg);overflow-x:hidden}button,input,select,textarea{font-family:inherit}button{-webkit-tap-highlight-color:transparent}input:focus,select:focus,textarea:focus,button:focus-visible{outline-offset:1px;outline:2px solid #6632f429}a{color:inherit;text-decoration:none}::selection{color:#2b2050;background:#ddd2ff}@media (width<=1100px){:root{--sidebar-width:225px}.admin-logo-section{height:88px;padding:10px 14px}.admin-logo{width:175px;height:60px}.admin-menu{padding:15px 10px}.admin-menu-item,.admin-logout{padding-left:12px;padding-right:12px}}@media (width<=760px){.admin-sidebar{width:78px}.admin-main{width:calc(100% - 78px);margin-left:78px}.admin-logo-section{height:80px;padding:10px 7px}.admin-logo{object-fit:contain;width:64px;height:54px}.admin-menu{gap:6px;padding:14px 8px}.admin-menu-item{border-radius:10px;justify-content:center;min-height:46px;padding:0 5px}.admin-menu-item.active:before{display:none}.menu-icon{width:25px;min-width:25px;font-size:17px}.menu-text{display:none}.admin-sidebar-bottom{padding:10px 8px}.admin-logout{border-radius:10px;justify-content:center;min-height:46px;padding:0 5px}.admin-logout .menu-text{display:none}}@media (width<=420px){.admin-sidebar{width:68px}.admin-main{width:calc(100% - 68px);margin-left:68px}.admin-logo-section{height:75px;padding:8px 4px}.admin-logo{width:57px;height:50px}.admin-menu{padding-left:6px;padding-right:6px}.admin-menu-item{min-height:43px}.admin-sidebar-bottom{padding-left:6px;padding-right:6px}}@media print{.admin-sidebar{display:none}.admin-main{width:100%;margin-left:0}.admin-layout{background:#fff}}.admin-logo-section{height:120px!important;padding:10px 12px!important}.admin-logo{object-fit:contain!important;object-position:center!important;width:240px!important;max-width:none!important;height:95px!important;display:block!important}@media (width<=1100px){.admin-logo-section{height:110px!important}.admin-logo{width:215px!important;height:85px!important}}@media (width<=760px){.admin-logo-section{height:95px!important}.admin-logo{width:72px!important;height:72px!important}}.maxigo-dashboard{color:#18213a;background:#f7f5ff;min-height:100%;padding:30px}.dashboard-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.dashboard-heading h1{letter-spacing:-.5px;margin:0 0 7px;font-size:30px;font-weight:800}.dashboard-heading p{color:#718096;margin:0;font-size:14px}.dashboard-date{text-align:right;background:#fff;border:1px solid #e8e3f4;border-radius:11px;min-width:180px;padding:12px 15px}.dashboard-date span,.dashboard-date strong{display:block}.dashboard-date span{color:#8b94a6;margin-bottom:4px;font-size:11px}.dashboard-date strong{font-size:12px}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.dashboard-stat-card{background:#fff;border:1px solid #e8e3f4;border-radius:16px;align-items:center;gap:13px;min-width:0;padding:18px;display:flex;box-shadow:0 7px 20px #291c530d}.dashboard-stat-icon{border-radius:13px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:19px;font-weight:800;display:grid}.dashboard-stat-icon.purple{color:#6632f4;background:#efeaff}.dashboard-stat-icon.blue{color:#3574d2;background:#e7f1ff}.dashboard-stat-icon.green{color:#1f9d61;background:#e8f9f0}.dashboard-stat-icon.orange{color:#b77905;background:#fff4da}.dashboard-stat-content span{color:#718096;margin-bottom:4px;font-size:12px;display:block}.dashboard-stat-content strong{margin-bottom:5px;font-size:21px;line-height:1.1;display:block}.dashboard-stat-content small{color:#929baa;font-size:10px}.dashboard-stat-content small b{color:#1f9d61;font-weight:800}.dashboard-chart-row{grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);gap:18px;margin-bottom:18px;display:grid}.dashboard-card{background:#fff;border:1px solid #e8e3f4;border-radius:17px;min-width:0;padding:20px;box-shadow:0 8px 24px #291c530d}.dashboard-card-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.dashboard-card-header h2{margin:0 0 5px;font-size:18px}.dashboard-card-header p{color:#8a94a6;margin:0;font-size:12px}.dashboard-card-header select{color:#4f596d;background:#fff;border:1px solid #e5e0f1;border-radius:8px;outline:none;min-width:130px;height:36px;padding:0 10px;font-size:11px}.dashboard-chart{align-items:stretch;gap:14px;height:255px;padding-top:8px;display:flex}.dashboard-bar-item{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.dashboard-bar-value{color:#7d8798;font-size:9px}.dashboard-bar-track{background:#f0edfa;border-radius:8px 8px 3px 3px;align-items:flex-end;width:min(42px,72%);height:190px;display:flex;overflow:hidden}.dashboard-bar{background:linear-gradient(#843ce8,#6632f4);border-radius:8px 8px 3px 3px;width:100%}.dashboard-bar-item>span{color:#7b8596;font-size:11px}.snapshot-list{gap:12px;display:grid}.snapshot-row{background:#faf9fe;border:1px solid #eeeaf7;border-radius:11px;align-items:center;gap:12px;padding:12px;display:flex}.snapshot-icon{border-radius:10px;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:16px;display:grid}.snapshot-icon.purple{color:#6632f4;background:#efeaff}.snapshot-icon.blue{color:#3574d2;background:#e7f1ff}.snapshot-icon.green{color:#1f9d61;background:#e8f9f0}.snapshot-icon.orange{color:#b77905;background:#fff4da}.snapshot-row strong,.snapshot-row span{display:block}.snapshot-row strong{margin-bottom:3px;font-size:17px}.snapshot-row span{color:#7f899a;font-size:11px}.dashboard-content-grid{grid-template-columns:minmax(0,1.5fr) minmax(330px,.8fr);gap:18px;margin-bottom:18px;display:grid}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;min-width:700px}.dashboard-table th{text-align:left;color:#7a8496;text-transform:uppercase;letter-spacing:.4px;background:#fbfaff;border-bottom:1px solid #eeeaf7;padding:11px 10px;font-size:10px;font-weight:800}.dashboard-table td{border-bottom:1px solid #f0edf7;padding:13px 10px;font-size:12px}.dashboard-table tbody tr:last-child td{border-bottom:0}.table-amount{font-weight:800}.table-time{color:#8b94a5;white-space:nowrap}.dashboard-count{color:#6632f4;white-space:nowrap;background:#efeaff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.order-status{text-transform:capitalize;white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.order-status.out_for_delivery{color:#3574d2;background:#e7f1ff}.order-status.preparing,.order-status.accepted{color:#b77905;background:#fff4da}.top-store-list{display:grid}.top-store-row{border-bottom:1px solid #f0edf7;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 0;display:grid}.top-store-row:last-child{border-bottom:0}.store-rank{color:#6632f4;background:#efeaff;border-radius:8px;place-items:center;width:27px;height:27px;font-size:11px;font-weight:800;display:grid}.store-main strong,.store-main small,.store-sales strong{display:block}.store-main strong,.store-sales strong{font-size:12px}.store-main small{color:#8b94a5;margin-top:3px;font-size:10px}.store-sales{text-align:right}.store-sales strong{color:#1c8155}.activity-card{margin-bottom:20px}.activity-list{display:grid}.activity-row{border-bottom:1px solid #f0edf7;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:13px 0;display:grid}.activity-row:last-child{border-bottom:0}.activity-icon{background:#f4f1fb;border-radius:10px;place-items:center;width:38px;height:38px;font-size:16px;display:grid}.activity-main strong,.activity-main span{display:block}.activity-main strong{font-size:12px}.activity-main span{color:#8a94a6;margin-top:3px;font-size:10px}.activity-arrow{color:#a1a9b7;font-size:20px}@media (width<=1200px){.dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-chart-row,.dashboard-content-grid{grid-template-columns:1fr}}@media (width<=700px){.maxigo-dashboard{padding:18px 14px}.dashboard-heading{flex-direction:column;align-items:flex-start}.dashboard-heading h1{font-size:26px}.dashboard-date{text-align:left;width:100%}.dashboard-stat-grid{grid-template-columns:1fr}.dashboard-card{padding:16px}.dashboard-card-header{flex-direction:column}.dashboard-card-header select{width:100%}}@media (width<=450px){.dashboard-stat-card{padding:15px}.dashboard-chart{gap:7px}.dashboard-bar-track{width:28px}}.admin-orders-page{color:#18213a;width:100%}.orders-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.orders-breadcrumb{color:#918ba1;font-size:12px}.orders-title-row h1{margin:5px 0;font-size:32px;font-weight:900}.orders-title-row p{color:#718096;margin:0;font-size:14px}.orders-title-actions{gap:10px;display:flex}.orders-primary-btn,.orders-secondary-btn{cursor:pointer;border-radius:12px;min-height:43px;padding:0 15px;font-size:12px;font-weight:900}.orders-primary-btn{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border:none;box-shadow:0 9px 20px #6732f433}.orders-secondary-btn{color:#5e586d;background:#fff;border:1px solid #e8e3f4}.orders-primary-btn:hover,.orders-secondary-btn:hover{transform:translateY(-1px)}.orders-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:13px;margin-bottom:17px;display:grid}.orders-summary-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:18px;align-items:center;gap:11px;min-height:96px;padding:15px;transition:all .2s;display:flex;box-shadow:0 8px 22px #432a7a0b}.orders-summary-card:hover,.orders-summary-card.selected{background:#fbf9ff;border-color:#cfc2f1;transform:translateY(-2px)}.summary-icon{border-radius:13px;flex:none;place-items:center;width:42px;height:42px;font-size:18px;font-weight:900;display:grid}.summary-icon.purple{color:#6632f4;background:#eee8ff}.summary-icon.blue{color:#3974de;background:#eaf2ff}.summary-icon.orange{color:#d37b24;background:#fff1df}.summary-icon.teal{color:#168c8a;background:#e3f8f7}.summary-icon.violet{color:#743eea;background:#efe9ff}.summary-icon.green{color:#18804b;background:#e7f8ee}.orders-summary-card small,.orders-summary-card strong{display:block}.orders-summary-card small{color:#8a8496;font-size:10px}.orders-summary-card strong{color:#18213a;margin-top:4px;font-size:21px}.orders-filter-card{background:#fff;border:1px solid #e8e3f4;border-radius:18px;gap:10px;margin-bottom:17px;padding:14px;display:flex;box-shadow:0 8px 22px #432a7a0b}.orders-search{background:#fbfaff;border:1px solid #e8e3f4;border-radius:12px;flex:1;align-items:center;gap:9px;min-width:220px;height:43px;padding:0 12px;display:flex}.orders-search>span{color:#8b8499;font-size:18px}.orders-search input{color:#18213a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.orders-search input::placeholder{color:#9a94a6}.orders-search button{color:#8d8798;cursor:pointer;background:0 0;border:none}.orders-select{color:#534e60;background:#fff;border:1px solid #e8e3f4;border-radius:12px;outline:none;min-width:135px;height:43px;padding:0 11px;font-size:11px}.orders-table-card{background:#fff;border:1px solid #e8e3f4;border-radius:20px;padding:20px;box-shadow:0 9px 26px #442c7e0e}.orders-card-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.orders-card-head h2{margin:0;font-size:18px;font-weight:900}.orders-card-head p{color:#8a8597;margin:4px 0 0;font-size:12px}.orders-live-indicator{color:#18804b;background:#edf9f2;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:10px;font-weight:900;display:flex}.orders-live-indicator i{background:#1ca45e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #1ca45e1c}.orders-table-wrap{overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;min-width:1120px}.orders-table th{text-align:left;color:#8b8598;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid #ece8f4;padding:11px 8px;font-size:9px}.orders-table td{color:#4b4658;white-space:nowrap;border-bottom:1px solid #f0edf5;padding:13px 8px;font-size:11px}.orders-table tbody tr:last-child td{border-bottom:none}.order-id-btn{color:#6632f4;cursor:pointer;background:0 0;border:none;padding:0;font-weight:900}.customer-cell{align-items:center;gap:8px;display:flex}.customer-cell>span{color:#6632f4;background:#eee8ff;border-radius:10px;place-items:center;width:31px;height:31px;font-size:11px;font-weight:900;display:grid}.customer-cell strong,.customer-cell small{display:block}.customer-cell strong{color:#2a2640;font-size:11px}.customer-cell small{color:#9690a1;margin-top:2px;font-size:9px}.not-assigned{color:#9a94a6;font-style:italic}.payment-pill{color:#686276;background:#f5f2fb;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}.order-status{border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.order-status.delivered{color:#18804b;background:#e9f8f0}.order-status.out-for-delivery{color:#6632f4;background:#eee8ff}.order-status.preparing{color:#c77622;background:#fff2df}.order-status.placed{color:#3b73d4;background:#e9f1ff}.order-status.rider-assigned{color:#168a89;background:#e8f8f7}.order-status.cancelled{color:#c33d62;background:#ffeaf0}.time-cell strong,.time-cell small{display:block}.time-cell strong{color:#433e51;font-size:10px}.time-cell small{color:#9993a4;margin-top:2px;font-size:9px}.view-order-btn{color:#6632f4;cursor:pointer;background:#f5f1ff;border:1px solid #d9ccff;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900}.orders-no-result{text-align:center;padding:55px 20px}.orders-no-result div{font-size:38px}.orders-no-result h3{margin:10px 0 4px}.orders-no-result p{color:#8a8597;margin:0}.order-modal-backdrop{z-index:2000;background:#120e2273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border:1px solid #e8e3f4;border-radius:22px;width:min(620px,100%);max-height:90vh;padding:23px;overflow-y:auto;box-shadow:0 25px 70px #18103733}.order-modal-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.order-modal-head span{color:#8f899a;font-size:11px}.order-modal-head h2{margin:4px 0 0;font-size:25px}.order-modal-head button{color:#6c6678;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:10px;width:37px;height:37px}.order-modal-status{margin:17px 0}.order-detail-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.order-detail-grid>div{background:#fbfaff;border:1px solid #eeeaf5;border-radius:13px;padding:13px}.order-detail-grid .full-width-detail{grid-column:1/-1}.order-detail-grid small,.order-detail-grid strong{display:block}.order-detail-grid small{color:#8d8798;font-size:10px}.order-detail-grid strong{color:#2d2940;margin-top:5px;font-size:12px}.order-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (width<=1250px){.orders-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=850px){.orders-title-row{flex-direction:column}.orders-filter-card{flex-wrap:wrap}.orders-search{min-width:100%}}@media (width<=600px){.orders-title-row h1{font-size:27px}.orders-title-actions{width:100%}.orders-title-actions button{flex:1}.orders-summary-grid{grid-template-columns:1fr 1fr}.orders-filter-card{padding:11px}.orders-select{flex:1;min-width:0}.orders-table-card{border-radius:17px;padding:14px}.order-detail-grid{grid-template-columns:1fr}.order-detail-grid .full-width-detail{grid-column:auto}}@media (width<=430px){.orders-summary-grid{grid-template-columns:1fr}.orders-card-head{flex-direction:column;align-items:flex-start}.orders-modal{padding:18px}}.admin-customers-page{color:#18213a;width:100%}.customers-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.customers-breadcrumb{color:#918ba1;font-size:12px}.customers-title-row h1{margin:5px 0;font-size:32px;font-weight:900}.customers-title-row p{color:#718096;margin:0;font-size:14px}.customers-title-actions{gap:10px;display:flex}.customers-primary-btn,.customers-secondary-btn{cursor:pointer;border-radius:12px;min-height:43px;padding:0 15px;font-size:12px;font-weight:900}.customers-primary-btn{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border:none;box-shadow:0 9px 20px #6732f433}.customers-secondary-btn{color:#5e586d;background:#fff;border:1px solid #e8e3f4}.customers-primary-btn:hover,.customers-secondary-btn:hover{transform:translateY(-1px)}.customers-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:17px;display:grid}.customers-summary-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:18px;align-items:center;gap:12px;min-height:100px;padding:15px;transition:all .2s;display:flex;box-shadow:0 8px 22px #432a7a0b}.customers-summary-card:hover,.customers-summary-card.selected{background:#fbf9ff;border-color:#cfc2f1;transform:translateY(-2px)}.customers-summary-card.static-card{cursor:default}.customers-summary-card.static-card:hover{background:#fff;border-color:#e8e3f4;transform:none}.customer-summary-icon{border-radius:14px;flex:none;place-items:center;width:45px;height:45px;font-size:20px;font-weight:900;display:grid}.customer-summary-icon.purple{color:#6632f4;background:#eee8ff}.customer-summary-icon.green{color:#18804b;background:#e6f8ee}.customer-summary-icon.red{color:#cf4167;background:#ffe9ef}.customer-summary-icon.blue{color:#3c73d7;background:#e9f1ff}.customers-summary-card small,.customers-summary-card strong{display:block}.customers-summary-card small{color:#8a8496;font-size:10px}.customers-summary-card strong{color:#18213a;margin-top:4px;font-size:22px}.customers-filter-card{background:#fff;border:1px solid #e8e3f4;border-radius:18px;gap:10px;margin-bottom:17px;padding:14px;display:flex;box-shadow:0 8px 22px #432a7a0b}.customers-search-box{background:#fbfaff;border:1px solid #e8e3f4;border-radius:12px;flex:1;align-items:center;gap:9px;min-width:220px;height:43px;padding:0 12px;display:flex}.customers-search-box>span{color:#8b8499;font-size:18px}.customers-search-box input{color:#18213a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.customers-search-box input::placeholder{color:#9a94a6}.customers-search-box button{color:#8d8798;cursor:pointer;background:0 0;border:none}.customers-select{color:#534e60;background:#fff;border:1px solid #e8e3f4;border-radius:12px;outline:none;min-width:140px;height:43px;padding:0 11px;font-size:11px}.customers-table-card{background:#fff;border:1px solid #e8e3f4;border-radius:20px;padding:20px;box-shadow:0 9px 26px #442c7e0e}.customers-card-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.customers-card-head h2{margin:0;font-size:18px;font-weight:900}.customers-card-head p{color:#8a8597;margin:4px 0 0;font-size:12px}.customers-total-pill{color:#6632f4;background:#f1ecff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900}.customers-table-wrap{overflow-x:auto}.customers-table{border-collapse:collapse;width:100%;min-width:1000px}.customers-table th{text-align:left;color:#8b8598;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid #ece8f4;padding:11px 8px;font-size:9px}.customers-table td{color:#4b4658;white-space:nowrap;border-bottom:1px solid #f0edf5;padding:13px 8px;font-size:11px}.customers-table tbody tr:last-child td{border-bottom:none}.customer-profile-cell{align-items:center;gap:9px;display:flex}.customer-avatar{color:#6632f4;background:#eee8ff;border-radius:11px;place-items:center;width:35px;height:35px;font-size:12px;font-weight:900;display:grid}.customer-profile-cell small,.customer-profile-cell button{display:block}.customer-name-btn{color:#2a2640;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:900}.customer-profile-cell small{color:#9590a1;margin-top:3px;font-size:9px}.customer-last-order strong,.customer-last-order small{display:block}.customer-last-order strong{font-size:10px}.customer-last-order small{color:#9993a4;margin-top:2px;font-size:9px}.customer-status{border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.customer-status.active{color:#18804b;background:#e9f8f0}.customer-status.blocked{color:#c33d62;background:#ffeaf0}.customer-view-btn{color:#6632f4;cursor:pointer;background:#f5f1ff;border:1px solid #d9ccff;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900}.customers-empty{text-align:center;padding:55px 20px}.customers-empty div{font-size:38px}.customers-empty h3{margin:10px 0 4px}.customers-empty p{color:#8a8597;margin:0}.customer-modal-backdrop{z-index:2200;background:#120e2273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.customer-modal{background:#fff;border:1px solid #e8e3f4;border-radius:22px;width:min(650px,100%);max-height:90vh;padding:23px;overflow-y:auto;box-shadow:0 25px 70px #18103733}.customer-modal-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.customer-modal-user{align-items:center;gap:12px;display:flex}.customer-modal-avatar{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border-radius:16px;place-items:center;width:52px;height:52px;font-size:20px;font-weight:900;display:grid}.customer-modal-head span{color:#8f899a;font-size:10px}.customer-modal-head h2{margin:4px 0 0;font-size:24px}.customer-modal-head>button{color:#6c6678;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:10px;width:37px;height:37px}.customer-modal-status{margin:17px 0}.customer-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.customer-detail-grid>div{background:#fbfaff;border:1px solid #eeeaf5;border-radius:13px;padding:13px}.customer-full-detail{grid-column:1/-1}.customer-detail-grid small,.customer-detail-grid strong{display:block}.customer-detail-grid small{color:#8d8798;font-size:10px}.customer-detail-grid strong{color:#2d2940;word-break:break-word;margin-top:5px;font-size:12px}.customer-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (width<=1000px){.customers-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.customers-title-row{flex-direction:column}.customers-filter-card{flex-wrap:wrap}.customers-search-box{min-width:100%}}@media (width<=600px){.customers-title-row h1{font-size:27px}.customers-title-actions{width:100%}.customers-title-actions button{flex:1}.customers-summary-grid{grid-template-columns:1fr 1fr}.customers-filter-card{padding:11px}.customers-select{flex:1;min-width:0}.customers-table-card{border-radius:17px;padding:14px}.customers-card-head{flex-direction:column;align-items:flex-start}.customer-detail-grid{grid-template-columns:1fr}.customer-full-detail{grid-column:auto}}@media (width<=430px){.customers-summary-grid{grid-template-columns:1fr}}.admin-riders-page{color:#18213a;width:100%}.riders-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.riders-breadcrumb{color:#918ba1;font-size:12px}.riders-title-row h1{margin:5px 0;font-size:32px;font-weight:900}.riders-title-row p{color:#718096;margin:0;font-size:14px}.riders-title-actions{gap:10px;display:flex}.riders-primary-btn,.riders-secondary-btn{cursor:pointer;border-radius:12px;min-height:43px;padding:0 15px;font-size:12px;font-weight:900}.riders-primary-btn{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border:none;box-shadow:0 9px 20px #6732f433}.riders-secondary-btn{color:#5e586d;background:#fff;border:1px solid #e8e3f4}.riders-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin-bottom:17px;display:grid}.riders-summary-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:18px;align-items:center;gap:11px;min-height:98px;padding:15px;transition:all .2s;display:flex;box-shadow:0 8px 22px #432a7a0b}.riders-summary-card:hover,.riders-summary-card.selected{background:#fbf9ff;border-color:#cfc2f1;transform:translateY(-2px)}.rider-summary-icon{border-radius:13px;flex:none;place-items:center;width:43px;height:43px;font-size:18px;font-weight:900;display:grid}.rider-summary-icon.purple{color:#6632f4;background:#eee8ff}.rider-summary-icon.green{color:#19814c;background:#e8f8ee}.rider-summary-icon.gray{color:#77727f;background:#f0eef4}.rider-summary-icon.orange{color:#d27a24;background:#fff1df}.rider-summary-icon.red{color:#cf4167;background:#ffe9ef}.riders-summary-card small,.riders-summary-card strong{display:block}.riders-summary-card small{color:#8a8496;font-size:10px}.riders-summary-card strong{color:#18213a;margin-top:4px;font-size:21px}.riders-filter-card{background:#fff;border:1px solid #e8e3f4;border-radius:18px;gap:10px;margin-bottom:17px;padding:14px;display:flex;box-shadow:0 8px 22px #432a7a0b}.riders-search-box{background:#fbfaff;border:1px solid #e8e3f4;border-radius:12px;flex:1;align-items:center;gap:9px;min-width:220px;height:43px;padding:0 12px;display:flex}.riders-search-box>span{color:#8b8499;font-size:18px}.riders-search-box input{color:#18213a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.riders-search-box input::placeholder{color:#9a94a6}.riders-search-box button{color:#8d8798;cursor:pointer;background:0 0;border:none}.riders-select{color:#534e60;background:#fff;border:1px solid #e8e3f4;border-radius:12px;outline:none;min-width:140px;height:43px;padding:0 11px;font-size:11px}.riders-table-card{background:#fff;border:1px solid #e8e3f4;border-radius:20px;padding:20px;box-shadow:0 9px 26px #442c7e0e}.riders-card-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.riders-card-head h2{margin:0;font-size:18px;font-weight:900}.riders-card-head p{color:#8a8597;margin:4px 0 0;font-size:12px}.riders-result-pill{color:#6632f4;background:#f1ecff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900}.riders-table-wrap{overflow-x:auto}.riders-table{border-collapse:collapse;width:100%;min-width:1080px}.riders-table th{text-align:left;color:#8b8598;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid #ece8f4;padding:11px 8px;font-size:9px}.riders-table td{color:#4b4658;white-space:nowrap;border-bottom:1px solid #f0edf5;padding:13px 8px;font-size:11px}.riders-table tbody tr:last-child td{border-bottom:none}.rider-profile-cell{align-items:center;gap:9px;display:flex}.rider-avatar{color:#6632f4;background:#eee8ff;border-radius:11px;place-items:center;width:35px;height:35px;font-size:12px;font-weight:900;display:grid}.rider-name-btn{color:#2a2640;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:900}.rider-profile-cell small,.vehicle-cell small{color:#9590a1;margin-top:3px;font-size:9px;display:block}.vehicle-cell strong{font-size:10px}.rating-pill{color:#ba7a18;background:#fff5dc;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.rating-na{color:#a09aaa;font-size:9px}.rider-status{border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.rider-status.online{color:#18804b;background:#e9f8f0}.rider-status.offline{color:#75707f;background:#f0eef4}.rider-status.pending{color:#c77622;background:#fff2df}.rider-status.blocked{color:#c33d62;background:#ffeaf0}.rider-view-btn{color:#6632f4;cursor:pointer;background:#f5f1ff;border:1px solid #d9ccff;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900}.riders-empty{text-align:center;padding:55px 20px}.riders-empty div{font-size:38px}.riders-empty h3{margin:10px 0 4px}.riders-empty p{color:#8a8597;margin:0}.rider-modal-backdrop{z-index:2200;background:#120e2273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.rider-modal{background:#fff;border:1px solid #e8e3f4;border-radius:22px;width:min(650px,100%);max-height:90vh;padding:23px;overflow-y:auto;box-shadow:0 25px 70px #18103733}.rider-modal-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.rider-modal-user{align-items:center;gap:12px;display:flex}.rider-modal-avatar{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border-radius:16px;place-items:center;width:52px;height:52px;font-size:20px;font-weight:900;display:grid}.rider-modal-head span,.rider-modal-head small{color:#8f899a;font-size:10px}.rider-modal-head h2{margin:4px 0 2px;font-size:24px}.rider-modal-head>button{color:#6c6678;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:10px;width:37px;height:37px}.rider-modal-status{margin:17px 0}.rider-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.rider-detail-grid>div{background:#fbfaff;border:1px solid #eeeaf5;border-radius:13px;padding:13px}.rider-full-detail{grid-column:1/-1}.rider-detail-grid small,.rider-detail-grid strong{display:block}.rider-detail-grid small{color:#8d8798;font-size:10px}.rider-detail-grid strong{color:#2d2940;word-break:break-word;margin-top:5px;font-size:12px}.rider-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (width<=1150px){.riders-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=800px){.riders-title-row{flex-direction:column}.riders-filter-card{flex-wrap:wrap}.riders-search-box{min-width:100%}}@media (width<=600px){.riders-title-row h1{font-size:27px}.riders-title-actions{width:100%}.riders-title-actions button{flex:1}.riders-summary-grid{grid-template-columns:1fr 1fr}.riders-filter-card{padding:11px}.riders-select{flex:1;min-width:0}.riders-table-card{border-radius:17px;padding:14px}.riders-card-head{flex-direction:column;align-items:flex-start}.rider-detail-grid{grid-template-columns:1fr}.rider-full-detail{grid-column:auto}}@media (width<=430px){.riders-summary-grid{grid-template-columns:1fr}}.rider-action-buttons{white-space:nowrap;align-items:center;gap:8px;display:flex}.rider-verify-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;outline:none;padding:8px 13px;font-size:12px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s}.rider-verify-btn:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 5px 12px #16a34a33}.rider-verify-btn:active{transform:translateY(0)}.rider-verify-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.admin-stores-page{color:#18213a;width:100%}.stores-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.stores-breadcrumb{color:#918ba1;font-size:12px}.stores-title-row h1{margin:5px 0;font-size:32px;font-weight:900}.stores-title-row p{color:#718096;margin:0;font-size:14px}.stores-title-actions{gap:10px;display:flex}.stores-primary-btn,.stores-secondary-btn{cursor:pointer;border-radius:12px;min-height:43px;padding:0 15px;font-size:12px;font-weight:900}.stores-primary-btn{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border:none;box-shadow:0 9px 20px #6732f433}.stores-secondary-btn{color:#5e586d;background:#fff;border:1px solid #e8e3f4}.stores-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin-bottom:17px;display:grid}.stores-summary-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:18px;align-items:center;gap:11px;min-height:98px;padding:15px;transition:all .2s;display:flex;box-shadow:0 8px 22px #432a7a0b}.stores-summary-card:hover,.stores-summary-card.selected{background:#fbf9ff;border-color:#cfc2f1;transform:translateY(-2px)}.stores-summary-card.static-card{cursor:default}.stores-summary-card.static-card:hover{background:#fff;border-color:#e8e3f4;transform:none}.store-summary-icon{border-radius:13px;flex:none;place-items:center;width:43px;height:43px;font-size:18px;font-weight:900;display:grid}.store-summary-icon.purple{color:#6632f4;background:#eee8ff}.store-summary-icon.green{color:#18804b;background:#e8f8ee}.store-summary-icon.orange{color:#d27a24;background:#fff1df}.store-summary-icon.red{color:#cf4167;background:#ffe9ef}.store-summary-icon.blue{color:#3b73d4;background:#e9f1ff}.stores-summary-card small,.stores-summary-card strong{display:block}.stores-summary-card small{color:#8a8496;font-size:10px}.stores-summary-card strong{color:#18213a;margin-top:4px;font-size:21px}.stores-filter-card{background:#fff;border:1px solid #e8e3f4;border-radius:18px;gap:10px;margin-bottom:17px;padding:14px;display:flex;box-shadow:0 8px 22px #432a7a0b}.stores-search-box{background:#fbfaff;border:1px solid #e8e3f4;border-radius:12px;flex:1;align-items:center;gap:9px;min-width:220px;height:43px;padding:0 12px;display:flex}.stores-search-box>span{color:#8b8499;font-size:18px}.stores-search-box input{color:#18213a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.stores-search-box input::placeholder{color:#9a94a6}.stores-search-box button{color:#8d8798;cursor:pointer;background:0 0;border:none}.stores-select{color:#534e60;background:#fff;border:1px solid #e8e3f4;border-radius:12px;outline:none;min-width:150px;height:43px;padding:0 11px;font-size:11px}.stores-table-card{background:#fff;border:1px solid #e8e3f4;border-radius:20px;padding:20px;box-shadow:0 9px 26px #442c7e0e}.stores-card-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.stores-card-head h2{margin:0;font-size:18px;font-weight:900}.stores-card-head p{color:#8a8597;margin:4px 0 0;font-size:12px}.stores-result-pill{color:#6632f4;background:#f1ecff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900}.stores-table-wrap{overflow-x:auto}.stores-table{border-collapse:collapse;width:100%;min-width:1200px}.stores-table th{text-align:left;color:#8b8598;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid #ece8f4;padding:11px 8px;font-size:9px}.stores-table td{color:#4b4658;white-space:nowrap;border-bottom:1px solid #f0edf5;padding:13px 8px;font-size:11px}.stores-table tbody tr:last-child td{border-bottom:none}.store-profile-cell{align-items:center;gap:9px;display:flex}.store-avatar{background:#eee8ff;border-radius:11px;place-items:center;width:35px;height:35px;font-size:17px;display:grid}.store-name-btn{color:#2a2640;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:900}.store-profile-cell small{color:#9590a1;margin-top:3px;font-size:9px;display:block}.category-pill{text-overflow:ellipsis;color:#696275;background:#f5f2fb;border-radius:999px;max-width:145px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex;overflow:hidden}.store-rating{color:#ba7a18;background:#fff5dc;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.store-status{border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.store-status.verified{color:#18804b;background:#e9f8f0}.store-status.pending{color:#c77622;background:#fff2df}.store-status.suspended{color:#c33d62;background:#ffeaf0}.store-view-btn{color:#6632f4;cursor:pointer;background:#f5f1ff;border:1px solid #d9ccff;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900}.stores-empty{text-align:center;padding:55px 20px}.stores-empty div{font-size:38px}.stores-empty h3{margin:10px 0 4px}.stores-empty p{color:#8a8597;margin:0}.store-modal-backdrop{z-index:2200;background:#120e2273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.store-modal{background:#fff;border:1px solid #e8e3f4;border-radius:22px;width:min(680px,100%);max-height:90vh;padding:23px;overflow-y:auto;box-shadow:0 25px 70px #18103733}.store-modal-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.store-modal-user{align-items:center;gap:12px;display:flex}.store-modal-avatar{background:#eee8ff;border-radius:16px;place-items:center;width:54px;height:54px;font-size:26px;display:grid}.store-modal-head span,.store-modal-head small{color:#8f899a;font-size:10px}.store-modal-head h2{margin:4px 0 2px;font-size:24px}.store-modal-head>button{color:#6c6678;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:10px;width:37px;height:37px}.store-modal-status{margin:17px 0}.store-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.store-detail-grid>div{background:#fbfaff;border:1px solid #eeeaf5;border-radius:13px;padding:13px}.store-full-detail{grid-column:1/-1}.store-detail-grid small,.store-detail-grid strong{display:block}.store-detail-grid small{color:#8d8798;font-size:10px}.store-detail-grid strong{color:#2d2940;word-break:break-word;margin-top:5px;font-size:12px}.store-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (width<=1150px){.stores-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=850px){.stores-title-row{flex-direction:column}.stores-filter-card{flex-wrap:wrap}.stores-search-box{min-width:100%}}@media (width<=600px){.stores-title-row h1{font-size:27px}.stores-title-actions{width:100%}.stores-title-actions button{flex:1}.stores-summary-grid{grid-template-columns:1fr 1fr}.stores-filter-card{padding:11px}.stores-select{flex:1;min-width:0}.stores-table-card{border-radius:17px;padding:14px}.stores-card-head{flex-direction:column;align-items:flex-start}.store-detail-grid{grid-template-columns:1fr}.store-full-detail{grid-column:auto}}@media (width<=430px){.stores-summary-grid{grid-template-columns:1fr}}.admin-products-page{color:#18213a;width:100%}.products-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.products-breadcrumb{color:#918ba1;font-size:12px}.products-title-row h1{margin:5px 0;font-size:32px;font-weight:900}.products-title-row p{color:#718096;margin:0;font-size:14px}.products-title-actions{gap:10px;display:flex}.products-primary-btn,.products-secondary-btn{cursor:pointer;border-radius:12px;min-height:43px;padding:0 15px;font-size:12px;font-weight:900}.products-primary-btn{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border:none;box-shadow:0 9px 20px #6732f433}.products-secondary-btn{color:#5e586d;background:#fff;border:1px solid #e8e3f4}.products-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin-bottom:17px;display:grid}.products-summary-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:18px;align-items:center;gap:11px;min-height:98px;padding:15px;transition:all .2s;display:flex;box-shadow:0 8px 22px #432a7a0b}.products-summary-card:hover,.products-summary-card.selected{background:#fbf9ff;border-color:#cfc2f1;transform:translateY(-2px)}.products-summary-card.static-card{cursor:default}.products-summary-card.static-card:hover{background:#fff;border-color:#e8e3f4;transform:none}.product-summary-icon{border-radius:13px;flex:none;place-items:center;width:43px;height:43px;font-size:18px;font-weight:900;display:grid}.product-summary-icon.purple{color:#6632f4;background:#eee8ff}.product-summary-icon.green{color:#18804b;background:#e8f8ee}.product-summary-icon.orange{color:#d27a24;background:#fff1df}.product-summary-icon.red{color:#cf4167;background:#ffe9ef}.product-summary-icon.blue{color:#3b73d4;background:#e9f1ff}.products-summary-card small,.products-summary-card strong{display:block}.products-summary-card small{color:#8a8496;font-size:10px}.products-summary-card strong{color:#18213a;margin-top:4px;font-size:21px}.products-filter-card{background:#fff;border:1px solid #e8e3f4;border-radius:18px;gap:10px;margin-bottom:17px;padding:14px;display:flex;box-shadow:0 8px 22px #432a7a0b}.products-search-box{background:#fbfaff;border:1px solid #e8e3f4;border-radius:12px;flex:1;align-items:center;gap:9px;min-width:220px;height:43px;padding:0 12px;display:flex}.products-search-box>span{color:#8b8499;font-size:18px}.products-search-box input{color:#18213a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.products-search-box input::placeholder{color:#9a94a6}.products-search-box button{color:#8d8798;cursor:pointer;background:0 0;border:none}.products-select{color:#534e60;background:#fff;border:1px solid #e8e3f4;border-radius:12px;outline:none;min-width:155px;height:43px;padding:0 11px;font-size:11px}.products-table-card{background:#fff;border:1px solid #e8e3f4;border-radius:20px;padding:20px;box-shadow:0 9px 26px #442c7e0e}.products-card-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.products-card-head h2{margin:0;font-size:18px;font-weight:900}.products-card-head p{color:#8a8597;margin:4px 0 0;font-size:12px}.products-result-pill{color:#6632f4;background:#f1ecff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900}.products-table-wrap{overflow-x:auto}.products-table{border-collapse:collapse;width:100%;min-width:1180px}.products-table th{text-align:left;color:#8b8598;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid #ece8f4;padding:11px 8px;font-size:9px}.products-table td{color:#4b4658;white-space:nowrap;border-bottom:1px solid #f0edf5;padding:13px 8px;font-size:11px}.products-table tbody tr:last-child td{border-bottom:none}.product-profile-cell{align-items:center;gap:9px;display:flex}.product-avatar{background:#eee8ff;border-radius:11px;place-items:center;width:35px;height:35px;font-size:17px;display:grid}.product-name-btn{color:#2a2640;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:900}.product-profile-cell small{color:#9590a1;margin-top:3px;font-size:9px;display:block}.product-category-pill{text-overflow:ellipsis;color:#696275;background:#f5f2fb;border-radius:999px;max-width:145px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex;overflow:hidden}.product-unit{color:#9590a1;margin-top:3px;font-size:9px;display:block}.stock-number{font-weight:900}.stock-number.in-stock{color:#18804b}.stock-number.low-stock{color:#d27a24}.stock-number.out-of-stock{color:#c33d62}.product-rating{color:#ba7a18;background:#fff5dc;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.product-status{border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.product-status.in-stock{color:#18804b;background:#e9f8f0}.product-status.low-stock{color:#c77622;background:#fff2df}.product-status.out-of-stock{color:#c33d62;background:#ffeaf0}.product-view-btn{color:#6632f4;cursor:pointer;background:#f5f1ff;border:1px solid #d9ccff;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900}.products-empty{text-align:center;padding:55px 20px}.products-empty div{font-size:38px}.products-empty h3{margin:10px 0 4px}.products-empty p{color:#8a8597;margin:0}.product-modal-backdrop{z-index:2200;background:#120e2273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal{background:#fff;border:1px solid #e8e3f4;border-radius:22px;width:min(650px,100%);max-height:90vh;padding:23px;overflow-y:auto;box-shadow:0 25px 70px #18103733}.product-modal-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.product-modal-user{align-items:center;gap:12px;display:flex}.product-modal-avatar{background:#eee8ff;border-radius:16px;place-items:center;width:54px;height:54px;font-size:26px;display:grid}.product-modal-head span,.product-modal-head small{color:#8f899a;font-size:10px}.product-modal-head h2{margin:4px 0 2px;font-size:24px}.product-modal-head>button{color:#6c6678;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:10px;width:37px;height:37px}.product-modal-status{margin:17px 0}.product-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.product-detail-grid>div{background:#fbfaff;border:1px solid #eeeaf5;border-radius:13px;padding:13px}.product-detail-grid small,.product-detail-grid strong{display:block}.product-detail-grid small{color:#8d8798;font-size:10px}.product-detail-grid strong{color:#2d2940;margin-top:5px;font-size:12px}.product-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (width<=1150px){.products-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=850px){.products-title-row{flex-direction:column}.products-filter-card{flex-wrap:wrap}.products-search-box{min-width:100%}}@media (width<=600px){.products-title-row h1{font-size:27px}.products-title-actions{width:100%}.products-title-actions button{flex:1}.products-summary-grid{grid-template-columns:1fr 1fr}.products-filter-card{padding:11px}.products-select{flex:1;min-width:0}.products-table-card{border-radius:17px;padding:14px}.products-card-head{flex-direction:column;align-items:flex-start}.product-detail-grid{grid-template-columns:1fr}}@media (width<=430px){.products-summary-grid{grid-template-columns:1fr}}.offers-page{box-sizing:border-box;width:100%;min-height:100%;padding:28px}.offers-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.offers-header h1{color:#111827;margin:0;font-size:28px;font-weight:800}.offers-header p{color:#6b7280;margin:7px 0 0;font-size:14px}.offer-new-btn,.save-btn,.refresh-btn,.edit-btn,.delete-btn,.cancel-btn{cursor:pointer;border:0;font-weight:700;transition:all .2s}.offer-new-btn{color:#fff;background:#7c3aed;border-radius:10px;padding:12px 20px}.offer-new-btn:hover{background:#6d28d9}.offer-alert{border-radius:10px;margin-bottom:18px;padding:13px 16px;font-size:14px;font-weight:600}.offer-alert.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.offer-alert.success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.offers-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:22px;margin-bottom:24px;display:grid}.offer-form-card,.offer-preview-card,.offer-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 5px 20px #0f172a0d}.offer-form-card,.offer-preview-card{padding:22px}.card-heading{margin-bottom:20px}.card-heading h2{color:#111827;margin:0;font-size:20px;font-weight:800}.card-heading p{color:#6b7280;margin:5px 0 0;font-size:13px}.offer-form{flex-direction:column;gap:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-group.full{width:100%}.form-group label{color:#374151;font-size:13px;font-weight:700}.form-group input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;height:44px;padding:0 12px;font-size:14px}.form-group input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-group small{color:#9ca3af;font-size:11px}.color-input-wrap{grid-template-columns:55px 1fr;gap:8px;display:grid}.color-input-wrap input[type=color]{cursor:pointer;padding:4px}.switch-row{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;align-items:center;gap:10px;height:44px;padding:0 12px;display:flex}.switch-row input{cursor:pointer;width:18px;height:18px}.switch-row span{color:#374151;font-size:14px;font-weight:700}.form-actions{justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.cancel-btn{color:#374151;background:#f3f4f6;border-radius:9px;padding:11px 18px}.cancel-btn:hover{background:#e5e7eb}.save-btn{color:#fff;background:#7c3aed;border-radius:9px;padding:11px 22px}.save-btn:hover{background:#6d28d9}.save-btn:disabled{opacity:.6;cursor:not-allowed}.offer-preview-card{min-width:0}.offer-preview-banner{color:#fff;box-sizing:border-box;border-radius:18px;min-height:280px;padding:25px;position:relative;overflow:hidden}.preview-image{object-fit:cover;opacity:.25;width:100%;height:100%;position:absolute;inset:0}.preview-content{z-index:2;flex-direction:column;justify-content:space-between;gap:30px;height:100%;display:flex;position:relative}.preview-discount{flex-direction:column;width:max-content;line-height:.9;display:flex}.preview-discount span{letter-spacing:1px;font-size:11px;font-weight:800}.preview-discount strong{font-size:55px;font-weight:900}.preview-text small{letter-spacing:1.4px;font-size:10px;font-weight:800}.preview-text h3{max-width:320px;margin:5px 0;font-size:23px;line-height:1.15}.preview-text p{opacity:.9;margin:0 0 14px;font-size:12px}.preview-text button{color:#111827;cursor:pointer;background:#fff;border:0;border-radius:8px;padding:9px 14px;font-weight:800}.offer-list-card{overflow:hidden}.list-heading{justify-content:space-between;align-items:center;margin:0;padding:22px;display:flex}.refresh-btn{color:#374151;background:#f3f4f6;border-radius:8px;padding:9px 14px}.refresh-btn:hover{background:#e5e7eb}.offer-loading,.offer-empty{text-align:center;color:#6b7280;padding:45px}.offers-table-wrap{width:100%;overflow-x:auto}.offers-table{border-collapse:collapse;width:100%;min-width:850px}.offers-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:13px 18px;font-size:12px}.offers-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:15px 18px;font-size:13px}.offers-table tbody tr:hover{background:#fafafa}.offer-table-info{align-items:center;gap:10px;display:flex}.offer-mini-color{border-radius:8px;flex-shrink:0;width:35px;height:35px}.offer-table-info div:last-child{flex-direction:column;gap:3px;display:flex}.offer-table-info strong{color:#111827}.offer-table-info span{color:#9ca3af;font-size:11px}.status-toggle{cursor:pointer;border:0;border-radius:20px;padding:6px 11px;font-size:10px;font-weight:800}.status-toggle.active{color:#166534;background:#dcfce7}.status-toggle.inactive{color:#6b7280;background:#f3f4f6}.date-cell{color:#6b7280;flex-direction:column;gap:4px;font-size:11px;display:flex}.table-actions{gap:7px;display:flex}.edit-btn{color:#6d28d9;background:#ede9fe;border-radius:7px;padding:7px 11px}.edit-btn:hover{background:#ddd6fe}.delete-btn{color:#b91c1c;background:#fee2e2;border-radius:7px;padding:7px 11px}.delete-btn:hover{background:#fecaca}@media (width<=1000px){.offers-grid{grid-template-columns:1fr}.offer-preview-banner{min-height:320px}}@media (width<=700px){.offers-page{padding:16px}.offers-header{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.form-actions{justify-content:stretch}.form-actions button{flex:1}}.admin-categories-page{color:#18213a;width:100%}.categories-title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.categories-breadcrumb{color:#918ba1;font-size:12px}.categories-title-row h1{margin:5px 0;font-size:32px;font-weight:900}.categories-title-row p{color:#718096;margin:0;font-size:14px}.categories-title-actions{gap:10px;display:flex}.categories-primary-btn,.categories-secondary-btn{cursor:pointer;border-radius:12px;min-height:43px;padding:0 15px;font-size:12px;font-weight:900}.categories-primary-btn{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border:none;box-shadow:0 9px 20px #6732f433}.categories-secondary-btn{color:#5e586d;background:#fff;border:1px solid #e8e3f4}.categories-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin-bottom:17px;display:grid}.categories-summary-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:18px;align-items:center;gap:11px;min-height:98px;padding:15px;transition:all .2s;display:flex;box-shadow:0 8px 22px #432a7a0b}.categories-summary-card:hover,.categories-summary-card.selected{background:#fbf9ff;border-color:#cfc2f1;transform:translateY(-2px)}.categories-summary-card.static-card{cursor:default}.categories-summary-card.static-card:hover{background:#fff;border-color:#e8e3f4;transform:none}.category-summary-icon{border-radius:13px;flex:none;place-items:center;width:43px;height:43px;font-size:18px;font-weight:900;display:grid}.category-summary-icon.purple{color:#6632f4;background:#eee8ff}.category-summary-icon.green{color:#18804b;background:#e8f8ee}.category-summary-icon.red{color:#cf4167;background:#ffe9ef}.category-summary-icon.blue{color:#3b73d4;background:#e9f1ff}.category-summary-icon.orange{color:#d27a24;background:#fff1df}.categories-summary-card small,.categories-summary-card strong{display:block}.categories-summary-card small{color:#8a8496;font-size:10px}.categories-summary-card strong{color:#18213a;margin-top:4px;font-size:21px}.categories-filter-card{background:#fff;border:1px solid #e8e3f4;border-radius:18px;gap:10px;margin-bottom:22px;padding:14px;display:flex;box-shadow:0 8px 22px #432a7a0b}.categories-search-box{background:#fbfaff;border:1px solid #e8e3f4;border-radius:12px;flex:1;align-items:center;gap:9px;min-width:250px;height:43px;padding:0 12px;display:flex}.categories-search-box>span{color:#8b8499;font-size:18px}.categories-search-box input{color:#18213a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:12px}.categories-search-box input::placeholder{color:#9a94a6}.categories-search-box button{color:#8d8798;cursor:pointer;background:0 0;border:none}.categories-select{color:#534e60;background:#fff;border:1px solid #e8e3f4;border-radius:12px;outline:none;min-width:150px;height:43px;padding:0 11px;font-size:11px}.categories-content-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.categories-content-head h2{margin:0;font-size:19px;font-weight:900}.categories-content-head p{color:#8a8597;margin:4px 0 0;font-size:12px}.categories-result-pill{color:#6632f4;background:#f1ecff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900}.categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.category-card{background:#fff;border:1px solid #e8e3f4;border-radius:20px;padding:18px;transition:all .2s;box-shadow:0 9px 26px #442c7e0e}.category-card:hover{border-color:#d9cef2;transform:translateY(-3px);box-shadow:0 15px 32px #6738ee1c}.category-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.category-main-icon{background:linear-gradient(145deg,#f4efff,#ece4ff);border-radius:17px;place-items:center;width:58px;height:58px;font-size:30px;display:grid}.category-status{border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.category-status.active{color:#18804b;background:#e9f8f0}.category-status.inactive{color:#c33d62;background:#ffeaf0}.category-card-body{margin-top:15px}.category-card-body>small{color:#948e9f;font-size:9px}.category-card-body h3{color:#18213a;margin:4px 0 7px;font-size:19px}.category-card-body p{color:#7d788b;min-height:52px;margin:0;font-size:11px;line-height:1.55}.category-metrics{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;display:grid}.category-metrics div{text-align:center;background:#fbfaff;border:1px solid #eeeaf5;border-radius:12px;padding:10px 8px}.category-metrics small,.category-metrics strong{display:block}.category-metrics small{color:#8d8799;font-size:9px}.category-metrics strong{color:#2f2a43;margin-top:4px;font-size:14px}.category-card-bottom{border-top:1px solid #eeeaf5;justify-content:space-between;align-items:center;gap:12px;margin-top:17px;padding-top:14px;display:flex}.category-card-bottom>strong{color:#18213a;font-size:15px}.category-card-bottom button{color:#6632f4;cursor:pointer;background:#f5f1ff;border:1px solid #d9ccff;border-radius:10px;padding:8px 10px;font-size:10px;font-weight:900}.categories-empty{text-align:center;background:#fff;border:1px solid #e8e3f4;border-radius:20px;grid-column:1/-1;padding:60px 20px}.categories-empty div{font-size:40px}.categories-empty h3{margin:10px 0 4px}.categories-empty p{color:#8a8597;margin:0}.category-modal-backdrop{z-index:2200;background:#120e2273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.category-modal{background:#fff;border:1px solid #e8e3f4;border-radius:22px;width:min(640px,100%);max-height:90vh;padding:23px;overflow-y:auto;box-shadow:0 25px 70px #18103733}.category-modal-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.category-modal-title{align-items:center;gap:12px;display:flex}.category-modal-icon{background:#eee8ff;border-radius:16px;place-items:center;width:54px;height:54px;font-size:26px;display:grid}.category-modal-head span,.category-modal-head small{color:#8f899a;font-size:10px}.category-modal-head h2{margin:4px 0 2px;font-size:24px}.category-modal-head>button{color:#6c6678;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:10px;width:37px;height:37px}.category-modal-status{margin:17px 0}.category-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.category-detail-grid>div{background:#fbfaff;border:1px solid #eeeaf5;border-radius:13px;padding:13px}.category-full-detail{grid-column:1/-1}.category-detail-grid small,.category-detail-grid strong{display:block}.category-detail-grid small{color:#8d8798;font-size:10px}.category-detail-grid strong{color:#2d2940;margin-top:5px;font-size:12px;line-height:1.5}.category-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}@media (width<=1180px){.categories-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.categories-title-row{flex-direction:column}.categories-filter-card{flex-wrap:wrap}.categories-search-box{min-width:100%}}@media (width<=600px){.categories-title-row h1{font-size:27px}.categories-title-actions{width:100%}.categories-title-actions button{flex:1}.categories-summary-grid{grid-template-columns:1fr 1fr}.categories-grid{grid-template-columns:1fr}.categories-content-head{flex-direction:column;align-items:flex-start}.categories-filter-card{padding:11px}.categories-select{flex:1;min-width:0}.category-detail-grid{grid-template-columns:1fr}.category-full-detail{grid-column:auto}}@media (width<=430px){.categories-summary-grid{grid-template-columns:1fr}.category-metrics{grid-template-columns:1fr 1fr 1fr}}.admin-payments-page{color:#18213a;background:#f7f5ff;min-height:100%;padding:30px}.payments-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.payments-header h1{letter-spacing:-.5px;margin:0 0 7px;font-size:30px;font-weight:800}.payments-header p{color:#718096;margin:0;font-size:14px}.payments-export-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6632f4,#843ce8);border:0;border-radius:11px;padding:12px 18px;font-weight:700;box-shadow:0 8px 18px #6632f42e}.payments-export-btn:hover{transform:translateY(-1px)}.payment-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.payment-stat-card{background:#fff;border:1px solid #e8e3f4;border-radius:16px;align-items:center;gap:13px;padding:18px;display:flex;box-shadow:0 7px 20px #291c530d}.payment-stat-icon{border-radius:12px;flex:0 0 45px;place-items:center;width:45px;height:45px;font-size:19px;font-weight:800;display:grid}.payment-stat-icon.total{color:#6632f4;background:#efeaff}.payment-stat-icon.success{color:#1f9d61;background:#e8f9f0}.payment-stat-icon.pending{color:#bd7a00;background:#fff4da}.payment-stat-icon.refund{color:#3d77d5;background:#e7f1ff}.payment-stat-icon.failed{color:#d84057;background:#ffe8eb}.payment-stat-card span{color:#718096;margin-bottom:4px;font-size:12px;display:block}.payment-stat-card strong{font-size:19px;line-height:1.15;display:block}.payment-stat-card small{color:#9aa4b2;margin-top:4px;font-size:11px;display:block}.payment-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.payment-search-wrap{background:#fff;border:1px solid #e8e3f4;border-radius:11px;flex:360px;align-items:center;gap:9px;min-width:250px;height:46px;padding:0 14px;display:flex}.payment-search-wrap span{color:#8d96a8;font-size:23px;line-height:1}.payment-search-wrap input{color:#18213a;background:0 0;border:0;outline:0;width:100%;font-size:14px}.payment-toolbar select{color:#18213a;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:11px;outline:0;min-width:155px;height:46px;padding:0 14px}.payment-table-card{background:#fff;border:1px solid #e8e3f4;border-radius:17px;overflow:hidden;box-shadow:0 8px 24px #291c530d}.payment-table-title{border-bottom:1px solid #eeeaf7;padding:20px 20px 15px}.payment-table-title h2{margin:0 0 5px;font-size:18px}.payment-table-title p{color:#8a94a6;margin:0;font-size:12px}.payment-table-scroll{overflow-x:auto}.payment-table-scroll table{border-collapse:collapse;width:100%;min-width:1100px}.payment-table-scroll th{color:#7a8496;text-transform:uppercase;letter-spacing:.5px;text-align:left;background:#fbfaff;border-bottom:1px solid #eeeaf7;padding:13px 16px;font-size:11px;font-weight:800}.payment-table-scroll td{vertical-align:middle;border-bottom:1px solid #f0edf7;padding:15px 16px;font-size:13px}.payment-table-scroll tbody tr:hover{background:#fcfbff}.payment-id-cell strong,.payment-id-cell small,.payment-date strong,.payment-date small{display:block}.payment-id-cell strong{font-size:13px}.payment-id-cell small,.payment-date small{color:#8d96a8;margin-top:3px;font-size:11px}.strong-cell,.amount-cell{font-weight:750}.amount-cell{white-space:nowrap}.payment-method{color:#6632f4;background:#f5f1ff;border:1px solid #e7ddff;border-radius:7px;justify-content:center;align-items:center;min-width:58px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.payment-status{letter-spacing:.3px;border-radius:999px;justify-content:center;align-items:center;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.payment-status.success{color:#1f9d61;background:#e8f9f0}.payment-status.pending{color:#b77905;background:#fff4da}.payment-status.refunded{color:#3574d2;background:#e7f1ff}.payment-status.failed{color:#d84057;background:#ffe8eb}.payment-view-btn{color:#6632f4;cursor:pointer;background:#f8f5ff;border:1px solid #ddd4fa;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:750}.payment-view-btn:hover{background:#efeaff}.payment-empty{text-align:center;color:#8a94a6;padding:45px 20px!important}.payment-modal-backdrop{z-index:9999;background:#10132394;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.payment-modal{background:#fff;border-radius:18px;width:min(760px,100%);max-height:90vh;overflow-y:auto;box-shadow:0 24px 70px #0f122340}.payment-modal-header{border-bottom:1px solid #eeeaf7;justify-content:space-between;gap:20px;padding:22px;display:flex}.modal-kicker{color:#6632f4;text-transform:uppercase;letter-spacing:.7px;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.payment-modal-header h2{margin:0 0 4px;font-size:23px}.payment-modal-header p{color:#8c95a7;margin:0;font-size:12px}.modal-close{color:#586174;cursor:pointer;background:#f3f0fa;border:0;border-radius:9px;width:36px;height:36px;font-size:24px;line-height:1}.payment-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:22px;display:grid}.payment-detail-grid>div{background:#faf9fe;border:1px solid #eeeaf7;border-radius:11px;padding:14px}.payment-detail-grid span{color:#8a94a6;margin-bottom:5px;font-size:11px;display:block}.payment-detail-grid strong{overflow-wrap:anywhere;font-size:13px;display:block}.payment-modal-actions{justify-content:flex-end;gap:10px;padding:0 22px 22px;display:flex}.secondary-btn,.danger-btn{cursor:pointer;border-radius:9px;padding:10px 16px;font-weight:750}.danger-btn{color:#fff;background:#d84057;border:0}.payment-toast{z-index:10001;color:#fff;background:#18213a;border-radius:10px;padding:12px 17px;font-size:13px;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 28px #13172733}@media (width<=1250px){.payment-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.admin-payments-page{padding:18px 14px}.payments-header{flex-direction:column;align-items:flex-start}.payments-header h1{font-size:26px}.payments-export-btn{width:100%}.payment-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-detail-grid{grid-template-columns:1fr}}@media (width<=480px){.payment-stat-grid{grid-template-columns:1fr}.payment-stat-card{padding:15px}.payment-toolbar select{width:100%}.payment-search-wrap{flex-basis:100%}}.admin-payout-page{color:#18213a;background:#f7f5ff;min-height:100vh;padding:30px}.payout-page-header{margin-bottom:24px}.payout-breadcrumb{color:#8b94a6;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.payout-page-header h1{letter-spacing:-.5px;margin:0 0 7px;font-size:30px;font-weight:800;line-height:1.2}.payout-page-header p{color:#718096;margin:0;font-size:14px}.payout-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;margin-bottom:20px;display:grid}.payout-summary-card{background:#fff;border:1px solid #e8e3f4;border-radius:16px;min-width:0;padding:19px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 7px 20px #291c530d}.payout-summary-card:hover{transform:translateY(-2px);box-shadow:0 11px 25px #291c5314}.payout-summary-card:after{content:"";opacity:.5;border-radius:50%;width:80px;height:80px;position:absolute;top:-28px;right:-28px}.payout-summary-card.purple{border-top:3px solid #6632f4}.payout-summary-card.purple:after{background:#efeaff}.payout-summary-card.blue{border-top:3px solid #3574d2}.payout-summary-card.blue:after{background:#e7f1ff}.payout-summary-card.orange{border-top:3px solid #b77905}.payout-summary-card.orange:after{background:#fff4da}.payout-summary-card.green{border-top:3px solid #1f9d61}.payout-summary-card.green:after{background:#e8f9f0}.payout-summary-card.red{border-top:3px solid #d84057}.payout-summary-card.red:after{background:#ffe8eb}.payout-summary-card span,.payout-summary-card strong,.payout-summary-card small{z-index:1;display:block;position:relative}.payout-summary-card span{color:#718096;margin-bottom:8px;font-size:12px;font-weight:600}.payout-summary-card strong{color:#18213a;margin-bottom:5px;font-size:22px;line-height:1.1}.payout-summary-card small{color:#9aa4b2;font-size:10px}.payout-tabs{background:#fff;border:1px solid #e8e3f4;border-radius:12px;align-items:center;gap:6px;width:fit-content;max-width:100%;margin-bottom:18px;padding:5px;display:flex;box-shadow:0 5px 16px #291c5308}.payout-tabs button{color:#718096;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-size:12px;font-weight:750;transition:background .2s,color .2s;display:inline-flex}.payout-tabs button:hover{color:#6632f4;background:#f7f4ff}.payout-tabs button.active{color:#6632f4;background:#efeaff}.payout-tabs button span{color:#6632f4;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 6px;font-size:9px;font-weight:800;display:inline-flex}.payout-filters{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.payout-search{background:#fff;border:1px solid #e8e3f4;border-radius:11px;flex:360px;align-items:center;gap:9px;min-width:260px;height:46px;padding:0 14px;display:flex;box-shadow:0 4px 14px #291c5305}.payout-search span{color:#8d96a8;font-size:23px;line-height:1}.payout-search input{color:#18213a;background:0 0;border:0;outline:0;width:100%;font-size:13px}.payout-search input::placeholder{color:#9ca4b2}.payout-filters select{color:#18213a;cursor:pointer;background:#fff;border:1px solid #e8e3f4;border-radius:11px;outline:none;min-width:145px;height:46px;padding:0 12px;font-size:12px}.payout-table-card{background:#fff;border:1px solid #e8e3f4;border-radius:17px;overflow:hidden;box-shadow:0 8px 24px #291c530d}.payout-table-header{border-bottom:1px solid #eeeaf7;justify-content:space-between;align-items:center;gap:15px;padding:20px;display:flex}.payout-table-header h2{margin:0 0 5px;font-size:18px;font-weight:800}.payout-table-header p{color:#8a94a6;margin:0;font-size:11px}.payout-header-flow{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.payout-header-flow span{color:#6632f4;background:#f5f1ff;border:1px solid #e7ddff;border-radius:8px;padding:7px 10px;font-size:10px;font-weight:750}.payout-header-flow b{color:#9aa4b2;font-size:12px}.payout-table-scroll{width:100%;overflow-x:auto}.payout-table-scroll table{border-collapse:collapse;width:100%;min-width:1240px}.payout-table-scroll th{color:#7a8496;text-align:left;text-transform:uppercase;letter-spacing:.45px;white-space:nowrap;background:#fbfaff;border-bottom:1px solid #eeeaf7;padding:13px 15px;font-size:10px;font-weight:800}.payout-table-scroll td{color:#394257;vertical-align:middle;border-bottom:1px solid #f0edf7;padding:15px;font-size:12px}.payout-table-scroll tbody tr{transition:background .15s}.payout-table-scroll tbody tr:hover{background:#fcfbff}.payout-id strong,.payout-id small,.beneficiary strong,.beneficiary small{display:block}.payout-id strong{color:#18213a;font-size:12px;font-weight:800}.payout-id small{color:#8d96a8;margin-top:4px;font-size:9px}.beneficiary strong{color:#18213a;font-size:12px;font-weight:750}.beneficiary small{color:#8d96a8;margin-top:4px;font-size:9px}.order-id{white-space:nowrap;font-weight:750;color:#6632f4!important}.center-number{text-align:center;font-weight:750}.deduction{font-weight:700;color:#d05a6f!important}.net{white-space:nowrap;font-weight:850;color:#1c8155!important}.method{color:#6632f4;background:#f5f1ff;border:1px solid #e7ddff;border-radius:999px;justify-content:center;align-items:center;min-width:55px;padding:6px 9px;font-size:9px;font-weight:800;display:inline-flex}.status{letter-spacing:.25px;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 9px;font-size:9px;font-weight:800;display:inline-flex}.status.paid{color:#1f9d61;background:#e8f9f0}.status.pending{color:#b77905;background:#fff4da}.status.processing{color:#3574d2;background:#e7f1ff}.status.failed{color:#d84057;background:#ffe8eb}.view-detail-btn{color:#6632f4;cursor:pointer;white-space:nowrap;background:#f8f5ff;border:1px solid #ddd4fa;border-radius:8px;padding:8px 11px;font-size:10px;font-weight:800;transition:background .2s,transform .2s}.view-detail-btn:hover{background:#efeaff;transform:translateY(-1px)}.payout-empty{text-align:center;color:#8a94a6;padding:55px 20px!important;font-size:13px!important}.payout-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#10132399;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.payout-detail-modal{background:#fff;border-radius:18px;width:min(900px,100%);max-height:92vh;overflow-y:auto;box-shadow:0 28px 80px #0f122347}.detail-modal-header{border-bottom:1px solid #eeeaf7;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex}.detail-kicker{color:#6632f4;text-transform:uppercase;letter-spacing:.7px;margin-bottom:6px;font-size:10px;font-weight:850;display:block}.detail-modal-header h2{color:#18213a;margin:0 0 5px;font-size:23px;font-weight:800}.detail-modal-header p{color:#8a94a6;margin:0;font-size:11px}.close-modal{color:#586174;cursor:pointer;background:#f3f0fa;border:0;border-radius:9px;flex:0 0 37px;place-items:center;width:37px;height:37px;font-size:24px;line-height:1;transition:background .2s,color .2s;display:grid}.close-modal:hover{color:#6632f4;background:#ebe6f7}.detail-status-row{background:#faf9fe;border-bottom:1px solid #eeeaf7;justify-content:space-between;align-items:center;gap:12px;padding:15px 22px;display:flex}.detail-status-row span{color:#718096;font-size:12px}.detail-status-row strong{font-size:10px}.detail-section{padding:20px 22px 0}.detail-section h3{color:#18213a;margin:0 0 11px;font-size:14px;font-weight:800}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-grid>div{background:#faf9fe;border:1px solid #eeeaf7;border-radius:10px;min-width:0;padding:13px}.detail-grid span{color:#8a94a6;margin-bottom:5px;font-size:10px;display:block}.detail-grid strong{color:#18213a;overflow-wrap:anywhere;font-size:12px;display:block}.detail-grid>div:last-child{min-width:0}.breakdown-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.breakdown-grid>div{background:#faf9fe;border:1px solid #eeeaf7;border-radius:10px;min-width:0;padding:13px}.breakdown-grid span{color:#8a94a6;margin-bottom:5px;font-size:10px;display:block}.breakdown-grid strong{color:#18213a;font-size:12px;display:block}.breakdown-grid .negative{color:#d05a6f}.breakdown-grid .final-amount{background:#efeaff;border-color:#ddd4fa;grid-column:1/-1}.breakdown-grid .final-amount span{color:#7554d8}.breakdown-grid .final-amount strong{color:#6632f4;font-size:18px}.failure-box{background:#fff5f6;border:1px solid #ffd4da;border-radius:10px;flex-direction:column;gap:5px;margin:18px 22px 0;padding:14px;display:flex}.failure-box strong{color:#d84057;font-size:12px}.failure-box span{color:#7a5960;font-size:11px}.modal-actions{justify-content:flex-end;align-items:center;gap:10px;padding:22px;display:flex}.secondary-btn,.primary-btn{cursor:pointer;border-radius:9px;min-height:40px;padding:0 16px;font-size:12px;font-weight:750;transition:transform .2s,box-shadow .2s}.secondary-btn{color:#4f596d;background:#fff;border:1px solid #e2ddef}.secondary-btn:hover{background:#faf9fe}.primary-btn{color:#fff;background:linear-gradient(135deg,#6632f4,#843ce8);border:0;box-shadow:0 7px 16px #6632f42e}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 9px 20px #6632f43b}.payout-toast{z-index:10001;color:#fff;background:#18213a;border-radius:10px;padding:12px 17px;font-size:13px;animation:.2s payoutToastIn;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 30px #13172738}@keyframes payoutToastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1250px){.payout-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.payout-page-header h1{font-size:27px}.payout-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payout-table-header{flex-direction:column;align-items:flex-start}.payout-header-flow{justify-content:flex-start}}@media (width<=650px){.admin-payout-page{padding:18px 14px}.payout-page-header{margin-bottom:18px}.payout-page-header h1{font-size:25px}.payout-page-header p{font-size:12px;line-height:1.5}.payout-summary-grid{grid-template-columns:1fr}.payout-summary-card{padding:16px}.payout-tabs{scrollbar-width:none;width:100%;overflow-x:auto}.payout-tabs::-webkit-scrollbar{display:none}.payout-tabs button{flex-shrink:0}.payout-filters{flex-direction:column;align-items:stretch}.payout-search{flex:none;width:100%;min-width:0}.payout-filters select{width:100%}.payout-table-header{padding:16px}.payout-modal-backdrop{padding:10px}.payout-detail-modal{border-radius:15px;max-height:94vh}.detail-modal-header{padding:18px}.detail-modal-header h2{font-size:20px}.detail-status-row{padding:13px 18px}.detail-section{padding:18px 18px 0}.detail-grid,.breakdown-grid{grid-template-columns:1fr}.breakdown-grid .final-amount{grid-column:auto}.failure-box{margin:18px 18px 0}.modal-actions{flex-direction:column-reverse;padding:18px}.secondary-btn,.primary-btn{width:100%}.payout-toast{text-align:center;bottom:14px;left:14px;right:14px}}@media (width<=400px){.admin-payout-page{padding:15px 10px}.payout-page-header h1{font-size:23px}.payout-tabs button{padding:0 11px;font-size:11px}.payout-table-card{border-radius:14px}.detail-modal-header{gap:10px}.close-modal{flex-basis:33px;width:33px;height:33px}}.admin-reports-page{color:#18213a;background:#f7f5ff;min-height:100%;padding:30px}.reports-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.reports-header h1{letter-spacing:-.5px;margin:0 0 7px;font-size:30px;font-weight:800}.reports-header p{color:#718096;margin:0;font-size:14px}.reports-header-actions{align-items:center;gap:10px;display:flex}.reports-header-actions select{color:#18213a;background:#fff;border:1px solid #e8e3f4;border-radius:10px;outline:0;min-width:125px;height:44px;padding:0 14px}.reports-export-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6632f4,#843ce8);border:0;border-radius:10px;height:44px;padding:0 17px;font-weight:750;box-shadow:0 8px 18px #6632f42e}.report-tabs{background:#fff;border:1px solid #e8e3f4;border-radius:12px;gap:6px;width:fit-content;margin-bottom:20px;padding:5px;display:flex}.report-tabs button{color:#718096;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 15px;font-size:12px;font-weight:750}.report-tabs button.active{color:#6632f4;background:#efeaff}.report-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.report-stat-card{background:#fff;border:1px solid #e8e3f4;border-radius:16px;align-items:center;gap:13px;min-width:0;padding:18px;display:flex;box-shadow:0 7px 20px #291c530d}.report-stat-icon{border-radius:12px;flex:0 0 45px;place-items:center;width:45px;height:45px;font-size:18px;font-weight:800;display:grid}.report-stat-icon.orders{color:#6632f4;background:#efeaff}.report-stat-icon.sales{color:#1f9d61;background:#e8f9f0}.report-stat-icon.commission{color:#3574d2;background:#e7f1ff}.report-stat-icon.delivery{color:#b77905;background:#fff4da}.report-stat-icon.average{color:#a13ab8;background:#fcecff}.report-stat-card span{color:#718096;margin-bottom:4px;font-size:12px;display:block}.report-stat-card strong{font-size:19px;line-height:1.15;display:block}.report-stat-card small{color:#9aa4b2;margin-top:4px;font-size:11px;display:block}.report-main-grid{grid-template-columns:minmax(0,1.55fr) minmax(330px,.9fr);gap:18px;margin-bottom:18px;display:grid}.report-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.report-section-grid{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:18px;display:grid}.report-card{background:#fff;border:1px solid #e8e3f4;border-radius:17px;min-width:0;padding:20px;box-shadow:0 8px 24px #291c530d}.report-card.large{min-height:390px}.report-card-heading{justify-content:space-between;gap:14px;margin-bottom:20px;display:flex}.report-card-heading h2{margin:0 0 5px;font-size:18px}.report-card-heading p{color:#8a94a6;margin:0;font-size:12px}.report-heading-badge{color:#6632f4;background:#efeaff;border-radius:999px;height:fit-content;padding:6px 10px;font-size:10px;font-weight:800}.sales-chart{align-items:stretch;gap:14px;height:285px;padding:8px 0 0;display:flex}.sales-bar-item{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.sales-bar-value{color:#7f899a;text-align:center;white-space:nowrap;font-size:9px}.sales-bar-track{background:#f0edfa;border-radius:8px 8px 3px 3px;align-items:flex-end;width:min(44px,72%);height:218px;display:flex;overflow:hidden}.sales-bar{background:linear-gradient(#843ce8,#6632f4);border-radius:8px 8px 3px 3px;width:100%;transition:height .25s}.sales-bar-item>span{color:#7b8596;font-size:11px}.category-list{gap:17px;display:grid}.category-row-top{justify-content:space-between;gap:10px;margin-bottom:6px;display:flex}.category-row-top strong{font-size:13px}.category-row-top span{color:#6632f4;font-size:12px;font-weight:800}.category-progress{background:#eeeaf7;border-radius:999px;width:100%;height:7px;overflow:hidden}.category-progress div{border-radius:inherit;background:linear-gradient(90deg,#6632f4,#843ce8);height:100%}.category-row small{color:#8e97a8;margin-top:5px;font-size:10px;display:block}.mini-table{display:grid}.mini-row{border-bottom:1px solid #f0edf7;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;display:grid}.mini-row:last-child{border-bottom:0;padding-bottom:0}.rank{color:#6632f4;background:#f3effd;border-radius:8px;place-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:grid}.mini-main strong,.mini-main small,.mini-value strong,.mini-value small{display:block}.mini-main strong,.mini-value strong{font-size:12px}.mini-main small,.mini-value small{color:#8c95a7;margin-top:3px;font-size:10px}.mini-value{text-align:right}.sales-summary-list{gap:0;display:grid}.sales-summary-row{border-bottom:1px solid #f0edf7;grid-template-columns:1fr auto auto;align-items:center;gap:20px;padding:15px 0;display:grid}.sales-summary-row:last-child{border-bottom:0}.sales-summary-row strong{font-size:13px}.sales-summary-row span{color:#8a94a6;font-size:11px}.sales-summary-row b{color:#1c8155;font-size:13px}.revenue-breakdown{gap:11px;display:grid}.revenue-breakdown>div{background:#faf9fe;border:1px solid #eeeaf7;border-radius:11px;justify-content:space-between;gap:15px;padding:14px;display:flex}.revenue-breakdown span{color:#718096;font-size:12px}.revenue-breakdown strong{font-size:13px}.revenue-breakdown .highlight{background:#efeaff;border-color:#ddd4fa}.revenue-breakdown .highlight span,.revenue-breakdown .highlight strong{color:#6632f4}.customer-report-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.customer-report-card{background:#faf9fe;border:1px solid #eeeaf7;border-radius:13px;padding:20px}.customer-report-card span,.customer-report-card small{color:#7f899a;font-size:11px;display:block}.customer-report-card strong{margin:8px 0 5px;font-size:24px;display:block}.partner-report-table{overflow-x:auto}.partner-head,.partner-row{grid-template-columns:1.4fr 1fr .7fr 1fr .7fr;align-items:center;gap:12px;min-width:600px;display:grid}.partner-head{color:#7a8496;text-transform:uppercase;background:#fbfaff;border-bottom:1px solid #eeeaf7;padding:11px 12px;font-size:10px;font-weight:800}.partner-row{border-bottom:1px solid #f0edf7;padding:14px 12px;font-size:12px}.partner-row:last-child{border-bottom:0}.partner-row b{color:#1c8155}.partner-snapshot{gap:11px;display:grid}.partner-snapshot>div{background:#faf9fe;border:1px solid #eeeaf7;border-radius:11px;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.partner-snapshot span{color:#718096;font-size:12px}.partner-snapshot strong{font-size:17px}.reports-toast{z-index:10001;color:#fff;background:#18213a;border-radius:10px;padding:12px 17px;font-size:13px;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 28px #13172733}@media (width<=1250px){.report-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.report-main-grid,.report-section-grid{grid-template-columns:1fr}}@media (width<=850px){.reports-header{flex-direction:column;align-items:flex-start}.reports-header-actions{width:100%}.reports-header-actions select,.reports-export-btn{flex:1}.report-bottom-grid{grid-template-columns:1fr}.customer-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.admin-reports-page{padding:18px 14px}.reports-header h1{font-size:26px}.reports-header-actions{flex-direction:column}.reports-header-actions select,.reports-export-btn{width:100%}.report-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-tabs{width:100%;overflow-x:auto}.report-tabs button{white-space:nowrap}.sales-chart{gap:8px}.sales-bar-track{width:30px}}@media (width<=450px){.report-stat-grid,.customer-report-grid{grid-template-columns:1fr}.report-card{padding:16px}}.commission-page{color:#18213a;background:#f7f5ff;min-height:100%;padding:30px}.commission-header{margin-bottom:22px}.commission-breadcrumb{color:#8b94a6;font-size:12px}.commission-header h1{margin:7px 0;font-size:30px;font-weight:800}.commission-header p{color:#718096;margin:0;font-size:14px}.commission-message{border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:13px}.commission-message.error{color:#d84057;background:#ffe8eb;border:1px solid #ffd1d8}.commission-message.success{color:#1f9d61;background:#e8f9f0;border:1px solid #ced}.commission-grid{grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:18px;margin-bottom:18px;display:grid}.commission-card{background:#fff;border:1px solid #e8e3f4;border-radius:17px;padding:20px;box-shadow:0 8px 24px #291c530d}.commission-card-heading{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.commission-card-heading h2{margin:0 0 5px;font-size:18px}.commission-card-heading p{color:#8a94a6;margin:0;font-size:12px}.commission-active-badge,.commission-status{border-radius:999px;justify-content:center;align-items:center;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.commission-active-badge{color:#1f9d61;background:#e8f9f0}.commission-main-card label{color:#4f596d;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.commission-input-wrap{background:#fbfaff;border:1px solid #e2dcef;border-radius:12px;align-items:center;gap:10px;width:100%;max-width:360px;height:52px;padding:0 14px;display:flex}.commission-input-wrap input{color:#18213a;background:0 0;border:0;outline:0;width:100%;font-size:19px;font-weight:800}.commission-input-wrap span{color:#6632f4;font-size:18px;font-weight:800}.commission-preview{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.commission-preview>div{background:#faf9fe;border:1px solid #eeeaf7;border-radius:11px;padding:13px}.commission-preview span,.commission-preview strong{display:block}.commission-preview span{color:#8a94a6;font-size:10px}.commission-preview strong{margin-top:5px;font-size:14px}.commission-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6632f4,#843ce8);border:0;border-radius:10px;min-height:44px;padding:0 17px;font-weight:800}.commission-save-btn:disabled{opacity:.65;cursor:not-allowed}.commission-current-box{background:#efeaff;border:1px solid #ded3ff;border-radius:14px;margin-bottom:15px;padding:18px}.commission-current-box span,.commission-current-box strong,.commission-current-box small{display:block}.commission-current-box span{color:#6f6590;font-size:11px}.commission-current-box strong{color:#6632f4;margin:5px 0;font-size:34px}.commission-current-box small{color:#857b9f;font-size:10px}.commission-info-row{border-bottom:1px solid #f0edf7;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.commission-info-row:last-child{border-bottom:0}.commission-info-row span{color:#8a94a6;font-size:11px}.commission-info-row strong{font-size:12px}.commission-history-card{overflow:hidden}.commission-history-scroll{overflow-x:auto}.commission-history-table{border-collapse:collapse;width:100%;min-width:700px}.commission-history-table th{text-align:left;color:#7a8496;text-transform:uppercase;letter-spacing:.4px;background:#fbfaff;border-bottom:1px solid #eeeaf7;padding:12px 10px;font-size:10px}.commission-history-table td{border-bottom:1px solid #f0edf7;padding:13px 10px;font-size:12px}.commission-status.active{color:#1f9d61;background:#e8f9f0}.commission-status.inactive{color:#75707f;background:#f0eef4}.commission-empty{text-align:center;color:#8a94a6;padding:30px 15px!important}@media (width<=850px){.commission-grid{grid-template-columns:1fr}}@media (width<=650px){.commission-page{padding:18px 14px}.commission-header h1{font-size:26px}.commission-preview{grid-template-columns:1fr}}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
