.customer-panel{max-width:1200px;margin-inline:auto}.customer-toolbar{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin:16px 0}.customer-toolbar label{display:flex;flex-direction:column;gap:6px;min-width:180px;flex:1}.customer-panel input,.customer-panel select{max-width:100%;padding:10px;border:1px solid #aab5c5;border-radius:6px;font:inherit}.customer-panel button{cursor:pointer;padding:10px 14px;border:1px solid #8294ab;border-radius:6px;font:inherit}.customer-panel button:disabled{opacity:.5;cursor:default}.customer-panel [data-customer-message]{min-height:1.5em}.customer-panel [data-customer-link]{padding:16px;background:#eaf2ff;color:#12233e;margin:16px 0}.customer-panel [data-customer-link] input{display:block;width:100%;box-sizing:border-box;margin:8px 0}.customer-panel .table-wrap{overflow-x:auto}.customer-panel table{width:100%;border-collapse:collapse}.customer-panel th,.customer-panel td{text-align:left;padding:12px;border-bottom:1px solid #d8e0ec}.customer-panel td button{margin:3px}.customer-panel hr{margin:24px 0;border:0;border-top:1px solid #d8e0ec}
.customer-page{margin:0;background:#f3f6fa;color:#17263d;font:16px/1.5 system-ui,sans-serif}.customer-page *{box-sizing:border-box}.customer-page header{background:#14243b;color:white;padding:20px max(20px,calc((100vw - 1100px)/2));display:flex;gap:20px;align-items:center;justify-content:space-between}.customer-page header img{width:145px;max-height:52px;object-fit:contain}.customer-page main{max-width:1100px;margin:40px auto;padding:0 20px}.customer-page a{color:#1559ac}.customer-page header a{color:#dcecff}.customer-page .customer-login{max-width:470px;margin:60px auto;background:white;border:1px solid #d8e0ec;border-radius:14px;padding:32px}.customer-page h1{font-size:28px;line-height:1.2;margin:10px 0 18px}.customer-page .eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:#52647e}.customer-page form>label{display:block;margin:18px 0}.customer-page form>label>input,.customer-page form>label>select{display:block;width:100%;margin-top:6px;padding:12px;font:inherit;border:1px solid #91a0b3;border-radius:6px}.customer-page button,.customer-page .customer-primary{display:inline-block;padding:12px 18px;font:inherit;border-radius:6px;border:1px solid #1559ac;background:#1559ac;color:white;text-decoration:none;cursor:pointer}.customer-page button:disabled{opacity:.5}.customer-page .panel{background:white;padding:24px;border:1px solid #d8e0ec;border-radius:10px;margin-top:20px}.customer-page .customer-account-nav{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.customer-page [role=status]{min-height:1.5em}.customer-page .customer-note{color:#52647e}.customer-page [hidden]{display:none!important}@media(max-width:600px){.customer-page main{margin:20px auto}.customer-page .customer-login{margin:20px auto;padding:22px}.customer-page header{padding:16px}.customer-page header span{display:none}.customer-toolbar{align-items:stretch}.customer-toolbar label{min-width:100%}.customer-panel th,.customer-panel td{padding:8px}.customer-page .panel{padding:16px}}

.b2b-readiness{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0 12px}.b2b-readiness>section{border:1px solid #2a4051;border-radius:12px;padding:20px;background:#111e29}.b2b-readiness span{display:block;font-size:10px;letter-spacing:.08em;color:#91a7b9;margin-bottom:12px}.b2b-readiness strong{display:block;font-size:17px}.b2b-readiness p,.b2b-setup-note{font-size:12px;line-height:1.6;color:#91a7b9}.b2b-create-product{border:1px solid #2a4051;padding:16px;border-radius:10px;margin:12px 0 24px}.b2b-create-product summary{cursor:pointer;font-weight:600}.b2b-create-product form{padding-top:18px}.b2b-create-product p{flex-basis:100%;font-size:12px}@media(max-width:850px){.b2b-readiness{grid-template-columns:1fr}}

#view-b2b-orders .customer-panel button{background:#142b3d;color:#dcedf6;border-color:#31536b}#view-b2b-orders .customer-panel button:hover{background:#1b3950}#view-b2b-orders td small{display:block;margin-top:5px;line-height:1.5}#view-b2b-orders [data-binding-create] button,#view-b2b-orders [data-b2b-order-accept]>button{background:#12658b;border-color:#237da6;color:#fff}

.b2b-delivery-settings { margin:24px 0; padding:20px; border:1px solid #2a4051; border-radius:16px; background:#111e29; }
.b2b-delivery-settings summary { cursor:pointer; font-weight:700; font-size:18px; }
.b2b-delivery-settings fieldset { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; padding:18px; margin:16px 0; border:1px solid #2a4051; border-radius:12px; min-width:0; }
.b2b-delivery-settings label { display:flex; flex-direction:column; gap:8px; min-width:0; }
.b2b-delivery-settings input,.b2b-delivery-settings select { max-width:100%; min-width:0; }
.b2b-delivery-settings input[type=checkbox] { align-self:flex-start; }
@media(max-width:700px){.b2b-delivery-settings fieldset{grid-template-columns:1fr;}}
