:root{--red:#d71920;--ink:#182230;--line:#e3e8ee;--soft:#f6f8fa;--green:#16794a}*{box-sizing:border-box}body{margin:0;background:#f1f4f7;color:var(--ink);font:14px -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{max-width:1180px;margin:auto;padding:20px}.login{max-width:400px;margin:11vh auto;padding:34px;background:#fff;border:1px solid var(--line);border-radius:8px}.login form{margin-top:24px;display:grid;gap:14px}label{display:grid;gap:5px;color:#657180;font-size:12px}input,select,button{font:inherit;border:1px solid #cfd7df;border-radius:5px;padding:9px 10px;background:#fff}button{background:var(--red);border-color:var(--red);color:#fff;cursor:pointer;font-weight:700}.quiet{background:#fff;color:#344050}.danger{color:#c22a2a}header{background:#fff;padding:16px 20px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:space-between}nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:8px;margin:12px 0}.notice,.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px;margin-bottom:12px}.filters,.inline-actions,.inventory-mode-switch,.manual-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.panelTitle,.panel-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.scroll{overflow:auto}table{border-collapse:collapse;width:100%;min-width:780px}th{text-align:left;background:#f8fafb;color:#64717f;font-size:12px}th,td{padding:9px 8px;border-bottom:1px solid var(--line);vertical-align:top}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.policyItem{padding:10px 0;border-bottom:1px solid var(--line)}.tag{font-size:12px;border-radius:99px;padding:2px 7px;background:#edf8f1;color:var(--green)}.muted{color:#7b8794;font-size:12px}.error{color:#c62828;min-height:18px;font-size:12px}.summaryGrid,.import-summary{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0}.summaryGrid div,.import-summary span{background:#f8fafb;border:1px solid var(--line);border-radius:6px;padding:8px 10px}.summaryGrid b,.import-summary b{display:block;font-size:18px}.manual-inventory-table{min-width:980px}.manual-search{display:flex;gap:6px;min-width:245px}.manual-inventory-table select{min-width:245px}#toast{position:fixed;left:50%;bottom:24px;z-index:100;transform:translateX(-50%);background:#17232f;color:#fff;padding:10px 15px;border-radius:5px;opacity:0;pointer-events:none}#toast.show{opacity:1}

/* Customer commercial UI system */
.customer-portal [hidden]{display:none!important}
.customer-portal{--customer-bg:#F6F9F8;--customer-surface:#FFFFFF;--customer-surface-2:#F3FAF9;--customer-text:#17343A;--customer-secondary:#6B7D80;--customer-weak:#97A6A8;--customer-primary:#2F8F8B;--customer-primary-dark:#1F6F70;--customer-primary-hover:#267F7C;--customer-primary-soft:#EAF7F5;--customer-primary-soft-2:#F3FAF9;--customer-accent:#E9853B;--customer-accent-hover:#D9732F;--customer-accent-soft:#FFF3E8;--customer-border:#DCE8E5;--customer-success:#4A9178;--customer-success-soft:#EAF5EF;--customer-warning:#D99A45;--customer-danger:#D86464;--customer-space-1:4px;--customer-space-2:8px;--customer-space-3:12px;--customer-space-4:16px;--customer-space-5:24px;--customer-space-6:32px;--customer-radius-control:6px;--customer-radius-surface:8px;min-height:100vh;background:var(--customer-bg);color:var(--customer-text);font-size:14px;line-height:22px;-webkit-font-smoothing:antialiased}.customer-portal .shell{width:100%;max-width:none;padding:0 28px 28px}.customer-portal #appView{max-width:1800px;margin:auto}.customer-portal h2{font-size:18px;line-height:26px;font-weight:600}.customer-portal h3{font-size:15px;line-height:22px}.customer-portal .muted{color:var(--customer-secondary);font-size:12px;line-height:18px}.customer-portal .eyebrow{color:var(--customer-primary);font-size:11px;font-weight:650;letter-spacing:.06em}.customer-portal .page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:0 2px 18px}.customer-portal .page-heading h2{margin:2px 0 0;font-size:24px;line-height:32px}.customer-portal .page-heading p{margin:3px 0 0}.customer-portal .page-period{color:var(--customer-secondary)}
.customer-portal button,.customer-portal input,.customer-portal select{min-height:40px;border-radius:6px;border:1px solid var(--customer-border)}.customer-portal button{padding:8px 14px;background:var(--customer-primary);border-color:var(--customer-primary);color:#fff;font-weight:600}.customer-portal button:hover{background:var(--customer-primary-dark)}.customer-portal button.quiet{background:#fff;color:var(--customer-secondary)}.customer-portal button.quiet:hover{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal button.danger{background:#fff;color:var(--customer-danger)}.customer-portal input:focus,.customer-portal select:focus{outline:0;border-color:var(--customer-primary);box-shadow:0 0 0 3px rgba(22,124,138,.1)}.customer-portal .panel,.customer-portal .notice,.customer-portal .order-catalog{background:#fff;border:1px solid var(--customer-border);border-radius:8px;box-shadow:none}.customer-portal .panel{padding:16px;margin-bottom:16px}.customer-portal .section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.customer-portal .section-heading h2{margin:0}.customer-portal table{font-variant-numeric:tabular-nums}.customer-portal th{height:40px;padding:9px 10px;background:var(--customer-surface-2);color:var(--customer-secondary);font-size:11px;font-weight:600;white-space:nowrap}.customer-portal td{height:48px;padding:9px 10px;border-color:var(--customer-border);vertical-align:middle}.customer-portal tbody tr:hover{background:#F8FAFB}.customer-portal tbody tr.is-current,.customer-portal tbody tr.selected-product{background:var(--customer-primary-soft)}
.customer-portal .app-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:230px 1fr minmax(330px,auto);align-items:stretch;height:72px;margin:0 -28px;padding:0 28px;background:rgba(255,255,255,.96);border:0;border-bottom:1px solid var(--customer-border);border-radius:0;backdrop-filter:blur(12px)}.customer-portal .brand-block{display:flex;align-items:center;gap:11px;padding-right:24px;border-right:1px solid var(--customer-border)}.customer-portal .brand-mark{position:relative;width:34px;height:36px;flex:0 0 auto}.customer-portal .brand-mark i{position:absolute;display:block;width:15px;height:28px;background:var(--customer-primary);border-radius:16px 2px 16px 2px;transform:rotate(25deg)}.customer-portal .brand-mark i:first-child{left:3px;top:8px;background:var(--customer-primary-dark);transform:rotate(-25deg)}.customer-portal .brand-mark i:last-child{right:2px;top:1px}.customer-portal .brand-block strong,.customer-portal .brand-block span{display:block}.customer-portal .brand-block strong{color:var(--customer-primary-dark);font-size:20px;letter-spacing:.04em}.customer-portal .brand-block span{margin-top:1px;color:var(--customer-secondary);font-size:10px;letter-spacing:.14em}.customer-portal .main-nav{display:flex;align-items:stretch;gap:4px;margin:0;padding-left:22px}.customer-portal .main-nav button{position:relative;min-width:92px;min-height:0;padding:0 14px;border:0;border-radius:0;background:transparent;color:var(--customer-secondary);font-size:13px;font-weight:550}.customer-portal .main-nav button:hover{color:var(--customer-primary-dark);background:var(--customer-primary-soft-2)}.customer-portal .main-nav button.active{color:var(--customer-primary-dark);background:var(--customer-primary-soft);font-weight:700}.customer-portal .main-nav button.active:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:3px;background:var(--customer-primary);border-radius:3px 3px 0 0}.customer-portal .account-block{display:flex;align-items:center;justify-content:flex-end;gap:12px}.customer-portal .account-block>div{text-align:right}.customer-portal .account-block span,.customer-portal .account-block strong,.customer-portal .account-block small{display:block}.customer-portal .account-block>div>span{color:var(--customer-weak);font-size:10px}.customer-portal .account-block>div>strong{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.customer-portal .account-block small{color:var(--customer-weak);font-size:9px}.customer-portal .account-block small b{color:var(--customer-secondary)}.customer-portal .avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--customer-primary-soft);color:var(--customer-primary-dark);font-weight:700}.customer-portal .ghost-button{min-height:28px;padding:4px 7px;border:0;background:transparent;color:var(--customer-secondary)}.customer-portal .ghost-button:hover{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}
.customer-portal .home-kpis{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:16px;margin-bottom:16px}.customer-portal .home-primary-metric{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:24px 28px;background:#fff;border:1px solid var(--customer-border);border-radius:8px}.customer-portal .home-primary-metric span,.customer-portal .home-secondary-metrics span{display:block;color:var(--customer-secondary);font-size:12px}.customer-portal .home-primary-metric b{display:block;margin:8px 0 5px;font-size:30px;line-height:36px;font-weight:650}.customer-portal .home-primary-metric small{color:var(--customer-weak)}.customer-portal .home-target{padding-left:24px;border-left:1px solid var(--customer-border)}.customer-portal .home-target b{color:var(--customer-primary)}.customer-portal .home-progress{height:6px;margin-top:10px;overflow:hidden;border-radius:3px;background:#E8EEF0}.customer-portal .home-progress i{display:block;height:100%;background:var(--customer-primary)}.customer-portal .home-secondary-metrics{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--customer-border);border-radius:8px}.customer-portal .home-secondary-metrics>div{padding:24px}.customer-portal .home-secondary-metrics>div+div{border-left:1px solid var(--customer-border)}.customer-portal .home-secondary-metrics b{display:block;margin-top:9px;font-size:22px}.customer-portal .supply-panel{padding:16px 18px}.customer-portal .supply-summary{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--customer-border)}.customer-portal .supply-item{padding:12px 14px}.customer-portal .supply-item+.supply-item{border-left:1px solid var(--customer-border)}.customer-portal .supply-item span{display:block;color:var(--customer-secondary);font-size:11px}.customer-portal .supply-item b{display:block;margin-top:3px;font-size:18px}.customer-portal .supply-item.accent b{color:var(--customer-warning)}.customer-portal .supply-item.reminder{background:var(--customer-accent-soft)}.customer-portal .supply-item small{display:block;color:var(--customer-warning);font-size:10px}.customer-portal .home-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,1fr);gap:16px}.customer-portal .mix-row{display:grid;grid-template-columns:minmax(100px,1fr) 64px 110px;gap:12px;padding:10px 2px;border-bottom:1px solid var(--customer-border)}.customer-portal .mix-row b,.customer-portal .mix-row small{text-align:right}.customer-portal .home-empty-state{display:flex;min-height:76px;flex-direction:column;justify-content:center;gap:4px}.customer-portal .home-empty-state span{color:var(--customer-weak);font-size:12px}.customer-portal #homePolicyAlerts .policyItem{padding:10px 2px}.customer-portal #homeRecentOrders .scroll{max-height:265px}
.customer-portal .order-page-heading{margin-bottom:10px}.customer-portal .order-workspace{display:grid;grid-template-columns:minmax(0,68fr) minmax(360px,32fr);gap:16px;align-items:start}.customer-portal .order-catalog{min-width:0;overflow:hidden}.customer-portal .order-search-panel{padding:12px 14px;border-bottom:1px solid var(--customer-border);background:var(--customer-surface-2)}.customer-portal .search-wrap{position:relative;display:flex;width:100%}.customer-portal .search-icon{position:absolute;left:13px;top:9px;color:var(--customer-weak)}.customer-portal #search{width:100%;padding-left:38px;background:#fff}.customer-portal .filter-row{display:flex;align-items:center;gap:10px;margin-top:10px}.customer-portal .quick-filters{display:flex;gap:6px;overflow:auto}.customer-portal .quick-row button{min-height:30px;padding:5px 11px;background:#fff;color:var(--customer-secondary)}.customer-portal .quick-row button:hover,.customer-portal .quick-row button.active{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal .result-count{margin-left:auto;white-space:nowrap}.customer-portal .product-table-wrap{max-height:calc(100vh - 246px)}.customer-portal .quick-order-table{min-width:850px}.customer-portal .quick-order-table th{height:38px;padding:7px 9px}.customer-portal .quick-order-table td{height:44px;padding:6px 9px}.customer-portal .quick-order-table tbody tr:hover{background:#F4F8F9}.customer-portal .quick-order-table tr.selected-product{box-shadow:inset 3px 0 var(--customer-primary)}.customer-portal .product-actual-price{font-size:13px}.customer-portal .product-spec{color:var(--customer-secondary);font-size:11px}.customer-portal .product-barcode{color:var(--customer-weak);font-size:10px}.customer-portal #appView.order-focused .product-barcode{color:var(--customer-weak)}.customer-portal #appView.order-focused .product-actual-price{color:var(--customer-text)}.customer-portal .policy-tag{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:5px;font-size:10px;font-weight:650}.customer-portal .food-tag{border:1px solid #B8DAD6;background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal .gift-tag{background:#EEF2F4;color:#52666B}.customer-portal .promo-tag{background:var(--customer-accent-soft);color:#B65D1D}.customer-portal .flagship-tag{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal .regular-tag{background:#F1F4F3;color:var(--customer-secondary)}.customer-portal .quantity-stepper{display:inline-grid;grid-template-columns:30px 50px 30px;border:1px solid var(--customer-border);border-radius:6px;overflow:hidden}.customer-portal .quantity-stepper button,.customer-portal .quantity-stepper input{min-width:0;min-height:30px;border:0;border-radius:0}.customer-portal .quantity-stepper button{width:30px;padding:0;background:var(--customer-surface-2);color:var(--customer-primary-dark)}.customer-portal .quantity-stepper input{width:50px;padding:0 2px;text-align:center;font-variant-numeric:tabular-nums}.customer-portal .product-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.customer-portal .product-pagination>div{display:flex;gap:8px}.customer-portal .product-pagination button{min-height:30px;padding:5px 10px}
.customer-portal .order-sidebar{position:sticky;top:90px;display:flex;height:calc(100vh - 108px);min-height:700px;flex-direction:column;min-width:0;padding:0;overflow:hidden}.customer-portal .order-sidebar-head{display:grid;grid-template-columns:auto 1px minmax(160px,1fr) 1px auto;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--customer-border);background:linear-gradient(110deg,var(--customer-primary-soft-2),#fff)}.customer-portal .order-sidebar-head h2{margin:0;font-size:16px;white-space:nowrap}.customer-portal .order-sidebar-head>i{width:1px;height:18px;background:var(--customer-border)}.customer-portal .order-heading-date{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:5px;min-width:0;color:var(--customer-secondary);font-size:9px;white-space:nowrap}.customer-portal .order-heading-date input{width:100%;min-height:28px;height:28px;padding:0 5px;font-size:9px}.customer-portal .compact-button{min-height:28px;padding:3px 5px;border:0!important;background:transparent!important}.customer-portal .cart-section{display:flex;flex:1 1 auto;min-height:260px;flex-direction:column;overflow:hidden}.customer-portal .cart-section-label{display:flex;align-items:center;justify-content:space-between;padding:7px 12px 5px;color:var(--customer-secondary);font-size:10px}.customer-portal .cart-section-label b{color:var(--customer-weak);font-weight:550}.customer-portal .cart-items{flex:1;min-height:0;overflow:auto;padding:0 12px}.customer-portal .cart-line{padding:7px 0;border-bottom:1px solid var(--customer-border)}.customer-portal .cart-line-head,.customer-portal .cart-line-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-portal .cart-line-head b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-portal .cart-line-head span{display:block;color:var(--customer-secondary);font-size:10px}.customer-portal .cart-line-bottom{margin-top:4px}.customer-portal .cart-delete{min-height:25px;padding:2px 5px;border:0!important;background:transparent!important}.customer-portal .cart-subtotal{font-weight:650}.customer-portal .order-totals{display:grid;grid-template-columns:repeat(4,1fr);gap:4px 8px;padding:7px 12px;border-top:1px solid var(--customer-border);border-bottom:1px solid var(--customer-border);background:var(--customer-surface-2)}.customer-portal .order-totals>div{display:grid;gap:1px;color:var(--customer-secondary);font-size:9px}.customer-portal .order-totals>div b{color:var(--customer-text);font-size:11px}.customer-portal .order-totals .accent-value{color:var(--customer-accent)}.customer-portal .order-totals .total-primary{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;margin-top:2px;padding-top:5px;border-top:1px solid var(--customer-border)}.customer-portal .order-totals .total-primary b,.customer-portal .order-totals .total-primary b span{color:var(--customer-primary-dark);font-size:23px;line-height:26px}.customer-portal .shipping-section{flex:0 0 auto;padding:5px 12px;border-bottom:1px solid var(--customer-border)}.customer-portal .shipping-compact-row{display:grid;grid-template-columns:minmax(118px,1.2fr) minmax(108px,1fr) minmax(108px,1fr);align-items:end;gap:6px;white-space:nowrap}.customer-portal .shipping-choice{display:grid;gap:2px;min-width:0;margin:0;color:var(--customer-weak);font-size:8px}.customer-portal .shipping-choice select,.customer-portal .shipping-choice input{width:100%;min-height:27px;height:27px;padding:0 4px;font-size:9px}.customer-portal .date-pill{display:flex;align-items:center;min-width:0;min-height:27px;padding:4px 6px;background:var(--customer-surface-2);color:var(--customer-secondary);font-size:8px;white-space:nowrap}.customer-portal .date-pill b{overflow:hidden;text-overflow:ellipsis;font-weight:550}.customer-portal .order-secondary-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 12px}.customer-portal .order-secondary-actions button{min-height:28px;padding:3px 9px}.customer-portal .print-preview-button{border:1px solid #B8DAD6;background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal .print-preview-button:hover{border-color:var(--customer-primary);background:#DDF1EF}.customer-portal .submit-order-button{height:42px;margin:0 12px 10px;background:var(--customer-primary)}
.customer-portal .rebate-summary{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding:12px 16px;background:#fff;border:1px solid var(--customer-border);border-radius:8px}.customer-portal .rs-amount{font-size:18px;font-weight:650}.customer-portal .rs-bar{display:flex;gap:4px;flex-wrap:wrap}.customer-portal .rs-item{padding:4px 7px;background:var(--customer-surface-2);border-radius:6px}.customer-portal .history-workspace{display:grid;grid-template-columns:minmax(0,68fr) minmax(320px,32fr);gap:16px;align-items:start}.customer-portal .history-list-workspace{min-width:0;padding:0;overflow:hidden}.customer-portal .history-filters{display:grid;grid-template-columns:minmax(190px,1fr) 150px 140px auto;gap:8px;margin:0;padding:12px;border-bottom:1px solid var(--customer-border);background:var(--customer-surface-2)}.customer-portal .history-table-wrap{max-height:calc(100vh - 300px)}.customer-portal .history-table{min-width:880px;table-layout:fixed}.customer-portal .history-table th,.customer-portal .history-table td{height:46px;padding:6px}.customer-portal .history-table th:nth-child(1){width:16%}.customer-portal .history-table th:nth-child(2){width:8%}.customer-portal .history-table th:nth-child(3){width:11%}.customer-portal .history-table th:nth-child(4){width:11%;text-align:right}.customer-portal .history-table td:nth-child(4){text-align:right}.customer-portal .history-table th:nth-child(5){width:10%}.customer-portal .history-table th:nth-child(6){width:8%}.customer-portal .history-table th:nth-child(7){width:36%}.customer-portal .history-order-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-portal .history-actions{display:flex;align-items:center;gap:3px;white-space:nowrap}.customer-portal .history-actions button,.customer-portal .history-actions summary{min-height:28px;padding:4px 6px;font-size:10px}.customer-portal .history-actions [data-copy-order]{background:var(--customer-primary)}.customer-portal .order-more{position:relative}.customer-portal .order-more-menu{position:absolute;right:0;z-index:8;display:grid;gap:6px;min-width:190px;padding:10px;background:#fff;border:1px solid var(--customer-border);border-radius:6px;box-shadow:0 8px 24px rgba(23,43,58,.1)}.customer-portal .history-detail-drawer{color:var(--customer-text)}.customer-portal .history-detail-panel{position:sticky;top:14px;max-height:calc(100vh - 120px);overflow:hidden;padding:0}.customer-portal .history-detail-panel[hidden]{display:none}.customer-portal .history-detail-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--customer-border);background:var(--customer-surface-2)}.customer-portal .history-detail-content{max-height:calc(100vh - 192px);overflow:auto;padding:14px 16px}.customer-portal .history-detail-summary{display:grid;grid-template-columns:1fr 1fr;padding-bottom:12px;border-bottom:1px solid var(--customer-border)}.customer-portal .history-detail-summary>div+div{padding-left:14px;border-left:1px solid var(--customer-border)}.customer-portal .history-detail-summary span{display:block;color:var(--customer-secondary);font-size:10px}.customer-portal .history-detail-summary b{display:block;margin-top:4px;font-size:16px}.customer-portal .history-detail-meta{margin:8px 0 14px}.customer-portal .history-detail-meta>div{display:grid;grid-template-columns:76px 1fr;padding:6px 0;border-bottom:1px solid var(--customer-border)}.customer-portal .history-detail-meta dt{color:var(--customer-secondary);font-size:10px}.customer-portal .history-detail-meta dd{margin:0;font-size:11px}.customer-portal .history-detail-group{margin-bottom:12px}.customer-portal .history-detail-group-head{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid var(--customer-border)}.customer-portal .history-detail-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:6px 0;color:var(--customer-secondary);font-size:10px}.customer-portal .history-detail-line b{overflow:hidden;color:var(--customer-text);text-overflow:ellipsis;white-space:nowrap}.customer-portal .history-detail-actions{position:sticky;bottom:-14px;display:flex;gap:8px;margin:14px -16px -14px;padding:12px 16px;border-top:1px solid var(--customer-border);background:#fff}.customer-portal .history-detail-backdrop{display:none}
.customer-portal .policy-columns{align-items:start;gap:16px}.customer-portal .policy-columns>.panel{padding:18px 20px}.customer-portal .policy-columns>.panel:first-child{border-top:3px solid var(--customer-accent)}.customer-portal .policy-columns>.panel:last-child{border-top:3px solid var(--customer-primary)}.customer-portal .policy-business-row{padding:13px 0}.customer-portal .policy-business-row>header{display:flex;align-items:center;gap:7px;padding:0;border:0}.customer-portal .policy-business-row>header b{margin-right:auto}.customer-portal .policy-business-row dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px;margin:8px 0 0;border:0;background:transparent}.customer-portal .policy-business-row dl>div{display:flex;justify-content:space-between;gap:8px;padding:3px 0;border:0}.customer-portal .policy-business-row dt{color:var(--customer-weak);font-size:10px}.customer-portal .policy-business-row dd{margin:0;font-size:11px;font-weight:600;text-align:right}.customer-portal .policy-ending{margin:0 -10px;padding:13px 10px;background:var(--customer-accent-soft)}.customer-portal .policy-warning{color:var(--customer-warning);font-size:10px}
.customer-portal .inventory-section-tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid var(--customer-border)}.customer-portal .inventory-section-tabs button{position:relative;min-width:130px;border:0;border-radius:6px 6px 0 0;background:transparent;color:var(--customer-secondary)}.customer-portal .inventory-section-tabs button:hover,.customer-portal .inventory-section-tabs button.active{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal .inventory-section-tabs button.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;background:var(--customer-primary)}.customer-portal .transit-filters{display:flex;align-items:center;gap:6px;margin:12px 0;padding-bottom:12px;border-bottom:1px solid var(--customer-border)}.customer-portal .transit-filters button,.customer-portal .inventory-mode-switch button{min-height:32px;padding:5px 10px}.customer-portal .transit-filters button.active,.customer-portal .inventory-mode-switch button.active{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal .transit-filters label{display:flex;align-items:center;gap:6px;margin-left:auto}.customer-portal .transit-filters input{min-height:16px;width:16px}.customer-portal .transit-state{display:inline-block;padding:3px 7px;border-radius:99px;font-size:11px;font-weight:650}.customer-portal .transit-normal{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}.customer-portal .transit-delayed{background:var(--customer-accent-soft);color:var(--customer-warning)}.customer-portal .transit-inbound{background:#EAF5EF;color:var(--customer-success)}.customer-portal .tag-warn{display:inline-block;padding:2px 7px;border:1px solid #E7C69A;border-radius:99px;background:#fff;color:var(--customer-warning);font-size:10px}.customer-portal .inventory-history>summary{padding:10px 0;color:var(--customer-primary);cursor:pointer}
.customer-portal .login-layout{position:relative;display:grid;grid-template-columns:minmax(360px,42%) 1fr;width:100%;max-width:none;min-height:100vh;margin:0;padding:0;overflow:hidden;border:0;border-radius:0;background:#fff}.customer-portal .login-brand-panel{display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;padding:46px 52px;background:linear-gradient(145deg,var(--customer-primary-dark) 0%,var(--customer-primary) 62%,#73AAA6 100%);color:#fff}.customer-portal .login-brand-name{font-size:16px;font-weight:750;letter-spacing:.08em}.customer-portal .login-intro-copy{margin:auto 0}.customer-portal .login-intro-copy h1{margin:0;color:#fff;font-size:42px;line-height:1.2;letter-spacing:.03em}.customer-portal .login-intro-copy p{max-width:330px;margin:14px 0 0;color:#D9EEEC;font-size:14px}.customer-portal .login-brand-panel small{color:#C5E0DE;font-size:10px}.customer-portal .login-card{align-self:center;justify-self:center;width:min(390px,calc(100% - 72px));padding:34px 38px;border:1px solid var(--customer-border);border-radius:8px;box-shadow:0 8px 24px rgba(31,111,112,.06)}.customer-portal .mobile-brand{display:block;margin-bottom:22px;color:var(--customer-primary);font-size:14px;font-weight:700}.customer-portal .login-card h2{margin:4px 0 5px;font-size:24px}.customer-portal .login-card p{margin:0;color:var(--customer-secondary)}.customer-portal .login-card form{gap:16px;margin-top:24px}.customer-portal .login-card input,.customer-portal .login-submit{width:100%;min-height:44px}.customer-portal .login-assists{display:flex;align-items:center;justify-content:space-between;gap:18px}.customer-portal .login-assists .remember-account{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.customer-portal .login-assists .remember-account input{width:16px;min-height:16px;margin:0}.customer-portal #forgotPassword{width:auto;min-height:0;padding:4px 0;border:0;background:transparent;color:var(--customer-primary)}.customer-portal .login-help{text-align:center;color:var(--customer-weak);font-size:11px}.customer-portal .login-layout>footer{position:absolute;right:0;bottom:13px;width:58%;color:var(--customer-weak);font-size:10px;text-align:center}
@media(max-width:1100px){.customer-portal .app-header{grid-template-columns:190px 1fr auto;padding:0 18px;margin:0 -28px}.customer-portal .account-block>div{display:none}.customer-portal .main-nav{padding-left:12px}.customer-portal .main-nav button{min-width:76px;padding:0 8px}.customer-portal .order-workspace{grid-template-columns:1fr}.customer-portal .order-sidebar{position:static;height:auto;min-height:760px}.customer-portal .home-kpis{grid-template-columns:1fr}}
@media(max-width:900px){.customer-portal .shell{padding:0 16px 20px;overflow-x:hidden}.customer-portal .app-header{margin-left:-16px;margin-right:-16px}.customer-portal .home-grid,.customer-portal .policy-columns,.customer-portal .history-workspace{grid-template-columns:1fr}.customer-portal .history-detail-panel{position:fixed;right:0;top:0;bottom:0;z-index:50;width:min(430px,100vw);max-height:none;border-radius:0;box-shadow:-10px 0 28px rgba(23,43,58,.12)}.customer-portal .history-detail-backdrop:not([hidden]){display:block;position:fixed;inset:0;z-index:49;background:rgba(23,43,58,.3)}.customer-portal .login-layout{grid-template-columns:1fr;width:100%;min-height:100vh}.customer-portal .login-brand-panel{display:none}.customer-portal .login-layout>footer{position:static;width:auto;padding:12px;display:block}}
@media(max-width:520px){.customer-portal .shell{padding:0 10px 16px}.customer-portal .app-header{display:flex;height:auto;min-height:60px;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;padding:0 12px}.customer-portal .brand-block{height:60px;border:0}.customer-portal .account-block{margin-left:auto}.customer-portal .account-block>div{display:none}.customer-portal .main-nav{order:3;width:calc(100% + 24px);margin:0 -12px;padding:0 12px;overflow-x:auto;border-top:1px solid var(--customer-border)}.customer-portal .main-nav button{flex:0 0 auto;height:42px;min-width:88px;padding:0 12px}.customer-portal .home-primary-metric{grid-template-columns:1fr;padding:18px}.customer-portal .home-target{padding:14px 0 0;border-left:0;border-top:1px solid var(--customer-border)}.customer-portal .home-secondary-metrics>div{padding:16px 12px}.customer-portal .supply-summary{grid-template-columns:1fr 1fr}.customer-portal .supply-item:nth-child(3){border-left:0}.customer-portal .supply-item:nth-child(n+3){border-top:1px solid var(--customer-border)}.customer-portal .history-filters{grid-template-columns:1fr 1fr}.customer-portal .history-filters input:first-child,.customer-portal .history-filters button{grid-column:1/-1}.customer-portal .transit-filters{flex-wrap:wrap}.customer-portal .transit-filters label{width:100%;margin-left:0}.customer-portal .inventory-section-tabs{overflow:auto}.customer-portal .inventory-section-tabs button{flex:0 0 auto;min-width:110px}.customer-portal .login-card{width:calc(100% - 28px);padding:28px 22px}.customer-portal .history-detail-line{grid-template-columns:1fr auto}.customer-portal .history-detail-line span:last-child{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){.customer-portal *{scroll-behavior:auto!important;transition:none!important}}
.customer-portal .view{padding-top:var(--customer-space-4)}
.customer-portal .home-toolbar{display:flex;justify-content:flex-end;min-height:24px;margin-bottom:4px}.customer-portal .home-period{align-self:center}.customer-portal .inventory-panel-note{margin:0 0 10px}.customer-portal .panelTitle>.inventory-panel-note{margin:0}
.customer-portal .cart-items{flex:1;min-height:0;padding:0 12px}.customer-portal .shipping-section{padding:5px 12px}.customer-portal .order-secondary-actions{padding:4px 12px}.customer-portal .submit-order-button{margin:0 12px 10px;height:42px}
.customer-portal .history-detail-content{display:flex;flex-direction:column;overflow:hidden;padding:10px 12px}.customer-portal .history-detail-summary{padding-bottom:7px}.customer-portal .history-detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;margin:5px 0 8px}.customer-portal .history-detail-meta>div{grid-template-columns:62px minmax(0,1fr);padding:4px 0}.customer-portal .history-ship-editor-panel{display:grid;grid-template-columns:minmax(0,1fr) 128px auto;align-items:center;gap:5px;margin:0 0 7px;padding:7px 8px;border:1px solid var(--customer-border);border-radius:6px;background:var(--customer-surface-2)}.customer-portal .history-ship-editor-panel>div{display:grid;gap:1px}.customer-portal .history-ship-editor-panel small,.customer-portal .history-ship-editor-panel p{color:var(--customer-weak);font-size:9px}.customer-portal .history-ship-editor-panel input{width:128px;min-height:28px}.customer-portal .history-ship-editor-panel button{min-height:28px;padding:3px 6px}.customer-portal .history-ship-editor-panel p{grid-column:1/-1;margin:0}.customer-portal .history-detail-items{flex:1;min-height:220px;overflow:auto;padding-right:3px}.customer-portal .history-detail-subtitle{margin:4px 0}.customer-portal .history-detail-group{margin-bottom:8px}.customer-portal .history-detail-group-head{padding:5px 0}.customer-portal .history-detail-line{grid-template-columns:minmax(0,1fr) 42px 100px;padding:5px 0}.customer-portal .history-detail-line div b,.customer-portal .history-detail-line div small,.customer-portal .history-detail-line>span small{display:block}.customer-portal .history-detail-line small{color:var(--customer-weak);font-size:9px}.customer-portal .history-detail-line>span:last-child{text-align:right}.customer-portal .history-detail-actions{position:static;flex:0 0 auto;margin:8px -12px -10px;padding:8px 12px}
@media(max-width:1100px){.customer-portal .cart-items{min-height:220px;max-height:48vh}}
.customer-portal .history-detail-panel{top:90px;height:calc(100vh - 108px);max-height:calc(100vh - 108px);display:flex;flex-direction:column}.customer-portal .history-detail-head{flex:0 0 auto}.customer-portal .history-detail-content{flex:1;min-height:0;max-height:none}.customer-portal .history-detail-items{min-height:0}.customer-portal .history-detail-actions{flex:0 0 auto}
@media(max-width:900px){.customer-portal .history-detail-panel{height:auto}}

/* Celadon and warm orange skin */
.customer-portal button:not(.quiet):not(.ghost-button):not(.print-preview-button):hover{background:var(--customer-primary-hover)}
.customer-portal button.danger:hover{background:#FFF6F6;color:var(--customer-danger)}
.customer-portal input:focus,.customer-portal select:focus{border-color:var(--customer-primary);box-shadow:0 0 0 3px rgba(47,143,139,.12)}
.customer-portal a{color:var(--customer-primary-dark)}
.customer-portal .panel,.customer-portal .notice,.customer-portal .order-catalog{background:var(--customer-surface)}
.customer-portal th{background:var(--customer-surface-2)}
.customer-portal tbody tr:hover,.customer-portal .quick-order-table tbody tr:hover{background:var(--customer-primary-soft-2)}
.customer-portal .portal-title,.customer-portal .product-actual-price,.customer-portal .cart-subtotal,.customer-portal .rs-amount{color:var(--customer-primary-dark)}
.customer-portal .promo-tag{background:var(--customer-accent-soft);color:var(--customer-accent)}
.customer-portal .flagship-tag{background:var(--customer-primary-soft);color:var(--customer-primary-dark)}
.customer-portal .transit-delayed{background:var(--customer-accent-soft);color:var(--customer-accent)}
.customer-portal .transit-inbound{background:var(--customer-success-soft);color:var(--customer-success)}
.customer-portal .tag-warn{border:1px solid var(--customer-warning);background:#fff;color:var(--customer-warning)}
.customer-portal .policy-warning{color:var(--customer-accent)}
.customer-portal .login-brand-panel{background:linear-gradient(145deg,#174F52 0%,var(--customer-primary) 62%,#75B2AC 100%)}
