:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f8fb;--panel:#fff;--panel-soft:#f8fafc;--ink:#0f172a;--muted:#64748b;--line:#d8e0ea;--accent:#0f766e;--accent-soft:#ccfbf1;--blue:#1d4ed8;--amber:#b45309;--danger:#b91c1c;--shadow:0 18px 45px #0f172a14;--wm-font-sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wm-text-meta:12px;--wm-text-cell:13px;--wm-text-ui:14px;--wm-text-section:16px;--wm-text-page:20px;--wm-row-compact:36px;--wm-row-default:44px;--wm-row-comfortable:56px;--wm-field-short:240px;--wm-field-medium:360px;--wm-field-full:100%;--wm-field-gap:20px;--wm-field-group-gap:32px}.mobileModulePicker{display:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{background:var(--bg);color:var(--ink);font-family:var(--wm-font-sans);font-size:var(--wm-text-ui);letter-spacing:0;margin:0}button,input,select,textarea{font:inherit}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}button[data-disabled-reason]{position:relative}button[data-disabled-reason]:disabled:hover:after{color:#fff;content:attr(data-disabled-reason);pointer-events:none;white-space:normal;z-index:30;background:#0f172a;border-radius:8px;min-width:220px;max-width:280px;padding:8px 10px;font-size:12px;font-weight:700;line-height:1.35;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 12px 30px #0f172a2e}input:disabled,select:disabled,textarea:disabled{color:#64748b;background:#f8fafc}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}h1{font-size:clamp(28px,4vw,40px);line-height:1.05}h2{font-size:17px;line-height:1.25}.dashboardEmptyState,.dashboardErrorState{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:104px;padding:16px;display:grid}.dashboardEmptyState strong,.dashboardErrorState strong{color:var(--ink);font-size:var(--wm-text-section);line-height:1.25;display:block}.dashboardEmptyState p,.dashboardErrorState p{color:var(--muted);font-size:var(--wm-text-ui);margin-top:4px;line-height:1.4}.dashboardStateIcon{color:var(--accent);background:#eefaf7;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.dashboardStateAction{justify-self:end}.dashboardErrorState.warning{background:#fffbeb;border-color:#b4530947}.dashboardErrorState.danger{background:#fff7f7;border-color:#b91c1c47}.dashboardErrorState.danger strong{color:var(--danger)}.dashboardSkeletonRows{gap:8px;display:grid}.dashboardSkeletonRow{min-height:var(--wm-row-default);background:linear-gradient(90deg,#eef2f7 0%,#f8fafc 45%,#eef2f7 100%);border-radius:8px;animation:1.2s ease-in-out infinite dashboardSkeletonPulse}.resourceToolbar{border:1px solid var(--line);background:#fff;border-radius:8px;gap:10px;padding:12px;display:grid}.resourceToolbarHeader,.resourceToolbarControls,.resourceToolbarFilters,.resourceToolbarViews,.resourceToolbarMeta,.resourceToolbarPagination{align-items:center;gap:8px;display:flex}.resourceToolbarHeader{justify-content:space-between}.resourceToolbarHeader>div:first-child{gap:2px;min-width:0;display:grid}.resourceToolbarHeader strong{color:var(--ink);font-size:var(--wm-text-section);line-height:1.25}.resourceToolbarHeader span,.resourceToolbarMeta span,.resourceToolbarSearch span,.resourceToolbarSelect span{color:var(--muted);font-size:12px;line-height:1.35}.resourceToolbarMeta{flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.resourceToolbarAction{align-items:center;display:flex}.resourceToolbarViews,.resourceToolbarFilters{flex-wrap:wrap}.resourceToolbarViews button,.resourceToolbarFilters button,.resourceToolbarPagination button{border:1px solid var(--line);color:#334155;cursor:pointer;background:#f8fafc;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.resourceToolbarPagination{margin-left:auto}.resourceToolbarPagination span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:900}.resourceToolbarPagination button:disabled{color:#94a3b8;background:#f1f5f9}.resourceToolbarViews button.active,.resourceToolbarFilters button.active{color:var(--accent);background:#e7f8f4;border-color:#0f766e52}.resourceToolbarViews button b{color:inherit;text-align:center;background:#fff;border-radius:999px;min-width:20px;padding:2px 6px;font-size:11px}.resourceToolbarFilters button.warning.active{color:var(--amber);background:#fffbeb;border-color:#b4530952}.resourceToolbarFilters button.danger.active{color:var(--danger);background:#fff7f7;border-color:#b91c1c47}.resourceToolbarFilters button.clear{color:var(--muted);background:#fff}.resourceToolbarControls{flex-wrap:wrap}.resourceToolbarSearch,.resourceToolbarSelect{color:var(--muted);gap:5px;font-size:12px;font-weight:900;display:grid}.resourceToolbarSearch{flex:300px}.resourceToolbarSelect{flex:0 0 160px}.resourceToolbarSearch input,.resourceToolbarSelect select{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;outline:0;height:38px;min-height:38px;padding:8px 10px}.resourceToolbarSearch input:focus,.resourceToolbarSelect select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e1f}@media (min-width:1024px){.resourceToolbar{grid-template-columns:minmax(220px,.75fr) minmax(380px,1.25fr);align-items:end;gap:8px 10px;padding:10px 12px}.resourceToolbarHeader,.resourceToolbarControls{min-width:0}.resourceToolbarHeader{align-self:start;gap:8px;display:grid}.resourceToolbarHeader .resourceToolbarMeta{justify-content:flex-start;margin-left:0}.resourceToolbarViews,.resourceToolbarFilters{align-self:center}.resourceToolbarControls{grid-area:2/2/span 2}.resourceToolbarAction{flex-wrap:wrap;justify-content:flex-start}.resourceToolbarHeader span,.resourceToolbarMeta span{font-size:11px}.resourceToolbarViews button,.resourceToolbarFilters button{min-height:28px}}@keyframes dashboardSkeletonPulse{0%{opacity:.62}50%{opacity:1}to{opacity:.62}}.merchantShell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.merchantUnavailableShell{background:#f4f7f6;place-items:center;min-height:100vh;padding:24px;display:grid}.merchantUnavailablePanel{color:#17332e;background:#fff;border:1px solid #cfdad7;border-radius:8px;width:min(100%,560px);padding:28px;box-shadow:0 18px 48px #14372f1a}.merchantUnavailablePanel h1{margin:8px 0 12px;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.12}.merchantUnavailablePanel p{color:#536763;line-height:1.6}.merchantUnavailableActions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.merchantUnavailableActions a{color:#087d70;border:1px solid #087d70;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-weight:700;text-decoration:none;display:inline-flex}.merchantUnavailableActions a:first-child{color:#fff;background:#087d70}.merchantShell>.sidebar{display:flex}.sidebar{color:#e5edf7;background:#0f172a;flex-direction:column;gap:22px;height:100vh;padding:20px;display:flex;position:sticky;top:0;overflow-y:auto}.brandBlock{align-items:center;gap:12px;display:flex}.brandMark,.metricIcon,.listIcon{border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.brandMark{background:var(--accent);color:#fff;width:44px;height:44px}.imageBrandMark{background:#fff;border:1px solid #0f766e29;overflow:hidden;box-shadow:0 8px 20px #0f172a14}.brandMarkImage{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.brandBlock strong,.brandBlock span{display:block}.brandBlock span,.accessBox span,.merchantNav a{color:#aab6c5}.merchantNav{gap:17px;display:grid}.merchantNav .navSection,.merchantNav .navSectionItems{gap:5px;display:grid}.merchantNav .navSectionLabel{color:#7f91a8;letter-spacing:.08em;text-transform:uppercase;padding:0 10px 2px;font-size:10px;font-weight:900}.merchantNav a{border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:0 10px;display:flex}.merchantNav a span{gap:1px;min-width:0;display:grid}.merchantNav a strong{color:inherit;font-size:13px;line-height:1.15}.merchantNav a small{color:#8fa0b4;letter-spacing:0;font-size:10px;font-weight:800;line-height:1.25}.merchantNav a:hover,.merchantNav a.active{color:#fff;background:#ffffff14}.accessBox{background:#0f766e29;border:1px solid #ccfbf133;border-radius:8px;align-items:flex-start;gap:10px;margin-top:auto;padding:12px;display:flex}.accessBox strong,.accessBox span{display:block}.accessBox span{margin-top:4px;font-size:12px;line-height:1.45}.workspace{flex-direction:column;gap:18px;min-width:0;padding:18px 24px 24px;display:flex}.moduleRelatedNav{border-block:1px solid var(--line);background:#fff;flex-wrap:wrap;align-items:center;gap:7px;min-height:48px;padding:6px 4px;display:flex}.moduleRelatedNav>span{color:var(--muted);text-transform:uppercase;margin-right:3px;font-size:11px;font-weight:900}.moduleRelatedNav a{border:1px solid var(--line);color:#334155;border-radius:6px;align-items:center;gap:6px;min-height:32px;padding:0 9px;font-size:12px;font-weight:850;display:inline-flex}.moduleRelatedNav a:hover,.moduleRelatedNav a:focus-visible{color:var(--accent-strong);background:#eaf7f4;border-color:#79bdb2}.dashboardStickyChrome{z-index:45;gap:12px;display:grid;position:sticky;top:0}.dashboardHomeBar{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.merchantWorkspaceNotice{border:1px solid var(--line);color:var(--ink);background:#f8fafc;border-radius:8px;align-items:flex-start;gap:9px;min-width:0;padding:9px 12px;display:flex}.merchantWorkspaceNotice.success{background:var(--accent-soft);color:var(--accent-strong);border-color:#0f766e42}.merchantWorkspaceNotice.warning{color:#9a3412;background:#fff7ed;border-color:#fdba74}.merchantWorkspaceNotice>span{gap:2px;min-width:0;display:grid}.merchantWorkspaceNotice strong,.merchantWorkspaceNotice small{overflow-wrap:anywhere}.merchantWorkspaceNotice small{color:var(--muted);line-height:1.35}.merchantTodayQueue{background:var(--panel);border:1px solid var(--line);border-radius:8px;grid-column:1/-1;overflow:hidden}.merchantTodayLead{justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.merchantTodayLead>div{gap:2px;display:grid}.merchantTodayLead strong{font-size:15px}.merchantTodayLead span,.merchantTodayRow small,.merchantTodaySummary{color:var(--muted);font-size:12px;line-height:1.35}.merchantTodayHeader,.merchantTodayRow{grid-template-columns:minmax(200px,1.5fr) 72px minmax(130px,.8fr) 74px;align-items:center;gap:10px;padding-inline:12px;display:grid}.merchantTodayHeader{background:var(--panel-soft);border-block:1px solid var(--line);color:var(--muted);text-transform:uppercase;min-height:34px;font-size:11px;font-weight:900}.merchantTodayRow{border-bottom:1px solid var(--line);min-height:52px}.merchantTodayRow>div{gap:2px;display:grid}.merchantTodayRow>span{font-size:12px;font-weight:800}.merchantTodayRow button{min-height:32px!important}.merchantTodaySummary{flex-wrap:wrap;gap:8px 22px;padding:10px 12px;display:flex}.merchantTodaySummary b{color:var(--ink)}.dashboardHomeLogo{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;min-width:0;padding:0;display:inline-flex}.dashboardHomeLogo:hover strong,.dashboardHomeLogo:focus-visible strong{color:var(--accent)}.dashboardHomeLogo:focus-visible{outline-offset:4px;outline:3px solid #0f766e29}.dashboardHomeMark{background:var(--accent);color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.dashboardHomeLogo .imageBrandMark{width:40px;height:40px}.dashboardHomeLogo span:last-child{gap:2px;min-width:0;display:grid}.dashboardHomeLogo strong,.dashboardHomeLogo small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboardHomeLogo strong{color:var(--ink);font-size:14px;line-height:1.15}.dashboardHomeLogo small{color:var(--muted);font-size:12px;font-weight:800;line-height:1.2}.dashboardHomeMeta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.workspaceHeader,.panelHeader,.requestTopline,.progressRow>div:first-child,.settlementRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.workspaceHeader{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:20px}.moduleWorkspaceHeader{padding:12px}.moduleWorkspaceHeader h1{font-size:22px;line-height:1.15}.moduleWorkspaceHeader .eyebrow{margin-bottom:3px}.moduleWorkspaceHeader .subhead{max-width:680px;margin-top:4px;font-size:13px;line-height:1.35}.eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:800}.subhead{color:var(--muted);max-width:760px;margin-top:8px;line-height:1.5}.headerActions,.rowActions,.offerForm,.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.logoutLink{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;align-items:center;min-height:40px;padding:0 12px;font-weight:800;display:inline-flex}.logoutLink:hover{border-color:var(--accent);color:var(--accent)}.inlineNotice{border-radius:8px;padding:9px 11px;font-size:13px;font-weight:800;line-height:1.35;display:inline-flex}.inlineNotice.success{background:var(--mint);color:var(--accent)}.inlineNotice.warning{color:var(--amber);background:#fef3c7}.buttonContent{white-space:nowrap;justify-content:center;align-items:center;gap:7px;display:inline-flex}#dashboard,#performance,#demand,#orders,#products,#nearby-requests,#offers,#settlement,#reviews,#settings{scroll-margin-top:104px}.sellerWorkspaceMap{background:linear-gradient(135deg, #0f766e0d, #6366f10a), var(--panel);box-shadow:var(--shadow);border:1px solid #0f766e24;border-radius:8px;gap:14px;padding:16px;display:grid}.merchantApiSessionCard{box-shadow:var(--shadow);background:#fff;border:1px solid #0f766e2e;border-radius:8px;gap:12px;padding:14px;scroll-margin-top:104px;display:grid}.merchantApiSessionCard h2{margin-top:2px;font-size:18px}.merchantApiSessionCard p{color:var(--muted);margin-top:4px;line-height:1.45}.merchantApiSessionGrid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:10px;display:grid}.merchantApiSessionGrid label{gap:6px;display:grid}.merchantApiSessionGrid span{color:var(--ink);font-size:12px;font-weight:900}.merchantApiSessionGrid input{border:1px solid var(--line);color:var(--ink);font:inherit;border-radius:8px;min-height:40px;padding:9px 11px}.merchantApiSessionGrid input:focus{border-color:var(--accent);outline:0;box-shadow:0 0 0 3px #0f766e1f}.merchantApiSessionActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sellerAppLauncherHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.sellerAppLauncherHeader>div{gap:3px;display:grid}.sellerAppLauncherHeader span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.sellerAppLauncherHeader strong{color:var(--ink);font-size:16px;line-height:1.2}.sellerAppLauncherHeader .sellerWorkspaceProvenance{color:var(--muted);text-transform:none;font-size:12px;font-weight:600;line-height:1.35}.sellerLauncherReadiness{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:8px;padding:8px;display:grid}.sellerLauncherReadiness span{color:#344054;align-items:center;gap:6px;min-width:0;font-size:12px;font-weight:800;line-height:1.25;display:flex}.sellerLauncherReadiness svg{color:var(--accent);flex:none}.sellerAppLauncherGrid{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));justify-items:center;gap:16px 20px;display:grid}.sellerAppTile{color:var(--ink);cursor:pointer;text-align:center;background:0 0;border:0;flex-direction:column;align-items:center;gap:6px;min-width:0;min-height:108px;padding:0;text-decoration:none;display:flex}.sellerAppTile:hover,.sellerAppTile:focus-visible{color:var(--accent);outline:0}.sellerAppTile:hover .sellerAppIcon,.sellerAppTile:focus-visible .sellerAppIcon,.sellerAppTile.active .sellerAppIcon{border-color:#0f766e57;transform:translateY(-1px);box-shadow:0 10px 22px #0f172a21}.sellerAppIcon{color:var(--accent);background:#fff;border:1px solid #0f172a1a;border-radius:8px;justify-content:center;align-items:center;width:54px;height:54px;transition:box-shadow .16s,transform .16s,border-color .16s;display:inline-flex;box-shadow:0 7px 16px #0f172a14}.sellerAppIcon.tonetoday{color:#0f766e}.sellerAppIcon.toneorders{color:#b45309}.sellerAppIcon.toneproducts{color:#2563eb}.sellerAppIcon.tonegrowth{color:#c026d3}.sellerAppIcon.tonetrust{color:#7c3aed}.sellerAppIcon.tonefinance{color:#047857}.sellerAppTile strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;max-width:96px;font-size:12px;line-height:1.2;overflow:hidden}.sellerAppTile small{color:var(--muted);max-width:116px;min-height:24px;font-size:10px;line-height:1.2;overflow:hidden}.sellerWorkspaceCards{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sellerWorkspaceCard{background:var(--panel-soft);border:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:5px 10px 5px 6px;text-decoration:none;display:inline-flex}.sellerWorkspaceCard:hover,.sellerWorkspaceCard:focus-visible{border-color:#0f766e57;outline:0;box-shadow:0 10px 22px #0f766e14}.sellerWorkspaceIcon{background:var(--accent-soft);color:var(--accent);border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.sellerWorkspaceCard span{gap:5px;min-width:0;display:inline-flex}.sellerWorkspaceCard b{color:var(--ink);font-size:12px;line-height:1.1}.sellerWorkspaceCard small{color:var(--muted);white-space:nowrap;font-size:11px;line-height:1.1}.sellerRoleModes{border-top:1px solid #0f766e1f;grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding-top:10px;display:grid}.sellerRoleMode{border:1px solid var(--line);color:inherit;cursor:pointer;font:inherit;text-align:left;background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;min-height:82px;padding:10px;display:grid}.sellerRoleMode svg{color:var(--accent);margin-top:2px}.sellerRoleMode.warning{background:#fffbeb;border-color:#b4530938}.sellerRoleMode.warning svg{color:#b45309}.sellerRoleMode.neutral{background:#f8fafc}.sellerRoleMode span{gap:4px;display:grid}.sellerRoleMode strong{color:var(--ink);font-size:13px}.sellerRoleMode small{color:var(--muted);font-size:12px;line-height:1.35}.sellerAnnouncementStrip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;scroll-margin-top:104px;display:grid}.sellerAlertControls{color:inherit;background:#effdf6;border:1px solid #0f766e3d;border-radius:8px;grid-column:1/-1;grid-template-columns:auto minmax(0,1fr) auto auto auto auto;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:grid}.sellerAlertControls>svg{color:var(--accent)}.sellerAlertControls strong,.sellerAlertControls small{min-width:0;display:block}.sellerAlertControls strong{color:var(--ink);font-size:13px;line-height:1.2}.sellerAlertControls small{color:var(--muted);font-size:12px;line-height:1.25}.sellerAlertPreferencePanel{background:#f8fffb;border:1px solid #0f766e2e;border-radius:8px;grid-column:1/-1;grid-template-columns:minmax(220px,1fr) repeat(6,auto) auto;align-items:center;gap:8px;min-height:48px;padding:8px 10px;display:grid}.sellerAlertSettingsDisclosure{border:1px solid var(--line);background:#fff;border-radius:8px;grid-column:1/-1;overflow:hidden}.sellerAlertSettingsDisclosure>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:10px 12px;list-style:none;display:flex}.sellerAlertSettingsDisclosure>summary::-webkit-details-marker{display:none}.sellerAlertSettingsDisclosure>summary>span:first-child{align-items:center;gap:10px;min-width:0;display:flex}.sellerAlertSettingsDisclosure>summary svg{color:var(--accent);flex:none}.sellerAlertSettingsDisclosure>summary strong,.sellerAlertSettingsDisclosure>summary small{display:block}.sellerAlertSettingsDisclosure>summary strong{color:var(--ink);font-size:13px}.sellerAlertSettingsDisclosure>summary small,.sellerAlertSettingsState{color:var(--muted);font-size:11px;line-height:1.3}.sellerAlertSettingsState{text-align:right;max-width:42%}.sellerAlertSetupActions{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;padding:10px;display:flex}.sellerAlertSettingsDisclosure .sellerAlertPreferencePanel,.sellerAlertSettingsDisclosure .sellerNotificationDeviceListPanel{border-left:0;border-right:0;border-radius:0;margin:0 10px 10px}.merchantSupportEvidenceDisclosure{border:1px solid var(--line);background:#fff;border-radius:8px;grid-column:1/-1;overflow:hidden}.merchantSupportEvidenceDisclosure>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:10px 12px;list-style:none;display:flex}.merchantSupportEvidenceDisclosure>summary::-webkit-details-marker{display:none}.merchantSupportEvidenceDisclosure>summary>span:first-child{align-items:center;gap:10px;min-width:0;display:flex}.merchantSupportEvidenceDisclosure>summary svg{color:var(--accent);flex:none}.merchantSupportEvidenceDisclosure>summary strong,.merchantSupportEvidenceDisclosure>summary small{display:block}.merchantSupportEvidenceDisclosure>summary strong{color:var(--ink);font-size:13px}.merchantSupportEvidenceDisclosure>summary small{color:var(--muted);font-size:11px;line-height:1.3}.merchantSupportEvidenceBody{border-top:1px solid var(--line);gap:10px;padding:10px;display:grid}.merchantSupportEvidenceIntro{justify-content:space-between;align-items:center;gap:12px;display:flex}.merchantSupportEvidenceIntro>div{gap:3px;display:grid}.merchantSupportEvidenceIntro span{color:var(--muted);font-size:12px}.merchantSupportEvidenceControls{flex-wrap:wrap;gap:6px;display:flex}.merchantSupportEvidenceNotice,.merchantSupportEvidenceEmpty{background:#fff7ed;border:1px solid #fed7aa;border-radius:7px;gap:3px;padding:9px 10px;display:grid}.merchantSupportEvidenceNotice span,.merchantSupportEvidenceEmpty span{color:#7c2d12;font-size:12px}.merchantSupportEvidenceRows{border:1px solid var(--soft-line);border-radius:7px;overflow:hidden}.merchantSupportEvidenceRows>article{grid-template-columns:minmax(220px,1fr) minmax(150px,.35fr) auto;align-items:center;gap:8px 12px;padding:10px 12px;display:grid}.merchantSupportEvidenceRows>article+article{border-top:1px solid var(--soft-line)}.merchantSupportEvidenceRows>article>div{gap:2px;min-width:0;display:grid}.merchantSupportEvidenceRows>article>div span,.merchantSupportEvidenceRows>article>div small{color:var(--muted);overflow-wrap:anywhere;font-size:12px}.merchantSupportEvidenceRows>article>details{grid-column:1/-1}.merchantSupportEvidenceRows>article>details>summary{color:var(--accent);cursor:pointer;min-height:32px;padding:7px 0 0;font-size:12px;font-weight:800}.merchantSupportEvidenceRows dl{background:#f8fafc;border-radius:7px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:6px 0 0;padding:9px 10px;display:grid}.merchantSupportEvidenceRows dl>div{gap:2px;min-width:0;display:grid}.merchantSupportEvidenceRows dt{color:var(--muted);font-size:11px;font-weight:700}.merchantSupportEvidenceRows dd{overflow-wrap:anywhere;margin:0;font-size:12px}.sellerAlertPreferencePanel strong,.sellerAlertPreferencePanel small{min-width:0;display:block}.sellerAlertPreferencePanel strong{color:var(--ink);font-size:13px;line-height:1.2}.sellerAlertPreferencePanel small{color:var(--muted);font-size:12px;line-height:1.25}.sellerAlertPreferencePanel .preferenceWarning{color:#b45309}.sellerAlertPreferencePanel .preferenceSaveReason{color:#9a3412;grid-column:1/-1;font-weight:900}.sellerAlertPreferencePanel label{color:var(--ink);white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.sellerAlertPreferencePanel input[type=checkbox]{accent-color:var(--accent);width:15px;height:15px;margin:0}.sellerAlertPreferencePanel input[type=time]{color:var(--ink);font:inherit;border:1px solid #d8e0ea;border-radius:7px;max-width:86px;padding:5px 6px;font-size:12px}.notificationDeviceListPanel{background:#f8fffb;border:1px solid #0f766e2e;border-radius:8px;grid-column:1/-1;gap:8px;padding:9px 10px;display:grid}.notificationDeviceListHeader,.notificationDeviceRow{grid-template-columns:minmax(220px,1fr) auto auto auto;align-items:center;gap:8px;display:grid}.notificationDeviceListHeader{grid-template-columns:minmax(0,1fr)}.notificationDeviceListHeader strong,.notificationDeviceRow strong{color:var(--ink);font-size:13px;line-height:1.2;display:block}.notificationDeviceListHeader small,.notificationDeviceRow small,.notificationDeviceListPanel p{color:var(--muted);margin:0;font-size:12px;line-height:1.3}.notificationDeviceRow{border-top:1px solid #0f766e1f;padding-top:8px}.sellerAnnouncementStrip>button,.sellerAnnouncementEmpty{color:inherit;font:inherit;text-align:left;background:#f8fffb;border:1px solid #0f766e38;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:58px;padding:10px 12px;text-decoration:none;display:grid}.sellerAnnouncementStrip>button{cursor:pointer}.sellerAnnouncementStrip>button .statusBadge{white-space:nowrap}.sellerAnnouncementStrip>button:hover,.sellerAnnouncementStrip>button:focus-visible{border-color:#0f766e5c;outline:0;box-shadow:0 10px 22px #0f766e14}.sellerAnnouncementStrip>button.unread{background:#effdf6;border-color:#ca8a043d}.sellerAnnouncementStrip>button.sellerRequestAlert{background:#fffbeb;border-color:#f59e0b57}.sellerAnnouncementStrip>button.sellerRequestAlert>svg{color:var(--amber)}.sellerAnnouncementStrip>button.sellerPreviewAlert{background:#f8fafc;border-color:#d8e0ea}.sellerAnnouncementStrip>button.sellerPreviewAlert>svg,.sellerAnnouncementStrip>button>svg,.sellerAnnouncementEmpty>svg{color:var(--accent)}.sellerAnnouncementStrip strong,.sellerAnnouncementStrip small,.sellerAnnouncementEmpty strong,.sellerAnnouncementEmpty small{min-width:0;display:block}.sellerAnnouncementStrip strong,.sellerAnnouncementEmpty strong{font-size:13px;line-height:1.2}.sellerAnnouncementStrip small,.sellerAnnouncementEmpty small{color:var(--muted);font-size:12px;line-height:1.25}.sellerAnnouncementEmpty{grid-column:1/-1}@media (max-width:640px){.sellerAnnouncementStrip{grid-template-columns:1fr}.sellerAlertControls{grid-template-columns:auto minmax(0,1fr)}.sellerAlertControls .statusBadge,.sellerAlertControls button{justify-self:start}.sellerAlertPreferencePanel{grid-template-columns:1fr 1fr}.sellerAlertPreferencePanel>div,.sellerAlertPreferencePanel button{grid-column:1/-1}.notificationDeviceRow{grid-template-columns:minmax(0,1fr)}.merchantSupportEvidenceDisclosure>summary{align-items:flex-start}.merchantSupportEvidenceIntro{align-items:stretch;display:grid}.merchantSupportEvidenceIntro>button{width:100%}.merchantSupportEvidenceRows>article{grid-template-columns:minmax(0,1fr) auto;align-items:start}.merchantSupportEvidenceRows>article>div:nth-child(2),.merchantSupportEvidenceRows>article>details{grid-column:1/-1}.merchantSupportEvidenceRows>article>.statusBadge{grid-column:1/-1;justify-self:start;width:auto}.merchantSupportEvidenceRows dl{grid-template-columns:minmax(0,1fr)}.sellerAnnouncementStrip>button,.sellerAnnouncementEmpty{grid-column:1/-1}}.sellerWorkQueue{background:#f8fffb;border:1px solid #0f766e38;border-radius:8px;gap:10px;padding:12px;display:grid}.sellerWorkQueueLead{justify-content:space-between;align-items:center;gap:10px;display:flex}.sellerWorkQueueLeadActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.sellerWorkQueueLead span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.sellerWorkQueueLead strong{color:var(--ink);font-size:14px;line-height:1.25}.sellerWorkQueueScope{color:var(--muted);background:#0f766e14;border:1px solid #0f766e29;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 10px;line-height:1.35;display:flex}.sellerWorkQueueScope span{font-size:12px;font-weight:800}.sellerWorkQueueScope span:last-child{color:var(--ink);font-weight:700}.sellerWorkQueueCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.sellerWorkQueueCard{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:70px;padding:9px 10px;display:grid}.sellerWorkQueueCard:hover{border-color:#0f766e57;box-shadow:0 10px 22px #0f766e14}.sellerWorkQueueCard>svg{color:var(--accent)}.sellerWorkQueueCard div{gap:2px;min-width:0;display:grid}.sellerWorkQueueCard strong{font-size:13px;line-height:1.2}.sellerWorkQueueCard span{color:var(--muted);font-size:12px;line-height:1.3}.sellerWorkQueueAction{white-space:nowrap;font-weight:900;color:var(--accent)!important}.sellerWorkflowFocus{background:var(--panel);border:1px solid #0f766e33;border-radius:8px;grid-template-columns:minmax(220px,.6fr) minmax(0,1.4fr);gap:12px;padding:12px;display:grid;box-shadow:0 12px 28px #0f172a0d}.sellerWorkflowLead,.sellerWorkflowRow{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.sellerWorkflowLead div,.sellerWorkflowRow div{gap:2px;min-width:0;display:grid}.sellerWorkflowIcon{background:var(--accent-soft);color:var(--accent);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.sellerWorkflowLead span,.sellerWorkflowLead small,.sellerWorkflowRow span{color:var(--muted);font-size:12px;line-height:1.32}.sellerWorkflowLead>div>span{color:var(--accent);text-transform:uppercase;font-weight:900}.sellerWorkflowLead strong{color:var(--ink);font-size:17px;line-height:1.2}.sellerWorkflowRows{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.sellerWorkflowRow{background:var(--panel-soft);border:1px solid var(--line);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;min-height:70px;padding:10px}.sellerWorkflowRow strong{font-size:13px;line-height:1.2}.sellerTrustCommand{background:var(--panel);border:1px solid #0f766e38;border-radius:8px;grid-column:1/-1;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:12px;padding:12px;display:grid;box-shadow:0 12px 28px #0f172a0d}.sellerTrustCommand.warning{border-color:#b4530952}.sellerTrustCommand.ready{background:#f8fffb}.sellerTrustLead{grid-row:span 2;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.sellerTrustLead div{gap:3px;min-width:0;display:grid}.sellerTrustLead span,.sellerTrustLead small{color:var(--muted);font-size:12px;line-height:1.32}.sellerTrustLead>div>span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.sellerTrustLead strong{color:var(--ink);font-size:17px;line-height:1.2}.sellerTrustSteps,.sellerTrustCards{gap:8px;display:grid}.sellerTrustSteps{grid-template-columns:repeat(4,minmax(0,1fr))}.sellerTrustSteps span{background:var(--panel-soft);border:1px solid var(--line);color:#344054;text-align:center;border-radius:8px;min-height:34px;padding:8px 10px;font-size:12px;font-weight:900}.sellerTrustCards{grid-template-columns:repeat(4,minmax(0,1fr))}.sellerTrustCard{background:var(--panel-soft);border:1px solid var(--line);color:var(--ink);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:76px;padding:9px;display:grid}.sellerTrustCard:hover{border-color:#0f766e57;box-shadow:0 10px 22px #0f766e14}.sellerTrustCard>svg{color:var(--accent)}.sellerTrustCard div{gap:2px;min-width:0;display:grid}.sellerTrustCard span,.sellerTrustCard small{color:var(--muted);font-size:11px;line-height:1.25}.sellerTrustCard strong{color:var(--ink);font-size:15px;line-height:1.1}.sellerTrustCard>span{grid-column:1/-1;justify-self:flex-start}.merchantReviewIntegrityPanel{background:#f8fffb;border-block:1px solid #0f766e3d;gap:14px;margin:2px -18px 18px;padding:16px 18px;display:grid}.merchantReviewIntegrityPanel.warning{background:#fffaf4;border-color:#b4530947}.merchantReviewIntegrityHeader,.merchantReviewIntegrityHeader>div,.merchantCustomerTrustPreview{align-items:center;gap:10px;display:grid}.merchantReviewIntegrityHeader{grid-template-columns:minmax(0,1fr) auto}.merchantReviewIntegrityHeader>div{grid-template-columns:auto minmax(0,1fr);min-width:0}.merchantReviewIntegrityHeader>div>div,.merchantCustomerTrustPreview>div{gap:2px;min-width:0;display:grid}.merchantReviewIntegrityHeader span,.merchantReviewIntegrityHeader small,.merchantReviewIntegrityMetrics span,.merchantReviewIntegrityMetrics small,.merchantCustomerTrustPreview span,.merchantCustomerTrustPreview small{color:var(--muted);font-size:12px;line-height:1.35}.merchantReviewIntegrityHeader>div>div>span,.merchantCustomerTrustPreview span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.merchantReviewIntegrityHeader strong{color:var(--ink);font-size:17px;line-height:1.25}.merchantReviewIntegrityMetrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.merchantReviewIntegrityMetrics>div{border-left:1px solid var(--line);gap:3px;min-width:0;padding:5px 14px;display:grid}.merchantReviewIntegrityMetrics>div:first-child{border-left:0;padding-left:0}.merchantReviewIntegrityMetrics strong{color:var(--ink);font-size:21px;line-height:1.1}.merchantReviewCoverage{gap:7px;display:grid}.merchantReviewCoverage>div:first-child{justify-content:space-between;font-size:12px;display:flex}.merchantReviewCoverageTrack{background:#e2e8f0;border-radius:4px;height:7px;overflow:hidden}.merchantReviewCoverageTrack>span{background:#0f766e;min-width:3px;height:100%;display:block}.merchantReviewIntegrityPanel.warning .merchantReviewCoverageTrack>span{background:#d97706}.merchantReviewActions{border-top:1px solid var(--line);gap:7px;padding-top:12px;display:grid}.merchantReviewActions>strong{font-size:13px}.merchantReviewActions ol{color:#344054;gap:5px;margin:0;padding-left:20px;font-size:12px;line-height:1.4;display:grid}.merchantCustomerTrustPreview{background:#ecfdf3;border-left:3px solid #16a34a;grid-template-columns:auto minmax(0,1fr) auto;padding:10px 12px}.merchantCustomerTrustPreview>svg{color:#15803d}.merchantCustomerTrustPreview strong{font-size:13px;line-height:1.25}.sellerCashDeskCommand{background:var(--panel);border:1px solid #0f766e33;border-radius:8px;grid-column:1/-1;gap:12px;padding:12px;display:grid;box-shadow:0 12px 28px #0f172a0d}.sellerCashDeskCommand.warning{border-color:#b453094d}.sellerCashDeskCommand.ready{background:#f8fffb}.sellerCashDeskLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.sellerCashDeskLead div{gap:3px;min-width:0;display:grid}.sellerCashDeskLead div>span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.sellerCashDeskLead strong{color:var(--ink);font-size:17px;line-height:1.2}.sellerCashDeskLead small{color:var(--muted);font-size:12px;line-height:1.35}.sellerCashDeskCards{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.sellerCashDeskCard{background:var(--panel-soft);border:1px solid var(--line);color:inherit;cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;min-height:90px;padding:10px;display:grid}.sellerCashDeskCard:hover,.sellerCashDeskCard:focus-visible{border-color:#0f766e57;outline:0;box-shadow:0 10px 22px #0f766e14}.sellerCashDeskCard>svg{color:var(--accent);margin-top:2px}.sellerCashDeskCard div{gap:4px;min-width:0;display:grid}.sellerCashDeskCard strong{color:var(--ink);font-size:13px;line-height:1.2}.sellerCashDeskCard span{color:var(--muted);font-size:12px;line-height:1.35}.sellerCashDeskCard>span:last-child{grid-column:1/-1;justify-self:start}.sellerTriageBoard{background:var(--panel);border:1px solid #0f766e2e;border-radius:8px;grid-column:1/-1;gap:10px;padding:12px;display:grid}.sellerTriageLead{justify-content:space-between;align-items:center;gap:12px;display:flex}.sellerTriageLead div{gap:3px;min-width:0;display:grid}.sellerTriageLead span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.sellerTriageLead strong{color:var(--ink);font-size:16px;line-height:1.2}.sellerTriageRows{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.sellerTriageRow{background:var(--panel-soft);border:1px solid var(--line);color:inherit;cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:auto auto minmax(0,1fr);align-items:start;gap:6px;min-height:112px;padding:10px;display:grid}.sellerTriageRow:hover{border-color:#0f766e57;box-shadow:0 10px 22px #0f766e14}.sellerTriageStep{color:var(--accent);background:#0f766e1a;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:900;display:inline-flex}.sellerTriageRow svg{color:var(--accent);margin-top:2px}.sellerTriageRow div{gap:4px;min-width:0;display:grid}.sellerTriageRow strong{color:var(--ink);font-size:13px;line-height:1.18}.sellerTriageRow small{color:var(--muted);font-size:12px;line-height:1.35}.sellerTriageRow>span:last-child{grid-column:1/-1;justify-self:start}.sellerWorkspacePane,.sellerWorkspaceHidden{display:none!important}.metricGrid.sellerWorkspacePane.active,.topGrid.sellerWorkspacePane.active,.settingsGrid.sellerWorkspacePane.active,.bottomGrid.sellerWorkspacePane.active{display:grid!important}.panel.sellerWorkspacePane.active{display:block!important}.trustWorkspaceGrid{grid-template-columns:minmax(0,1fr)}.accessShell{background:linear-gradient(180deg, #0f766e1a, #1d4ed80d), var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:22px;display:flex}.accessPanel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:18px;width:100%;max-width:440px;padding:24px;display:grid}.accessBrand{align-items:center;gap:12px;display:flex}.accessMark{border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.accessLogo{object-fit:cover;border-radius:8px;width:44px;height:44px;display:block}.merchantAccessMark{flex:0 0 44px}.accessPanel h1{font-size:30px}.accessBrandName{color:var(--ink);font-size:15px;font-weight:900;line-height:1.2}.accessCopy{color:var(--muted);line-height:1.5}.accessNotice{border-radius:8px;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.45}.accessNotice.danger{color:var(--danger);background:#fee2e2}.accessNotice.warning{color:var(--amber);background:#fef3c7}.accessReadinessGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.accessReadinessGrid span{border:1px solid var(--line);color:var(--muted);text-transform:uppercase;background:#f8fafc;border-radius:8px;gap:2px;min-height:46px;padding:8px 9px;font-size:11px;font-weight:900;line-height:1.25;display:grid}.accessReadinessGrid strong{color:var(--ink);text-overflow:ellipsis;text-transform:none;white-space:nowrap;font-size:12px;overflow:hidden}.accessForm{gap:10px;display:grid}.accessChannelGroup{border:1px solid var(--line);border-radius:8px;gap:8px;margin:0;padding:10px;display:grid}.accessChannelGroup legend{color:#344054;padding:0 4px;font-size:13px;font-weight:900}.accessChannelOptions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.accessChannelOption{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#f8fafc;border-radius:8px;align-items:center;gap:7px;min-height:38px;padding:7px 8px;font-size:12px;display:flex}.accessChannelOption input{accent-color:var(--accent);margin:0}.accessChannelOption:has(input:checked){border-color:var(--accent);background:#e6f4f1}.accessChannelOption:has(input:disabled){cursor:not-allowed;opacity:.55}.accessChannelGroup small{color:var(--muted);font-size:11px;line-height:1.35}.accessForm label{color:#344054;font-size:13px;font-weight:900}.accessForm input[type=password],.accessForm input[type=email],.accessForm input[type=tel],.accessForm input[type=text]{border:1px solid var(--line);border-radius:8px;outline:0;min-height:44px;padding:0 12px}.accessForm input[type=password]:focus,.accessForm input[type=email]:focus,.accessForm input[type=tel]:focus,.accessForm input[type=text]:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e29}@media (max-width:520px){.accessChannelOptions,.accessReadinessGrid{grid-template-columns:1fr}}.phoneInputGroup{border:1px solid var(--line);border-radius:8px;align-items:center;min-height:44px;display:flex;overflow:hidden}.phoneInputGroup:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e29}.phoneInputGroup span{border-right:1px solid var(--line);color:var(--accent);background:#f8fafc;align-self:stretch;align-items:center;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.accessForm .phoneInputGroup input[type=tel]{box-shadow:none;border:0;border-radius:0;flex:1;min-height:42px;padding-left:10px}.accessForm .phoneInputGroup input[type=tel]:focus{box-shadow:none;border:0}.accessDivider{color:var(--muted);text-transform:uppercase;justify-content:center;align-items:center;gap:10px;margin:4px 0;font-size:12px;font-weight:900;display:flex}.accessDivider:before,.accessDivider:after{background:var(--line);content:"";flex:1;height:1px}.accessButtonContent{justify-content:center;align-items:center;gap:8px;display:inline-flex}.metricGrid,.topGrid,.bottomGrid,.profileGrid,.reportGrid{gap:14px;display:grid}.metricGrid{grid-template-columns:repeat(6,minmax(0,1fr))}.topGrid,.bottomGrid{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)}.bottomGrid.singleModuleGrid{grid-template-columns:minmax(0,1fr)}.bottomGrid.singleModuleGrid>.panel,.bottomGrid.singleModuleGrid>.sideStack{grid-column:1/-1}.metricCard,.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px}.metricCard{gap:9px;min-height:154px;padding:16px;display:grid}.metricIcon{background:var(--accent-soft);color:var(--accent);width:36px;height:36px}.metricIcon svg,.listIcon svg{width:18px;height:18px}.metricCard span,.profileItem span,.profileItem small,.orderMeta span,.orderFacts,.requestRow p,.requestTopline span,.listItem span,.settlementRow span{color:var(--muted)}.metricCard strong{font-size:30px;line-height:1}.panel{overflow:hidden}.panelHeader{border-bottom:1px solid var(--line);min-height:58px;padding:14px 16px}.panelHeaderActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.merchantOrderDesktopTools{gap:8px;display:flex}.merchantOrderMobileTools{display:none;position:relative}.merchantOrderMobileTools>summary{background:var(--panel-soft);border:1px solid var(--line);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;list-style:none;display:inline-flex}.merchantOrderMobileTools>summary::-webkit-details-marker{display:none}.merchantOrderMobileTools>summary:focus-visible{outline-offset:2px;outline:3px solid #087f7033}.merchantOrderMobileToolsMenu{border:1px solid var(--line);z-index:30;background:#fff;border-radius:8px;gap:6px;width:220px;padding:8px;display:grid;position:absolute;top:42px;right:0;box-shadow:0 12px 30px #0f172a29}.merchantOrderMobileToolsMenu button{justify-content:flex-start;width:100%;min-height:42px}.mobileAccordionToggle{background:var(--panel-soft);border:1px solid var(--line);color:var(--ink);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:none}.mobileAccordionToggle svg{transition:transform .16s}.mobileAccordionOpen .mobileAccordionToggle svg{transform:rotate(180deg)}.profileGrid{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px}.profileItem{background:var(--panel-soft);border-radius:8px;gap:5px;min-height:96px;padding:12px;display:grid}.profileItem span,.profileItem small{font-size:12px;line-height:1.35}.profileItem strong{font-size:16px}.checkoutDefaultsBox{border-top:1px solid var(--line);gap:12px;padding:16px;display:grid}.operationalWhatsappPanel{border-top:1px solid var(--line);gap:12px;padding:14px 16px;display:grid}.operationalWhatsappLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.operationalWhatsappLead>div{gap:3px;display:grid}.operationalWhatsappLead span,.operationalWhatsappPanel small,.operationalWhatsappPhrase span{color:var(--muted);font-size:12px;line-height:1.45}.operationalWhatsappIcon{background:#e7f5f2;border:1px solid #b7ddd6;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;color:#087f6f!important}.operationalWhatsappControls{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.operationalWhatsappControls label{gap:5px;font-size:12px;font-weight:700;display:grid}.operationalWhatsappControls input,.operationalWhatsappControls select{width:100%;min-width:0}.operationalWhatsappActions{flex-wrap:wrap;gap:8px;display:flex}.operationalWhatsappPhrase{background:#f4f8f7;border:1px solid #cfe3df;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:10px;display:grid}.operationalWhatsappPhrase code{color:var(--text);font-weight:800}.operationalWhatsappPhrase button{color:#087f6f;cursor:pointer;background:0 0;border:0;font-weight:800}@media (max-width:720px){.operationalWhatsappControls,.operationalWhatsappPhrase{grid-template-columns:1fr}.operationalWhatsappLead{grid-template-columns:auto minmax(0,1fr)}.operationalWhatsappLead>:last-child{grid-column:2;justify-self:start}}.checkoutDefaultsLead{gap:4px;display:grid}.checkoutDefaultsLead span{color:var(--muted);font-size:12px;line-height:1.4}.checkoutDefaultsBox>.checkoutDefaultsLead{order:1}.checkoutDefaultsBox>.checkoutDefaultsLock{order:2}.checkoutDefaultsBox>.settingsModuleTabs{order:3}.checkoutDefaultsBox>.settingsDeliveryLead{order:4}.checkoutDefaultsBox>.checkoutDefaultsGrid{order:5}.checkoutDefaultsBox>.settingsModuleSummary,.checkoutDefaultsBox>.merchantLogisticsReadiness{order:7}.checkoutDefaultsBox>.checkoutDefaultsActions{order:6}.checkoutDefaultsLock{margin:-2px 0 0}.shopCustomerOrderMirror{background:#f8fafc;border:1px solid #2563eb2e;border-radius:8px;gap:10px;padding:10px 12px;display:grid}.shopCustomerOrderMirrorLead{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:flex-start;gap:10px;list-style:none;display:grid}.shopCustomerOrderMirrorLead::-webkit-details-marker{display:none}.merchantCodClosureDetails>summary::-webkit-details-marker{display:none}.shopCustomerOrderMirrorLead>svg:last-child,.merchantCodClosureDetails>summary svg{color:var(--muted);transition:transform .16s}.shopCustomerOrderMirror[open] .shopCustomerOrderMirrorLead>svg:last-child,.merchantCodClosureDetails[open]>summary svg{transform:rotate(180deg)}.shopCustomerOrderMirrorLead:focus-visible,.merchantCodClosureDetails>summary:focus-visible{outline-offset:3px;outline:3px solid #0f766e33}.shopCustomerOrderMirrorLead svg{color:var(--blue);margin-top:1px}.shopCustomerOrderMirrorLead strong,.shopCustomerOrderMirrorLead span{display:block}.shopCustomerOrderMirrorLead strong{color:var(--ink);font-size:13px;font-weight:900;line-height:1.25}.shopCustomerOrderMirrorLead span{color:var(--muted);margin-top:2px;font-size:12px;font-weight:700;line-height:1.35}.shopCustomerOrderMirrorFacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.shopCustomerOrderMirrorFacts span{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:8px;gap:3px;min-height:64px;padding:8px 9px;font-size:11px;font-weight:800;line-height:1.35;display:grid}.shopCustomerOrderMirrorFacts strong{color:var(--ink);font-size:12px;font-weight:900;line-height:1.25}.checkoutDefaultsPreview{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.checkoutDefaultsPreview>div{background:#f8fffb;border:1px solid #0f766e29;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:3px 8px;padding:9px 10px;display:grid}.checkoutDefaultsPreview>div.checkoutDefaultsBlocker{background:#fff7ed;border-color:#fed7aa}.checkoutDefaultsPreview svg{color:var(--accent);margin-top:1px}.checkoutDefaultsPreview>div.checkoutDefaultsBlocker svg,.checkoutDefaultsPreview>div.checkoutDefaultsBlocker strong{color:#9a3412}.checkoutDefaultsPreview strong{color:var(--ink);font-size:13px;line-height:1.25}.checkoutDefaultsPreview span{color:var(--muted);grid-column:2;font-size:11px;font-weight:800;line-height:1.35}.shopPaymentProviderRailStrip{background:#f8fafc;border:1px solid #2563eb2e;border-radius:8px;gap:9px;padding:10px 12px;display:grid}.shopPaymentProviderRailLead{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:flex-start;gap:10px;list-style:none;display:grid}.shopPaymentProviderRailLead::-webkit-details-marker{display:none}.shopCloseSafetyStrip>summary::-webkit-details-marker{display:none}.shopPaymentProviderRailLead>svg:last-child,.shopCloseSafetyStrip>summary>svg:last-child{color:var(--muted);transition:transform .16s}.shopPaymentProviderRailStrip[open] .shopPaymentProviderRailLead>svg:last-child,.shopCloseSafetyStrip[open]>summary>svg:last-child{transform:rotate(180deg)}.shopPaymentProviderRailLead svg{color:var(--blue);margin-top:1px}.shopPaymentProviderRailLead strong,.shopPaymentProviderRailLead span{display:block}.shopPaymentProviderRailLead strong{color:var(--ink);font-size:13px;font-weight:900;line-height:1.25}.shopPaymentProviderRailLead span{color:var(--muted);margin-top:2px;font-size:12px;font-weight:700;line-height:1.35}.shopPaymentProviderRailFacts{flex-wrap:wrap;gap:6px;display:flex}.shopPaymentProviderRailBody{border-top:1px solid var(--line);gap:8px;padding-top:9px;display:grid}.shopPaymentProviderRailBody p{color:var(--muted);margin:0;font-size:12px;font-weight:700;line-height:1.4}.checkoutDefaultsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.checkoutDefaultsGrid label{color:#334155;gap:5px;font-size:12px;font-weight:900;display:grid}.checkoutDefaultsGrid input,.checkoutDefaultsGrid select{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;min-height:42px;padding:9px 10px}.checkoutDefaultsGrid .toggleLabel{background:var(--panel-soft);border:1px solid var(--line);border-radius:8px;align-items:center;min-height:42px;padding:9px 10px;display:flex}.checkoutDefaultsGrid .toggleLabel input{width:auto;min-height:0}.sellerDeliveryGuidance{color:var(--accent);background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.sellerDeliveryGuidance strong,.sellerDeliveryGuidance span{display:block}.sellerDeliveryGuidance strong{color:var(--ink);margin-bottom:2px;font-size:13px;font-weight:900}.sellerDeliveryGuidance span{color:#475569;font-size:12px;font-weight:700;line-height:1.45}.shopCloseSafetyStrip{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:10px 12px;display:grid}.shopCloseSafetyStrip>summary{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;list-style:none;display:grid}.shopCloseSafetyStrip>summary>span{min-width:0}.shopCloseSafetyBody{border-top:1px solid #fed7aa;gap:3px;margin-top:9px;padding-top:9px;display:grid}.shopCloseSafetyStrip strong,.shopCloseSafetyStrip span,.shopCloseSafetyStrip small{display:block}.shopCloseSafetyStrip strong{color:var(--ink);margin-bottom:2px;font-size:13px;font-weight:900}.shopCloseSafetyStrip>summary small{color:#9a3412;margin-top:2px;font-size:11px;font-weight:800}.shopCloseSafetyStrip span,.shopCloseSafetyStrip small{color:#475569;font-size:12px;font-weight:750;line-height:1.45}.shopCloseSafetyStrip small{color:#9a3412;margin-top:3px}.merchantLogisticsReadiness{background:#f8fffb;border:1px solid #0f766e29;border-radius:8px;gap:9px;padding:10px 12px;display:grid}.merchantLogisticsReadinessLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:8px;display:grid}.merchantLogisticsReadinessLead svg{color:var(--accent);margin-top:2px}.merchantLogisticsReadinessLead strong,.merchantLogisticsFacts strong{color:var(--ink);font-size:13px;line-height:1.25;display:block}.merchantLogisticsReadinessLead span,.merchantLogisticsFacts span{color:#475569;font-size:12px;font-weight:750;line-height:1.4;display:block}.merchantLogisticsDisclosureList{border-bottom:1px solid #0f766e24;display:grid}.merchantLogisticsDisclosure{border-top:1px solid #0f766e24;min-width:0}.merchantLogisticsDisclosure>summary{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:44px;padding:8px 2px;list-style:none;display:grid}.merchantLogisticsDisclosure>summary::-webkit-details-marker{display:none}.merchantLogisticsDisclosure>summary:after{color:var(--accent);content:"+";font-size:18px;font-weight:900;line-height:1}.merchantLogisticsDisclosure[open]>summary:after{content:"-"}.merchantLogisticsDisclosure>summary:hover,.merchantLogisticsDisclosure>summary:focus-visible{background:#effaf6;outline:2px solid #0000}.merchantLogisticsDisclosure>summary>svg{color:var(--accent)}.merchantLogisticsDisclosure>summary>span{gap:2px;min-width:0;display:grid}.merchantLogisticsDisclosure>summary strong,.merchantLogisticsDisclosure>summary small{min-width:0;display:block}.merchantLogisticsDisclosure>summary strong{color:var(--ink);font-size:13px;line-height:1.25}.merchantLogisticsDisclosure>summary small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.3}.merchantLogisticsDisclosureBody{gap:9px;padding:2px 0 10px 26px;display:grid}.merchantLogisticsFacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.merchantDispatchRecommendationRail{gap:7px;display:grid}.merchantDispatchRecommendationRail>div:first-child{gap:3px;display:grid}.merchantDispatchRecommendationRail strong{color:var(--ink);font-size:13px;font-weight:900;line-height:1.25}.merchantDispatchRecommendationRail span,.merchantDispatchRecommendationRail small{color:#475569;font-size:12px;font-weight:750;line-height:1.4}.merchantDispatchRecommendationRail small{color:#0f766e;font-weight:850}.merchantDispatchRecommendationBadges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.merchantLogisticsFacts>span{padding:2px 0}.merchantLogisticsProviderList{flex-wrap:wrap;gap:6px;display:flex}.merchantLogisticsProviderList>span{border:1px solid var(--line);color:#334155;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:5px 7px;font-size:11px;font-weight:900;display:inline-flex}.merchantLogisticsCourierMap{color:#475569;margin:-2px 0 0;font-size:11px;font-weight:750;line-height:1.35}.merchantLogisticsCourierMap strong{color:var(--ink);font-weight:900}.merchantLogisticsPrivacy{color:#0f766e;background:#0f766e12;border:1px solid #0f766e1f;border-radius:8px;margin:0;padding:6px 8px;font-size:11px;font-weight:900;line-height:1.35}.merchantLogisticsCopyMessage{color:var(--accent);margin:-2px 0 0;font-size:12px;font-weight:900}.checkoutDefaultsActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.performanceList,.compactList,.complaintList,.requestList,.orderList{display:grid}.performanceList{gap:14px;padding:16px}.progressRow{gap:8px;display:grid}.progressRow span{color:var(--muted);font-size:13px}.progressTrack{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.progressTrack span{background:linear-gradient(90deg, var(--accent), var(--blue));height:100%;display:block}.orderRow,.requestRow,.listItem{border-bottom:1px solid var(--line)}.orderRow.selected{box-shadow:inset 3px 0 0 var(--accent);background:#f0fdfa}.merchantOrderBatchTools{border-bottom:1px solid var(--line);color:var(--muted);min-height:var(--wm-row-default);background:#f8fffb;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 14px;display:flex}.merchantOrderBatchTools>span{font-size:12px;font-weight:700}.merchantOrderGroup{border-bottom:1px solid var(--line);display:grid}.merchantOrderGroup:last-child{border-bottom:0}.merchantOrderGroupHeader{border-bottom:1px solid var(--soft-line);background:#f8fafc;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:44px;padding:7px 10px;display:grid}.merchantOrderGroupHeader>div:first-child{gap:2px;min-width:0;display:grid}.merchantOrderGroupHeader strong{color:var(--ink);font-size:13px;line-height:1.2}.merchantOrderGroupHeader span{color:var(--muted);font-size:12px;line-height:1.25}.merchantOrderGroupMeta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.merchantOrderGroupRows{display:grid}.merchantOrderSelectAll,.orderMetaHeader,.merchantOrderSelectionCell{align-items:center;display:inline-flex}.merchantOrderSelectAll{color:var(--ink);gap:7px;font-size:13px;font-weight:900}.orderMetaHeader{gap:7px;min-width:0}.merchantOrderSelectionCell{color:var(--accent);flex:none;gap:5px}.merchantOrderSelectAll input,.merchantOrderSelectionCell input{accent-color:var(--accent);width:16px;height:16px;margin:0}.merchantOrderCommandStrip{border-bottom:1px solid var(--line);background:#f8fffb;grid-template-columns:minmax(210px,.65fr) minmax(0,1.35fr);gap:8px;padding:10px 14px;display:grid}.merchantOrderCommandDisclosure>summary{display:none}.merchantOrderCommandDisclosure>.merchantOrderCommandStrip{display:grid!important}.merchantOrderCommandLead,.merchantOrderCommandCard{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;display:grid}.merchantOrderCommandLead{border-right:1px solid var(--line);padding-right:12px}.merchantOrderCommandLead>svg,.merchantOrderCommandCard>svg{color:var(--accent)}.merchantOrderCommandLead div,.merchantOrderCommandCard div{gap:2px;min-width:0;display:grid}.merchantOrderCommandLead strong,.merchantOrderCommandCard strong{color:var(--ink);font-size:13px;line-height:1.2}.merchantOrderCommandLead span,.merchantOrderCommandCard span,.merchantOrderCommandCard small{color:var(--muted);font-size:12px;line-height:1.28}.merchantOrderCommandCards{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.merchantOrderCommandCard{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;min-height:56px;padding:7px 8px}.merchantOrderFreshness{border-bottom:1px solid var(--line);color:var(--muted);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 18px;min-height:36px;padding:8px 14px;font-size:12px;display:flex}.merchantOrderFreshness span:last-child{color:#0f766e;font-variant-numeric:tabular-nums;font-weight:800}.merchantOrderFreshness.preview span:last-child{color:var(--muted);font-weight:600}.merchantCodClosure{border-bottom:1px solid var(--line);background:#f8fffb;gap:8px;padding:10px 14px;display:grid}.merchantCodClosure.warning{background:#fffaf0}.merchantCodClosureLead{align-items:center;gap:10px;min-width:0;display:flex}.merchantCodClosureLead>svg{color:var(--accent);flex:none}.merchantCodClosureLead div{gap:2px;min-width:0;display:grid}.merchantCodClosureLead strong{color:var(--ink);font-size:13px}.merchantCodClosureLead span{color:var(--muted);font-size:12px;line-height:1.3}.merchantCodClosureCards{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.merchantCodClosureDetails{gap:8px;display:grid}.merchantCodClosureDetails>summary{color:var(--accent);cursor:pointer;align-items:center;gap:6px;width:fit-content;min-height:28px;font-size:12px;font-weight:900;list-style:none;display:flex}.merchantCodClosureCard{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:8px;align-items:flex-start;gap:3px;min-height:78px;padding:8px;display:grid}.merchantCodClosureCard:hover,.merchantCodClosureCard:focus-visible{border-color:#0f766e6b;outline:none;transform:translateY(-1px)}.merchantCodClosureCard>svg{color:var(--accent)}.merchantCodClosureCard span,.merchantCodClosureCard small{color:var(--muted);font-size:12px;line-height:1.25}.merchantCodClosureCard strong{color:var(--ink);font-size:14px}.merchantOrderCommandCard .statusBadge,.merchantCodClosureCard .statusBadge{justify-self:start}.orderRow{grid-template-columns:minmax(190px,.78fr) minmax(178px,.7fr) minmax(260px,1.08fr) minmax(290px,.9fr);align-items:start;gap:6px 8px;padding:7px 10px;display:grid}.orderMeta{gap:3px;min-width:0;display:grid}.orderMeta strong{font-size:15px;line-height:1.2}.orderMeta span,.orderFacts span{text-overflow:ellipsis;min-width:0;overflow:hidden}.sourceDetail{color:var(--ink);font-size:12px;font-weight:700}.orderFacts{gap:3px;min-width:0;font-size:13px;display:grid}.sourcePill{color:#1d4ed8;background:#eef6ff;border:1px solid #bfdbfe;border-radius:999px;place-self:start;padding:3px 8px;font-size:12px;font-weight:800;display:inline-flex}.sourcePill.nearby{color:#047857;background:#ecfdf5;border-color:#99f6e4}.sourcePill.warning{color:#b45309;background:#fffbeb;border-color:#fcd34d}.merchantOrderRowPassport{border:1px solid var(--soft-line);background:#fff;border-radius:8px;grid-column:1/-1;grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(0,1.8fr) minmax(0,.8fr) minmax(0,1fr);gap:6px;min-height:40px;padding:6px;display:grid}.merchantOrderRowPassport>span{border:1px solid var(--soft-line);background:#f8fafc;border-radius:8px;gap:2px;min-width:0;padding:5px 7px;display:grid}.merchantOrderRowPassport>span.ready{background:#ecfdf5;border-color:#0d80702e}.merchantOrderRowPassport>span.warning{background:#fffbeb;border-color:#b4530933}.merchantOrderRowPassport>span.blocked{background:#fff1f2;border-color:#be123c2e}.merchantOrderRowPassport strong,.merchantOrderRowPassport small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.merchantOrderRowPassport strong{color:var(--ink);text-transform:uppercase;font-size:11px;line-height:1.15}.merchantOrderRowPassport small{color:var(--muted);font-size:11px;font-weight:850;line-height:1.2}.merchantOrderRowPassport .riderCashFact small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;overflow:visible}.merchantOrderNextAction{border:1px solid var(--line);min-height:var(--wm-row-default);border-radius:8px;grid-column:3/5;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 8px;display:grid}.merchantOrderSafeguards{border:1px solid var(--soft-line);border-radius:8px;grid-column:1/-1;min-width:0}.merchantOrderSafeguards>summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:42px;padding:7px 9px;list-style:none;display:flex}.merchantOrderSafeguards>summary::-webkit-details-marker{display:none}.merchantOrderSafeguards>summary>span{align-items:center;gap:8px;min-width:0;display:flex}.merchantOrderSafeguards>summary strong,.merchantOrderSafeguards>summary small{line-height:1.25;display:block}.merchantOrderSafeguards>summary strong{color:var(--ink);font-size:12px}.merchantOrderSafeguards>summary small{color:var(--muted);font-size:11px;font-weight:750}.merchantOrderSafeguards>summary svg{color:var(--accent);flex:none}.merchantOrderSafeguards>summary>span:last-child>svg{transition:transform .16s}.merchantOrderSafeguards[open]>summary>span:last-child>svg{transform:rotate(180deg)}.merchantOrderSafeguards[open]{gap:6px;padding:0 6px 6px;display:grid}.merchantOrderSafeguards[open]>summary{margin:0 -6px}.merchantOrderNextAction.ready,.merchantOrderNextAction.complete{background:#ecfdf5;border-color:#bbf7d0}.merchantOrderNextAction.warning{background:#fffbeb;border-color:#fde68a}.merchantOrderNextAction.blocked{background:#fff1f2;border-color:#fecdd3}.merchantOrderNextAction strong,.merchantOrderNextAction span{display:block}.merchantOrderNextAction span{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.25}.nearbyOrderConversionPanel{background:#f8fafc;border:1px solid #bae6fd;border-radius:8px;grid-column:1/5;gap:8px;padding:8px;display:grid}.nearbyOrderConversionLead{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;display:grid}.nearbyOrderConversionLead svg{color:#047857;margin-top:1px}.nearbyOrderConversionLead strong,.nearbyOrderConversionLead span{display:block}.nearbyOrderConversionLead span,.nearbyOrderConversionActions small,.nearbyOrderConversionNote{color:var(--muted);margin:0;font-size:12px;line-height:1.3}.nearbyOrderConversionFacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.nearbyOrderConversionFacts span{border:1px solid var(--line);background:#fff;border-radius:8px;gap:2px;min-width:0;padding:6px 8px;display:grid}.nearbyOrderConversionFacts strong{color:var(--ink);font-size:11px;line-height:1.2}.nearbyOrderConversionActions{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.merchantOrderPreAction{border:1px solid var(--line);min-height:var(--wm-row-default);border-radius:8px;grid-column:1/-1;grid-template-columns:minmax(220px,.55fr) minmax(0,1fr);align-items:center;gap:8px;padding:6px 8px;display:grid}.merchantOrderPreAction.ready,.merchantOrderPreAction.complete{background:#f0fdf4;border-color:#bbf7d0}.merchantOrderPreAction.warning{background:#fffbeb;border-color:#fde68a}.merchantOrderPreAction.blocked{background:#fff1f2;border-color:#fecdd3}.merchantOrderPreActionLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:7px;min-width:0;display:grid}.merchantOrderPreActionLead svg{color:var(--accent);margin-top:1px}.merchantOrderPreActionLead strong,.merchantOrderPreActionLead span,.merchantOrderPreActionItems strong,.merchantOrderPreActionItems small{min-width:0;display:block}.merchantOrderPreActionLead strong{color:var(--ink);font-size:12px;line-height:1.2}.merchantOrderPreActionLead span{color:var(--muted);font-size:11px;font-weight:800;line-height:1.25}.merchantOrderPreActionItems{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.merchantOrderPreActionItems>span{border:1px solid var(--soft-line);background:#fff;border-radius:8px;min-width:0;padding:5px 7px}.merchantOrderPreActionItems>span.ready{background:#ecfdf5;border-color:#0d80702e}.merchantOrderPreActionItems>span.warning{background:#fffbeb;border-color:#b4530933}.merchantOrderPreActionItems>span.blocked{background:#fff1f2;border-color:#be123c2e}.merchantOrderPreActionItems strong{color:var(--ink);text-transform:uppercase;font-size:11px;line-height:1.15}.merchantOrderPreActionItems small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;font-weight:850;line-height:1.2;overflow:hidden}.merchantOrderProgressRail{border:1px solid var(--line);min-height:var(--wm-row-default);background:#fff;border-radius:8px;grid-column:1/4;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:6px 7px;display:grid}.merchantOrderProgressStep{gap:5px;min-width:0;display:grid;position:relative}.merchantOrderProgressDot{border:2px solid #cbd5e1;border-radius:999px;width:12px;height:12px}.merchantOrderProgressConnector{background:#e2e8f0;height:2px;position:absolute;top:5px;left:18px;right:6px}.merchantOrderProgressStep.done .merchantOrderProgressDot,.merchantOrderProgressStep.active .merchantOrderProgressDot{background:var(--accent);border-color:var(--accent)}.merchantOrderProgressStep.active .merchantOrderProgressDot{box-shadow:0 0 0 4px #00796b1f}.merchantOrderProgressStep.done .merchantOrderProgressConnector{background:#00796b59}.merchantOrderProgressStep strong,.merchantOrderProgressStep span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.merchantOrderProgressStep strong{color:var(--ink);font-size:11px;line-height:1.2}.merchantOrderProgressStep span{color:var(--muted);font-size:11px;font-weight:800}.merchantOrderProgressStep.muted{opacity:.58}.merchantOrderHandoffGate{border:1px solid var(--line);min-height:var(--wm-row-default);border-radius:8px;grid-column:1/-1;grid-template-columns:minmax(220px,.68fr) minmax(0,1fr);align-items:center;gap:8px;padding:6px 8px;display:grid}.merchantOrderHandoffGate.ready,.merchantOrderHandoffGate.complete{background:#f0fdf4;border-color:#bbf7d0}.merchantOrderHandoffGate.warning{background:#fff7ed;border-color:#fed7aa}.merchantOrderHandoffGate.blocked{background:#fff1f2;border-color:#fecdd3}.merchantOrderHandoffGateLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:7px;min-width:0;display:grid}.merchantOrderHandoffGateLead svg{color:var(--accent);margin-top:1px}.merchantOrderHandoffGateLead strong,.merchantOrderHandoffGateLead span,.merchantOrderHandoffGateFacts strong,.merchantOrderHandoffGateFacts small{min-width:0;display:block}.merchantOrderHandoffGateLead strong{color:var(--ink);font-size:12px;line-height:1.2}.merchantOrderHandoffGateLead span{color:var(--muted);font-size:11px;font-weight:800;line-height:1.25}.merchantOrderHandoffGateFacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.merchantOrderHandoffGateFacts>span{border:1px solid var(--soft-line);background:#fff;border-radius:8px;min-width:0;padding:5px 7px}.merchantOrderHandoffGateFacts>span.ready{background:#ecfdf5;border-color:#0d80702e}.merchantOrderHandoffGateFacts>span.warning{background:#fffbeb;border-color:#b4530933}.merchantOrderHandoffGateFacts>span.blocked{background:#fff1f2;border-color:#be123c2e}.merchantOrderHandoffGateFacts strong{color:var(--ink);text-transform:uppercase;font-size:11px;line-height:1.15}.merchantOrderHandoffGateFacts small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;font-weight:850;line-height:1.2;overflow:hidden}.packingBox{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;display:grid}.qualityBox{background:#f0fdfa;border-color:#99f6e4;grid-template-columns:repeat(3,minmax(0,1fr))}.orderProofMediaGuard,.packingBox>.uploadQualityReport{grid-column:1/-1}.orderProofMediaGuard{background:#fff;border:1px solid #0d94882e;border-radius:8px;gap:8px;padding:9px 10px;display:grid}.orderProofMediaGuard>div:first-child{align-items:flex-start;gap:8px;min-width:0;display:flex}.orderProofMediaGuard svg{color:var(--accent);flex:none;margin-top:1px}.orderProofMediaGuard span,.orderProofMediaGuard strong,.orderProofMediaGuard small{min-width:0;display:block}.orderProofMediaGuard strong{color:var(--accent);font-size:12px;line-height:1.2}.orderProofMediaGuard small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.3}.orderProofMediaGuard>div:last-child{flex-wrap:wrap;gap:5px;display:flex}.orderProofMediaGuard>div:last-child span{color:var(--accent);background:#ecfdf5;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:900;line-height:1.2}.orderToolRail{grid-column:1/3;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:6px;display:grid}.orderToolRail button{border:1px solid var(--line);color:var(--muted);cursor:pointer;font:inherit;text-align:left;background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;min-height:34px;padding:0 8px;font-size:12px;font-weight:900;display:grid}.orderToolRail button.active{color:var(--accent);background:#ecfdf5;border-color:#5eead4}.orderToolRail button svg:last-child{transition:transform .16s}.orderToolRail button.active svg:last-child{transform:rotate(180deg)}.orderRow>.rowActions{border:1px solid var(--soft-line);background:#f8fafc;border-radius:8px;grid-column:3/5;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:center;gap:6px;min-height:34px;padding:6px 8px;display:grid}.orderActionSummary{gap:2px;min-width:0;display:grid}.orderActionHeadline{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.orderActionSummary strong{color:var(--ink);font-size:13px;line-height:1.2}.orderActionSummary span{color:var(--muted);font-size:12px;line-height:1.25}.orderActionButtons{flex-wrap:wrap;justify-content:flex-end;gap:6px;min-width:260px;display:flex}.orderActionButtons button{min-height:30px!important;padding-left:9px!important;padding-right:9px!important}.packingBox label{color:var(--muted);letter-spacing:0;gap:4px;font-size:11px;font-weight:800;display:grid}.packingBox input,.packingBox textarea{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;width:100%;min-height:34px;padding:0 10px}.packingBox textarea{font:inherit;resize:vertical;min-height:64px;padding:8px 10px;line-height:1.35}.rejectBox{border-color:#fecdd3}.rejectActions{justify-content:space-between;align-items:center;gap:8px;display:flex}.rejectActions>span{color:var(--muted);font-size:11px;font-weight:800}.proofUploadDrop{color:var(--accent);cursor:pointer;background:#fff;border:1px dashed #a7c9c4;border-radius:8px;min-height:72px;padding:10px 12px;position:relative}.proofUploadDrop strong,.proofUploadDrop span{line-height:1.25;display:block}.proofUploadDrop span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.proofUploadDrop input{opacity:0;position:absolute;inset:0}.packingChecklist{flex-wrap:wrap;gap:6px;display:flex}.checkChip{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:5px;min-height:30px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.checkChip.active{background:var(--accent-soft);color:var(--accent);border-color:#5eead4}.orderWarning{color:var(--amber);background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;grid-column:1/-1;align-items:center;gap:8px;padding:9px 10px;font-size:12px;font-weight:800;display:flex}.orderWarning.danger{color:var(--danger);background:#fff1f2;border-color:#fecdd3}.billPreview{color:var(--accent);background:#fff;border:1px solid #99f6e4;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:7px 9px;font-size:12px;font-weight:900;display:flex}.qualityPreviewActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.qualityPreviewActions>span{color:var(--muted);font-size:11px;font-weight:800}.qualityPreviewActions button{min-height:32px!important}.toolbar{border-bottom:1px solid var(--line);justify-content:space-between;padding:12px 16px}.submissionBox{border-bottom:1px solid var(--line);gap:12px;padding:16px;display:grid}.merchantCatalogLead{background:#f0fdfa;border-bottom:1px solid #0f766e2e;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.merchantCatalogLead>div{gap:2px;min-width:0;display:grid}.merchantCatalogLead strong{color:var(--ink);font-size:13px}.merchantCatalogLead span{color:var(--muted);font-size:12px;line-height:1.35}.merchantProductComposer{background:#fbfefd;border:1px solid #0f766e3d;border-radius:8px;margin:12px 16px 4px;scroll-margin-top:16px}.merchantProductComposer .submissionIntro>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.merchantProductComposer .submissionIntro button{min-height:32px}@media (max-width:640px){.merchantCatalogLead{align-items:flex-start;padding:10px 12px}.merchantProductComposer{margin:10px 10px 4px;padding:12px}}.submissionIntro{gap:4px;display:grid}.submissionIntro span,.helperText,.productReviewMeta{color:var(--muted);font-size:13px;line-height:1.4}.submissionChecklist{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.submissionChecklist>div{background:#f8fffb;border:1px solid #0f766e24;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:3px 8px;padding:9px 10px;display:grid}.submissionChecklist svg{color:var(--accent);margin-top:1px}.submissionChecklist strong{color:var(--ink);font-size:12px;line-height:1.25}.submissionChecklist span{color:var(--muted);grid-column:2;font-size:11px;font-weight:800;line-height:1.3}.merchantProductDisclosure{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0}.merchantProductDisclosure>summary{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:44px;padding:9px 12px;list-style:none;display:grid}.merchantProductDisclosure>summary::-webkit-details-marker{display:none}.merchantProductDisclosure>summary:after{color:var(--accent);content:"+";font-size:18px;font-weight:900;line-height:1}.merchantProductDisclosure[open]>summary:after{content:"-"}.merchantProductDisclosure>summary:hover,.merchantProductDisclosure>summary:focus-visible{background:#f2fbf8;outline:2px solid #0000}.merchantProductDisclosure>summary>svg{color:var(--accent)}.merchantProductDisclosure>summary>span{gap:2px;min-width:0;display:grid}.merchantProductDisclosure>summary strong,.merchantProductDisclosure>summary small{min-width:0;display:block}.merchantProductDisclosure>summary strong{color:var(--ink);font-size:13px;line-height:1.25}.merchantProductDisclosure>summary small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.3}.merchantProductDisclosure>.submissionChecklist,.merchantProductDisclosureBody{border-top:1px solid var(--soft-line);padding:10px 12px}.merchantProductDisclosureBody{gap:10px;display:grid}.productCoreSubmissionGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.productCoreSubmissionGrid>label:first-child,.productCoreSubmissionGrid>label:nth-child(2){grid-column:span 2}.advancedProductSubmissionGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.helperText{margin-top:5px;display:block}.submissionGrid,.submissionWideGrid,.uploadGrid{gap:10px;display:grid}.submissionGrid,.submissionWideGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.uploadGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.mediaOptimizerPanel{background:#f0fdfa;border:1px solid #0d948838;border-radius:8px;gap:9px;padding:10px 12px;display:grid}.mediaOptimizerHeader{align-items:flex-start;gap:10px;min-width:0;display:flex}.mediaOptimizerHeader div{gap:2px;min-width:0;display:grid}.mediaOptimizerHeader strong,.mediaOptimizerHeader span{display:block}.mediaOptimizerHeader strong{color:var(--accent);font-size:13px;line-height:1.25}.mediaOptimizerHeader span{color:#4b6472;font-size:12px;line-height:1.35}.mediaOptimizerIcon{color:var(--accent);background:#ccfbf1;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.mediaOptimizerFacts{flex-wrap:wrap;gap:6px;display:flex}.mediaOptimizerFacts span{color:var(--accent);background:#fff;border:1px solid #0d948829;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;line-height:1.2}.mediaRulePassport{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.mediaRulePassport span{background:#ffffffd1;border:1px solid #0d94882e;border-radius:8px;gap:3px;min-width:0;padding:8px;display:grid}.mediaRulePassport strong,.mediaRulePassport small,.mediaRulePassport em{line-height:1.25;display:block}.mediaRulePassport strong{color:var(--ink);font-size:11px}.mediaRulePassport small{color:var(--accent);font-size:11px;font-weight:900}.mediaRulePassport em{color:#4b6472;font-size:11px;font-style:normal;font-weight:800}.mediaCheckPassport{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.mediaCheckPassport span{background:#fff;border:1px solid #0f172a1a;border-radius:8px;gap:3px;min-width:0;padding:8px;display:grid}.mediaCheckPassport strong,.mediaCheckPassport small,.mediaCheckPassport em{line-height:1.25;display:block}.mediaCheckPassport strong{color:var(--ink);font-size:11px}.mediaCheckPassport small{color:#0f766e;font-size:11px;font-weight:900}.mediaCheckPassport em{color:#5f7180;font-size:11px;font-style:normal;font-weight:800}.mediaUploadReadiness{border:1px solid var(--line);background:#f8fafc;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:9px 10px;display:flex}.mediaUploadReadiness.ready{background:#f0fdfa;border-color:#0d948838}.mediaUploadReadiness.blocked{background:#fff7ed;border-color:#fed7aa}.mediaUploadReadiness>div{flex:260px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:2px 8px;min-width:0;display:grid}.mediaUploadReadiness>button{flex:none}.mediaUploadReadiness svg{color:var(--accent);grid-row:span 2;margin-top:1px}.mediaUploadReadiness strong,.mediaUploadReadiness span{min-width:0;display:block}.mediaUploadReadiness strong{color:var(--ink);font-size:12px;line-height:1.2}.mediaUploadReadiness span{color:#5b7080;font-size:11px;font-weight:800;line-height:1.3}.mediaExampleGuide{border:1px solid var(--line);background:#fff;border-radius:8px;padding:0}.mediaExampleGuide summary{color:var(--ink);cursor:pointer;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:900;line-height:1.25;list-style:none;display:flex}.mediaExampleGuide summary::-webkit-details-marker{display:none}.mediaExampleGuide summary svg{color:var(--accent);flex:none}.mediaExampleGuide>div{border-top:1px solid var(--soft-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 12px;display:grid}.mediaExampleGuide article{border:1px solid var(--soft-line);background:#f8fafc;border-radius:8px;gap:3px;min-width:0;padding:9px 10px;display:grid}.mediaExampleGuide strong,.mediaExampleGuide span{display:block}.mediaExampleGuide strong{color:var(--accent);font-size:12px;line-height:1.2}.mediaExampleGuide article span{color:#4b6472;font-size:12px;font-weight:800;line-height:1.35}.uploadQualityReport{background:#fff;border:1px solid #0d948838;border-radius:8px;gap:8px;padding:10px 12px;display:grid}.uploadQualityHeader{align-items:flex-start;gap:10px;min-width:0;display:flex}.uploadQualityHeader div{gap:2px;min-width:0;display:grid}.uploadQualityHeader strong{color:var(--ink);font-size:13px;line-height:1.25;display:block}.uploadQualityHeader span{color:#4b6472;font-size:12px;line-height:1.35;display:block}.uploadQualityIcon{color:var(--accent);background:#e7f8f4;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.uploadQualityStats,.uploadQualityFiles{flex-wrap:wrap;gap:6px;display:flex}.uploadQualityStats span,.uploadQualityFiles span{color:var(--accent);background:#f0fdfa;border:1px solid #0d948824;border-radius:999px;max-width:100%;padding:5px 8px;font-size:11px;font-weight:900;line-height:1.2;display:inline-flex}.uploadQualityFiles span{color:var(--ink);background:#f8fafc;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;min-width:min(190px,100%)}.uploadQualityFiles strong,.uploadQualityFiles small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.uploadQualityFiles small{color:#64748b;font-weight:800}.uploadDrop{cursor:pointer;background:#f8fafc;border:1px dashed #b6c7d9;border-radius:8px;min-height:120px;padding:14px;position:relative}.uploadDrop svg{color:var(--teal)}.uploadDrop strong,.uploadDrop span{display:block}.uploadDrop span{color:var(--muted);font-size:13px;font-weight:700;line-height:1.4}.uploadDrop input{opacity:0;position:absolute;inset:0}.uploadedKeyList{border:1px solid var(--line);background:#f8fafc;border-radius:8px;flex-wrap:wrap;gap:6px;min-height:92px;padding:10px;display:flex}.uploadedKeyList strong{color:var(--ink);flex-basis:100%;font-size:12px}.uploadedKeyList span,.uploadedKeyList small{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;background:#e7f8f4;border-radius:999px;align-items:center;max-width:100%;min-height:26px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex;overflow:hidden}.uploadedKeyList.private span,.uploadedKeyList.private small{color:#1d4ed8;background:#eef4ff}.submissionBox label{color:#334155;gap:6px;font-size:12px;font-weight:900;display:grid}.submissionBox input,.submissionBox select,.submissionBox textarea{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;outline:0;min-height:40px;padding:0 10px;line-height:1.2}.submissionBox textarea{resize:vertical;min-height:82px;padding:10px;line-height:1.4}.submissionActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.searchBox{background:var(--panel-soft);border:1px solid var(--line);color:var(--muted);border-radius:8px;align-items:center;gap:8px;min-width:min(420px,100%);min-height:42px;padding:0 12px;display:flex}.searchBox input{color:var(--ink);background:0 0;border:0;outline:0;width:100%;min-width:0}.commandSearch{position:relative}.sellerCommandSearch{min-width:min(340px,100%)}.commandSearchResults{border:1px solid var(--line);box-shadow:var(--shadow);z-index:30;background:#fff;border-radius:8px;gap:4px;min-width:min(360px,100vw - 32px);padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.commandSearchResults a,.commandSearchResults button{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:9px;display:grid}.commandSearchResults a:hover,.commandSearchResults a:focus-visible,.commandSearchResults button:hover,.commandSearchResults button:focus-visible{color:var(--accent);background:#ecfdf5;outline:0}.commandSearchResults span{gap:1px;min-width:0;display:grid}.commandSearchResults strong,.commandSearchResults small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.commandSearchResults small,.commandSearchEmpty{color:var(--muted);font-size:12px}.commandSearchEmpty{padding:10px;line-height:1.35;display:block}.tableWrap{overflow-x:auto}.merchantResourceTable{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.merchantSelectionBar{color:var(--accent);background:#eefaf7;border:1px solid #0f766e38;border-radius:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-height:44px;padding:8px 10px;display:flex}.merchantSelectionCount{color:var(--ink);margin-right:auto;font-size:13px;font-weight:800}.merchantSelectionPrivacy{color:var(--muted);flex:280px;min-width:220px;font-size:11.5px;font-weight:800;line-height:1.3}.merchantResourceHeader,.merchantResourceRow{grid-template-columns:28px minmax(218px,1.24fr) minmax(76px,.4fr) minmax(80px,.42fr) minmax(148px,.66fr) minmax(80px,.4fr) minmax(138px,.58fr) minmax(226px,.86fr);gap:8px;display:grid}.merchantResourceHeader{border-bottom:1px solid var(--line);color:var(--muted);text-transform:uppercase;background:#f8fafc;padding:7px 10px;font-size:12px;font-weight:900}.merchantResourceRow{border-bottom:1px solid var(--line);min-height:var(--wm-row-comfortable);align-items:center;padding:7px 10px}.merchantResourceRow.selected{box-shadow:inset 3px 0 0 var(--accent);background:#f0fdfa}.merchantResourceRow:last-child{border-bottom:0}.merchantSelectionHeader,.merchantSelectionCell{justify-content:center;align-items:center;display:flex}.merchantSelectionHeader input,.merchantSelectionCell input{accent-color:var(--accent);width:16px;height:16px}.merchantResourceEmpty{padding:12px}.merchantResourceEmpty .dashboardEmptyState{border-style:dashed;min-height:118px}.merchantProductIdentity{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:0;display:grid}.merchantProductIdentity:hover strong{color:var(--accent)}.merchantProductThumb{color:var(--accent);background:#e7f8f4;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:900;display:inline-flex;overflow:hidden}.merchantProductThumb img{object-fit:cover;width:100%;height:100%;display:block}.merchantProductImageFallback{color:#52706a;justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.merchantProductIdentity span:last-child,.merchantResourceCell,.merchantPublicationCell{gap:3px;min-width:0;display:grid}.merchantProductIdentity strong,.merchantResourceCell strong,.merchantPublicationCell strong{color:var(--ink);font-size:13px;line-height:1.2}.merchantProductIdentity strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.merchantProductIdentity small,.merchantResourceCell small,.merchantPublicationCell small{color:var(--muted);font-size:12px;line-height:1.3}.merchantPublicationCell small{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:800;display:-webkit-box;overflow:hidden}.merchantReviewNextStep{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.merchantCustomerOrderMirror{border:1px solid var(--line);background:#f8fafc;border-radius:8px;flex-wrap:wrap;align-items:center;gap:5px;min-width:0;padding:3px 5px;display:flex}.merchantCustomerOrderMirror.success{background:#ecfdf5;border-color:#10b98138}.merchantCustomerOrderMirror.warning{background:#fff7ed;border-color:#f59e0b47}.merchantCustomerOrderMirror.neutral{background:#f8fafc}.merchantCustomerOrderMirror small{text-overflow:ellipsis;white-space:nowrap;font-weight:900;display:inline;overflow:hidden}.merchantReviewNextStep small{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;font-weight:900;display:inline;overflow:hidden}.merchantResourceCell .dealRowHint{font-weight:800}.merchantResourceCell .dealRowHint.success{color:var(--accent)}.merchantResourceCell .dealRowHint.warning{color:var(--danger)}.merchantInventoryConfidence{flex-wrap:wrap;align-items:center;gap:4px;min-width:0;display:flex}.merchantContextHelp{position:relative}.merchantContextHelp summary{color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;list-style:none;display:inline-flex}.merchantContextHelp summary::-webkit-details-marker{display:none}.merchantContextHelp summary:hover,.merchantContextHelp summary:focus-visible{color:var(--accent);background:#edf7f5;outline:2px solid #0000}.merchantContextHelpPanel{border:1px solid var(--line);color:var(--muted);z-index:20;background:#fff;border-radius:8px;gap:5px;width:260px;max-width:calc(100vw - 32px);padding:10px 12px;font-size:12px;display:grid;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 12px 30px #0f252229}.merchantContextHelpPanel strong{color:var(--ink)}.merchantPolicyBadges,.merchantRowActions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.merchantProductActionStack{gap:6px;min-width:0;display:grid}.merchantProductActionPassport{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.merchantProductActionPassport.drawer{grid-template-columns:repeat(4,minmax(0,1fr))}.merchantProductActionFact{border:1px solid var(--line);background:#f8fafc;border-radius:7px;gap:1px;min-width:0;padding:5px 6px;display:grid}.merchantProductActionFact strong,.merchantProductActionFact small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.merchantProductActionFact strong{color:var(--ink);text-transform:uppercase;font-size:10.5px;font-weight:900;line-height:1.15}.merchantProductActionFact small{color:var(--muted);font-size:10.5px;font-weight:850;line-height:1.2}.merchantProductActionFact.success{background:#ecfdf5;border-color:#10b9813d}.merchantProductActionFact.warning{background:#fff7ed;border-color:#f59e0b4d}.merchantProductActionFact.danger{background:#fef2f2;border-color:#ef444447}.merchantBadgeOverflow{color:var(--muted);background:#edf4f8;border:1px solid #d8e4ec;border-radius:999px;align-items:center;min-height:22px;padding:2px 7px;font-size:11px;font-weight:900;display:inline-flex}.merchantRowActionButton{border:1px solid var(--line);color:var(--accent);cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-height:30px;padding:0 9px;font-size:12px;font-weight:900;display:inline-flex}.merchantRowActionButton:hover:not(:disabled),.merchantRowActionButton:focus-visible:not(:disabled){border-color:#00796b73;outline:none;box-shadow:0 0 0 3px #00796b1f}.merchantRowActionButton:disabled{color:var(--muted);cursor:not-allowed;opacity:.72;background:#f5f8fb}.checkoutResultHint{color:var(--muted);flex-basis:100%;font-size:11px;font-weight:800;line-height:1.25}.checkoutResultHint.warning{color:var(--amber)}.productCheckoutPreview{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:8px;margin:10px 0;padding:10px;display:grid}.productCheckoutPreview>div:first-child{gap:2px;display:grid}.productCheckoutPreview strong{color:var(--ink);font-size:13px;line-height:1.25}.productCheckoutPreview span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.3}.productCheckoutPreview.submissionPreview{margin:0}.productCheckoutOverridePassport{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;gap:10px;margin:10px 0;padding:10px;display:grid}.productCheckoutOverridePassport.submission{margin:0}.productCheckoutOverrideHeader{gap:3px;display:grid}.productCheckoutOverrideHeader strong{color:var(--ink);font-size:13px;line-height:1.25}.productCheckoutOverrideHeader span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}.productCheckoutOverrideFacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.productCheckoutOverrideFact{background:#ffffffc7;border:1px solid #94a3b84d;border-radius:7px;gap:3px;min-width:0;padding:8px;display:grid}.productCheckoutOverrideFact.success{border-color:#0f766e47}.productCheckoutOverrideFact.warning{border-color:#d9770657}.productCheckoutOverrideFact.danger{border-color:#dc262652}.productCheckoutOverrideFact strong{color:var(--ink);font-size:11px;line-height:1.25}.productCheckoutOverrideFact small{color:var(--muted);font-size:11px;font-weight:900;line-height:1.25}.productPublicationPreview.submissionPublicationPreview{margin:0}.productPublicationPreview{background:#f0fdfa;border:1px solid #99f6e4;border-radius:8px;gap:8px;margin:10px 0;padding:10px;display:grid}.productPublicationPreview>div:first-child{gap:2px;display:grid}.productPublicationPreview strong{color:var(--ink);font-size:13px;line-height:1.25}.productPublicationPreview span,.productPublicationPreview small{color:var(--muted);font-size:12px;font-weight:800;line-height:1.3}.publicationFacts{flex-wrap:wrap;gap:6px;display:flex}.productReviewHandoff{border:1px solid var(--line);background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin:-2px 0 10px;padding:8px 10px;display:flex}.productReviewHandoff.warning{background:#fff7ed;border-color:#c2410c38}.productReviewHandoff.danger{background:#fef2f2;border-color:#b91c1c38}.productReviewHandoff.success{background:#ecfdf5;border-color:#05966938}.productReviewHandoff>div{gap:2px;min-width:0;display:grid}.productReviewHandoff strong{color:var(--ink);font-size:13px;line-height:1.25}.productReviewHandoff span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.3}.submissionHandoffGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.submissionHandoffItem{border:1px solid var(--soft-line);background:#fff;border-radius:8px;gap:2px;min-width:0;padding:7px 8px;display:grid}.submissionHandoffItem.success{background:#f0fdfa;border-color:#b7eee1}.submissionHandoffItem.warning{background:#fffbeb;border-color:#b4530938}.submissionHandoffItem strong{color:var(--ink);font-size:12px;line-height:1.2}.submissionHandoffItem small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.25}.productReviewPreflight{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:8px;padding:10px;display:grid}.productReviewPreflight.ready{background:#f0fdfa;border-color:#99f6e4}.productReviewPreflightHeader,.productReviewPreflightBlocker,.productReviewPreflightChecks span{align-items:center;gap:8px;display:flex}.productReviewPreflightHeader{justify-content:space-between}.productReviewPreflightHeader>span{gap:2px;min-width:0;display:grid}.productReviewPreflightHeader svg,.productReviewPreflightChecks svg{color:var(--accent);flex:none}.productReviewPreflightHeader strong,.productReviewPreflightChecks strong{color:var(--ink);font-size:12px;line-height:1.2}.productReviewPreflightHeader small,.productReviewPreflightChecks small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.25}.productReviewPreflightBlockers{flex-wrap:wrap;gap:6px;display:flex}.productReviewPreflightBlocker{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;flex:210px;min-width:0;padding:7px 8px;font-size:12px;font-weight:900;line-height:1.3}.productReviewPreflightBlocker svg,.productReviewPreflightChecks span.warning svg{color:#b45309}.productReviewPreflightChecks{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.productReviewPreflightChecks span{border:1px solid var(--soft-line);background:#fff;border-radius:8px;min-height:38px;padding:6px 8px}.productReviewPreflightChecks span.warning{background:#fffbeb;border-color:#b4530938}.productReviewPreflightChecks span.success{background:#f0fdfa;border-color:#b7eee1}.productReviewPreflightChecks span.neutral svg{color:#64748b}.productSubmissionGate{background:#fffbeb;border:1px solid #b4530938;border-radius:8px;gap:8px;padding:10px;display:grid}.productSubmissionGate.ready{border-color:var(--line);background:#f8fafc}.productSubmissionGate.confirmed{background:#ecfdf5;border-color:#0596693d}.productSubmissionGateHeader,.productSubmissionGateFacts span,.productSubmissionConfirm{align-items:center;gap:8px;display:flex}.productSubmissionGateHeader{justify-content:space-between}.productSubmissionGateHeader>span{gap:2px;min-width:0;display:grid}.productSubmissionGateHeader svg{color:var(--accent);flex:none}.productSubmissionGateHeader strong{color:var(--ink);font-size:12px;line-height:1.2}.productSubmissionGateHeader small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.25}.productSubmissionGateFacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.productSubmissionGateFacts span{border:1px solid var(--soft-line);color:var(--ink);background:#fff;border-radius:8px;min-height:34px;padding:6px 8px;font-size:11px;font-weight:900;line-height:1.25}.productSubmissionGateFacts svg{color:#059669;flex:none}.productSubmissionConfirm{border:1px solid var(--soft-line);color:var(--muted);background:#fff;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:900;line-height:1.35}.productSubmissionConfirm input{accent-color:var(--accent);flex:none;width:16px;height:16px}.productSubmissionApiPacket{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:8px;padding:10px;display:grid}.productSubmissionApiPacketHeader{align-items:center;gap:8px;display:flex}.productSubmissionApiPacketHeader>span{gap:2px;min-width:0;display:grid}.productSubmissionApiPacketHeader svg{color:var(--accent);flex:none}.productSubmissionApiPacketHeader strong{color:var(--ink);font-size:12px;line-height:1.2}.productSubmissionApiPacketHeader small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.25}.productSubmissionApiPacketCards{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.productSubmissionApiPacketCards span{border:1px solid var(--soft-line);background:#fff;border-radius:8px;gap:3px;min-width:0;padding:8px;display:grid}.productSubmissionApiPacketCards span.success{border-color:#05966938}.productSubmissionApiPacketCards span.warning{border-color:#d977063d}.productSubmissionApiPacketCards span.danger{border-color:#dc262638}.productSubmissionApiPacketCards strong,.productSubmissionApiPacketCards small,.productSubmissionApiPacketCards em{line-height:1.25;display:block}.productSubmissionApiPacketCards strong{color:var(--ink);font-size:11px}.productSubmissionApiPacketCards small{color:#0f766e;font-size:11px;font-weight:900}.productSubmissionApiPacketCards em{color:#5f7180;font-size:11px;font-style:normal;font-weight:800}.productSubmissionConfirm input:disabled+span{color:#94a3b8}.merchantDealPolicyCard{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;grid-column:1/-1;gap:8px;padding:9px 10px;display:grid}.merchantDealPolicyCard strong,.merchantDealPolicyCard span{display:block}.merchantDealPolicyCard strong{color:#9a3412;font-size:13px;line-height:1.25}.merchantDealPolicyCard>div:first-child span{color:#7c2d12;margin-top:2px;font-size:12px;line-height:1.35}.merchantDealPolicyTiers{flex-wrap:wrap;gap:6px;display:flex}.merchantDealPolicyTiers span{color:#9a3412;background:#ffedd5;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;line-height:1.2}.merchantDealPreview{border-radius:8px;grid-column:1/-1;gap:8px;padding:9px 10px;display:grid}.merchantDealPreview.not_deal,.merchantDealPreview.waiting{border:1px solid var(--line);background:#f8fafc}.merchantDealPreview.valid_deal{background:#ecfdf5;border:1px solid #bbf7d0}.merchantDealPreview.blocked{background:#fff1f2;border:1px solid #fecdd3}.merchantDealPreview>div:first-child{align-items:flex-start;gap:8px;min-width:0;display:flex}.merchantDealPreview svg{color:#c2410c;flex:none;margin-top:1px}.merchantDealPreview.valid_deal svg{color:var(--accent)}.merchantDealPreview.blocked svg{color:var(--danger)}.merchantDealPreview span{gap:2px;min-width:0;display:grid}.merchantDealPreview strong{color:var(--ink);font-size:13px;line-height:1.25}.merchantDealPreview small{color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}.merchantDealPreview.blocked small{color:#991b1b}.merchantDealPreviewFacts{flex-wrap:wrap;gap:6px;display:flex}.merchantDealPreviewFacts>span{color:#344054;background:#fff;border:1px solid #0f766e1f;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;line-height:1.2}.merchantRowActions{justify-content:flex-end}.merchantRowActions button{min-height:30px;padding:0 8px}.merchantProductDrawer{z-index:80;background:#fff;border:1px solid #0f766e38;border-radius:8px;gap:12px;width:min(520px,100vw - 48px);max-height:calc(100vh - 48px);padding:14px;display:grid;position:fixed;top:24px;right:24px;overflow-y:auto;box-shadow:0 16px 42px #0f172a1f}.merchantProductDrawerHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.merchantProductDrawerHeader div{gap:2px;display:grid}.merchantProductDrawerHeader span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.merchantProductDrawerHeader strong{color:var(--ink);font-size:18px;line-height:1.2}.merchantProductDrawerHeader button{border:1px solid var(--line);color:var(--accent);cursor:pointer;background:#fff;border-radius:8px;min-height:34px;padding:0 12px;font-weight:900}.merchantProductPassport{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.merchantProductPassportPhoto{color:var(--accent);background:#e7f8f4;border-radius:8px;justify-content:center;align-items:center;width:58px;height:58px;font-size:13px;font-weight:900;display:inline-flex;overflow:hidden}.merchantProductPassportPhoto img{object-fit:cover;width:100%;height:100%;display:block}.merchantProductPassportBody{gap:8px;min-width:0;display:grid}.merchantProductPassportBody>div:first-child{gap:2px;display:grid}.merchantProductPassportBody strong{color:var(--ink);font-size:13px;line-height:1.25}.merchantProductPassportBody span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.3}.merchantProductPassportFacts{flex-wrap:wrap;gap:6px;display:flex}.merchantEditorLockNotice{color:#9a3412;background:#fff7ed;border:1px solid #c2410c38;border-radius:8px;gap:3px;padding:10px 12px;line-height:1.35;display:grid}.merchantEditorLockNotice strong{color:#9a3412;font-size:13px}.merchantEditorLockNotice span{color:#7c2d12;font-size:12px}.merchantEditorLockActions{flex-wrap:wrap;gap:8px;margin-top:5px;display:flex}.merchantEditorLockActions button{min-height:34px}.merchantProductDrawerGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.merchantProductDrawerGrid label{color:var(--muted);gap:6px;min-width:0;font-size:12px;font-weight:900;display:grid}.merchantProductDrawerGrid input,.merchantProductDrawerGrid select,.merchantProductDrawerGrid textarea{border:1px solid var(--line);box-sizing:border-box;color:var(--ink);font:inherit;background:#fff;border-radius:8px;outline:0;width:100%;min-width:0;max-width:100%;min-height:38px;padding:8px 10px}.merchantDrawerFull{grid-column:1/-1}.merchantProductDrawerActions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.merchantProductDrawerActions span{color:var(--muted);font-size:12px;line-height:1.35}.merchantGrowthResourceTable{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden}.promotionModuleTabs{border-bottom:1px solid var(--line);background:#f8fafc;align-items:center;gap:6px;padding:8px 12px;display:flex}.promotionModuleTabs button{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;gap:1px;min-width:138px;min-height:44px;padding:6px 10px;display:grid}.promotionModuleTabs button[aria-selected=true]{border-color:var(--line-strong);box-shadow:inset 3px 0 0 var(--accent);color:var(--ink);background:#fff}.promotionModuleTabs button span{font-size:13px;font-weight:900}.promotionModuleTabs button small{color:var(--muted);font-size:11px}.promotionModuleWorkspace.active{flex-direction:column;gap:12px;padding:12px;display:flex}.promotionWorkspaceBar{justify-content:space-between;align-items:center;gap:12px;display:flex}.promotionWorkspaceBar>div{gap:2px;display:grid}.promotionWorkspaceBar strong{font-size:15px}.promotionWorkspaceBar span{color:var(--muted);font-size:12px}.promotionRecords{order:1}.promotionComposer{order:2;margin:0}.settlementWorkspaceActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.settlementOverviewGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.settlementOverviewGrid .settlementRow{align-content:start;min-width:0;margin:0}.trustModuleTabs{grid-column:1/-1}.trustModuleOverview{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.settingsModuleSummary{gap:12px;display:grid}.settingsDeliveryLead{background:var(--panel-soft);border:1px solid var(--line);border-radius:8px;padding:12px}.merchantGrowthResourceHeader,.merchantGrowthResourceRow{grid-template-columns:minmax(210px,1.4fr) minmax(140px,.9fr) minmax(140px,.8fr) minmax(150px,.85fr) minmax(100px,.55fr) minmax(148px,.7fr);align-items:center;gap:10px;display:grid}.promotionResourceSummaryTable .merchantGrowthResourceHeader,.promotionResourceSummaryTable .merchantGrowthResourceRow{grid-template-columns:minmax(260px,1.35fr) minmax(180px,.8fr) minmax(260px,1.05fr) minmax(140px,.55fr);align-items:start}.promotionIdentityCell>small:first-of-type{color:#334155;font-weight:800}.promotionApprovalCell{gap:5px}.promotionApprovalStatus{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.merchantMobileFieldLabel{display:none}.merchantGrowthResourceHeader{border-bottom:1px solid var(--line);color:var(--muted);text-transform:uppercase;background:#f8fafc;padding:9px 12px;font-size:11px;font-weight:900}.merchantGrowthResourceRow{border-bottom:1px solid var(--line);padding:10px 12px}.merchantGrowthResourceRow:last-child{border-bottom:0}.merchantGrowthActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.resourceInlineAction{border:1px solid var(--line-strong);color:var(--teal-deep);cursor:pointer;background:#fff;border-radius:999px;align-items:center;min-height:30px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex}.resourceInlineAction:disabled{color:var(--muted);cursor:wait;opacity:.72}.promotionWorkflowLane{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:-2px;display:grid}.promotionWorkflowStep{border:1px solid var(--line);background:#f8fafc;border-radius:7px;gap:1px;min-width:0;padding:6px 8px;display:grid}.promotionWorkflowStep strong,.promotionWorkflowStep small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.promotionWorkflowStep strong{color:var(--ink);font-size:11px;line-height:1.2}.promotionWorkflowStep small{color:var(--muted);font-size:10.5px;line-height:1.2}.promotionWorkflowStep.success{background:#ecfdf5;border-color:#bbf7d0}.promotionWorkflowStep.warning{background:#fff7ed;border-color:#fed7aa}.promotionWorkflowStep.danger{background:#fef2f2;border-color:#fecaca}.promotionVisibilityBrief,.promotionVisibilityReceipt,.promotionRequestReceipt,.merchantBuyerSafetyBrief{border:1px solid var(--line);border-radius:7px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 8px;display:grid}.promotionVisibilityBrief.success{background:#ecfdf5;border-color:#bbf7d0}.promotionVisibilityBrief.warning{background:#fff7ed;border-color:#fed7aa}.promotionVisibilityBrief.danger{background:#fef2f2;border-color:#fecaca}.promotionVisibilityBrief.neutral{background:#f8fafc}.promotionVisibilityReceipt{background:#f8fafc;grid-template-columns:repeat(3,minmax(0,1fr))}.promotionVisibilityReceipt.success{background:#ecfdf5;border-color:#bbf7d0}.promotionVisibilityReceipt.warning{background:#fff7ed;border-color:#fed7aa}.promotionVisibilityReceipt.danger{background:#fef2f2;border-color:#fecaca}.promotionVisibilityReceipt.neutral,.promotionRequestReceipt{background:#f8fafc}.merchantBuyerSafetyBrief{background:#f0fdf4;border-color:#bbf7d0}.promotionVisibilityBrief div,.promotionVisibilityReceipt div,.promotionRequestReceipt div,.merchantBuyerSafetyBrief div{gap:1px;min-width:0;display:grid}.promotionVisibilityBrief strong,.promotionVisibilityReceipt strong,.promotionRequestReceipt strong,.merchantBuyerSafetyBrief strong{color:var(--ink);font-size:12px;line-height:1.2}.promotionVisibilityBrief span,.promotionVisibilityReceipt span,.promotionRequestReceipt span,.merchantBuyerSafetyBrief span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;line-height:1.25;overflow:hidden}.promotionVisibilityBrief button,.promotionRequestReceipt button,.merchantBuyerSafetyBrief button{border:1px solid var(--line);color:var(--teal);cursor:pointer;font:inherit;white-space:nowrap;background:#fff;border-radius:7px;justify-content:center;align-items:center;min-height:32px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.promotionVisibilityCopyMessage{grid-column:1/-1;margin:-2px 0 0}.inspectPromotionAction{color:var(--teal-deep);background:#ecfeff;border-color:#a5f3fc}.merchantPromotionInspectOverlay{z-index:90;background:#0f172a5c;justify-items:end;padding:16px;display:grid;position:fixed;inset:0}.merchantPromotionInspectDrawer{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;width:min(560px,100%);max-width:560px;max-height:calc(100vh - 32px);padding:16px;display:grid;overflow:auto;box-shadow:0 24px 72px #0f172a3d}.merchantPromotionInspectHeader{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:12px;padding-bottom:12px;display:grid}.merchantPromotionInspectHeader div{gap:4px;min-width:0;display:grid}.merchantPromotionInspectHeader span{color:var(--teal);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:900}.merchantPromotionInspectHeader h2{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:20px;line-height:1.15}.merchantPromotionInspectHeader small{color:var(--muted);font-size:12px;line-height:1.35}.merchantPromotionInspectHeader button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#f8fafc;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.merchantPromotionInspectStatus,.merchantPromotionInspectActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.merchantPromotionInspectFacts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.merchantPromotionInspectActions{border-top:1px solid var(--line);padding-top:10px}.merchantPromotionInspectActions button{border:1px solid var(--line-strong);color:var(--teal-deep);cursor:pointer;font:inherit;background:#fff;border-radius:7px;align-items:center;min-height:34px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.merchantPromotionInspectActions button:disabled{color:var(--muted);cursor:wait;opacity:.72}.paidVisibilityOutcomeStrip{border:1px solid var(--line);border-radius:7px;gap:1px;max-width:260px;margin-top:4px;padding:5px 6px;display:grid}.paidVisibilityOutcomeStrip b,.paidVisibilityOutcomeStrip small{text-overflow:ellipsis;overflow:hidden}.paidVisibilityOutcomeStrip b{color:var(--ink);font-size:10.5px;line-height:1.2}.paidVisibilityOutcomeStrip small{color:var(--muted);font-size:10.5px;line-height:1.25}.paidVisibilityOutcomeStrip.success{background:#ecfdf5;border-color:#bbf7d0}.paidVisibilityOutcomeStrip.warning{background:#fff7ed;border-color:#fed7aa}.paidVisibilityOutcomeStrip.danger{background:#fef2f2;border-color:#fecaca}.paidVisibilityProofPanel{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-column:1/-1;gap:8px;padding:9px 10px;display:grid}.paidVisibilityProofPanel.success{background:#ecfdf5;border-color:#bbf7d0}.paidVisibilityProofPanel.warning{background:#fff7ed;border-color:#fed7aa}.paidVisibilityProofPanel.danger{background:#fef2f2;border-color:#fecaca}.paidVisibilityProofLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.paidVisibilityProofLead svg{color:var(--teal)}.paidVisibilityProofLead div{gap:2px;min-width:0;display:grid}.paidVisibilityProofLead strong{color:var(--ink);font-size:13px;line-height:1.2}.paidVisibilityProofLead span{color:var(--muted);font-size:12px;line-height:1.32}.paidVisibilityProofFacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.paidVisibilityProofFacts span{background:#ffffffb8;border:1px solid #0f172a0f;border-radius:7px;gap:2px;min-width:0;padding:7px 8px;display:grid}.paidVisibilityProofFacts b{color:var(--ink);text-transform:uppercase;font-size:10.5px;line-height:1.2}.paidVisibilityProofFacts small{color:var(--muted);font-size:11.5px;line-height:1.3}.paidVisibilityProofOutcome{border:1px solid var(--line);border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px;padding:7px 8px;display:grid}.paidVisibilityProofOutcome strong{color:var(--ink);white-space:nowrap;font-size:12px;line-height:1.2}.paidVisibilityProofOutcome span{color:var(--muted);font-size:11.5px;line-height:1.3}.paidVisibilityProofOutcome.success{background:#ecfdf5cc;border-color:#bbf7d0}.paidVisibilityProofOutcome.warning{background:#fff7eddb;border-color:#fed7aa}.paidVisibilityProofOutcome.danger{background:#fef2f2db;border-color:#fecaca}.paidVisibilityProofHandoff{background:#ffffffb3;border:1px solid #0f172a12;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;display:grid}.paidVisibilityProofHandoff div{gap:2px;min-width:0;display:grid}.paidVisibilityProofHandoff strong{color:var(--ink);font-size:12px;line-height:1.2}.paidVisibilityProofHandoff span{color:var(--muted);font-size:11.5px;line-height:1.25}.paidVisibilityProofHandoff button{border:1px solid var(--line);color:var(--teal);cursor:pointer;font:inherit;white-space:nowrap;background:#fff;border-radius:7px;justify-content:center;align-items:center;min-height:32px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.paidVisibilityCopyMessage{margin:-2px 0 0}.paidVisibilityProofForm{grid-template-columns:150px minmax(190px,1fr) minmax(150px,.8fr) auto;align-items:end;gap:7px;display:grid}.paidVisibilityProofForm label{color:var(--muted);letter-spacing:0;text-transform:uppercase;gap:4px;min-width:0;font-size:10.5px;font-weight:900;display:grid}.paidVisibilityProofForm input,.paidVisibilityProofForm select{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:7px;outline:none;min-width:0;min-height:34px;padding:7px 9px;font-size:12px;font-weight:800}.paidVisibilityProofForm input:focus,.paidVisibilityProofForm select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0f766e21}.paidVisibilityProofSubmit{background:var(--teal);border:1px solid var(--teal);color:#fff;cursor:pointer;font:inherit;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;min-height:34px;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.paidVisibilityProofSubmit:disabled{color:#64748b;cursor:not-allowed;background:#e2e8f0;border-color:#e2e8f0}.paidVisibilityProofReason{color:#9a3412;grid-column:1/-1;margin:-1px 0 0;font-size:11px;font-weight:850;line-height:1.25}.sellerHelpExample{border:1px solid var(--line);color:var(--ink);background:#f8fafc;border-radius:8px;padding:10px 12px}.sellerHelpExample summary{color:var(--accent);cursor:pointer;align-items:center;min-height:40px;font-size:13px;font-weight:650;display:flex}.sellerHelpExample div{gap:5px;padding-top:10px;display:grid}.sellerHelpExample strong{color:var(--ink);font-size:12px}.sellerHelpExample span,.sellerHelpExample small{color:var(--muted);font-size:12px;line-height:1.35}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:13px 16px;font-size:14px}td strong,.productReviewMeta{display:block}th{color:var(--muted);text-transform:uppercase;font-size:12px}.numberInput,.offerForm input{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;outline:0;min-height:38px;padding:0 10px}.numberInput{width:104px}.productCheckoutControls{grid-template-columns:repeat(2,minmax(96px,1fr));gap:6px;min-width:240px;display:grid}.productCheckoutControls label{color:var(--muted);gap:4px;font-size:11px;font-weight:900;display:grid}.checkoutInheritanceHint{color:var(--muted);grid-column:1/-1;font-size:11px;font-weight:800;line-height:1.35}.productCheckoutControls input,.productCheckoutControls select{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;min-height:34px;padding:6px 8px}.requestRow{gap:12px;padding:16px;display:grid}.complaintCase{border-bottom:1px solid var(--line)}.merchantComplaintWorkspace{grid-template-columns:minmax(270px,.72fr) minmax(0,1.45fr);gap:12px;padding:12px;display:grid}.merchantComplaintMobilePicker{display:none}.merchantComplaintQueue,.merchantComplaintInspector{border:1px solid var(--line);border-radius:8px;min-width:0;overflow:hidden}.merchantComplaintQueue{background:#fff;align-self:start;display:grid}.merchantComplaintQueueHeading{border-bottom:1px solid var(--line);background:#f8fafc;justify-content:space-between;align-items:center;min-height:42px;padding:9px 10px;display:flex}.merchantComplaintQueueHeading strong{font-size:13px}.merchantComplaintQueueHeading span{color:var(--muted);font-size:11px;font-weight:800}.merchantComplaintQueueRow{border:0;border-bottom:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#fff;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:10px;display:grid}.merchantComplaintQueueRow:last-child{border-bottom:0}.merchantComplaintQueueRow:hover,.merchantComplaintQueueRow.selected{background:#f0fdfa}.merchantComplaintQueueRow.selected{box-shadow:inset 3px 0 0 var(--teal)}.merchantComplaintQueueCopy{gap:2px;min-width:0;display:grid}.merchantComplaintQueueCopy strong,.merchantComplaintQueueCopy small,.merchantComplaintQueueCopy>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.merchantComplaintQueueCopy strong{font-size:13px}.merchantComplaintQueueCopy small,.merchantComplaintQueueCopy>span{color:var(--muted);font-size:11px;line-height:1.3}.merchantComplaintInspector{background:#fbfcfe;align-self:start}.merchantComplaintInspector .complaintCase{border-bottom:0}.merchantComplaintInspector .complaintSummary{cursor:default}.complaintNextAction{border:1px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin:0 16px 12px 60px;padding:9px 10px;display:grid}.complaintNextAction.ready,.complaintNextAction.complete{background:#ecfdf5;border-color:#bbf7d0}.complaintNextAction.warning{background:#fffbeb;border-color:#fde68a}.complaintNextAction.blocked{background:#fff1f2;border-color:#fecdd3}.complaintNextAction strong,.complaintNextAction span{display:block}.complaintNextAction span{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.35}.complaintSummary{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:12px 16px;display:grid}.complaintSummary strong,.complaintSummary small{display:block}.complaintSummary small,.complaintDetail p,.miniTimelineItem small,.responseBox{color:var(--muted);font-size:12px;line-height:1.4}.complaintIcon{color:var(--amber);background:#fef3c7;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.complaintDetail{gap:12px;padding:0 16px 16px;display:grid}.complaintDisclosure{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0}.complaintDisclosure>summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px;min-height:44px;padding:9px 11px;list-style:none;display:grid}.complaintDisclosure>summary::-webkit-details-marker{display:none}.complaintDisclosure>summary:after{color:var(--muted);content:"+";grid-area:1/2/span 2;font-size:18px;font-weight:900}.complaintDisclosure[open]>summary:after{content:"-"}.complaintDisclosure>summary span,.complaintDisclosure>summary small{min-width:0;display:block}.complaintDisclosure>summary span{font-size:13px;font-weight:900}.complaintDisclosure>summary small{color:var(--muted);font-size:11px;font-weight:750}.complaintDisclosureBody{border-top:1px solid var(--line);gap:12px;padding:12px;display:grid}.complaintResponseReadiness{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:10px;padding:12px;display:grid}.complaintResponseReadiness strong,.complaintResponseReadiness span{display:block}.complaintResponseReadiness span{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.4}.complaintActionPassport{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:8px;min-width:0;padding:10px;display:grid}.complaintActionPassport>strong{color:var(--ink);font-size:12px;font-weight:900;line-height:1.2}.complaintActionFacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.complaintActionFact{border:1px solid var(--line);background:#fff;border-radius:6px;gap:3px;min-width:0;min-height:72px;padding:8px;display:grid}.complaintActionFact.success{background:#f0fdf4;border-color:#16a34a33}.complaintActionFact.warning,.complaintActionFact.neutral{background:#fffbeb;border-color:#d9770638}.complaintActionFact.danger{background:#fff7ed;border-color:#b91c1c2e}.complaintActionFact strong,.complaintActionFact span,.complaintActionFact small{overflow-wrap:anywhere;min-width:0;display:block}.complaintActionFact strong{color:var(--ink);font-size:11px;font-weight:900;line-height:1.2}.complaintActionFact span{color:var(--ink);font-size:12px;font-weight:900;line-height:1.25}.complaintActionFact small{color:var(--muted);font-size:11px;font-weight:700;line-height:1.25}.complaintMeta{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.chipRow{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.miniChip{color:#1d4ed8;background:#eef4ff;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;line-height:1.2}.miniTimeline{border-left:2px solid var(--line);gap:10px;margin-left:8px;padding-left:12px;display:grid}.miniTimelineItem{gap:2px;display:grid;position:relative}.miniTimelineItem:before{background:var(--muted);content:"";border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:-18px}.miniTimelineItem.success:before{background:var(--accent)}.miniTimelineItem.warning:before{background:var(--amber)}.miniTimelineItem.danger:before{background:var(--danger)}.miniTimelineItem span{color:var(--muted);font-size:11px;font-weight:800}.responseBox{gap:6px;font-weight:900;display:grid}.responseBox textarea{border:1px solid var(--line);color:var(--ink);resize:vertical;border-radius:8px;outline:0;min-height:92px;padding:10px}.responseActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.requestTopline>div{gap:4px;display:grid}.requestChips{flex-wrap:wrap;gap:8px;display:flex}.requestChips span,.merchantOfferSummary{color:var(--accent);background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;line-height:1.2;display:inline-flex}.requestChips span:nth-child(2){color:var(--blue);background:#eff6ff;border-color:#bfdbfe}.requestChips span:nth-child(3){color:var(--amber);background:#fffbeb;border-color:#fde68a}.merchantOfferSummary{border-radius:8px;justify-content:flex-start;padding:8px 10px}.nearbyOfferReceipt{background:#f8fffb;border:1px solid #0f766e33;border-radius:8px;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.nearbyOfferReceipt>div:first-child,.nearbyOfferReceiptFacts{gap:3px;min-width:0;display:grid}.nearbyOfferReceipt strong{color:var(--ink);font-size:12.5px;line-height:1.2}.nearbyOfferReceipt span{color:var(--muted);min-width:0;font-size:11.5px;font-weight:800;line-height:1.3}.nearbyOfferReceipt>div:first-child>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nearbyOfferReceiptFacts{grid-template-columns:repeat(3,minmax(0,1fr))}.nearbyOfferReceiptFacts span{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;padding:5px 8px;overflow:hidden}.nearbyOfferSafetyStrip{background:#f8fffb;border:1px solid #0f766e2e;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.nearbyOfferSafetyStrip>div{gap:3px;display:grid}.nearbyOfferSafetyStrip strong{color:var(--ink);font-size:13px;line-height:1.2}.nearbyOfferSafetyStrip span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}.offerForm{align-items:stretch}.offerForm label{color:#334155;flex:120px;gap:5px;min-width:0;font-size:12px;font-weight:900;display:grid}.offerForm input{flex:110px;min-width:0}.offerNoteField{flex-basis:220px}.offerForm .offerConfirmationField{background:#f8fffb;border:1px solid #0f766e2e;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:2px 7px;min-height:58px;padding:8px 9px;display:grid}.offerConfirmationField input[type=checkbox]{accent-color:var(--accent);grid-row:1/span 2;width:16px;height:16px;margin:1px 0 0}.offerConfirmationField span{color:var(--ink);font-size:12px;font-weight:900;line-height:1.2}.offerConfirmationField small{color:var(--muted);font-size:11px;font-weight:700;line-height:1.25}.formWarning{color:#b45309;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;flex:260px;align-self:center;padding:8px 10px;font-size:12px;font-weight:800;line-height:1.35}.offerPhotoField{flex-basis:180px;gap:5px;min-width:0;display:grid}.offerPhotoLabel{color:#334155;font-size:12px;font-weight:900;display:block}.offerForm .offerPhotoControl{border:1px solid var(--line);color:var(--teal-dark);background:#f8fafc;border-radius:8px;align-items:center;gap:7px;width:100%;min-height:40px;padding:0 10px;font-size:13px;font-weight:900;display:inline-flex;position:relative;overflow:hidden}.offerPhotoControl input[type=file]{cursor:pointer;opacity:0;width:100%;position:absolute;inset:0}.offerPhotoControl:has(input:disabled){color:#64748b;cursor:not-allowed;background:#f1f5f9}.offerPhotoMeta{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.offerPhotoMeta small{color:var(--muted);flex:auto;font-size:11px;font-weight:800;line-height:1.3}.offerPhotoMeta button{flex:none;min-height:28px;padding:3px 7px}@media (min-width:1024px){.requestRow .offerForm{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;display:grid}.requestRow .offerForm label{width:100%}.requestRow .offerForm .offerConfirmationField,.requestRow .offerForm .offerNoteField,.requestRow .offerForm .offerPhotoField,.requestRow .offerForm>button,.requestRow .offerForm>.formWarning{grid-column:span 2}}.classifiedComposer{background:var(--panel-soft);border:1px solid var(--line);border-radius:8px;gap:10px;margin-bottom:12px;padding:12px;display:grid}.classifiedComposer>div:first-child strong,.classifiedComposer>div:first-child span{display:block}.classifiedComposer>div:first-child span{color:var(--muted);margin-top:3px;font-size:13px;line-height:1.4}.classifiedComposer label{color:#334155;gap:5px;font-size:12px;font-weight:900;display:grid}.classifiedComposer input,.classifiedComposer select,.classifiedComposer textarea{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;min-width:0;min-height:40px;padding:9px 10px}.classifiedComposer textarea{resize:vertical;min-height:82px}.classifiedFields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.classifiedActionReadiness{border:1px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.classifiedActionReadiness.success{background:#ecfdf5;border-color:#bbf7d0}.classifiedActionReadiness.warning{background:#fff7ed;border-color:#fed7aa}.classifiedActionReadiness div{gap:2px;min-width:0;display:grid}.classifiedActionReadiness strong{color:var(--ink);font-size:13px;line-height:1.2}.classifiedActionReadiness span,.classifiedActionReadiness small{color:var(--muted);font-size:12px;font-weight:800;line-height:1.3}.campaignPreflight{border:1px solid var(--line);background:#fff;border-radius:8px;gap:10px;padding:10px;display:grid}.campaignPreflight.success{border-color:#0d807047}.campaignPreflight.warning{border-color:#b4530947}.campaignPreflight.neutral{border-color:#64748b47}.campaignPreflightHeader{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.campaignPreflightHeader strong,.campaignPreflightHeader span{display:block}.campaignPreflightHeader span,.campaignPreflight p,.campaignPreflightCheck small{color:var(--muted);font-size:12px;line-height:1.35}.campaignPreflight p{margin:0}.pakistanPaymentRails{background:#fff;border:1px solid #0d80702e;border-radius:8px;gap:10px;padding:10px;display:grid}.pakistanPaymentRails.payout{border-left:3px solid #0d80706b;margin:0 16px 12px}.pakistanPaymentRailsLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:9px;display:grid}.pakistanPaymentRailsLead>svg{color:var(--accent);margin-top:2px}.pakistanPaymentRailsLead div{gap:3px;min-width:0;display:grid}.pakistanPaymentRailsLead strong{color:var(--ink);font-size:13px;line-height:1.25}.pakistanPaymentRailsLead span,.pakistanPaymentRails p,.pakistanPaymentRail small{color:var(--muted);font-size:12px;line-height:1.35}.pakistanPaymentRails p{margin:0}.pakistanPaymentReadinessNote{border:1px solid var(--soft-line);background:#fff;border-radius:8px;padding:8px 10px;font-weight:800}.pakistanPaymentRailActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pakistanPaymentRailActions button{color:var(--accent);cursor:pointer;background:#f0fdfa;border:1px solid #0d80703d;border-radius:999px;align-items:center;gap:5px;min-height:30px;padding:6px 11px;font-size:12px;font-weight:900;display:inline-flex}.pakistanPaymentRailActions button:disabled{color:var(--muted);cursor:not-allowed;opacity:.7}.pakistanPaymentRailActions>span,.pakistanPaymentCopyMessage{color:var(--muted);font-size:11px;font-weight:800;line-height:1.35}.pakistanPaymentCopyMessage{color:var(--accent-strong)}.pakistanPaymentRailGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.pakistanPaymentRail{border:1px solid var(--line);background:#f8fafc;border-radius:8px;gap:5px;min-width:0;padding:8px;display:grid}.pakistanPaymentRail.manual{background:#ecfdf5;border-color:#bbf7d0}.pakistanPaymentRail.staged{background:#fffbeb;border-color:#fde68a}.pakistanPaymentRail strong{color:var(--ink);font-size:12px;line-height:1.2}.campaignPreflightGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.campaignPreflightCheck{color:#9a3412;background:#fff7ed;border-radius:8px;align-items:flex-start;gap:7px;min-width:0;padding:8px;display:flex}.campaignPreflightCheck.ok{color:var(--green);background:#e9fbf5}.campaignPreflightCheck span,.campaignPreflightCheck strong,.campaignPreflightCheck small{min-width:0;display:block}.campaignPreflightCheck strong{color:var(--ink);font-size:12px}.campaignCheckoutReadiness{background:#fff;border:1px solid #0d80702e;border-radius:8px;gap:9px;padding:10px;display:grid}.campaignCheckoutReadiness.blocked{border-color:#b4530957}.campaignCheckoutReadiness.watch{border-color:#64748b3d}.campaignCheckoutReadinessHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.campaignCheckoutReadinessHeader>div{flex:220px}.campaignCheckoutReadinessHeader>.statusBadge{flex:none;max-width:100%}.campaignCheckoutReadinessHeader div,.campaignCheckoutReadinessHeader strong,.campaignCheckoutReadinessHeader span{min-width:0;display:block}.campaignCheckoutReadinessHeader strong{color:var(--ink);font-size:13px;line-height:1.25}.campaignCheckoutReadinessHeader span,.campaignCheckoutReadiness p,.campaignCheckoutFact small,.campaignCheckoutCheck small{color:var(--muted);font-size:12px;line-height:1.35}.campaignCheckoutReadiness p{margin:0;font-weight:800}.campaignCheckoutFacts,.campaignCheckoutChecks,.campaignCheckoutActions{flex-wrap:wrap;gap:7px;display:flex}.campaignCheckoutFact{border:1px solid var(--soft-line);background:#f8fafc;border-radius:999px;gap:6px;max-width:100%;min-height:28px;padding:5px 9px;display:inline-flex}.campaignCheckoutFact.success{color:var(--green);background:#e9fbf5;border-color:#0d80702e}.campaignCheckoutFact.warning{color:#9a3412;background:#fff7ed;border-color:#b453092e}.campaignCheckoutFact strong,.campaignCheckoutFact small{font-size:11px;line-height:1.3}.campaignCheckoutFact strong{color:var(--ink)}.campaignCheckoutCheck{color:#9a3412;background:#fff7ed;border-radius:8px;flex:220px;align-items:flex-start;gap:7px;min-width:0;padding:8px;display:flex}.campaignCheckoutCheck.ok{color:var(--green);background:#e9fbf5}.campaignCheckoutCheck span,.campaignCheckoutCheck strong,.campaignCheckoutCheck small{min-width:0;display:block}.campaignCheckoutCheck strong{color:var(--ink);font-size:12px}.campaignCheckoutActions button{color:var(--accent);cursor:pointer;background:#f0fdfa;border:1px solid #0d807038;border-radius:999px;min-height:30px;padding:6px 10px;font-size:12px;font-weight:900}.customerPlacementPreview{background:#fff;border:1px solid #0d80702e;border-radius:8px;gap:5px;padding:9px 10px;display:grid}.customerPlacementPreview>div{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.customerPlacementPreview strong,.customerPlacementPreview span,.customerPlacementPreview small{min-width:0;display:block}.customerPlacementPreview strong{color:var(--green);text-transform:uppercase;font-size:12px;line-height:1.2}.customerPlacementPreview span{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;overflow:hidden}.customerPlacementPreview small{color:var(--muted);font-size:12px;line-height:1.32}.classifiedImageUpload{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.classifiedRow{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 0;display:flex}.classifiedRow:first-child{border-top:0}.classifiedRow div{gap:4px;min-width:0;display:grid}.classifiedRow span,.classifiedRow small{color:var(--muted);font-size:12px;line-height:1.35}.sideStack{gap:14px;display:grid}.compactList{gap:0}.listItem{align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.listItem strong,.listItem span{display:block}.listItem span{margin-top:3px;font-size:13px;line-height:1.45}.listIcon{background:var(--panel-soft);color:var(--blue);flex:none;width:34px;height:34px}.reportGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 16px}.reportGrid .profileItem{min-height:72px;padding:10px 12px}.demandIntro{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:14px;padding:16px;display:grid}.demandIntro strong,.demandIntro span{display:block}.demandIntro span{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.45}.demandSummary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.demandActionGrid,.demandGrid{gap:14px;padding:16px;display:grid}.demandActionGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.demandGrid{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px}.demandColumn{background:var(--panel-soft);border:1px solid var(--line);border-radius:8px;overflow:hidden}.demandColumn h3,.demandColumnHeader{border-bottom:1px solid var(--line)}.demandColumn h3{margin:0;padding:12px;font-size:14px}.demandColumnHeader{justify-content:space-between;align-items:center;gap:8px;min-height:50px;padding:7px 8px 7px 12px;display:flex}.demandColumnHeader h3{border:0;padding:0}.demandSectionAction{white-space:nowrap;min-height:34px}.demandEvidence{border-top:1px solid var(--line)}.demandEvidence>summary{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:10px 16px;list-style:none;display:grid}.demandEvidence>summary::-webkit-details-marker{display:none}.demandEvidence>summary:after{color:var(--accent);content:"+";font-size:20px;font-weight:900}.demandEvidence[open]>summary:after{content:"-"}.demandEvidence>summary:hover,.demandEvidence>summary:focus-visible{background:#f2fbf8;outline:2px solid #0000}.demandEvidence>summary>svg{color:var(--accent)}.demandEvidence>summary>span,.demandEvidence>summary strong,.demandEvidence>summary small{min-width:0;display:block}.demandEvidence>summary strong{color:var(--ink);font-size:14px}.demandEvidence>summary small{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.35}.demandEvidence[open]>summary{border-bottom:1px solid var(--line)}.demandMiniRows{display:grid}.demandDiscoveryBalance{border-bottom:1px solid var(--line);background:#ecfdf5;gap:8px;padding:10px 12px;display:grid}.demandDiscoveryBalance strong,.demandDiscoveryBalance span{display:block}.demandDiscoveryBalance span{color:var(--muted);font-size:12px;line-height:1.38}.demandDiscoveryBalance>div{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.demandMiniRow{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.demandMiniRow:last-child{border-bottom:0}.demandMiniRow strong,.demandMiniRow span{display:block}.demandMiniRow span{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.35}.demandMiniRow .buttonContent{color:inherit;font-size:inherit;margin-top:0;line-height:1.2;display:inline-flex}.demandMiniRow .buttonContent>span{color:inherit;font-size:inherit;line-height:inherit;margin-top:0;display:inline}.demandMiniRow b{white-space:nowrap;font-size:13px}.demandRowActions{place-items:flex-end end;gap:7px;display:grid}.demandRowAction{white-space:nowrap;min-height:34px}.settlementRow{justify-content:flex-start;padding:12px 16px}.settlementRow span{margin-top:4px;font-size:13px;line-height:1.45;display:block}.sellerPayoutReadiness{border-top:1px solid var(--line);gap:12px;padding:12px 16px;display:grid}.sellerPayoutReadiness.ready{background:#ecfdf5}.sellerPayoutReadiness.warning{background:#fffbeb}.sellerPayoutReadinessHeader{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.sellerPayoutReadinessHeader div{gap:3px;min-width:0;display:grid}.sellerPayoutReadinessHeader span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.sellerPayoutReadinessHeader strong{color:var(--ink);font-size:15px;line-height:1.25}.sellerPayoutReadinessHeader small,.sellerPayoutSteps small{color:var(--muted);font-size:12px;line-height:1.35}.sellerPayoutSteps{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.sellerPayoutSteps article{border:1px solid var(--line);background:#ffffffd1;border-radius:8px;grid-template-columns:auto auto minmax(0,1fr);align-items:flex-start;gap:8px;min-width:0;padding:10px;display:grid}.sellerPayoutSteps article.ready{border-color:#bbf7d0}.sellerPayoutSteps article.warning{border-color:#fde68a}.sellerPayoutSteps article>span{color:var(--accent);background:#e7f8f4;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:inline-flex}.sellerPayoutSteps svg{color:var(--accent);margin-top:3px}.sellerPayoutSteps div{gap:3px;min-width:0;display:grid}.sellerPayoutSteps strong{color:var(--ink);font-size:12px;line-height:1.25}.sellerPayoutActionBoard{border-top:1px solid var(--line);gap:10px;padding:12px 16px;display:grid}.sellerPayoutActionLead{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.sellerPayoutActionLead div{gap:3px;min-width:0;display:grid}.sellerPayoutActionLead span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.sellerPayoutActionLead strong{color:var(--ink);font-size:15px;line-height:1.25}.sellerPayoutActionGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.sellerPayoutActionCard{border:1px solid var(--line);color:inherit;cursor:pointer;text-align:left;background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;padding:10px;display:grid}.sellerPayoutActionCard.success{background:#f0fdf4;border-color:#bbf7d0}.sellerPayoutActionCard.warning{background:#fffbeb;border-color:#fde68a}.sellerPayoutActionCard:hover,.sellerPayoutActionCard:focus-visible{border-color:#0d7f7061;outline:0}.sellerPayoutActionCard>svg{color:var(--accent);margin-top:2px}.sellerPayoutActionCard div{gap:3px;min-width:0;display:grid}.sellerPayoutActionCard strong{color:var(--ink);font-size:13px;line-height:1.25}.sellerPayoutActionCard small{color:var(--muted);font-size:12px;line-height:1.35}.sellerPayoutActionCard>.statusBadge,.sellerPayoutActionCard>span:last-child{grid-column:1/-1}.sellerPayoutActionCard>span:last-child{color:var(--accent);font-size:12px;font-weight:900}.payoutReleaseGate{border-top:1px solid var(--line);gap:10px;padding:12px 16px;display:grid}.payoutReleaseGate.ready{background:#f0fdf4}.payoutReleaseGate.warning{background:#fffbeb}.payoutReleaseGateLead{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.payoutReleaseGateLead div{gap:3px;min-width:0;display:grid}.payoutReleaseGateLead span{color:var(--accent);text-transform:uppercase;font-size:11px;font-weight:900}.payoutReleaseGateLead strong{color:var(--ink);font-size:15px;line-height:1.25}.payoutReleaseGateLead small{color:var(--muted);font-size:12px;line-height:1.35}.payoutReleaseGateGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.payoutReleaseGateCard{border:1px solid var(--line);color:inherit;cursor:pointer;text-align:left;background:#ffffffe6;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:8px;padding:10px;display:grid}.payoutReleaseGateCard.success{border-color:#bbf7d0}.payoutReleaseGateCard.warning{border-color:#fde68a}.payoutReleaseGateCard:hover,.payoutReleaseGateCard:focus-visible{border-color:#0d7f7061;outline:0}.payoutReleaseGateCard>svg{color:var(--accent);margin-top:2px}.payoutReleaseGateCard div{gap:3px;min-width:0;display:grid}.payoutReleaseGateCard strong{color:var(--ink);font-size:13px;line-height:1.25}.payoutReleaseGateCard small{color:var(--muted);font-size:12px;line-height:1.35}.payoutReleaseGateCard>span:last-child{color:var(--accent);grid-column:1/-1;font-size:12px;font-weight:900}.payoutAccountAction{border-top:1px solid var(--line);gap:10px;padding:12px 16px;display:grid}.payoutAccountActionLead,.payoutAccountActions,.payoutStepUpNotice{align-items:center;gap:10px;display:flex}.payoutAccountActionLead{justify-content:space-between}.payoutAccountActionLead>svg,.payoutStepUpNotice>svg{color:var(--accent);flex:none}.payoutAccountActionLead div{gap:3px;min-width:0;display:grid}.payoutAccountActionLead strong{color:var(--ink);font-size:15px}.payoutAccountActionLead span,.payoutStepUpNotice,.payoutAccountForm label{color:var(--muted);font-size:12px;line-height:1.35}.payoutStepUpNotice{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:9px 10px;font-weight:800}.payoutApiRecovery{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.payoutApiRecovery div{gap:3px;min-width:0;display:grid}.payoutApiRecovery strong{color:var(--ink);font-size:13px}.payoutApiRecovery span{color:var(--muted);font-size:12px;line-height:1.35}.payoutMethodTabs{flex-wrap:wrap;gap:8px;display:flex}.payoutMethodTabs button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;min-height:34px;padding:0 12px;font-weight:900}.payoutMethodTabs button.active{color:var(--accent);background:#e7f8f4;border-color:#0d7f7052}.payoutAccountForm{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.payoutAccountForm label{gap:5px;font-weight:900;display:grid}.payoutAccountForm input{border:1px solid var(--line);color:var(--ink);font:inherit;border-radius:8px;outline:0;min-height:38px;padding:0 10px}.payoutAccountForm input:disabled{color:var(--muted);background:#f3f4f6}.payoutNotesField{grid-column:1/-1}.payoutAccountActions{flex-wrap:wrap;justify-content:space-between}.payoutSubmitReason{color:#9a3412;margin:-2px 0 0;font-size:12px;font-weight:900;line-height:1.35}.settlementMiniRows{border-top:1px solid var(--line);padding:0 16px 12px;display:grid}.settlementMiniRow{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.settlementMiniRow:last-child{border-bottom:0}.settlementMiniRow strong,.settlementMiniRow span{display:block}.settlementMiniRow span{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.35}.settlementMiniRow b{white-space:nowrap;font-size:13px}.settlementLedgerTable{border-top:1px solid var(--line);padding:0 16px 12px;display:grid}.settlementLedgerHeader,.settlementLedgerRow{grid-template-columns:minmax(140px,1.2fr) .7fr .7fr .8fr .75fr;align-items:center;gap:10px;display:grid}.settlementLedgerHeader{color:var(--muted);text-transform:uppercase;min-height:34px;font-size:11px;font-weight:900}.settlementLedgerRow{border-top:1px solid var(--line);min-height:44px}.settlementLedgerRow div{gap:2px;min-width:0;display:grid}.settlementLedgerRow strong,.settlementLedgerRow span,.settlementLedgerRow b{font-size:13px}.settlementLedgerRow small{color:var(--muted);font-size:11px}.settlementLedgerStatus{min-width:0}.settlementLedgerEmpty{color:var(--muted);padding:12px 0 0;font-size:13px}@media (max-width:1180px){.merchantShell{grid-template-columns:1fr}.sidebar{height:auto;min-height:unset;position:static;overflow-y:visible}.merchantShell>.sidebar{display:flex}.merchantNav{scrollbar-width:none;gap:8px;padding-bottom:5px;display:flex;overflow-x:auto}.merchantNav .navSection{flex:none;display:block}.merchantNav .navSectionLabel{display:none}.merchantNav .navSectionItems{gap:6px;display:flex}.merchantNav a{flex:0 0 154px}.accessBox{margin-top:0}.metricGrid,.topGrid,.bottomGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.sellerWorkspaceMap,.sellerWorkflowFocus,.sellerTrustCommand,.sellerCashDeskLead,.sellerCashDeskCards,.sellerPayoutActionGrid,.payoutReleaseGateGrid,.sellerTriageRows,.sellerPayoutSteps,.sellerWorkQueueCards,.sellerWorkflowRows{grid-template-columns:1fr}.sellerTrustLead{grid-row:auto}.sellerWorkspaceSwitches{grid-column:1;grid-template-columns:repeat(3,minmax(0,1fr))}.sellerWorkspaceCards,.sellerLauncherReadiness,.submissionChecklist,.sellerRoleModes{grid-template-columns:repeat(2,minmax(0,1fr))}.sellerWorkQueueCard{grid-template-columns:auto minmax(0,1fr)}.sellerWorkQueueAction{grid-column:2}.sellerTrustCards,.sellerTrustSteps,.merchantReviewIntegrityMetrics,.sellerTriageRows,.sellerCashDeskCards,.merchantOrderCommandStrip,.merchantOrderCommandCards,.merchantCodClosureCards{grid-template-columns:repeat(2,minmax(0,1fr))}.merchantOrderCommandLead{border-right:0;padding-right:0}.submissionGrid,.submissionWideGrid,.uploadGrid,.demandIntro,.demandActionGrid,.demandGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.orderRow{grid-template-columns:1fr}.orderRow .merchantOrderNextAction,.orderRow .nearbyOrderConversionPanel,.orderRow .merchantOrderPreAction,.orderRow .merchantOrderProgressRail,.orderRow .merchantOrderHandoffGate,.orderRow .merchantOrderRowPassport,.orderRow>.rowActions{grid-column:1/-1;justify-self:stretch;width:100%}}@media (max-width:760px),(max-device-width:760px){body{font-size:14px}.workspace{gap:12px;padding:10px;overflow-x:hidden}.merchantOrderCommandDisclosure{border-bottom:1px solid var(--line)}.merchantOrderCommandDisclosure>summary{color:var(--ink);cursor:pointer;background:#f8fffb;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:8px 12px;list-style:none;display:flex}.merchantOrderCommandDisclosure>summary::-webkit-details-marker{display:none}.merchantOrderCommandDisclosure>summary>span{align-items:center;gap:9px;min-width:0;display:flex}.merchantOrderCommandDisclosure>summary>span>span,.merchantOrderCommandDisclosure>summary strong,.merchantOrderCommandDisclosure>summary small{min-width:0;display:block}.merchantOrderCommandDisclosure>summary strong{font-size:13px}.merchantOrderCommandDisclosure>summary small{color:var(--muted);margin-top:1px;font-size:11px}.merchantOrderCommandDisclosure>summary>svg{flex:none;transition:transform .16s}.merchantOrderCommandDisclosure[open]>summary>svg{transform:rotate(180deg)}.merchantOrderCommandDisclosure:not([open])>.merchantOrderCommandStrip{display:none!important}.dashboardHomeBar{align-items:stretch;gap:8px;padding:9px;display:grid}.dashboardHomeMeta{grid-template-columns:minmax(0,1fr) auto;justify-content:stretch;display:grid}.dashboardHomeMeta button{min-height:36px}.workspaceHeader{box-shadow:none;flex-direction:column;align-items:flex-start;gap:10px;padding:10px}.workspaceHeader>div{width:100%;min-width:0}.panelHeader{flex-direction:row;align-items:center;min-height:48px;padding:10px 12px}.panelHeaderActions{max-width:58%;margin-left:auto}.campaignCheckoutReadinessHeader{grid-template-columns:minmax(0,1fr);display:grid}.campaignCheckoutReadinessHeader>.statusBadge{justify-self:start}.panelHeaderActions>:not(.mobileAccordionToggle):not(.mobileKeepAction){display:none}.panelHeaderActions .mobileKeepAction{width:auto;min-height:34px;padding:0 10px}.merchantOrderDesktopTools{display:none}.panelHeaderActions .merchantOrderMobileTools{min-height:36px;padding:0;display:block}.mobileAccordionToggle{display:inline-flex}.mobileAccordionClosed>:not(.panelHeader){display:none}h1{font-size:22px;line-height:1.12}h2{font-size:15px}.subhead,.sellerWorkspaceLead p,.listItem span,.settlementRow span,.requestRow p,.submissionIntro span,.productReviewMeta{font-size:12px;line-height:1.35}.sellerWorkspaceMap{box-shadow:none;gap:8px;padding:10px}.sellerWorkspaceLead{gap:4px}.sellerWorkspaceLead strong{font-size:15px;line-height:1.2}.sellerLauncherReadiness{grid-template-columns:1fr}.sellerLauncherReadiness span{font-size:11px}.sellerWorkspaceSwitches,.sellerWorkspaceCards{scrollbar-width:none;gap:8px;margin:0 -2px;padding:2px 2px 6px;display:flex;overflow-x:auto}.sellerWorkspaceSwitches::-webkit-scrollbar{display:none}.sellerWorkspaceCards::-webkit-scrollbar{display:none}.sellerRoleModes{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:2px 0 6px;display:grid;overflow:visible}.sellerWorkspaceSwitch{flex:0 0 132px;min-height:40px;padding:7px 9px}.sellerWorkspaceSwitch small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sellerWorkspaceCard{flex:0 0 126px;min-height:58px;padding:8px}.sellerWorkspaceIcon{width:30px;height:30px}.sellerWorkspaceCard strong{font-size:17px}.sellerRoleMode{min-height:94px;padding:8px}.subhead,.workspaceHeader h1,.eyebrow{overflow-wrap:anywhere}.sidebar{gap:12px;min-height:auto;padding:12px;overflow:hidden}.brandMark{width:36px;height:36px}.merchantNav{scrollbar-width:none;gap:8px;margin:0 -2px;padding:2px 2px 6px;display:flex;overflow-x:auto}.merchantNav::-webkit-scrollbar{display:none}.merchantNav a{flex:0 0 106px;gap:7px;min-height:34px;padding:0 8px;font-size:13px}.merchantNav a small{font-size:9px}.accessBox{display:none}.metricCard{min-height:auto;padding:12px}.metricCard strong{font-size:24px}.merchantComplaintWorkspace{grid-template-columns:1fr;padding:10px}.merchantComplaintMobilePicker{gap:5px;display:grid}.merchantComplaintMobilePicker>span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.merchantComplaintMobilePicker select{border:1px solid var(--line);color:var(--ink);font:inherit;background:#fff;border-radius:8px;width:100%;min-height:44px;padding:0 36px 0 10px;font-size:13px;font-weight:800}.merchantComplaintQueue{display:none}.merchantComplaintQueueRow{grid-template-columns:auto minmax(0,1fr)}.merchantComplaintQueueRow>.statusBadge{grid-column:2;justify-self:start}.profileGrid,.checkoutDefaultsBox,.complaintDetail,.performanceList,.submissionBox,.demandIntro,.demandActionGrid,.demandGrid,.toolbar,.requestRow,.reportGrid,.settlementRow,.sellerCashDeskCommand,.payoutReleaseGate,.payoutAccountAction,.sellerPayoutReadiness,.settlementMiniRows{padding:12px}.orderRow,.listItem,.settlementMiniRow,.demandMiniRow{grid-template-columns:1fr;padding:10px 12px}.demandRowActions{grid-template-columns:auto minmax(0,1fr);place-items:center start}.demandRowAction{justify-self:stretch;width:100%}.demandColumnHeader{align-items:center}.orderRow>.orderMeta,.orderRow>.orderFacts,.orderRow>.merchantOrderRowPassport,.orderRow>.merchantOrderNextAction,.orderRow>.nearbyOrderConversionPanel,.orderRow>.merchantOrderSafeguards,.orderRow>.merchantOrderPreAction,.orderRow>.merchantOrderProgressRail,.orderRow>.merchantOrderHandoffGate,.orderRow>.orderToolRail,.orderRow>.packingBox,.orderRow>.orderWarning,.orderRow>.rowActions,.orderRow>span{grid-column:1/-1;justify-self:stretch;width:100%}.merchantOrderSafeguards>summary{align-items:flex-start}.merchantOrderSafeguards>summary small{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sellerPayoutReadinessHeader{grid-template-columns:1fr;align-items:flex-start}.headerActions,.toolbar{align-items:stretch;width:100%}.headerActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.headerActions .commandSearch{grid-column:1/-1}.headerActions button,.headerActions .logoutLink,.toolbar button,.rowActions button,.offerForm button,.nearbyOfferReceipt button,.promotionVisibilityBrief button,.promotionRequestReceipt button,.merchantBuyerSafetyBrief button,.paidVisibilityProofHandoff button,.paidVisibilityProofSubmit,.merchantPromotionInspectActions button,.classifiedComposer button{width:100%}.promotionVisibilityBrief,.promotionVisibilityReceipt,.promotionRequestReceipt,.merchantBuyerSafetyBrief,.nearbyOfferReceipt{grid-template-columns:1fr;align-items:stretch}.nearbyOfferReceiptFacts{grid-template-columns:1fr}.nearbyOfferSafetyStrip{grid-template-columns:1fr;align-items:stretch}.nearbyOfferSafetyStrip button{width:100%}.classifiedActionReadiness{grid-template-columns:1fr;align-items:stretch}.headerActions button:last-child{grid-column:1/-1}.metricGrid,.topGrid,.bottomGrid,.sellerWorkQueueCards,.sellerWorkflowRows,.sellerTrustCommand,.sellerCashDeskLead,.sellerCashDeskCards,.payoutAccountActionLead,.pakistanPaymentRailsLead,.payoutAccountForm,.payoutAccountActions,.sellerTriageRows,.merchantOrderCommandStrip,.merchantOrderCommandCards,.merchantCodClosureCards,.sellerTrustCards,.sellerTrustSteps,.merchantReviewIntegrityMetrics,.merchantOrderRowPassport,.merchantOrderProgressRail,.complaintMeta,.profileGrid,.shopCustomerOrderMirrorFacts,.checkoutDefaultsPreview,.checkoutDefaultsGrid,.merchantLogisticsFacts,.submissionChecklist,.demandSummary,.demandActionGrid,.demandGrid,.demandIntro,.reportGrid,.submissionGrid,.submissionWideGrid,.uploadGrid,.mediaRulePassport,.mediaCheckPassport,.mediaExampleGuide>div,.classifiedImageUpload,.classifiedFields,.pakistanPaymentRailGrid,.campaignPreflightGrid,.paidVisibilityProofForm,.paidVisibilityProofFacts{grid-template-columns:1fr}.demandSummary{grid-template-columns:repeat(2,minmax(0,1fr))}.merchantReviewIntegrityPanel{margin-inline:-12px;padding-inline:12px}.merchantReviewIntegrityHeader,.merchantCustomerTrustPreview{grid-template-columns:minmax(0,1fr);align-items:start}.merchantReviewIntegrityHeader>.statusBadge,.merchantCustomerTrustPreview>.statusBadge{justify-self:start}.merchantReviewIntegrityMetrics>div{border-left:0;border-top:1px solid var(--line);padding:9px 0}.complaintActionFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.complaintNextAction{margin:0 12px 10px}.complaintSummary{display:none}.responseActions>button{flex:148px}.shopCustomerOrderMirrorLead{grid-template-columns:auto minmax(0,1fr)}.shopCustomerOrderMirrorLead .statusBadge{grid-column:2;justify-self:start}.campaignPreflightHeader{flex-direction:column;align-items:stretch}.sellerTriageLead,.payoutAccountActionLead,.payoutAccountActions{flex-direction:column;align-items:flex-start}.pakistanPaymentRails.payout{margin:0 12px 12px}.sellerWorkQueue{gap:8px;padding:10px}.sellerWorkQueueLead,.sellerWorkQueueLeadActions{flex-direction:column;align-items:stretch}.sellerWorkQueueLeadActions>button{width:100%}.merchantCodClosureCards{grid-template-columns:repeat(2,minmax(0,1fr))}.sellerWorkQueueCard{min-height:58px;padding:8px}.sellerWorkQueueCard strong,.sellerWorkflowRow strong{font-size:12px}.sellerWorkQueueCard span,.sellerWorkflowRow span{font-size:12px;line-height:1.3}.rowActions,.orderActionButtons,.offerForm,.packingBox,.orderToolRail{grid-template-columns:1fr;display:grid}.packingBox{min-width:0}.packingBox .qualityPreviewActions{justify-content:flex-start}.orderRow>.rowActions{grid-template-columns:1fr}.orderActionButtons{min-width:0}.packingChecklist{grid-template-columns:1fr;display:grid}.classifiedRow{gap:8px;display:grid}.merchantResourceHeader,.merchantGrowthResourceHeader{display:none}.merchantResourceRow{grid-template-columns:minmax(0,1fr) minmax(104px,auto);align-items:center;gap:8px;padding:10px}.merchantGrowthResourceRow{grid-template-columns:1fr}.promotionResourceSummaryTable .merchantGrowthResourceRow{grid-template-columns:1fr;gap:10px}.promotionResourceSummaryTable .merchantResourceCell,.promotionResourceSummaryTable .merchantGrowthActions{border-top:1px solid var(--soft-line);padding-top:8px}.promotionResourceSummaryTable .promotionIdentityCell{border-top:0;padding-top:0}.promotionResourceSummaryTable .merchantGrowthActions{justify-content:flex-start}.merchantMobileFieldLabel{color:var(--muted);letter-spacing:0;text-transform:uppercase;width:100%;font-size:10px;font-weight:900;line-height:1.2;display:block}.promotionModuleTabs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.promotionModuleTabs button{min-width:0}.promotionWorkspaceBar{align-items:stretch;display:grid}.promotionWorkspaceBar button{width:100%}.settlementModuleTabs,.trustModuleTabs{grid-template-columns:repeat(3,minmax(0,1fr))}.settlementModuleTabs button,.trustModuleTabs button{padding-inline:7px}.settlementWorkspaceActions,.settlementOverviewGrid,.trustModuleOverview{grid-template-columns:1fr;display:grid}.settlementLedgerTable{padding-inline:12px}.settlementLedgerHeader{display:none}.settlementLedgerRow{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:6px 10px;padding-block:10px}.settlementLedgerRow>div:first-child,.settlementLedgerStatus{grid-column:1/-1}.settlementLedgerRow>span,.settlementLedgerRow>b{gap:2px;display:grid}.settlementLedgerRow>span:before,.settlementLedgerRow>b:before{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:900}.settlementLedgerRow>span:nth-child(2):before{content:"Gross"}.settlementLedgerRow>span:nth-child(3):before{content:"Holds"}.settlementLedgerRow>b:before{content:"Payable"}.merchantTodayLead{align-items:flex-start}.merchantTodayHeader{display:none}.merchantTodayRow{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:7px 10px;padding-block:10px}.merchantTodayRow>div{grid-column:1}.merchantTodayRow>.statusBadge{grid-area:1/2}.merchantTodayRow>span{grid-column:1}.merchantTodayRow>button{grid-area:2/2;width:72px}.merchantTodaySummary{gap:5px;display:grid}.promotionWorkflowLane{grid-template-columns:repeat(2,minmax(0,1fr))}.merchantPromotionInspectOverlay{place-items:end stretch;padding:10px}.merchantPromotionInspectDrawer{width:100%;max-width:none;max-height:calc(100vh - 20px);padding:12px}.merchantPromotionInspectFacts{grid-template-columns:1fr}.merchantResourceRow>.merchantProductIdentity,.merchantResourceRow>.merchantPolicyBadges,.merchantResourceRow>.merchantPublicationCell{grid-column:1/-1}.merchantResourceRow>.merchantSelectionCell{grid-column:1;justify-content:flex-start}.merchantResourceRow>.merchantResourceCell:nth-child(3),.merchantResourceRow>.merchantResourceCell:nth-child(6){grid-column:1}.merchantResourceRow>.merchantResourceCell:nth-child(4),.merchantResourceRow>.merchantProductActionStack{grid-column:2;justify-self:end}.merchantProductActionStack{max-width:210px}.merchantProductActionPassport{grid-template-columns:repeat(2,minmax(0,1fr))}.merchantProductActionPassport.drawer{grid-template-columns:1fr}.productCheckoutOverrideFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.merchantRowActions{flex-wrap:nowrap;justify-content:flex-end;gap:6px}.merchantRowActionButton{min-height:28px;padding:0 8px;font-size:11px}.merchantRowActionButton svg{width:13px;height:13px}.merchantRowActions button:not(.merchantRowActionButton){width:auto;padding:0 9px;min-height:32px!important}.merchantPolicyBadges{gap:5px}.merchantResourceRow .checkoutResultHint{display:none}.merchantProductDrawerGrid,.merchantApiSessionGrid{grid-template-columns:1fr}.merchantProductDrawerActions{flex-direction:column;align-items:stretch}.merchantProductDrawer{width:auto;max-height:none;position:static}.resourceToolbarHeader,.resourceToolbarControls{flex-direction:column;align-items:stretch}.resourceToolbarControls{grid-template-columns:minmax(0,1fr) minmax(92px,118px) minmax(72px,88px);gap:8px;display:grid}.resourceToolbarMeta{justify-content:flex-start;margin-left:0}.resourceToolbarAction,.resourceToolbarAction button{width:100%}.resourceToolbarAction{grid-template-columns:1fr;gap:8px;display:grid}.resourceToolbarSearch{grid-column:1/-1;width:auto}.resourceToolbarSelect{width:auto;min-width:0}.resourceToolbarSearch,.resourceToolbarSelect{gap:4px}.resourceToolbarSearch span,.resourceToolbarSelect span{font-size:11px}.resourceToolbarSearch input,.resourceToolbarSelect select{height:36px;min-height:36px;padding:7px 9px}.resourceToolbarViews,.resourceToolbarFilters{flex-wrap:wrap;margin:0 -2px;padding:2px 2px 6px}.resourceToolbarViews button,.resourceToolbarFilters button{flex:none}.orderRow .merchantOrderProgressRail{grid-template-columns:repeat(4,minmax(0,1fr));padding:7px}.orderRow .merchantOrderProgressStep{gap:4px}.orderRow .merchantOrderProgressStep span{display:none}.orderRow .orderToolRail,.orderRow .orderActionButtons{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.orderRow .orderToolRail button,.orderRow .orderActionButtons button{min-height:34px;padding-left:8px;padding-right:8px}.orderRow .merchantOrderNextAction{gap:6px;padding:8px}.orderRow .merchantOrderNextAction span{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.orderRow .nearbyOrderConversionPanel,.orderRow .nearbyOrderConversionActions{grid-template-columns:1fr}.orderRow .nearbyOrderConversionFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.orderRow .merchantOrderPreAction{grid-template-columns:1fr;gap:7px;padding:8px}.orderRow .merchantOrderPreActionLead{grid-template-columns:auto minmax(0,1fr)}.orderRow .merchantOrderPreActionLead .statusBadge{justify-self:start}.orderRow .merchantOrderPreActionLead span{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.orderRow .merchantOrderPreActionItems{grid-template-columns:repeat(2,minmax(0,1fr))}.orderRow .merchantOrderHandoffGate{grid-template-columns:1fr;gap:7px;padding:8px}.orderRow .merchantOrderHandoffGateLead{grid-template-columns:auto minmax(0,1fr)}.orderRow .merchantOrderHandoffGateLead .statusBadge{justify-self:start}.orderRow .merchantOrderHandoffGateLead span{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.orderRow .merchantOrderHandoffGateFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.submissionBox .submissionChecklist{scrollbar-width:none;gap:8px;margin:0 -2px;padding:2px 2px 6px;display:flex;overflow-x:auto}.submissionBox .submissionChecklist::-webkit-scrollbar{display:none}.submissionBox .submissionChecklist>div{flex:0 0 184px;min-height:58px;padding:8px}.submissionBox .submissionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.submissionBox .submissionGrid>label:first-child,.submissionBox .submissionGrid>label:nth-child(2),.submissionBox .submissionGrid>:nth-child(7),.submissionBox .submissionGrid>:nth-child(8),.submissionBox .submissionGrid>label:nth-child(10),.submissionBox .submissionGrid>label:nth-child(11),.submissionBox .submissionGrid>label:nth-child(12),.submissionBox .submissionGrid>label:nth-child(15){grid-column:1/-1}.submissionHandoffGrid{scrollbar-width:none;gap:7px;margin:0 -2px;padding:2px 2px 5px;display:flex;overflow-x:auto}.submissionHandoffGrid::-webkit-scrollbar{display:none}.submissionHandoffItem{flex:0 0 220px;min-height:58px}.productReviewPreflightChecks{scrollbar-width:none;gap:7px;margin:0 -2px;padding:2px 2px 5px;display:flex;overflow-x:auto}.productReviewPreflightChecks::-webkit-scrollbar{display:none}.productReviewPreflightChecks span{flex:0 0 150px;min-height:42px}.productSubmissionGateHeader{flex-wrap:wrap;align-items:flex-start}.productSubmissionGateHeader .statusBadge{margin-left:25px}.productSubmissionGateFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.productSubmissionApiPacketCards{grid-template-columns:1fr}.submissionBox label,.submissionBox input,.submissionBox select,.submissionBox textarea{min-width:0}}.merchantShell{transition:grid-template-columns .16s}.merchantShell .sidebarHeader{grid-template-columns:minmax(0,1fr) 36px;align-items:start;gap:4px;display:grid}.merchantShell .sidebarCollapseButton{color:#aab6c5;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:36px;height:36px;margin-top:3px;display:inline-flex}.merchantShell .sidebarCollapseButton:hover{color:#fff;background:#ffffff17;border-color:#ffffff24}.merchantShell .sidebarCollapseButton:focus-visible{outline-offset:2px;outline:3px solid #55c6b747}@media (min-width:1181px){.merchantShell.sidebarCollapsed{grid-template-columns:72px minmax(0,1fr)}.merchantShell.sidebarCollapsed>.sidebar{padding-inline:9px}.merchantShell.sidebarCollapsed .sidebarHeader{flex-direction:column;align-items:center;gap:6px;display:flex}.merchantShell.sidebarCollapsed .brandBlock{justify-content:center;min-height:44px;padding:2px}.merchantShell.sidebarCollapsed .brandBlock>div,.merchantShell.sidebarCollapsed .navSectionLabel,.merchantShell.sidebarCollapsed .merchantNav a>span,.merchantShell.sidebarCollapsed .accessBox{display:none}.merchantShell.sidebarCollapsed .merchantNav,.merchantShell.sidebarCollapsed .navSection,.merchantShell.sidebarCollapsed .navSectionItems{gap:6px}.merchantShell.sidebarCollapsed .navSection{border-top:1px solid #ffffff1f;padding-top:6px}.merchantShell.sidebarCollapsed .merchantNav a{justify-content:center;align-items:center;min-height:44px;padding:8px}.merchantShell.sidebarCollapsed .merchantNav a svg{width:20px;height:20px}}@media (max-width:1180px){.merchantShell .sidebarCollapseButton{display:none}.merchantShell .sidebarHeader{display:block}}:root{--bg:#f4f6f8;--panel:#fff;--panel-soft:#f7f9fb;--ink:#17212b;--muted:#5f6f7f;--line:#d8e0e7;--accent:#087d70;--accent-strong:#06665c;--shadow:0 1px 2px #0f172a0f;--wm-text-cell:13px;--wm-text-ui:14px;--wm-text-section:16px;--wm-text-page:24px}body{font-size:var(--wm-text-ui);text-rendering:optimizelegibility;line-height:1.45}.merchantShell{grid-template-columns:268px minmax(0,1fr)}.sidebar{gap:16px;padding:16px 14px}.sidebarHomeLink{appearance:none;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;width:100%}.sidebarHomeLink:focus-visible{outline-offset:2px;border-radius:8px;outline:3px solid #ccfbf138}.brandBlock{padding:4px 6px 8px}.brandBlock strong{font-size:14px;font-weight:700}.brandBlock span{font-size:12px;font-weight:500}.merchantNav{gap:14px}.merchantNav .navSectionItems{gap:2px}.merchantNav .navSectionLabel{font-size:12px;font-weight:700}.merchantNav a{border-radius:6px;min-height:42px;padding:6px 9px}.merchantNav a strong{font-size:14px;font-weight:650}.merchantNav a small{font-size:12px;font-weight:500}.sellerWorkspaceMap{background:var(--panel);gap:12px;padding:14px}.sellerWorkspaceCards{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.merchantNav a.active{background:#ffffff1a;box-shadow:inset 3px 0 #55c6b7}.accessBox{padding:10px}.workspace{gap:16px;padding:16px 20px 24px}.moduleWorkspace{gap:12px}.dashboardHomeBar,.workspaceHeader,.metricCard,.panel{box-shadow:var(--shadow)}.moduleWorkspaceHeader{align-items:center;min-height:76px;padding:12px 14px}.moduleWorkspaceHeader h1{font-size:var(--wm-text-page);font-weight:720}.moduleWorkspaceHeader .eyebrow{font-size:11px;font-weight:700}.moduleWorkspaceHeader .subhead{font-size:13px}.moduleRelatedNav{scrollbar-width:none;flex-wrap:nowrap;min-height:42px;padding:4px 0;overflow-x:auto}.moduleRelatedNav::-webkit-scrollbar{display:none}.moduleRelatedNav>span,.moduleRelatedNav a{flex:none}.moduleRelatedNav>span{font-weight:700}.moduleRelatedNav a{min-height:34px;font-weight:600}.moduleWorkspace button,.moduleWorkspace .logoutLink{font-weight:650}.moduleWorkspace .panelHeader{min-height:52px;padding:11px 14px}.metricCard{min-height:118px}.metricCard strong{font-weight:720}.statusBadge{font-weight:650}.moduleWorkspace :where(label,summary,th,button,.statusBadge){font-weight:650!important}.moduleWorkspace :where(strong,h2,h3){font-weight:700!important}.moduleWorkspace :where(small,.meta,.helperText){font-weight:500!important}@media (max-width:1180px){.merchantShell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #ffffff1a;gap:8px;padding:10px 12px 8px}.brandBlock{padding:2px 4px 8px}.merchantNav{gap:6px}.merchantNav a{flex:none;min-width:118px;min-height:40px;padding:6px 10px}.merchantNav a small{display:none}.merchantNav a.active{box-shadow:inset 0 -3px #55c6b7}.accessBox{display:none}}@media (max-width:760px),(max-device-width:760px){body{font-size:14px}.workspace{gap:10px;padding:10px 12px 18px}.moduleWorkspaceHeader{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-height:auto;padding:9px 10px}.moduleWorkspaceHeader h1{font-size:20px}.moduleWorkspaceHeader .subhead{margin-top:1px;font-size:12px}.moduleWorkspaceHeader .eyebrow{margin-bottom:1px;font-size:10px}.headerActions{flex-wrap:wrap;grid-column:1/-1;gap:5px;display:flex}.headerActions .commandSearch,.headerActions>.statusBadge{order:-2}.headerActions .commandSearch{flex:100%;order:-1}.headerActions>button,.headerActions>.logoutLink{justify-content:center;width:auto;min-height:34px;padding:0 8px}.headerActions>.headerAlertsAction,.headerActions>.headerLiveAccessAction{flex:auto}.headerActions>button{min-width:0;overflow:hidden}.headerActions>button>span,.headerActions>button .buttonContent{min-width:0}.headerActions>button .buttonContent{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.searchBox{min-height:36px}.moduleRelatedNav{min-height:36px;margin:0 -12px;padding:3px 12px}.moduleRelatedNav>span{display:none}.moduleWorkspace .panelHeader{min-height:44px}}.durablePayoutHistory .payoutReleaseGateLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start}.durablePayoutHistory .payoutReleaseGateLead span{max-width:84ch;color:var(--muted);text-transform:none;font-size:.84rem;font-weight:500;line-height:1.45}.durablePayoutHistory .settlementMiniRows{margin-top:12px}.global-error-shell{color:#15243a;background:#fff;border:1px solid #d7dee8;border-radius:8px;width:min(520px,100% - 32px);margin:12vh auto 0;padding:24px}.global-error-shell h1{letter-spacing:0;margin:0 0 8px;font-size:24px}.global-error-shell p{color:#52637a;margin:0 0 16px;line-height:1.5}.global-error-shell button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#087f70;border:0;border-radius:6px;padding:0 16px;font-weight:800}.merchantOrderWorkspace,.nearbyRequestWorkspace{grid-template-columns:minmax(620px,1.35fr) minmax(380px,.8fr);align-items:start;gap:12px;display:grid}.merchantOrderQueue,.merchantOrderDetail,.nearbyRequestQueue,.focusedRequestList{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:0;overflow:hidden}.merchantOrderQueueHeader,.merchantOrderDetailHeader{border-bottom:1px solid var(--line);background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:8px 10px;display:flex}.merchantOrderQueueHeader>div,.merchantOrderDetailHeader>div{gap:2px;display:grid}.merchantOrderQueueHeader strong,.merchantOrderDetailHeader strong{color:var(--ink);font-size:14px}.merchantOrderQueueHeader span,.merchantOrderQueueHeader small,.merchantOrderDetailHeader span{color:var(--muted);font-size:12px}.merchantOrderTableScroll{overflow-x:auto}.merchantOrderTable{border-collapse:collapse;table-layout:fixed;width:100%;min-width:900px}.merchantOrderTable th{color:var(--muted);text-align:left;background:#f8fafc;height:34px;padding:6px 8px;font-size:11px}.merchantOrderTable th:first-child,.merchantOrderTable td:first-child{text-align:center;width:36px}.merchantOrderTable th:nth-child(2){width:112px}.merchantOrderTable th:nth-child(3){width:110px}.merchantOrderTable th:nth-child(4){width:150px}.merchantOrderTable th:nth-child(5){width:104px}.merchantOrderTable th:nth-child(6){width:92px}.merchantOrderTable th:nth-child(7){width:170px}.merchantOrderTable th:last-child{width:58px}.merchantOrderTable td{border-top:1px solid var(--line);color:var(--ink);cursor:pointer;vertical-align:middle;height:52px;padding:6px 8px;font-size:13px}.merchantOrderTable tr:hover td,.merchantOrderTable tr.focused td{background:#f1faf8}.merchantOrderTable tr.focused td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.merchantOrderTable td strong,.merchantOrderTable td small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.merchantOrderTable td small{color:var(--muted);margin-top:2px;font-size:11px}.merchantOpenRowButton{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:6px 4px;font-size:12px;font-weight:700}.merchantOrderDetail{max-height:calc(100vh - 180px);position:sticky;top:12px;overflow:auto}.focusedOrderList .merchantOrderGroup{border:0;border-radius:0}.focusedOrderList .merchantOrderGroupHeader{display:none}.focusedOrderList .orderRow{box-shadow:none;border:0;border-radius:0;grid-template-columns:minmax(0,1fr);min-width:0;padding:10px}.focusedOrderList .orderRow>*{grid-column:1/-1;justify-self:stretch;width:100%;min-width:0}.merchantOrderFactsDisclosure{border:1px solid var(--line);background:#fff;border-radius:7px;overflow:hidden}.merchantOrderFactsDisclosure>summary{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;min-height:42px;padding:7px 9px;display:flex}.merchantOrderFactsDisclosure>summary::marker{content:""}.merchantOrderFactsDisclosure>summary>span{align-items:center;gap:8px;min-width:0;display:flex}.merchantOrderFactsDisclosure>summary>span>span{gap:1px;min-width:0;display:grid}.merchantOrderFactsDisclosure>summary strong,.merchantOrderFactsDisclosure>summary small{display:block}.merchantOrderFactsDisclosure>summary strong{font-size:13px}.merchantOrderFactsDisclosure>summary small{color:var(--muted);font-size:11px;font-weight:500}.merchantOrderFactsDisclosure>summary>svg:last-child{color:var(--muted);flex:none;transition:transform .16s}.merchantOrderFactsDisclosure[open]>summary{border-bottom:1px solid var(--line);background:#f8fafc}.merchantOrderFactsDisclosure[open]>summary>svg:last-child{transform:rotate(180deg)}.merchantOrderFactsDisclosure .orderFacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:9px}.merchantOrderFactsDisclosure .orderFacts>span{border:1px solid var(--soft-line);overflow-wrap:anywhere;text-overflow:clip;white-space:normal;background:#f8fafc;border-radius:6px;align-items:center;min-height:30px;padding:5px 7px;display:flex}.merchantOrderFactsDisclosure .orderFacts>.sourcePill{justify-self:stretch}.focusedOrderList .merchantOrderRowPassport,.focusedOrderList .merchantOrderHandoffGateFacts,.focusedOrderList .nearbyOrderConversionFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.focusedOrderList .merchantOrderHandoffGate,.focusedOrderList .merchantOrderPreAction,.focusedOrderList .merchantOrderNextAction,.focusedOrderList .nearbyOrderConversionActions{grid-template-columns:minmax(0,1fr)}.focusedOrderList .merchantOrderRowPassport small,.focusedOrderList .merchantOrderHandoffGateFacts small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;overflow:visible}.focusedOrderList .merchantOrderHandoffGateLead{grid-template-columns:auto minmax(0,1fr)}.focusedOrderList .merchantOrderHandoffGateLead .statusBadge{grid-column:2;justify-self:start}.focusedOrderList .merchantOrderSafeguards[open]{grid-template-columns:minmax(0,1fr)}.focusedOrderList .merchantOrderSafeguards[open]>*{grid-column:1;width:100%;min-width:0}.focusedOrderList .merchantOrderSafeguards>summary{grid-template-columns:minmax(0,1fr);align-items:start;gap:6px;display:grid}.focusedOrderList .merchantOrderSafeguards>summary>span,.focusedOrderList .merchantOrderSafeguards>summary>span>span{min-width:0}.focusedOrderList .merchantOrderSafeguards>summary>span:last-child{justify-content:space-between;justify-self:start;width:100%;min-width:0;max-width:100%}.focusedOrderList .merchantOrderSafeguards>summary .statusBadge{flex:none;min-width:max-content}.focusedOrderList .merchantOrderProgressRail,.focusedOrderList .merchantOrderPreActionItems{grid-template-columns:repeat(2,minmax(0,1fr))}.focusedOrderList .orderRow>.rowActions{grid-template-columns:minmax(0,1fr)}.focusedOrderList .orderActionButtons{justify-content:flex-start;min-width:0}.focusedOrderList .orderActionSummary,.focusedOrderList .orderActionHeadline{overflow-wrap:anywhere;max-width:100%;overflow:visible}.focusedOrderList .merchantOrderSafeguards small,.focusedOrderList .merchantOrderProgressStep strong,.focusedOrderList .merchantOrderProgressStep span,.focusedOrderList .merchantOrderPreActionItems small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;overflow:visible}.focusedOrderList .orderMetaHeader .merchantOrderSelectionCell{display:none}.nearbyRequestWorkspace{grid-template-columns:minmax(480px,.9fr) minmax(520px,1.1fr)}.nearbyRequestTable{display:grid}.nearbyRequestQueueRow{border:0;border-top:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#fff;grid-template-columns:minmax(130px,1.2fr) minmax(100px,.9fr) minmax(100px,.8fr) auto 42px;align-items:center;gap:8px;min-height:58px;padding:7px 10px;display:grid}.nearbyRequestQueueRow:hover,.nearbyRequestQueueRow.focused{background:#f1faf8}.nearbyRequestQueueRow.focused{box-shadow:inset 3px 0 0 var(--accent)}.nearbyRequestQueueRow>span:not(.statusBadge){gap:2px;min-width:0;display:grid}.nearbyRequestQueueRow strong,.nearbyRequestQueueRow small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nearbyRequestQueueRow strong{font-size:13px}.nearbyRequestQueueRow small{color:var(--muted);font-size:11px}.focusedRequestList{max-height:calc(100vh - 180px);position:sticky;top:12px;overflow:auto}.focusedRequestList .requestRow{box-shadow:none;border:0;border-radius:0}.merchantResourceHeader,.merchantResourceRow{grid-template-columns:28px minmax(210px,1.45fr) minmax(82px,.5fr) minmax(92px,.55fr) minmax(130px,.72fr) minmax(88px,.48fr) minmax(170px,.95fr) 54px}.merchantResourceRow{min-height:60px}.merchantPublicationCell small{-webkit-line-clamp:1}@media (max-width:1180px){.merchantOrderWorkspace,.nearbyRequestWorkspace{grid-template-columns:1fr}.merchantOrderDetail,.focusedRequestList{max-height:none;position:static}}@media (max-width:760px),(max-device-width:760px){.merchantOrderQueueHeader{align-items:flex-start}.merchantOrderTableScroll{overflow:visible}.merchantOrderTable,.merchantOrderTable tbody{min-width:0;display:grid}.merchantOrderTable thead{display:none}.merchantOrderTable tr{border-top:1px solid var(--line);grid-template-columns:24px minmax(0,1fr) auto;align-items:start;gap:7px 9px;padding:10px;display:grid}.merchantOrderTable td{border:0;min-width:0;height:auto;padding:0;display:block;width:auto!important}.merchantOrderTable td:nth-child(3){display:none}.merchantOrderTable td:first-child{grid-area:1/1;padding-top:2px}.merchantOrderTable td:nth-child(2){grid-area:1/2}.merchantOrderTable td:nth-child(4){grid-area:2/2/auto/4}.merchantOrderTable td:nth-child(5){grid-area:3/2/auto/4;display:block}.merchantOrderTable td:nth-child(6){grid-area:1/3;justify-self:end}.merchantOrderTable td:nth-child(7){grid-area:4/2}.merchantOrderTable td:last-child{grid-area:4/3;place-self:center end}.merchantOrderTable td:nth-child(4) strong,.merchantOrderTable td:nth-child(4) small,.merchantOrderTable td:nth-child(7) strong,.merchantOrderTable td:nth-child(7) small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;overflow:visible}.merchantOrderTable td:nth-child(4) strong{line-height:1.25}.merchantOrderTable td:nth-child(5){align-items:baseline;gap:7px;display:flex}.merchantOrderTable td:nth-child(5) small{margin-top:0}.nearbyRequestQueueRow{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) auto}.nearbyRequestQueueRow>span:nth-child(3),.nearbyRequestQueueRow .merchantOpenRowButton{display:none}}.moduleWorkspace input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.moduleWorkspace select,.moduleWorkspace textarea{min-height:40px}.merchantShell .brandBlock strong,.merchantShell .merchantNav a strong{font-size:14px}.merchantShell .brandBlock span,.merchantShell .merchantNav a small{font-size:12px;line-height:1.35}.merchantShell .merchantNav .navSectionLabel{letter-spacing:0;font-size:12px}.merchantShell .moduleWorkspace{font-size:15px}.merchantShell .moduleWorkspace :where(p,td,dd,li){line-height:1.5}.merchantShell .moduleWorkspace :where(button,.statusBadge,th){font-size:13px}.merchantShell .moduleWorkspace :where(small,.meta,.helperText,dt){font-size:12px;line-height:1.4}@media (max-width:1180px){.merchantShell>.sidebar{grid-template-columns:minmax(200px,auto) minmax(220px,1fr);align-items:center;display:grid}.merchantShell .brandBlock{padding:4px}.merchantShell .mobileModulePicker{gap:4px;min-width:0;display:grid}.merchantShell .mobileModulePicker span{color:#a9b8ca;font-size:11px;font-weight:700}.merchantShell .mobileModulePicker select{color:#17212b;background:#fff;border:1px solid #334155;border-radius:7px;width:100%;min-height:42px;padding:0 36px 0 11px}.merchantShell .merchantNav{display:none}}@media (max-width:760px),(max-device-width:760px){.merchantShell>.sidebar{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:6px;padding:7px 10px 9px}.merchantShell .sidebarHeader{isolation:isolate;z-index:2;position:relative;transform:translateZ(0)}.merchantShell .mobileModulePicker{z-index:1;width:100%;position:relative}.merchantShell .brandBlock{min-height:30px;padding:0}.merchantShell .brandBlock span,.merchantShell .mobileModulePicker>span{display:none}.merchantShell .mobileModulePicker select{min-height:38px}.moduleWorkspaceHeader .subhead{display:none}.moduleWorkspaceHeader>div:first-child{align-self:center}.moduleWorkspaceHeader .headerActions{margin-top:2px}.moduleRelatedNav a{min-height:32px;padding-block:4px}.resourceToolbar{gap:8px;padding:9px}.resourceToolbarAction{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;display:grid}.resourceToolbarAction>:first-child{grid-column:1/-1}.resourceToolbarAction button{justify-content:center;width:100%;min-width:0}.merchantShell .metricGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.merchantShell .metricCard{gap:7px;min-height:118px;padding:11px}.merchantShell .metricCard strong{font-size:24px}.merchantShell .metricCard .statusBadge{text-overflow:ellipsis;max-width:100%;overflow:hidden}.merchantShell .sellerWorkspaceCards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid;overflow:visible}.merchantShell .sellerWorkspaceCard{border-radius:8px;flex:none;align-items:flex-start;width:auto;min-height:68px;padding:9px}.merchantShell .sellerWorkspaceCard>span:last-child{align-items:flex-start;gap:3px;display:grid}.merchantShell .sellerWorkspaceCard small{white-space:normal;line-height:1.25}.sellerAlertSettingsDisclosure>summary{align-items:flex-start}.sellerAlertSettingsState{display:none}}.merchantShell .moduleWorkspace :is(small,dt,th,em,code,b,.eyebrow,.meta,.helperText),.merchantShell .moduleRelatedNav>span{line-height:1.4;font-size:var(--wm-text-meta)!important}.merchantShell .moduleWorkspace :is(p,li,td,dd),.merchantShell .moduleWorkspace :is(label,summary,button,a,input,select,textarea){font-size:var(--wm-text-cell)}.merchantShell .moduleWorkspace .statusBadge{line-height:1.25;font-size:var(--wm-text-meta)!important}:where(.merchantShell .moduleWorkspace) :where(span,strong){font-size:var(--wm-text-meta)}.merchantShell .moduleWorkspace :is(.merchantBadgeOverflow,.merchantMobileFieldLabel,.sellerAlertSettingsState),.merchantShell .moduleWorkspace span{font-size:var(--wm-text-meta)!important}
