.ui-module__Hi2WXW__loadingState{place-content:center;justify-items:center;gap:var(--space-3);min-height:15rem;color:var(--text-muted);font-size:var(--text-sm);font-weight:650;display:grid}.ui-module__Hi2WXW__spinner{border:3px solid var(--border-subtle);border-top-color:var(--brand-600);width:2rem;height:2rem;animation:ui-module__Hi2WXW__spin var(--duration-slow) linear infinite;border-radius:50%}.ui-module__Hi2WXW__skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg, var(--surface-muted) 20%, var(--surface-raised) 45%, var(--surface-muted) 70%);background-size:240% 100%;min-height:1rem;animation:1.4s ease-in-out infinite ui-module__Hi2WXW__shimmer;display:block}.ui-module__Hi2WXW__feedbackState{width:min(100%,38rem);min-height:22rem;padding:var(--space-8) var(--space-5);justify-content:center;align-items:center;gap:var(--space-3);text-align:center;flex-direction:column;margin:auto;display:flex}.ui-module__Hi2WXW__feedbackState>svg{width:2.75rem;height:2.75rem;padding:var(--space-3);box-sizing:content-box;color:var(--brand-700);background:var(--brand-50);border-radius:var(--radius-lg)}.ui-module__Hi2WXW__feedbackState h1,.ui-module__Hi2WXW__feedbackState h2{font-size:var(--text-xl);letter-spacing:-.025em}.ui-module__Hi2WXW__feedbackState p{color:var(--text-muted);line-height:1.65}.ui-module__Hi2WXW__primaryButton,.ui-module__Hi2WXW__secondaryButton,.ui-module__Hi2WXW__dangerButton{min-height:var(--control-md);justify-content:center;align-items:center;gap:var(--space-2);padding:0 var(--space-4);border-radius:var(--radius-md);font:inherit;font-size:var(--text-sm);cursor:pointer;border:1px solid #0000;font-weight:750;display:inline-flex}.ui-module__Hi2WXW__primaryButton{color:#fff;background:var(--brand-600)}.ui-module__Hi2WXW__primaryButton:hover{background:var(--brand-700)}.ui-module__Hi2WXW__secondaryButton{color:var(--text);background:var(--surface);border-color:var(--border)}.ui-module__Hi2WXW__secondaryButton:hover{background:var(--surface-muted)}.ui-module__Hi2WXW__dangerButton{color:#fff;background:var(--danger-600)}.ui-module__Hi2WXW__dangerButton:hover{background:var(--danger-700)}.ui-module__Hi2WXW__primaryButton svg,.ui-module__Hi2WXW__secondaryButton svg,.ui-module__Hi2WXW__dangerButton svg{width:1rem;height:1rem}.ui-module__Hi2WXW__pageHeader{justify-content:space-between;align-items:flex-end;gap:var(--space-5);margin-bottom:var(--space-6);display:flex}.ui-module__Hi2WXW__pageHeader h1{letter-spacing:-.04em;margin:0;font-size:clamp(1.55rem,2.4vw,2.25rem)}.ui-module__Hi2WXW__eyebrow{margin-bottom:var(--space-2);color:var(--brand-700);font-size:var(--text-xs);letter-spacing:.09em;text-transform:uppercase;font-weight:800}.ui-module__Hi2WXW__pageDescription{max-width:48rem;margin-top:var(--space-2);color:var(--text-muted);line-height:1.6}.ui-module__Hi2WXW__pageActions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.ui-module__Hi2WXW__toastRegion{z-index:300;right:max(var(--space-4), env(safe-area-inset-right));bottom:max(var(--space-4), env(safe-area-inset-bottom));width:min(24rem, calc(100vw - var(--space-8)));gap:var(--space-2);pointer-events:none;display:grid;position:fixed}.ui-module__Hi2WXW__toast{min-height:var(--touch-target);align-items:center;gap:var(--space-3);padding:var(--space-3);color:var(--text);background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--brand-600);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);pointer-events:auto;grid-template-columns:auto 1fr auto;display:grid}.ui-module__Hi2WXW__toast>svg{width:1.15rem;height:1.15rem;color:var(--brand-600)}.ui-module__Hi2WXW__toast button{width:var(--touch-target);height:var(--touch-target);margin:calc(var(--space-2) * -1);color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.ui-module__Hi2WXW__toast button svg{width:1.1rem}.ui-module__Hi2WXW__toast_success{border-left-color:var(--success-600)}.ui-module__Hi2WXW__toast_success>svg{color:var(--success-600)}.ui-module__Hi2WXW__toast_error{border-left-color:var(--danger-600)}.ui-module__Hi2WXW__toast_error>svg{color:var(--danger-600)}.ui-module__Hi2WXW__dialogBackdrop{z-index:250;padding:var(--space-4);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a8c;place-items:center;display:grid;position:fixed;inset:0}.ui-module__Hi2WXW__dialog{width:min(100%,30rem);padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:relative}.ui-module__Hi2WXW__dialog h2{padding-right:var(--space-8);font-size:var(--text-xl);letter-spacing:-.025em}.ui-module__Hi2WXW__dialog p{margin-top:var(--space-2);color:var(--text-muted);line-height:1.6}.ui-module__Hi2WXW__dialogClose{top:var(--space-3);right:var(--space-3);width:var(--touch-target);height:var(--touch-target);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute}.ui-module__Hi2WXW__dialogClose svg{width:1.2rem}.ui-module__Hi2WXW__dialogIcon,.ui-module__Hi2WXW__dialogDangerIcon{width:2.75rem;height:2.75rem;margin-bottom:var(--space-4);color:var(--warning-700);background:var(--warning-50);border-radius:var(--radius-md);place-items:center;display:grid}.ui-module__Hi2WXW__dialogDangerIcon{color:var(--danger-700);background:var(--danger-50)}.ui-module__Hi2WXW__dialogIcon svg,.ui-module__Hi2WXW__dialogDangerIcon svg{width:1.25rem}.ui-module__Hi2WXW__dialogActions{margin-top:var(--space-6);justify-content:flex-end;gap:var(--space-2);display:flex}@keyframes ui-module__Hi2WXW__spin{to{transform:rotate(360deg)}}@keyframes ui-module__Hi2WXW__shimmer{to{background-position-x:-240%}}@media (max-width:479px){.ui-module__Hi2WXW__pageHeader{flex-direction:column;align-items:stretch}.ui-module__Hi2WXW__pageActions>*{flex:1}.ui-module__Hi2WXW__dialog{padding:var(--space-5)}.ui-module__Hi2WXW__dialogActions{flex-direction:column-reverse}.ui-module__Hi2WXW__dialogActions button{width:100%}.ui-module__Hi2WXW__toastRegion{bottom:calc(5.5rem + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.ui-module__Hi2WXW__spinner,.ui-module__Hi2WXW__skeleton{animation-duration:.001ms;animation-iteration-count:1}}
.commerce-module__Wx4UEG__workspaceBar{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 24px;display:flex}.commerce-module__Wx4UEG__workspaceLabel{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-right:4px;font-size:12px;font-weight:800}.commerce-module__Wx4UEG__workspaceButton,.commerce-module__Wx4UEG__quickLink,.commerce-module__Wx4UEG__primaryButton,.commerce-module__Wx4UEG__secondaryButton,.commerce-module__Wx4UEG__dangerButton{border:1px solid var(--border);border-radius:var(--radius-md);min-height:var(--control-md);font:inherit;cursor:pointer;transition:background var(--duration-fast) ease, border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;touch-action:manipulation;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:750;display:inline-flex}.commerce-module__Wx4UEG__workspaceButton:focus-visible,.commerce-module__Wx4UEG__quickLink:focus-visible,.commerce-module__Wx4UEG__primaryButton:focus-visible,.commerce-module__Wx4UEG__secondaryButton:focus-visible,.commerce-module__Wx4UEG__dangerButton:focus-visible,.commerce-module__Wx4UEG__field input:focus-visible,.commerce-module__Wx4UEG__field select:focus-visible,.commerce-module__Wx4UEG__field textarea:focus-visible{border-color:#4e86f7;outline:none;box-shadow:0 0 0 4px #2563eb24}.commerce-module__Wx4UEG__workspaceButton:active,.commerce-module__Wx4UEG__quickLink:active,.commerce-module__Wx4UEG__primaryButton:active,.commerce-module__Wx4UEG__secondaryButton:active,.commerce-module__Wx4UEG__dangerButton:active{transform:translateY(1px)}.commerce-module__Wx4UEG__workspaceButton{background:var(--surface);color:var(--text-subtle)}.commerce-module__Wx4UEG__workspaceButtonActive,.commerce-module__Wx4UEG__primaryButton{background:var(--brand-600);color:#fff;border-color:var(--brand-600);box-shadow:0 8px 16px #2563eb29}.commerce-module__Wx4UEG__workspaceButton:hover,.commerce-module__Wx4UEG__secondaryButton:hover{background:#f1f5f9;border-color:#c7d3e3}.commerce-module__Wx4UEG__primaryButton:hover{background:var(--brand-700);border-color:var(--brand-700)}.commerce-module__Wx4UEG__primaryButton:disabled,.commerce-module__Wx4UEG__secondaryButton:disabled,.commerce-module__Wx4UEG__dangerButton:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.commerce-module__Wx4UEG__quickLinks{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 26px;display:grid}.commerce-module__Wx4UEG__quickLink{color:#1d4ed8;background:#fff;justify-content:flex-start;gap:12px;min-height:76px;padding:14px;text-decoration:none;box-shadow:0 8px 22px #0f172a0a}.commerce-module__Wx4UEG__quickLink:hover{background:#f8fbff;border-color:#bfd0ef}.commerce-module__Wx4UEG__quickLinkIcon{color:#2563eb;background:#eaf1ff;border-radius:11px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.commerce-module__Wx4UEG__quickLinkIcon svg{width:19px;height:19px}.commerce-module__Wx4UEG__quickLinkText{color:#1e3a8a;line-height:1.25}.commerce-module__Wx4UEG__quickLinkArrow{color:#93a4bd;margin-left:auto;font-size:18px}.commerce-module__Wx4UEG__linkButton{color:#1d4ed8;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0;font-weight:700}.commerce-module__Wx4UEG__headerActions{align-items:center;gap:8px;display:flex}.commerce-module__Wx4UEG__pageHeader{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.commerce-module__Wx4UEG__eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.11em;margin-bottom:7px;font-size:11px;font-weight:850}.commerce-module__Wx4UEG__pageTitle{color:#0f172a;letter-spacing:-.045em;font-size:clamp(25px,4vw,36px);line-height:1.08}.commerce-module__Wx4UEG__pageSubtitle{color:var(--text-muted);max-width:720px;margin-top:9px;font-size:14px;line-height:1.55}.commerce-module__Wx4UEG__metricGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:26px;display:grid}.commerce-module__Wx4UEG__metricCard{background:#fff;border:1px solid #e3e9f2;border-radius:16px;min-height:118px;padding:18px;box-shadow:0 8px 22px #0f172a0a}.commerce-module__Wx4UEG__metricLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:850}.commerce-module__Wx4UEG__metricValue{color:#0f172a;letter-spacing:-.04em;overflow-wrap:anywhere;margin-top:11px;font-size:clamp(22px,3vw,30px);font-weight:850;line-height:1.1}.commerce-module__Wx4UEG__metricAccent{color:#2563eb}.commerce-module__Wx4UEG__metricWarning .commerce-module__Wx4UEG__metricValue{color:#b45309}.commerce-module__Wx4UEG__metricDanger .commerce-module__Wx4UEG__metricValue{color:#be123c}.commerce-module__Wx4UEG__metricMeta{color:var(--text-muted);margin-top:7px;font-size:12px;line-height:1.35}.commerce-module__Wx4UEG__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:20px;padding:20px;box-shadow:0 8px 22px #0f172a0a;container-type:inline-size}.commerce-module__Wx4UEG__panelTitle{color:#0f172a;letter-spacing:-.02em;margin-bottom:6px;font-size:18px}.commerce-module__Wx4UEG__pushPrompt{z-index:30;background:#fff;border:1px solid #bfd0ef;border-radius:16px;align-items:center;gap:16px;max-width:min(560px,100vw - 40px);padding:16px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 18px 42px #0f172a2e}.commerce-module__Wx4UEG__pushPrompt p{color:var(--text-muted);margin-top:4px;font-size:13px}@media (max-width:640px){.commerce-module__Wx4UEG__pushPrompt{display:block;bottom:16px;left:16px;right:16px}.commerce-module__Wx4UEG__pushPrompt .commerce-module__Wx4UEG__formActions{margin-top:12px}}.commerce-module__Wx4UEG__muted{color:var(--text-muted);font-size:14px;line-height:1.5}.commerce-module__Wx4UEG__notice,.commerce-module__Wx4UEG__error{border-radius:12px;margin-bottom:16px;padding:13px 14px;font-size:14px;line-height:1.45}.commerce-module__Wx4UEG__notice{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe}.commerce-module__Wx4UEG__error{color:#9f1239;background:#fff1f2;border:1px solid #ffe4e6}.commerce-module__Wx4UEG__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.commerce-module__Wx4UEG__toolbarActions,.commerce-module__Wx4UEG__formActions{flex-wrap:wrap;gap:9px;display:flex}.commerce-module__Wx4UEG__secondaryButton{color:#334155;background:#f8fafc}.commerce-module__Wx4UEG__dangerButton{color:#be123c;background:#fff1f2;border-color:#fecdd3}.commerce-module__Wx4UEG__formGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.commerce-module__Wx4UEG__field{color:#475569;flex-direction:column;gap:7px;font-size:13px;font-weight:750;display:flex}.commerce-module__Wx4UEG__field input,.commerce-module__Wx4UEG__field select,.commerce-module__Wx4UEG__field textarea,.commerce-module__Wx4UEG__toolbar input{width:100%;min-height:var(--control-md);border:1px solid var(--border);border-radius:var(--radius-md);font:inherit;color:var(--text);background:var(--surface);box-sizing:border-box;padding:10px 12px}.commerce-module__Wx4UEG__field textarea{resize:vertical;min-height:96px}.commerce-module__Wx4UEG__field input[type=checkbox],.commerce-module__Wx4UEG__field input[type=radio]{width:1.25rem;height:1.25rem;min-height:1.25rem;accent-color:var(--brand-600);padding:0}.commerce-module__Wx4UEG__srOnly{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.commerce-module__Wx4UEG__editorNarrow{max-width:56rem;margin-inline:auto}.commerce-module__Wx4UEG__relationshipHint{margin-top:var(--space-3);overflow-wrap:anywhere}.commerce-module__Wx4UEG__fullWidth{grid-column:1/-1}.commerce-module__Wx4UEG__sectionInset{margin-top:var(--space-4)}.commerce-module__Wx4UEG__diagnosticsCode{max-height:26.25rem;padding:var(--space-4);border-radius:var(--radius-md);color:#e2e8f0;font-size:var(--text-xs);white-space:pre-wrap;overflow-wrap:anywhere;background:#0f172a;line-height:1.55;overflow:auto}.commerce-module__Wx4UEG__formActions{margin-top:16px}.commerce-module__Wx4UEG__tableWrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin;border:1px solid #e7edf5;border-radius:12px;overflow-x:auto}.commerce-module__Wx4UEG__table{border-collapse:collapse;width:100%;min-width:640px}.commerce-module__Wx4UEG__table th,.commerce-module__Wx4UEG__table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e7edf5;padding:13px 12px}.commerce-module__Wx4UEG__table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#f8fafc;font-size:11px}.commerce-module__Wx4UEG__table td{color:#334155;font-size:14px}.commerce-module__Wx4UEG__table tr:last-child td{border-bottom:0}.commerce-module__Wx4UEG__badge{color:#0369a1;text-transform:uppercase;letter-spacing:.03em;background:#e0f2fe;border-radius:999px;align-items:center;min-height:25px;padding:4px 9px;font-size:11px;font-weight:850;display:inline-flex}.commerce-module__Wx4UEG__badgeSuccess{color:#166534;background:#dcfce7}.commerce-module__Wx4UEG__badgeWarning{color:#92400e;background:#fef3c7}.commerce-module__Wx4UEG__badgeDanger{color:#be123c;background:#ffe4e6}.commerce-module__Wx4UEG__empty{text-align:center;color:var(--text-muted);padding:30px 14px}.commerce-module__Wx4UEG__cartList{flex-direction:column;gap:9px;margin:14px 0;display:flex}.commerce-module__Wx4UEG__cartRow{background:#f8fafc;border:1px solid #edf1f6;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.commerce-module__Wx4UEG__sectionHeading,.commerce-module__Wx4UEG__sheetHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.commerce-module__Wx4UEG__posLayout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);align-items:start;gap:16px;display:grid}.commerce-module__Wx4UEG__posSetup{margin-bottom:16px}.commerce-module__Wx4UEG__posProductGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.commerce-module__Wx4UEG__posProductCard{background:#fbfdff;border:1px solid #e5eaf2;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px;display:grid}.commerce-module__Wx4UEG__posProductCardInfo,.commerce-module__Wx4UEG__posProductMeta{gap:4px;min-width:0;display:grid}.commerce-module__Wx4UEG__posProductCardInfo strong,.commerce-module__Wx4UEG__posProductMeta strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.commerce-module__Wx4UEG__posProductCardInfo span,.commerce-module__Wx4UEG__posProductMeta span{color:var(--text-muted);font-size:12px}.commerce-module__Wx4UEG__posProductMeta{justify-items:end}.commerce-module__Wx4UEG__posProductCard>.commerce-module__Wx4UEG__primaryButton{grid-column:1/-1;width:100%;min-height:42px}.commerce-module__Wx4UEG__posCartPanel{position:sticky;top:92px}.commerce-module__Wx4UEG__posCartTotal{background:#f1f5f9;border-radius:13px;margin-top:12px;padding:14px}.commerce-module__Wx4UEG__posCartTotal .commerce-module__Wx4UEG__metricValue{font-size:26px}.commerce-module__Wx4UEG__productEditorPanel{min-width:0}.commerce-module__Wx4UEG__productEditorPanel .commerce-module__Wx4UEG__workspaceBar{padding-bottom:2px}.commerce-module__Wx4UEG__productEditorPanel .commerce-module__Wx4UEG__panel{box-shadow:none;background:#f8fafc}.commerce-module__Wx4UEG__productSaveActions{margin-top:22px}.commerce-module__Wx4UEG__channelSplit{gap:14px;margin-top:18px;display:grid}.commerce-module__Wx4UEG__supportGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.commerce-module__Wx4UEG__supportGrid .commerce-module__Wx4UEG__panel{margin-bottom:0}.commerce-module__Wx4UEG__homeHero{background:linear-gradient(135deg,#0f2f74 0%,#2563eb 68%,#60a5fa 100%);border-radius:20px;justify-content:space-between;align-items:flex-start;gap:20px;margin:-4px 0 28px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 30px #2563eb2e}.commerce-module__Wx4UEG__homeHero:after{content:"";border:1px solid #ffffff38;border-radius:50%;width:190px;height:190px;position:absolute;bottom:-96px;right:-58px;box-shadow:0 0 0 20px #ffffff0f,0 0 0 42px #ffffff0a}.commerce-module__Wx4UEG__homeHero .commerce-module__Wx4UEG__eyebrow,.commerce-module__Wx4UEG__homeHero .commerce-module__Wx4UEG__pageTitle,.commerce-module__Wx4UEG__homeHero .commerce-module__Wx4UEG__pageSubtitle{z-index:1;color:#fff;position:relative}.commerce-module__Wx4UEG__homeHero .commerce-module__Wx4UEG__eyebrow{color:#bfdbfe}.commerce-module__Wx4UEG__homeHero .commerce-module__Wx4UEG__pageSubtitle{color:#dbeafe;max-width:560px}.commerce-module__Wx4UEG__rolePill{z-index:1;color:#eff6ff;letter-spacing:.04em;text-transform:uppercase;background:#0f172a2e;border:1px solid #ffffff47;border-radius:999px;flex:none;padding:8px 11px;font-size:11px;font-weight:800;position:relative}.commerce-module__Wx4UEG__workspaceSectionHeader{justify-content:space-between;align-items:baseline;gap:12px;margin:0 0 12px;display:flex}.commerce-module__Wx4UEG__workspaceSectionHeader h2{color:#0f172a;letter-spacing:-.025em;font-size:18px}.commerce-module__Wx4UEG__workspaceSectionHeader span{color:var(--text-muted);font-size:12px;font-weight:700}.commerce-module__Wx4UEG__scopeBar{align-items:center;gap:8px;margin:0 0 24px;display:flex}.commerce-module__Wx4UEG__homeColumns{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.commerce-module__Wx4UEG__homeColumns .commerce-module__Wx4UEG__panel{margin-bottom:0}.commerce-module__Wx4UEG__insightList{gap:10px;margin-top:14px;display:grid}.commerce-module__Wx4UEG__insightRow{background:#f8fafc;border:1px solid #e7edf5;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:11px 12px;display:flex}.commerce-module__Wx4UEG__insightRow>div{gap:3px;display:grid}.commerce-module__Wx4UEG__insightRow strong{color:#334155;font-size:13px}.commerce-module__Wx4UEG__insightRow span{color:var(--text-muted);font-size:11px}.commerce-module__Wx4UEG__insightRow b{color:#2563eb;font-size:22px}.commerce-module__Wx4UEG__channelRow{gap:7px;display:grid}.commerce-module__Wx4UEG__channelRowHeader{color:#334155;justify-content:space-between;gap:12px;font-size:13px;font-weight:750;display:flex}.commerce-module__Wx4UEG__channelProgress{width:100%;height:9px;color:var(--brand-600);appearance:none;background:#eaf0f7;border:0;border-radius:999px;overflow:hidden}.commerce-module__Wx4UEG__channelProgress::-webkit-progress-bar{border-radius:inherit;background:#eaf0f7}.commerce-module__Wx4UEG__channelProgress::-webkit-progress-value{border-radius:inherit;background:linear-gradient(90deg, var(--brand-600), var(--brand-500))}.commerce-module__Wx4UEG__channelProgress::-moz-progress-bar{border-radius:inherit;background:linear-gradient(90deg, var(--brand-600), var(--brand-500))}.commerce-module__Wx4UEG__channelProgressSecondary::-webkit-progress-value{background:linear-gradient(90deg,#0f766e,#5eead4)}.commerce-module__Wx4UEG__channelProgressSecondary::-moz-progress-bar{background:linear-gradient(90deg,#0f766e,#5eead4)}.commerce-module__Wx4UEG__mobileCartBar{display:none}.commerce-module__Wx4UEG__filterRow{scrollbar-width:none;gap:8px;padding:2px 1px 5px;display:flex;overflow-x:auto}.commerce-module__Wx4UEG__filterRow::-webkit-scrollbar{display:none}.commerce-module__Wx4UEG__sheetBackdrop{z-index:80;background:#0f172a6b;position:fixed;inset:0}.commerce-module__Wx4UEG__mobileOnlyBackdrop{display:none}.commerce-module__Wx4UEG__stockInline{max-width:720px;margin-left:auto;margin-right:auto}.commerce-module__Wx4UEG__sheet{max-height:min(86dvh,720px);padding:12px 16px calc(20px + env(safe-area-inset-bottom));z-index:81;background:#fff;border-radius:22px 22px 0 0;position:fixed;inset:auto 0 0;overflow-y:auto;box-shadow:0 -18px 50px #0f172a33}.commerce-module__Wx4UEG__sheetHandle{background:#cbd5e1;border-radius:999px;width:42px;height:4px;margin:0 auto 16px}.commerce-module__Wx4UEG__stickyActions{padding:12px 20px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3;background:#fffffff5;border-top:1px solid #e7edf5;gap:9px;margin:18px -20px -20px;display:flex;position:sticky;bottom:0}.commerce-module__Wx4UEG__stickyActions>*{flex:1}@media (max-width:767px){.commerce-module__Wx4UEG__workspaceBar{scrollbar-width:none;flex-wrap:nowrap;margin:0 -2px 18px;padding:2px;overflow-x:auto}.commerce-module__Wx4UEG__workspaceBar::-webkit-scrollbar{display:none}.commerce-module__Wx4UEG__workspaceLabel{flex:none}.commerce-module__Wx4UEG__workspaceButton{white-space:nowrap;flex:none}.commerce-module__Wx4UEG__quickLinks{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.commerce-module__Wx4UEG__homeHero{border-radius:17px;align-items:flex-start;gap:10px;margin:-2px 0 22px;padding:19px 17px}.commerce-module__Wx4UEG__homeHero .commerce-module__Wx4UEG__pageTitle{font-size:25px}.commerce-module__Wx4UEG__homeHero .commerce-module__Wx4UEG__pageSubtitle{margin-top:7px;font-size:12px}.commerce-module__Wx4UEG__rolePill{padding:7px 8px;font-size:9px}.commerce-module__Wx4UEG__workspaceSectionHeader h2{font-size:17px}.commerce-module__Wx4UEG__homeColumns{grid-template-columns:1fr;gap:10px}.commerce-module__Wx4UEG__quickLink{min-height:70px;padding:12px;font-size:12px}.commerce-module__Wx4UEG__pageHeader{flex-direction:column;gap:7px;margin-bottom:17px}.commerce-module__Wx4UEG__pageTitle{font-size:27px}.commerce-module__Wx4UEG__pageSubtitle{margin-top:8px;font-size:13px}.commerce-module__Wx4UEG__metricGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.commerce-module__Wx4UEG__supportGrid{grid-template-columns:1fr;gap:10px}.commerce-module__Wx4UEG__metricCard{border-radius:14px;min-height:104px;padding:14px}.commerce-module__Wx4UEG__metricLabel{font-size:10px;line-height:1.25}.commerce-module__Wx4UEG__metricValue{margin-top:10px;font-size:22px}.commerce-module__Wx4UEG__panel{border-radius:15px;margin-bottom:16px;padding:16px}.commerce-module__Wx4UEG__panelTitle{font-size:17px}.commerce-module__Wx4UEG__toolbar{align-items:stretch}.commerce-module__Wx4UEG__toolbar>*{max-width:100%}.commerce-module__Wx4UEG__toolbarActions,.commerce-module__Wx4UEG__formActions{width:100%}.commerce-module__Wx4UEG__toolbarActions>*,.commerce-module__Wx4UEG__formActions>*{flex:auto}.commerce-module__Wx4UEG__formGrid{grid-template-columns:1fr;gap:12px}.commerce-module__Wx4UEG__posLayout{display:block}.commerce-module__Wx4UEG__posProductGrid{grid-template-columns:1fr}.commerce-module__Wx4UEG__posProductCard{grid-template-columns:minmax(0,1fr) auto}.commerce-module__Wx4UEG__posCartPanel{display:none}.commerce-module__Wx4UEG__mobileOnlyBackdrop{z-index:80;background:#0f172a6b;display:block;position:fixed;inset:0}.commerce-module__Wx4UEG__stockInline{max-width:none;max-height:min(86dvh,720px);padding:18px 16px calc(20px + env(safe-area-inset-bottom));z-index:81;border-radius:22px 22px 0 0;margin:0;position:fixed;inset:auto 0 0;overflow-y:auto;box-shadow:0 -18px 50px #0f172a33}.commerce-module__Wx4UEG__posSetup .commerce-module__Wx4UEG__formGrid{gap:11px}.commerce-module__Wx4UEG__productEditorPanel .commerce-module__Wx4UEG__workspaceBar{margin-left:-2px;margin-right:-2px}.commerce-module__Wx4UEG__productSaveActions{bottom:calc(76px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:4;background:#fffffff5;border-top:1px solid #e7edf5;margin:18px -16px -16px;padding:12px 16px;position:sticky}.commerce-module__Wx4UEG__tableWrap{border:0;overflow:visible}.commerce-module__Wx4UEG__mobileCardTable{min-width:0}.commerce-module__Wx4UEG__mobileCardTable thead{display:none}.commerce-module__Wx4UEG__mobileCardTable tbody{flex-direction:column;gap:10px;display:flex}.commerce-module__Wx4UEG__mobileCardTable tbody tr{background:#fff;border:1px solid #e3e9f2;border-radius:14px;flex-direction:column;gap:5px;padding:14px;display:flex;box-shadow:0 6px 16px #0f172a09}.commerce-module__Wx4UEG__mobileCardTable td{word-break:break-word;border-bottom:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:4px 0;line-height:1.4;display:flex}.commerce-module__Wx4UEG__mobileCardTable td:before{content:attr(data-label);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;flex:0 0 34%;font-size:11px;font-weight:800}.commerce-module__Wx4UEG__mobileCardTable td:first-child{border-bottom:1px solid #eef2f7;margin-bottom:3px;padding-bottom:9px;display:block}.commerce-module__Wx4UEG__mobileCardTable td:first-child:before,.commerce-module__Wx4UEG__mobileCardTable td[colspan]:before{display:none}.commerce-module__Wx4UEG__mobileCardTable td[colspan]{text-align:center;color:var(--text-muted);padding:28px 12px;display:block}.commerce-module__Wx4UEG__mobileCardTable td[data-label=Actions] .commerce-module__Wx4UEG__toolbarActions,.commerce-module__Wx4UEG__mobileCardTable td[data-label=Next\ action] .commerce-module__Wx4UEG__primaryButton{width:100%}.commerce-module__Wx4UEG__mobileCartBar{bottom:calc(82px + env(safe-area-inset-bottom));color:#fff;z-index:5;background:#0f172a;border-radius:15px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;margin:12px 0;padding:10px 12px 10px 14px;display:flex;position:sticky;box-shadow:0 12px 26px #0f172a33}.commerce-module__Wx4UEG__mobileCartBar .commerce-module__Wx4UEG__primaryButton{color:#0f172a;min-height:42px;box-shadow:none;background:#60a5fa;border-color:#60a5fa;padding-inline:13px}.commerce-module__Wx4UEG__cartBarLabel{gap:2px;min-width:0;display:grid}.commerce-module__Wx4UEG__cartBarLabel strong{font-size:13px}.commerce-module__Wx4UEG__cartBarLabel span{color:#cbd5e1;font-size:12px}.commerce-module__Wx4UEG__stickyActions{margin:16px -16px -16px;padding-left:16px;padding-right:16px}}@media (min-width:768px) and (max-width:1199px){.commerce-module__Wx4UEG__quickLinks{grid-template-columns:repeat(3,minmax(0,1fr))}.commerce-module__Wx4UEG__posLayout{grid-template-columns:minmax(0,1fr)}.commerce-module__Wx4UEG__posCartPanel{position:static}.commerce-module__Wx4UEG__formGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:479px){.commerce-module__Wx4UEG__metricGrid,.commerce-module__Wx4UEG__quickLinks{grid-template-columns:1fr}.commerce-module__Wx4UEG__homeHero{flex-direction:column}.commerce-module__Wx4UEG__rolePill{align-self:flex-start}.commerce-module__Wx4UEG__toolbarActions,.commerce-module__Wx4UEG__formActions{flex-direction:column}.commerce-module__Wx4UEG__toolbarActions>*,.commerce-module__Wx4UEG__formActions>*{width:100%}}@media (max-width:360px){.commerce-module__Wx4UEG__metricCard{padding:12px}.commerce-module__Wx4UEG__metricValue{font-size:20px}}@media (min-width:1600px){.commerce-module__Wx4UEG__metricGrid{grid-template-columns:repeat(6,minmax(0,1fr))}.commerce-module__Wx4UEG__homeColumns{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}}@media (prefers-reduced-motion:reduce){.commerce-module__Wx4UEG__workspaceButton,.commerce-module__Wx4UEG__quickLink,.commerce-module__Wx4UEG__primaryButton,.commerce-module__Wx4UEG__secondaryButton,.commerce-module__Wx4UEG__dangerButton{transition:none}}@media (forced-colors:active){.commerce-module__Wx4UEG__badge,.commerce-module__Wx4UEG__notice,.commerce-module__Wx4UEG__error{border:1px solid canvastext}}
