: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-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}*{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}@keyframes dashboardSkeletonPulse{0%{opacity:.62}50%{opacity:1}to{opacity:.62}}.merchantShell{grid-template-columns:minmax(0,1fr);min-height:100vh;display:grid}.merchantShell>.sidebar{display:none}.sidebar{color:#e5edf7;background:#0f172a;flex-direction:column;gap:22px;min-height:100vh;padding:20px;display:flex;position:sticky;top:0}.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:6px;display:grid}.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;text-transform:uppercase;font-size:10px;font-weight:800}.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}.dashboardHomeBar{border:1px solid var(--line);box-shadow:var(--shadow);z-index:45;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex;position:sticky;top:0}.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}.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}.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)}.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}.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}.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}.checkoutDefaultsLead{gap:4px;display:grid}.checkoutDefaultsLead span{color:var(--muted);font-size:12px;line-height:1.4}.checkoutDefaultsLock{margin:-2px 0 0}.shopCustomerOrderMirror{background:#f8fafc;border:1px solid #2563eb2e;border-radius:8px;gap:10px;padding:10px 12px;display:grid}.shopCustomerOrderMirrorLead{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:10px;display:grid}.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(4,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{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:10px;display:grid}.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}.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;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.shopCloseSafetyStrip strong,.shopCloseSafetyStrip span,.shopCloseSafetyStrip small{display:block}.shopCloseSafetyStrip strong{color:var(--ink);margin-bottom:2px;font-size:13px;font-weight:900}.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}.merchantLogisticsFacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.merchantDispatchRecommendationRail{background:#fff;border:1px solid #0f766e2e;border-radius:8px;gap:7px;padding:9px;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{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 9px}.merchantLogisticsProviderList{flex-wrap:wrap;gap:6px;display:flex}.merchantLogisticsProviderList>span{border:1px solid var(--line);color:#334155;background:#fff;border-radius:999px;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:-1px 0 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}.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}.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:repeat(4,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:10px;line-height:1.15}.merchantOrderRowPassport small{color:var(--muted);font-size:11px;font-weight:850;line-height:1.2}.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}.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:10px;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:10px;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:10px;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{justify-content:space-between;align-items:center;gap:8px;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}.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}.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:10px;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:10px;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}.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)}.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:10px;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}.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}.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;font-size:12px;font-weight:900}.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)}.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}.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:10px;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}.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}.offerPhotoField>span:first-child{display:block}.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}.offerPhotoField small{color:var(--muted);font-size:11px;font-weight:800;line-height:1.3}@media (min-width:1024px){.requestRow .offerForm{grid-template-columns:minmax(112px,.7fr) minmax(112px,.7fr) minmax(124px,.7fr) minmax(260px,1.4fr) minmax(190px,.9fr) minmax(128px,auto);align-items:end;display:grid}.requestRow .offerForm label{width:100%}}.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;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{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.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}.demandGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;display:grid}.demandColumn{background:var(--panel-soft);border:1px solid var(--line);border-radius:8px;overflow:hidden}.demandColumn h3{border-bottom:1px solid var(--line);margin:0;padding:12px;font-size:14px}.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 b{white-space:nowrap;font-size:13px}.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}.settlementLedgerEmpty{color:var(--muted);padding:12px 0 0;font-size:13px}@media (max-width:1180px){.merchantShell{grid-template-columns:1fr}.sidebar{min-height:unset;position:static}.merchantNav{grid-template-columns:repeat(4,minmax(0,1fr))}.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,.sellerTriageRows,.sellerCashDeskCards,.merchantOrderCommandStrip,.merchantOrderCommandCards,.merchantCodClosureCards{grid-template-columns:repeat(2,minmax(0,1fr))}.merchantOrderCommandLead{border-right:0;padding-right:0}.submissionGrid,.submissionWideGrid,.uploadGrid,.demandIntro,.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}.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}.panelHeaderActions>:not(.mobileAccordionToggle):not(.mobileKeepAction){display:none}.panelHeaderActions .mobileKeepAction{width:auto;min-height:34px;padding:0 10px}.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}.profileGrid,.checkoutDefaultsBox,.complaintDetail,.performanceList,.submissionBox,.demandIntro,.demandGrid,.toolbar,.requestRow,.reportGrid,.settlementRow,.sellerCashDeskCommand,.payoutReleaseGate,.payoutAccountAction,.sellerPayoutReadiness,.settlementMiniRows{padding:12px}.orderRow,.listItem,.settlementMiniRow{grid-template-columns:1fr;padding:10px 12px}.orderRow>.orderMeta,.orderRow>.orderFacts,.orderRow>.merchantOrderRowPassport,.orderRow>.merchantOrderNextAction,.orderRow>.nearbyOrderConversionPanel,.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%}.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}.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,.merchantOrderRowPassport,.merchantOrderProgressRail,.complaintMeta,.profileGrid,.shopCustomerOrderMirrorFacts,.checkoutDefaultsPreview,.checkoutDefaultsGrid,.merchantLogisticsFacts,.submissionChecklist,.demandSummary,.demandGrid,.demandIntro,.reportGrid,.submissionGrid,.submissionWideGrid,.uploadGrid,.mediaRulePassport,.mediaCheckPassport,.mediaExampleGuide>div,.classifiedImageUpload,.classifiedFields,.pakistanPaymentRailGrid,.campaignPreflightGrid,.paidVisibilityProofForm,.paidVisibilityProofFacts{grid-template-columns:1fr}.complaintActionFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.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}.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}.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%}.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{scrollbar-width:none;flex-wrap:nowrap;margin:0 -2px;padding:2px 2px 6px;overflow-x:auto}.resourceToolbarViews::-webkit-scrollbar{display:none}.resourceToolbarFilters::-webkit-scrollbar{display:none}.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}}.durablePayoutHistory .payoutReleaseGateLead{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}
