.invoice-payment-trigger{color:#234e88;font:inherit;cursor:pointer;white-space:nowrap;background:#edf4ff;border:1px solid #c5d5ed;border-radius:8px;margin:4px 8px;padding:9px 13px;font-weight:600}body button.invoice-payment-trigger{flex:none;width:auto;min-width:120px;min-height:36px;font-size:12px;line-height:1.4}dialog.invoice-payment-dialog{height:fit-content;max-height:calc(100dvh - 32px);margin:auto;position:fixed;inset:0;overflow:hidden}dialog.invoice-payment-dialog[open]{flex-direction:column;display:flex}dialog.invoice-payment-dialog>header{flex-shrink:0}dialog.invoice-payment-dialog>.invoice-payment-content{overscroll-behavior:contain;min-height:0;overflow-y:auto}.invoice-payment-dialog{--payment-bg:#fff;--payment-text:#23334d;--payment-muted:#617391;--payment-border:#dae3ef;--payment-soft:#f3f7fc;box-sizing:border-box;border:1px solid var(--payment-border);background:var(--payment-bg);width:min(680px,100vw - 28px);max-height:calc(100dvh - 32px);color:var(--payment-text);border-radius:16px;padding:0;overflow:auto;box-shadow:0 24px 80px #07182d55}.invoice-payment-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a172b99}.invoice-payment-dialog header{border-bottom:1px solid var(--payment-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px;display:flex}.invoice-payment-dialog header span{letter-spacing:1.6px;color:var(--payment-muted);font-size:10px;font-weight:700}.invoice-payment-dialog h2{margin:7px 0;font-size:22px}.invoice-payment-dialog header p{color:var(--payment-muted);margin:0;font-size:12px}.invoice-payment-content{padding:20px 24px}.invoice-payment-totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.invoice-payment-totals>div{background:var(--payment-soft);color:var(--payment-muted);border-radius:9px;padding:13px;font-size:12px}.invoice-payment-totals strong{color:var(--payment-text);margin-top:8px;font-size:19px;display:block}.invoice-payment-dialog fieldset{border:0;min-width:0;margin:0;padding:0}.invoice-payment-fields{grid-template-columns:1fr 1fr;gap:16px;display:grid}.invoice-payment-fields label{flex-direction:column;gap:7px;font-size:12px;font-weight:600;display:flex}.invoice-payment-fields input,.invoice-payment-fields select{box-sizing:border-box;border:1px solid var(--payment-border);background:var(--payment-bg);width:100%;min-width:0;color:var(--payment-text);font:inherit;border-radius:7px;padding:11px;font-size:14px}.invoice-payment-reference{grid-column:1/-1}.invoice-payment-fields small{color:var(--payment-muted);font-weight:400;line-height:1.5}.invoice-payment-dialog button{border:1px solid var(--payment-border);background:var(--payment-bg);color:var(--payment-text);font:inherit;cursor:pointer;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:600}.invoice-payment-dialog button:disabled{opacity:.55;cursor:wait}.invoice-payment-dialog .invoice-payment-submit{color:#fff;background:#2a60ef;border-color:#2a60ef}.invoice-payment-dialog footer{justify-content:flex-end;gap:10px;padding-top:12px;display:flex}.invoice-payment-info{color:var(--payment-muted);font-size:12px;line-height:1.6}.invoice-payment-error,.invoice-payment-success{border-radius:8px;padding:12px;font-size:13px;line-height:1.5}.invoice-payment-error{color:#a82a24;background:#fff0ef}.invoice-payment-success{color:#176446;background:#e5f5ee}.invoice-payment-history{border-top:1px solid var(--payment-border);margin-top:24px;padding-top:14px}.invoice-payment-history h3{font-size:14px}.invoice-payment-history>div{overflow-x:auto}.invoice-payment-history table{border-collapse:collapse;width:100%;font-size:12px}.invoice-payment-history td,.invoice-payment-history th{text-align:left;border-bottom:1px solid var(--payment-border);color:var(--payment-text);padding:10px 8px}.invoice-payment-history th{color:var(--payment-muted);background:var(--payment-soft)}.invoice-payment-history small{color:var(--payment-muted);margin-top:4px;display:block}[data-theme=dark] .invoice-payment-dialog,.dark .invoice-payment-dialog{--payment-bg:#1d2737;--payment-text:#e2ebfa;--payment-muted:#acbed5;--payment-border:#384963;--payment-soft:#26354b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (max-width:520px){.invoice-payment-dialog header,.invoice-payment-content{padding:16px}.invoice-payment-fields{grid-template-columns:1fr}.invoice-payment-totals{gap:6px}.invoice-payment-totals>div{padding:10px 8px;font-size:10px}.invoice-payment-totals strong{font-size:16px}}.invoice-payment-totals{grid-template-columns:repeat(4,minmax(0,1fr))}.invoice-payment-credit-action{justify-content:flex-end;margin:-7px 0 14px;display:flex}@media (max-width:520px){.invoice-payment-totals{grid-template-columns:1fr 1fr}}.invoice-payment-dialog{width:min(860px,100vw - 28px)}.invoice-payment-fields textarea{box-sizing:border-box;border:1px solid var(--payment-border);background:var(--payment-bg);width:100%;min-width:0;color:var(--payment-text);font:inherit;resize:vertical;border-radius:7px;padding:11px;font-size:14px}.invoice-payment-wide{grid-column:1/-1}.invoice-payment-paid{color:#176446;background:#e5f5ee;border-radius:8px;padding:11px 13px;font-size:12px}.invoice-payment-warning{color:#8b5813;background:#fff3dc;border-radius:8px;padding:11px 13px;font-size:12px}.invoice-payment-legacy{background:#fff8eb;border:1px solid #e3b566;border-radius:10px;margin:16px 0;padding:16px}.invoice-payment-legacy h3{color:#7b4b08;margin:0 0 6px;font-size:14px}.invoice-payment-legacy>p{color:#795f39;margin:0 0 12px;font-size:12px;line-height:1.5}.invoice-payment-legacy article{border-top:1px solid #ead3aa;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.invoice-payment-legacy article div>*{display:block}.invoice-payment-legacy article span,.invoice-payment-legacy article small{color:#795f39;margin-top:4px;font-size:11px}[data-theme=dark] .invoice-payment-legacy,.dark .invoice-payment-legacy{background:#382f20;border-color:#72572d}.dark .invoice-payment-legacy h3,[data-theme=dark] .invoice-payment-legacy h3{color:#f1c777}.dark .invoice-payment-legacy>p,.dark .invoice-payment-legacy article span,.dark .invoice-payment-legacy article small,[data-theme=dark] .invoice-payment-legacy>p,[data-theme=dark] .invoice-payment-legacy article span,[data-theme=dark] .invoice-payment-legacy article small{color:#dac59f}@media (max-width:520px){.invoice-payment-wide{grid-column:auto}.invoice-payment-legacy article{flex-direction:column;align-items:flex-start}}.system-status-footer{color:#91a2bc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:32px;display:flex}.system-health{--health-color:#94a3b8;align-items:center;gap:9px;font-size:11px;line-height:1.5;display:inline-flex}.system-health.healthy{--health-color:#20c99b}.system-health.database-error,.system-health.unreachable{--health-color:#f87171;color:#ffb6b6}.system-health-dot{background:var(--health-color);border-radius:50%;flex:0 0 8px;width:8px;height:8px}.system-health.healthy .system-health-dot,.system-health.database-error .system-health-dot,.system-health.unreachable .system-health-dot{animation:2s ease-in-out infinite system-health-pulse}.system-release{color:#91a2bc;font-size:10px}@keyframes system-health-pulse{0%,to{opacity:1;box-shadow:0 0 0 4px color-mix(in srgb, var(--health-color) 16%, transparent)}50%{opacity:.4;box-shadow:0 0 0 7px #0000}}@media (prefers-reduced-motion:reduce){.system-health .system-health-dot{animation:none!important}}.physical-stock-workspace{gap:22px;min-width:0;scroll-margin-top:18px;display:grid}.physical-stock-workspace>.physical-product-list,.physical-stock-workspace>.physical-product-heading,.physical-stock-workspace>.stock-browser{animation:.22s ease-out both physical-stock-view-in}.physical-stock-selector{align-items:end;gap:12px;padding:22px;display:flex}.physical-stock-selector>div{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.physical-stock-selector label{color:var(--ink);gap:8px;width:min(440px,100%);font-size:13px;display:grid}.physical-stock-selector select{border:1px solid var(--line,#dfe5ee);background:var(--surface,#fff);width:100%;min-width:0;color:var(--ink);border-radius:8px;padding:12px}.stock-step{color:#315ff4;background:#eaf0ff;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;font-weight:700;display:inline-grid}.physical-product-list>header,.physical-card-list>header{border-bottom:1px solid var(--line,#dfe5ee);flex-wrap:wrap;align-items:center;gap:16px;padding:24px;display:flex}.physical-product-list>header>div{flex:1;align-items:center;gap:14px;display:flex}.physical-stock-workspace h2{color:var(--ink);margin:0;font-size:21px;font-weight:650}.physical-stock-workspace h3{margin:0;font-size:17px}.physical-stock-workspace header p,.physical-product-heading p{color:#7c8ba3;margin:7px 0 0;font-size:13px}.stock-search{border:1px solid var(--line,#dfe5ee);color:#8b9bb3;border-radius:8px;align-items:center;gap:8px;min-width:0;padding:10px 12px;display:flex}.stock-search input{color:var(--ink);background:0 0;border:0;outline:0;width:240px;min-width:0;max-width:100%;font-size:13px}.physical-stock-workspace .table-wrap{max-width:100%;overflow-x:auto}.physical-stock-workspace table{border-collapse:collapse;width:100%;min-width:650px}.physical-stock-workspace th{text-align:left;background:var(--table-head,#f7f9fc);color:#7c8ba3;font-size:12px;font-weight:600}.physical-stock-workspace th,.physical-stock-workspace td{border-bottom:1px solid var(--line,#e5ebf4);padding:16px 20px}.physical-stock-workspace td{font-size:13px}.stock-empty{text-align:center;color:#7c8ba3;padding:36px 24px;font-size:14px;line-height:1.7}.stock-empty svg{margin:0 auto 12px}.physical-product-heading{align-items:center;gap:20px;min-width:0;padding:22px;display:flex}.physical-product-heading>div{overflow-wrap:anywhere;flex:1;min-width:0}.physical-product-heading small{color:#7c8ba3;margin-bottom:7px;font-size:12px;display:block}.physical-card-list h3{flex:1}.physical-stock-dialog{border:1px solid var(--line,#dfe5ee);background:var(--surface,#fff);width:min(700px,100vw - 32px);max-height:calc(100dvh - 32px);color:var(--ink,#263249);border-radius:16px;margin:auto;padding:0;position:fixed;inset:0;overflow:auto;box-shadow:0 24px 80px #12213b40}.physical-stock-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14203888}.physical-stock-dialog>header{border-bottom:1px solid var(--line,#dfe5ee);justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.physical-stock-dialog header small{color:#3967f5;letter-spacing:1.5px;font-size:11px;font-weight:700}.physical-stock-dialog h2{margin:8px 0 0;font-size:22px}.physical-stock-dialog fieldset{border:0;min-width:0;padding:0 24px 24px}.stock-bound-product{color:#284267;overflow-wrap:anywhere;background:#eef3ff;border:1px solid #dae5ff;border-radius:10px;gap:5px;margin:20px 24px;padding:16px;font-size:14px;display:grid}.stock-bound-product span{color:#6e809b;font-size:12px}.stock-form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.stock-form-grid label{min-width:0;color:var(--ink,#263249);gap:8px;font-size:13px;display:grid}.stock-form-grid input,.stock-form-grid textarea{box-sizing:border-box;border:1px solid var(--line,#dfe5ee);background:var(--surface,#fff);width:100%;min-width:0;min-height:43px;color:inherit;border-radius:8px;padding:11px 12px}.stock-form-grid input[type=file]{padding:10px 6px;font-size:12px}.stock-form-grid textarea{resize:vertical;height:150px;font-family:monospace}.stock-form-grid small,.stock-form-help{color:#7788a2;font-size:12px;line-height:1.7}.stock-full{grid-column:1/-1}.physical-stock-dialog footer{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.stock-template-link{color:#315ff4;align-items:center;gap:8px;margin-top:18px;font-size:13px;display:inline-flex}.physical-stock-workspace button:disabled,.physical-stock-dialog button:disabled{opacity:.5;cursor:not-allowed}@keyframes physical-stock-view-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.physical-stock-workspace>.physical-product-list,.physical-stock-workspace>.physical-product-heading,.physical-stock-workspace>.stock-browser{animation:none}}html.dark .physical-stock-dialog{color:#e1e9f5;background:#172338}html.dark .stock-bound-product{color:#dce8ff;background:#203450;border-color:#334866}html.dark .stock-form-grid input,html.dark .stock-form-grid textarea,html.dark .physical-stock-selector select{color:#dce8ff;background:#142033}@media (max-width:650px){.physical-stock-selector{flex-wrap:wrap;padding:16px}.physical-stock-selector>div{flex-basis:100%}.physical-product-heading{flex-wrap:wrap;padding:16px}.physical-product-heading>div{flex-basis:calc(100% - 170px)}.physical-product-list>header,.physical-card-list>header{padding:16px}.stock-search{box-sizing:border-box;width:100%}.stock-search input{width:100%}.stock-form-grid{grid-template-columns:1fr}.physical-stock-dialog>header{padding:18px}.physical-stock-dialog fieldset{padding:0 18px 18px}.stock-bound-product{margin:18px}.physical-stock-dialog footer{flex-wrap:wrap}.physical-stock-dialog footer button{flex:1}.physical-stock-workspace .module-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:651px){.physical-stock-dialog{width:min(620px,100vw - 40px);max-height:calc(100dvh - 48px)}.physical-stock-dialog>header{padding:18px 20px}.physical-stock-dialog h2{margin-top:5px;font-size:20px}.physical-stock-dialog fieldset{padding:0 20px 18px}.physical-stock-dialog .stock-bound-product{margin:14px 20px;padding:12px 14px}.physical-stock-dialog .stock-form-grid{gap:13px 14px}.physical-stock-dialog .stock-form-grid input{min-height:40px;padding:9px 10px}.physical-stock-dialog .stock-form-grid textarea{height:108px;min-height:92px}.physical-stock-dialog .stock-form-help{line-height:1.5}.physical-stock-dialog footer{margin-top:15px}}.stock-upload-preview{gap:14px;padding:18px 20px 20px;display:grid}.stock-upload-preview-confirm{color:#536987;background:#eef3ff;border-left:3px solid #315ff4;border-radius:8px;gap:5px;margin:0;padding:13px 14px;font-size:13px;line-height:1.55;display:grid}.stock-upload-preview-confirm strong{color:var(--ink,#263249);font-size:15px}.stock-upload-preview-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.stock-upload-preview-summary article{border:1px solid var(--line,#dfe5ee);background:var(--surface,#fff);border-radius:8px;gap:4px;min-width:0;padding:11px 12px;display:grid}.stock-upload-preview-summary span,.stock-upload-preview-summary small{color:#7788a2;font-size:11px}.stock-upload-preview-summary strong{overflow-wrap:anywhere;color:var(--ink,#263249);font-size:13px}.stock-upload-preview-list{border:1px solid var(--line,#dfe5ee);border-radius:9px;min-width:0;overflow:hidden}.stock-upload-preview-list>header{border-bottom:1px solid var(--line,#dfe5ee);background:#f5f8fd;justify-content:space-between;gap:12px;padding:10px 12px;font-size:12px;display:flex}.stock-upload-preview-list>header span{color:#7788a2}.stock-upload-preview-rows{background:var(--surface,#fff);max-height:250px;overflow:auto}.stock-upload-preview-rows>div{border-bottom:1px solid var(--line,#dfe5ee);grid-template-columns:28px minmax(0,1fr) 62px minmax(120px,.8fr);align-items:center;gap:8px;padding:9px 12px;font-size:11px;display:grid}.stock-upload-preview-rows>div:last-child{border-bottom:0}.stock-upload-preview-rows>div>span{color:#8795aa;font-variant-numeric:tabular-nums}.stock-upload-preview-rows code{overflow-wrap:anywhere;min-width:0;color:var(--ink,#263249);font-size:12px}.stock-upload-preview-rows strong{color:#087c55;background:#e6f7f0;border-radius:999px;justify-self:start;padding:3px 7px;font-size:10px}.stock-upload-preview-rows small{color:#6f8099}.stock-upload-preview-rows>div.problem{background:#fff6f6}.stock-upload-preview-rows>div.problem strong{color:#c93636;background:#ffe5e5}.stock-upload-preview-rows>div.problem small,.stock-preview-problem-text{font-weight:650;color:#c93636!important}.stock-upload-preview-confirm.ready{background:#edf9f5;border-left-color:#15956d}.stock-upload-preview-confirm.has-problems{color:#a33a3a;background:#fff1f1;border-left-color:#dc3d3d}.stock-upload-preview footer{justify-content:flex-end;gap:10px;margin-top:0;display:flex}html.dark .stock-upload-preview-confirm{color:#b9c8dc;background:#203450}html.dark .stock-upload-preview-confirm.ready{color:#a9d8ca;background:#17372f}html.dark .stock-upload-preview-confirm.has-problems{color:#f0b0b6;background:#40252a}html.dark .stock-upload-preview-list>header{background:#20314a}html.dark .stock-upload-preview-rows>div.problem{background:#352329}@media (max-width:650px){.stock-upload-preview{padding:16px 18px 18px}.stock-upload-preview-summary{grid-template-columns:1fr}.stock-upload-preview-rows>div{grid-template-columns:24px minmax(0,1fr) 60px}.stock-upload-preview-rows small{grid-column:2/-1}.stock-upload-preview footer{flex-wrap:wrap}.stock-upload-preview footer button{flex:1}}.b2c-header.live-module-heading>div>.operations-heading-scope,body .b2c-header>div>p{box-sizing:border-box;color:#d8fff5;letter-spacing:1.2px;text-transform:none;white-space:normal;overflow-wrap:anywhere;background:#21595399;border:1px solid #4b9995;border-radius:8px;align-items:center;width:fit-content;max-width:100%;margin-top:16px;padding:8px 13px;font-size:10px;font-weight:650;line-height:1.5;display:inline-flex}body .content:has(header.operations-heading)>.page-head{display:none}@media (max-width:600px){.b2c-header.live-module-heading>div>.operations-heading-scope,body .b2c-header>div>p{letter-spacing:.8px;margin-top:14px;padding:7px 11px;font-size:10px}}body .b2c-header.live-module-heading>div>h2{color:#fff!important}body .b2c-header.live-module-heading>div>.support-view-scope,body .b2c-header.live-module-heading>div>span.operations-heading-scope{box-sizing:border-box;white-space:normal;overflow-wrap:anywhere;width:fit-content;max-width:100%;margin-top:12px;display:block}body .b2c-header.live-module-heading>div>p.operations-heading-description-white{color:#fff!important}body .b2c-header.live-module-heading.b2b-customers-heading>div>p{color:#fff}body .b2c-header.live-module-heading.b2b-customers-heading>button{flex-shrink:0}body header.b2c-header.live-module-heading.operations-heading{box-sizing:border-box;color:#fff;background:radial-gradient(at 88% 0,#365eac88,#0000 52%),linear-gradient(110deg,#19253b,#203f77);border:1px solid #30496e;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:24px;width:100%;min-width:0;padding:28px 32px;display:flex;box-shadow:0 12px 28px #192b4814}body .operations-heading>.operations-heading-copy{flex-direction:column;align-items:flex-start;gap:12px;min-width:0;max-width:100%;display:flex}body .operations-heading>.operations-heading-copy>span:first-child{color:#aac9ff;letter-spacing:1.8px;margin:0;font-size:9px;font-weight:700;line-height:1.5}body .operations-heading>.operations-heading-copy>h2{overflow-wrap:anywhere;margin:0;font-size:26px;font-weight:700;line-height:1.25}body .operations-heading.b2c-header>.operations-heading-copy>p{color:#fff;letter-spacing:.55px;overflow-wrap:anywhere;max-width:100%;margin:0;padding:9px 14px;font-size:12px;line-height:1.65;display:block}body .operations-heading.b2c-header.live-module-heading>.operations-heading-copy>span.operations-heading-scope{letter-spacing:.7px;margin:0;padding:7px 12px;font-size:10px;line-height:1.5;display:block}body .operations-heading>.operations-heading-side{color:#d7e3f7;white-space:nowrap;flex-direction:column;flex:none;align-items:flex-end;gap:14px;font-size:11px;display:flex}body .operations-heading>.operations-heading-side button{color:#fff;background:#ffffff12;border-color:#6684b4}@media (max-width:600px){body header.b2c-header.live-module-heading.operations-heading{border-radius:12px;flex-direction:column;padding:20px 18px}body .operations-heading>.operations-heading-copy{gap:10px}body .operations-heading>.operations-heading-copy>h2{font-size:22px}body .operations-heading.b2c-header>.operations-heading-copy>p{letter-spacing:.3px;padding:8px 11px;font-size:11px}body .operations-heading>.operations-heading-side{white-space:normal;align-items:flex-start}}.invoice-credit-trigger{color:#86520c;width:auto;min-height:36px;font:inherit;cursor:pointer;white-space:nowrap;background:#fff7e8;border:1px solid #e3b66a;border-radius:8px;padding:9px 13px;font-size:12px;font-weight:700}.invoice-credit-dialog{--credit-bg:#fff;--credit-soft:#f3f7fc;--credit-text:#26354d;--credit-muted:#657896;--credit-border:#dbe4f0;box-sizing:border-box;border:1px solid var(--credit-border);background:var(--credit-bg);width:min(720px,100vw - 28px);max-height:calc(100dvh - 32px);color:var(--credit-text);border-radius:16px;margin:auto;padding:0;position:fixed;inset:0;overflow:auto;box-shadow:0 24px 80px #07182d55}.invoice-credit-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#09162a99}.invoice-credit-dialog header{border-bottom:1px solid var(--credit-border);justify-content:space-between;gap:18px;padding:22px 24px;display:flex}.invoice-credit-dialog header span{letter-spacing:1.6px;color:var(--credit-muted);font-size:10px;font-weight:700}.invoice-credit-dialog h2{margin:7px 0;font-size:22px}.invoice-credit-dialog header p{color:var(--credit-muted);margin:0;font-size:12px}.invoice-credit-dialog button{border:1px solid var(--credit-border);color:inherit;font:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:700}.invoice-credit-content{padding:22px 24px}.invoice-credit-totals{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.invoice-credit-totals div{background:var(--credit-soft);color:var(--credit-muted);border-radius:9px;padding:12px;font-size:11px}.invoice-credit-totals strong{color:var(--credit-text);margin-top:7px;font-size:17px;display:block}.invoice-credit-fixed{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.invoice-credit-fixed div{border:1px solid var(--credit-border);border-radius:8px;padding:11px}.invoice-credit-fixed dt{color:var(--credit-muted);font-size:10px}.invoice-credit-fixed dd{margin:6px 0 0;font-size:12px;font-weight:700}.invoice-credit-dialog fieldset{border:0;gap:15px;margin:0;padding:0;display:grid}.invoice-credit-dialog label{flex-direction:column;gap:7px;font-size:12px;font-weight:700;display:flex}.invoice-credit-dialog input,.invoice-credit-dialog textarea{box-sizing:border-box;border:1px solid var(--credit-border);background:var(--credit-bg);width:100%;color:inherit;font:inherit;border-radius:8px;padding:11px}.invoice-credit-dialog textarea{resize:vertical}.invoice-credit-dialog footer{justify-content:flex-end;gap:9px;margin-top:15px;display:flex}.invoice-credit-dialog .invoice-credit-submit{color:#fff;background:#c17a16;border-color:#c17a16}.invoice-credit-info{color:var(--credit-muted);font-size:12px;line-height:1.6}.invoice-credit-error,.invoice-credit-success{border-radius:8px;padding:11px;font-size:12px}.invoice-credit-error{color:#a52c27;background:#fff0ef}.invoice-credit-success{color:#17684e;background:#e4f5ed}[data-theme=dark] .invoice-credit-dialog,.dark .invoice-credit-dialog{--credit-bg:#1d2839;--credit-soft:#28364b;--credit-text:#e6edf8;--credit-muted:#a9bad2;--credit-border:#3a4b65;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] .invoice-credit-trigger,.dark .invoice-credit-trigger{color:#f1cb86;background:#382e1d;border-color:#76592c}@media (max-width:620px){.invoice-credit-totals{grid-template-columns:1fr 1fr}.invoice-credit-fixed{grid-template-columns:1fr}.invoice-credit-dialog header,.invoice-credit-content{padding:16px}}.invoice-email-action{vertical-align:middle;max-width:100%;color:inherit;flex-direction:column;gap:8px;margin:4px 8px 12px;display:inline-flex}.invoice-email-action button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #c5d5ed;border-radius:8px;align-self:flex-start;padding:10px 14px;font-size:13px;font-weight:600}.invoice-email-action .invoice-email-trigger{color:#234e88;background:#edf4ff}.invoice-email-action button:disabled{opacity:.6;cursor:wait}.invoice-email-confirm{border:1px solid #c5d5ed;border-radius:9px;max-width:620px;padding:12px 14px}.invoice-email-confirm p{overflow-wrap:anywhere;margin:0 0 10px;font-size:13px;line-height:1.6}.invoice-email-confirm>div{flex-wrap:wrap;gap:10px;display:flex}.invoice-email-error,.invoice-email-success{overflow-wrap:anywhere;border-radius:8px;max-width:620px;margin:0;padding:10px 12px;font-size:12px;line-height:1.6}.invoice-email-error{color:#a82a24;background:#fff0ef}.invoice-email-success{color:#176446;background:#e5f5ee}[data-theme=dark] .invoice-email-action button,.dark .invoice-email-action button,[data-theme=dark] .invoice-email-confirm,.dark .invoice-email-confirm{border-color:#465d7e}[data-theme=dark] .invoice-email-action .invoice-email-trigger,.dark .invoice-email-action .invoice-email-trigger{color:#dbe9ff;background:#283d5d}.pdf-preview{--pdf-bg:#e8edf4;--pdf-panel:#fff;--pdf-border:#d4deeb;--pdf-text:#24344e;width:100%;min-width:0;min-height:0;color:var(--pdf-text);border:1px solid var(--pdf-border);background:var(--pdf-panel);border-radius:10px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 24px #17223312}.pdf-preview-toolbar{border-bottom:1px solid var(--pdf-border);background:var(--pdf-panel);flex-wrap:wrap;flex:none;align-items:center;gap:7px;padding:8px 10px;font-size:12px;display:flex}.pdf-preview-toolbar span{white-space:nowrap;font-variant-numeric:tabular-nums}body .pdf-preview button{border:1px solid var(--pdf-border);background:var(--pdf-panel);width:auto;min-width:32px;min-height:32px;color:var(--pdf-text);font:inherit;cursor:pointer;border-radius:7px;padding:5px 9px}body .pdf-preview button:disabled{opacity:.4;cursor:default}.pdf-preview-viewport{box-sizing:border-box;background:var(--pdf-bg);scrollbar-color:#9eacc0 transparent;scrollbar-width:thin;flex:1;width:100%;min-width:0;min-height:240px;padding:20px;overflow:auto}.pdf-preview-canvas{justify-content:center;align-items:flex-start;width:max-content;min-width:100%;display:flex}.pdf-preview-canvas[hidden]{display:none}.pdf-preview-canvas canvas{background:#fff;flex-shrink:0;max-width:none;display:block;box-shadow:0 5px 22px #1722332e}.pdf-preview-status,.pdf-preview-error{background:var(--pdf-panel);flex:none;margin:0;padding:9px 11px;font-size:12px}.pdf-preview-error{color:#a52b26}.pdf-preview-text{border-top:1px solid var(--pdf-border);overflow-wrap:anywhere;background:var(--pdf-panel);flex:none;margin:0;padding:8px 10px;font-size:11px;line-height:1.5}.pdf-preview-text summary{cursor:pointer;color:#627795}.pdf-preview-text p{max-height:90px;overflow:auto}html.dark .pdf-preview,[data-theme=dark] .pdf-preview{--pdf-bg:#101827;--pdf-panel:#1d2b41;--pdf-border:#3b506d;--pdf-text:#e4edf9}html.dark .pdf-preview-error{color:#ffc4bd}@media (max-width:600px){.pdf-preview-toolbar{gap:5px;padding:7px}.pdf-preview-toolbar button{font-size:11px}.pdf-preview-viewport{padding:10px}}.invoice-document-dialog{--document-bg:#fff;--document-soft:#f4f7fb;--document-text:#21314a;--document-muted:#667a98;--document-line:#d9e3f0;--document-navy:#172844;--document-blue:#3563e9;background:var(--document-bg);width:min(980px,100vw - 64px);max-width:calc(100vw - 64px);height:min(680px,100dvh - 64px);max-height:calc(100dvh - 64px);color:var(--document-text);border:1px solid #c9d7e8;border-radius:16px;margin:auto;padding:0;overflow:hidden;box-shadow:0 28px 74px #07142559}html.dark .invoice-document-dialog{--document-bg:#172233;--document-soft:#202e43;--document-text:#edf3fc;--document-muted:#b7c7dc;--document-line:#3b4e69;--document-navy:#101a2b}.invoice-document-dialog[open]{flex-direction:column;display:flex}.invoice-document-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#07111fbd}.invoice-document-header{color:#fff;background:linear-gradient(120deg,var(--document-navy) 0%,#223d6d 62%,#315ea8 100%);border-bottom:1px solid #ffffff1c;flex:none;justify-content:space-between;align-items:flex-start;gap:20px;padding:16px 20px;display:flex}.invoice-document-heading{min-width:0}.invoice-document-eyebrow{color:#b9d1fb;letter-spacing:1.7px;margin-bottom:8px;font-size:9px;font-weight:800;display:block}.invoice-document-heading>div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}html body .invoice-document-dialog h2{color:#fff;overflow-wrap:anywhere;margin:0;font-size:23px;line-height:1.25}.invoice-document-heading p{color:#d5e1f5;margin:6px 0 0;font-size:12px}.invoice-document-kind{color:#dbe9ff;background:#8bb6ff1a;border:1px solid #8bb6ff66;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.invoice-document-kind.is-credit{color:#ffdada;background:#ef5f5f2e;border-color:#ff9b9b80}html body .invoice-document-close{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff42;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;min-height:38px;padding:0;display:grid}.invoice-document-close svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:18px;height:18px}.invoice-document-layout{flex:1;grid-template-columns:260px minmax(0,1fr);min-height:0;display:grid}.invoice-document-summary{border-right:1px solid var(--document-line);background:var(--document-bg);min-width:0;padding:16px;overflow:auto}.invoice-document-total{background:linear-gradient(145deg,#eef5ff,#f8fbff);border:1px solid #c8daf5;border-radius:11px;flex-direction:column;gap:4px;margin-bottom:14px;padding:13px;display:flex;position:relative;overflow:hidden}.invoice-document-total:after{content:"";background:#3563e914;border-radius:50%;width:100px;height:100px;position:absolute;top:-34px;right:-25px}.invoice-document-total.is-credit{background:linear-gradient(145deg,#fff1f1,snow);border-color:#f0c2c2}.invoice-document-total.is-credit:after{background:#dc46461a}html.dark .invoice-document-total{background:linear-gradient(145deg,#203655,#1b2a40);border-color:#3d5b84}html.dark .invoice-document-total.is-credit{background:linear-gradient(145deg,#3c2832,#242537);border-color:#75454d}.invoice-document-total span,.invoice-document-total small{z-index:1;color:var(--document-muted);font-size:11px;position:relative}.invoice-document-total strong{z-index:1;color:#214b8b;font-variant-numeric:tabular-nums;font-size:21px;line-height:1.2;position:relative}.invoice-document-total.is-credit strong{color:#c23c43}html.dark .invoice-document-total strong{color:#9dc2ff}html.dark .invoice-document-total.is-credit strong{color:#ff9fa4}.invoice-document-facts{gap:0;margin:0 0 18px;display:grid}.invoice-document-facts>div{border-bottom:1px solid var(--document-line);grid-template-columns:96px minmax(0,1fr);gap:10px;padding:10px 2px;display:grid}.invoice-document-facts dt{color:var(--document-muted);font-size:11px;line-height:1.5}.invoice-document-facts dd{color:var(--document-text);overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:650;line-height:1.5}.invoice-document-items{border:1px solid var(--document-line);background:var(--document-soft);border-radius:10px;gap:8px;margin:0 0 18px;padding:12px;display:grid}.invoice-document-items h3{color:var(--document-text);text-transform:uppercase;letter-spacing:.8px;margin:0 0 2px;font-size:11px}.invoice-document-items article{border-top:1px solid var(--document-line);grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;padding-top:8px;display:grid}.invoice-document-items article div{gap:2px;min-width:0;display:grid}.invoice-document-items article strong{overflow-wrap:anywhere;font-size:12px}.invoice-document-items article small,.invoice-document-items article span,.invoice-document-items p{color:var(--document-muted);font-size:10px}.invoice-document-items article span{grid-area:1/2}.invoice-document-items article b{grid-area:2/2;font-size:11px}.invoice-document-items p{margin:0;line-height:1.5}.invoice-preview-actions{grid-template-columns:1fr;align-items:stretch;gap:14px;margin:0 0 16px;display:grid}.invoice-preview-action-group{gap:7px;min-width:0;display:grid}.invoice-preview-action-group>span{color:var(--document-muted);letter-spacing:1.2px;font-size:8px;font-weight:800}.invoice-preview-finance-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.invoice-preview-finance-actions>button{white-space:normal;width:100%;min-width:0;min-height:40px;margin:0;padding:8px 9px;font-size:11px;line-height:1.3}.invoice-preview-finance-actions>button:only-child{grid-column:1/-1}.invoice-preview-actions .invoice-email-action,.invoice-preview-actions .invoice-email-action button{width:100%;margin:0}.invoice-preview-actions .invoice-email-action{display:flex}.invoice-preview-actions .invoice-email-trigger{background:var(--document-bg);border-color:var(--document-line);min-height:40px;color:var(--document-text)}.invoice-preview-actions .invoice-email-confirm{max-width:none}.invoice-document-note{background:var(--document-soft);color:var(--document-muted);border-left:3px solid #86aaf1;border-radius:3px 8px 8px 3px;margin:0;padding:11px 12px;font-size:11px;line-height:1.55}.invoice-document-workspace{background:#e9eef5;flex-direction:column;min-width:0;min-height:0;display:flex}html.dark .invoice-document-workspace{background:#101827}.invoice-document-toolbar{border-bottom:1px solid var(--document-line);background:var(--document-bg);flex:none;justify-content:space-between;align-items:center;gap:18px;padding:12px 16px;display:flex}.invoice-document-toolbar>div{flex-direction:column;gap:2px;min-width:0;display:flex}.invoice-document-toolbar>div span{color:var(--document-muted);letter-spacing:1.3px;font-size:8px;font-weight:800}.invoice-document-toolbar>div strong{overflow-wrap:anywhere;font-size:12px}.invoice-document-toolbar nav{align-items:center;gap:8px;display:flex}html body .invoice-document-dialog .ghost{border:1px solid var(--document-line);background:var(--document-bg);min-height:34px;color:var(--document-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:7px 11px;font-size:11px;font-weight:650;line-height:1.4;text-decoration:none;display:inline-flex}html body .invoice-document-dialog .ghost.is-primary{border-color:var(--document-blue);background:var(--document-blue);color:#fff}.invoice-document-preview-area{flex:1;min-width:0;min-height:0;padding:10px;display:flex}.invoice-document-preview-area>.pdf-preview{flex:1;min-height:0}.invoice-document-status{color:var(--document-muted);font-size:12px}.invoice-document-error{color:#a32020;background:#fff1f1;border:1px solid #e19a9a;border-radius:9px;padding:12px 14px;font-size:12px;line-height:1.5}html.dark .invoice-document-error{color:#ffd0d0;background:#402a32}.invoice-document-placeholder,.invoice-document-empty{color:var(--document-muted);background:#f2f5f9;border:1px dashed #bdc9d8;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:9px;display:flex}.invoice-document-placeholder span{background:linear-gradient(90deg,#dfe6ef 20%,#f5f7fa 50%,#dfe6ef 80%) 0 0/220% 100%;border-radius:5px;width:min(420px,60%);height:12px;animation:1.4s linear infinite invoice-document-loading;display:block}.invoice-document-placeholder span:first-child{width:min(260px,40%);height:26px}.invoice-document-placeholder span:last-child{width:min(340px,50%)}.invoice-document-empty strong{font-size:14px}.invoice-document-empty span{font-size:12px}.invoice-document-dialog :focus-visible{outline-offset:3px;outline:2px solid #79a7ff}@keyframes invoice-document-loading{to{background-position:-220% 0}}@media (max-width:820px){.invoice-document-dialog{width:calc(100vw - 24px);max-width:calc(100vw - 24px);height:calc(100dvh - 24px);max-height:calc(100dvh - 24px)}.invoice-document-layout{display:block;overflow:auto}.invoice-document-summary{border-right:0;border-bottom:1px solid var(--document-line);overflow:visible}.invoice-document-facts{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.invoice-document-workspace{min-height:560px}.invoice-document-preview-area{min-height:480px}}@media (max-width:520px){.invoice-document-header{padding:17px}.invoice-document-summary{padding:16px}.invoice-document-facts{grid-template-columns:1fr}.invoice-document-toolbar{flex-direction:column;align-items:flex-start}.invoice-document-toolbar nav{width:100%}.invoice-document-toolbar nav a{flex:1}.invoice-document-preview-area{padding:8px}.invoice-document-workspace{min-height:500px}html body .invoice-document-dialog h2{font-size:19px}.invoice-preview-finance-actions{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.invoice-document-placeholder span{animation:none}}body .invoice-row-actions{vertical-align:middle;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:8px;min-width:max-content;display:inline-flex}body .invoice-row-actions>button.invoice-icon-action{color:#536986;box-sizing:border-box;background:#fff;border:1px solid #d6e1f1;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;min-height:36px;margin:0;padding:8px;display:inline-flex}body .invoice-row-actions>button.invoice-icon-action>svg{flex-shrink:0;width:16px;height:16px}body .invoice-row-actions>button.invoice-payment-trigger{white-space:nowrap;color:#234e88;box-sizing:border-box;background:#edf4ff;border:1px solid #c5d5ed;border-radius:8px;flex:none;justify-content:center;align-items:center;width:auto;min-width:120px;height:36px;min-height:36px;margin:0;padding:8px 14px;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex}body .invoice-row-actions>button:focus-visible{outline-offset:3px;outline:2px solid #82aaff}html.dark body .invoice-row-actions>button.invoice-icon-action,[data-theme=dark] .invoice-row-actions>button.invoice-icon-action{color:#c9d9ef;background:#1d2c42;border-color:#3b506f}html.dark body .invoice-row-actions>button.invoice-payment-trigger,[data-theme=dark] .invoice-row-actions>button.invoice-payment-trigger{color:#dbe9ff;background:#283d5d;border-color:#465d7e}body .invoice-row-actions>button.invoice-credit-trigger{white-space:nowrap;flex:none;width:auto;min-width:140px;height:36px;margin:0;padding:8px 14px}.invoice-preview-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.invoice-credit-guidance{padding:0 24px 16px;font-size:14px}.stock-browser{margin-top:16px;overflow:hidden}.stock-browser>header,.stock-browser>footer{justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.stock-browser h2{margin:0;font-size:18px}.stock-browser p{color:var(--muted);margin:6px 0;font-size:12px;line-height:1.6}.stock-browser>p{padding:12px 20px}.stock-browser button{border:1px solid var(--line);color:inherit;background:0 0;border-radius:7px;padding:9px 12px;font-size:12px}.stock-browser button:disabled{opacity:.45;cursor:not-allowed}.stock-browser-filters{border-block:1px solid var(--line);flex-wrap:wrap;align-items:end;gap:12px;padding:12px 20px;display:flex}.stock-browser-filters label{flex-direction:column;gap:5px;font-size:12px;display:flex}.stock-browser-filters label:first-child{flex:1;min-width:230px}.stock-browser-filters input{border:1px solid var(--line);color:inherit;background:0 0;border-radius:7px;min-width:0;padding:10px}.stock-browser td,.stock-browser th{padding:12px 16px;font-size:12px}.stock-browser td small{color:var(--muted);margin-top:5px;font-size:11px;display:block}.stock-browser>footer{font-size:12px}.stock-browser>footer>div{gap:8px;display:flex}@media (max-width:600px){.stock-browser-filters label{flex:1;min-width:130px}.stock-browser>footer{flex-wrap:wrap}.stock-browser>header{align-items:flex-start}}.iccid-range-picker{background:var(--surface,#fff);border:1px dashed #c1d1ee;border-radius:10px;min-width:0;padding:18px}.iccid-range-picker strong{color:var(--ink,#263249);font-size:13px}.iccid-range-picker p{color:#7789a4;margin:7px 0 0;font-size:12px;line-height:1.6}.iccid-range-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:14px;margin:16px 0;display:grid}.sale-page-form .iccid-range-fields label{gap:7px;min-width:0;font-size:12px;display:grid}.sale-page-form .iccid-range-fields input{box-sizing:border-box;width:100%;min-width:0;margin:0;font-family:monospace;font-size:13px}.iccid-range-fields button{min-height:44px}.iccid-range-fields button:disabled{opacity:.5;cursor:not-allowed}html.dark .iccid-range-picker{background:#172338;border-color:#364b6e}@media (max-width:700px){.iccid-range-fields{grid-template-columns:minmax(0,1fr)}.iccid-range-picker{padding:14px}.iccid-range-fields button{width:100%}}.sale-draft-notice{color:#355785;background:#edf3ff;border:1px solid #d6e2fb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;padding:14px 18px;font-size:13px;display:flex}.sale-draft-notice p{margin:0}.sale-draft-notice strong{margin-right:auto}.sale-draft-notice .error{color:#b83737}.status.sale-draft-status{color:#946214;background:#fff3d7}.logistics-panel .draft-action{white-space:nowrap}@media (max-width:650px){.sale-draft-notice{flex-direction:column;align-items:flex-start}}body .sale-draft-notice{gap:8px 16px;line-height:1.6}body .sale-draft-notice strong{font-weight:650}html.dark body .sale-draft-notice{color:#c4d8f3;background:#20334c;border-color:#405d80}html.dark body .sale-draft-notice strong{color:#edf4ff}html.dark body .sale-draft-notice p{color:#c4d8f3}html.dark body .sale-draft-notice .error{color:#ffb6b6}html.dark body .status.sale-draft-status{color:#f3d291;background:#413522}.sale-wizard{--sw-bg:#fff;--sw-soft:#f5f8fe;--sw-text:#26334a;--sw-muted:#667b9b;--sw-line:#dce5f4;max-width:1120px;color:var(--sw-text);margin:0 auto}html.dark .sale-wizard{--sw-bg:#1d2939;--sw-soft:#22334b;--sw-text:#e7edf7;--sw-muted:#b0c0d8;--sw-line:#40526d}body .sale-wizard .sale-page-head{border-radius:14px;margin-bottom:14px;padding:20px 24px}body .sale-wizard .sale-page-head h2{margin:12px 0 6px;font-size:24px}body .sale-wizard .sale-page-head p{margin:0;line-height:1.5}body .sale-wizard .sale-draft-notice{margin-bottom:14px;padding:10px 14px;font-size:12px}.sale-wizard-steps{gap:8px;margin:0 0 16px;display:flex}.sale-wizard-steps button{text-align:left;border:1px solid var(--sw-line);background:var(--sw-bg);color:var(--sw-muted);cursor:pointer;border-radius:10px;flex:1;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex}.sale-wizard-steps button[aria-current=step]{background:var(--sw-soft);color:var(--sw-text);border-color:#416fff;font-weight:650}.sale-wizard-steps button span{background:var(--sw-soft);color:#416fff;border-radius:7px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}body .sale-wizard .sale-page-form{gap:14px;padding-bottom:0;display:grid}body .sale-wizard .panel{background:var(--sw-bg);border:1px solid var(--sw-line);color:var(--sw-text);margin:0}body .sale-wizard .sale-section-title{padding:16px 20px}body .sale-wizard .sale-section-title h3{color:var(--sw-text);margin:0;font-size:16px}body .sale-wizard .sale-customer-grid{gap:14px;padding:18px 20px}body .sale-wizard .sale-customer-summary{background:var(--sw-soft);border-color:var(--sw-line);padding:14px 16px}body .sale-wizard .sale-customer-summary strong{color:var(--sw-text);font-size:17px}body .sale-wizard .sale-catalog-status{color:var(--sw-muted);justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;font-size:12px;display:flex}body .sale-wizard .sale-lines{gap:10px;padding:0 16px 16px;display:grid}body .sale-wizard .sale-line{border:1px solid var(--sw-line);background:var(--sw-bg);border-radius:10px;margin:0;overflow:hidden}body .sale-wizard .sale-line-compact-head{background:var(--sw-soft)}body .sale-wizard .sale-line-toggle{min-height:0;color:var(--sw-text);gap:12px;padding:13px 15px}body .sale-wizard .sale-line-identity strong{font-size:14px}body .sale-wizard .sale-line-identity small{color:var(--sw-muted);font-size:11px}.sale-editor{border-top:1px solid var(--sw-line);gap:12px;padding:16px;display:grid}.sale-editor-product{grid-template-columns:minmax(0,2fr) minmax(80px,.5fr) minmax(120px,.9fr) minmax(110px,.7fr);align-items:end;gap:12px;display:grid}.sale-editor-product>.sale-editor-stock{grid-area:1/4}.sale-editor-product>.sale-editor-gross{grid-area:2/1/auto/-1}body .sale-wizard label{color:var(--sw-text);gap:6px;font-size:12px;font-weight:600;display:grid}body .sale-wizard input,body .sale-wizard select,body .sale-wizard textarea{box-sizing:border-box;background:var(--sw-bg);width:100%;color:var(--sw-text);border:1px solid var(--sw-line);border-radius:7px;min-height:40px;padding:10px 12px;font-size:13px}body .sale-wizard textarea{resize:vertical;min-height:96px;max-height:220px;font-family:monospace}:is(body .sale-wizard input:focus-visible,body .sale-wizard select:focus-visible,body .sale-wizard textarea:focus-visible){outline-offset:2px;outline:2px solid #769aff}.sale-product-combobox{position:relative}.sale-product-results{z-index:30;border:1px solid var(--sw-line);background:var(--sw-bg);border-radius:9px;max-height:240px;padding:6px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 36px #17284424}.sale-product-results button{width:100%;color:var(--sw-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;gap:3px;padding:10px 12px;display:grid}:is(.sale-product-results button:hover,.sale-product-results button:focus-visible,.sale-product-results button[aria-selected=true]){background:var(--sw-soft)}.sale-product-results button strong{font-size:13px}.sale-product-results button span,.sale-product-results p{color:var(--sw-muted);margin:0;font-size:11px}.sale-product-results p{padding:10px 12px}.sale-editor-stock{gap:5px;font-size:13px;display:grid}.sale-editor-stock small,.sale-editor-hint,.sale-editor small,.sale-selection-summary small{color:var(--sw-muted);font-size:11px;line-height:1.5}.sale-editor-gross{box-sizing:border-box;color:#176b51;background:#eff9f5;border:1px solid #bcd4ca;border-radius:8px;align-items:center;gap:16px;min-height:52px;padding:9px 13px;display:flex}.sale-editor-gross small{white-space:nowrap;margin-right:-7px}.sale-editor-gross strong{white-space:nowrap;font-size:15px;line-height:1.25}.sale-editor-gross span{color:#52796b;white-space:nowrap;border-left:1px solid #c6ddd4;padding-left:16px;font-size:11px}.sale-editor-gross span:last-child{margin-left:auto}html.dark .sale-editor-gross{color:#a8e1ce;background:#1d382f;border-color:#315f52}html.dark .sale-editor-gross span{color:#8db9aa;border-color:#315f52}.sale-editor-hint{margin:0}.sale-text-button{text-align:left;color:#5987ec;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.sale-methods{border:0;flex-wrap:wrap;gap:8px;margin:0;padding:0;display:flex}.sale-methods legend{color:var(--sw-text);margin-bottom:8px;font-size:12px;font-weight:650}.sale-methods button{border:1px solid var(--method-border,var(--sw-line));background:var(--method-bg,var(--sw-bg));color:var(--method-color,var(--sw-text));cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:9px 15px;font-size:12px;font-weight:650;display:inline-flex}.sale-methods button:before{content:"";background:var(--method-color);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb,var(--method-color) 15%,transparent);border-radius:50%}.sale-method-auto{--method-color:#17795f;--method-border:#a8d9ca;--method-bg:#eff9f5}.sale-method-list{--method-color:#315fcf;--method-border:#b9caf4;--method-bg:#f0f4ff}.sale-method-range{--method-color:#a45b08;--method-border:#eccb9f;--method-bg:#fff7e9}.sale-method-excel{--method-color:#b33d3d;--method-border:#efbcbc;--method-bg:#fff1f1}.sale-methods button[aria-pressed=true]{background:var(--method-color);border-color:var(--method-color);color:#fff;box-shadow:0 5px 14px color-mix(in srgb,var(--method-color) 25%,transparent)}.sale-methods button[aria-pressed=true]:before{background:#fff;box-shadow:0 0 0 3px #fff3}html.dark .sale-method-auto{--method-color:#80d6ba;--method-border:#315f52;--method-bg:#1d382f}html.dark .sale-method-list{--method-color:#9db7ff;--method-border:#405a94;--method-bg:#202f50}html.dark .sale-method-range{--method-color:#f1bd73;--method-border:#70522e;--method-bg:#3c3020}html.dark .sale-method-excel{--method-color:#f3a2a2;--method-border:#754242;--method-bg:#402626}html.dark .sale-methods button[aria-pressed=true]{color:#172033}.sale-editor-auto{color:#27745c;background:#eef9f5;border:1px solid #bfe2d4;border-radius:8px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}html.dark .sale-editor-auto{color:#9bd7c3;background:#1d382f;border-color:#315f52}.sale-wizard button:disabled{opacity:.5;cursor:not-allowed}.sale-range-compact{grid-template-columns:1fr 1fr auto;align-items:end;gap:12px;display:grid}.sale-range-compact>small{grid-column:1/-1}.sale-excel-compact{border:1px dashed var(--sw-line);border-radius:8px;gap:6px;padding:12px;display:grid}.sale-excel-compact p{margin:0;font-size:12px}.sale-editor-error{color:#bd3030!important}html.dark .sale-editor-error{color:#ffabab!important}.sale-selection-summary{border-top:1px solid var(--sw-line);gap:6px;padding-top:10px;font-size:12px;display:grid}.sale-selection-summary details summary{cursor:pointer;color:var(--sw-muted)}.sale-selection-summary pre{background:var(--sw-soft);max-height:140px;color:var(--sw-text);padding:10px;overflow:auto}.sale-wizard-summary{padding:20px}.sale-wizard-summary h3{margin:0 0 14px;font-size:18px}.sale-wizard-summary p{color:var(--sw-muted);font-size:13px;line-height:1.6}.sale-summary-scroll{overflow-x:auto}.sale-wizard-summary table{border-collapse:collapse;width:100%}.sale-wizard-summary th,.sale-wizard-summary td{text-align:left;border-bottom:1px solid var(--sw-line);color:var(--sw-text);white-space:nowrap;padding:12px;font-size:13px}.sale-wizard-summary th{background:var(--sw-soft)}body .sale-wizard .sale-checkout{box-shadow:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px;display:flex;position:static;inset:auto}body .sale-wizard .sale-totals{flex-wrap:wrap;align-items:center;gap:10px;display:flex}body .sale-wizard .sale-totals strong{color:var(--sw-text);font-size:20px}.sale-wizard-footnote{color:var(--sw-muted);font-size:12px}@media (max-width:900px){.sale-editor-product{grid-template-columns:1fr 1fr}.sale-editor-product>label:first-child{grid-column:1/-1}.sale-editor-product>.sale-editor-stock,.sale-editor-product>.sale-editor-gross{grid-area:auto/1/auto/-1}.sale-editor-gross{flex-wrap:wrap}.sale-editor-gross span:last-child{margin-left:0}}@media (max-width:560px){.sale-editor-gross{flex-direction:column;align-items:flex-start;gap:5px}.sale-editor-gross small{margin-right:0}.sale-editor-gross span{border-top:1px solid #c6ddd4;border-left:0;width:100%;padding:4px 0 0}}@media (max-width:700px){.sale-range-compact{grid-template-columns:1fr}.sale-wizard-steps button{flex-direction:column;align-items:flex-start;padding:10px;font-size:11px}.sale-wizard .sale-line-card-count{display:none}body .sale-wizard .sale-lines{padding:0 10px 10px}body .sale-wizard .sale-checkout{align-items:stretch}body .sale-wizard .sale-totals{justify-content:flex-end;width:100%}.sale-wizard .sale-section-title{gap:10px}.sale-wizard .sale-page-head p{font-size:12px}}.sale-wizard-steps{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.sale-wizard-steps button{overflow-wrap:anywhere;min-width:0}.sale-editor-chosen{border:1px solid var(--sw-line);background:var(--sw-soft);border-radius:8px;flex-wrap:wrap;gap:12px 24px;padding:12px 14px;display:flex}.sale-editor-chosen>span{flex:130px;gap:5px;min-width:0;display:grid}.sale-editor-chosen strong{color:var(--sw-text);overflow-wrap:anywhere;font-size:13px}@media (max-width:700px){.sale-wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.sale-wizard-steps button{flex-direction:row;align-items:center;gap:8px;min-height:54px}}.sale-page-form .sale-line-compact{min-width:0;transition:border-color .15s;overflow:hidden}.sale-page-form .sale-line-compact.is-editing{border-color:#b9cdfb}.sale-line-compact-head{background:var(--surface,#fff);align-items:center;gap:8px;min-width:0;padding:8px 14px;display:flex}.is-editing>.sale-line-compact-head{background:#f0f5ff;border-bottom:1px solid #dce6f8}.sale-page-form .sale-line-toggle{text-align:left;width:100%;min-width:0;color:var(--ink,#263249);cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:30px minmax(0,1fr) 95px 125px 18px;align-items:center;gap:14px;padding:10px 4px;display:grid}.sale-line-toggle:focus-visible{outline-offset:2px;outline:2px solid #3868ff}.sale-line-number{color:#3868f4;background:#e8efff;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.sale-line-identity{min-width:0}.sale-line-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5;display:block;overflow:hidden}.sale-line-identity small,.sale-line-card-count small{color:#8290a7;margin-top:3px;font-size:11px;font-weight:400;line-height:1.5;display:block}.sale-line-identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sale-line-card-count{white-space:nowrap;font-size:13px;font-weight:600}.sale-line-subtotal{text-align:right;white-space:nowrap;font-size:14px;font-weight:700}.sale-line-chevron{color:#8799b5;transition:transform .15s}.sale-line-toggle[aria-expanded=true] .sale-line-chevron{transform:rotate(180deg)}.sale-page-form .sale-line-remove{color:#8b99ae;cursor:pointer;background:0 0;border:1px solid #e1e7f0;border-radius:7px;place-items:center;width:30px;min-width:30px;height:30px;padding:0;font-size:19px;display:grid}.sale-line-remove:hover{color:#ba3434;border-color:#edc4c4}.sale-line-compact:not(.is-editing) .sale-line-compact-head{min-height:65px}html.dark .sale-line-compact-head{background:#172338}html.dark .is-editing>.sale-line-compact-head{background:#1c2c46;border-color:#344967}html.dark .sale-line-toggle{color:#dce7f7}@media (max-width:650px){.sale-line-compact-head{align-items:flex-start;gap:4px;padding:8px}.sale-page-form .sale-line-toggle{grid-template-columns:26px minmax(0,1fr) auto;gap:7px 10px;padding:6px 2px}.sale-line-number{grid-row:1/3;width:26px;height:26px}.sale-line-identity{grid-area:1/2}.sale-line-chevron{grid-area:1/3}.sale-line-card-count{grid-area:2/2;font-size:12px}.sale-line-card-count small{margin-left:8px;display:inline}.sale-line-subtotal{grid-area:2/3;font-size:12px}.sale-line-identity strong{font-size:13px}.sale-line-remove{margin-top:5px}}.support-accounts{max-width:1320px;min-height:100dvh;margin:0 auto;padding:32px 24px}.support-accounts>header{align-items:center;gap:24px;margin-bottom:28px;display:flex}.support-accounts>header img{width:110px;height:auto}.support-accounts>header>div{flex:1}.support-accounts>header span{letter-spacing:1.5px;color:#4674b7;font-size:10px}.support-accounts h1{margin:8px 0;font-size:28px}.support-accounts p{color:#71839e;font-size:12px;line-height:1.7}.support-account-toolbar{gap:18px;padding:22px;display:flex}.support-account-toolbar label{flex:1;gap:8px;min-width:0;font-size:12px;display:grid}.support-account-toolbar input,.support-account-toolbar select{box-sizing:border-box;background:#fff;border:1px solid #dce5f2;border-radius:8px;width:100%;min-width:0;min-height:43px;padding:10px}.support-accounts .table-wrap{overflow:auto}.support-accounts table{width:100%;min-width:760px}.support-accounts footer{justify-content:flex-end;align-items:center;gap:16px;padding:20px;display:flex}.support-account-note{padding:0 22px}.support-reset-confirm{margin-top:20px;padding:24px}.support-reset-confirm h2{font-size:19px}.support-reset-confirm label{gap:10px;margin:16px 0;font-size:12px;display:flex}.support-reset-confirm button{margin-right:10px}.read-only-role-note{color:#365b8b;background:#eef4ff;border:1px solid #dbe6fa;border-radius:9px;margin-bottom:18px;padding:12px 18px;font-size:12px}.role-readonly button[data-role-disabled]{opacity:.45;cursor:not-allowed}@media (max-width:600px){.support-accounts{padding:20px 12px}.support-accounts>header{flex-wrap:wrap;gap:12px}.support-accounts>header img{width:70px}.support-accounts h1{font-size:23px}.support-account-toolbar{flex-direction:column;padding:16px}}.sidebar{height:100dvh;max-height:100dvh;overflow:hidden}.sidebar nav{overscroll-behavior-y:contain;min-height:0;padding-bottom:24px;scroll-padding-block:14px;overflow-y:auto}.app-shell .sidebar nav .nav-drawer.open:not(.b2b-sidebar-drawer),.app-shell .sidebar nav .nav-drawer.open{visibility:visible;opacity:1;pointer-events:auto;height:auto;max-height:none;transition:none;display:block;overflow:visible;transform:none}.app-shell .sidebar nav .nav-drawer:not(.open){visibility:hidden;opacity:0;pointer-events:none;height:auto;max-height:0;transition:none;display:none;overflow:hidden}.sidebar nav button{scroll-margin-block:14px}.sidebar nav button:focus-visible{outline-offset:-2px!important;outline:2px solid #a8c6ff!important}.sidebar .sidebar-bottom{flex-shrink:0;position:relative}.app-shell .sidebar .user-mini{align-items:center;gap:12px;min-width:0;display:flex}.app-shell .sidebar .user-mini>span{flex-shrink:0}.app-shell .sidebar .user-mini>div{flex:1;min-width:0;overflow:hidden}.app-shell .sidebar .user-mini>div>strong{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.app-shell .sidebar .user-mini>.logout-button{flex-shrink:0}.user-settings{max-width:1120px;margin:0 auto}.user-settings-heading{margin-bottom:26px}.user-settings-heading>span{letter-spacing:1.5px;color:#4778bd;font-size:10px;font-weight:700}.user-settings-heading h1{letter-spacing:-.5px;margin:8px 0 10px;font-size:29px;font-weight:650}.user-settings-heading p,.user-settings .panel header p{color:#7a8ba5;margin:0;font-size:12px;line-height:1.7}.user-settings-grid{grid-template-columns:1.15fr 1fr;align-items:start;gap:22px;display:grid}.user-settings .panel{min-width:0;overflow:hidden}.user-settings .panel>header{border-bottom:1px solid #e5ecf5;align-items:center;gap:13px;padding:23px;display:flex}.user-settings .panel>header svg{color:#366bd4;flex:none}.user-settings h2{margin:0 0 5px;font-size:17px;font-weight:600}.user-settings fieldset{border:0;gap:19px;min-width:0;margin:0;padding:24px;display:grid}.user-settings label{gap:8px;min-width:0;font-size:12px;font-weight:600;display:grid}.user-settings input,.user-settings select{box-sizing:border-box;color:#293a53;background:#fff;border:1px solid #dce5f2;border-radius:8px;width:100%;min-width:0;min-height:43px;padding:10px 12px;font-size:13px}.user-settings input[readonly]{color:#71819a;background:#f4f7fb}.user-settings small,.user-settings-help{color:#7a8ba5;margin:0;font-size:11px;font-weight:400;line-height:1.7}.user-settings-names{grid-template-columns:1fr 1fr;gap:14px;display:grid}.user-settings button.primary{justify-self:start;min-height:42px}.sidebar-bottom>button.user-settings-link{gap:12px}html.dark .user-settings input,html.dark .user-settings select{color:#e0e9f6;background:#172338;border-color:#33445c}html.dark .user-settings .panel>header{border-color:#33445c}@media (max-width:900px){.user-settings-grid{grid-template-columns:1fr}}@media (max-width:420px){.user-settings fieldset,.user-settings .panel>header{padding:18px}.user-settings-names{grid-template-columns:1fr}.user-settings-heading h1{font-size:25px}}.dashboard-overview{--dash-muted:#65758e;--dash-border:#dfe7f2}.dashboard-overview .dashboard-heading{color:#fff;background:radial-gradient(at 83% 0,#416ec172,#0000 58%),linear-gradient(110deg,#1b263c 0%,#203352 53%,#254780 100%);border:1px solid #314a72;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px 32px;margin:0 0 24px;padding:30px 32px;display:grid;box-shadow:0 12px 30px #20385712}.dashboard-heading .dashboard-period-copy{min-width:0}.dashboard-heading .dashboard-eyebrow{color:#a9c5f8;letter-spacing:1.8px;font-size:10px}.dashboard-heading .dashboard-period-copy h1{letter-spacing:-.6px;color:#fff;margin:12px 0 10px;font-size:30px;font-weight:650;line-height:1.15}body .dashboard-heading .dashboard-period-copy p{box-sizing:border-box;color:#fff;letter-spacing:1.2px;white-space:normal;overflow-wrap:anywhere;background:#21595399;border:1px solid #4b9995;border-radius:8px;width:fit-content;max-width:100%;margin:16px 0 0;padding:8px 13px;font-size:10px;font-weight:650;line-height:1.5;display:block}body .dashboard-heading .dashboard-period-copy strong{color:inherit;font-weight:650}body .dashboard-heading .dashboard-period-copy .dashboard-heading-note{margin-top:12px}.dashboard-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.dashboard-live-clock{background:#0f1d3373;border:1px solid #ffffff2e;border-radius:11px;justify-content:center;align-items:center;gap:10px;min-width:190px;padding:9px 12px;display:flex;box-shadow:inset 0 1px #ffffff0d}.dashboard-clock-icon{color:#8be2d3;background:#54c6b31a;border:1px solid #66d5c34a;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.dashboard-live-clock>div{grid-template-columns:auto auto;justify-content:center;align-items:baseline;gap:2px 8px;min-width:0;display:grid}.dashboard-live-clock>div>span{color:#8be2d3;letter-spacing:1.2px;white-space:nowrap;font-size:7px;font-weight:800}.dashboard-live-clock strong{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.3px;font-size:16px;line-height:1.2}.dashboard-live-clock small{color:#c9d8ee;text-transform:capitalize;white-space:nowrap;grid-column:1/-1;font-size:8px;line-height:1.35}.dashboard-heading .dashboard-period-controls{flex-direction:row;gap:8px;width:auto;min-width:0}.dashboard-heading .dashboard-today{color:#e3ecfc;white-space:nowrap;border-radius:8px;padding:11px 9px}.dashboard-heading .dashboard-today:not(:disabled):hover{background:#ffffff15}.dashboard-heading .dashboard-today:disabled{color:#aabddc;opacity:.65}.dashboard-heading .dashboard-month-picker{box-sizing:border-box;height:44px;box-shadow:none;background:#ffffff10;border-color:#ffffff36;min-width:0;padding:4px}.dashboard-heading .dashboard-month-picker label{min-width:0;padding:0 6px}.dashboard-heading .dashboard-month-picker input{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:0 0;width:136px;font-size:12px}.dashboard-heading .dashboard-month-picker>button{color:#d9e7ff;flex-shrink:0}.dashboard-heading .dashboard-month-picker>button:hover{color:#fff;background:#ffffff20}.dashboard-heading .dashboard-export{white-space:nowrap;color:#fff;min-height:44px;box-shadow:none;background:#ffffff10;border:1px solid #ffffff36;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:12px;display:inline-flex}.dashboard-heading .dashboard-export:hover:not(:disabled){background:#ffffff20;border-color:#ffffff65}.dashboard-heading .dashboard-export:disabled{opacity:.5}.dashboard-heading :focus-visible{outline-offset:3px;outline:2px solid #d4e4ff}.dashboard-overview .dashboard-kpis{gap:12px;margin-bottom:16px}.dashboard-overview .dashboard-kpi{border-radius:13px;padding:14px 16px 13px;box-shadow:0 3px 12px #20385704}.dashboard-overview .dashboard-kpi-top>span:first-child{color:var(--dash-muted);font-size:12px;font-weight:500}.dashboard-overview .dashboard-kpi-icon{border-radius:9px;width:30px;height:30px}.dashboard-overview .dashboard-kpi>strong{letter-spacing:-.8px;font-variant-numeric:tabular-nums;margin:7px 0 9px;font-size:25px;font-weight:650;line-height:1.2}.dashboard-overview .dashboard-kpi>p{border-color:var(--dash-border);padding-top:8px;font-size:10px;line-height:1.45}.dashboard-overview .dashboard-insights{grid-template-columns:minmax(0,1.85fr) minmax(270px,1fr);align-items:stretch;gap:16px}.dashboard-overview .dashboard-sales-card,.dashboard-overview .dashboard-channels{border-radius:13px;padding:17px 20px}.dashboard-overview .dashboard-card-heading h3{margin-top:3px;font-size:17px;font-weight:600}.dashboard-overview .dashboard-range{padding:5px 9px;font-size:10px}.dashboard-overview .dashboard-sales-card.is-empty{flex-direction:column;display:flex}.dashboard-overview .dashboard-chart-empty{flex:1;min-height:200px;padding:25px 16px 16px}.dashboard-overview .dashboard-empty-symbol{width:48px;height:48px;box-shadow:none;border-radius:14px;margin-bottom:16px}.dashboard-overview .dashboard-chart-empty h4{font-size:16px;line-height:1.4}.dashboard-overview .dashboard-chart-empty p{max-width:390px;font-size:12px;line-height:1.65}.dashboard-overview .dashboard-chart-empty>span{color:var(--dash-muted);margin-top:12px;font-size:11px}.dashboard-overview .dashboard-channel-total{margin:9px 0 8px}.dashboard-overview .dashboard-channel-total strong{font-variant-numeric:tabular-nums;font-size:25px}.dashboard-overview .dashboard-channel-period,.dashboard-overview .dashboard-channel-total>span,.dashboard-overview .dashboard-channel-no-data{font-size:11px}.dashboard-overview .dashboard-channel-no-data{padding:7px 0 8px}.dashboard-overview .dashboard-channel-row{padding:6px 0;font-size:12px}.dashboard-overview .dashboard-channel-foot{margin-top:8px;padding-top:8px;font-size:10px}.dashboard-overview .dashboard-channel-foot svg{flex-shrink:0}html.dark .dashboard-overview{--dash-muted:#a2b2c9;--dash-border:#2d405a}html.dark .dashboard-overview .dashboard-heading{background:radial-gradient(at 83% 0,#335b9a66,#0000 58%),linear-gradient(110deg,#172237,#203352 65%,#233e69)}html.dark .dashboard-heading .dashboard-month-picker{background:#ffffff10;border-color:#ffffff36}html.dark .dashboard-heading .dashboard-month-picker input{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (max-width:1400px){.dashboard-overview .dashboard-heading{grid-template-columns:minmax(0,1fr);gap:20px}.dashboard-heading-actions{justify-content:flex-start}}@media (max-width:1000px){.dashboard-overview .dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-overview .dashboard-insights{grid-template-columns:minmax(0,1fr)}}@media (max-width:600px){.dashboard-overview .dashboard-heading{border-radius:13px;padding:24px 20px}.dashboard-heading .dashboard-period-copy h1{font-size:27px}.dashboard-heading-actions{gap:10px;width:100%}.dashboard-live-clock{box-sizing:border-box;justify-content:flex-start;width:100%}.dashboard-heading .dashboard-period-controls{flex-shrink:1;justify-content:space-between;width:100%}.dashboard-heading .dashboard-month-picker{flex:1;max-width:270px}.dashboard-heading .dashboard-month-picker label{flex:1}.dashboard-heading .dashboard-month-picker input,.dashboard-heading .dashboard-export{width:100%}.dashboard-overview .dashboard-kpis{gap:12px}.dashboard-overview .dashboard-kpi{padding:16px}.dashboard-overview .dashboard-kpi>strong{font-size:24px}.dashboard-overview .dashboard-sales-card,.dashboard-overview .dashboard-channels{padding:20px}.dashboard-overview .dashboard-chart-empty{min-height:190px}}@media (max-width:380px){.dashboard-overview .dashboard-kpis{grid-template-columns:minmax(0,1fr)}.dashboard-heading .dashboard-month-picker>button{width:26px}.dashboard-heading .dashboard-period-controls{gap:4px}}@media (max-width:600px){.dashboard-heading .dashboard-today{text-underline-offset:3px;flex:none;justify-content:center;align-items:center;min-height:36px;padding:7px 9px;font-size:11px;line-height:1.2;text-decoration:underline;display:inline-flex;position:static;inset:auto;transform:none}.dashboard-heading .dashboard-today:disabled{display:none}}.dashboard-group-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px 20px;margin:0 0 10px;display:flex}.dashboard-group-heading h2{color:inherit;margin:0;font-size:18px;line-height:1.4}.dashboard-group-heading p{color:var(--dash-muted);margin:0;font-size:12px;line-height:1.5}.dashboard-overview .dashboard-kpis.dashboard-kpis-five{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:16px}.dashboard-overview .dashboard-kpis-five .dashboard-kpi{min-width:0;padding:14px}.dashboard-overview .dashboard-kpis-five .dashboard-kpi>p{white-space:normal;text-wrap:balance;min-height:0}.dashboard-overview .dashboard-kpi-value{flex-wrap:wrap;align-items:center;gap:6px 9px;min-height:30px;margin:7px 0 9px;display:flex}.dashboard-overview .dashboard-kpi-value>strong{letter-spacing:-.6px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:22px;font-weight:650;line-height:1.15}.dashboard-overview .dashboard-kpi-value>span{white-space:nowrap;border:1px solid var(--dash-border);color:var(--dash-muted);background:#f6f8fc;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:700;line-height:1}.dashboard-overview .dashboard-kpi.overdue .dashboard-kpi-icon{color:#b93832;background:#fff0ee}.dashboard-overview .dashboard-kpi.overdue>strong{color:#b93832}html.dark .dashboard-overview .dashboard-kpi.overdue .dashboard-kpi-icon{color:#ffb4ac;background:#482a30}html.dark .dashboard-overview .dashboard-kpi.overdue>strong{color:#ffb4ac}@media (max-width:1180px){.dashboard-overview .dashboard-kpis.dashboard-kpis-five,.dashboard-overview .dashboard-loading{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.dashboard-overview .dashboard-kpis.dashboard-kpis-five,.dashboard-overview .dashboard-loading{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.dashboard-group-heading{gap:5px}.dashboard-overview .dashboard-kpis-five .dashboard-kpi>p{min-height:0}}@media (max-width:430px){.dashboard-overview .dashboard-kpis.dashboard-kpis-five,.dashboard-overview .dashboard-loading{grid-template-columns:minmax(0,1fr)}}.dashboard-overview .dashboard-chart-legend>span:first-child i,.dashboard-overview .dashboard-chart-stack .b2b-esim,.dashboard-overview .dashboard-channel-track .b2b-esim,.dashboard-overview .dashboard-channel-row.b2b-esim i{background:#2b60e9}.dashboard-overview .dashboard-chart-legend>span:nth-child(2) i,.dashboard-overview .dashboard-chart-stack .b2b-physical,.dashboard-overview .dashboard-channel-track .b2b-physical,.dashboard-overview .dashboard-channel-row.b2b-physical i{background:#1f9d7a}.dashboard-overview .dashboard-chart-legend>span:nth-child(3) i,.dashboard-overview .dashboard-chart-stack .b2c-esim,.dashboard-overview .dashboard-channel-track .b2c-esim,.dashboard-overview .dashboard-channel-row.b2c-esim i{background:#9db5ff}.dashboard-overview .dashboard-range-filter{background:#f4f7fc;border:1px solid #e5ebf4;padding:0;display:block;overflow:hidden}.dashboard-overview .dashboard-range-filter select{-webkit-appearance:none;appearance:none;color:inherit;font:inherit;cursor:pointer;background-color:#0000;background-image:linear-gradient(45deg,#0000 50%,#71819a 50%),linear-gradient(135deg,#71819a 50%,#0000 50%);background-position:calc(100% - 15px),calc(100% - 11px);background-repeat:no-repeat;background-size:4px 4px,4px 4px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:0;outline:0;padding:8px 30px 8px 12px;font-weight:600}html.dark .dashboard-overview .dashboard-kpi-value>span,html.dark .dashboard-overview .dashboard-range-filter{background:#1d2d44;border-color:#2b3f5c}.dashboard-overview .dashboard-chart-legend{margin:14px 0 8px}.dashboard-overview .dashboard-chart{height:185px}.dashboard-heading .dashboard-period-copy{align-self:center}.dashboard-heading .dashboard-period-copy h1{margin-bottom:8px}.dashboard-heading .dashboard-period-copy>p{color:#c8d7ee;margin:0;font-size:12px;line-height:1.5}@media (max-width:600px){.dashboard-overview .dashboard-heading{padding:20px}.dashboard-heading .dashboard-period-copy h1{margin:0 0 5px;font-size:28px}.dashboard-heading .dashboard-heading-actions{grid-template-columns:minmax(0,1fr) auto;gap:9px;width:100%;display:grid}.dashboard-heading .dashboard-live-clock{grid-column:1/-1}.dashboard-heading .dashboard-period-controls{width:100%;min-width:0}.dashboard-heading .dashboard-month-picker{width:100%;min-width:0;max-width:none}.dashboard-heading .dashboard-export{width:auto;min-height:44px;padding-inline:13px}.dashboard-heading .dashboard-today{width:auto;position:absolute;top:20px;right:20px}}.stock-audit-dialog{--audit-bg:#fff;--audit-surface:#f4f7fc;--audit-hover:#edf3fb;--audit-ink:#24334b;--audit-muted:#596b85;--audit-line:#dce5f0;--audit-accent:#315fa8;--audit-note:#edf4ff;--audit-warning:#fff7e7;--audit-warning-ink:#79551d;--audit-warning-line:#e9cc96;border:1px solid var(--audit-line);background:var(--audit-bg);width:min(940px,100vw - 40px);max-width:min(940px,100vw - 40px);max-height:min(82dvh,760px);color:var(--audit-ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:14px;margin:auto;padding:0;overflow:hidden;box-shadow:0 24px 80px #07142540}.stock-audit-dialog[open]{flex-direction:column;display:flex}html.dark .stock-audit-dialog{--audit-bg:#172233;--audit-surface:#1e2d42;--audit-hover:#263951;--audit-ink:#edf3fc;--audit-muted:#b2c2d8;--audit-line:#364960;--audit-accent:#a9cbff;--audit-note:#20354e;--audit-warning:#382e20;--audit-warning-ink:#f3d29a;--audit-warning-line:#73603a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.stock-audit-dialog::backdrop{background:#091321a6}.stock-audit-dialog>header{z-index:1;border-bottom:1px solid var(--audit-line);background:var(--audit-surface);flex:none;justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;display:flex;position:relative}.stock-audit-dialog>header>div{min-width:0}.stock-audit-dialog>header span{letter-spacing:1.4px;color:var(--audit-accent);font-size:11px;font-weight:700}html body .stock-audit-dialog h2{color:var(--audit-ink);margin:5px 0 0;font-size:20px;font-weight:700;line-height:1.25}.stock-audit-content{overscroll-behavior:contain;min-width:0;min-height:0;padding:16px 20px 18px;overflow-y:auto}.stock-audit-facts{background:var(--audit-surface);border:1px solid var(--audit-line);border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 12px;padding:4px;display:grid}.stock-audit-facts>div{min-width:0;padding:9px 11px}.stock-audit-facts dt{color:var(--audit-muted);margin-bottom:4px;font-size:11px;line-height:1.4}.stock-audit-facts dd{color:var(--audit-ink);overflow-wrap:anywhere;font-variant-numeric:tabular-nums;margin:0;font-size:13px;font-weight:600;line-height:1.4}.stock-audit-document{color:var(--audit-muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;display:flex}.stock-audit-document a{text-decoration:none}html body .stock-audit-dialog .ghost{border:1px solid var(--audit-line);background:var(--audit-surface);min-height:38px;color:var(--audit-ink);box-shadow:none;cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:9px 13px;font-size:12px;font-weight:600;line-height:1.4;display:inline-flex}html body .stock-audit-dialog .ghost:not(:disabled):hover{background:var(--audit-hover);border-color:var(--audit-accent)}html body .stock-audit-dialog .ghost:disabled{opacity:.45;cursor:not-allowed}.stock-audit-note{color:var(--audit-muted);border-left:3px solid var(--audit-accent);background:var(--audit-note);border-radius:0 8px 8px 0;margin:12px 0;padding:9px 11px;font-size:11px;line-height:1.55}.stock-audit-note:empty{display:none}.stock-audit-warning{border:1px solid var(--audit-warning-line);background:var(--audit-warning);color:var(--audit-warning-ink);border-radius:10px;padding:14px;font-size:13px;line-height:1.6}.stock-audit-search{gap:8px;margin:12px 0 10px;display:flex}html body .stock-audit-dialog .stock-audit-search input{border:1px solid var(--audit-line);background:var(--audit-bg);min-width:0;min-height:38px;color:var(--audit-ink);box-shadow:none;border-radius:8px;flex:1;padding:8px 11px;font-size:13px;line-height:1.4}html body .stock-audit-dialog .stock-audit-search input::placeholder{color:var(--audit-muted);opacity:1}.stock-audit-table{border:1px solid var(--audit-line);overscroll-behavior:contain;border-radius:10px;max-height:min(340px,40dvh);overflow:auto}.stock-audit-table table{border-collapse:collapse;text-align:left;width:100%;min-width:700px}html body .stock-audit-dialog .stock-audit-table th{z-index:1;background:var(--audit-surface);color:var(--audit-muted);border-color:var(--audit-line);letter-spacing:.2px;white-space:nowrap;padding:10px 12px;font-size:11px;font-weight:600;position:sticky;top:0}html body .stock-audit-dialog .stock-audit-table td{background:var(--audit-bg);color:var(--audit-ink);border-top:1px solid var(--audit-line);white-space:nowrap;font-variant-numeric:tabular-nums;border-bottom:0;padding:10px 12px;font-size:12px;line-height:1.4}html body .stock-audit-dialog .stock-audit-table tbody tr:hover td{background:var(--audit-hover)}.stock-audit-iccid{font-variant-numeric:tabular-nums;font-family:monospace}.stock-audit-table>p{color:var(--audit-muted);padding:16px}.stock-audit-pagination{border-top:1px solid var(--audit-line);align-items:center;gap:8px;margin-top:12px;padding-top:10px;font-size:11px;display:flex}.stock-audit-pagination>span{color:var(--audit-muted);margin-right:auto}.stock-audit-dialog :focus-visible{outline:2px solid var(--audit-accent);outline-offset:3px}@media (max-width:600px){.stock-audit-dialog{border-radius:12px;width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.stock-audit-dialog>header,.stock-audit-content{padding:18px 16px}.stock-audit-facts{grid-template-columns:repeat(2,minmax(0,1fr));padding:4px}.stock-audit-facts>div{padding:10px 8px}html body .stock-audit-dialog h2{font-size:21px}.stock-audit-pagination{flex-wrap:wrap}.stock-audit-pagination>span{width:100%;margin-bottom:4px}.stock-audit-search{flex-wrap:wrap}.stock-audit-search input{flex-basis:100%}.stock-audit-note{padding:10px 12px}}.global-card-search{justify-content:flex-start;position:relative}.global-card-search form{flex:1;min-width:0}.global-card-search form input{height:32px}.global-search-clear{color:#7d8ba0;background:0 0;border:0;border-radius:6px;flex:0 0 26px;place-items:center;width:26px;height:26px;padding:0;display:grid}.global-search-clear:hover{color:#24324a;background:#e9eef6}.global-card-popup{z-index:40;color:#26364e;background:#fff;border:1px solid #dce5f1;border-radius:14px;width:min(680px,100vw - 40px);max-height:min(720px,100vh - 90px);position:absolute;top:44px;left:0;overflow:auto;box-shadow:0 24px 70px #17243b38}.global-card-state{color:#6d7d95;padding:28px;font-size:12px}.global-card-state.error{color:#b23d3d}.global-card-popup>header{background:linear-gradient(120deg,#f8fbff,#eef4ff);border-bottom:1px solid #e7edf5;justify-content:space-between;gap:20px;padding:22px 24px;display:flex}.global-card-popup header span,.global-card-summary span,.global-card-links>div>span{color:#6e7f99;letter-spacing:.8px;text-transform:uppercase;font-size:9px;font-weight:750;display:block}.global-card-popup h2{letter-spacing:.4px;margin:7px 0 5px;font-size:21px}.global-card-popup header p{color:#62738d;margin:0;font-size:11px}.global-card-status{color:#607089;white-space:nowrap;background:#edf1f6;border-radius:18px;align-self:flex-start;padding:7px 10px;font-size:10px}.global-card-status.available{color:#19775b;background:#e5f6ef}.global-card-status.sold{color:#2d5fc9;background:#e7efff}.global-card-status.damaged{color:#b63f3f;background:#ffeded}.global-card-summary{background:#e5ebf3;border-bottom:1px solid #e5ebf3;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.global-card-summary article{background:#fff;min-width:0;padding:17px 18px}.global-card-summary strong,.global-card-summary small{overflow-wrap:anywhere;margin-top:6px;display:block}.global-card-summary strong{color:#25344b;font-size:12px}.global-card-summary small{color:#73839b;font-size:10px;line-height:1.5}.global-card-links{border-bottom:1px solid #e7edf5;grid-template-columns:1fr 1fr;gap:12px;padding:18px 24px;display:grid}.global-card-links>div{background:#f8fafd;border:1px solid #e0e7f1;border-radius:10px;padding:14px}.global-card-links button,.global-card-links a{color:#285bc8;text-align:left;background:0 0;border:0;align-items:center;gap:9px;width:100%;margin-top:8px;padding:0;text-decoration:none;display:flex}.global-card-links>div>strong{margin-top:9px;font-size:11px;display:block}.global-card-links button strong,.global-card-links a strong,.global-card-links button small,.global-card-links a small{display:block}.global-card-links button small,.global-card-links a small{color:#74849a;margin-top:3px;font-size:9px}.global-card-links button:hover strong,.global-card-links a:hover strong{text-decoration:underline}.global-card-timeline{padding:18px 24px 22px}.global-card-timeline h3{margin:0 0 14px;font-size:13px}.global-card-timeline article{grid-template-columns:12px 1fr;gap:10px;padding:0 0 15px;display:grid}.global-card-timeline article i{background:#3269ec;border:2px solid #fff;border-radius:50%;width:9px;height:9px;margin-top:3px;box-shadow:0 0 0 2px #bad0ff}.global-card-timeline article div{gap:3px;display:grid}.global-card-timeline article strong{font-size:11px}.global-card-timeline article span,.global-card-timeline article small,.global-card-timeline p{color:#718199;font-size:10px}.dark .global-card-popup{color:#e3ebf7;background:#172133;border-color:#33445c}.dark .global-card-popup>header{background:linear-gradient(120deg,#1b293d,#213653);border-color:#33445c}.dark .global-card-popup h2,.dark .global-card-summary strong{color:#e3ebf7}.dark .global-card-summary{background:#33445c;border-color:#33445c}.dark .global-card-summary article,.dark .global-card-links>div{background:#172133}.dark .global-card-links,.dark .global-card-links>div{border-color:#33445c}.dark .global-card-links button,.dark .global-card-links a{color:#8fb1ff}@media (max-width:700px){.global-card-popup{width:auto;max-height:calc(100dvh - 74px);position:fixed;top:62px;left:10px;right:10px}.global-card-summary,.global-card-links{grid-template-columns:1fr}.global-card-popup>header{padding:18px}.global-card-popup h2{font-size:16px}.global-card-summary article,.global-card-links,.global-card-timeline{padding:14px 18px}}.global-card-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.global-card-links>div{transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s}:is(.global-card-links>div:has(button:hover),.global-card-links>div:has(button:focus-visible)){background:#f4f8fd;border-color:#c5d7ee;transform:translateY(-1px);box-shadow:0 7px 18px #27466f12}:is(.global-card-links button:hover strong,.global-card-links button:focus-visible strong){color:#2556b5;text-decoration:none}.global-card-links button:focus-visible{outline-offset:4px;border-radius:7px;outline:2px solid #9bb8ed}.global-card-links button svg{box-sizing:content-box;color:#3565c8;background:#e9f1ff;border-radius:7px;flex:none;padding:5px;transition:background-color .16s,color .16s}.global-card-links button:hover svg{color:#2454b7;background:#dce9ff}:is(html.dark .global-card-links>div:has(button:hover),html.dark .global-card-links>div:has(button:focus-visible)){background:#1b2a40;border-color:#47617f;box-shadow:0 7px 18px #00000024}html.dark .global-card-links button svg{color:#9ebdff;background:#243a59}@media (max-width:700px){.global-card-links{grid-template-columns:1fr}}.stock-history-panel{overflow:visible}.stock-history-toolbar{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto auto;align-items:end;gap:12px;padding:18px 24px;display:grid}.stock-history-searches{grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;min-width:0;display:grid}.stock-history-search-field{min-width:0;width:auto!important;height:auto!important;color:var(--ink)!important;border:0!important;gap:7px!important;margin:0!important;padding:0!important;display:grid!important}.stock-history-search-field>span{color:#35445c;font-size:11px;font-weight:700;line-height:1.4}.stock-history-search-field>small{color:var(--muted);font-size:9px;font-weight:400;line-height:1.5}.stock-history-search-field .global-card-search{border:1px solid var(--line);color:#8493aa;background:#f8fafc;border-radius:8px;width:100%;height:42px;padding:0 12px}.stock-history-search-field .global-card-search input{height:40px;font-size:11px}.stock-history-log-search>input{border:1px solid var(--line)!important;width:100%!important;height:42px!important;color:var(--ink)!important;background:#f8fafc!important;border-radius:8px!important;padding:0 12px!important;font-size:11px!important}.stock-history-toolbar>button{white-space:nowrap;min-height:42px}html.dark .stock-history-search-field>span{color:#dce7f6}html.dark .stock-history-search-field .global-card-search,html.dark .stock-history-log-search>input{color:#cbd7e7!important;background:#111a28!important;border-color:#2b3a50!important}@media (max-width:1100px){.stock-history-toolbar{grid-template-columns:1fr auto auto auto}.stock-history-searches{grid-column:1/-1}}@media (max-width:700px){.stock-history-toolbar{align-items:stretch;padding:16px;display:flex}.stock-history-searches{grid-template-columns:1fr;width:100%}.stock-history-toolbar>button{flex:1;justify-content:center}.stock-history-search-field .global-card-popup{top:52px}}.provider-vo-count{color:#285cc5;min-width:28px;font:inherit;cursor:pointer;background:#eef4ff;border:1px solid #c9d8ee;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:750}.provider-vo-count:hover{background:#e3edff;border-color:#8eade0}.provider-vo-count:disabled{color:#9aa7b9;cursor:default;background:#f3f5f8;border-color:#0000}.provider-vo-customer-backdrop{z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07101f73;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.provider-vo-customer-dialog{color:#243249;background:#fff;border:1px solid #d5e0ef;border-radius:16px;width:min(660px,100%);max-height:min(620px,100dvh - 48px);overflow:hidden;box-shadow:0 24px 70px #17243b38}.provider-vo-customer-dialog>header{background:linear-gradient(120deg,#f8fbff,#eef4ff);border-bottom:1px solid #dfe7f2;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px;display:flex}.provider-vo-customer-dialog>header span{color:#6880a5;letter-spacing:1.3px;font-size:9px;font-weight:800}.provider-vo-customer-dialog h2{margin:5px 0 3px;font-size:21px}.provider-vo-customer-dialog>header p{color:#6b7c95;margin:0;font-size:11px}.provider-vo-customer-dialog>header button{color:#62738d;cursor:pointer;background:#fff;border:1px solid #ccd8e8;border-radius:9px;place-items:center;width:32px;height:32px;padding:0;font-size:20px;display:grid}.provider-vo-customer-list{max-height:430px;padding:8px 22px;display:grid;overflow-y:auto}.provider-vo-customer-list article{border-bottom:1px solid #e5ebf4;grid-template-columns:minmax(0,1fr) minmax(180px,.8fr);gap:20px;padding:14px 2px;display:grid}.provider-vo-customer-list article:last-child{border-bottom:0}.provider-vo-customer-list article>div{gap:4px;min-width:0;display:grid}.provider-vo-customer-list strong{font-size:13px}.provider-vo-customer-list span,.provider-vo-customer-list small{color:#73839b;font-size:10px}.provider-vo-customer-list article>div:last-child{text-align:right}.provider-vo-customer-list a{color:#315fc0;overflow-wrap:anywhere;font-size:12px;font-weight:650;text-decoration:none}.provider-vo-customer-list a:hover{text-decoration:underline}.provider-vo-customer-dialog>footer{background:#f8fafd;border-top:1px solid #dfe7f2;justify-content:space-between;align-items:center;padding:12px 22px;display:flex}.provider-vo-customer-dialog>footer span{color:#718198;font-size:11px}.provider-vo-customer-dialog>footer button{color:#fff;font:inherit;cursor:pointer;background:#2f63d9;border:1px solid #2f63d9;border-radius:8px;padding:8px 14px;font-size:11px;font-weight:700}.dark .provider-vo-customer-dialog{color:#e4ecf8;background:#172133;border-color:#30425d}.dark .provider-vo-customer-dialog>header{background:linear-gradient(120deg,#1b293d,#213653);border-color:#30425d}.dark .provider-vo-customer-dialog>footer{background:#1d2b41;border-color:#30425d}.dark .provider-vo-customer-list article{border-color:#30425d}@media (max-width:600px){.provider-vo-customer-backdrop{padding:12px}.provider-vo-customer-list article{grid-template-columns:1fr;gap:8px}.provider-vo-customer-list article>div:last-child{text-align:left}}.b2b-customer-workspace .b2b-record-actions{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:12px;min-width:max-content;display:flex}.b2b-customer-workspace .b2b-record-actions>.b2b-open-record{white-space:nowrap;flex:none;margin:0}.b2b-customer-workspace .b2b-document-actions{border-top:1px solid var(--customer-line,#dce5f2);flex-direction:column;align-items:flex-start;gap:8px;margin-top:20px;padding-top:16px;display:flex}.b2b-customer-workspace .b2b-document-actions>span{color:var(--customer-muted,#647898);font-size:12px}.b2b-note-buttons{flex-wrap:wrap;gap:8px;margin:10px 0 4px;display:flex}.b2b-note-buttons button{color:#3154a5;font:inherit;cursor:pointer;background:#fffdf7;border:1px solid #e2d9c2;border-radius:6px;padding:6px 10px;font-size:11px}.b2b-note-buttons button.b2b-note-delete{color:#c3293b}.b2b-note-buttons button:disabled{opacity:.5;cursor:not-allowed}.b2b-note-edit-label{gap:8px;font-size:12px;display:grid}.b2b-note-edit-label textarea{resize:vertical;color:#25304a;width:100%;min-width:0;min-height:100px;font:inherit;background:#fffdf7;border:1px solid #cfbd88;border-radius:7px;padding:8px;line-height:1.5}.b2b-note-error{color:#c3293b;font-size:12px}.b2b-note-notice{color:#15803d;font-size:12px}.dark .b2b-note-buttons button,[data-theme=dark] .b2b-note-buttons button{color:#bdceff;background:#292619;border-color:#655639}.dark .b2b-note-buttons button.b2b-note-delete,[data-theme=dark] .b2b-note-buttons button.b2b-note-delete{color:#ffadb4}.dark .b2b-note-edit-label textarea,[data-theme=dark] .b2b-note-edit-label textarea{color:#f3ead4;background:#292619}.esim-sale-status{white-space:nowrap;color:#64748b;background:#eef1f5;border-radius:6px;align-items:center;gap:5px;padding:5px 8px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.esim-sale-status.green{color:#187b3a;background:#e4f5e9}.esim-sale-status.yellow{color:#825600;background:#fff2c4}.esim-sale-status.red{color:#b32626;background:#fde8e8}.dark .esim-sale-status.green,[data-theme=dark] .esim-sale-status.green{color:#a0edbc;background:#183f2d}.dark .esim-sale-status.yellow,[data-theme=dark] .esim-sale-status.yellow{color:#ffe19a;background:#493916}.dark .esim-sale-status.red,[data-theme=dark] .esim-sale-status.red{color:#ffb0b0;background:#4b2428}.esim-dispo-summary{color:#526782;text-align:left;gap:4px;margin-top:9px;font-size:12px;line-height:1.5;display:grid}.esim-dispo-summary .esim-dispo-label{color:#2455a5}.esim-dispo-summary.is-exceeded{color:#b42318}.esim-dispo-manager{background:var(--surface,#fff);border:1px solid #d8e3f4;border-radius:14px;margin-top:20px;padding:22px}.esim-dispo-manager header{justify-content:space-between;align-items:center;gap:16px;display:flex}.esim-dispo-manager h3{margin:0;font-size:17px}.esim-dispo-manager p{font-size:13px;line-height:1.6}.esim-dispo-manager fieldset{border:0;grid-template-columns:minmax(140px,1fr) minmax(200px,2fr);gap:16px;margin:20px 0 0;padding:0;display:grid}.esim-dispo-manager label{gap:7px;font-size:13px;display:grid}.esim-dispo-manager input{background:var(--surface,#fff);width:100%;min-width:0;color:inherit;border:1px solid #cbd8ec;border-radius:8px;padding:11px}.esim-dispo-manager button{background:var(--surface,#fff);color:inherit;cursor:pointer;border:1px solid #cbd8ec;border-radius:8px;padding:10px 14px}.esim-dispo-manager button[type=submit]{color:#fff;background:#2d5efa;border-color:#2d5efa}.esim-dispo-manager button:disabled{opacity:.6;cursor:wait}.esim-dispo-manager footer{justify-content:flex-end;gap:10px;display:flex}.esim-dispo-manager .esim-dispo-error{color:#b42318}.dark .esim-dispo-summary,[data-theme=dark] .esim-dispo-summary{color:#bdcee4}.dark .esim-dispo-label,[data-theme=dark] .esim-dispo-label{color:#9ebeff}.dark .esim-dispo-summary.is-exceeded,[data-theme=dark] .esim-dispo-summary.is-exceeded{color:#faa}@media (max-width:640px){.esim-dispo-manager header{flex-direction:column;align-items:flex-start}.esim-dispo-manager fieldset{grid-template-columns:minmax(0,1fr)}}.b2b-profile-invoices{--profile-invoice-border:#dce5f2;--profile-invoice-muted:#647898;border-top:1px solid var(--profile-invoice-border);min-width:0;margin-top:24px;padding-top:22px}.b2b-profile-invoices-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.b2b-profile-invoices-heading h3{margin:0 0 8px;font-size:18px}.b2b-profile-invoices-heading p{color:var(--profile-invoice-muted);margin:0;font-size:13px;line-height:1.6}.b2b-profile-invoices-filter{align-items:center;gap:12px;margin:18px 0;font-size:13px;display:flex}.b2b-profile-invoices-filter select{border:1px solid var(--profile-invoice-border);min-width:150px;color:inherit;font:inherit;background:0 0;border-radius:8px;padding:9px 12px}.b2b-profile-invoices-heading>button{border:1px solid var(--profile-invoice-border);color:inherit;cursor:pointer;font:inherit;background:0 0;border-radius:8px;padding:9px 14px;font-size:12px}.b2b-profile-invoices-table{max-width:100%;overflow-x:auto}.b2b-profile-invoices table{border-collapse:collapse;width:100%;font-size:12px}.b2b-profile-invoices th,.b2b-profile-invoices td{text-align:left;border-bottom:1px solid var(--profile-invoice-border);color:inherit;vertical-align:middle;padding:13px 10px}.b2b-profile-invoices th{color:var(--profile-invoice-muted);white-space:nowrap;font-weight:600}.b2b-profile-invoice-actions{flex-wrap:wrap;align-items:center;gap:8px;min-width:225px;display:flex}.b2b-profile-invoice-actions .invoice-payment-trigger{margin:0}.b2b-profile-invoices-error{color:#b52e30;font-size:13px}[data-theme=dark] .b2b-profile-invoices,.dark .b2b-profile-invoices{--profile-invoice-border:#384963;--profile-invoice-muted:#a9bbd4}@media (max-width:640px){.b2b-profile-invoices-heading{flex-wrap:wrap}.b2b-profile-invoices th,.b2b-profile-invoices td{padding:11px 8px}.b2b-profile-invoices-filter select{flex:1}}.b2b-invoice-paid-meta{color:var(--profile-invoice-muted);margin-top:5px;font-size:10px;line-height:1.45;display:block}.b2b-profile-document-row--credit>td{background:#0891b214}.b2b-profile-document-row--credit>td:first-child{box-shadow:inset 4px 0 #0891b2}.b2b-profile-document-row--avis>td{background:#6366f111}.b2b-profile-document-row td:first-child strong{margin-bottom:7px;display:block}.b2b-profile-document-kind{border-radius:999px;align-items:center;width:fit-content;padding:4px 8px;font-size:11px;font-weight:750;line-height:1;display:inline-flex}.b2b-profile-document-kind--invoice{color:#344054;background:#eaecf0;border:1px solid #d0d5dd}.b2b-profile-document-kind--credit{color:#0e7490;background:#cffafe;border:1px solid #a5f3fc}.b2b-profile-document-kind--avis{color:#4338ca;background:#e0e7ff;border:1px solid #c7d2fe}.b2b-documents-page{--document-bg:#fff;--document-soft:#f6f8fc;--document-line:#dfe7f2;--document-text:#243249;--document-muted:#687993;color:var(--document-text);min-width:0}.b2b-documents-back{color:#315fc0;font:inherit;cursor:pointer;background:0 0;border:0;margin:0 0 16px;padding:7px 0;font-size:13px;font-weight:650}.b2b-documents-page-heading{border:1px solid var(--document-line);background:var(--document-bg);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;display:flex}.b2b-documents-page-heading span,.b2b-documents-page-upload>span,.b2b-documents-page-preview header span{letter-spacing:1.4px;color:#5875a8;font-size:9px;font-weight:750}.b2b-documents-page-heading h2{margin:7px 0;font-size:22px}.b2b-documents-page-heading p,.b2b-documents-archive header p,.b2b-documents-page-upload>p,.b2b-documents-page-preview header p{color:var(--document-muted);margin:0;font-size:12px;line-height:1.6}.b2b-documents-page button{border:1px solid var(--document-line);background:var(--document-bg);color:inherit;font:inherit;cursor:pointer;border-radius:8px;padding:9px 13px;font-size:12px;font-weight:650}.b2b-documents-page button:disabled{opacity:.55;cursor:wait}.b2b-documents-page-layout{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:16px;display:grid}.b2b-documents-page-layout.has-upload{grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr)}.b2b-documents-archive,.b2b-documents-page-upload,.b2b-documents-page-preview{border:1px solid var(--document-line);background:var(--document-bg);border-radius:14px;padding:22px}.b2b-documents-archive>header{justify-content:space-between;gap:14px;display:flex}.b2b-documents-archive h3,.b2b-documents-page-upload h3,.b2b-documents-page-preview h3{margin:0 0 7px;font-size:17px}.b2b-documents-archive>header>strong{background:var(--document-soft);border-radius:16px;place-items:center;width:32px;height:32px;font-size:12px;display:grid}.b2b-documents-archive-list{gap:9px;margin-top:18px;display:grid}.b2b-documents-archive-list article{border:1px solid var(--document-line);background:var(--document-soft);border-radius:10px;justify-content:space-between;align-items:center;gap:18px;padding:14px 15px;display:flex}.b2b-documents-archive-list article>div{min-width:0}.b2b-documents-archive-list article span{color:#5270a4;font-size:9px;font-weight:700}.b2b-documents-archive-list h4{margin:5px 0;font-size:13px}.b2b-documents-archive-list p,.b2b-documents-archive-list small{color:var(--document-muted);overflow-wrap:anywhere;margin:0;display:block}.b2b-documents-archive-list p{font-size:11px}.b2b-documents-archive-list small{margin-top:7px;font-size:9px;line-height:1.6}.b2b-documents-page-empty{text-align:center;border:1px dashed var(--document-line);border-radius:10px;place-items:center;min-height:190px;margin-top:18px;padding:24px;display:grid}.b2b-documents-page-empty strong{font-size:14px}.b2b-documents-page-empty p{max-width:330px;color:var(--document-muted);font-size:11px;line-height:1.7}.b2b-documents-page-upload{align-self:start}.b2b-documents-page-upload>p{margin-bottom:17px}.b2b-documents-page-upload label{color:var(--document-muted);flex-direction:column;gap:7px;margin-top:13px;font-size:11px;display:flex}.b2b-documents-page-upload input,.b2b-documents-page-upload select{border:1px solid var(--document-line);background:var(--document-bg);width:100%;color:var(--document-text);font:inherit;border-radius:7px;padding:10px;font-size:12px}.b2b-documents-page-upload>button{color:#fff;background:#2a60ef;border-color:#2a60ef;width:100%;margin-top:16px}.b2b-documents-page-preview{margin-top:16px}.b2b-documents-page-preview>header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.b2b-documents-page-preview iframe,.b2b-documents-page-preview img{object-fit:contain;border:1px solid var(--document-line);background:#fff;width:100%;height:560px;margin:18px 0;display:block}.b2b-documents-page-preview>a{color:#2c5caf;font-size:12px;font-weight:650}.b2b-documents-page-error{color:#a82a24;background:#fff0ef;border-radius:9px;margin-top:14px;padding:12px;font-size:12px}.b2b-documents-page-loading{border:1px solid var(--document-line);background:var(--document-bg);min-height:220px;color:var(--document-muted);border-radius:14px;place-items:center;margin-top:16px;font-size:12px;display:grid}.b2b-documents-page.is-embedded .b2b-documents-page-heading{border:0;border-bottom:1px solid var(--document-line);border-radius:0}.b2b-documents-page.is-embedded .b2b-documents-page-layout{padding:0 18px 18px}.b2b-documents-page.is-embedded .b2b-documents-page-preview{margin:0 18px 18px}html.dark .b2b-documents-page,[data-theme=dark] .b2b-documents-page{--document-bg:#172133;--document-soft:#1d2b41;--document-line:#30425d;--document-text:#e4ecf8;--document-muted:#9fb0c8}@media (max-width:900px){.b2b-documents-page-layout.has-upload{grid-template-columns:minmax(0,1fr)}}@media (max-width:600px){.b2b-documents-page-heading{flex-direction:column;align-items:flex-start;padding:17px}.b2b-documents-archive,.b2b-documents-page-upload,.b2b-documents-page-preview{padding:16px}.b2b-documents-archive-list article{flex-direction:column;align-items:flex-start}.b2b-documents-page-preview iframe,.b2b-documents-page-preview img{height:55dvh}}.b2b-document-preview-backdrop{z-index:1100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#050b16c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.b2b-document-preview-dialog{box-sizing:border-box;color:#243249;background:#f7f9fc;border:1px solid #d9e3f0;border-radius:18px;flex-direction:column;width:min(1120px,100%);max-width:none;height:min(860px,100dvh - 48px);max-height:none;margin:0;padding:0;display:flex;position:relative;inset:auto;overflow:hidden;box-shadow:0 28px 90px #00000061}.b2b-document-preview-dialog>header{background:#fff;border-bottom:1px solid #dfe7f2;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.b2b-document-preview-dialog header span{color:#5875a8;letter-spacing:1.4px;font-size:9px;font-weight:750}.b2b-document-preview-dialog h3{margin:6px 0 3px;font-size:18px}.b2b-document-preview-dialog header p{color:#687993;margin:0;font-size:11px}.b2b-document-preview-actions{flex-shrink:0;align-items:center;gap:9px;display:flex}.b2b-document-preview-actions a,.b2b-document-preview-actions button{color:#2c5caf;font:inherit;cursor:pointer;background:#fff;border:1px solid #d6e0ee;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:700;text-decoration:none}.b2b-document-preview-actions button{color:#fff;background:#2a60ef;border-color:#2a60ef}.b2b-document-preview-content{background:#e8edf5;flex:1;min-height:0;padding:16px;overflow:auto}.b2b-document-preview-content iframe,.b2b-document-preview-content img{object-fit:contain;background:#fff;border:0;border-radius:9px;width:100%;height:100%;display:block}html.dark .b2b-document-preview-dialog,[data-theme=dark] .b2b-document-preview-dialog{color:#e4ecf8;background:#172133;border-color:#30425d}html.dark .b2b-document-preview-dialog>header,[data-theme=dark] .b2b-document-preview-dialog>header{background:#1d2b41;border-color:#30425d}html.dark .b2b-document-preview-dialog header p,[data-theme=dark] .b2b-document-preview-dialog header p{color:#9fb0c8}html.dark .b2b-document-preview-content,[data-theme=dark] .b2b-document-preview-content{background:#101827}html.dark .b2b-document-preview-actions a,[data-theme=dark] .b2b-document-preview-actions a{color:#c5d9ff;background:#172133;border-color:#3b5275}@media (max-width:600px){.b2b-document-preview-backdrop{padding:0}.b2b-document-preview-dialog{border:0;border-radius:0;width:100%;height:100dvh}.b2b-document-preview-dialog>header{flex-direction:column;align-items:flex-start;padding:14px}.b2b-document-preview-actions{width:100%}.b2b-document-preview-actions a,.b2b-document-preview-actions button{text-align:center;flex:1}.b2b-document-preview-content{padding:8px}}.b2b-receipts{padding:22px}.b2b-receipts>header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.b2b-receipts h3{margin:0;font-size:18px}.b2b-receipts p{font-size:12px;line-height:1.6}.b2b-receipts button,.b2b-receipts a{border:1px solid var(--line,#dce4f0);color:inherit;cursor:pointer;background:0 0;border-radius:7px;padding:9px 12px;font-size:12px}.b2b-receipts fieldset{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0;padding:0;display:grid}.b2b-receipts fieldset label{flex-direction:column;gap:6px;min-width:0;font-size:12px;display:flex}.b2b-receipts fieldset input,.b2b-receipts fieldset select{box-sizing:border-box;border:1px solid var(--line,#dce4f0);width:100%;color:inherit;background:0 0;border-radius:7px;padding:10px}.b2b-receipts .receipt-confirm{align-items:center;gap:10px;font-size:12px;display:flex}.b2b-receipts .receipt-confirm input{flex:none;width:16px;min-width:16px;height:16px;margin:0}.b2b-receipts footer{justify-content:flex-end;gap:8px;margin:16px 0;display:flex}.b2b-receipts .receipt-warning{color:#805811;background:#fff5df;border-radius:8px;padding:12px}.b2b-receipts [role=alert]{color:#c43838}.receipt-list{overflow-x:auto}.receipt-list table{border-collapse:collapse;width:100%}.receipt-list th,.receipt-list td{text-align:left;border-bottom:1px solid var(--line,#dce4f0);padding:12px;font-size:12px}.receipt-list small{margin-top:4px;display:block}@media (max-width:600px){.b2b-receipts{padding:16px}.b2b-receipts fieldset{grid-template-columns:1fr}.b2b-receipts>header{flex-direction:column;align-items:flex-start}}.b2b-profile-page{--profile-bg:#fff;--profile-soft:#f7f9fd;--profile-line:#dfe7f2;--profile-text:#243249;--profile-muted:#687993;color:var(--profile-text);min-width:0}.b2b-profile-back{color:#315fc0;font:inherit;cursor:pointer;background:0 0;border:0;margin:0 0 16px;padding:7px 0;font-size:13px;font-weight:650}.b2b-profile-identity{border:1px solid var(--profile-line);background:var(--profile-bg);border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex}.b2b-profile-person{align-items:center;gap:15px;min-width:0;display:flex}.b2b-profile-person>span{color:#fff;background:#2c61e8;border-radius:15px;flex:none;place-items:center;width:54px;height:54px;font-size:19px;font-weight:750;display:grid}.b2b-profile-person>div{min-width:0}.b2b-profile-person>div>div{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.b2b-profile-person h2{margin:0;font-size:22px;line-height:1.3}.b2b-profile-person p{color:var(--profile-muted);overflow-wrap:anywhere;margin:6px 0 0;font-size:13px;line-height:1.6}.b2b-profile-person em{color:#bc4040;background:#fdecec;border-radius:15px;padding:5px 9px;font-size:10px;font-style:normal;font-weight:700}.b2b-profile-person em.active{color:#18785e;background:#e4f5ee}.b2b-profile-mini-stats{grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px;display:grid}.b2b-profile-mini-stats>div{border:1px solid var(--profile-line);border-radius:9px;padding:11px 13px}.b2b-profile-mini-stats span,.b2b-profile-mini-stats strong{display:block}.b2b-profile-mini-stats span{color:var(--profile-muted);font-size:10px}.b2b-profile-mini-stats strong{font-variant-numeric:tabular-nums;margin-top:5px;font-size:15px}.b2b-profile-finance{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.b2b-profile-finance>button,.b2b-profile-finance>div{border:1px solid var(--profile-line);background:var(--profile-bg);min-width:0;color:inherit;text-align:left;border-radius:11px;flex-direction:column;align-items:flex-start;padding:16px;display:flex}.b2b-profile-finance>button{cursor:pointer}.b2b-profile-finance span,.b2b-profile-finance small,.b2b-profile-mini-stats span{color:var(--profile-muted)}.b2b-profile-finance span{font-size:11px}.b2b-profile-finance strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:11px 0 8px;font-size:19px}.b2b-profile-finance small{font-size:10px}.positive{color:#178065!important}.negative{color:#c33c3c!important}.b2b-profile-tabs{border-bottom:1px solid var(--profile-line);gap:24px;margin-top:4px;display:flex;overflow-x:auto}.b2b-profile-tabs button{color:var(--profile-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;align-items:center;gap:7px;padding:13px 2px 12px;font-size:13px;font-weight:650;display:flex}.b2b-profile-tabs button.active{color:#2a60ef;border-bottom-color:#2a60ef}.b2b-profile-tabs button span{background:var(--profile-soft);border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;display:grid}.b2b-profile-tab-content{border:1px solid var(--profile-line);background:var(--profile-bg);border-radius:14px;min-width:0;margin-top:14px}.b2b-profile-information{padding:22px}.b2b-profile-information>header,.b2b-profile-records>header,.b2b-profile-contact-grid section>header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.b2b-profile-information>header span,.b2b-profile-documents span{letter-spacing:1.4px;color:#5e78ab;font-size:9px;font-weight:750}.b2b-profile-information h3,.b2b-profile-records h3,.b2b-profile-documents h3,.b2b-profile-contact-grid h3{margin:6px 0;font-size:17px}.b2b-profile-information button,.b2b-profile-documents button,.b2b-profile-contact-grid button{border:1px solid var(--profile-line);background:var(--profile-bg);color:inherit;font:inherit;cursor:pointer;border-radius:8px;padding:9px 13px;font-size:11px;font-weight:650}.b2b-profile-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.b2b-profile-info-grid section{border:1px solid var(--profile-line);background:var(--profile-soft);border-radius:10px;padding:17px}.b2b-profile-info-grid h4{margin:0 0 15px;font-size:13px}.b2b-profile-info-grid dl{gap:12px;margin:0;display:grid}.b2b-profile-info-grid dl>div{margin:0;padding:0;display:block}.b2b-profile-info-grid dt{color:var(--profile-muted);margin-bottom:4px;font-size:10px}.b2b-profile-info-grid dd{text-align:left;overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:600;line-height:1.5}.b2b-profile-records{padding:20px}.b2b-profile-records header p,.b2b-profile-documents p,.b2b-profile-contact-grid section>p{color:var(--profile-muted);font-size:12px}.b2b-profile-records>div{margin-top:14px;overflow-x:auto}.b2b-profile-records table{min-width:650px}.b2b-profile-records th,.b2b-profile-records td{padding:12px;font-size:12px}.b2b-profile-documents{justify-content:space-between;align-items:center;gap:24px;padding:25px;display:flex}.b2b-profile-documents p{max-width:620px;line-height:1.7}.b2b-profile-documents button{color:#fff;background:#2a60ef;border-color:#2a60ef}.b2b-profile-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px;display:grid}.b2b-profile-contact-grid>section{border:1px solid var(--profile-line);border-radius:10px;padding:17px}.b2b-profile-contact-row{border-top:1px solid var(--profile-line);justify-content:space-between;gap:14px;padding:12px 0;font-size:12px;display:flex}.b2b-profile-contact-row strong{text-align:right;overflow-wrap:anywhere}.b2b-profile-page .b2b-profile-invoices{border:0;margin:0;padding:20px}.b2b-profile-page .b2b-profile-invoices-heading h3{font-size:17px}.b2b-profile-vo-row>span,.b2b-profile-vo-row>strong{gap:4px;display:grid}.b2b-profile-vo-row b{font-weight:650}.b2b-profile-vo-row small{color:var(--profile-muted);font-size:10px;font-weight:500}.b2b-profile-vo-row>strong small{white-space:nowrap}.b2b-profile-vo-row>strong{justify-items:end}.b2b-profile-vo-row>strong small.is-revealed{background:var(--profile-soft);max-width:210px;color:var(--profile-text);white-space:normal;overflow-wrap:anywhere;border-radius:6px;padding:4px 7px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.b2b-profile-vo-actions{justify-content:flex-end;gap:5px;margin-top:2px;display:flex}.b2b-profile-contact-grid .b2b-profile-vo-actions button{border:1px solid var(--profile-line);background:var(--profile-soft);min-height:25px;color:var(--profile-muted);border-radius:7px;padding:4px 8px;font-size:9px;font-weight:650}.b2b-profile-contact-grid .b2b-profile-vo-actions button:hover{color:#456187;background:#eef3fa;border-color:#b7c8e1}.b2b-profile-contact-grid .b2b-profile-vo-actions button:disabled{opacity:.55;cursor:wait}.b2b-profile-vo-error{border-radius:7px;margin:8px 0;padding:8px 10px;color:#b83232!important;background:#fff0f0!important;font-size:11px!important}.b2b-profile-status-notice{border:1px solid;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:18px;margin-top:12px;padding:13px 16px;font-size:12px;line-height:1.55;display:flex}.b2b-profile-status-notice>div{flex-direction:column;gap:3px;display:flex}.b2b-profile-status-notice small{white-space:nowrap}.b2b-profile-status-notice.blocked{color:#922f2f;background:#fff3f3;border-color:#efb6b6}.b2b-profile-status-notice.inactive{color:#765815;background:#fff9ea;border-color:#ead29b}.dark .b2b-profile-status-notice.blocked{color:#f3bec5;background:#382329;border-color:#743d45}.dark .b2b-profile-status-notice.inactive{color:#eed79f;background:#332d20;border-color:#6e5b32}html.dark .b2b-profile-page,[data-theme=dark] .b2b-profile-page{--profile-bg:#172133;--profile-soft:#1d2b41;--profile-line:#30425d;--profile-text:#e4ecf8;--profile-muted:#9fb0c8}.dark .b2b-profile-person>span,[data-theme=dark] .b2b-profile-person>span{background:#365fbe}@media (max-width:1050px){.b2b-profile-identity{flex-direction:column;align-items:flex-start}.b2b-profile-mini-stats{width:100%}.b2b-profile-finance,.b2b-profile-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.b2b-profile-info-grid section:last-child{grid-column:1/-1}}@media (max-width:600px){.b2b-profile-identity{padding:16px}.b2b-profile-person{align-items:flex-start}.b2b-profile-person>span{border-radius:12px;width:44px;height:44px;font-size:15px}.b2b-profile-person h2{font-size:18px}.b2b-profile-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.b2b-profile-mini-stats>div{padding:9px}.b2b-profile-mini-stats strong{overflow-wrap:anywhere;font-size:12px}.b2b-profile-finance{gap:8px}.b2b-profile-finance>button,.b2b-profile-finance>div{padding:12px}.b2b-profile-finance strong{font-size:16px}.b2b-profile-tabs{gap:17px}.b2b-profile-information,.b2b-profile-records,.b2b-profile-contact-grid{padding:14px}.b2b-profile-info-grid,.b2b-profile-contact-grid{grid-template-columns:minmax(0,1fr)}.b2b-profile-info-grid section:last-child{grid-column:auto}.b2b-profile-documents{flex-direction:column;align-items:flex-start;padding:18px}}.b2b-profile-info-grid{border-top:1px solid var(--profile-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 42px;padding-top:20px}.b2b-profile-info-grid section{background:0 0;border:0;border-radius:0;min-width:0;padding:0}.b2b-profile-info-grid section:last-child{grid-column:1/-1}.b2b-profile-info-grid dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 22px;display:grid}.b2b-profile-info-grid dl>div{min-width:0}.b2b-profile-info-grid dd{border:1px solid var(--profile-line);background:var(--profile-soft);border-radius:8px;min-height:40px;padding:10px 12px}.b2b-profile-notes{padding:22px}.b2b-profile-notes>header h3{margin:0 0 6px;font-size:17px}.b2b-profile-notes>header p{color:var(--profile-muted);margin:0;font-size:12px}.b2b-profile-notes>.b2b-notes{margin-top:18px}.b2b-profile-notes .b2b-note-list{max-height:none}@media (max-width:700px){.b2b-profile-info-grid,.b2b-profile-info-grid dl{grid-template-columns:minmax(0,1fr)}.b2b-profile-info-grid section:last-child{grid-column:auto}.b2b-profile-notes{padding:14px}}.b2b-profile-finance>*{--finance-accent:#5b7fb2;isolation:isolate;background:linear-gradient(145deg,#fff 18%,color-mix(in srgb,var(--finance-accent) 7%,#fff));border-color:color-mix(in srgb,var(--finance-accent) 22%,#dce5f1);box-shadow:0 8px 22px color-mix(in srgb,var(--finance-accent) 8%,transparent);transition:border-color .2s,box-shadow .2s,transform .2s;position:relative;overflow:hidden}.b2b-profile-finance>:before{content:"";background:linear-gradient(90deg,var(--finance-accent),color-mix(in srgb,var(--finance-accent) 38%,#fff));opacity:.82;height:3px;position:absolute;inset:0 0 auto}.b2b-profile-finance>:first-child{--finance-accent:#4f78b5}.b2b-profile-finance>:nth-child(2){--finance-accent:#2d9a92}.b2b-profile-finance>:nth-child(3){--finance-accent:#d69a2d}.b2b-profile-finance>:nth-child(4){--finance-accent:#cf6f62}.b2b-profile-finance>* strong,.b2b-profile-finance>* h3{color:color-mix(in srgb,var(--finance-accent) 62%,#172842)}.b2b-profile-finance>button:hover{border-color:color-mix(in srgb,var(--finance-accent) 42%,#dce5f1);box-shadow:0 11px 26px color-mix(in srgb,var(--finance-accent) 13%,transparent);transform:translateY(-1px)}.b2b-general,.b2b-general-detail{--general-bg:#fff;--general-soft:#f4f7fc;--general-text:#293951;--general-muted:#596f8e;--general-line:#dce5f1;--general-blue:#2c60e8}html.dark .b2b-general,html.dark .b2b-general-detail{--general-bg:#18263b;--general-soft:#20314a;--general-text:#e3ecfa;--general-muted:#adc0db;--general-line:#3b506c;--general-blue:#abc7ff}.b2b-general{gap:20px;min-width:0;display:grid}.b2b-general-tabs{flex-wrap:wrap;gap:8px;display:flex}.b2b-general-tabs button{border:1px solid var(--general-line);background:var(--general-bg);color:var(--general-muted);cursor:pointer;border-radius:9px;padding:11px 17px;font-size:13px;font-weight:600}.b2b-general-tabs button[aria-pressed=true]{color:var(--general-blue);background:var(--general-soft);border-color:var(--general-blue)}.b2b-general-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.b2b-general-metrics article{border:1px solid var(--general-line);background:var(--general-bg);border-radius:12px;min-width:0;padding:20px}.b2b-general-metrics span,.b2b-general-metrics small{color:var(--general-muted);font-size:12px;line-height:1.5;display:block}.b2b-general-metrics strong{color:var(--general-text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:12px 0;font-size:25px;line-height:1.3;display:block}.b2b-general-records{min-width:0;overflow:hidden}.b2b-general-records>header{border-bottom:1px solid var(--general-line);justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.b2b-general-records>header>div:last-child{flex-wrap:wrap;gap:10px;display:flex}.b2b-general-records h3{color:var(--general-text);margin:0;font-size:19px}.b2b-general-records header p{color:var(--general-muted);margin:6px 0 0;font-size:12px}.b2b-general-filters{border-bottom:1px solid var(--general-line);background:var(--general-soft);flex-wrap:wrap;align-items:flex-end;gap:12px;padding:18px 20px;display:flex}.b2b-general-filters label{min-width:0;color:var(--general-muted);flex:140px;gap:7px;font-size:12px;display:grid}.b2b-general-filters label:first-child{flex:2 210px}body .b2b-general-filters :is(input,select){box-sizing:border-box;border:1px solid var(--general-line);background:var(--general-bg);width:100%;min-width:0;height:42px;color:var(--general-text);border-radius:8px;padding:9px 11px;font-size:13px}body .b2b-general-filters input::placeholder{color:var(--general-muted);opacity:1}body .b2b-general-records th{background:var(--general-soft);color:var(--general-muted);white-space:nowrap;padding:13px 16px;font-size:12px}body .b2b-general-records td{color:var(--general-text);overflow-wrap:anywhere;max-width:300px;padding:15px 16px;font-size:13px;line-height:1.5}body .b2b-general-records td.b2b-movement-negative{color:#b52d34;font-weight:600}body .b2b-general-records td.b2b-movement-positive{color:#16774e;font-weight:600}html.dark body .b2b-general-records td.b2b-movement-negative{color:#ffb5b9}html.dark body .b2b-general-records td.b2b-movement-positive{color:#9cdec0}.b2b-general-records>footer{border-top:1px solid var(--general-line);color:var(--general-muted);flex-wrap:wrap;align-items:center;gap:10px;padding:16px 20px;font-size:12px;display:flex}.b2b-general-records>footer>span{margin-right:auto}.b2b-general-empty{text-align:center;color:var(--general-muted);margin:0;padding:35px 20px;font-size:13px}.b2b-general-explanation{color:var(--general-muted);margin:0;font-size:12px;line-height:1.7}.b2b-general-detail{border:1px solid var(--general-line);background:var(--general-bg);width:min(680px,100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);color:var(--general-text);border-radius:14px;margin:auto;padding:0;overflow:auto}.b2b-general-detail::backdrop{background:#091321a6}.b2b-general-detail>header{background:var(--general-soft);border-bottom:1px solid var(--general-line);justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.b2b-general-detail h2{color:var(--general-text);margin:0;font-size:21px}.b2b-general-detail dl{margin:0;padding:20px}.b2b-general-detail dl>div{border-bottom:1px solid var(--general-line);grid-template-columns:minmax(120px,1fr) minmax(0,2fr);gap:16px;padding:12px 0;font-size:13px;line-height:1.6;display:grid}.b2b-general-detail dt{color:var(--general-muted)}.b2b-general-detail dd{overflow-wrap:anywhere;margin:0}.b2b-general-detail footer{padding:0 20px 20px}:is(.b2b-general,.b2b-general-detail) :focus-visible{outline-offset:3px;outline:2px solid #7ca3f0}.sidebar .b2b-global-menu{border-left:1px solid #35435a;margin:0 8px 10px 23px;padding-left:9px}.sidebar .b2b-global-menu button{color:#b9c9df;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;margin:3px 0;padding:9px 11px;font-size:12px;display:block}.sidebar .b2b-global-menu button[aria-current=page]{color:#fff;background:#263b59;font-weight:600}.sidebar .b2b-global-menu button:hover{color:#fff;background:#22334c}@media (max-width:1000px){.b2b-general-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.b2b-general-tabs button{flex:auto}.b2b-general-records>header{flex-direction:column;align-items:flex-start}.b2b-general-filters{padding:16px}.b2b-general-filters label{flex-basis:calc(50% - 12px)}.b2b-general-filters label:first-child{flex-basis:100%}.b2b-general-metrics{gap:10px}.b2b-general-metrics article{padding:15px}.b2b-general-metrics strong{font-size:21px}.b2b-general-detail dl>div{grid-template-columns:minmax(0,1fr);gap:4px}}body .b2b-account-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:20px 22px;display:flex}.b2b-account-summary small{color:var(--muted,#61738e);font-size:12px;display:block}.b2b-account-summary strong{color:var(--ink,#293951);font-variant-numeric:tabular-nums;margin-top:8px;font-size:26px;display:block}.b2b-account-summary strong.is-negative{color:#ba3030}.b2b-account-summary p{color:var(--muted,#61738e);margin:8px 0 0;font-size:12px;line-height:1.6}.b2b-account-summary .b2b-account-notice{flex-basis:100%}.b2b-balance-dialog{--balance-bg:#fff;--balance-soft:#f3f7fd;--balance-ink:#293951;--balance-muted:#596e89;--balance-line:#dce5f1;border:1px solid var(--balance-line);background:var(--balance-bg);width:min(550px,100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);color:var(--balance-ink);border-radius:14px;margin:auto;padding:0;overflow:auto;box-shadow:0 24px 80px #07142540}html.dark .b2b-balance-dialog{--balance-bg:#18263b;--balance-soft:#20314a;--balance-ink:#e3ecfa;--balance-muted:#afc1da;--balance-line:#3c526e}html.dark .b2b-account-summary strong.is-negative{color:#ffb6b6}.b2b-balance-dialog::backdrop{background:#091321a6}.b2b-balance-dialog header{background:var(--balance-soft);border-bottom:1px solid var(--balance-line);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;display:flex}.b2b-balance-dialog header small{letter-spacing:1px;color:var(--balance-muted);font-size:10px}html body .b2b-balance-dialog h2{color:var(--balance-ink);margin:8px 0;font-size:22px}.b2b-balance-dialog header p{color:var(--balance-muted);margin:0;font-size:13px}.b2b-balance-dialog fieldset{border:0;min-width:0;margin:0;padding:22px}.b2b-balance-comparison{background:var(--balance-soft);border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px;padding:14px;display:grid}.b2b-balance-comparison span{color:var(--balance-muted);font-size:12px}.b2b-balance-comparison strong{color:var(--balance-ink);overflow-wrap:anywhere;margin-top:7px;font-size:18px;display:block}.b2b-balance-dialog label{color:var(--balance-ink);gap:8px;font-size:13px;font-weight:600;display:grid}html body .b2b-balance-dialog :is(input,textarea){box-sizing:border-box;border:1px solid var(--balance-line);background:var(--balance-bg);width:100%;min-width:0;color:var(--balance-ink);border-radius:8px;padding:11px 12px;font-size:14px;line-height:1.5}.b2b-balance-help{color:var(--balance-muted);margin:10px 0 18px;font-size:12px;line-height:1.6}.b2b-balance-error{color:#a52323;background:#fff0f0;border-radius:8px;padding:12px;font-size:13px;line-height:1.6}.b2b-balance-dialog footer{border-top:1px solid var(--balance-line);flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.b2b-balance-dialog button{min-height:38px;padding:9px 13px;font-size:12px}.b2b-balance-dialog :focus-visible{outline-offset:3px;outline:2px solid #7099ec}@media (max-width:550px){.b2b-balance-dialog header,.b2b-balance-dialog fieldset{padding:18px}.b2b-balance-dialog footer{padding:16px 18px}.b2b-account-summary>button{width:100%}}.b2b-customer-workspace .b2b-selected-balances{border:1px solid var(--customer-line,#dce5f2);background:var(--surface,#fff);color:var(--customer-ink,#26344b);border-radius:12px;margin:0 0 20px;padding:18px 20px}.b2b-selected-balances>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.b2b-selected-balances>header>div{min-width:0}.b2b-selected-balances>header span{letter-spacing:1px;color:var(--customer-muted,#718198);font-size:10px;font-weight:700}.b2b-selected-balances>header h3{overflow-wrap:anywhere;margin:5px 0 3px;font-size:16px;font-weight:650}.b2b-selected-balances>header p{color:var(--customer-muted,#718198);margin:0;font-size:11px}.b2b-selected-balances>header>small{color:var(--customer-muted,#718198);font-size:11px;line-height:1.5}.b2b-selected-balances-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.b2b-customer-workspace .b2b-selected-balance{border:1px solid var(--customer-line,#dce5f2);min-width:0;color:inherit;text-align:left;cursor:pointer;background:#f6f9fe;border-radius:9px;flex-direction:column;align-items:stretch;gap:8px;padding:13px 16px;display:flex}.b2b-selected-balance>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.b2b-selected-balance>div>span{color:var(--customer-muted,#718198);font-size:12px}.b2b-selected-balance>div>small{color:#315ca5;font-size:10px;font-weight:600}.b2b-selected-balance>strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:22px;font-weight:650;line-height:1.3}.b2b-selected-balance-link{color:#466ca7;font-size:11px}.b2b-customer-workspace .b2b-selected-balance.is-current{border-color:#a8c1ed}.b2b-selected-balance.is-negative>strong{color:#bf3737}.b2b-selected-balance.is-positive>strong{color:#208268}.b2b-selected-balance:focus-visible{outline-offset:3px;outline:2px solid #82aaff}html.dark .b2b-selected-balances,[data-theme=dark] .b2b-selected-balances{color:#e1e9f6;background:#172133}html.dark .b2b-customer-workspace .b2b-selected-balance,[data-theme=dark] .b2b-customer-workspace .b2b-selected-balance{background:#20314a;border-color:#344863}html.dark .b2b-selected-balance-link,[data-theme=dark] .b2b-selected-balance-link,html.dark .b2b-selected-balance>div>small,[data-theme=dark] .b2b-selected-balance>div>small{color:#a9c8f7}html.dark .b2b-selected-balance.is-negative>strong,[data-theme=dark] .b2b-selected-balance.is-negative>strong{color:#ff9b9b}html.dark .b2b-selected-balance.is-positive>strong,[data-theme=dark] .b2b-selected-balance.is-positive>strong{color:#78d8b8}@media (max-width:600px){.b2b-selected-balances>header{flex-direction:column;align-items:flex-start}.b2b-customer-workspace .b2b-selected-balances{padding:16px}.b2b-selected-balances-grid{gap:8px}.b2b-customer-workspace .b2b-selected-balance{padding:12px}.b2b-selected-balance>strong{font-size:19px}}@media (max-width:380px){.b2b-selected-balances-grid{grid-template-columns:minmax(0,1fr)}}.b2b-registration{gap:22px;min-width:0;display:grid}.b2b-registration-info{color:#657590;background:#f2f6fd;border-radius:9px;margin:0;padding:12px 14px;font-size:12px;line-height:1.7}.b2b-registration fieldset{border:0;min-width:0;margin:0;padding:0}.b2b-registration legend{color:#334b70;border-bottom:1px solid #e2e9f3;width:100%;margin-bottom:14px;padding:0 0 12px;font-size:14px;font-weight:650}.b2b-registration fieldset>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.b2b-registration label{min-width:0}.b2b-registration input,.b2b-registration select{box-sizing:border-box;width:100%;min-width:0}.b2b-registration small{color:#73819a;font-size:11px;line-height:1.6}.dark .b2b-registration-info{color:#b5c6df;background:#21334e}.dark .b2b-registration legend{color:#d0e0f5;border-color:#33465f}@media (max-width:550px){.b2b-registration fieldset>div{grid-template-columns:minmax(0,1fr)}}.b2b-workbench .b2b-customer-filter-strip{border-bottom:1px solid var(--border,#d9e3f1);flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:18px;padding:20px 24px;display:flex}.b2b-workbench .b2b-customer-filter-strip>label{flex-direction:column;gap:8px;min-width:180px;max-width:100%;font-size:14px;display:flex}.b2b-workbench .b2b-customer-filter-strip>label:first-child{flex:0 380px}.b2b-workbench .b2b-customer-filter-strip select{width:100%;min-height:42px}.b2b-profile-controls{flex-wrap:wrap;gap:10px;display:flex}.b2b-workbench .b2b-module-table table{font-size:14px}.b2b-workbench .b2b-module-table th{font-size:12px}body .b2b-workbench .b2b-module-head,body .b2b-workbench header.b2c-header.live-module-heading.b2b-customers-heading{box-sizing:border-box;border:1px solid #30496e;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;width:100%;min-height:174px;margin:0 0 24px;padding:28px 34px;display:flex;box-shadow:0 12px 28px #192b4814;color:#fff!important;background:radial-gradient(at 88% 0,#365eac88,#0000 52%),linear-gradient(110deg,#19253b,#203f77)!important}body .b2b-workbench .b2b-module-head>div,body .b2b-workbench .b2b-customers-heading>div{min-width:0}body .b2b-workbench .b2b-module-head>div>span,body .b2b-workbench .b2b-customers-heading>div>span{color:#aac9ff;letter-spacing:1.8px;margin:0 0 14px;font-size:9px;font-weight:700;line-height:1.5;display:block}html body .b2b-workbench .b2b-module-head h2,html body .b2b-workbench header.b2c-header.live-module-heading.b2b-customers-heading h2{margin:0;font-size:26px;font-weight:700;line-height:1.25;color:#fff!important}html body .b2b-workbench .b2b-module-head p,html body .b2b-workbench header.b2c-header.live-module-heading.b2b-customers-heading p{letter-spacing:0;text-transform:none;opacity:1;background:0 0;border:0;width:auto;margin:14px 0 0;padding:0;font-size:12px;font-weight:400;line-height:1.65;display:block;color:#c8d5e8!important}.b2b-workbench .b2b-module-head>button,.b2b-workbench .b2b-customers-heading>button{flex-shrink:0}.b2b-workbench-navigation{flex-wrap:wrap}@media (max-width:700px){.b2b-workbench .b2b-customer-filter-strip{gap:12px;padding:16px}.b2b-workbench .b2b-customer-filter-strip>label{flex:100%;min-width:0}body .b2b-workbench .b2b-module-head,body .b2b-workbench header.b2c-header.live-module-heading.b2b-customers-heading{flex-direction:column;align-items:flex-start;gap:18px;min-height:0;padding:22px 20px}html body .b2b-workbench .b2b-module-head h2,html body .b2b-workbench header.b2c-header.live-module-heading.b2b-customers-heading h2{font-size:22px}.b2b-profile-controls{width:100%}}.b2b-customer-workspace .b2b-module-head{color:inherit;box-shadow:none;background:0 0;min-height:0;margin-bottom:0;padding:0 0 20px}.b2b-customer-workspace .b2b-module-head h2{color:inherit;margin:0 0 6px}.b2b-customer-workspace .b2b-module-head>div>span{display:none}.b2b-customer-workspace .b2b-module-head p{color:#7886a0}.b2b-customer-columns{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:24px;display:grid}.b2b-customer-columns>.b2b-module-table{min-width:0}.b2b-customer-columns .toolbar{flex-wrap:wrap;gap:10px;padding:16px}.b2b-customer-columns .toolbar label{flex:180px;min-width:0}.b2b-customer-columns .toolbar input{width:100%;min-width:0}.b2b-customer-columns .table-wrap{overflow-x:auto}.b2b-customer-columns table{min-width:680px}.b2b-customer-columns tbody tr{cursor:pointer}.b2b-customer-columns tbody tr:hover{background:#f6f8ff}.b2b-customer-columns tbody tr.customer-selected{background:#eef3ff;box-shadow:inset 3px 0 #2d60ee}.b2b-customer-columns tbody tr:focus-visible{outline-offset:-2px;outline:2px solid #2d60ee}.b2b-customer-detail{color:#25304a;background:#fff;border:1px solid #e2e8f3;border-radius:14px;min-width:0;padding:22px;scroll-margin-top:20px;position:sticky;top:24px}.b2b-detail-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.b2b-detail-eyebrow{letter-spacing:1px;color:#7e8ba4;font-size:10px;font-weight:700}.b2b-detail-heading h3{overflow-wrap:anywhere;margin:0;font-size:18px;line-height:1.4}.b2b-detail-heading small{color:#7e8ba4;overflow-wrap:anywhere}.b2b-detail-close{color:#7e8ba4;cursor:pointer;background:0 0;border:0;justify-self:end;font-size:23px}.b2b-customer-status{color:#c43c48;background:#fff0f0;border-radius:20px;padding:5px 10px;font-size:11px;font-weight:700}.b2b-customer-status.active{color:#138c6c;background:#e6f6f0}.b2b-customer-detail>section{border-top:1px solid #e9edf5;margin-top:20px;padding-top:18px}.b2b-customer-detail h4{color:#7886a0;text-transform:uppercase;letter-spacing:.8px;margin:0 0 12px;font-size:10px}.b2b-detail-section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.b2b-detail-section-title h4{margin-bottom:0}.b2b-detail-section-title button{color:#2c5fed;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:600}.b2b-note-list{gap:8px;max-height:260px;display:grid;overflow-y:auto}.b2b-note{background:#fff9e9;border:1px solid #f2e6c5;border-radius:8px;padding:12px}.b2b-note p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 8px;font-size:13px;line-height:1.6}.b2b-note small{color:#8d7a52;font-size:10px;display:block}.b2b-detail-muted,.b2b-detail-placeholder p{color:#7e8ba4;font-size:12px;line-height:1.7}.b2b-customer-field,.b2b-customer-detail dl>div{justify-content:space-between;gap:12px;margin:10px 0;font-size:12px;display:flex}.b2b-customer-field>span,.b2b-customer-detail dt{color:#7e8ba4;flex-shrink:0}.b2b-customer-field button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.b2b-customer-field button.balance-positive{color:#15803d}.b2b-customer-field button.balance-negative{color:#dc2626}.b2b-customer-detail dl{margin:0}.b2b-customer-detail dd{text-align:right;overflow-wrap:anywhere;min-width:0;margin:0;font-weight:600}.b2b-customer-detail dd>strong,.b2b-customer-detail dd>small{display:block}.b2b-customer-detail dd>small{color:#7e8ba4;margin-top:3px;font-size:10px;font-weight:500}.b2b-customer-detail dd a{color:inherit}.b2b-customer-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.b2b-customer-shortcuts button{color:#2c5fed;cursor:pointer;background:#f6f8fd;border:1px solid #e2e8f3;border-radius:7px;padding:10px 6px;font-size:11px;font-weight:600}.b2b-customer-shortcuts button:hover{background:#eaf0ff}.b2b-back-to-customers{margin-bottom:18px}.dark .b2b-customer-detail,[data-theme=dark] .b2b-customer-detail{color:#e1e8f5;background:#172133;border-color:#2b3a52}.dark .b2b-customer-detail>section,[data-theme=dark] .b2b-customer-detail>section{border-color:#2b3a52}.dark .b2b-note,[data-theme=dark] .b2b-note{background:#342e20;border-color:#53462b}.dark .b2b-note small,[data-theme=dark] .b2b-note small{color:#c6b88d}.dark .b2b-customer-shortcuts button,[data-theme=dark] .b2b-customer-shortcuts button{color:#bdd1ff;background:#21314d;border-color:#304361}.dark .b2b-customer-columns tbody tr.customer-selected,[data-theme=dark] .b2b-customer-columns tbody tr.customer-selected{background:#21314d}@media (max-width:1100px){.b2b-customer-columns{grid-template-columns:minmax(0,1fr)}.b2b-customer-detail{position:static}}@media (max-width:600px){.b2b-customer-workspace .b2b-module-head{flex-wrap:wrap;align-items:flex-start;gap:14px}.b2b-customer-detail{padding:18px}.b2b-customer-columns .toolbar{padding:12px}}.b2b-city-edit{color:#2c5fed;font:inherit;cursor:pointer;background:0 0;border:0;padding:3px 0 3px 6px;font-size:11px}.dark .b2b-city-edit,[data-theme=dark] .b2b-city-edit{color:#bdd1ff}.b2b-customer-workspace{--customer-ink:#26344b;--customer-muted:#718198;--customer-line:#e4eaf3;min-width:0}.b2b-customer-workspace .b2b-customer-columns{grid-template-columns:minmax(0,1fr) 372px;gap:22px;min-width:0}.b2b-customer-workspace .b2b-module-head h2{letter-spacing:-.5px;font-size:25px;font-weight:650}.b2b-customer-workspace .b2b-module-head p{font-size:14px;line-height:1.6}.b2b-customer-workspace .b2b-module-table{border-radius:14px;min-width:0;box-shadow:0 3px 14px #23355003}.b2b-customer-workspace .b2b-module-table .toolbar{border-bottom:1px solid var(--customer-line);align-items:center;gap:10px;padding:18px}.b2b-customer-workspace .toolbar label{flex:220px}.b2b-customer-workspace .toolbar input{height:42px;padding:10px 12px;font-size:14px}.b2b-customer-workspace .toolbar select{border:1px solid var(--customer-line);background:var(--surface,#fff);min-height:42px;color:var(--customer-ink);border-radius:8px;max-width:100%;padding:8px;font-size:13px}.b2b-customer-workspace .toolbar .ghost{min-height:42px;padding:9px 12px;font-size:12px}.b2b-customer-workspace .b2b-module-table table{border-collapse:collapse;width:100%;min-width:930px}.b2b-customer-workspace .b2b-module-table th{letter-spacing:.1px;color:var(--customer-muted);text-transform:none;white-space:nowrap;background:#f8fafc;padding:15px 16px;font-size:12px;font-weight:600}.b2b-customer-workspace .b2b-module-table td{color:var(--customer-ink);vertical-align:middle;border-bottom:1px solid #edf1f6;padding:19px 16px;font-size:14px;line-height:1.5}.b2b-customer-workspace .b2b-module-table tr.customer-selected{box-shadow:none;background:#f1f5fd;outline:none}.b2b-customer-workspace .b2b-module-table tr.customer-selected>td:first-child{box-shadow:inset 3px 0 #668be6}.b2b-customer-workspace .b2b-module-table tbody tr:hover{background:#f6f8fd}.b2b-customer-workspace .b2b-module-table tbody tr:focus-visible{outline-offset:-1px;outline:1px solid #829bc7}.b2b-table-customer{align-items:center;gap:11px;min-width:210px;max-width:300px;display:flex}.b2b-customer-avatar{color:#4a6da6;background:#eaf1fc;border:1px solid #dce7f7;border-radius:11px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:grid}.b2b-table-customer>div{min-width:0}.b2b-table-customer strong{overflow-wrap:anywhere;font-size:14px;font-weight:650;display:block}.b2b-table-customer small{color:var(--customer-muted);overflow-wrap:anywhere;max-width:245px;margin-top:3px;font-size:11px;line-height:1.5;display:block}.b2b-table-contact{overflow-wrap:anywhere;min-width:150px;max-width:200px}.b2b-table-contact>span{font-size:13px;display:block}.b2b-table-contact>small{color:var(--customer-muted);margin-top:4px;font-size:12px;display:block}.b2b-customer-workspace .b2b-module-table .b2b-open-record{white-space:nowrap;border-radius:8px;min-height:36px;padding:8px 10px;font-size:13px;font-weight:600}.b2b-customer-workspace .b2b-module-table .b2b-balance-link{font-variant-numeric:tabular-nums;background:0 0;border-color:#0000;padding-left:0;font-size:14px;font-weight:650;text-decoration:none}.b2b-customer-workspace .b2b-balance-link:hover{text-decoration:underline}.b2b-customer-workspace .b2b-customer-status{white-space:nowrap;align-items:center;width:fit-content;padding:5px 10px;font-size:12px;line-height:1.4;display:inline-flex}.b2b-customer-workspace .esim-sale-status{padding:6px 9px;font-size:12px;font-weight:600}.b2b-customer-list-footer{border-top:1px solid var(--customer-line);color:var(--customer-muted);flex-wrap:wrap;justify-content:space-between;gap:8px;padding:14px 18px;font-size:12px;line-height:1.5;display:flex}.b2b-customer-workspace .b2b-customer-detail{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d5dfea transparent;border-color:var(--customer-line);max-height:calc(100dvh - 48px);color:var(--customer-ink);padding:22px;overflow-y:auto;box-shadow:0 6px 24px #23355004}.b2b-customer-workspace .b2b-detail-heading{gap:16px 8px;padding-bottom:4px}.b2b-customer-workspace .b2b-detail-eyebrow{letter-spacing:1.1px;color:#7b8da8;font-size:11px}.b2b-customer-workspace .b2b-detail-close{border-radius:8px;place-items:center;width:30px;height:30px;font-size:23px;display:grid}.b2b-detail-close:hover{background:#f2f5fa}.b2b-detail-customer-name{grid-column:1/-1;align-items:center;gap:12px;min-width:0;display:flex}.b2b-detail-customer-name .b2b-customer-avatar{border-radius:13px;width:44px;height:44px;font-size:16px}.b2b-detail-customer-name>div{flex:1;min-width:0}.b2b-customer-workspace .b2b-detail-heading h3{letter-spacing:-.3px;font-size:21px;font-weight:650;line-height:1.35}.b2b-customer-workspace .b2b-detail-heading small{overflow-wrap:anywhere;margin-top:5px;font-size:12px;line-height:1.6;display:block}.b2b-customer-workspace .b2b-customer-detail>section{border-color:var(--customer-line);margin-top:22px;padding-top:20px}.b2b-customer-workspace .b2b-customer-detail h4{color:#536580;letter-spacing:0;text-transform:none;margin-bottom:14px;font-size:13px;font-weight:650}.b2b-customer-workspace .b2b-detail-section-title h4{margin:0}.b2b-customer-workspace .b2b-detail-section-title button{min-height:30px;font-size:12px}.b2b-customer-workspace .b2b-note-list{scrollbar-width:thin;gap:10px;max-height:310px}.b2b-customer-workspace .b2b-note{box-shadow:none;background:#fffbf0;border-color:#f0e6ca;border-radius:10px;padding:15px}.b2b-customer-workspace .b2b-note p{color:#4f4634;margin:0 0 12px;font-size:14px;line-height:1.65}.b2b-customer-workspace .b2b-note small{overflow-wrap:anywhere;color:#958263;font-size:11px;line-height:1.6}.b2b-note-metadata span,.b2b-note-metadata time{display:block}.b2b-customer-workspace .b2b-note-buttons{gap:8px;margin-top:12px;display:flex}.b2b-customer-workspace .b2b-note-buttons button{border-radius:6px;min-height:32px;padding:6px 10px;font-size:12px}.b2b-balance-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.b2b-customer-workspace .b2b-balance-card{text-align:left;cursor:pointer;min-width:0;color:var(--customer-ink);background:linear-gradient(145deg,#f8fbff,#f1f5fc);border:1px solid #e0e8f5;border-radius:10px;flex-direction:column;align-items:flex-start;gap:10px;padding:14px 12px;display:flex}.b2b-balance-card>span{color:#72849e;font-size:12px}.b2b-balance-card strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;max-width:100%;font-size:20px;font-weight:650;line-height:1.3}.b2b-balance-card small{color:#577ebd;font-size:11px}.b2b-customer-workspace .b2b-balance-card.balance-negative strong{color:#c44444}.b2b-customer-workspace .b2b-balance-card.balance-positive strong{color:#23856d}.b2b-balance-card:hover{border-color:#a9c1e8}.b2b-customer-workspace .b2b-customer-detail dl>div{grid-template-columns:92px minmax(0,1fr);gap:12px;margin:0;padding:10px 0;font-size:13px;line-height:1.55;display:grid}.b2b-customer-workspace .b2b-customer-detail dt{color:#7b8ba2;font-size:12px}.b2b-customer-workspace .b2b-customer-detail dd{color:var(--customer-ink);text-align:right;overflow-wrap:anywhere;font-weight:500}.b2b-customer-workspace .b2b-customer-detail dd .esim-sale-status{white-space:normal;text-align:left}.b2b-customer-workspace .b2b-city-edit{padding:3px 0 3px 7px;font-size:12px}.b2b-customer-workspace .b2b-customer-shortcuts{gap:8px}.b2b-customer-workspace .b2b-customer-shortcuts button{border-color:var(--customer-line);color:#526e9c;background:#f8fafc;min-height:39px;font-size:12px;font-weight:500}.b2b-customer-workspace .b2b-detail-muted,.b2b-customer-workspace .b2b-detail-placeholder p{font-size:13px}.b2b-customer-workspace .b2b-detail-placeholder h3{margin-top:18px;font-size:20px}.dark .b2b-customer-workspace{--customer-ink:#e1e9f6;--customer-muted:#9aabc5;--customer-line:#2d3c53}.dark .b2b-customer-workspace .b2b-module-table th{background:#172336}.dark .b2b-customer-workspace .b2b-module-table td{border-color:#2d3c53}.dark .b2b-customer-workspace .b2b-module-table tr.customer-selected{background:#22324e}.dark .b2b-customer-workspace .b2b-module-table tbody tr:hover{background:#1c2b43}.dark .b2b-customer-workspace .b2b-customer-avatar{color:#aac8f2;background:#243856;border-color:#354e74}.dark .b2b-customer-workspace .b2b-balance-card{background:linear-gradient(145deg,#1c2b42,#21334c);border-color:#344863}.dark .b2b-customer-workspace .b2b-note{background:#342e20;border-color:#53462b}.dark .b2b-customer-workspace .b2b-note p{color:#f0e4c8}.dark .b2b-customer-workspace .b2b-note small{color:#c5b38d}.dark .b2b-customer-workspace .b2b-customer-shortcuts button{color:#bdd1ff;background:#21314d;border-color:#304361}.dark .b2b-customer-workspace .toolbar select{color:#e1e9f6;background:#172336}@media (max-width:1100px){.b2b-customer-workspace .b2b-customer-columns{grid-template-columns:minmax(0,1fr)}.b2b-customer-workspace .b2b-customer-detail{max-height:none;position:static;overflow:visible}.b2b-customer-workspace .b2b-customer-detail dl>div{grid-template-columns:120px minmax(0,1fr)}}@media (max-width:600px){.b2b-customer-workspace .b2b-customer-columns{gap:16px}.b2b-customer-workspace .b2b-customer-detail{padding:18px}.b2b-customer-workspace .b2b-module-table .toolbar{padding:12px}.b2b-customer-workspace .toolbar label{flex-basis:100%}.b2b-customer-workspace .b2b-customer-detail dl>div{grid-template-columns:85px minmax(0,1fr)}.b2b-customer-workspace .b2b-detail-heading h3{font-size:20px}.b2b-balance-card strong{font-size:18px}.b2b-customer-list-footer{padding:12px}.b2b-customer-list-footer span:last-child{max-width:230px}}.b2b-list-status{flex-direction:column;align-items:flex-start;gap:6px;min-width:125px;max-width:180px;display:flex}.b2b-list-status small{color:#b23c3c;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;line-height:1.4;overflow:hidden}.b2b-customer-workspace .b2b-module-table table{min-width:1160px}.b2b-customer-workspace .operations-heading,.b2b-customer-workspace .module-panel,.b2b-customer-workspace .b2b-workbench-profile,.b2b-customer-workspace .b2b-customer-main-column{transition:none!important;animation:none!important}.b2b-customer-workspace .b2b-module-table th{letter-spacing:.65px;text-transform:uppercase;padding-top:13px;padding-bottom:13px;font-size:10px}.b2b-customer-workspace .b2b-module-table td{padding-top:17px;padding-bottom:17px}.b2b-table-contact strong{color:var(--customer-ink);overflow-wrap:anywhere;font-size:13px;display:block}.b2b-list-invoices{flex-direction:column;gap:5px;min-width:110px;display:flex}.b2b-list-invoices strong{color:var(--customer-ink);font-size:14px}.b2b-list-invoices strong.has-debt{color:#bf4a24}.b2b-list-invoices small{color:var(--customer-muted);font-size:10px}.b2b-list-balances{align-items:center;gap:18px;min-width:205px;display:flex}.b2b-list-balances>span,.b2b-list-balances>button{flex-direction:column;gap:4px;min-width:80px;display:flex}.b2b-list-balances>button{-webkit-appearance:none;appearance:none;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.b2b-list-balances>button:hover strong{text-decoration:underline}.b2b-list-balances>button:focus-visible{outline-offset:5px;border-radius:3px;outline:2px solid #6389ce}.b2b-list-balances small{color:var(--customer-muted);font-size:9px}.b2b-list-balances strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px}.b2b-list-note{border:1px solid var(--customer-line);width:190px;min-width:0;color:var(--customer-muted);text-align:left;background:#f8fafc;border-radius:8px;flex-direction:column;gap:5px;padding:9px 11px;display:flex}.b2b-list-note strong{color:var(--customer-muted);font-size:12px}.b2b-list-note.has-notes{background:#fffbef;border-color:#ead8a8}.b2b-list-note.has-notes strong{color:#8a6516}.b2b-list-note small{color:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.45;display:-webkit-box;overflow:hidden}.b2b-list-note:hover{border-color:#bdcce2}.b2b-list-note:focus-visible{outline-offset:2px;outline:2px solid #6389ce}.dark .b2b-list-note,[data-theme=dark] .b2b-list-note{background:#1b293d}.dark .b2b-list-note.has-notes,[data-theme=dark] .b2b-list-note.has-notes{color:#d7c498;background:#342e20;border-color:#66572f}.b2b-customer-workspace .b2b-customer-inspect{color:#295bb1;min-width:78px;font:inherit;cursor:pointer;background:#edf3ff;border:1px solid #dbe5f3;border-radius:8px;padding:9px 14px;font-size:12px;font-weight:700}.b2b-customer-inspect:hover{background:#e2ebff;border-color:#bfd0ed}.b2b-customer-inspect:focus-visible{outline-offset:3px;outline:2px solid #82aaff}.dark .b2b-customer-workspace .b2b-customer-inspect,[data-theme=dark] .b2b-customer-workspace .b2b-customer-inspect{color:#c5d9ff;background:#253a59;border-color:#3b5275}@media (max-width:600px){.b2b-list-balances{gap:12px}.b2b-customer-workspace .b2b-module-table td{padding-top:14px;padding-bottom:14px}}.b2b-module-table>.b2b-customer-filter-strip{padding:18px 20px 4px;display:flex}.b2b-customer-filter-strip label{flex-direction:column;gap:8px;width:min(440px,100%);display:flex}.b2b-customer-filter-strip label>span{color:#687993;letter-spacing:.8px;text-transform:uppercase;font-size:10px;font-weight:750}.b2b-customer-filter-strip select{color:#25334a;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #dce5f1;border-radius:9px;padding:0 13px;font-size:12px}.b2b-module-table>.b2b-customer-filter-strip+.toolbar{border-top:1px solid #e5ebf4}html.dark .b2b-customer-filter-strip label>span,[data-theme=dark] .b2b-customer-filter-strip label>span{color:#9fb0c8}html.dark .b2b-customer-filter-strip select,[data-theme=dark] .b2b-customer-filter-strip select{color:#e4ecf8;background:#172133;border-color:#344761}html.dark .b2b-module-table>.b2b-customer-filter-strip+.toolbar,[data-theme=dark] .b2b-module-table>.b2b-customer-filter-strip+.toolbar{border-top-color:#30425d}@media (max-width:600px){.b2b-module-table>.b2b-customer-filter-strip{padding:14px 14px 2px}}.b2b-invoice-row>td{transition:background-color .16s}.b2b-invoice-row--overdue>td{background:#dc262613}.b2b-invoice-row--overdue>td:first-child{box-shadow:inset 4px 0 #dc2626}.b2b-invoice-row--open>td{background:#d9770611}.b2b-invoice-row--open>td:first-child{box-shadow:inset 4px 0 #d97706}.b2b-invoice-row--paid>td{background:#0596690e}.b2b-invoice-status,.b2b-account-warning{border-radius:999px;align-items:center;width:fit-content;padding:5px 10px;font-size:12px;font-weight:750;line-height:1;display:inline-flex}.b2b-invoice-status--overdue,.b2b-account-warning{color:#b42318;background:#fee4e2;border:1px solid #fecdca}.b2b-invoice-status--open{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.b2b-invoice-status--paid{color:#067647;background:#d1fadf;border:1px solid #a6f4c5}.b2b-invoice-status--draft{color:#344054;background:#eaecf0;border:1px solid #d0d5dd}.b2b-invoice-remaining{color:#b42318;font-weight:800}.b2b-credit-row>td{background:#0891b213}.b2b-credit-row>td:first-child{box-shadow:inset 4px 0 #0891b2}.b2b-document-kind{border-radius:999px;align-items:center;width:fit-content;padding:5px 10px;font-size:12px;font-weight:750;line-height:1;display:inline-flex}.b2b-document-kind--invoice{color:#344054;background:#eaecf0;border:1px solid #d0d5dd}.b2b-document-kind--credit{color:#0e7490;background:#cffafe;border:1px solid #a5f3fc}.b2b-list-balances{grid-template-columns:minmax(78px,.8fr) minmax(118px,1.2fr);gap:8px;min-width:220px}.b2b-list-balances>.b2b-list-balance-link{background:#f8fafd;border:1px solid #dce6f2;border-radius:10px;min-width:0;padding:9px 10px;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;box-shadow:0 3px 10px #2339590a}.b2b-list-balances>.b2b-list-balance-link:first-child{background:linear-gradient(145deg,#fbfdff,#f1f6fd);border-color:#d8e5f5}.b2b-list-balances>.b2b-list-balance-link:nth-child(2){background:linear-gradient(145deg,#fbfffe,#eef8f6);border-color:#d2ebe6}.b2b-list-balances>.b2b-list-balance-link:hover{transform:translateY(-1px);box-shadow:0 7px 16px #23395914}.b2b-list-balances>.b2b-list-balance-link:hover strong{text-decoration:none}.b2b-list-balances .esim-dispo-summary{color:#5e728b;margin-top:5px;font-size:9px;line-height:1.35;display:block}.b2b-list-balances .esim-dispo-summary>span:not(.esim-dispo-label){display:none}.b2b-list-balances .esim-dispo-label{color:#54726f}.b2b-list-balances .esim-dispo-label b{color:#237b72;font-weight:700}@media (max-width:900px){.b2b-list-balances{grid-template-columns:72px minmax(108px,1fr);min-width:190px}}.dark .b2b-list-balances>.b2b-list-balance-link,[data-theme=dark] .b2b-list-balances>.b2b-list-balance-link{box-shadow:none;background:#142239;border-color:#2b405e}.dark .b2b-list-balances .esim-dispo-label,[data-theme=dark] .b2b-list-balances .esim-dispo-label{color:#9fc9c3}.dark .b2b-list-balances .esim-dispo-label b,[data-theme=dark] .b2b-list-balances .esim-dispo-label b{color:#7ed2c5}.b2b-customer-workspace .b2b-customer-columns{grid-template-columns:minmax(0,1fr);gap:0}.b2b-customer-workspace .b2b-module-head{padding-bottom:18px}.b2b-customer-workspace .b2b-module-head h2{font-size:21px}.b2b-customer-workspace .b2b-module-head p{font-size:13px}.b2b-customer-workspace .b2b-module-table .toolbar{padding:16px 20px}.b2b-customer-workspace .b2b-module-table .toolbar label{flex:240px;max-width:540px;margin-right:auto}.b2b-customer-workspace .b2b-module-table td{padding:17px 20px}.b2b-customer-workspace .b2b-module-table th{padding:14px 20px}.b2b-customer-workspace .b2b-module-table tbody tr{cursor:default}.b2b-customer-workspace .b2b-module-table .b2b-open-record:not(.b2b-balance-link){color:#315ea5;background:#f6f9ff;border:1px solid #d5e0f0;min-height:36px;padding:8px 14px}.b2b-customer-workspace .b2b-module-table .b2b-open-record:focus-visible{outline-offset:2px;outline:2px solid #6389ce}.b2b-customer-modal-backdrop{z-index:9500;background:#14233c88;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.b2b-customer-modal{overscroll-behavior:contain;scrollbar-width:thin;background:#fff;border:1px solid #dce5f1;border-radius:16px;width:900px;max-width:100%;max-height:calc(100dvh - 48px);overflow:auto;box-shadow:0 24px 80px #14233c33}.b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail{max-height:none;box-shadow:none;border:0;border-radius:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 24px 24px;display:grid;position:static;overflow:visible}.b2b-customer-workspace.b2b-customer-modal .b2b-detail-heading{z-index:2;border-bottom:1px solid var(--customer-line);background:#f7faff;grid-column:1/-1;align-items:center;gap:8px 16px;margin:0 -24px;padding:20px 24px;position:sticky;top:0}.b2b-customer-modal .b2b-detail-customer-name{grid-area:2/1;gap:12px}.b2b-customer-workspace.b2b-customer-modal .b2b-detail-heading h3{font-size:22px}.b2b-customer-modal .b2b-detail-heading>.b2b-customer-status{grid-area:2/2;justify-self:end}.b2b-customer-workspace.b2b-customer-modal .b2b-detail-close{color:#536c91;background:#fff;border:1px solid #dce5f1;width:34px;height:34px}.b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail>section{border:0;min-width:0;margin:0;padding:0}.b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail>section:last-child{border-top:1px solid var(--customer-line);grid-column:1/-1;padding-top:22px}.b2b-customer-modal .b2b-customer-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr))}.b2b-customer-workspace.b2b-customer-modal .b2b-note-list{max-height:240px}.b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail dl>div{grid-template-columns:100px minmax(0,1fr);padding:9px 0}.b2b-customer-modal :focus-visible{outline-offset:2px;outline:2px solid #6389ce}.dark .b2b-customer-modal{background:#172133;border-color:#30435f}.dark .b2b-customer-workspace.b2b-customer-modal .b2b-detail-heading{background:#1b2b43}.dark .b2b-customer-workspace.b2b-customer-modal .b2b-detail-close,.dark .b2b-customer-workspace .b2b-module-table .b2b-open-record:not(.b2b-balance-link){color:#d8e7ff;background:#21334e;border-color:#3c5274}@media (max-width:650px){.b2b-customer-modal-backdrop{padding:12px}.b2b-customer-modal{max-height:calc(100dvh - 24px)}.b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail{grid-template-columns:minmax(0,1fr);gap:22px;padding:0 18px 20px}.b2b-customer-workspace.b2b-customer-modal .b2b-detail-heading{margin:0 -18px;padding:16px 18px}.b2b-customer-workspace.b2b-customer-modal .b2b-detail-heading h3{font-size:19px}.b2b-customer-modal .b2b-customer-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.b2b-customer-workspace .b2b-module-table .toolbar label{flex-basis:100%;max-width:none}}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline){grid-template-columns:minmax(0,1fr) minmax(340px,380px);align-items:start;gap:24px}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline{width:100%;min-width:0;height:auto;max-height:none;box-shadow:none;border-radius:14px;position:static;overflow:visible}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline .b2b-customer-detail{background:0 0;grid-template-columns:minmax(0,1fr);align-content:start;gap:22px;padding:0 20px 24px}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline .b2b-detail-heading{border-radius:14px 14px 0 0;margin:0 -20px;padding:20px;position:static}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline .b2b-customer-detail>section{grid-column:1/-1}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline .b2b-customer-detail>section+section{border-top:1px solid var(--customer-line);padding-top:22px}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline .b2b-customer-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline .b2b-customer-detail dl>div{grid-template-columns:95px minmax(0,1fr);gap:12px;display:grid}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) table{table-layout:fixed;width:100%;min-width:0}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) :is(th,td){white-space:normal;overflow-wrap:anywhere;padding:13px 9px;font-size:12px}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) th:first-child{width:24%}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) th:nth-child(2){width:15%}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) :is(th:nth-child(3),th:nth-child(4)){width:10%}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) th:nth-child(5){width:19%}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) :is(th:nth-child(6),th:nth-child(7)){width:11%}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) .b2b-table-customer{align-items:flex-start;gap:8px;min-width:0}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) .b2b-table-customer>div{min-width:0}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) .b2b-customer-avatar{flex:0 0 28px;width:28px;height:28px;font-size:11px}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) :is(.b2b-table-customer strong,.b2b-table-customer small,.b2b-table-contact span,.b2b-table-contact small){white-space:normal;overflow-wrap:anywhere}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) .esim-sale-status{white-space:normal;max-width:100%;padding:5px 6px;font-size:11px}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) .b2b-open-record{white-space:normal;max-width:100%;padding:7px 8px;font-size:12px}@media (max-width:1400px){body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline){grid-template-columns:minmax(0,1fr)}body .b2b-customer-workspace.b2b-customer-modal.b2b-customer-inline{grid-row:1}}@media (max-width:600px){body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline) table{table-layout:auto;min-width:680px}}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile>.b2b-detail-heading{grid-template-columns:minmax(0,1fr) auto auto;gap:6px 16px;padding-bottom:18px}.b2b-workbench .b2b-workbench-profile .b2b-detail-heading>.b2b-detail-eyebrow{grid-area:1/1}.b2b-workbench .b2b-workbench-profile .b2b-detail-heading>.b2b-detail-customer-name{grid-area:2/1}.b2b-workbench .b2b-workbench-profile .b2b-detail-heading>.b2b-customer-status{grid-area:2/2;align-self:center}.b2b-workbench .b2b-workbench-profile .b2b-detail-heading>.b2b-detail-close{grid-area:1/3/3;align-self:start}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information{gap:12px;margin-top:4px;display:grid}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information>.b2b-sidebar-disclosure{border:1px solid var(--customer-line);background:var(--surface,#fff);border-radius:10px;margin:0;padding:16px}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information summary{color:var(--customer-ink);margin:0;font-size:13px}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information details[open]>summary{margin-bottom:16px}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 22px;display:grid}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information dl>div{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;min-width:0;margin:0;padding:0;display:flex}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information dt{color:var(--customer-muted);font-size:11px}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information dd{text-align:left;max-width:100%;color:var(--customer-ink);font-size:13px;font-weight:500;line-height:1.6}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-balance-card{gap:6px;padding:12px 14px}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-invoices th{letter-spacing:0;text-transform:none;padding:12px 10px;font-size:11px;line-height:1.5}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-invoices td{padding:14px 10px;font-size:13px;line-height:1.6}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-invoice-actions button{min-height:34px;font-size:12px}.dark .b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information>.b2b-sidebar-disclosure,[data-theme=dark] .b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information>.b2b-sidebar-disclosure{background:#1c2b42;border-color:#344863}@media (max-width:900px){.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.b2b-workbench .b2b-workbench-profile .b2b-detail-profile>.b2b-detail-heading{grid-template-columns:minmax(0,1fr) auto;gap:8px}.b2b-workbench .b2b-workbench-profile .b2b-detail-heading>.b2b-detail-close{grid-area:1/2/3}.b2b-workbench .b2b-workbench-profile .b2b-detail-heading>.b2b-customer-status{grid-area:3/1}.b2b-workbench .b2b-workbench-profile .b2b-detail-profile .b2b-profile-information dl{grid-template-columns:minmax(0,1fr)}}.b2b-workbench .b2b-workbench-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;min-width:0;display:grid}.b2b-workbench .b2b-workbench-grid.has-notes{grid-template-columns:minmax(0,1fr) 300px}.b2b-workbench .b2b-workbench-navigation{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.b2b-workbench .b2b-workbench-navigation>span{color:var(--customer-muted);overflow-wrap:anywhere;font-size:13px}.b2b-workbench .b2b-workbench-navigation>button:last-child:not(:first-child){margin-left:auto}.b2b-workbench .b2b-workbench-profile,.b2b-workbench .b2b-workbench-notes{min-width:0}.b2b-workbench .b2b-workbench-profile>.b2b-detail-profile{max-height:none;padding:24px;position:static;overflow:visible}.b2b-workbench .b2b-workbench-profile .b2b-sidebar-disclosure{border-top:1px solid var(--customer-line);margin-top:24px;padding-top:20px}.b2b-workbench .b2b-workbench-profile .b2b-sidebar-disclosure>summary{cursor:pointer;margin-bottom:12px;font-size:14px;font-weight:600}.b2b-workbench .b2b-workbench-profile dl>div{grid-template-columns:minmax(110px,1fr) minmax(0,2fr)}.b2b-workbench .b2b-workbench-notes{position:sticky;top:24px}.b2b-workbench .b2b-workbench-notes>.b2b-detail-notes{max-height:calc(100dvh - 48px);padding:18px;position:static;overflow-y:auto}.b2b-workbench .b2b-workbench-notes .b2b-detail-heading h3{font-size:17px}.b2b-workbench .b2b-workbench-notes .b2b-note-list{max-height:none}.b2b-workbench .b2b-module-table .toolbar{flex-wrap:wrap;gap:10px;display:flex}.b2b-workbench .b2b-module-table .toolbar label{min-width:0}.b2b-workbench .b2b-module-table .table-wrap{overflow-x:auto}.sidebar #b2b-customer-sidebar button.b2b-quick-link[aria-current=page]{color:#fff;background:#263d60;font-weight:600;box-shadow:inset 3px 0 #9fc2f9}@media (max-width:1100px){.b2b-workbench .b2b-workbench-grid.has-notes{grid-template-columns:minmax(0,1fr)}.b2b-workbench .b2b-workbench-notes{position:static}.b2b-workbench .b2b-workbench-notes>.b2b-detail-notes{max-height:none;overflow:visible}}@media (max-width:600px){.b2b-workbench .b2b-workbench-grid{gap:16px}.b2b-workbench .b2b-workbench-profile>.b2b-detail-profile{padding:16px}.b2b-workbench .b2b-workbench-profile dl>div{grid-template-columns:minmax(0,1fr);gap:4px}.b2b-workbench .b2b-workbench-profile dd{text-align:left}.b2b-workbench .b2b-workbench-navigation>span{flex-basis:100%}}.dealer-workspace,.dealer-portal{--du-text:#263b58;--du-muted:#70819b;--du-line:#dce5f1;--du-bg:#fff;--du-soft:#f3f7fc;color:var(--du-text);min-width:0}.dealer-portal{max-width:1280px;margin:0 auto;padding:28px}.dealer-hero{color:#fff;background:linear-gradient(118deg,#1c304c,#315889);border:1px solid #42658f;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:25px 28px;display:flex}.dealer-hero small{color:#bacee8;letter-spacing:1.8px;font-size:10px}.dealer-hero h1{margin:12px 0;font-size:24px}.dealer-hero p{color:#d2e0f2;margin:0;font-size:13px;line-height:1.7}.dealer-workspace button,.dealer-dialog button,.dealer-portal button{border:1px solid var(--du-line,#dce5f1);background:var(--du-bg,#fff);min-height:35px;color:var(--du-text,#263b58);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:9px 12px;font-size:12px;font-weight:600;transition:background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.dealer-workspace button:hover,.dealer-dialog button:hover,.dealer-portal button:hover{background:#edf3fb;border-color:#b8cce6;box-shadow:0 3px 8px #24476e0b}.dealer-workspace button:disabled,.dealer-dialog button:disabled{opacity:.5;cursor:not-allowed}.dealer-workspace .dealer-primary,.dealer-dialog .dealer-primary{color:#fff;background:#315fc4;border-color:#315fc4}.dealer-workspace .dealer-primary:hover,.dealer-dialog .dealer-primary:hover{background:#264ea7}.dealer-workspace input,.dealer-workspace select,.dealer-dialog input:not([type=checkbox]),.dealer-dialog select{border:1px solid var(--du-line,#dce5f1);background:var(--du-bg,#fff);min-height:37px;color:var(--du-text,#263b58);border-radius:8px;min-width:0;padding:8px 10px;font-size:12px}:is(.dealer-workspace :focus-visible,.dealer-dialog :focus-visible){outline-offset:3px;outline:2px solid #739bdd}.dealer-toolbar{background:var(--du-bg);border:1px solid var(--du-line);border-radius:12px 12px 0 0;flex-wrap:wrap;align-items:center;gap:9px;padding:16px;display:flex}.dealer-search{min-width:220px;color:var(--du-muted);flex:1;align-items:center;gap:7px;display:flex}.dealer-search input{width:100%}.dealer-table-wrap{background:var(--du-bg);border:1px solid var(--du-line);border-top:0;overflow:auto}.dealer-table-wrap table{border-collapse:collapse;width:100%;font-size:12px}.dealer-table-wrap th{text-align:left;white-space:nowrap;color:var(--du-muted);background:var(--du-soft);padding:14px 12px;font-size:10px;font-weight:600}.dealer-table-wrap td{border-top:1px solid var(--du-line);vertical-align:middle;overflow-wrap:anywhere;min-width:100px;max-width:230px;padding:16px 12px}.dealer-table-wrap tr:hover td{background:var(--du-soft)}.dealer-table-wrap small{color:var(--du-muted);margin-top:6px;font-size:10px;display:block}.dealer-status{color:#697b92;white-space:nowrap;background:#edf1f7;border-radius:20px;padding:4px 8px;font-size:10px;display:inline-block}.dealer-status.active{color:#347c60;background:#eaf7f0}.dealer-status.invited{color:#5173aa;background:#edf3ff}.dealer-status.locked{color:#996238;background:#fff0e5}.dealer-status.inactive{color:#757d89;background:#f0f1f4}.dealer-muted{color:var(--du-muted)}.dealer-danger{color:#aa554d}.dealer-empty{text-align:center;color:var(--du-muted);padding:45px 20px}.dealer-footer{border:1px solid var(--du-line);background:var(--du-bg);color:var(--du-muted);border-top:0;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:13px 16px;font-size:12px;display:flex}.dealer-footer>div{align-items:center;gap:12px;display:flex}.dealer-migration{background:var(--du-soft);border:1px solid var(--du-line);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:20px;display:flex}.dealer-migration h3{margin:0 0 8px;font-size:14px}.dealer-migration p,.dealer-hint{color:var(--du-muted,#70819b);margin:0;font-size:12px;line-height:1.8}.dealer-dialog{--du-text:#263b58;--du-muted:#70819b;--du-line:#dce5f1;--du-bg:#fff;--du-soft:#f3f7fc;background:var(--du-bg);width:min(820px,100vw - 32px);max-height:85dvh;color:var(--du-text);border:1px solid #d5e0ee;border-radius:16px;padding:0;overflow:auto;box-shadow:0 28px 85px #10243f30}.dealer-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#15253a65}.dealer-dialog>header{border-bottom:1px solid var(--du-line);background:linear-gradient(120deg,#f5f8fd,#edf4fd);justify-content:space-between;align-items:center;gap:15px;padding:20px 24px;display:flex}.dealer-dialog header small{letter-spacing:1.5px;color:#6c84a4;font-size:9px}.dealer-dialog h2{margin:8px 0 0;font-size:20px}.dealer-tabs{border-bottom:1px solid var(--du-line,#dce5f1);flex-wrap:wrap;gap:8px;padding:15px 22px;display:flex}.dealer-tabs button[aria-pressed=true]{color:#3865a3;background:#eaf1fc;border-color:#bbd0ee}.dealer-form{grid-template-columns:1fr 1fr;gap:18px;padding:22px 24px;display:grid}.dealer-form label{color:var(--du-muted);gap:7px;font-size:12px;display:grid}.dealer-dialog footer{border-top:1px solid var(--du-line);justify-content:flex-end;padding:16px 24px;display:flex}.dealer-permissions{color:#568172;background:#f2f8f5;align-items:flex-start;gap:10px;padding:14px 24px;font-size:12px;line-height:1.8;display:flex}.dealer-dialog .dealer-hint{padding:0 24px 20px}.dealer-security{padding:20px 24px;font-size:12px;line-height:1.8}.dealer-security h3{margin:20px 0 10px;font-size:14px}.dealer-facts{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.dealer-facts p{background:var(--du-soft);border:1px solid var(--du-line);border-radius:10px;margin:0;padding:13px}.dealer-facts small{color:var(--du-muted);margin-bottom:4px;display:block}.dealer-history{max-height:260px;overflow:auto}.dealer-history>div{border-bottom:1px solid var(--du-line);padding:12px}.dealer-history small{color:var(--du-muted);margin-top:4px;display:block}.dealer-account-actions{background:var(--du-soft);border-top:1px solid var(--du-line);flex-wrap:wrap;gap:9px;padding:18px 24px;display:flex}.dealer-confirm{background:#fff9ec;border-top:1px solid #efdfb9;padding:18px 24px;font-size:13px}.dealer-confirm button{margin-right:9px}.dealer-message{color:#3f7461;overflow-wrap:anywhere;background:#eff7f4;border:1px solid #cee4da;border-radius:9px;margin:12px;padding:12px 15px;font-size:12px;line-height:1.7}.dealer-message.error{color:#a45044;background:#fff4f2;border-color:#f0d5ce}.dealer-migration-row{border-bottom:1px solid var(--du-line);align-items:center;gap:12px;padding:15px 0;display:flex}.dealer-migration-row>span:first-of-type{flex:1}.dealer-migration-row small{color:var(--du-muted);display:block}.dark .dealer-workspace,.dark .dealer-dialog,.dark .dealer-portal,[data-theme=dark] .dealer-workspace,[data-theme=dark] .dealer-dialog{--du-bg:#152239;--du-soft:#1b2c45;--du-text:#d3dfef;--du-muted:#a0b3cd;--du-line:#30435e}.dark .dealer-dialog>header{background:#1c304c}.dark .dealer-permissions{color:#b3d8cb;background:#173d36}@media (max-width:640px){.dealer-form{grid-template-columns:1fr;padding:18px}.dealer-hero{padding:22px}.dealer-hero h1{font-size:21px}.dealer-migration{flex-direction:column;align-items:flex-start}.dealer-portal{padding:12px}.dealer-dialog{max-height:92dvh}.dealer-toolbar select{flex:1}.dealer-facts{grid-template-columns:1fr}.dealer-search{flex-basis:100%}}@media (prefers-reduced-motion:reduce){.dealer-workspace *,.dealer-dialog *{transition:none!important}}.dealer-workspace .dealer-table-wrap td:first-child,.dealer-workspace .dealer-table-wrap td:nth-child(3){white-space:nowrap;overflow-wrap:normal;max-width:none}.dealer-workspace .dealer-table-wrap td:last-child{width:56px;min-width:56px}.dealer-message{display:block}.sidebar #b2b-customer-sidebar:empty{display:none}.sidebar #b2b-customer-sidebar{min-width:0;margin:0 6px 16px}.sidebar #b2b-customer-sidebar .b2b-customer-detail{color:#edf3ff;width:100%;min-width:0;max-height:none;box-shadow:none;background:#192437;border:1px solid #34445e;border-radius:10px;flex-direction:column;gap:16px;margin:0;padding:14px 10px;display:flex;position:static;overflow:visible}.sidebar #b2b-customer-sidebar .b2b-detail-heading{background:0 0;border:0;border-bottom:1px solid #34445e;border-radius:0;flex-wrap:wrap;gap:10px;width:100%;margin:0;padding:0 0 14px;display:flex;position:relative}.sidebar #b2b-customer-sidebar .b2b-detail-eyebrow{letter-spacing:1.1px;color:#a8c4f0;width:100%;padding-right:25px;font-size:9px;display:block}.sidebar #b2b-customer-sidebar .b2b-detail-customer-name{align-items:center;gap:8px;width:100%;min-width:0;display:flex}.sidebar #b2b-customer-sidebar .b2b-detail-customer-name>div{min-width:0}.sidebar #b2b-customer-sidebar h3{color:#fff;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.4}.sidebar #b2b-customer-sidebar .b2b-detail-customer-name small{color:#aabbd4;overflow-wrap:anywhere;white-space:normal;margin-top:4px;font-size:10px;display:block}.sidebar #b2b-customer-sidebar .b2b-customer-avatar{color:#cce0ff;background:#2a3d5c;border:1px solid #4b6490;border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:11px;display:grid}.sidebar #b2b-customer-sidebar section{border:0;width:100%;min-width:0;margin:0;padding:0}.sidebar #b2b-customer-sidebar h4{color:#dce8fa;margin:0 0 10px;font-size:12px;line-height:1.4}.sidebar #b2b-customer-sidebar button{color:#e4edff;width:auto;min-width:0;height:auto;min-height:32px;font:inherit;text-align:left;white-space:normal;overflow-wrap:anywhere;box-shadow:none;cursor:pointer;background:#243650;border:1px solid #405475;border-radius:7px;margin:0;padding:7px 8px;font-size:11px;line-height:1.4;display:block;position:static}.sidebar #b2b-customer-sidebar button:hover{background:#314b70;border-color:#7297cf}.sidebar #b2b-customer-sidebar :is(button,a,summary):focus-visible{outline-offset:3px;outline:2px solid #a8ccff}.sidebar #b2b-customer-sidebar button.b2b-detail-close{text-align:center;color:#b6c8e1;background:0 0;border:0;width:26px;min-height:26px;padding:2px;font-size:18px;line-height:20px;position:absolute;top:-4px;right:-4px}.sidebar #b2b-customer-sidebar .b2b-customer-status{border-radius:6px;width:fit-content;margin:0;padding:4px 8px;font-size:10px;display:inline-block;position:static}.sidebar #b2b-customer-sidebar .b2b-balance-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.sidebar #b2b-customer-sidebar button.b2b-balance-card{flex-direction:column;gap:6px;width:100%;padding:9px 7px;display:flex}.sidebar #b2b-customer-sidebar .b2b-balance-card span{color:#becde4;font-size:10px}.sidebar #b2b-customer-sidebar .b2b-balance-card strong{color:#fff;font-variant-numeric:tabular-nums;font-size:15px;line-height:1.3}.sidebar #b2b-customer-sidebar .b2b-balance-card small{color:#aacfff;font-size:10px}.sidebar #b2b-customer-sidebar .balance-negative strong{color:#ffb3b3}.sidebar #b2b-customer-sidebar .balance-positive strong{color:#9ee5c4}.sidebar #b2b-customer-sidebar .b2b-sidebar-disclosure{border-top:1px solid #34445e;width:100%;min-width:0;padding-top:12px}.sidebar #b2b-customer-sidebar summary{color:#dce8fa;cursor:pointer;font-size:12px;font-weight:600;line-height:1.5}.sidebar #b2b-customer-sidebar details[open]>summary{margin-bottom:12px}.sidebar #b2b-customer-sidebar dl{gap:12px;margin:0;display:grid}.sidebar #b2b-customer-sidebar dl>div{border:0;min-width:0;padding:0;display:block}.sidebar #b2b-customer-sidebar dt{color:#aabbd4;margin:0 0 4px;font-size:10px}.sidebar #b2b-customer-sidebar dd{color:#edf3ff;text-align:left;white-space:normal;overflow-wrap:anywhere;margin:0;font-size:11px;line-height:1.6}.sidebar #b2b-customer-sidebar a{color:#bad7ff;overflow-wrap:anywhere;text-decoration:none}.sidebar #b2b-customer-sidebar .b2b-city-edit{margin-top:5px;display:inline-block}.sidebar #b2b-customer-sidebar .b2b-detail-section-title{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.sidebar #b2b-customer-sidebar .b2b-detail-section-title h4{display:none}.sidebar #b2b-customer-sidebar .b2b-detail-muted{color:#aabbd4;letter-spacing:normal;margin:8px 0 0;font-size:11px;line-height:1.5}.sidebar #b2b-customer-sidebar .esim-sale-status{white-space:normal;max-width:100%;font-size:10px}.sidebar #b2b-customer-sidebar .b2b-customer-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.sidebar #b2b-customer-sidebar .b2b-customer-shortcuts button{width:100%}body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline){grid-template-columns:minmax(0,1fr) minmax(280px,320px)}body .b2b-customer-inline .b2b-detail-notes .b2b-detail-customer-name h3{font-size:16px}@media (max-width:1200px){body .b2b-customer-workspace .b2b-customer-columns:has(>.b2b-customer-inline){grid-template-columns:minmax(0,1fr)}body .b2b-customer-workspace.b2b-customer-inline{grid-row:auto}}.sidebar #b2b-customer-sidebar .b2b-quick-menu{box-shadow:none;background:0 0;border:0;border-left:1px solid #35435a;border-radius:0;margin:0 0 8px 13px;padding:4px 0 4px 10px}.sidebar #b2b-customer-sidebar .b2b-quick-menu-caption{gap:4px;min-width:0;padding:8px 10px 10px;display:grid}.sidebar #b2b-customer-sidebar .b2b-quick-menu-caption>span{color:#9ab6df;letter-spacing:.6px;font-size:10px;font-weight:600}.sidebar #b2b-customer-sidebar .b2b-quick-menu-caption>small{color:#dbe6f7;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.5;overflow:hidden}.sidebar #b2b-customer-sidebar button.b2b-quick-link{width:100%;height:auto;min-height:34px;box-shadow:none;color:#b9c9df;text-align:left;white-space:normal;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;margin:2px 0;padding:8px 10px;font-size:12px;font-weight:400;line-height:1.5;display:flex}.sidebar #b2b-customer-sidebar button.b2b-quick-link:hover{color:#fff;background:#263650}.sidebar #b2b-customer-sidebar button.b2b-quick-link:focus-visible{outline-offset:2px;outline:2px solid #9fc2f9}.b2b-customer-main-column{align-content:start;gap:16px;min-width:0;display:grid}body .b2b-customer-profile-panel{--profile-bg:#fff;--profile-soft:#f3f7fd;--profile-text:#293951;--profile-muted:#61738e;--profile-line:#dce5f1;background:var(--profile-bg);border:1px solid var(--profile-line);border-radius:12px;min-width:0;overflow:hidden}html.dark body .b2b-customer-profile-panel{--profile-bg:#18263b;--profile-soft:#20314a;--profile-text:#e3ecfa;--profile-muted:#afc1da;--profile-line:#34475f}body .b2b-customer-profile-panel>summary{cursor:pointer;color:var(--profile-text);justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;font-size:12px;line-height:1.5;display:flex}body .b2b-customer-profile-panel>summary>span:first-child{gap:3px;min-width:0;display:grid}body .b2b-customer-profile-panel>summary strong{color:var(--profile-text);overflow-wrap:anywhere;font-size:14px}body .b2b-customer-profile-panel>summary small{color:var(--profile-muted);overflow-wrap:anywhere;font-size:11px}body .b2b-customer-profile-panel>summary>span:last-child{color:var(--profile-muted)}body .b2b-customer-profile-panel>summary:after{content:"+";color:var(--profile-muted);font-size:20px}body .b2b-customer-profile-panel[open]>summary:after{content:"-"}body .b2b-customer-profile-panel>summary:focus-visible{outline-offset:-3px;outline:2px solid #527bd0}body .b2b-customer-profile-panel .b2b-detail-profile{box-sizing:border-box;border:0;border-top:1px solid var(--profile-line);background:var(--profile-bg);width:100%;min-width:0;max-height:none;color:var(--profile-text);box-shadow:none;border-radius:0;grid-template-columns:minmax(0,1fr);gap:20px;margin:0;padding:20px;display:grid;position:static;overflow:visible}body .b2b-customer-profile-panel .b2b-detail-profile>.b2b-detail-heading,body .b2b-customer-profile-panel .b2b-detail-profile>section[aria-label="Müşteri hızlı erişim"]{display:none}body .b2b-customer-profile-panel .b2b-detail-profile h4{color:var(--profile-text);margin:0 0 12px;font-size:13px}body .b2b-customer-profile-panel .b2b-detail-profile .b2b-balance-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}body .b2b-customer-profile-panel .b2b-balance-card{background:var(--profile-soft);border-color:var(--profile-line);color:var(--profile-text)}body .b2b-customer-profile-panel .b2b-balance-card strong{color:var(--profile-text)}body .b2b-customer-profile-panel .b2b-balance-card :is(span,small){color:var(--profile-muted)}body .b2b-customer-profile-panel .b2b-sidebar-disclosure{border-top:1px solid var(--profile-line);min-width:0;padding-top:16px}body .b2b-customer-profile-panel .b2b-sidebar-disclosure>summary{color:var(--profile-text);cursor:pointer;margin-bottom:12px;font-size:13px;font-weight:600}body .b2b-customer-profile-panel dl>div{grid-template-columns:minmax(90px,1fr) minmax(0,2fr);gap:12px;padding:8px 0;display:grid}body .b2b-customer-profile-panel dt{color:var(--profile-muted);font-size:12px}body .b2b-customer-profile-panel dd{color:var(--profile-text);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.6}@media (max-width:600px){body .b2b-customer-profile-panel>summary{flex-wrap:wrap;gap:8px}body .b2b-customer-profile-panel .b2b-detail-profile{padding:16px}}.support-workspace .support-compact-heading{color:#fff;background:linear-gradient(112deg,#17243d 0%,#213b70 58%,#3f6dca 100%);border:0;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:16px;margin:0 0 18px;padding:28px 32px;display:flex;box-shadow:0 14px 30px #1c36681f}.support-workspace .support-compact-heading h1{color:#fff;margin:12px 0 8px;font-size:26px;font-weight:700;line-height:1.3}.support-workspace .support-compact-heading p{color:#cbd8ee;max-width:760px;margin:0 0 16px;font-size:12px;line-height:1.55}.support-workspace .support-heading-eyebrow{color:#aec9ff;letter-spacing:.22em;font-size:9px;font-weight:800}.support-workspace .support-heading-date{color:#d7e3f7;white-space:nowrap;flex:none;padding-top:2px;font-size:11px}.support-workspace .support-view-scope{color:#d6fffa;letter-spacing:.05em;background:#186c696b;border:1px solid #4e9ea7;border-radius:8px;align-items:center;margin:0;padding:7px 12px;font-size:10px;font-weight:750;display:inline-flex}.support-workspace .support-view-scope.b2c{color:#dcfff5;background:#1f77646b;border-color:#65aa9d}.dark .support-workspace .support-compact-heading,[data-theme=dark] .support-workspace .support-compact-heading{background:linear-gradient(112deg,#111c31 0%,#192f5b 58%,#315dab 100%)}.support-channel-badge{white-space:nowrap;color:#59677a;background:#edf1f6;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.support-channel-badge.b2b{color:#2556bc;background:#eaf0ff}.support-channel-badge.b2c{color:#107255;background:#e2f6ef}.support-detail-channel{margin-bottom:12px}.support-workspace .workflow-toolbar{flex-wrap:wrap;gap:10px}.support-workspace .workflow-toolbar label{min-width:0}.support-workspace .table-wrap{min-width:0;overflow-x:auto}.dark .support-channel-badge.b2b,[data-theme=dark] .support-channel-badge.b2b{color:#bcd3ff;background:#243d66}.dark .support-channel-badge.b2c,[data-theme=dark] .support-channel-badge.b2c{color:#a9e6ce;background:#17483e}@media (max-width:600px){.support-workspace .support-compact-heading{flex-direction:column;padding:22px 20px}.support-workspace .support-compact-heading h1{font-size:21px}.support-workspace .support-heading-date{white-space:normal;padding-top:0}.support-workspace .workflow-toolbar label{flex:100%}.support-workspace .workflow-toolbar input{width:100%}.support-workspace .support-view-scope{font-size:11px}}.b2cx,.b2cx-modal{--cx-blue:#2861ed;--cx-ink:#19263d;--cx-muted:#7b8aa3;--cx-line:#e7edf5;--cx-surface:#fff;--cx-soft:#f6f8fc;--cx-green:#16866b;--cx-amber:#e7a249;color:var(--cx-ink);font-size:13px;line-height:1.5}.b2cx{flex-direction:column;gap:22px;min-width:0;animation:.25s ease-out b2cx-enter;display:flex}.b2cx *{box-sizing:border-box}.b2cx h2,.b2cx h3,.b2cx h4,.b2cx p,.b2cx dl{margin:0}.b2cx button,.b2cx-modal button{cursor:pointer}.b2cx button:disabled,.b2cx-modal button:disabled{cursor:not-allowed;opacity:.45}.b2cx button:focus-visible{outline:2px solid var(--cx-blue);outline-offset:3px}.b2cx input:focus-visible{outline:2px solid var(--cx-blue);outline-offset:3px}.b2cx-bar-column:focus-visible{outline:2px solid var(--cx-blue);outline-offset:3px}.b2cx-modal :is(button,input,select):focus-visible{outline:2px solid var(--cx-blue);outline-offset:3px}.b2cx-hero{isolation:isolate;color:#fff;background:radial-gradient(at 95% 10%,#365aa3 0,#0000 62%),linear-gradient(110deg,#18253c,#213d73);border-radius:16px;justify-content:space-between;align-items:center;min-height:168px;padding:30px 36px;display:flex;position:relative;overflow:hidden;box-shadow:0 9px 25px #1b335412}.b2cx-hero:after{content:"";z-index:-1;border:1px solid #ffffff12;border-radius:50%;width:350px;height:350px;position:absolute;top:-170px;right:-100px;box-shadow:0 0 0 40px #ffffff04,0 0 0 85px #ffffff03}.b2cx-eyebrow{letter-spacing:1.7px;color:var(--cx-muted);align-items:center;gap:9px;font-size:9px;font-weight:700;display:flex}.b2cx-hero .b2cx-eyebrow{color:#adc5f7}.b2cx-eyebrow i{background:currentColor;border-radius:50%;width:3px;height:3px}.b2cx-hero h2{letter-spacing:-.65px;margin:12px 0 8px;font-size:27px;font-weight:600;line-height:1.3}.b2cx-hero p{color:#c0cce2;font-size:12px}.b2cx-hero-mark{background:#ffffff08;border:1px solid #ffffff24;border-radius:20px;place-items:center;width:68px;height:68px;margin-left:20px;display:grid;transform:rotate(-7deg)}.b2cx-hero-mark svg{color:#cfdefc;stroke-width:1.3px;width:31px;height:31px}.b2cx-context{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.b2cx-context nav{border:1px solid var(--cx-line);background:var(--cx-surface);border-radius:11px;gap:4px;min-width:0;padding:4px;display:flex}.b2cx-context nav button{color:var(--cx-muted);white-space:nowrap;background:0 0;border:0;border-radius:7px;padding:10px 18px;font-size:12px;font-weight:600}.b2cx-context nav button[aria-current]{color:var(--cx-blue);background:#edf3ff}.b2cx-period{background:var(--cx-surface);border:1px solid var(--cx-line);border-radius:10px;flex-shrink:0;align-items:center;padding:3px;display:flex}.b2cx-period>button{color:var(--cx-muted);background:0 0;border:0;border-radius:6px;place-items:center;width:31px;height:36px;display:grid}.b2cx-period>button:hover{background:var(--cx-soft);color:var(--cx-blue)}.b2cx-period label{align-items:center;gap:12px;padding:0 8px;display:flex}.b2cx-period label>span{color:var(--cx-muted);border-right:1px solid var(--cx-line);padding-right:12px;font-size:10px}.b2cx-period input{color:var(--cx-ink);font:inherit;background:0 0;border:0;outline:0;width:139px;padding:0;font-size:12px}.b2cx-source{color:var(--cx-muted);align-items:center;gap:7px;font-size:11px;display:flex}.b2cx-source i{background:var(--cx-green);border-radius:50%;width:5px;height:5px}.b2cx-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.b2cx-metrics article{background:var(--cx-surface);border:1px solid var(--cx-line);border-radius:12px;min-width:0;padding:21px 23px}.b2cx-metrics article>div{color:var(--cx-muted);justify-content:space-between;align-items:center;gap:8px;font-size:11px;display:flex}.b2cx-metrics article svg{color:var(--cx-blue);stroke-width:1.6px}.b2cx-metrics article>strong{letter-spacing:-.7px;font-variant-numeric:tabular-nums;margin:12px 0 3px;font-size:25px;font-weight:650;line-height:1.4;display:block}.b2cx-metrics article>small{color:var(--cx-muted);font-size:10px}.b2cx-card{border:1px solid var(--cx-line);background:var(--cx-surface);border-radius:14px;min-width:0;overflow:hidden}.b2cx-card>header{justify-content:space-between;align-items:center;gap:16px;padding:23px 25px;display:flex}.b2cx-card h3{letter-spacing:-.25px;font-size:16px;font-weight:600}.b2cx-card header .b2cx-eyebrow{letter-spacing:1.4px;margin-bottom:6px;font-size:8px}.b2cx-finance-grid{grid-template-columns:minmax(0,2.2fr) minmax(245px,1fr);gap:20px;display:grid}.b2cx-chart-total{text-align:right;flex-shrink:0}.b2cx-chart-total strong{letter-spacing:-.4px;font-size:20px;font-weight:600;display:block}.b2cx-chart-total small{color:var(--cx-muted);font-size:9px}.b2cx-sales>footer{color:var(--cx-muted);align-items:center;gap:6px;padding:13px 25px 18px;font-size:9px;display:flex}.b2cx-sales>footer i{background:var(--cx-blue);border-radius:2px;width:5px;height:5px}.b2cx-bars{gap:12px;height:182px;padding:0 26px;display:flex}.b2cx-bar-column{outline-offset:1px;border-radius:5px;flex-direction:column;flex:1;align-items:center;gap:10px;min-width:0;display:flex;position:relative}.b2cx-bar-track{border-bottom:1px solid var(--cx-line);background:repeating-linear-gradient(to top,transparent 0,transparent 48px,var(--cx-line) 49px,transparent 50px);align-items:flex-end;width:100%;height:148px;display:flex}.b2cx-bar{background:#bdd0fb;border-radius:5px 5px 0 0;width:100%;max-width:38px;min-height:0;margin:0 auto}.b2cx-bar.selected{background:var(--cx-blue)}.b2cx-bar-column>span{color:var(--cx-muted);font-size:9px}.b2cx-tooltip{z-index:5;color:#fff;white-space:nowrap;background:#172740;border-radius:7px;padding:9px 13px;font-size:10px;display:none;position:absolute;bottom:75%;left:50%;transform:translate(-50%);box-shadow:0 5px 15px #14223820}.b2cx-tooltip strong{font-size:12px;display:block}:is(.b2cx-bar-column:hover .b2cx-tooltip,.b2cx-bar-column:focus-visible .b2cx-tooltip){display:block}.b2cx-chart-empty{text-align:center;background:radial-gradient(#f4f7fe,#0000 70%);flex-direction:column;justify-content:center;align-items:center;min-height:188px;padding:14px 24px 32px;display:flex}.b2cx-chart-empty>span{color:#6b91db;background:#edf3ff;border-radius:14px;place-items:center;margin-bottom:13px;padding:12px;display:grid}.b2cx-chart-empty h4{font-size:13px;font-weight:600}.b2cx-chart-empty p{color:var(--cx-muted);max-width:340px;margin-top:6px;font-size:11px}.b2cx-collection>header{padding-bottom:12px}.b2cx-ring{background:var(--cx-line);border-radius:50%;width:132px;height:132px;margin:4px auto 20px;padding:12px;display:grid}.b2cx-ring>div{background:var(--cx-surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.b2cx-ring strong{letter-spacing:-1px;font-size:25px}.b2cx-ring small{color:var(--cx-muted);font-size:9px}.b2cx-collection dl{flex-direction:column;gap:10px;margin:0 24px;display:flex}.b2cx-collection dl>div{justify-content:space-between;align-items:center;font-size:11px;display:flex}.b2cx-collection dt{color:var(--cx-muted);align-items:center;gap:8px;display:flex}.b2cx-collection dt i{background:var(--cx-blue);border-radius:50%;width:6px;height:6px}.b2cx-collection dl>div+div i{background:var(--cx-amber)}.b2cx-collection dd{margin:0;font-weight:600}.b2cx-collection>p{color:var(--cx-muted);padding:14px 24px 18px;font-size:9px}.b2cx-count{background:var(--cx-soft);border:1px solid var(--cx-line);min-width:24px;height:20px;color:var(--cx-muted);vertical-align:middle;border-radius:6px;justify-content:center;align-items:center;margin-left:5px;padding:0 7px;font-size:10px;display:inline-flex}.b2cx-record-actions{align-items:center;gap:8px;display:flex}.b2cx :is(.primary,.ghost){white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:9px 12px;font-size:11px;display:inline-flex}.b2cx .ghost{border:1px solid var(--cx-line);background:var(--cx-surface);color:var(--cx-ink)}.b2cx .primary{background:var(--cx-blue);color:#fff;border:1px solid var(--cx-blue);box-shadow:0 4px 8px #2861ed12}.b2cx-icon-button{border:1px solid var(--cx-line);background:var(--cx-surface);width:34px;height:34px;color:var(--cx-muted);border-radius:8px;flex-shrink:0;place-items:center;display:inline-grid}.b2cx-icon-button:hover{color:var(--cx-blue);background:var(--cx-soft)}.b2cx-tools{border-bottom:1px solid var(--cx-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:0 25px 18px;display:flex}.b2cx-search{border:1px solid var(--cx-line);background:var(--cx-soft);min-width:0;max-width:360px;color:var(--cx-muted);border-radius:8px;flex:220px;align-items:center;gap:9px;padding:10px 12px;display:flex}.b2cx-search input{width:100%;font:inherit;color:var(--cx-ink);background:0 0;border:0;outline:0;min-width:0;font-size:11px}.b2cx-search input::placeholder{color:#98a5ba}.b2cx-search>button{color:var(--cx-muted);background:0 0;border:0;place-items:center;padding:0;display:grid}.b2cx-filter-pills{align-items:center;gap:4px;max-width:100%;padding:2px;display:flex;overflow-x:auto}.b2cx-filter-pills button{white-space:nowrap;color:var(--cx-muted);background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:10px}.b2cx-filter-pills button[aria-pressed=true]{color:var(--cx-blue);background:#edf3ff;font-weight:600}.b2cx-table-scroll{max-width:100%;position:relative;overflow:auto}.b2cx table{border-collapse:collapse;table-layout:auto;width:100%;min-width:640px}.b2cx th{letter-spacing:.2px;text-align:left;background:var(--cx-soft);color:var(--cx-muted);border-bottom:1px solid var(--cx-line);padding:12px 20px;font-size:9px;font-weight:500}.b2cx td{border-bottom:1px solid var(--cx-line);color:var(--cx-ink);padding:17px 20px;font-size:11px}.b2cx tr:last-child td{border-bottom:0}.b2cx td>strong{font-size:11px;font-weight:500;display:block}.b2cx td small{color:var(--cx-muted);white-space:nowrap;text-overflow:ellipsis;max-width:235px;margin-top:4px;font-size:9px;display:block;overflow:hidden}.b2cx-record-identity{align-items:center;gap:11px;display:flex}.b2cx-record-identity strong{font-size:11px;font-weight:600}.b2cx-record-icon{width:34px;height:36px;color:var(--cx-blue);background:#edf3ff;border-radius:9px;flex-shrink:0;place-items:center;display:grid}.b2cx-record-icon.credit{color:var(--cx-green);background:#eaf7f2}.b2cx .b2cx-amount{white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:650}.b2cx tbody tr:hover{background:var(--cx-soft)}.b2cx-badge{white-space:nowrap;border-radius:5px;align-items:center;gap:5px;padding:4px 7px;font-size:9px;font-weight:500;line-height:1.4;display:inline-flex}.b2cx-badge i{background:currentColor;border-radius:50%;width:4px;height:4px}.b2cx-badge.positive{color:#16866b;background:#eaf7f1}.b2cx-badge.pending{color:#aa711d;background:#fff6e7}.b2cx-badge.negative{color:#c25050;background:#fff0f0}.b2cx-badge.neutral{color:#7b889e;background:#f0f3f8}.b2cx-pagination{border-top:1px solid var(--cx-line);color:var(--cx-muted);justify-content:space-between;align-items:center;padding:15px 25px;font-size:10px;display:flex}.b2cx-pagination>div{gap:7px;display:flex}.b2cx-customer-grid,.b2cx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:21px;display:grid}.b2cx-customer-card{border:1px solid var(--cx-line);background:var(--cx-surface);border-radius:11px;overflow:hidden}.b2cx-person{align-items:center;gap:10px;padding:18px 17px 0;display:flex}.b2cx-avatar{color:#5275b7;background:#eaf0fc;border-radius:11px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:grid}.b2cx-person>div{flex:1;min-width:0}.b2cx-person h4{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.b2cx-person>div>span{color:var(--cx-muted);font-size:9px}.b2cx-person>.b2cx-badge{font-size:8px}.b2cx-contact{color:var(--cx-muted);overflow-wrap:anywhere;align-items:center;gap:6px;min-height:45px;padding:15px 17px;font-size:10px;display:flex}.b2cx-contact svg{flex-shrink:0}.b2cx-customer-numbers{border-top:1px solid var(--cx-line);grid-template-columns:1fr 1.3fr;margin:0 17px 17px;padding:13px 0;display:grid}.b2cx-customer-numbers>div+div{border-left:1px solid var(--cx-line);padding-left:13px}.b2cx-customer-numbers small{color:var(--cx-muted);font-size:9px}.b2cx-customer-numbers strong{letter-spacing:-.4px;margin-top:5px;font-size:17px;display:block}.b2cx-customer-card>footer{background:var(--cx-soft);border-top:1px solid var(--cx-line);color:var(--cx-muted);justify-content:space-between;align-items:center;padding:11px 17px;font-size:9px;display:flex}.b2cx-customer-card footer button{color:var(--cx-blue);background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:10px;font-weight:600;display:flex}.b2cx-pricing-switch{justify-content:space-between;align-items:center;gap:20px;display:flex}.b2cx-pricing-switch>div{flex-shrink:0;gap:5px;display:flex}.b2cx-pricing-switch button{color:var(--cx-muted);background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:10px 14px;font-size:11px;display:flex}.b2cx-pricing-switch button[aria-pressed=true]{background:var(--cx-surface);color:var(--cx-ink);border-color:var(--cx-line)}.b2cx-pricing-switch>p{max-width:420px;color:var(--cx-muted);font-size:10px}.b2cx-product-card{border:1px solid var(--cx-line);background:linear-gradient(155deg,var(--cx-surface) 65%,var(--cx-soft));border-radius:12px;padding:21px}.b2cx-product-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.b2cx-product-icon{width:43px;height:43px;color:var(--cx-blue);background:#edf3ff;border-radius:12px;place-items:center;display:grid}.b2cx-product-card>.b2cx-eyebrow{color:var(--cx-blue);font-size:8px}.b2cx-product-card h4{letter-spacing:-.3px;margin:6px 0 3px;font-size:16px;font-weight:600}.b2cx-product-card>p{color:var(--cx-muted);font-size:9px}.b2cx-product-price{margin-top:23px}.b2cx-product-price small{color:var(--cx-muted);font-size:10px}.b2cx-product-price strong{letter-spacing:-.6px;margin-top:4px;font-size:26px;font-weight:600;display:block}.b2cx-product-cost{color:var(--cx-muted);border-bottom:1px solid var(--cx-line);justify-content:space-between;gap:12px;margin-bottom:16px;padding:12px 0 19px;font-size:10px;display:flex}.b2cx-product-cost strong{color:var(--cx-ink);font-weight:500}.b2cx-product-card>.ghost{justify-content:space-between;width:100%}.b2cx-rules .workflow-section{gap:16px}.b2cx-rule-scope{color:#8a6d42;background:#fffbf3;border:1px solid #eadcc4;border-radius:9px;padding:13px 17px;font-size:11px;margin-bottom:15px!important}.b2cx-rules .workflow-info{font-size:11px;line-height:1.8}.b2cx-rules .workflow-info p{margin-top:6px}.b2cx-rules .workflow-toolbar{flex-wrap:wrap;gap:8px}.b2cx-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:215px;padding:36px 22px 40px;display:flex}.b2cx-empty-icon{color:#6b91db;background:#eff4fd;border-radius:15px;place-items:center;margin-bottom:5px;padding:14px;display:grid}.b2cx-empty h3{letter-spacing:-.2px;font-size:14px;font-weight:600}.b2cx-empty p{color:var(--cx-muted);max-width:400px;font-size:11px;line-height:1.8}.b2cx-error{background:var(--cx-surface);border:1px solid #f0d9d9;border-radius:12px}.b2cx-error>svg{color:#be6565}.b2cx-error .primary{margin-top:5px}.b2cx-skeleton{background:linear-gradient(90deg,var(--cx-soft),var(--cx-line),var(--cx-soft));background-size:200% 100%;border-radius:6px;max-width:150px;min-height:28px;animation:1.3s linear infinite b2cx-shimmer;display:block}.b2cx-loading{flex-direction:column;gap:20px;padding:25px;display:flex}.b2cx-loading .b2cx-skeleton{max-width:none;height:30px}.b2cx-loading p{color:var(--cx-muted);font-size:11px}.b2cx-notice,.b2cx-customer-filter{color:#44699e;background:#edf4ff;border:1px solid #d9e6fc;border-radius:9px;align-items:center;gap:10px;padding:12px 16px;font-size:11px;display:flex}.b2cx-notice button{color:inherit;background:0 0;border:0;place-items:center;margin-left:auto;display:grid}.b2cx-customer-filter>button{color:var(--cx-blue);background:0 0;border:0;align-items:center;gap:5px;margin-left:auto;font-size:10px;display:flex}.b2cx-backdrop{z-index:12000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#111d345e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.b2cx-modal{background:var(--cx-surface);border:1px solid var(--cx-line);border-radius:17px;width:620px;max-width:100%;max-height:calc(100dvh - 48px);overflow:auto;box-shadow:0 30px 100px #12264735}.b2cx-modal>header{border-bottom:1px solid var(--cx-line);justify-content:space-between;align-items:center;gap:15px;padding:24px 26px;display:flex}.b2cx-modal h2{letter-spacing:-.4px;margin:7px 0 0;font-size:20px;font-weight:600}.b2cx-modal .b2cx-eyebrow{font-size:9px}.b2cx-detail{padding:25px}.b2cx-detail-lead{background:var(--cx-soft);border-radius:10px;padding:20px;position:relative}.b2cx-detail-lead>span:first-child{color:var(--cx-muted);font-size:11px}.b2cx-detail-lead>strong{letter-spacing:-1px;margin-top:7px;font-size:30px;display:block}.b2cx-detail-lead>.b2cx-badge{position:absolute;top:20px;right:18px}.b2cx-detail dl{margin:18px 0}.b2cx-detail dl>div{border-bottom:1px solid var(--cx-line);justify-content:space-between;gap:25px;padding:11px 0;font-size:12px;display:flex}.b2cx-detail dt{color:var(--cx-muted);flex-shrink:0}.b2cx-detail dd{text-align:right;overflow-wrap:anywhere;margin:0}.b2cx-detail>.primary{justify-content:center;align-items:center;gap:8px;width:100%;margin-top:23px;display:flex}.b2cx-order-items h3{font-size:13px}.b2cx-order-items article{border-bottom:1px solid var(--cx-line);align-items:center;gap:11px;padding:14px 0;font-size:11px;display:flex}.b2cx-order-items article>div{flex:1}.b2cx-order-items small{color:var(--cx-muted);margin-top:4px;font-size:10px;display:block}.b2cx-price-form{flex-direction:column;gap:17px;padding:25px;display:flex}.b2cx-price-form label{color:var(--cx-muted);flex-direction:column;gap:7px;font-size:11px;display:flex}.b2cx-price-form input,.b2cx-price-form select{border:1px solid var(--cx-line);width:100%;min-height:43px;font:inherit;background:var(--cx-surface);color:var(--cx-ink);border-radius:8px;padding:10px 12px}.b2cx-price-form>p{color:var(--cx-muted);margin:0;font-size:11px;line-height:1.8}.b2cx-price-form>footer{border-top:1px solid var(--cx-line);justify-content:flex-end;gap:10px;margin-top:4px;padding-top:20px;display:flex}.b2cx-price-form footer button{align-items:center;gap:7px;display:flex}.b2cx-form-error{color:#bd4f4f;background:#fff2f2;border-radius:8px;padding:10px;font-size:11px}.b2cx-sr{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.dark .b2cx,.dark .b2cx-modal{--cx-ink:#e0e7f2;--cx-muted:#92a2bd;--cx-line:#2a374d;--cx-surface:#182337;--cx-soft:#1d2b42;--cx-blue:#83a9ff;--cx-green:#64cbb0;--cx-amber:#d6a058}.dark .b2cx-hero{background:radial-gradient(at 95% 10%,#2d4880,#0000 62%),linear-gradient(110deg,#18253c,#21365e)}.dark .b2cx-context nav button[aria-current],.dark .b2cx-filter-pills button[aria-pressed=true],.dark .b2cx-product-icon,.dark .b2cx-record-icon,.dark .b2cx-empty-icon,.dark .b2cx-chart-empty>span,.dark .b2cx-avatar{color:#9ebdfa;background:#263a5c}.dark .b2cx .primary{color:#fff;background:#356ae7;border-color:#356ae7}.dark .b2cx-chart-empty{background:radial-gradient(#1c2d49,#0000 70%)}.dark .b2cx-badge.positive{color:#76cbb2;background:#193a34}.dark .b2cx-badge.pending{color:#e1b879;background:#3d3529}.dark .b2cx-badge.negative{color:#e8a0a5;background:#422d38}.dark .b2cx-badge.neutral{color:#a1afc4;background:#29354a}.dark .b2cx-rule-scope{color:#d0b785;background:#332e25;border-color:#514532}.dark .b2cx-notice,.dark .b2cx-customer-filter{color:#a2bce2;background:#233751;border-color:#324967}.dark .b2cx-period input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@keyframes b2cx-enter{0%{opacity:.6;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes b2cx-shimmer{to{background-position:-200% 0}}@media (min-width:1650px){.b2cx-customer-grid,.b2cx-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1200px){.b2cx-customer-grid,.b2cx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.b2cx-context{flex-wrap:wrap}.b2cx-metrics article{padding:18px}.b2cx-metrics article>strong{font-size:22px}.b2cx-finance-grid{grid-template-columns:minmax(0,1.7fr) minmax(220px,1fr)}.b2cx-pricing-switch{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width:700px){.b2cx{gap:16px}.b2cx-hero{min-height:158px;padding:24px}.b2cx-hero h2{max-width:260px;font-size:23px}.b2cx-hero p{max-width:280px;font-size:11px}.b2cx-hero-mark{display:none}.b2cx-hero .b2cx-eyebrow{letter-spacing:1px;font-size:8px}.b2cx-context{gap:12px}.b2cx-context nav{justify-content:space-between;width:100%}.b2cx-context nav button{padding:10px 9px;font-size:10px}.b2cx-period{margin-left:auto}.b2cx-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.b2cx-metrics article{padding:15px}.b2cx-metrics article>div{font-size:10px}.b2cx-metrics article svg{width:15px}.b2cx-metrics article>strong{margin-top:9px;font-size:22px}.b2cx-metrics article>small{font-size:9px}.b2cx-finance-grid{grid-template-columns:1fr;gap:16px}.b2cx-card>header{gap:12px;padding:20px}.b2cx-card h3{font-size:14px}.b2cx-chart-total strong{font-size:17px}.b2cx-chart-total small{font-size:8px}.b2cx-card header .b2cx-eyebrow{letter-spacing:1px;font-size:7px}.b2cx-bars{gap:7px;padding:0 20px}.b2cx-bar-column>span{font-size:8px}.b2cx-collection{grid-template-columns:1fr 1fr;padding:0 3px;display:grid}.b2cx-collection>header{grid-column:1/-1;padding-bottom:4px}.b2cx-ring{width:118px;height:118px;margin:12px auto 5px}.b2cx-collection dl{justify-content:center;margin:0 17px 0 0;font-size:10px}.b2cx-collection dl>div{gap:8px;font-size:10px}.b2cx-collection>p{grid-column:1/-1;padding:12px 20px 20px}.b2cx-records>header{flex-wrap:wrap}.b2cx-record-actions{margin-left:auto}.b2cx-tools{gap:10px;padding:0 17px 14px;display:block}.b2cx-search{width:100%;max-width:none;margin-bottom:11px}.b2cx-filter-pills button{padding:8px;font-size:9px}.b2cx-customer-grid,.b2cx-product-grid{grid-template-columns:1fr;gap:13px;padding:16px}.b2cx-customer-numbers strong{font-size:19px}.b2cx-product-card{padding:20px}.b2cx-product-price strong{font-size:29px}.b2cx-empty{padding:30px 22px}.b2cx-empty h3{font-size:13px}.b2cx-notice,.b2cx-customer-filter{font-size:10px}.b2cx-customer-filter{flex-wrap:wrap}.b2cx-pagination{padding:14px 17px}.b2cx-pricing-switch>div{gap:4px;width:100%}.b2cx-pricing-switch button{flex:1;padding:10px;font-size:10px}.b2cx-backdrop{padding:12px}.b2cx-modal{border-radius:13px;max-height:calc(100dvh - 24px)}.b2cx-modal>header{padding:20px}.b2cx-modal h2{font-size:18px}.b2cx-detail,.b2cx-price-form{padding:20px}.b2cx-detail dl>div{gap:15px;font-size:11px}.b2cx-detail-lead>strong{font-size:27px}.b2cx-detail-lead>.b2cx-badge{margin-top:10px;position:static}.b2cx-rules .workflow-toolbar>label{width:100%;min-width:0}.b2cx-rules .workflow-toolbar input{min-width:0;max-width:100%}}@media (prefers-reduced-motion:reduce){.b2cx,.b2cx-skeleton{animation:none}}.b2cx-view-label{letter-spacing:1.3px;color:var(--cx-muted);font-size:10px;font-weight:600}.b2cx-mobile-view{display:none}.b2cx-performance-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.b2cx-performance-heading h3{letter-spacing:-.4px;margin-top:5px;font-size:18px;font-weight:600}.b2cx-performance-heading>span{color:var(--cx-muted);font-size:10px}.b2cx-rankings{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.b2cx-ranking header{border-bottom:1px solid var(--cx-line);padding:21px 23px}.b2cx-ranking h3{align-items:center;gap:9px;font-size:14px;display:flex}.b2cx-ranking h3 svg{color:var(--cx-blue);stroke-width:1.7px}.b2cx-ranking header p{color:var(--cx-muted);margin-top:6px;font-size:10px}.b2cx-ranking-label{letter-spacing:1.2px;background:var(--cx-soft);color:var(--cx-muted);border-radius:5px;padding:5px 7px;font-size:8px;font-weight:600}.b2cx-ranking ol{margin:0;padding:0 23px;list-style:none}.b2cx-ranking li{border-bottom:1px solid var(--cx-line);align-items:center;gap:13px;padding:17px 0;display:flex}.b2cx-ranking li:last-child{border-bottom:0}.b2cx-rank{color:var(--cx-muted);font-variant-numeric:tabular-nums;font-size:11px}.b2cx-ranking-product{flex:1;min-width:0}.b2cx-ranking-product>strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;display:block;overflow:hidden}.b2cx-ranking-product>small{color:var(--cx-muted);font-size:9px}.b2cx-ranking-track{background:var(--cx-line);border-radius:3px;max-width:145px;height:3px;margin-top:9px}.b2cx-ranking-track>i{background:var(--cx-blue);border-radius:3px;height:100%;display:block}.b2cx-ranking-value{text-align:right;flex-shrink:0}.b2cx-ranking-value>strong{letter-spacing:-.3px;font-variant-numeric:tabular-nums;font-size:15px}.b2cx-ranking-value strong small{color:var(--cx-muted);font-size:9px;font-weight:400}.b2cx-ranking-value>span{color:var(--cx-muted);margin-top:4px;font-size:9px;display:block}.b2cx-ranking-value.profit>strong{color:var(--cx-green)}.b2cx-ranking-value.loss>strong{color:#c25050}.b2cx-ranking-empty{text-align:center;flex-direction:column;align-items:center;gap:9px;min-height:165px;padding:29px 23px;display:flex}.b2cx-ranking-empty svg{color:var(--cx-muted);margin-bottom:5px}.b2cx-ranking-empty strong{font-size:12px;font-weight:500}.b2cx-ranking-empty p{color:var(--cx-muted);max-width:280px;font-size:10px}.b2cx-performance-note{color:var(--cx-muted);max-width:1000px;font-size:9px;line-height:1.7;margin-top:12px!important}.b2cx-country-tags{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.b2cx-country-tags>span,.b2cx-country-tags>button{border:1px solid var(--cx-line);background:var(--cx-soft);color:var(--cx-muted);border-radius:5px;align-items:center;gap:5px;padding:4px 7px;font-size:9px;display:inline-flex}.b2cx-price-form .b2cx-country-tags{margin-top:-6px}@media (max-width:850px){.b2cx-rankings{grid-template-columns:1fr}.b2cx-performance-heading{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:700px){.b2cx-view-label{display:none}.b2cx-mobile-view{color:var(--cx-muted);flex-direction:column;gap:5px;font-size:9px;display:flex}.b2cx-mobile-view select{background:var(--cx-surface);color:var(--cx-ink);border:1px solid var(--cx-line);border-radius:8px;max-width:180px;padding:10px 8px;font-size:11px}.b2cx-ranking header{padding:18px}.b2cx-ranking ol{padding:0 18px}.b2cx-ranking li{gap:10px}.b2cx-performance-heading h3{font-size:16px}}.price-settings{--ps-blue:#2c61eb;--ps-ink:#1c2940;--ps-muted:#7b8aa2;--ps-line:#e4ebf5;--ps-bg:#fff;--ps-soft:#f6f8fc;color:var(--ps-ink);flex-direction:column;gap:22px;min-width:0;font-size:13px;display:flex}.price-settings *{box-sizing:border-box}.price-settings h2,.price-settings h3,.price-settings p{margin:0}.price-settings button{cursor:pointer}.price-settings button:disabled{opacity:.45;cursor:not-allowed}.price-settings :is(button,input,select):focus-visible{outline:2px solid var(--ps-blue);outline-offset:3px}.price-settings-hero{color:#fff;background:radial-gradient(at 95% 0,#355da6,#0000 70%),linear-gradient(110deg,#18243a,#244278);border-radius:15px;justify-content:space-between;align-items:center;gap:20px;padding:29px 32px;display:flex}.price-settings-hero span{letter-spacing:1.9px;color:#aac5f8;font-size:9px;font-weight:600}.price-settings-hero h2{letter-spacing:-.5px;margin:11px 0 9px;font-size:27px;font-weight:600}.price-settings-hero p{color:#c2cfe5;max-width:620px;font-size:12px;line-height:1.7}.price-settings-hero button{color:#fff;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff30;border-radius:8px;align-items:center;gap:7px;padding:11px 14px;font-size:11px;display:flex}.price-policy{color:#267c64;background:#eff9f5;border:1px solid #d5e6df;border-radius:12px;align-items:center;gap:16px;padding:19px 23px;display:flex}.price-policy.b2b{color:#426ba8;background:#edf3ff;border-color:#d7e4fc}.price-policy>svg{flex-shrink:0}.price-policy strong{font-size:13px}.price-policy p{max-width:900px;margin-top:5px;font-size:11px;line-height:1.8}.price-settings-tabs{gap:7px;display:flex}.price-settings-tabs button{color:var(--ps-muted);background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:11px 16px;font-size:12px;display:flex}.price-settings-tabs button[aria-pressed=true]{background:var(--ps-bg);color:var(--ps-blue);border-color:var(--ps-line)}.price-settings-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:start;gap:20px;display:grid}.price-settings-card{background:var(--ps-bg);border:1px solid var(--ps-line);border-radius:13px;min-width:0;overflow:hidden}.price-settings-card>header{border-bottom:1px solid var(--ps-line);align-items:center;gap:13px;padding:23px 25px;display:flex}.price-settings-card h3{letter-spacing:-.3px;font-size:16px;font-weight:600}.price-settings-card header p{color:var(--ps-muted);margin-top:6px;font-size:11px;line-height:1.6}.price-settings-icon{width:41px;height:41px;color:var(--ps-blue);background:#edf3ff;border-radius:11px;flex-shrink:0;place-items:center;display:grid}.price-settings-icon svg{width:20px;height:20px}.price-rate-form fieldset{border:0;flex-direction:column;gap:20px;min-width:0;margin:0;padding:23px 25px;display:flex}.price-rate-form label{color:var(--ps-muted);flex-direction:column;gap:8px;font-size:11px;font-weight:500;display:flex}.price-rate-form select,.price-rate-form input[type=number]{border:1px solid var(--ps-line);width:100%;min-width:0;font:inherit;color:var(--ps-ink);background:var(--ps-bg);border-radius:8px;min-height:44px;padding:12px}.price-percent-input{max-width:240px;position:relative}.price-percent-input input{letter-spacing:-.5px;min-height:60px!important;padding-right:55px!important;font-size:25px!important;font-weight:600!important}.price-percent-input>span{color:var(--ps-muted);font-size:20px;font-weight:400;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.price-field-help{color:var(--ps-muted);font-size:10px;line-height:1.8}.price-rate-form footer{border-top:1px solid var(--ps-line);justify-content:space-between;gap:10px;padding:20px 25px;display:flex}.price-settings :is(.ghost,.primary){white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:11px 15px;font-size:11px;display:inline-flex}.price-settings .ghost{background:var(--ps-bg);color:var(--ps-ink);border:1px solid var(--ps-line)}.price-settings .primary{background:var(--ps-blue);color:#fff;border:1px solid var(--ps-blue)}.price-rate-form>.price-field-help{padding:0 25px 18px}.price-rate-form .price-checkbox{flex-direction:row;align-items:center;gap:8px}.price-checkbox input{accent-color:var(--ps-blue)}.price-explanation{background:linear-gradient(150deg,var(--ps-bg),var(--ps-soft));padding:27px}.price-settings-overline{letter-spacing:1.5px;color:var(--ps-muted);font-size:9px;font-weight:600}.price-explanation h3{letter-spacing:-.6px;max-width:330px;margin-top:13px;font-size:21px;line-height:1.4}.price-formula{border:1px solid var(--ps-line);background:var(--ps-bg);color:var(--ps-blue);border-radius:9px;flex-wrap:wrap;align-items:center;gap:10px;margin:24px 0;padding:17px 15px;font-size:11px;font-weight:600;display:flex}.price-formula svg{color:var(--ps-muted)}.price-explanation ul{color:var(--ps-muted);flex-direction:column;gap:12px;margin:0;padding-left:17px;font-size:11px;line-height:1.9;display:flex}.price-preview>header{justify-content:space-between}.price-preview>header>span{background:var(--ps-soft);color:var(--ps-muted);border-radius:6px;padding:5px 8px;font-size:9px;font-weight:600}.price-table-scroll{max-width:100%;position:relative;overflow:auto}.price-settings table{border-collapse:collapse;width:100%;min-width:650px}.price-settings th{background:var(--ps-soft);color:var(--ps-muted);text-align:left;padding:13px 20px;font-size:10px;font-weight:500}.price-settings td{border-top:1px solid var(--ps-line);color:var(--ps-ink);padding:16px 20px;font-size:11px}.price-settings td strong{font-weight:500;display:block}.price-settings td small{color:var(--ps-muted);margin-top:5px;font-size:9px;display:block}.price-settings .price-final{color:#27896f;white-space:nowrap;font-weight:600}.price-settings .price-loss{color:#c45353;white-space:nowrap;font-weight:600}.price-loss-warning,.price-settings-error{color:#ac6350;background:#fff5f0;border:1px solid #f1d4cc;border-radius:9px;padding:14px 20px;font-size:11px;line-height:1.8}.price-loss-warning{align-items:center;gap:8px;margin:15px;display:flex}.price-preview>.price-settings-error{margin:15px}.price-settings-success{color:#2b8966;background:#f0faf4;border:1px solid #cde7da;border-radius:9px;align-items:center;gap:8px;padding:14px 18px;font-size:11px;line-height:1.8;display:flex}.price-saved>header{justify-content:space-between}.price-saved-list{padding:8px 24px}.price-saved-list>button{border:0;border-bottom:1px solid var(--ps-line);width:100%;color:var(--ps-ink);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:14px;padding:17px 0;display:flex}.price-saved-list>button:last-child{border-bottom:0}.price-saved-list button>div{flex:1;min-width:0}.price-saved-list strong{font-size:12px;font-weight:500;display:block}.price-saved-list small{color:var(--ps-muted);margin-top:5px;font-size:10px;display:block}.price-saved-list b{color:var(--ps-blue);font-size:17px;font-weight:600}.price-saved-list svg{color:var(--ps-muted)}.price-saved-list>p,.price-settings-empty{text-align:center;color:var(--ps-muted);padding:25px 0;font-size:12px;line-height:1.8}.price-settings-empty .ghost{margin-top:12px}.dark .price-settings{--ps-blue:#8aafff;--ps-ink:#e0e9f7;--ps-muted:#96a7c3;--ps-line:#2e3d57;--ps-bg:#182438;--ps-soft:#1d2b43}.dark .price-policy{color:#99d1bc;background:#19372e;border-color:#305447}.dark .price-policy.b2b{color:#aec9ef;background:#233954;border-color:#344c70}.dark .price-settings .primary{color:#fff;background:#3569df;border-color:#3569df}.dark .price-settings-icon{background:#283d60}.dark .price-settings-error,.dark .price-loss-warning{color:#e6b3a3;background:#402d29;border-color:#60463d}.dark .price-settings-success{color:#a6d5b7;background:#203a30;border-color:#385949}@media (max-width:950px){.price-settings-grid{grid-template-columns:1fr}.price-explanation{padding:23px}.price-explanation h3{max-width:none}.price-explanation ul{gap:7px}}@media (max-width:600px){.price-settings{gap:16px}.price-settings-hero{flex-direction:column;align-items:flex-start;gap:17px;padding:23px}.price-settings-hero h2{font-size:24px}.price-settings-hero p{font-size:11px}.price-policy{align-items:flex-start;gap:11px;padding:17px}.price-policy strong{font-size:12px}.price-policy p{font-size:10px}.price-settings-card>header,.price-rate-form fieldset{padding:20px}.price-rate-form footer{gap:8px;padding:17px}.price-settings :is(.ghost,.primary){padding:10px 11px;font-size:10px}.price-settings-tabs{gap:5px}.price-settings-tabs button{padding:11px;font-size:11px}.price-saved-list{padding:6px 20px}.price-formula{gap:8px;font-size:10px}.price-explanation h3{font-size:20px}}.invoice-customer-picker{gap:7px;display:grid;position:relative}.invoice-customer-picker>label{color:#566277;font-size:10px;font-weight:800}.invoice-customer-search{background:var(--surface,#fff);color:#7e8da3;border:1px solid #d6e0ee;border-radius:9px;align-items:center;gap:9px;min-height:42px;padding:0 11px;display:flex}.invoice-customer-search:focus-within{border-color:#3b6df5;box-shadow:0 0 0 3px #3b6df51a}.invoice-customer-search input{flex:1;min-width:0!important;min-height:0!important;box-shadow:none!important;color:var(--ink,#27364d)!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;font-size:12px!important}.invoice-customer-search button{color:#687991;cursor:pointer;background:#eef3fb;border:0;border-radius:7px;place-items:center;width:27px;height:27px;display:grid}.invoice-customer-picker>small{color:#8291a6;font-size:10px}.invoice-customer-selected{background:#effaf6;border:1px solid #bfe5d9;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.invoice-customer-selected div,.invoice-customer-results button>span{text-align:left;gap:3px;display:grid}.invoice-customer-selected strong,.invoice-customer-results strong{color:#25364f;font-size:12px}.invoice-customer-selected span,.invoice-customer-results small{color:#71819a;font-size:10px}.invoice-customer-selected em,.invoice-customer-results em{color:#187455;background:#dff5ea;border-radius:999px;padding:4px 7px;font-size:9px;font-style:normal;font-weight:800}.invoice-customer-selected em[data-status=blocked],.invoice-customer-results em[data-status=blocked]{color:#b72f35;background:#ffebeb}.invoice-customer-selected em[data-status=inactive],.invoice-customer-results em[data-status=inactive]{color:#92631b;background:#fff1d8}.invoice-customer-results{z-index:6;background:var(--surface,#fff);border:1px solid #d6e0ee;border-radius:10px;gap:4px;max-height:260px;padding:7px;display:grid;position:absolute;top:70px;left:0;right:0;overflow:auto;box-shadow:0 18px 45px #1b2d4a24}.invoice-customer-results button{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px;display:flex}.invoice-customer-results button:hover{background:#edf3ff}.invoice-customer-results button:disabled{opacity:.55;cursor:not-allowed}.invoice-customer-results p{text-align:center;color:#7c8ba1;margin:0;padding:15px;font-size:11px}html.dark .invoice-customer-search,html.dark .invoice-customer-results{background:#172338;border-color:#34465f}html.dark .invoice-customer-selected{background:#17372f;border-color:#2d6557}html.dark .invoice-customer-selected strong,html.dark .invoice-customer-results strong{color:#e2eaf6}@media (max-width:600px){.invoice-customer-results{max-height:210px;position:static}}.avis-create-modal{background:#f4f7fb;border:1px solid #cbd9e9;border-radius:18px;width:min(680px,100vw - 32px);max-height:calc(100dvh - 32px);box-shadow:0 28px 90px #07162f4d}.avis-create-modal .modal-title{background:radial-gradient(circle at 88% 20%,#38b8aa33 0 70px,#0000 71px),linear-gradient(120deg,#172f54,#275898);padding:20px 22px}.avis-create-modal .modal-title h2{letter-spacing:-.02em;font-size:20px}.avis-create-modal .modal-title p{color:#d3e2f5;max-width:500px;font-size:11px;line-height:1.55}.avis-create-modal .form-grid{background:#f4f7fb;flex-direction:column;gap:12px;padding:16px 18px 18px;display:flex}.avis-create-modal .form-grid>label:first-child{display:none}.avis-create-modal .form-grid>label:has(>input:disabled){display:none}.avis-create-modal .invoice-customer-picker,.avis-create-modal .avis-document-picker{box-sizing:border-box;background:#fff;border:1px solid #d8e3ef;border-radius:12px;width:100%;padding:14px 14px 14px 54px;position:relative;box-shadow:0 5px 16px #243d6310}.avis-create-modal .form-grid>label:has(>select){box-sizing:border-box;background:#fff;border:1px solid #d8e3ef;border-radius:12px;width:100%;padding:14px 14px 14px 54px;position:relative;box-shadow:0 5px 16px #243d6310}.avis-create-modal .invoice-customer-picker:before,.avis-create-modal .avis-document-picker:before{color:#285fd5;background:#e7efff;border-radius:9px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid;position:absolute;top:14px;left:14px}.avis-create-modal .form-grid>label:has(>select):before{color:#285fd5;background:#e7efff;border-radius:9px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid;position:absolute;top:14px;left:14px}.avis-create-modal .invoice-customer-picker:before{content:"1"}.avis-create-modal .form-grid>label:has(>select):before{content:"2"}.avis-create-modal .avis-document-picker:before{content:"3";color:#117562;background:#ddf5ef}.avis-create-modal .invoice-customer-picker>label,.avis-create-modal .avis-document-picker>header strong{color:#263750;font-size:11px;font-weight:800}.avis-create-modal .form-grid>label:has(>select){color:#263750;font-size:11px;font-weight:800}.avis-create-modal .form-grid>label:has(>select) select{background:#f8faff;min-height:39px;margin-top:7px}.avis-create-modal .invoice-customer-search{background:#f8faff;min-height:40px}.avis-create-modal .invoice-customer-results{top:74px;left:54px;right:14px}.avis-create-modal .avis-document-picker{background:#fff}.avis-create-modal .avis-document-picker>header{border-bottom:1px solid #e1e9f2;min-height:28px;margin:0 0 10px;padding:0 0 10px}.avis-create-modal .avis-document-picker>header span{color:#087461;background:#e8f8f3;border-radius:8px;padding:6px 9px;font-size:12px}.avis-create-modal .avis-document-list{gap:6px;max-height:180px}.avis-create-modal .avis-document-option{background:#f9fbfd;border-color:#e1e9f2;padding:9px 10px}.avis-create-modal .avis-document-option:has(input:checked){background:#effaf7;border-color:#76cdbd}.avis-create-modal .form-grid>label.full:has(>textarea){background:#fff;border:1px solid #d8e3ef;border-radius:12px;padding:13px 14px}.avis-create-modal .form-grid textarea{background:#f8faff;height:64px;min-height:64px}.avis-create-modal .modal-actions{background:#fff;border-top-color:#d8e3ef;gap:9px;padding:13px 18px;box-shadow:0 -8px 24px #1b315210}.avis-create-modal .modal-actions button{border-radius:9px;min-height:39px;padding:0 16px}html.dark .avis-create-modal,html.dark .avis-create-modal .form-grid{background:#101b2b}html.dark .avis-create-modal .invoice-customer-picker,html.dark .avis-create-modal .avis-document-picker{background:#172438;border-color:#34465d}html.dark .avis-create-modal .form-grid>label:has(>select){background:#172438;border-color:#34465d}html.dark .avis-create-modal .form-grid>label.full:has(>textarea){background:#172438;border-color:#34465d}html.dark .avis-create-modal .invoice-customer-picker>label,html.dark .avis-create-modal .avis-document-picker>header strong{color:#e1eaf6}html.dark .avis-create-modal .form-grid>label:has(>select){color:#e1eaf6}@media (max-width:600px){.avis-create-modal{border-radius:14px;width:calc(100vw - 18px);max-height:calc(100dvh - 18px)}.avis-create-modal .modal-title{padding:17px}.avis-create-modal .form-grid{padding:12px}.avis-create-modal .invoice-customer-picker,.avis-create-modal .avis-document-picker{padding:12px 12px 12px 48px}.avis-create-modal .form-grid>label:has(>select){padding:12px 12px 12px 48px}.avis-create-modal .invoice-customer-results{position:static}}.mobile-menu-toggle,.mobile-sidebar-close,.mobile-menu-backdrop{display:none}@media (max-width:760px){body .topbar .mobile-menu-toggle{border:1px solid var(--line);background:var(--canvas);width:42px;height:42px;color:var(--ink);border-radius:9px;flex:0 0 42px;justify-content:center;align-items:center;padding:0;display:inline-flex}body .topbar{gap:12px}body .topbar .search{flex:1;width:auto;min-width:0}body .topbar .search input{width:100%;min-width:0}body .mobile-menu-backdrop{z-index:999;cursor:pointer;background:#07101f80;border:0;padding:0;display:block;position:fixed;inset:0}body .sidebar.mobile-sidebar-open{z-index:1000;width:min(320px,100vw - 32px);height:100dvh;max-height:100dvh;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:12px 0 36px #07101f33}body .sidebar .mobile-sidebar-close{color:#fff;background:#17253c;border:1px solid #3b4b65;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:24px;line-height:1;display:flex;position:absolute;top:14px;right:12px}body .sidebar.mobile-sidebar-open>.brand{padding-right:36px}body .sidebar.mobile-sidebar-open>.brand img{max-width:100%}:is(body .mobile-menu-toggle:focus-visible,body .mobile-sidebar-close:focus-visible){outline-offset:2px;outline:2px solid #7fa7ff}}body .module-stats.invoice-stats{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1200px){body .module-stats.invoice-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1000px){body .module-stats.invoice-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){body .module-stats.invoice-stats{grid-template-columns:minmax(0,1fr)}}body .live-record-panel tbody td:last-child>button.ghost+button.ghost{margin-inline-start:10px}body :is(.b2b-customer-workspace,.b2b-registration,.sale-customer-picker,.physical-stock-workspace,.physical-stock-dialog,.integration-health){--ui-text:#293951;--ui-muted:#61738e;--ui-line:#dce5f1;--ui-field:#fff;--ui-soft:#f5f8fd}html.dark body :is(.b2b-customer-workspace,.b2b-registration,.sale-customer-picker,.physical-stock-workspace,.physical-stock-dialog,.integration-health){--ui-text:#e3ecfa;--ui-muted:#a3b5ce;--ui-line:#34475f;--ui-field:#18263b;--ui-soft:#20314a}body :is(.b2b-customer-workspace,.sale-customer-picker,.physical-stock-workspace,.physical-stock-dialog,.integration-health) :is(button.ghost,button.primary){white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 14px;font-size:13px;line-height:1.3;display:inline-flex}body :is(.b2b-customer-workspace,.b2b-registration,.sale-customer-picker,.physical-stock-workspace,.physical-stock-dialog,.integration-health) :is(button,input,select,textarea,a):focus-visible{outline-offset:3px;outline:2px solid #527bd0}body :is(.b2b-registration,.sale-customer-picker,.physical-stock-workspace,.physical-stock-dialog) input::placeholder{color:#8190a6;opacity:1}body .b2b-customer-workspace .b2b-module-head{align-items:center;gap:16px;padding-bottom:20px}body .b2b-customer-workspace .b2b-module-table{border-color:var(--ui-line);overflow:hidden}body .b2b-customer-workspace .b2b-module-table .toolbar{background:var(--ui-field);gap:10px;padding:18px 20px}body .b2b-customer-workspace .b2b-module-table .toolbar input{box-sizing:border-box;height:42px;padding:10px 13px;font-size:14px}body .b2b-customer-workspace .b2b-module-table th{color:var(--ui-muted);background:var(--ui-soft);padding:14px 18px;font-size:12px}body .b2b-customer-workspace .b2b-module-table td{padding:17px 18px;font-size:14px;line-height:1.5}body .b2b-customer-workspace .b2b-customer-list-footer{color:var(--ui-muted);background:var(--ui-field);padding:13px 20px}body .b2b-customer-modal{scroll-padding-top:150px;scroll-padding-bottom:24px}body .b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail{gap:26px;padding-bottom:26px}body .b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail h4{color:var(--ui-text);margin-bottom:15px;font-size:14px}body .b2b-customer-workspace.b2b-customer-modal .b2b-detail-section-title h4{margin:0}body .b2b-customer-workspace.b2b-customer-modal .b2b-balance-card{background:var(--ui-soft);border-color:var(--ui-line);gap:9px;min-height:120px;padding:17px}body .b2b-customer-workspace.b2b-customer-modal .b2b-balance-card strong{font-size:23px}body .b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail dt{color:var(--ui-muted);font-size:12px}body .b2b-customer-workspace.b2b-customer-modal .b2b-customer-detail dd{font-size:13px;line-height:1.65}body .b2b-customer-workspace.b2b-customer-modal .b2b-note{padding:15px 16px}body .b2b-customer-workspace.b2b-customer-modal .b2b-note-buttons button{min-height:34px;padding:7px 11px}body .modal:has(.b2b-registration){scroll-padding-top:85px;max-width:760px!important}body .modal:has(.b2b-registration) .modal-title{z-index:3;background:var(--surface,#fff);border-bottom:1px solid #dce5f1;padding:20px 24px;position:sticky;top:0}body .modal:has(.b2b-registration) .modal-title h2{margin:0;font-size:21px;line-height:1.35}body .modal:has(.b2b-registration) .modal-actions{z-index:3;background:var(--surface,#fff);border-top:1px solid #dce5f1;gap:10px;padding:16px 24px;position:sticky;bottom:0}body .modal:has(.b2b-registration) .modal-actions button{border-radius:9px;min-height:42px;padding:10px 18px;font-size:13px}body .b2b-registration{gap:26px}body .b2b-registration legend{letter-spacing:0;color:var(--ui-text);border-color:var(--ui-line);font-size:14px}body .b2b-registration label{color:var(--ui-text);flex-direction:column;gap:8px;font-size:13px;line-height:1.5;display:flex}body .b2b-registration :is(input,select){border:1px solid var(--ui-line);background:var(--ui-field);min-height:44px;color:var(--ui-text);border-radius:8px;padding:11px 12px;font-size:14px}body .b2b-registration small{color:var(--ui-muted);font-size:12px;line-height:1.5}html.dark body .modal:has(.b2b-registration) :is(.modal-title,.modal-actions){background:#18263b;border-color:#34475f}body .sale-customer-picker{background:var(--ui-field);width:min(650px,100vw - 32px);color:var(--ui-text);border-color:var(--ui-line)}body .sale-customer-picker>header{border-color:var(--ui-line);gap:20px;padding:24px 26px}body .sale-customer-picker h2{margin:10px 0;font-size:24px;line-height:1.25}body .sale-customer-picker>header p{color:var(--ui-muted);font-size:13px}body .sale-customer-picker .sale-customer-picker-body{padding:24px 26px}body .sale-customer-picker .sale-customer-search{gap:10px;font-size:13px}body .sale-customer-picker .sale-customer-search input{background:var(--ui-field);border-color:var(--ui-line);height:46px;font-size:15px}body .sale-customer-picker .sale-customer-result-count{min-height:18px;color:var(--ui-muted);margin:14px 0 8px;line-height:1.5}body .sale-customer-picker .sale-customer-option{border-color:var(--ui-line);background:var(--ui-field);gap:13px;padding:15px}body .sale-customer-picker .sale-customer-option.is-selected{background:var(--ui-soft);border-color:#7192d7;box-shadow:inset 3px 0 #527bd0}body .sale-customer-picker footer{border-color:var(--ui-line);background:var(--ui-soft);padding:17px 26px}body .sale-customer-picker footer button{min-width:105px}html.dark body .sale-customer-picker>header{background:linear-gradient(135deg,#20314a,#18263b)}body .physical-stock-workspace{gap:20px}body .physical-stock-workspace>*{box-sizing:border-box;min-width:0;max-width:100%}body .physical-stock-workspace .physical-stock-selector{flex-wrap:wrap;align-items:flex-end;gap:12px;padding:22px}body .physical-stock-workspace .physical-stock-selector>div{flex:340px;min-width:0}body .physical-stock-workspace .physical-stock-selector label{width:min(440px,100%);color:var(--ui-text);font-size:13px;line-height:1.5}body .physical-stock-workspace .physical-stock-selector select{box-sizing:border-box;border-color:var(--ui-line);background:var(--ui-field);height:44px;color:var(--ui-text);padding:10px 12px;font-size:14px}body .physical-stock-workspace .physical-stock-selector>button{flex-shrink:0;min-height:44px}body .physical-stock-workspace :is(.physical-product-list,.physical-card-list)>header{gap:16px;padding:20px 22px}body .physical-stock-workspace .physical-product-list>header>div{min-width:0}body .physical-stock-workspace h2{overflow-wrap:anywhere;font-size:21px;line-height:1.35}body .physical-stock-workspace header p{color:var(--ui-muted);font-size:13px;line-height:1.6}body .physical-stock-workspace .stock-search{box-sizing:border-box;border-color:var(--ui-line);background:var(--ui-field);min-height:44px}body .physical-stock-workspace .stock-search:focus-within{outline-offset:2px;outline:2px solid #527bd0}body .physical-stock-workspace .stock-search input{font-size:14px}body .physical-stock-workspace :is(th,td){padding:15px 20px;line-height:1.5}body .physical-stock-workspace td{font-variant-numeric:tabular-nums;font-size:14px}body .physical-stock-workspace th{color:var(--ui-muted);font-size:12px}body .physical-stock-workspace .stock-empty{color:var(--ui-muted);padding:34px 24px;font-size:13px;line-height:1.75}body .physical-stock-dialog .stock-form-grid label{color:var(--ui-text);font-size:13px;line-height:1.5}body .physical-stock-dialog .stock-form-grid input{border-color:var(--ui-line);min-height:44px;font-size:14px}body .physical-stock-dialog .stock-form-grid input[type=file]{background:var(--ui-soft);padding:8px;font-size:12px}body .physical-stock-dialog input::file-selector-button{border:1px solid var(--ui-line);background:var(--ui-field);color:var(--ui-text);cursor:pointer;border-radius:6px;margin-right:10px;padding:7px 10px}body .integration-health{border-radius:14px;padding:24px}body .integration-health>header{align-items:flex-start;gap:18px}body .integration-health h2{margin:8px 0;font-size:22px;line-height:1.3}body .integration-health-actions{align-items:center;gap:10px}body .integration-health .integration-health-grid{gap:16px;margin-top:20px}body .integration-health .integration-health-grid article{border-color:var(--ui-line);background:linear-gradient(135deg,var(--ui-soft),var(--ui-field));flex-direction:column;padding:20px;display:flex}body .integration-health .integration-health-grid article>div{align-items:flex-start;gap:10px;min-height:45px}body .integration-health .integration-health-grid h3{color:var(--ui-text);font-size:15px;line-height:1.5}body .integration-health .integration-health-grid p{color:var(--ui-muted);flex:1;margin:12px 0;font-size:13px;line-height:1.65}body .integration-health .integration-health-grid small{color:var(--ui-muted);font-size:12px;line-height:1.6}body .integration-health .integration-health-badge{box-sizing:border-box;align-items:center;min-height:26px;font-weight:500;line-height:1.4;display:inline-flex}body .integration-health .integration-health-help{color:var(--ui-muted);font-size:13px;line-height:1.7}@media (max-width:760px){body .physical-stock-workspace .physical-stock-selector>div{flex-basis:100%}body .physical-stock-workspace .physical-stock-selector>button{flex:auto}body .integration-health-actions{width:100%}body .integration-health-actions button{flex:auto}}@media (max-width:550px){body .b2b-customer-workspace .b2b-module-table .toolbar{padding:14px}body .b2b-customer-workspace .b2b-module-table .toolbar label{flex-basis:100%}body .sale-customer-picker>header,body .sale-customer-picker .sale-customer-picker-body{padding:20px}body .sale-customer-picker footer{padding:16px 20px}body .sale-customer-picker>header{gap:12px}body .sale-customer-picker h2{font-size:22px}body .physical-stock-workspace .physical-stock-selector,body .physical-stock-workspace :is(.physical-product-list,.physical-card-list)>header{padding:16px}body .integration-health{padding:18px}body .integration-health .integration-health-grid article{padding:17px}body .modal:has(.b2b-registration) :is(.modal-title,.modal-actions){padding:16px 18px}}.integration-health{min-width:0;margin-bottom:24px;padding:26px}.integration-health>header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.integration-health>header span{letter-spacing:1.5px;color:#58749c;font-size:11px;font-weight:700}.integration-health h2{margin:8px 0;font-size:23px}.integration-health>header p,.integration-health-help{color:#63728b;font-size:13px;line-height:1.7}.integration-health-actions{flex-wrap:wrap;gap:10px;display:flex}.integration-health-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:16px;margin-top:20px;display:grid}.integration-health-grid article{background:linear-gradient(135deg,#f7faff,#fff);border:1px solid #e0e8f2;border-radius:12px;min-width:0;padding:18px}.integration-health-grid article>div{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.integration-health h3{margin:0;font-size:15px}.integration-health-grid p{color:#52627a;font-size:13px;line-height:1.65}.integration-health-grid small{color:#708099;overflow-wrap:anywhere;margin-top:8px;font-size:12px;display:block}.integration-health-badge{color:#63728b;background:#edf1f6;border-radius:20px;padding:5px 9px;font-size:11px}.integration-health-badge.healthy{color:#197349;background:#e3f4eb}.integration-health-badge.error{color:#af3333;background:#ffeded}.integration-health-badge.warning,.integration-health-badge.stale{color:#886119;background:#fff3d9}.integration-health-badge.configured{color:#386098;background:#e9f0ff}.integration-health-error{color:#a43131;background:#fff0ee;border-radius:8px;padding:12px;font-size:13px}.integration-health .integration-health-subtitle{margin-top:28px}.integration-health button:disabled{opacity:.55}@media (max-width:600px){.integration-health{padding:18px}.integration-health-actions{width:100%}.integration-health-actions button{flex:1}}.integration-rule-page{width:100%;max-width:none;color:var(--text,#26344a);margin:0}.integration-rule-page .integration-rule-heading{background:0 0;justify-content:space-between;align-items:center;gap:16px;min-height:0;margin:0 0 18px;padding:0;display:flex}.integration-rule-page h2{margin:0;font-size:23px;font-weight:650;line-height:1.3}.integration-rule-page .integration-rule-heading p{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.5}.integration-rule-page button{font:inherit;cursor:pointer}.integration-rule-page .integration-rule-heading button{border:1px solid var(--line,#dce4f0);color:inherit;background:0 0;border-radius:8px;padding:9px 14px;font-size:12px}.integration-rule-card{border:1px solid var(--line,#dce4f0);background:#fff;border-radius:14px;overflow:hidden}.integration-rule-setting{justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.integration-rule-setting>div:first-child{flex:1;min-width:0}.integration-rule-page h3{margin:0;font-size:17px;line-height:1.4}.integration-rule-setting p{color:#64748b;max-width:640px;margin:7px 0 12px;font-size:13px;line-height:1.6}.integration-rule-badge{border-radius:6px;padding:4px 9px;font-size:11px;font-weight:600;display:inline-flex}.integration-rule-badge.is-on{color:#12734e;background:#e5f6ee}.integration-rule-badge.is-off{color:#536174;background:#eef1f6}.integration-rule-toggle-wrap{flex-shrink:0;align-items:center;gap:10px;min-width:100px;font-size:12px;font-weight:600;display:flex}.integration-rule-page button.integration-rule-toggle{background:#94a3b8;border:0;border-radius:20px;flex:none;justify-content:flex-start;align-items:center;width:46px;min-width:46px;height:26px;min-height:26px;padding:3px;display:inline-flex}.integration-rule-toggle>span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;display:block;box-shadow:0 1px 3px #0002}.integration-rule-page button.integration-rule-toggle[aria-checked=true]{background:#2f5df1}.integration-rule-toggle[aria-checked=true]>span{transform:translate(20px)}:is(.integration-rule-page button:focus-visible,.integration-rule-details summary:focus-visible){outline-offset:4px;outline:2px solid #2f5df1}.integration-rule-explanation{background:#f5f8fc;border-left:3px solid #9fb8f2;border-radius:6px;margin:0 24px 16px;padding:15px 18px;font-size:13px;line-height:1.65}.integration-rule-explanation strong{font-size:12px}.integration-rule-explanation p{margin:5px 0 0}.integration-rule-details{color:#64748b;margin:0 24px 20px;font-size:12px;line-height:1.7}.integration-rule-details summary{cursor:pointer;width:fit-content}.integration-rule-details p{margin:8px 0 0}.integration-rule-footer{border-top:1px solid var(--line,#dce4f0);justify-content:space-between;align-items:center;gap:14px;padding:16px 24px;display:flex}.integration-rule-footer>span{color:#64748b;font-size:12px}.integration-rule-page .integration-rule-save{color:#fff;background:#2f5df1;border:0;border-radius:8px;padding:11px 16px;font-size:12px;font-weight:600}.integration-rule-page button:disabled{opacity:.5;cursor:not-allowed}.integration-rule-notice{border-radius:8px;margin:0 0 14px;padding:11px 14px;font-size:12px;line-height:1.6}.integration-rule-card>.integration-rule-notice{margin:0 24px 16px}.integration-rule-notice.is-error{color:#b52c24;background:#fff0ef}.integration-rule-notice.is-success{color:#12734e;background:#e5f6ee}.integration-rule-notice.is-warning{color:#805b13;background:#fff7e6}html.dark .integration-rule-page{color:#dce7f5}html.dark .integration-rule-card{background:#1c293b}html.dark .integration-rule-explanation{background:#24344b}html.dark .integration-rule-page .integration-rule-heading p,html.dark .integration-rule-setting p,html.dark .integration-rule-details,html.dark .integration-rule-footer>span{color:#a9bad1}html.dark .integration-rule-badge.is-on{color:#8ee4be;background:#153f32}html.dark .integration-rule-badge.is-off{color:#c3cfde;background:#303e51}@media (max-width:600px){.integration-rule-setting{align-items:flex-start;gap:14px;padding:18px}.integration-rule-toggle-wrap{flex-direction:column;gap:6px;min-width:48px}.integration-rule-explanation{margin:0 18px 14px;padding:12px}.integration-rule-details{margin:0 18px 16px}.integration-rule-footer{flex-wrap:wrap;padding:14px 18px}.integration-rule-page h2{font-size:21px}}@media (prefers-reduced-motion:reduce){.integration-rule-toggle>span{transition:none}}.whitelabel-totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:24px;display:grid}.whitelabel-totals>div{flex-direction:column;gap:8px;display:flex}.whitelabel-totals span,.whitelabel-totals small{color:#64748b;font-size:12px;line-height:1.5}.whitelabel-totals strong{overflow-wrap:anywhere;font-size:23px}.whitelabel-limit-form fieldset{border:0;grid-template-columns:1fr 1.5fr;gap:16px;min-width:0;margin:20px 24px 12px;padding:0;display:grid}.whitelabel-limit-form label{flex-direction:column;gap:7px;min-width:0;font-size:12px;display:flex}.whitelabel-limit-form input{box-sizing:border-box;border:1px solid var(--line,#dce4f0);width:100%;min-height:40px;color:inherit;background:0 0;border-radius:7px;padding:10px}.whitelabel-limit-form>p{margin:12px 24px 20px;font-size:12px;line-height:1.6}html.dark .whitelabel-totals span,html.dark .whitelabel-totals small{color:#a9bad1}@media (max-width:650px){.whitelabel-totals{grid-template-columns:1fr;padding:18px}.whitelabel-limit-form fieldset{grid-template-columns:1fr;margin:18px}.whitelabel-totals>div{border-bottom:1px solid var(--line);padding-bottom:12px}}.channel-mail-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.channel-mail-tabs button{border:1px solid var(--line,#dce4f0);color:inherit;background:0 0;border-radius:8px;padding:10px 16px;font-size:13px}.channel-mail-tabs button[aria-pressed=true]{color:#2853c9;background:#eaf0ff;border-color:#7f9cf5;font-weight:650}.channel-mail-card-heading{border-bottom:1px solid var(--line,#dce4f0);justify-content:space-between;align-items:center;gap:12px;padding:16px 22px;display:flex}.channel-mail-card-heading strong{font-size:14px}.channel-mail-card-heading span{color:#64748b;font-size:12px}.channel-mail-row{border-bottom:1px solid var(--line,#dce4f0);justify-content:space-between;align-items:center;gap:24px;padding:16px 22px;display:flex}.channel-mail-row>div:first-child{flex:1;min-width:0}.channel-mail-page .channel-mail-row h3{font-size:14px}.channel-mail-row p{color:#64748b;margin:5px 0;font-size:12px;line-height:1.6}.channel-mail-row small{color:#64748b;font-size:11px}.channel-mail-footnote{color:#64748b;background:#f7f9fc;padding:14px 22px;font-size:12px;line-height:1.7}html.dark .channel-mail-tabs button[aria-pressed=true]{color:#b5cdff;background:#253e67}html.dark .channel-mail-row p,html.dark .channel-mail-row small,html.dark .channel-mail-footnote,html.dark .channel-mail-card-heading span{color:#a9bad1}html.dark .channel-mail-footnote{background:#172235}@media (max-width:600px){.channel-mail-card-heading{flex-direction:column;align-items:flex-start;gap:5px}.channel-mail-row{align-items:flex-start;gap:12px;padding:14px 16px}.channel-mail-row .integration-rule-toggle-wrap{flex-direction:column;min-width:48px}}html body header.b2c-header.live-module-heading.operations-heading{border-radius:12px;gap:12px;min-height:0;margin-bottom:14px;padding:16px 22px}html body header.b2c-header.live-module-heading.operations-heading h2{margin:4px 0;font-size:22px;line-height:1.3}html body header.b2c-header.live-module-heading.operations-heading>div>p{letter-spacing:0;background:0 0;border:0;margin:6px 0 0;padding:0;font-size:12px;line-height:1.5}html body header.b2c-header.live-module-heading.operations-heading>div>.operations-heading-scope{display:none}.document-date-filters{border:1px solid var(--line);background:var(--panel,#fff);border-radius:10px;flex-wrap:wrap;align-items:end;gap:10px 16px;margin-bottom:12px;padding:12px 16px;display:flex}.document-date-filters>label{gap:5px;font-size:12px;font-weight:600;display:grid}.document-date-filters input{border:1px solid var(--line);min-width:150px;min-height:36px;color:inherit;font:inherit;background:0 0;border-radius:7px;padding:6px 10px}.document-date-presets{flex-wrap:wrap;gap:6px;display:flex}.document-date-presets button{border:1px solid var(--line);min-height:36px;color:inherit;cursor:pointer;background:0 0;border-radius:7px;padding:6px 12px;font-size:12px}.document-date-presets button:hover{background:#2563eb15}.document-date-filters>small{opacity:.8;align-self:center;font-size:11px}.document-date-filters>p{color:#d13737;flex-basis:100%;margin:0;font-size:12px}html body .compact-documents .module-stats.invoice-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 12px;display:grid}html body .compact-documents .invoice-stats>article{gap:4px;min-height:0;padding:12px 14px}html body .compact-documents .invoice-stats>article strong{overflow-wrap:anywhere;margin:4px 0;font-size:19px;line-height:1.3}html body .compact-documents .invoice-stats>article small{display:none}html body .compact-documents .invoice-panel>.b2b-customer-head{min-height:0;padding:10px 16px!important}html body .compact-documents .invoice-panel>.b2b-customer-head h2{margin:0;font-size:16px}html body .compact-documents .invoice-panel>.b2b-customer-head p{margin:3px 0 0;font-size:12px}html body .compact-documents .invoice-panel>.toolbar{flex-wrap:wrap;gap:8px;min-height:0;padding:10px 16px}html body .compact-documents .invoice-panel table th,html body .compact-documents .invoice-panel table td{padding:12px 14px;font-size:12px}html body .compact-documents .invoice-credit-guidance{margin:8px 16px;font-size:12px}html.dark .document-date-filters{color:#dce7f5;background:#1c293b}html.dark .document-date-filters input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (max-width:900px){html body .compact-documents .module-stats.invoice-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){html body .compact-documents .module-stats.invoice-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.document-date-filters>label{flex:1;min-width:120px}.document-date-filters input{box-sizing:border-box;width:100%;min-width:0}.document-date-filters>small{flex-basis:100%}html body header.b2c-header.live-module-heading.operations-heading{padding:14px 16px}}.desktop-sidebar-toggle{display:none}@media (min-width:761px){html body .topbar .desktop-sidebar-toggle{border:1px solid var(--line);background:var(--canvas);min-height:38px;color:var(--ink);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:7px;margin-right:12px;padding:8px 11px;font-size:12px;font-weight:600;display:inline-flex}.desktop-sidebar-toggle svg{transform:rotate(90deg)}.desktop-sidebar-toggle svg.is-collapsed{transform:rotate(-90deg)}.desktop-sidebar-toggle:focus-visible{outline-offset:3px;outline:2px solid #7fa7ff}html body .app-shell.sidebar-collapsed{grid-template-columns:minmax(0,1fr)}html body .app-shell.sidebar-collapsed>#main-sidebar{display:none}html body .app-shell.sidebar-collapsed>.main{grid-column:1;width:100%;min-width:0;margin-left:0}html body .app-shell.sidebar-collapsed>.main>.content{max-width:none}html body .topbar>.search{margin-right:auto}html body .topbar>.top-actions{margin-left:12px}}.payment-destinations{--pd-bg:#fff;--pd-soft:#f4f7fb;--pd-border:#dbe4f0;--pd-text:#26364f;--pd-muted:#677996;color:var(--pd-text)}.payment-destinations-hero{color:#fff;background:linear-gradient(120deg,#142846,#244f98);border-radius:16px;margin-bottom:22px;padding:30px}.payment-destinations-hero span,.payment-destinations-form>span{letter-spacing:1.7px;font-size:10px;font-weight:700}.payment-destinations-hero h2{margin:9px 0;font-size:25px}.payment-destinations-hero p{color:#d8e5fa;max-width:720px;margin:0;font-size:13px;line-height:1.6}.payment-destinations-layout{grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr);gap:18px;display:grid}.payment-destinations-list,.payment-destinations-form{border:1px solid var(--pd-border);background:var(--pd-bg);border-radius:15px;padding:22px}.payment-destinations-title{justify-content:space-between;gap:15px;display:flex}.payment-destinations h3{margin:0 0 7px}.payment-destinations-title p{color:var(--pd-muted);margin:0;font-size:12px}.payment-destinations button{border:1px solid var(--pd-border);color:inherit;font:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:9px 13px;font-weight:600}.payment-destinations button.primary{color:#fff;background:#2f64ed;border-color:#2f64ed}.payment-destinations-records{gap:10px;margin-top:20px;display:grid}.payment-destinations-records article{border:1px solid var(--pd-border);background:var(--pd-soft);border-radius:11px;grid-template-columns:105px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:15px;display:grid}.payment-destinations-records strong,.payment-destinations-records small{display:block}.payment-destinations-records small{color:var(--pd-muted);margin-top:5px;font-size:11px}.payment-kind{font-size:11px;font-weight:700}.payment-kind-bank{color:#2458be}.payment-kind-cash{color:#168461}.payment-kind-card{color:#a15c10}.payment-destinations-records span.active,.payment-destinations-records span.inactive{border-radius:99px;padding:5px 8px;font-size:11px;font-weight:700}.payment-destinations-records span.active{color:#12785a;background:#dff5ec}.payment-destinations-records span.inactive{color:#748095;background:#edf0f5}.payment-destinations-empty{text-align:center;border:1px dashed var(--pd-border);color:var(--pd-muted);border-radius:11px;margin-top:20px;padding:45px 20px}.payment-destinations-form{flex-direction:column;align-self:start;gap:15px;display:flex}.payment-destinations-form>span{color:#5271a2}.payment-destinations-form label{flex-direction:column;gap:7px;font-size:12px;font-weight:600;display:flex}.payment-destinations-form input,.payment-destinations-form select{box-sizing:border-box;border:1px solid var(--pd-border);background:var(--pd-bg);width:100%;color:inherit;font:inherit;border-radius:8px;padding:11px}.payment-destinations-form .payment-destinations-check{flex-direction:row;align-items:center}.payment-destinations-check input{width:auto}.payment-destinations-form>div{gap:8px;display:flex}.payment-destinations-error,.payment-destinations-success{border-radius:9px;padding:12px}.payment-destinations-error{color:#a52d27;background:#fff0ef}.payment-destinations-success{color:#176b50;background:#e4f5ed}[data-theme=dark] .payment-destinations,.dark .payment-destinations{--pd-bg:#1d293a;--pd-soft:#243349;--pd-border:#394b65;--pd-text:#e4ecf9;--pd-muted:#a8bad2;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (max-width:900px){.payment-destinations-layout{grid-template-columns:1fr}}@media (max-width:620px){.payment-destinations-records article{grid-template-columns:1fr auto}.payment-kind{grid-column:1/-1}.payment-destinations-hero{padding:22px}}.sale-customer-picker{color:#26334b;background:#fff;border:1px solid #dce5f3;border-radius:18px;width:min(620px,100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:auto;box-shadow:0 24px 80px #10213d33}.sale-customer-picker::backdrop{background:#14233b99}.sale-customer-picker>header{background:linear-gradient(135deg,#f5f8ff,#fff);border-bottom:1px solid #e5ebf5;justify-content:space-between;align-items:flex-start;gap:18px;padding:26px;display:flex}.sale-customer-picker>header span{letter-spacing:1.4px;color:#466ca9;font-size:11px;font-weight:700}.sale-customer-picker h2{margin:10px 0;font-size:25px}.sale-customer-picker>header p{color:#657693;margin:0;font-size:13px;line-height:1.6}.sale-customer-picker-body{padding:22px 26px}.sale-customer-search{flex-direction:column;gap:9px;font-size:13px;font-weight:600;display:flex}.sale-customer-search input{box-sizing:border-box;width:100%;min-width:0;color:inherit;background:0 0;border:1px solid #cad8ed;border-radius:10px;padding:13px 14px;font-size:15px}.sale-customer-result-count{color:#657693;margin:15px 0 10px;font-size:12px}.sale-customer-results{border:0;min-width:0;max-height:300px;margin:0;padding:0;overflow:auto}.sale-customer-results legend{color:#657693;padding:0 0 8px;font-size:12px}.sale-customer-option{cursor:pointer;background:#fff;border:1px solid #e0e7f2;border-radius:11px;align-items:center;gap:12px;margin:0 0 8px;padding:14px;display:flex}.sale-customer-option.is-selected{background:#edf3ff;border-color:#557cdd}.sale-customer-option>input{accent-color:#315fff;flex-shrink:0;width:17px;height:17px}.sale-customer-option>span:not(.sale-customer-channel){flex:1;min-width:0}.sale-customer-option strong,.sale-customer-option small{overflow-wrap:anywhere;display:block}.sale-customer-option strong{font-size:14px}.sale-customer-option small{color:#657693;margin-top:5px;font-size:12px}.sale-customer-status{border-radius:999px;padding:5px 8px;font-size:11px;font-weight:700}.sale-customer-status.active{color:#087c55;background:#e6f7f0}.sale-customer-status.inactive{color:#7b6841;background:#f5eddb}.sale-customer-status.blocked{color:#bc3038;background:#ffe8e8}.sale-customer-option.is-unavailable{cursor:not-allowed;opacity:.72;background:#fafbfc}.sale-customer-option.is-unavailable input{cursor:not-allowed}.sale-customer-selected.is-unavailable{color:#ad3030}.sale-customer-selected,.sale-customer-empty{color:#596d8c;overflow-wrap:anywhere;font-size:13px;line-height:1.6}.sale-customer-error{color:#ad3030;background:#fff1f0;border-radius:8px;padding:12px;font-size:13px}.sale-customer-picker footer{border-top:1px solid #e5ebf5;justify-content:flex-end;gap:10px;padding:18px 26px;display:flex}.sale-customer-picker :focus-visible{outline-offset:3px;outline:2px solid #315fff}.sale-customer-summary{background:#f7faff;border:1px solid #dce5f3;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.sale-customer-summary>div{flex-direction:column;gap:5px;min-width:0;display:flex}.sale-customer-summary strong{overflow-wrap:anywhere;font-size:16px}.sale-customer-summary span,.sale-customer-summary small{color:#62738f;overflow-wrap:anywhere;font-size:12px}body .sale-customer-summary{background:#f3f7fd;border-color:#d7e2f0;gap:20px;padding:18px 20px}body .sale-customer-summary strong{color:#243750;font-size:17px;font-weight:700;line-height:1.5}body .sale-customer-summary :is(span,small){color:#526886;line-height:1.5}body .sale-customer-summary .ghost{flex-shrink:0;min-height:40px}html.dark body .sale-customer-summary{color:#edf3fc;background:#23334a;border-color:#405570}html.dark body .sale-customer-summary strong{color:#f1f6ff}html.dark body .sale-customer-summary :is(span,small){color:#bacbe2}html.dark body .sale-customer-summary .ghost{color:#e1ecfb;background:#1b293d;border-color:#536d8c}html.dark body .sale-customer-summary .ghost:hover{background:#304762;border-color:#86a7d4}html.dark body .panel:has(.sale-customer-summary) label{color:#bacbe2}html.dark body .panel:has(.sale-customer-summary) small{color:#b0c1d9}html.dark body .panel:has(.sale-customer-summary) input::placeholder{color:#a5b8d2;opacity:1}html.dark body .sale-customer-picker h2,html.dark body .sale-customer-picker .sale-customer-option strong{color:#edf3fc}html.dark body .sale-customer-picker :is(.sale-customer-search,.sale-customer-selected,.sale-customer-empty,.sale-customer-results legend,.sale-customer-option small){color:#bacbe2}html.dark body .sale-customer-picker>header span{color:#a9cbff}html.dark body .sale-customer-picker .sale-customer-status.active{color:#95dbc3;background:#183f34}html.dark body .sale-customer-picker .sale-customer-status.inactive{color:#e0ca93;background:#3b3528}html.dark body .sale-customer-picker .sale-customer-status.blocked{color:#ffb6bb;background:#4a292e}html.dark body .sale-customer-picker .sale-customer-option.is-unavailable{background:#1b2636}html.dark body .sale-customer-picker .sale-customer-error{color:#ffd0d0;background:#412b32}@media (max-width:600px){.sale-customer-picker>header,.sale-customer-picker-body{padding:18px}.sale-customer-picker footer{padding:16px 18px}.sale-customer-picker h2{font-size:22px}.sale-customer-summary{flex-direction:column;align-items:flex-start}.sale-customer-results{max-height:35dvh}}.sale-preview-dialog{color:#26334b;background:#fff;border:1px solid #dce5f3;border-radius:16px;width:min(850px,100vw - 28px);max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px);margin:auto;padding:0;overflow:auto;box-shadow:0 24px 80px #10213d33}.sale-preview-dialog::backdrop{background:#15243b99}.sale-preview-dialog>header,.sale-preview-dialog>footer{background:#f5f8fd;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.sale-preview-dialog>header small{letter-spacing:1.3px;color:#54729c;font-size:11px}.sale-preview-dialog h2{margin:8px 0 0;font-size:24px}.sale-preview-body{min-width:0;padding:24px}.sale-preview-body dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 22px;display:grid}.sale-preview-body dt{color:#6b7890;font-size:12px}.sale-preview-body dd{overflow-wrap:anywhere;margin:6px 0 0;font-weight:600}.sale-preview-info{background:#edf4ff;border-radius:10px;padding:14px;font-size:13px;line-height:1.7}.sale-preview-warning{color:#805d1c;overflow-wrap:anywhere;background:#fff5dd;border-radius:8px;padding:12px;font-size:13px}.sale-preview-line{border:1px solid #dce5f3;border-radius:10px;margin-top:14px;padding:16px}.sale-preview-line>div,.sale-preview-total{justify-content:space-between;gap:16px;display:flex}.sale-preview-line h3{overflow-wrap:anywhere;margin:0;font-size:16px}.sale-preview-line p,.sale-preview-line summary{color:#62728e;font-size:13px}.sale-preview-line summary{cursor:pointer;padding:6px 0}.sale-preview-line ul{max-height:210px;padding:0;list-style:none;overflow:auto}.sale-preview-line li{border-top:1px solid #edf1f7;justify-content:space-between;gap:14px;padding:8px 0;font-size:12px;display:flex}.sale-preview-line code{overflow-wrap:anywhere}.sale-preview-total{border-top:1px solid #dce5f3;margin-top:22px;padding-top:18px;font-size:20px}.sale-preview-dialog :focus-visible{outline-offset:2px;outline:2px solid #315fff}.draft-row-actions{flex-wrap:wrap;gap:8px;display:flex}.draft-row-actions .draft-delete{color:#b22b30}.sale-preview-dialog button:disabled{opacity:.5}@media (max-width:600px){.sale-preview-dialog>header,.sale-preview-dialog>footer,.sale-preview-body{padding:16px}.sale-preview-body dl{grid-template-columns:minmax(0,1fr)}.sale-preview-dialog>footer,.sale-preview-line li{flex-wrap:wrap}.sale-preview-dialog h2{font-size:21px}}.sale-preview-dialog:has(.sale-preview-pdf-frame){width:min(820px,100vw - 28px)}.sale-preview-pdf-tools{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.sale-preview-pdf-tools a{font-size:13px;text-decoration:none}.sale-preview-pdf-frame{background:#e5e9ef;border:1px solid #dce5f3;border-radius:8px;width:100%;height:min(52dvh,540px);min-height:320px;display:block}.sale-preview-pdf-note{color:#62728e;margin:0 0 14px;font-size:12px;line-height:1.6}.sale-preview-pdf-frame+.sale-preview-pdf-note{margin-top:12px}@media (max-width:600px){.sale-preview-pdf-frame{height:48dvh;min-height:260px}}.draft-row-actions{flex-wrap:nowrap;align-items:center;gap:7px;min-width:max-content;display:inline-flex}.draft-row-actions .ghost{white-space:nowrap;border-radius:8px;min-height:38px;padding:8px 12px;font-weight:650}.draft-row-actions .draft-action:first-child{color:#2858c5;background:#eef4ff;border-color:#b9cdfb}.draft-row-actions .draft-action:nth-child(2){color:#187358;background:#edf9f4;border-color:#adddcd}.draft-row-actions .draft-delete{color:#b22b30;background:#fff1f2;border-color:#f0b9bd}.draft-row-actions .ghost:hover{filter:brightness(.97)}html.dark .draft-row-actions .draft-action:first-child{color:#a9c3ff;background:#223657;border-color:#3d5e9e}html.dark .draft-row-actions .draft-action:nth-child(2){color:#a5dfca;background:#203b33;border-color:#376a5c}html.dark .draft-row-actions .draft-delete{color:#ffb6bb;background:#46262b;border-color:#7d4248}.avis-document-picker{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, #0891b2 6%);border-radius:14px;grid-column:1/-1;padding:14px}.avis-document-picker>header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;display:flex}.avis-document-picker>header strong{font-size:14px}.avis-document-picker>header span{color:#0e7490;font-weight:800}.avis-document-list{gap:8px;max-height:250px;display:grid;overflow:auto}.avis-document-option{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:11px 12px;display:grid}.avis-document-option input{width:17px;height:17px}.avis-document-option span{gap:2px;display:grid}.avis-document-option small{color:var(--muted)}.avis-document-empty{color:var(--muted);margin:8px 0;font-size:13px}.avis-create-modal{border:1px solid #d9e4f2;width:min(640px,100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto}.avis-create-modal .modal-title{z-index:8;color:#fff;background:linear-gradient(115deg,#17345e,#28599e);padding:18px 20px;position:sticky;top:0}.avis-create-modal .modal-title h2{font-size:19px}.avis-create-modal .modal-title p{color:#c7d8f2;max-width:480px;line-height:1.5}.avis-create-modal .modal-title>button{color:#dce8f8}.avis-create-modal .form-grid{gap:12px 14px;padding:18px 20px}.avis-create-modal .form-grid>label{padding:0}.avis-create-modal .form-grid input,.avis-create-modal .form-grid select,.avis-create-modal .form-grid textarea{border-color:#d6e0ee;min-height:40px}.avis-create-modal .avis-document-picker{background:#f2f7fb;border-color:#d7e4ef;border-radius:10px;padding:12px}.avis-create-modal .avis-document-picker>header{border-bottom:1px solid #d7e4ef;padding-bottom:10px}.avis-create-modal .avis-document-list{max-height:190px}.avis-create-modal .avis-document-option{border-radius:8px;padding:10px}.avis-create-modal .modal-actions{z-index:7;background:#fff;padding:13px 20px;position:sticky;bottom:0}.avis-create-modal .form-error{overflow-wrap:anywhere;grid-column:1/-1}html.dark .avis-create-modal .avis-document-picker{background:#15283a;border-color:#34495f}html.dark .avis-create-modal .modal-actions{background:#172338}@media (max-width:600px){.avis-create-modal{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.avis-create-modal .form-grid{padding:15px}.avis-create-modal .modal-actions{padding:12px 15px}.avis-create-modal .avis-document-list{max-height:170px}}.manager-account-backdrop{z-index:10020;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.manager-account-dialog{width:min(680px,100%);max-height:calc(100dvh - 48px);overflow:auto}.manager-account-dialog .modal-title p{color:#7b8ba4;margin:7px 0 0;font-size:12px}.manager-account-dialog>p{margin:16px 24px}.manager-account-dialog fieldset{border:0;min-width:0;margin:0;padding:24px}.manager-account-fields{grid-template-columns:1fr 1fr;gap:18px;display:grid}.manager-account-fields label{gap:8px;min-width:0;font-size:12px;font-weight:600;display:grid}.manager-account-fields input,.manager-account-fields select{box-sizing:border-box;color:#293a53;background:#fff;border:1px solid #dce5f2;border-radius:8px;width:100%;min-width:0;min-height:43px;padding:10px 12px}.manager-account-fields input[readonly]{color:#71819a;background:#f4f7fb}.manager-account-help{color:#7a8ba5;margin:18px 0;font-size:11px;line-height:1.7}.manager-account-confirm{color:#79551c;background:#fff5df;border-radius:8px;align-items:center;gap:10px;padding:12px;font-size:12px;display:flex}.manager-account-dialog .modal-actions{padding:20px 0 0}.manager-account-row-actions{align-items:center;gap:8px;display:flex}html.dark .manager-account-fields input,html.dark .manager-account-fields select{color:#e0e9f6;background:#172338;border-color:#33445c}@media (max-width:520px){.manager-account-backdrop{padding:12px}.manager-account-dialog{max-height:calc(100dvh - 24px)}.manager-account-dialog fieldset{padding:18px}.manager-account-fields{grid-template-columns:1fr}}.manager-stats,.manager-panel,.manager-data-attribution{min-width:0;max-width:100%}.manager-panel .table-wrap{width:100%;max-width:100%;overflow-x:auto}.manager-panel .toolbar>*{min-width:0}.manager-data-attribution{justify-content:flex-end;padding:12px 4px 4px;display:flex}.manager-data-attribution a{color:#65748a;overflow-wrap:anywhere;font-size:12px;font-weight:400;line-height:1.6;text-decoration:none}.manager-data-attribution a:hover{color:#425b80;text-decoration:underline}.manager-data-attribution a:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid #829bc7}.dark .manager-data-attribution a{color:#a2b1c8}.dark .manager-data-attribution a:hover{color:#d8e5f8}@media (max-width:600px){.manager-data-attribution{justify-content:flex-start;padding:12px 2px}}.security-page{--security-ink:#24324a;--security-muted:#6d7d96;--security-line:#dfe7f2;color:var(--security-ink);min-width:0}.security-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.security-summary article{border:1px solid var(--security-line);background:#fff;border-radius:12px;padding:18px}.security-summary span,.security-summary small{color:var(--security-muted);font-size:11px;display:block}.security-summary strong{margin:9px 0 7px;font-size:24px;display:block}.security-tabs{gap:8px;margin:18px 0 12px;display:flex;overflow-x:auto}.security-tabs button{border:1px solid var(--security-line);color:var(--security-ink);font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border-radius:9px;padding:10px 15px;font-size:13px}.security-tabs button.active{color:#2858c8;background:#eef4ff;border-color:#2f66ee;font-weight:700}.security-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.security-overview article,.security-surface,.security-rules article{border:1px solid var(--security-line);background:#fff;border-radius:14px}.security-overview article{padding:24px}.security-overview article.healthy{border-top:3px solid #218265}.security-overview article.danger{border-top:3px solid #c64444}.security-overview article.warning{border-top:3px solid #c38a28}.security-overview span,.security-rules span{letter-spacing:1.2px;color:#55719d;font-size:10px;font-weight:750}.security-overview h2{margin:8px 0;font-size:20px}.security-overview p,.security-overview small,.security-rules p{color:var(--security-muted);font-size:12px;line-height:1.65}.security-steps{flex-wrap:wrap;gap:8px;margin-top:17px;display:flex}.security-steps b{color:#405a81;background:#eef3fb;border-radius:20px;padding:7px 10px;font-size:11px}.security-surface{overflow:hidden}.security-surface>header{border-bottom:1px solid var(--security-line);justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex}.security-surface h2{margin:0;font-size:18px}.security-surface header p{color:var(--security-muted);margin:6px 0 0;font-size:12px}.security-surface header input{border:1px solid var(--security-line);border-radius:8px;width:min(330px,100%);padding:10px 12px}.security-ban-form{border-bottom:1px solid var(--security-line);background:#f8fafd;grid-template-columns:1fr 180px 2fr auto;align-items:end;gap:10px;padding:16px 20px;display:grid}.security-ban-form label{color:var(--security-muted);flex-direction:column;gap:6px;font-size:11px;display:flex}.security-ban-form input,.security-ban-form select{border:1px solid var(--security-line);height:40px;color:var(--security-ink);background:#fff;border-radius:8px;padding:8px 10px}.security-ban-form button{height:40px}.security-table{overflow-x:auto}.security-table table{border-collapse:collapse;width:100%;min-width:850px}.security-table th,.security-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf1f6;padding:13px 16px;font-size:12px}.security-table th{color:var(--security-muted);letter-spacing:.5px;text-transform:uppercase;background:#f7f9fc;font-size:10px}.security-table td small{color:var(--security-muted);margin-top:4px;display:block}.security-table code{background:#edf2f8;border-radius:5px;padding:3px 6px;font-size:11px}.security-login-identity{justify-items:start;gap:4px;display:grid}.security-login-identity button,.security-customer-link{color:#2858c8;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-weight:700}.security-login-identity button:hover,.security-customer-link:hover{text-decoration:underline}.security-login-identity button:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid #2f66ee}.security-customer-link:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid #2f66ee}.security-login-identity small,.security-customer-link small{color:var(--security-muted);margin-top:3px;font-size:10px;font-weight:500;text-decoration:none;display:block}.security-empty-cell{color:var(--security-muted)}.security-state{color:#64738a;white-space:nowrap;background:#edf1f6;border-radius:14px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.security-state.blocked,.security-state.failed{color:#ae3737;background:#fdeaea}.security-state.success{color:#177558;background:#e3f5ec}.security-state.ended{color:#738096;background:#eef1f5}.security-empty,.security-loading{color:var(--security-muted);padding:28px;font-size:13px}.security-message{border-radius:9px;margin:12px 0;padding:11px 14px;font-size:13px}.security-message.error{color:#a43131;background:#fff0ee}.security-message.success{color:#176f52;background:#e8f7ef}.security-rules{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.security-rules article{padding:20px}.security-rules strong{margin:10px 0 5px;font-size:18px;display:block}.dark .security-page{--security-ink:#e4ecf8;--security-muted:#9eafc7;--security-line:#30425d}.dark .security-summary article,.dark .security-tabs button,.dark .security-overview article,.dark .security-surface,.dark .security-rules article{background:#172133}.dark .security-tabs button.active{background:#20345c}.dark .security-ban-form,.dark .security-table th{background:#1c293d}.dark .security-ban-form input,.dark .security-ban-form select,.dark .security-surface header input{color:#e4ecf8;background:#172133}.dark .security-table td{border-color:#2b3c55}.dark .security-table code{background:#22334d}.dark .security-login-identity button,.dark .security-customer-link{color:#8fb1ff}@media (max-width:1050px){.security-summary,.security-ban-form{grid-template-columns:repeat(2,minmax(0,1fr))}.security-ban-form .reason{grid-column:1/-1}}@media (max-width:680px){.security-summary,.security-overview,.security-rules,.security-ban-form{grid-template-columns:minmax(0,1fr)}.security-ban-form .reason{grid-column:auto}.security-surface>header{flex-direction:column;align-items:stretch}.security-surface header input{width:100%}}.order-detail-dialog{--od-bg:#fff;--od-soft:#f4f7fb;--od-line:#d9e3f0;--od-text:#21314a;--od-muted:#6a7c96;background:var(--od-bg);width:min(820px,100vw - 48px);max-height:min(720px,100dvh - 48px);color:var(--od-text);border:1px solid #cbd8e8;border-radius:16px;margin:auto;padding:0;overflow:hidden;box-shadow:0 28px 80px #07142559}.order-detail-dialog[open]{flex-direction:column;display:flex}.order-detail-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#07111fad}.order-detail-dialog>header{color:#fff;background:linear-gradient(120deg,#172844,#315ea8);justify-content:space-between;gap:18px;padding:18px 22px;display:flex}.order-detail-dialog>header span{letter-spacing:1.4px;color:#bad2fb;font-size:9px;font-weight:800}.order-detail-dialog h2{color:#fff;margin:6px 0 3px;font-size:22px}.order-detail-dialog>header p{color:#dae6f8;margin:0;font-size:12px}.order-detail-dialog>header button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #fff5;border-radius:9px;width:36px;height:36px;padding:0;font-size:22px}.order-detail-heading{min-width:0}.order-detail-title-row{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.order-detail-vos{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.order-detail-dialog>header .order-detail-vos>span{color:#38516f;letter-spacing:0;background:#ffffffb8;border:1px solid #b8cae4;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-weight:700;display:flex}.order-detail-dialog>header .order-detail-vos b{color:#627792;text-transform:uppercase;font-size:8px;font-weight:800}.order-detail-dialog>header .order-detail-vos>span.missing{color:#8997a9;background:#f5f7fa;border-style:dashed}.order-detail-summary{border-bottom:1px solid var(--od-line);background:var(--od-soft);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.order-detail-summary>div{border-right:1px solid var(--od-line);gap:5px;padding:13px 16px;display:grid}.order-detail-summary>div:last-child{border-right:0}.order-detail-summary span{color:var(--od-muted);font-size:9px}.order-detail-summary strong{overflow-wrap:anywhere;font-size:12px}.order-detail-dialog>main{gap:12px;min-height:0;padding:18px 22px;display:grid;overflow:auto}.order-detail-intro h3{margin:0 0 4px;font-size:17px}.order-detail-intro p{color:var(--od-muted);margin:0;font-size:11px}.order-detail-product{border:1px solid var(--od-line);border-radius:11px;overflow:hidden}.order-detail-product>header{background:var(--od-soft);justify-content:space-between;align-items:center;gap:16px;padding:11px 14px;display:flex}.order-detail-product>header div{gap:2px;display:grid}.order-detail-product>header strong{font-size:13px}.order-detail-product>header span,.order-detail-product>header b{color:var(--od-muted);font-size:10px}.order-detail-iccids{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:6px 12px;display:grid}.order-detail-iccids>span{border-bottom:1px solid var(--od-line);align-items:center;gap:7px;min-width:0;padding:7px 5px;display:flex}.order-detail-iccids i{color:#285cca;background:#e8efff;border-radius:6px;flex:0 0 20px;place-items:center;height:20px;font-size:9px;font-style:normal;display:grid}.order-detail-iccids code{color:var(--od-text);overflow-wrap:anywhere;font-size:10px}.order-detail-dialog>footer{border-top:1px solid var(--od-line);background:var(--od-soft);justify-content:space-between;align-items:center;padding:12px 22px;display:flex}.order-detail-dialog>footer span{color:var(--od-muted);font-size:11px}.order-detail-dialog>footer button{color:#fff;font:inherit;cursor:pointer;background:#2f63d9;border:1px solid #2f63d9;border-radius:8px;padding:8px 14px;font-size:11px;font-weight:700}html.dark .order-detail-dialog,[data-theme=dark] .order-detail-dialog{--od-bg:#172233;--od-soft:#202e43;--od-line:#3b4e69;--od-text:#edf3fc;--od-muted:#b7c7dc}@media (max-width:700px){.order-detail-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.order-detail-summary{grid-template-columns:1fr 1fr}.order-detail-summary>div:nth-child(2){border-right:0}.order-detail-iccids{grid-template-columns:1fr}.order-detail-dialog>main,.order-detail-dialog>header,.order-detail-dialog>footer{padding:15px}}.order-sim-action{color:#536986;cursor:pointer;background:#fff;border:1px solid #d6e1f1;border-radius:8px;flex:0 0 36px;place-items:center;width:36px;height:36px;min-height:36px;padding:8px;display:inline-grid}.order-sim-action svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.order-sim-action:hover{color:#285cca;background:#f4f8ff;border-color:#8fb0e6}.order-sim-action:focus-visible{outline-offset:3px;outline:2px solid #82aaff}html.dark .order-sim-action,[data-theme=dark] .order-sim-action{color:#c9d9ef;background:#1d2c42;border-color:#3b506f}body .order-detail-dialog{border-color:#dce5f1;border-radius:14px;width:min(700px,100vw - 40px);max-height:min(590px,100dvh - 86px);margin:68px auto auto;inset:0;box-shadow:0 24px 70px #17243b38}body .order-detail-dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07101f73}body .order-detail-dialog>header{color:#26364e;background:linear-gradient(120deg,#f8fbff,#eef4ff);border-bottom:1px solid #e7edf5;padding:18px 22px}body .order-detail-dialog>header span{color:#6e7f99}body .order-detail-dialog h2{color:#26364e;margin:6px 0 3px;font-size:20px}body .order-detail-title-row h2{margin-right:2px}body .order-detail-dialog>header p{color:#62738d;font-size:11px}body .order-detail-dialog>header button{color:#64758e;background:#fff;border-color:#cdd9e8;width:32px;height:32px;font-size:19px}body .order-detail-summary{background:#e5ebf3}body .order-detail-summary>div{background:#fff;padding:11px 14px}body .order-detail-dialog>main{gap:9px;padding:14px 18px}body .order-detail-intro h3{font-size:14px}body .order-detail-product{border-radius:9px}body .order-detail-product>header{padding:9px 12px}body .order-detail-iccids{padding:4px 10px}body .order-detail-iccids>span{padding:6px 4px}body .order-detail-dialog>footer{background:#f8fafd;padding:10px 18px}html.dark body .order-detail-dialog>header,[data-theme=dark] body .order-detail-dialog>header{color:#e3ebf7;background:linear-gradient(120deg,#1b293d,#213653);border-color:#33445c}html.dark body .order-detail-dialog h2,[data-theme=dark] body .order-detail-dialog h2,html.dark body .order-detail-dialog>header p,[data-theme=dark] body .order-detail-dialog>header p{color:#e3ebf7}html.dark body .order-detail-summary>div,[data-theme=dark] body .order-detail-summary>div{background:#172133}@media (max-width:700px){body .order-detail-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 74px);margin-top:62px}body .order-detail-title-row{flex-direction:column;align-items:flex-start;gap:5px}}
