:root{--primary-color:#0f766e;--primary-dark:#12303f;--secondary-color:#1f5f74;--accent-color:#4aa3b5;--success-color:#16803d;--error-color:#c0564a;--warning-color:#d69e2e;--info-color:#1f5f74;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-800:#424242;--gray-900:#212121;--page-background:#f8faf9;--font-family:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:.75rem;--spacing-lg:1rem;--spacing-xl:1.5rem;--border-radius-sm:.25rem;--border-radius-md:.5rem;--border-radius-lg:.75rem;--border-radius-xl:1rem;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 4px 10px #00000014;--shadow-lg:0 10px 24px #0000001a;--transition-fast:.15s ease-in-out;--transition-normal:.3s ease-in-out}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}html,body,#root{min-height:100%}#root{min-width:0;min-height:100dvh}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--gray-800);background:var(--page-background);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5;overflow-x:hidden}img,svg,canvas,video{max-width:100%;display:block}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1440px;padding-inline:var(--spacing-xl);margin:0 auto}.card{padding:var(--spacing-lg);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.form-group{gap:var(--spacing-xs);margin-bottom:var(--spacing-lg);display:grid}.form-group label{font-size:var(--font-size-sm);color:var(--gray-700);font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);border-radius:var(--border-radius-md);background:var(--white);width:100%;min-height:44px;color:var(--gray-900);padding:10px 12px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0f766e1f}.btn{border-radius:var(--border-radius-md);cursor:pointer;border:0;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-weight:600;display:inline-flex}.btn-primary{color:var(--white);background:var(--primary-color)}.btn-secondary{color:var(--white);background:var(--secondary-color)}.auth-page{min-height:calc(100dvh - 64px);padding:var(--spacing-xl);place-items:center;display:grid}.auth-card{width:100%;max-width:420px;padding:var(--spacing-xl);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-lg)}@media (width<=768px){.container{padding-inline:var(--spacing-md)}.MuiToolbar-root{min-height:56px!important}.MuiButton-root{min-height:44px}}@media print{.no-print{display:none!important}}.order-app-shell{background:var(--page-background);flex-direction:column;min-height:100dvh;display:flex}.order-app-body{flex:auto;min-height:0;display:flex}.order-app-sidebar{background:var(--white);border-right:1px solid var(--gray-200);transition:width var(--transition-normal);flex-shrink:0}.order-app-main{flex:auto;width:100%;min-width:0}.order-page{width:100%;max-width:1440px;padding:var(--spacing-xl);margin:0 auto}.api-loading-freeze{z-index:2000;pointer-events:none;background:0 0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.api-loading-spinner{color:var(--primary-color,#1976d2);box-sizing:content-box;background:var(--white);box-shadow:var(--shadow-sm);border-radius:50%;padding:6px}.password-settings-row{align-items:center;width:100%}.password-settings-copy{min-width:0}.password-settings-action.MuiButton-root{flex:none;margin-left:auto}@media (width<=599px){.password-settings-row{align-items:stretch}.password-settings-action.MuiButton-root{width:100%;margin-left:0}}.order-app-footer{text-align:center;color:var(--white);background:var(--primary-dark);margin-top:auto;padding:14px 16px}.page-not-found{text-align:center;padding:80px 20px}.product-grid{gap:var(--spacing-xl);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast);overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card-image{aspect-ratio:1;object-fit:cover;background:var(--gray-100);width:100%}.price-row{align-items:baseline;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.selling-price{font-size:var(--font-size-xl);color:var(--primary-dark);font-weight:700}.mrp-price{color:var(--gray-500);text-decoration:line-through}.checkout-layout{gap:var(--spacing-xl);grid-template-columns:minmax(0,1fr) 360px;align-items:start;display:grid}.checkout-summary{position:sticky;top:76px}.empty-state{text-align:center;color:var(--gray-600);padding:48px 20px}@media (width<=1199px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=899px){.order-page{padding:var(--spacing-lg)}.product-grid{gap:var(--spacing-lg);grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media (width<=599px){.order-page{padding:var(--spacing-md)}.product-grid{gap:var(--spacing-md)}.product-card-content{padding:var(--spacing-md)}}@media (width<=1199px){.product-filter-bar>.MuiStack-root{grid-template-columns:repeat(2,minmax(0,1fr))}.product-filter-bar>.MuiStack-root>.MuiTextField-root:first-child{grid-column:1/-1}.product-filter-bar>.MuiStack-root>.MuiButton-root{width:100%}}@media (width<=699px){.product-filter-bar{margin-bottom:18px;padding:14px;border-radius:12px!important}.product-filter-bar>.MuiStack-root{grid-template-columns:minmax(0,1fr)!important;gap:14px!important;display:grid!important}.product-filter-bar>.MuiStack-root>*{grid-column:1!important;width:100%!important;min-width:0!important;max-width:none!important}.product-filter-bar .MuiInputBase-root{width:100%;min-height:48px}.product-grid{gap:16px;grid-template-columns:minmax(0,1fr)!important}.product-card{width:100%;min-width:0}.product-card-content{padding:16px!important}}@media (width<=380px){.order-page{padding-left:10px!important;padding-right:10px!important}.product-filter-bar{padding:12px}.product-card-content{padding:14px!important}}.record-editor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid;padding-top:12px!important}.record-editor-dialog .MuiDialogActions-root{gap:10px;padding:16px 24px 22px}.home-category-card{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.home-category-card>b{line-height:1.3;display:block}.home-category-card>.MuiTypography-caption{width:100%;color:var(--gray-600);margin-top:4px;line-height:1.3;display:block}.promotion-card{border:1px solid var(--gray-200);flex-direction:column;gap:10px;height:100%;min-height:220px;padding:22px;display:flex;box-shadow:var(--shadow-sm)!important;border-radius:16px!important}.promotion-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.promotion-discount{color:var(--primary-color);font-weight:900!important}.promotion-card-footer{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;display:flex}.promotion-card-footer small{color:var(--gray-600)}.promotion-description-field,.promotion-products-field{grid-column:1/-1}.combo-product-list{background:var(--gray-100);border-radius:10px;gap:8px;margin-top:4px;padding:14px;display:grid}.combo-product-list>.MuiTypography-caption{color:var(--gray-600);letter-spacing:.04em;margin-bottom:2px}.combo-product-list>.MuiBox-root{grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;display:grid}.combo-product-list>.MuiBox-root>span{background:#fff;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.combo-product-list>.MuiBox-root>div{flex-direction:column;min-width:0;display:flex}.combo-product-list b{font-size:13px}.combo-product-list small{color:var(--gray-600);font-size:11px}.promotion-config-list{grid-column:1/-1;gap:10px;display:grid}.promotion-config-row{background:var(--gray-100);border-radius:10px;grid-template-columns:minmax(180px,1fr) minmax(160px,220px) 140px auto;align-items:center;gap:12px;padding:12px;display:grid}.promotion-config-row>.MuiBox-root{flex-direction:column;min-width:0;display:flex}.promotion-config-row small{color:var(--gray-600)}.order-channel-card{flex-direction:column;display:flex}.channel-chart{flex:1;grid-template-columns:minmax(130px,.8fr) minmax(150px,1fr);align-items:center;gap:24px;padding-top:28px;display:grid}.channel-donut{aspect-ratio:1;background:conic-gradient(#0f766e 0 62%, #2f8fa3 62% 87%, #d9a126 87% 100%);border-radius:50%;justify-self:center;place-items:center;width:min(100%,180px);display:grid}.channel-donut:before{content:"";aspect-ratio:1;background:#fff;border-radius:50%;grid-area:1/1;width:62%}.channel-donut>span{z-index:1;flex-direction:column;grid-area:1/1;align-items:center;display:flex}.channel-donut b{font-size:1.35rem}.channel-donut small{color:var(--gray-600)}.channel-legend{gap:14px;display:grid}.channel-legend>.MuiBox-root{grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.channel-legend i{border-radius:50%;width:10px;height:10px}.channel-legend span{color:var(--gray-700)}@media (width<=599px){.record-editor-fields{grid-template-columns:minmax(0,1fr)}.record-editor-dialog .MuiDialogActions-root{flex-direction:column-reverse;align-items:stretch;padding:14px 18px 18px}.record-editor-dialog .MuiDialogActions-root .MuiButton-root{width:100%}.channel-chart{grid-template-columns:minmax(0,1fr);gap:22px;padding-top:22px}.promotion-config-row{grid-template-columns:minmax(0,1fr)}.promotion-config-row>.MuiTypography-root{justify-self:end}}.invoice-card{padding:clamp(20px,3vw,34px)}.invoice-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px;width:100%;display:grid}.invoice-identity{min-width:0}.invoice-actions{justify-self:end;align-items:stretch;min-width:max-content;gap:16px!important}.invoice-actions .MuiButton-root{white-space:nowrap}.invoice-addresses{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-bottom:24px;display:grid}.invoice-addresses p{color:var(--gray-600);margin:6px 0 0;line-height:1.55}.invoice-items small{color:var(--gray-600);margin-top:3px;display:block}.invoice-total{gap:10px;width:min(100%,330px);margin:24px 0 0 auto;display:grid}.invoice-total>span,.invoice-total>strong{justify-content:space-between;gap:20px;display:flex}.invoice-total>strong{border-top:1px solid var(--gray-300);padding-top:12px;font-size:1.15rem}@media (width<=599px){.customer-benefits-page>.MuiGrid-root{gap:16px!important;margin-bottom:24px!important}.customer-benefits-page .simple-benefit-card{min-height:0;padding:18px!important}.customer-benefits-page .simple-steps{margin:12px 0 0;padding-left:22px;line-height:1.55}.customer-benefits-page .simple-steps li{margin-bottom:10px;padding-left:2px}.customer-benefits-page>.MuiTypography-h5{margin-top:28px;margin-bottom:8px;font-size:1.65rem;line-height:1.2}.customer-benefits-page>.MuiTypography-body1{margin-bottom:16px;line-height:1.55}.customer-benefits-page>.MuiTypography-body1+.portal-table-card{margin-top:0}.customer-benefits-page>.portal-table-card+.MuiTypography-h5{margin-top:30px}.invoice-addresses{grid-template-columns:1fr;gap:18px}.invoice-heading{grid-template-columns:minmax(0,1fr);gap:18px}.invoice-actions{justify-self:stretch;width:100%;min-width:0;gap:12px!important}.invoice-actions .MuiButton-root,.invoice-total{width:100%}}.order-page,.order-page *{box-sizing:border-box}.order-page .MuiPaper-root,.order-page .MuiCard-root{min-width:0}.order-page .MuiButton-root{border-radius:10px;min-height:40px;padding:8px 16px}.order-page .MuiButton-sizeSmall{min-height:36px;padding:6px 12px}.order-page .MuiInputBase-root{border-radius:10px}.order-page .MuiFormHelperText-root{margin-top:6px}.registration-card>.MuiFormControlLabel-root{align-items:flex-start;width:fit-content;max-width:100%;margin:28px 0 0}.registration-card>.MuiFormControlLabel-root .MuiCheckbox-root{flex:none;margin-top:-7px}.registration-card>.MuiStack-root:last-child{flex-flow:wrap!important;align-items:center!important;gap:12px!important;margin-top:18px!important;display:flex!important}.portal-table-card{margin-bottom:0}.portal-table-footer{gap:16px;min-height:52px}.section-heading{gap:16px}@media (width<=899px){.order-page .MuiGrid-container{width:100%;margin-left:0;margin-right:0}.order-page .MuiGrid-container>.MuiGrid-root{min-width:0}.checkout-layout{grid-template-columns:minmax(0,1fr)}.product-filter-bar>.MuiStack-root{grid-template-columns:1fr 1fr}.product-filter-bar>.MuiStack-root>.MuiTextField-root:first-child{grid-column:1/-1}}@media (width<=599px){.order-page .MuiButton-root{white-space:normal;max-width:100%}.registration-card>.MuiFormControlLabel-root{margin-top:22px}.registration-card>.MuiStack-root:last-child{flex-direction:column!important;align-items:stretch!important}.registration-card>.MuiStack-root:last-child .MuiButton-root{width:100%}.portal-table-footer,.section-heading{flex-direction:column;align-items:flex-start}.section-heading .MuiButton-root{width:100%}.product-filter-bar{padding:14px}.product-filter-bar>.MuiStack-root{grid-template-columns:minmax(0,1fr);gap:14px!important}.product-filter-bar>.MuiStack-root>.MuiTextField-root:first-child{grid-column:auto}}.checkout-step-card,.portal-panel{border:1px solid #12303f17;padding:28px;border-radius:18px!important;box-shadow:0 8px 24px #12303f0f!important}.payment-options{gap:14px;display:grid!important}.payment-options>label{cursor:pointer;border:1px solid #d8e2e0;border-radius:14px;grid-template-columns:auto 46px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;display:grid}.payment-options>label.selected{background:#eff9f7;border-color:#11847a;box-shadow:0 0 0 2px #11847a1a}.payment-options .MuiFormControlLabel-root{margin:0}.payment-option-icon{color:#087c73;background:#dff2ef;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.payment-note{color:#174047;background:#eef7f6;border-radius:12px;flex-direction:column;gap:4px;margin-top:18px;padding:14px 16px;display:flex}.checkout-step-card{padding:28px 30px}.checkout-step-card .payment-options{gap:16px}.checkout-step-card .payment-options>label{min-height:104px}.checkout-step-card .payment-note{margin-top:20px}.checkout-step-card>.MuiStack-root:last-child{margin-top:20px!important}.checkout-review-page .checkout-step-card{flex-direction:column;gap:18px;display:flex}.checkout-review-page .checkout-step-card .MuiDivider-root{margin:4px 0}.checkout-review-items{margin-top:-4px}.checkout-invalid-items{margin-top:4px}.checkout-review-page .checkout-summary{flex-direction:column;gap:20px;padding:28px 30px;display:flex}.checkout-review-page .checkout-summary .payment-note{margin-top:0}.checkout-review-page .checkout-summary .MuiButton-root{margin-top:2px}.offer-editor-fields{gap:18px!important;padding-top:18px!important}.offer-rules-note{grid-column:1/-1}.dealer-pos-page .pos-walkin-fields{width:100%;margin-top:14px;gap:14px!important}.dealer-pos-page .pos-walkin-fields>.MuiFormControl-root{flex:1 1 0;min-width:0}.portal-page .MuiStack-root:has(>.MuiFormControl-root+.MuiFormControl-root){gap:14px!important}.dealer-pos-page .pos-history-title{margin-top:34px;margin-bottom:14px}.dealer-pos-page .pos-history-empty{margin-bottom:4px}.variant-management-panel{background:#fff;border:1px solid #dce8e5;border-radius:14px;margin:22px 24px 28px;padding:24px;box-shadow:0 3px 12px #12303f0f}.variant-management-panel>.MuiStack-root:first-child{width:100%;margin-bottom:20px!important}.variant-management-panel>.MuiStack-root:first-child .MuiBox-root{flex-direction:column;gap:4px;display:flex}.variant-management-panel>.portal-table-scroll{background:#fff;border:1px solid #e1e9e7;border-radius:12px}.variant-management-panel .portal-table{margin:0}.variant-management-panel .portal-table th{white-space:nowrap;padding:15px 16px}.variant-management-panel .portal-table td{vertical-align:middle;padding:16px}.variant-management-panel .portal-table td:last-child{white-space:nowrap;min-width:180px}.variant-management-panel .portal-table td:last-child .MuiButton-root{margin-right:6px}.variant-management-dialog>.MuiStack-root{padding-bottom:4px}.bulk-variant-content{flex-direction:column;gap:16px;display:flex;padding-top:16px!important}.bulk-variant-header,.bulk-variant-row{grid-template-columns:minmax(170px,1.4fr) minmax(120px,1fr) 95px repeat(4,minmax(110px,1fr)) 85px;align-items:center;gap:10px;display:grid}.bulk-variant-header{color:#60727b;padding:0 4px;font-size:12px;font-weight:700}.bulk-variant-row{background:#fff;border:1px solid #dce5e3;border-radius:12px;padding:14px}@media (width<=1000px){.bulk-variant-header{display:none}.bulk-variant-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.bulk-variant-row{grid-template-columns:1fr}}@media (width<=700px){.variant-management-panel{margin:14px 10px 20px;padding:18px}.variant-management-panel>.MuiStack-root:first-child .MuiButton-root{width:100%}}.admin-reports-page .reports-filter-bar{margin-bottom:26px}.admin-reports-page .reports-filter-bar .MuiTextField-root{min-width:190px}.admin-reports-page .reports-metrics{margin-bottom:34px!important}.admin-reports-page .reports-section-title{margin:4px 0 14px}.admin-reports-page .reports-alert{margin-bottom:20px}.payment-kpis{margin-bottom:24px}.payment-kpi{flex-direction:column;justify-content:center;gap:8px;min-height:138px;padding:22px 24px;display:flex;border-radius:16px!important}.payment-kpi .MuiTypography-h5{font-size:1.8rem}.dealer-payment-workspace{margin-bottom:24px}.payment-collection-panel{height:100%}.dealer-payment-methods{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0;display:grid}.dealer-payment-methods button{text-align:left;color:#173542;cursor:pointer;min-height:92px;font:inherit;background:#fff;border:1px solid #d9e2e1;border-radius:13px;align-items:center;gap:12px;padding:15px;display:flex}.dealer-payment-methods button:hover{background:#f7fbfa;border-color:#87bdb8}.dealer-payment-methods button.selected{color:#087c73;background:#edf8f6;border-color:#11847a;box-shadow:0 0 0 2px #11847a1a}.dealer-payment-methods button svg{flex:none}.dealer-payment-methods button span{flex-direction:column;gap:3px;min-width:0;display:flex}.dealer-payment-methods button small{color:#687b82;line-height:1.25}.dealer-payment-form{border-top:1px solid #e5ebea;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding-top:22px;display:grid}.dealer-payment-form .MuiButton-root{justify-self:end;min-width:170px}.payment-success-note{color:#08665e;background:#e8f6f3;border-radius:10px;margin-top:16px;padding:12px 14px}.settlement-card{height:100%}.settlement-card .MuiStack-root>.MuiBox-root{border-bottom:1px solid #e5ebea;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding-bottom:17px;display:grid}.settlement-card span{color:#425961}.settlement-card b{font-size:1.08rem}.settlement-card small{color:#73858b;grid-column:1/-1}.dealer-payment-history{padding:24px;overflow:hidden;border-radius:18px!important}.payment-history-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:100%;margin-bottom:20px;display:grid}.payment-history-heading>.MuiBox-root{min-width:0}.export-payments-button{white-space:nowrap;justify-self:end;min-height:38px;padding-inline:16px!important}.portal-category-filter{min-width:210px!important}.record-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-top:8px;display:grid}.community-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dealer-inventory-group{border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.dealer-inventory-summary{width:100%;color:inherit;text-align:left;cursor:pointer;font:inherit;background:#fff;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:18px 22px;display:grid}.dealer-inventory-summary:hover{background:#f7faf9}.dealer-inventory-summary span{flex-direction:column;gap:3px;display:flex}.dealer-inventory-summary small{color:var(--gray-600)}.inline-order-quantity{align-items:center;gap:6px;min-width:86px;display:inline-flex}.inline-order-quantity>b{min-width:30px;font-size:1rem}.inline-order-quantity .MuiIconButton-root{width:32px;height:32px;min-height:32px;color:var(--primary-color);padding:5px}.inline-order-quantity .MuiTextField-root{width:82px}.inline-order-quantity .MuiInputBase-root{height:38px;min-height:38px}.inline-order-quantity input{padding:8px 10px}.dealer-payment-history .MuiTableHead-root{background:#edf5f3}.dealer-payment-history .MuiTableCell-root{white-space:nowrap}@media (width<=899px){.dealer-payment-methods{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=599px){.payment-history-heading{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:14px}.export-payments-button{justify-self:stretch;width:100%}.record-detail-grid,.community-grid{grid-template-columns:1fr}.dealer-inventory-summary{grid-template-columns:minmax(0,1fr) auto;gap:12px}.dealer-inventory-summary>span:nth-child(2){display:none}.checkout-step-card,.portal-panel,.dealer-payment-history{padding:18px;border-radius:14px!important}.payment-options>label{grid-template-columns:auto 40px minmax(0,1fr);gap:10px;padding:14px}.payment-options>label .MuiChip-root{grid-column:3;justify-self:start}.payment-option-icon{width:40px;height:40px}.dealer-payment-methods,.dealer-payment-form{grid-template-columns:1fr}.dealer-payment-form .MuiButton-root{width:100%}.payment-kpi{min-height:112px;padding:18px}}.top-navigation-toolbar{gap:10px;width:100%;min-height:64px!important;padding:0 24px!important}.top-brand{min-width:0;text-transform:none!important;padding:4px 8px!important}.top-brand-mark{width:40px;height:40px;color:var(--primary-color);background:#fff;border-radius:50%;flex:none;place-items:center;margin-right:12px;font-weight:900;display:grid}.top-brand-name{white-space:nowrap;font-weight:700!important}.top-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.top-account-button{white-space:nowrap;min-height:40px!important;padding:6px 14px!important}.top-cart-button,.top-logout-button{width:42px;height:42px}@media (width<=599px){.top-navigation-toolbar{gap:8px;overflow:hidden;min-height:58px!important;padding:0 12px!important}.top-menu-button{flex:0 0 40px;width:40px;height:40px;margin:0!important}.top-brand{flex:0 0 36px;width:36px;min-width:36px!important;padding:0!important}.top-brand-mark{width:34px;height:34px;margin:0}.top-brand-name{display:none}.top-actions{flex:none;gap:0;margin-left:auto}.top-account-button{width:40px;min-width:40px!important;padding:0!important;font-size:0!important}.top-account-button .MuiButton-startIcon{margin:0}.top-cart-button,.top-logout-button{width:40px;height:40px}}@media (width>=600px) and (width<=767px){.top-brand-name{display:none}.top-brand{min-width:42px!important}.top-actions{margin-left:auto}}.product-variant-card{border:1px solid var(--gray-200);min-width:0;height:100%;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.product-variant-card.selected{background:#fbfefd;border-color:#0f766e73}.product-variant-content{flex-direction:column;gap:16px;height:100%;min-height:170px;display:flex;padding:18px!important}.product-variant-main{justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;display:flex}.product-variant-copy{min-width:0}.product-variant-name{line-height:1.3!important}.product-variant-pack{margin-top:5px!important;line-height:1.35!important}.product-variant-sku{color:var(--gray-600);display:block;letter-spacing:.04em!important;margin-top:8px!important}.product-variant-tax{display:block;margin-top:3px!important}.product-variant-summary{flex-direction:column;flex:none;align-items:flex-end;gap:10px;display:flex}.product-variant-price{white-space:nowrap;font-size:1.1rem!important}.product-variant-stock{text-transform:capitalize}.product-variant-add{width:100%;margin-top:auto!important}.product-variant-quantity{text-align:center;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;width:100%;margin-top:auto;display:grid!important}.product-variant-quantity .MuiButton-root{width:38px;min-width:38px;height:36px;padding:0;font-size:17px}.product-variant-quantity>b{text-align:center}.stacked-card-list{gap:18px!important}.customer-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.customer-media-card{border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow-sm)!important;border-radius:16px!important}.customer-media-card img,.customer-media-card video{aspect-ratio:16/7;object-fit:cover;background:var(--gray-100);width:100%;display:block}.customer-media-card>.MuiBox-root{padding:16px 18px}.customer-banner-list{gap:18px;margin-bottom:28px;display:grid}.customer-banner{background:#12303f;min-height:260px;position:relative}.customer-banner img,.customer-banner video{aspect-ratio:16/5;object-fit:cover;width:100%;min-height:260px;max-height:430px}.customer-banner .customer-banner-copy{color:#fff;background:linear-gradient(#0000,#12303fe6);padding:42px 28px 22px;position:absolute;inset:auto 0 0}.customer-banner-copy .MuiTypography-root{color:inherit}.storefront-hero{flex-direction:column;justify-content:center;min-height:360px;display:flex}.media-filter-bar>.MuiStack-root,.payment-filter-bar>.MuiStack-root{grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(150px,.75fr)) auto;width:100%;align-items:center!important;gap:14px!important;display:grid!important}.media-filter-bar .MuiFormControl-root,.payment-filter-bar .MuiFormControl-root{width:100%;min-width:0}.media-filter-bar>.MuiStack-root>.MuiButton-root,.payment-filter-bar>.MuiStack-root>.MuiButton-root{min-width:76px}@media (width<=1199px){.media-filter-bar>.MuiStack-root,.payment-filter-bar>.MuiStack-root{grid-template-columns:repeat(2,minmax(0,1fr))}.media-filter-bar>.MuiStack-root>.MuiButton-root,.payment-filter-bar>.MuiStack-root>.MuiButton-root{width:fit-content}}@media (width<=699px){.customer-media-grid{grid-template-columns:minmax(0,1fr);gap:14px}.media-filter-bar>.MuiStack-root,.payment-filter-bar>.MuiStack-root{grid-template-columns:minmax(0,1fr)}.media-filter-bar>.MuiStack-root>.MuiButton-root,.payment-filter-bar>.MuiStack-root>.MuiButton-root{width:100%}}.product-card-content>.MuiStack-root,.cart-quantity-control{gap:8px;width:fit-content;min-width:112px}.product-card-content>.MuiStack-root .MuiButton-root,.cart-quantity-control .MuiButton-root{border-radius:9px;width:36px;min-width:36px;height:36px;min-height:36px;padding:0;font-size:19px;line-height:1}.product-card-content>.MuiStack-root>b,.cart-quantity-control>b{text-align:center;min-width:22px;color:var(--primary-dark);font-size:16px;line-height:36px}.cart-items,.checkout-layout>.MuiStack-root{min-width:0}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiCardContent-root{padding:20px}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiCardContent-root>.MuiStack-root{grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:18px;display:grid!important}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiCardContent-root>.MuiStack-root>.MuiBox-root{min-width:0}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiCardContent-root>.MuiStack-root>.MuiBox-root>b{margin-bottom:3px;font-size:17px;line-height:1.35;display:block}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiCardContent-root>.MuiStack-root>b:last-child{white-space:nowrap;align-self:start;padding-top:3px;font-size:18px}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiBox-root>.MuiStack-root .MuiButton-root{width:36px;min-width:36px;height:36px;min-height:36px;padding:0;font-size:19px}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiBox-root>.MuiStack-root>b{text-align:center;min-width:22px;font-size:16px}.cart-item-card .MuiCardContent-root{padding:20px}.cart-items-card{border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.cart-item-row{grid-template-columns:42px 72px minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px;position:relative;display:grid!important}.cart-item-row.cart-item-selected{background:#fbfefd}.cart-item-divider{position:absolute;bottom:0;left:24px;right:24px}.cart-item-row>.MuiCheckbox-root{justify-self:center}.cart-item-details{min-width:0}.cart-item-details .cart-quantity-control{margin-top:12px}.cart-item-copy{min-width:0}.cart-item-title{font-size:17px!important;font-weight:700!important;line-height:1.35!important}.cart-line-price{white-space:nowrap;color:var(--primary-dark);align-self:start;padding-top:3px;font-size:18px}.checkout-summary{border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)!important;border-radius:14px!important;padding:28px!important}.checkout-summary .summary-line,.checkout-summary>.MuiStack-root{align-items:center;gap:24px;margin:14px 0;font-size:15px;justify-content:space-between!important;display:flex!important}.checkout-summary .summary-total{padding-top:4px;font-size:17px}.checkout-summary .MuiButton-root{min-height:44px;margin-top:18px}.auth-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.auth-page{max-width:560px!important;padding-top:32px!important;padding-bottom:48px!important}.auth-card{border:1px solid var(--gray-200);border-radius:20px!important;padding:40px 42px!important;box-shadow:0 12px 34px #12303f14!important}.auth-card .MuiTypography-h4{letter-spacing:-.025em;margin-top:3px;margin-bottom:8px;font-size:clamp(1.75rem,4vw,2.15rem);line-height:1.18}.auth-card>.MuiTypography-body1{max-width:46ch;line-height:1.55}.auth-form{margin-top:26px;flex-direction:column!important;gap:16px!important;display:flex!important}.auth-form .MuiInputBase-root{border-radius:10px;min-height:52px}.auth-form>.MuiButton-root{min-height:46px}.auth-consent{margin:-2px 0 -4px -6px!important}.auth-consent .MuiFormControlLabel-label{font-size:14px;line-height:1.4}.auth-divider{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;font-size:12px;margin:26px 0 20px!important}.auth-alert{align-items:center;margin-bottom:14px;border-radius:10px!important}.auth-section-label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em!important;margin-top:26px!important;margin-bottom:10px!important;font-size:12px!important;font-weight:700!important}.auth-links{margin-top:0}.auth-links .MuiButton-root{min-height:40px;padding:6px 12px;font-size:13px;font-weight:600}.auth-switch{text-align:center;color:var(--gray-600);margin-top:24px!important;font-size:14px!important}.portal-login-card{position:relative;overflow:hidden}.portal-back{color:var(--gray-600)!important;margin:-10px 0 20px -8px!important;font-size:13px!important}.portal-icon{width:54px;height:54px;color:var(--primary-color);background:#0f766e1a;border-radius:15px;place-items:center;margin-bottom:18px;display:grid}.portal-icon-admin{color:var(--secondary-color);background:#1f5f741c}.portal-icon .MuiSvgIcon-root{font-size:30px}.portal-footer-links{margin:12px -8px -8px}.portal-footer-links .MuiButton-root{padding:5px 8px;font-size:13px}.portal-divider{margin:24px 0 0!important}.portal-label{margin-top:16px!important}.portal-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.portal-links .MuiButton-root{background:var(--gray-100);border-radius:9px;min-height:38px}.portal-links .MuiButton-root:hover{background:#e7f1ee}.portal-page{padding-top:28px;padding-bottom:48px}.business-rule-list{gap:16px!important}.business-rule-row{grid-template-columns:minmax(240px,1fr) minmax(180px,252px) auto;align-items:center;gap:16px!important;display:grid!important}.business-rule-row>.MuiButton-root{min-width:82px}.return-request-fields{padding-top:12px!important}.return-request-fields>.MuiStack-root{gap:18px!important}.return-request-dialog .MuiDialogActions-root{gap:12px;padding:18px 24px 22px}.MuiDialogContent-root section+section{margin-top:28px}.MuiDialogContent-root section>.MuiStack-root{gap:12px!important}.MuiDialogContent-root section>.MuiStack-root+.MuiStack-root{margin-top:14px!important}.MuiDialogContent-root section>.MuiStack-root+.MuiStack-root>.MuiStack-root{min-height:48px;padding:6px 0;gap:16px!important}.partial-receipt-actions{border:1px solid var(--gray-200);background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;padding:16px;display:flex;gap:12px!important}.partial-receipt-actions>.MuiTextField-root{min-width:220px;flex:320px!important}.partial-receipt-actions>.MuiButton-root{white-space:nowrap;flex:none;margin:0!important}.dealer-transfer-actions{flex-wrap:wrap;align-items:center;min-width:max-content;display:flex;gap:12px!important}.dealer-transfer-actions .MuiButton-root{white-space:nowrap;margin:0!important}.request-review-actions{flex-wrap:wrap;display:flex;gap:10px!important}.credit-note-heading{gap:16px}.credit-note-heading .MuiTextField-root{min-width:190px}.credit-note-rollup{gap:16px!important}.credit-note-rollup>.MuiPaper-root{border-radius:12px;flex:220px;padding:18px 20px}.workspace-tabs{background:#fff;margin:22px 0 0;overflow:hidden;border-color:var(--gray-200)!important;border-radius:12px!important}.workspace-tabs .MuiTabs-indicator{height:3px}.workspace-tabs .MuiTab-root{text-transform:none;min-height:54px;padding-inline:20px;font-weight:750}.workspace-tab-panel{border:1px solid var(--gray-200);background:#f8fbfa;border-radius:14px;margin-top:18px;padding:26px}.workspace-tab-panel>.supply-section-title:first-child{margin-top:0}.operation-action-card{flex-direction:column;align-items:flex-start;gap:14px;max-width:720px;padding:24px;display:flex;border-radius:14px!important}.business-operations-page .credit-note-heading{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:20px 22px;margin-bottom:22px!important}.business-operations-page .credit-note-heading>div{flex-direction:column;flex:auto;gap:5px;min-width:0;display:flex}.business-operations-page .credit-note-heading>.MuiTextField-root{flex:none;margin-left:auto}.business-operations-page .credit-note-rollup{gap:18px!important;margin-bottom:30px!important}.business-operations-page .credit-note-rollup>.MuiPaper-root{background:#fff;flex-direction:column;justify-content:center;gap:6px;min-height:112px;padding:22px 24px;display:flex}.business-operations-page .credit-note-rollup .MuiTypography-h5{font-size:1.75rem;font-weight:800}.business-operations-page .workspace-tab-panel>.MuiTypography-root+.portal-table-card{margin-top:10px}.business-operations-page .workspace-tab-panel>.portal-table-card+.MuiTypography-root{margin-top:32px!important}.business-operations-page .workspace-tab-panel>.portal-table-card{background:#fff;margin-bottom:4px}.business-operations-page .business-rule-list{gap:14px!important}.business-operations-page .business-rule-list>.MuiPaper-root{background:#fff;border-radius:12px}.procurement-page .procurement-form-card{border-radius:14px;margin-bottom:36px;padding:28px 30px}.procurement-form-heading{flex-direction:column;gap:6px;margin-bottom:24px;display:flex}.procurement-header-fields{row-gap:8px}.procurement-items-section{border-top:1px solid var(--gray-200);margin-top:30px;padding-top:24px}.procurement-items-section>.MuiTypography-root{margin-bottom:14px}.procurement-item-list{gap:16px!important}.procurement-item-row{align-items:center}.procurement-remove-cell{align-items:center;min-height:56px;display:flex}.procurement-form-actions{justify-content:flex-end;margin-top:24px;gap:14px!important}.procurement-history{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.procurement-history>.MuiTypography-root{margin:0}.warehouse-supply-page .workspace-tab-panel{padding-top:24px}.warehouse-supply-page .workspace-tab-panel .supply-section-title{margin:0 0 18px}.warehouse-supply-page .workspace-tab-panel .portal-table-card{background:#fff}.return-requests-page>.MuiTypography-h6{margin-top:30px;margin-bottom:12px}.return-requests-page>.MuiTypography-h6:first-of-type{margin-top:8px}.return-requests-page>.portal-table-card{margin-bottom:30px}.return-requests-page>.MuiAlert-root{margin-bottom:22px}.return-requests-page .workspace-tab-panel>.MuiTypography-h6{margin-bottom:14px}.return-requests-page .workspace-tab-panel>.MuiAlert-root,.return-requests-page .workspace-tab-panel>.portal-table-card{margin-bottom:0}.portal-table th,.portal-table td{line-height:1.45}.portal-table th{padding-top:15px;padding-bottom:15px}.portal-table td{padding-top:16px;padding-bottom:16px}.MuiDialogContent-root .record-editor-fields,.record-editor-fields{gap:18px}@media (width<=700px){.business-rule-row{grid-template-columns:minmax(0,1fr);align-items:stretch}.business-rule-row>.MuiButton-root{width:100%}.return-request-dialog .MuiDialogActions-root{flex-direction:column-reverse;align-items:stretch;padding:14px 20px 20px}.return-request-dialog .MuiDialogActions-root .MuiButton-root{width:100%;margin:0}.partial-receipt-actions{align-items:stretch}.partial-receipt-actions>.MuiTextField-root,.partial-receipt-actions>.MuiButton-root{width:100%;min-width:0}.workspace-tab-panel{margin-top:14px;padding:18px}.workspace-tabs .MuiTab-root{min-height:50px;padding-inline:14px}.business-operations-page .credit-note-heading{align-items:stretch;padding:18px}.business-operations-page .credit-note-heading .MuiTextField-root{width:100%;min-width:0;margin-left:0}.business-operations-page .credit-note-rollup{gap:12px!important}.return-requests-page>.MuiTypography-h6{margin-top:24px}}.page-header-row,.page-header-copy{min-width:0}.page-header-row{grid-template-columns:minmax(0,1fr) auto;width:100%;align-items:start!important;display:grid!important}.page-header-copy .MuiTypography-h4{margin-bottom:4px}.page-header-action{flex:none;justify-self:end;align-items:flex-start;padding-top:8px;display:flex}.page-header-action .MuiButton-root{white-space:nowrap;border-radius:9px;width:auto;min-width:104px;height:40px;min-height:40px;padding:0 18px}.portal-metric{border:1px solid var(--gray-200);height:100%;padding:22px;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.portal-metric .MuiTypography-h4{margin:6px 0 2px;font-size:27px}.portal-table-card{border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.portal-table-scroll{overflow-x:auto}.portal-table{border-collapse:collapse;width:100%;min-width:760px}.portal-table th,.portal-table td{border-bottom:1px solid var(--gray-200);text-align:left;white-space:nowrap;padding:13px 16px;font-size:13px}.portal-table th:nth-last-child(3),.portal-table td:nth-last-child(3){padding-right:30px}.portal-table th{color:var(--primary-dark);letter-spacing:.035em;text-transform:uppercase;background:#edf5f2;font-size:12px;font-weight:800}.portal-table tbody tr:hover{background:#f7faf9}.portal-table-footer{color:var(--gray-600);justify-content:space-between;align-items:center;padding:12px 16px;font-size:13px;display:flex}.portal-side-panel{border:1px solid var(--gray-200);padding:24px;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.metric-icon{width:34px;height:34px;color:var(--primary-color);background:#0f766e1a;border-radius:9px;place-items:center;display:grid}.metric-icon .MuiSvgIcon-root{font-size:19px}.portal-metric>.MuiStack-root{gap:16px;width:100%;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;display:flex!important}.portal-metric>.MuiTypography-h4{margin:16px 0 6px;line-height:1.1}.portal-metric>.MuiTypography-caption{line-height:1.4;display:block}.portal-toolbar,.report-filter-bar{border:1px solid var(--gray-200);margin-bottom:18px;padding:14px;box-shadow:none!important;border-radius:12px!important}.portal-toolbar>.MuiStack-root,.report-filter-bar>.MuiStack-root{width:100%;flex-direction:row!important;align-items:center!important;gap:12px!important;display:flex!important}.portal-toolbar>.MuiStack-root>.MuiBox-root,.report-filter-bar>.MuiStack-root>.MuiBox-root{min-width:24px;display:block;flex:auto!important}.portal-toolbar>.MuiStack-root>.MuiButton-root,.report-filter-bar>.MuiStack-root>.MuiButton-root{white-space:nowrap;flex:none;min-height:42px;padding:0 18px}.portal-toolbar .portal-search{flex:0 360px}.portal-toolbar .portal-status-filter{flex:0 0 165px}.portal-search{width:min(100%,320px)}.portal-status-filter{min-width:160px}.section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.portal-page>.page-header-row+.MuiGrid-root{margin-bottom:32px}.portal-page .section-heading+.portal-table-card{margin-top:16px}.portal-side-panel>.MuiTypography-body2{margin-top:4px;margin-bottom:24px;display:block}.portal-side-panel>.MuiBox-root{margin-top:20px}.portal-side-panel>.MuiBox-root .MuiStack-root{gap:18px;width:100%;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.portal-side-panel>.MuiBox-root .MuiStack-root span{min-width:0;color:var(--gray-700)}.portal-side-panel>.MuiBox-root .MuiStack-root b{color:var(--primary-dark);flex:none}.portal-side-panel .MuiLinearProgress-root{margin-top:9px}.portal-page .section-heading{min-height:48px;margin-bottom:16px}.portal-page .section-heading .MuiTypography-h6{margin-bottom:4px}.portal-page .section-heading>.MuiButton-root{flex:none;align-self:center;min-width:78px}.analytics-card{border:1px solid var(--gray-200);height:100%;min-height:350px;padding:24px;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.report-kpi .MuiChip-root{margin-top:8px}.report-kpi>.MuiTypography-h4{margin:18px 0 10px}.report-filter-bar+.MuiGrid-root{margin-bottom:28px!important}.analytics-card>.MuiStack-root:first-child{gap:20px;width:100%;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;display:flex!important}.analytics-card>.MuiStack-root:first-child>.MuiBox-root{flex:auto;min-width:0}.analytics-card>.MuiStack-root:first-child>.MuiChip-root{flex:none;margin-left:auto}.analytics-card>.MuiTypography-h6,.analytics-card>.MuiStack-root .MuiTypography-h6{margin-bottom:5px}.analytics-card>.MuiTypography-body2{margin-bottom:8px;display:block}.report-filter-bar+.MuiGrid-root+.MuiGrid-root{row-gap:28px}.bar-chart{border-bottom:1px solid var(--gray-300);align-items:flex-end;gap:clamp(12px,4vw,34px);height:250px;margin-top:28px;padding-top:12px;display:flex}.bar-column{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:7px;min-width:28px;height:100%;display:flex}.bar-column b,.bar-column small{white-space:nowrap;font-size:11px}.bar-column small{color:var(--gray-600)}.bar-track{background:#edf3f1;border-radius:7px 7px 0 0;align-items:flex-end;width:min(48px,80%);height:175px;display:flex;overflow:hidden}.bar-track span{background:linear-gradient(#14b8a6,#0f766e);border-radius:7px 7px 0 0;width:100%;min-height:8px}.donut-wrap{place-items:center;padding:28px 0 20px;display:grid}.donut-chart{background:conic-gradient(#0f766e 0 62%, #4aa3b5 62% 87%, #d69e2e 87% 100%);border-radius:50%;place-items:center;width:156px;height:156px;display:grid;position:relative}.donut-chart:after{content:"";background:#fff;border-radius:50%;width:94px;height:94px;position:absolute}.donut-chart span{z-index:1;text-align:center;font-size:20px;font-weight:800}.donut-chart small{color:var(--gray-600);font-size:11px;font-weight:500;display:block}.legend-row{grid-template-columns:10px 1fr auto;align-items:center;gap:9px;margin-top:11px;font-size:13px;display:grid}.legend-row i{border-radius:50%;width:9px;height:9px}.community-card,.tier-card{border:1px solid var(--gray-200);height:100%;padding:22px;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.whatsapp-icon{color:#128c4a;background:#e2f7ea;border-radius:13px;flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid}.tier-card{border-top:4px solid}.tier-card .MuiTypography-h5{margin:8px 0 2px}.reward-tabs{border:1px solid var(--gray-200);overflow:hidden;box-shadow:none!important;border-radius:12px!important}.reward-flow{max-width:760px;margin:0 auto}.reward-flow-item{flex-direction:column;align-items:center;display:flex}.reward-flow-step{border:1px solid #d7b584;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;width:100%;min-height:66px;padding:12px 18px;display:grid;box-shadow:none!important;background:#fffaf2!important;border-radius:10px!important}.reward-flow-step>span{color:#7a4c18;background:#f1dfc2;border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:grid}.reward-flow-arrow{color:#9f3a38;margin:5px 0;font-size:19px!important}.wallet-credit{color:#0f766e}.wallet-debit{color:#c0564a}.registration-page{padding-top:28px;padding-bottom:48px}.registration-card{border:1px solid var(--gray-200);padding:clamp(22px,4vw,42px);box-shadow:var(--shadow-sm)!important;border-radius:18px!important}.form-section{border-top:1px solid var(--gray-200);margin-top:30px;padding-top:22px}.form-section .MuiTypography-h6{align-items:center;gap:10px;margin-bottom:18px;display:flex}.form-section .MuiTypography-h6 span{width:28px;height:28px;color:var(--primary-color);background:#e1f1ed;border-radius:50%;place-items:center;font-size:13px;display:grid}.pack-selector{grid-template-columns:repeat(3,1fr);gap:6px;margin:12px 0 8px;display:grid}.pack-selector button{border:1px solid var(--gray-300);min-height:32px;color:var(--gray-700);box-shadow:none;background:#fff;border-radius:7px;padding:4px;font-size:12px}.pack-selector button.selected{border-color:var(--primary-color);color:var(--primary-color);background:#e8f4f1;font-weight:800}.customer-order-card,.order-detail-card,.tracking-card,.location-panel,.profile-summary,.profile-details,.address-card,.family-stat,.simple-benefit-card{border:1px solid var(--gray-200);padding:22px;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.order-item-strip{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);gap:16px;margin:18px 0;padding:14px 0;display:flex;overflow-x:auto}.order-item-strip>div{grid-template-columns:44px 1fr;align-items:center;gap:9px;min-width:150px;display:grid}.order-item-strip span,.order-detail-item>span{border-radius:10px;place-items:center;width:44px;height:44px;font-size:23px;display:grid}.order-item-strip small b,.order-detail-item small{color:var(--gray-600);display:block}.order-detail-item{border-bottom:1px solid var(--gray-200);grid-template-columns:50px 1fr auto;align-items:center;gap:12px;padding:15px 0;display:grid}.tracking-steps{grid-template-columns:repeat(5,1fr);margin-top:28px;display:grid}.tracking-steps>div{text-align:center;position:relative}.tracking-steps>div:after{content:"";background:var(--gray-300);z-index:0;width:100%;height:3px;position:absolute;top:17px;left:50%}.tracking-steps>div:last-child:after{display:none}.tracking-steps span{z-index:1;background:var(--gray-300);border-radius:50%;place-items:center;width:36px;height:36px;margin:auto;display:grid;position:relative}.tracking-steps .done span,.tracking-steps .done:after{background:var(--primary-color);color:#fff}.tracking-steps b,.tracking-steps small{margin-top:7px;display:block}.tracking-steps small{color:var(--gray-600);font-size:11px}.location-icon{width:54px;height:54px;color:var(--primary-color);background:#e4f3ef;border-radius:50%;place-items:center;margin-bottom:16px;display:grid}.profile-summary{text-align:left}.profile-summary .MuiAvatar-root{width:72px;height:72px;margin:0;font-size:1.35rem}.profile-summary .MuiChip-root{margin-top:12px}.profile-details dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-details dt{color:var(--gray-600);font-size:12px}.profile-details dd{margin:3px 0 0;font-weight:700}.family-stat{text-align:center}.simple-steps{padding-left:22px;line-height:1.9}@media (width<=599px){.tracking-steps{grid-template-columns:1fr;gap:12px}.tracking-steps>div{text-align:left;grid-template-columns:40px 1fr;align-items:center;display:grid}.tracking-steps>div:after{width:3px;height:28px;top:35px;left:18px}.tracking-steps span{grid-row:1/span 2}.tracking-steps b,.tracking-steps small{margin:0}.profile-details dl{grid-template-columns:1fr}}.order-page{width:100%;padding:clamp(20px,2.4vw,36px) clamp(16px,3vw,40px) 48px!important}.page-header-row{margin-bottom:28px!important}.page-header-copy .MuiTypography-overline{margin-bottom:4px;display:block}.shared-back-button{margin:0 0 10px -8px!important}.profile-page>.MuiGrid-root>.MuiGrid-root{display:flex}.profile-page .profile-summary,.profile-page .profile-details{width:100%;height:100%;min-height:360px;padding:32px}.profile-page .profile-summary{flex-direction:column;justify-content:flex-start;display:flex}.profile-identity{align-items:center;gap:18px;display:flex}.profile-page .profile-identity{margin-bottom:24px}.profile-identity .MuiTypography-h5{margin-bottom:2px}.profile-identity .MuiStack-root{gap:8px!important}.profile-page .profile-summary .MuiChip-root{margin-top:8px}.profile-rewards-label{display:block;letter-spacing:.06em!important;margin-top:28px!important;margin-bottom:8px!important}.profile-reward-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;margin-top:0;display:grid}.profile-reward-stats>div{text-align:left;background:#eef6f4;border-radius:10px;flex-direction:column;justify-content:center;gap:4px;min-height:86px;padding:16px 18px;display:flex}.profile-reward-stats small{color:var(--gray-600)}.profile-reward-stats b{color:var(--primary-dark);font-size:1.1rem}.membership-progress{border-top:1px solid var(--gray-200);margin-top:22px;padding-top:18px}.membership-progress>div:nth-child(2){background:var(--gray-200);border-radius:999px;height:8px;margin:10px 0 7px;overflow:hidden}.membership-progress>div:nth-child(2) span{background:var(--primary-color);border-radius:inherit;width:64%;height:100%;display:block}.profile-benefits{border-top:1px solid var(--gray-200);margin-top:26px;padding-top:20px}.profile-benefit-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:8px 0 16px;display:grid}.profile-benefit-row>div{border:1px solid var(--gray-200);background:#f7faf9;border-radius:10px;flex-direction:column;gap:3px;padding:14px;display:flex}.profile-benefit-row small,.profile-benefit-row span{color:var(--gray-600)}.profile-benefit-row b{color:var(--primary-dark);font-size:1.15rem}.profile-benefit-row span{font-size:11px}.feedback-category-card{flex-direction:column;gap:14px;min-width:0;height:100%;padding:22px;display:flex}.feedback-card-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.feedback-category-card .MuiTypography-body2{min-height:42px;margin:0;line-height:1.45}.feedback-category-card .MuiRating-root{width:fit-content;margin:2px 0;display:flex}.feedback-category-card .MuiTextField-root{margin-top:auto}.feedback-submit-row{margin-top:20px}.feedback-alert{margin-top:18px}.feedback-warning{margin-top:0;margin-bottom:18px}.feedback-history-title{margin-top:34px!important;margin-bottom:14px!important}.feedback-api-note{margin-top:18px}.addresses-page .MuiGrid-container{align-items:stretch}.addresses-notice{margin-bottom:20px}.address-card{flex-direction:column;gap:20px;height:100%;min-height:230px;padding:28px 32px;display:flex}.address-card-heading{width:100%;justify-content:flex-start!important;gap:10px!important}.address-card-heading .MuiTypography-root{margin:0;line-height:1.2}.address-card-heading .MuiChip-root{flex:none}.address-card-copy{overflow-wrap:anywhere;margin:0;line-height:1.55!important}.address-card-actions{margin-top:auto}.address-card-actions .MuiButton-root{min-width:64px;padding-inline:10px}.warehouse-supply-page .supply-notice{margin-bottom:20px}.warehouse-supply-page .supply-metrics{margin-bottom:30px}.warehouse-supply-page .supply-section-title{margin:30px 0 14px}.warehouse-supply-page .portal-table-card+.supply-section-title{margin-top:34px}.transfer-details-dialog .MuiDialog-paper{border-radius:16px}.transfer-details-dialog .MuiDialogTitle-root{padding:22px 24px 12px;font-weight:800}.transfer-details-dialog .MuiDialogContent-root{padding:12px 24px 20px}.transfer-details-meta{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.transfer-details-copy{flex-direction:column;gap:8px;min-width:0;display:flex}.transfer-details-meta .MuiTypography-root{line-height:1.45}.transfer-details-meta .MuiChip-root{flex:none}.transfer-details-table{border:1px solid var(--gray-200);border-radius:12px}.transfer-details-table .portal-table{margin:0}.transfer-details-table .portal-table th,.transfer-details-table .portal-table td{padding:15px 18px}@media (width<=599px){.transfer-details-dialog .MuiDialogTitle-root{padding:20px 18px 10px}.transfer-details-dialog .MuiDialogContent-root{padding:10px 18px 18px}.transfer-details-meta{gap:12px}}.stock-transfer-fields{flex-direction:column;gap:18px;display:flex;padding-top:16px!important}.transfer-item-row{grid-template-columns:minmax(220px,1fr) 150px 150px;align-items:center;gap:14px;padding:14px 16px;display:grid}.portal-page .portal-metric{flex-direction:column;justify-content:center;height:100%;min-height:150px;padding:28px 30px;display:flex}.portal-page .MuiGrid-container:has(.portal-metric){margin-bottom:36px!important}.portal-page .MuiGrid-container>.MuiGrid-root>.MuiTypography-h6{margin-bottom:12px!important}.portal-page .MuiGrid-container+.MuiGrid-container{margin-top:4px}@media (width<=700px){.transfer-item-row{grid-template-columns:1fr}}.feedback-page>.MuiStack-root{width:100%;justify-content:flex-end!important;margin-top:24px!important;margin-bottom:0!important}.feedback-page>.MuiTypography-h5{margin-top:32px!important;margin-bottom:14px!important}.dealer-document-list{gap:10px;display:grid}.dealer-document-list>div{border:1px solid var(--gray-200);border-radius:10px;justify-content:space-between;align-items:center;gap:20px;min-width:0;padding:14px 16px;display:flex}.dealer-document-list span{flex-direction:column;gap:2px;min-width:0;display:flex}.dealer-document-list small{color:var(--gray-600)}.dealer-document-list .MuiButton-root{white-space:nowrap;flex:0 0 116px;gap:8px;min-width:116px;min-height:40px;flex-direction:row!important;justify-content:center!important;align-items:center!important;padding:7px 12px!important;display:inline-flex!important}.dealer-document-list .MuiButton-startIcon{align-items:center;display:inline-flex;margin:0!important}.dealer-document-list .MuiButton-startIcon svg{width:19px;height:19px}.dealer-document-list .MuiButton-root{line-height:1;flex-direction:row!important;justify-content:center!important;align-items:center!important;display:inline-flex!important}.dealer-document-list .MuiButton-root .MuiButton-icon,.dealer-document-list .MuiButton-root .MuiButton-startIcon{display:none!important}.dealer-document-list .MuiButton-root:before{content:"⇧";margin-right:8px;font-size:20px;font-weight:700;line-height:1;display:inline-block}.membership-progress>.MuiStack-root{width:100%;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:20px!important;display:flex!important}.membership-progress>.MuiStack-root>*{min-width:0}.membership-progress>.MuiStack-root>.MuiTypography-root:last-child{display:none}.profile-benefits>.MuiStack-root{flex-wrap:wrap;align-items:center;flex-direction:row!important;gap:10px!important;display:flex!important}.profile-benefits>.MuiStack-root .MuiButton-root{margin:0}@media (width<=899px){.profile-page .profile-summary,.profile-page .profile-details{min-height:0}}@media (width<=480px){.profile-identity{align-items:flex-start}.profile-summary .MuiAvatar-root{width:58px;height:58px}.profile-reward-stats,.profile-benefit-row{grid-template-columns:1fr}}.page-header-copy .MuiTypography-h4{margin-bottom:8px;line-height:1.2}.page-header-copy>.MuiTypography-body1{line-height:1.55}.product-grid{gap:22px}.product-filter-bar{margin-bottom:24px;padding:18px}.product-filter-bar>.MuiStack-root{grid-template-columns:minmax(280px,1fr) minmax(210px,240px) minmax(190px,220px) auto;align-items:center!important;gap:16px!important;display:grid!important}.product-filter-bar .MuiTextField-root{width:100%;min-width:0}.portal-toolbar>.MuiStack-root>.MuiTypography-root{display:none}.category-navigation-card{height:100%;transition:transform var(--transition-fast), box-shadow var(--transition-fast)}.category-navigation-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card-content{padding:18px!important}.portal-page>.MuiGrid-root,.order-page>.MuiGrid-root{row-gap:24px}.portal-toolbar,.report-filter-bar{margin-bottom:24px;padding:18px}.portal-table-card+.portal-table-card,.simple-benefit-card+.portal-table-card{margin-top:24px}.customer-benefits-page>.MuiTypography-h5{margin:0 0 8px}.customer-benefits-page>.MuiTypography-body1+.portal-table-card{margin-top:18px}.customer-benefits-page>.portal-table-card+.MuiTypography-h5{margin-top:32px}.customer-benefits-page>.MuiTypography-h5+.portal-table-card{margin-top:14px}.portal-side-panel,.analytics-card,.community-card,.tier-card,.portal-metric{padding:24px}.tracking-card{margin-bottom:24px;padding:28px 30px}.tracking-card+.MuiGrid-root{margin-top:0!important}.order-detail-card{height:100%;padding:28px}.order-detail-card>.MuiTypography-h6,.location-panel>.MuiTypography-h6,.profile-details>.MuiTypography-h6{margin-bottom:18px}.order-detail-card p{margin:0 0 24px;line-height:1.55}.order-detail-card p:last-child{margin-bottom:0}.order-detail-item{padding:18px 0}.customer-order-card{padding:20px 24px}.customer-order-card>.MuiStack-root:first-child{grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:28px;width:100%;display:grid!important}.customer-order-card>.MuiStack-root:first-child .MuiChip-root{justify-self:end}.customer-order-summary .MuiTypography-root:last-child{margin-top:4px;font-size:18px}.customer-order-actions{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;gap:8px!important}.customer-order-actions .MuiButton-root{min-height:38px}.customer-order-links{align-items:center;gap:8px;display:flex}.customer-order-links .MuiButton-root:first-child{padding-left:0}.delivery-location-bar{z-index:1090;min-height:42px;color:var(--primary-dark);border-bottom:1px solid var(--gray-200);background:#eef6f4;align-items:center;gap:8px;padding:5px clamp(16px,3vw,40px);display:flex;position:sticky;top:64px;box-shadow:0 2px 8px #12303f0d}.delivery-location-bar span{color:var(--gray-600)}.delivery-location-bar .MuiButton-root{margin-left:4px}.page-back-button{margin-bottom:14px!important}.cart-selection-bar{justify-content:space-between;align-items:center;margin-bottom:18px;padding:10px 16px;display:flex}.cart-item-selected{background:#fbfefd;border-color:#0f766e73!important}.repeat-order-picker{align-items:center;gap:20px;margin-bottom:24px;padding:18px;display:flex}.repeat-order-picker .MuiTextField-root{min-width:340px}.repeat-order-item{border:1px solid var(--gray-200);grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 18px;display:grid;border-radius:14px!important}.repeat-order-item.selected{background:#fbfefd;border-color:#0f766e73}.pos-layout{grid-template-columns:minmax(0,1fr) minmax(320px,390px);align-items:start;gap:24px;display:grid}.pos-catalogue{min-width:0}.pos-toolbar{grid-template-columns:minmax(0,1fr) minmax(210px,260px);gap:14px;margin-bottom:18px;padding:16px;display:grid}.pos-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.pos-product{border:1px solid var(--gray-200);flex-direction:column;gap:16px;min-width:0;padding:18px;display:flex;box-shadow:var(--shadow-sm)!important;border-radius:14px!important}.pos-product.selected{background:#fbfefd;border-color:#0f766e73}.pos-product-main{justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;display:flex}.pos-product-copy{min-width:0}.pos-product-name{line-height:1.3!important}.pos-product-variant{margin-top:5px!important;line-height:1.35!important}.pos-product-sku{color:var(--gray-600);display:block;margin-top:8px!important}.pos-product-summary{flex-direction:column;flex:none;align-items:flex-end;gap:10px;display:flex}.pos-product-price{white-space:nowrap;font-size:1.1rem!important}.pos-product>.MuiButton-root,.pos-stepper,.pos-pack-selector{grid-column:1/-1}.pos-pack-selector{gap:6px;max-width:100%;padding-top:2px;display:flex;overflow-x:auto}.pos-pack-selector button{min-height:30px;color:var(--gray-700);border:1px solid var(--gray-300);cursor:pointer;font:inherit;background:#fff;border-radius:7px;flex:none;padding:4px 9px;font-size:12px}.pos-pack-selector button.selected{color:var(--primary-color);border-color:var(--primary-color);background:#e8f4f1;font-weight:800}.pos-product>.MuiButton-root{width:100%;margin-top:8px}.pos-stepper{text-align:center;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;display:grid}.pos-stepper .MuiButton-root{width:38px;min-width:38px;height:36px;padding:0}.pos-bill{border:1px solid var(--gray-200);padding:22px;position:sticky;top:124px;box-shadow:var(--shadow-sm)!important;border-radius:16px!important}.pos-bill-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.pos-bill-heading .MuiChip-root{justify-self:end}.pos-lines{gap:0;max-height:330px;margin:18px 0;display:grid;overflow-y:auto}.pos-lines>.MuiBox-root:not(.pos-empty){border-bottom:1px solid var(--gray-200);justify-content:space-between;gap:18px;padding:11px 0;display:flex}.pos-lines span{flex-direction:column;min-width:0;display:flex}.pos-lines small{color:var(--gray-600)}.pos-lines strong{flex:none}.pos-empty{color:var(--gray-600);text-align:center;background:var(--gray-100);border-radius:10px;padding:28px 14px}.pos-total-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:16px 0;display:grid}.pos-total-row .MuiTypography-h5{white-space:nowrap;justify-self:end}.pos-actions .MuiButton-root{flex:1 1 0}.pos-actions{gap:12px!important;margin-top:18px!important}@media (width<=1199px){.pos-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=899px){.pos-layout{grid-template-columns:minmax(0,1fr)}.pos-bill{position:static}}@media (width<=599px){.cart-selection-bar{margin-bottom:14px}.pos-toolbar,.pos-products{grid-template-columns:minmax(0,1fr)}.pos-toolbar{padding:14px}.pos-bill{padding:18px}.pos-bill-heading{gap:12px}.pos-total-row{gap:14px}.pos-actions{flex-direction:column!important}.pos-actions .MuiButton-root{width:100%}}.checkout-layout{gap:28px}.location-panel,.checkout-summary{padding:28px!important}.saved-address-list{gap:16px}.saved-address-card{flex-direction:column;gap:20px;transition:border-color .16s,box-shadow .16s;display:flex;border-radius:12px!important;padding:22px!important}.saved-address-card.selected{border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color)}.saved-address-copy{gap:4px}.saved-address-label{font-weight:800!important}.saved-address-text{line-height:1.55!important}.saved-address-actions{justify-content:space-between;gap:12px}.saved-address-warning{flex:1}.saved-address-actions .MuiButton-root{min-width:210px}.tour-launcher{z-index:1300;width:48px;height:48px;bottom:22px;right:22px;border:1px solid var(--gray-200)!important;background:#fff!important;position:fixed!important;box-shadow:0 8px 28px #0f172a2e!important}.tour-backdrop{z-index:1400;pointer-events:none;background:#0f172a9e;position:fixed;inset:0}.tour-highlight{border-radius:12px;outline:4px solid #fff;z-index:1401!important;position:relative!important;box-shadow:0 0 0 8px #0d9488bf,0 18px 50px #0000004d!important}.tour-card{z-index:1402;flex-direction:column;gap:16px;width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px;border-radius:16px!important;padding:22px!important;box-shadow:0 24px 70px #00000052!important}.tour-actions>.MuiStack-root{flex-wrap:wrap}@media (width<=599px){.tour-launcher{bottom:14px;right:14px}.tour-card{bottom:16px;right:16px;padding:18px!important}.tour-actions .MuiButton-root{flex:1}.saved-address-card{gap:16px;padding:18px!important}.saved-address-actions{align-items:stretch}.saved-address-actions .MuiButton-root{width:100%;min-width:0}}.profile-summary,.profile-details,.address-card,.family-stat,.simple-benefit-card{padding:26px}.registration-card{padding:clamp(26px,4vw,46px)}.form-section{margin-top:34px;padding-top:26px}.auth-card{padding:42px!important}.auth-form{gap:18px!important}@media (width<=899px){.order-page{padding:22px 18px 40px!important}.page-header-row{margin-bottom:22px!important}.product-grid{gap:16px}.tracking-card,.order-detail-card,.location-panel,.checkout-summary{padding:22px!important}}@media (width<=599px){.delivery-location-bar{top:56px}.delivery-location-bar span{display:none}.repeat-order-picker{flex-direction:column;align-items:stretch}.repeat-order-picker .MuiTextField-root{width:100%;min-width:0}.repeat-order-item{grid-template-columns:auto auto minmax(0,1fr)}.repeat-order-item>.MuiTypography-root:last-child{grid-column:3}.order-page{padding:16px 12px 32px!important}.page-header-row{margin-bottom:20px!important}.page-header-copy .MuiTypography-h4{margin-bottom:6px}.product-grid{gap:12px}.product-card-content{padding:13px!important}.customer-order-card,.tracking-card,.order-detail-card,.location-panel,.checkout-summary,.profile-summary,.profile-details,.address-card,.family-stat,.simple-benefit-card,.portal-side-panel,.analytics-card,.community-card,.tier-card,.portal-metric{padding:18px!important}.portal-toolbar,.report-filter-bar{margin-bottom:18px;padding:14px}.registration-card,.auth-card{padding:22px 18px!important}.form-section{margin-top:26px;padding-top:22px}}.portal-page .MuiTabs-root{border-bottom:1px solid var(--gray-200);min-height:44px}.portal-page .MuiTab-root{min-height:44px;padding:8px 18px;font-size:13px}.checkout-layout>.MuiPaper-root:not(.checkout-summary),.order-page>.MuiGrid-root .MuiPaper-root{border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);border-radius:14px}.checkout-layout>.MuiPaper-root:not(.checkout-summary)>.MuiStack-root{gap:18px!important}.checkout-layout .MuiInputBase-root,.order-page>.MuiGrid-root .MuiInputBase-root{border-radius:9px;min-height:50px}@media (width<=599px){.cart-item-row{grid-template-columns:36px 58px minmax(0,1fr);gap:12px}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiCardContent-root>.MuiStack-root{grid-template-columns:58px minmax(0,1fr);gap:12px}.checkout-layout>.MuiStack-root>.MuiCard-root .MuiCardContent-root>.MuiStack-root>b:last-child{grid-area:2/2;justify-self:end}.cart-item-row .MuiAvatar-root{width:58px!important;height:58px!important}.cart-line-price{grid-area:2/3;place-self:center end}.checkout-summary{padding:20px!important}.auth-links{grid-template-columns:1fr}.auth-page{padding:12px!important}.auth-card{border-radius:16px!important;padding:26px 20px!important}.auth-form{margin-top:22px;gap:14px!important}.portal-footer-links{align-items:flex-start;flex-direction:column!important}.page-header-action{justify-self:stretch;width:100%;padding-top:0}.page-header-row{grid-template-columns:minmax(0,1fr)}.page-header-action .MuiButton-root,.portal-toolbar .MuiButton-root,.report-filter-bar .MuiButton-root,.portal-search,.portal-status-filter{width:100%}.portal-toolbar>.MuiStack-root,.report-filter-bar>.MuiStack-root{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.portal-toolbar>.MuiStack-root>.MuiBox-root,.report-filter-bar>.MuiStack-root>.MuiBox-root{display:none}.portal-toolbar .portal-search,.portal-toolbar .portal-status-filter{flex:none}.analytics-card{min-height:320px;padding:18px}.section-heading{align-items:flex-start}.bar-chart{gap:8px}.bar-column b{display:none}.report-filter-bar+.MuiGrid-root{margin-bottom:20px!important}.analytics-card>.MuiStack-root:first-child{gap:10px}.order-page,.order-page .MuiGrid-root,.order-page .MuiPaper-root,.order-page .MuiCard-root,.order-page .MuiStack-root,.order-page .MuiBox-root{min-width:0;max-width:100%}.feedback-category-card{height:auto;padding:18px}.feedback-category-card .MuiTypography-body2{min-height:0}.feedback-page>.MuiStack-root{align-items:stretch}.feedback-page>.MuiStack-root .MuiButton-root{width:100%}.feedback-page>.MuiTypography-h5{margin-top:26px!important}.procurement-page .procurement-form-card{margin-bottom:28px;padding:20px 18px}.procurement-form-heading{margin-bottom:20px}.procurement-items-section{margin-top:24px;padding-top:20px}.procurement-remove-cell{justify-content:flex-end;min-height:40px}.procurement-form-actions{align-items:stretch;margin-top:20px}.procurement-form-actions .MuiButton-root{width:100%}.dealer-document-list>div{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.dealer-document-list .MuiButton-root{flex:none;width:100%;min-height:42px}.membership-progress>.MuiStack-root{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.profile-benefits>.MuiStack-root{flex-direction:column!important;align-items:stretch!important}.profile-benefits>.MuiStack-root .MuiButton-root{width:100%}.pack-selector{flex-wrap:nowrap;max-width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.pack-selector button{flex:none}.portal-table-scroll{width:100%;max-width:100%;overflow-x:auto}.customer-order-card>.MuiStack-root:last-child{align-items:stretch;flex-direction:column!important}.customer-order-card>.MuiStack-root:last-child .MuiButton-root{width:100%}}@media (width<=1199px){.product-filter-bar>.MuiStack-root{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.product-filter-bar>.MuiStack-root>.MuiTextField-root:first-child{grid-column:1/-1}.product-filter-bar>.MuiStack-root>*{min-width:0!important;max-width:none!important}}@media (width<=699px){.product-filter-bar{margin-bottom:18px;padding:14px;border-radius:12px!important}.product-filter-bar>.MuiStack-root{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}.product-filter-bar>.MuiStack-root>*{grid-column:1!important;width:100%!important}.product-filter-bar .MuiInputBase-root{width:100%;min-height:48px}.product-grid{grid-template-columns:minmax(0,1fr)!important;gap:16px!important}.product-card{width:100%;min-width:0}.product-card-content{padding:16px!important}}@media (width<=380px){.order-page{padding-left:10px!important;padding-right:10px!important}.product-filter-bar{padding:12px}.product-card-content{padding:14px!important}}.portal-page>.portal-toolbar+.MuiStack-root:has(>.MuiButton-root){display:none}.variant-management-dialog{flex-direction:column;gap:20px;display:flex;padding-top:12px!important}.variant-dialog-toolbar{width:100%;padding-bottom:4px}.variant-dialog-toolbar .MuiButton-root{flex:none;margin-left:auto}.variant-management-dialog .portal-table-scroll{border:1px solid #e1e9e7;border-radius:12px}.variant-management-dialog .portal-table td:last-child{white-space:nowrap;min-width:180px}.inline-variant-table .editing-row{background:#f3faf8}.inline-variant-table .editing-row .MuiTextField-root{min-width:105px}.inline-variant-table .editing-row td:nth-child(3) .MuiTextField-root{min-width:145px}.inline-variant-table .editing-row td:nth-child(4) .MuiTextField-root{min-width:115px}@media (width<=700px){.variant-dialog-toolbar .MuiButton-root{width:100%;margin-left:0}}
