/* Product Guard, Readiness Score and Fix Next workflows. */ #queue > :is(.listing-panel,.listing-product-guard,.listing-readiness,.listing-fix-next,.listing-history,.listing-rule-center,.listing-dry-run,.listing-ai-evidence,.listing-notifications) { grid-column:1 / -1;width:100%; }
:is(.listing-product-guard,.listing-readiness,.listing-fix-next,.listing-history,.listing-rule-center,.listing-dry-run,.listing-ai-evidence,.listing-notifications) { box-sizing:border-box;width:100%;min-width:0;margin:0 0 18px; } .listing-product-guard { position:relative;overflow:visible; }
.listing-product-guard .listing-panel-head { display:flex;align-items:center;justify-content:space-between;gap:16px; } .listing-product-guard .listing-panel-head h2,.listing-product-guard h3,.listing-product-guard h4 { margin:0; }
.listing-product-guard-summary { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px; } .listing-product-guard-summary :is(span,button) { display:grid;gap:3px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg);color:var(--muted);font-size:11px;font-weight:760;text-align:left;box-shadow:none; }
.listing-product-guard-summary button { cursor:pointer; } .listing-product-guard-summary button:hover { border-color:var(--accent);background:var(--listing-active-bg); } .listing-product-guard-summary button small { color:var(--muted);font-size:11px;font-weight:650; }
.listing-product-guard-summary strong { color:var(--text);font-size:18px; }
.listing-product-tools { display:grid;grid-template-columns:minmax(300px,1fr) minmax(180px,220px);align-items:end;gap:12px 16px;margin:16px 0; } .listing-product-tools label { display:grid;gap:5px;min-width:0;color:var(--muted);font-size:11px;font-weight:780; }
.listing-product-tools :is(input,select) { width:100%;height:46px;min-height:46px; } .listing-product-filter-sheet { grid-column:1 / -1;min-width:0; }
.listing-product-filter-sheet > summary { display:none; } .listing-product-filter-options,.listing-product-filter-sheet:not([open]) > .listing-product-filter-options { display:grid;grid-template-columns:minmax(160px,190px) minmax(160px,190px) auto auto auto;align-items:end;gap:12px; }
.listing-product-filter-apply { display:none; } .listing-product-problem-toggle { position:relative;display:flex!important;align-items:center;align-self:end;gap:9px;height:46px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:var(--listing-control-bg);color:var(--text)!important;cursor:pointer;white-space:nowrap; }
.listing-product-problem-toggle input { position:absolute;width:1px!important;height:1px!important;min-height:0!important;opacity:0;pointer-events:none; } .listing-product-problem-toggle i { position:relative;flex:0 0 36px;width:36px;height:20px;border:1px solid var(--border-strong);border-radius:999px;background:var(--bg-elevated);transition:background .16s ease,border-color .16s ease; }
.listing-product-problem-toggle i::after { content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:var(--text-muted);transition:transform .16s ease,background .16s ease; } .listing-product-problem-toggle input:checked + i { border-color:var(--accent);background:color-mix(in srgb,var(--accent) 28%,var(--bg-elevated)); }
.listing-product-problem-toggle input:checked + i::after { background:var(--accent);transform:translateX(16px); } .listing-product-problem-toggle:has(input:focus-visible) { outline:2px solid var(--focus-ring);outline-offset:2px; }
.listing-product-result-count { grid-column:1 / -1;justify-self:end;color:var(--muted);font-size:11px;font-weight:720; }
.listing-product-index { min-width:0; } .listing-product-table { --product-columns:minmax(250px,2.4fr) minmax(120px,1.15fr) 84px minmax(112px,1fr) 92px 96px 104px 110px;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--listing-table-row-bg); }
.listing-product-grid { display:grid;grid-template-columns:var(--product-columns);align-items:center;gap:16px;min-width:0;box-sizing:border-box; } .listing-product-head { min-height:44px;padding:0 14px;border-bottom:1px solid var(--border);background:var(--listing-table-head-bg);color:var(--listing-table-head-text);font-size:11px;font-weight:800;white-space:nowrap; }
.listing-product-body { min-width:0; } .listing-product-row { min-height:96px;padding:14px;border-bottom:1px solid var(--border);background:var(--listing-table-row-bg);color:var(--text);transition:background .14s ease,box-shadow .14s ease;cursor:pointer; }
.listing-product-row:last-child { border-bottom:0; } .listing-product-row:is(:hover,:focus-visible) { outline:0;background:color-mix(in srgb,var(--listing-item-bg) 78%,var(--listing-active-bg)); }
.listing-product-row:focus-visible { box-shadow:inset 0 0 0 2px var(--focus-ring); } .listing-product-row.is-selected { box-shadow:inset 3px 0 0 var(--accent);background:var(--listing-active-bg); }
.listing-product-cell { min-width:0;box-sizing:border-box;font-size:11px;font-weight:700; } .listing-product-main { display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:12px;min-width:0; }
.listing-product-main > div { display:grid;gap:4px;min-width:0; } .listing-product-main strong { display:-webkit-box;overflow:hidden;color:var(--text);font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.listing-product-main :is(span,small) { display:block;overflow:hidden;color:var(--muted);font-size:11px;font-weight:620;text-overflow:ellipsis;white-space:nowrap; } .listing-product-thumb,.listing-product-detail-image { position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--listing-thumb-bg);color:var(--listing-thumb-mark); }
.listing-product-thumb { width:56px;height:56px; } .listing-product-thumb .listing-line-icon,.listing-product-detail-image .listing-line-icon { width:22px;height:22px; }
.listing-product-thumb img,.listing-product-detail-image img { position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:var(--listing-thumb-bg); } .listing-product-sku span { display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.listing-product-sku em { display:inline-flex;padding:3px 7px;border-radius:999px;background:var(--bg-elevated);color:var(--muted);font-size:9px;font-style:normal;white-space:nowrap; } .listing-product-variants { display:grid;justify-items:center;gap:2px;text-align:center; }
.listing-product-variants strong { font-size:14px; } .listing-product-variants small { color:var(--muted);font-size:11px;white-space:nowrap; }
.listing-product-status-cell { position:relative;display:grid;gap:3px; } .listing-product-status-cell select { width:100%;height:42px;min-height:42px;padding-left:10px;font-size:11px;white-space:nowrap; }
.listing-product-status-cell > span { color:var(--muted);font-size:11px; } .listing-product-channel > span { display:inline-flex;max-width:100%;padding:5px 8px;border:1px solid var(--border);border-radius:999px;background:var(--listing-control-bg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.listing-issue-badge { display:inline-flex!important;width:auto;min-width:0!important;min-height:30px!important;padding:5px 8px!important;border-radius:999px!important;font-size:11px!important;white-space:nowrap; } .listing-issue-badge.is-ready { border:1px solid color-mix(in srgb,var(--status-success) 38%,var(--border));background:color-mix(in srgb,var(--status-success) 8%,var(--listing-control-bg));color:var(--status-success); }
.listing-issue-badge.is-warn { border-color:color-mix(in srgb,var(--status-warning) 48%,var(--border));color:var(--status-warning); } .listing-issue-badge.is-fix,.listing-issue-badge.is-danger { border-color:color-mix(in srgb,var(--status-danger) 48%,var(--border));background:color-mix(in srgb,var(--status-danger) 8%,var(--listing-control-bg));color:var(--status-danger); }
.listing-product-updated time { white-space:nowrap; } .listing-product-actions { display:flex;align-items:center;gap:5px; }
.listing-product-actions button { flex:1 1 0;height:40px;min-height:40px;padding:6px!important;white-space:nowrap; } .listing-product-loadmore { display:grid;justify-items:center;gap:8px;margin-top:16px; }
.listing-product-loadmore span { color:var(--muted);font-size:11px; } .listing-product-loadmore button { min-width:min(260px,100%);min-height:44px; }
.listing-product-state { display:grid;justify-items:center;gap:8px;min-height:180px;padding:28px;border:1px dashed var(--border);border-radius:14px;color:var(--muted);text-align:center; } .listing-product-state > .listing-line-icon { width:28px;height:28px; }
.listing-product-state strong { color:var(--text); } .listing-product-state.is-error { border-color:color-mix(in srgb,var(--status-danger) 42%,var(--border)); }
.listing-product-guard-message { min-height:20px;margin:12px 0 0;color:var(--muted);font-size:10px; } .listing-product-guard-message[data-state="error"] { color:var(--status-danger); }
.listing-product-detail-backdrop { position:fixed;inset:0;z-index:var(--listing-z-modal);width:100%;height:100%;padding:0!important;border:0!important;border-radius:0!important;background:rgba(8,9,12,.58)!important;opacity:0;transition:opacity .18s ease; }
.listing-product-detail-backdrop.is-open { opacity:1; } .listing-product-detail { position:fixed;top:0;right:0;z-index:calc(var(--listing-z-modal) + 1);display:block;width:min(560px,calc(100vw - 32px));height:100dvh;padding:0;border:0;border-left:1px solid var(--border);background:var(--bg-card);color:var(--text);box-shadow:var(--shadow-floating);overflow-y:auto;transform:translateX(102%);transition:transform .2s ease; }
.listing-product-detail.is-open { transform:none; } .listing-product-detail[hidden],.listing-product-detail-backdrop[hidden] { display:none!important; }
.listing-product-detail > div { display:grid;gap:16px;min-height:100%;padding:20px 20px calc(20px + env(safe-area-inset-bottom)); } .listing-product-detail-head { display:flex;align-items:start;justify-content:space-between;gap:12px; }
.listing-product-detail-head > div { display:grid;gap:4px;min-width:0; } .listing-product-detail-head span { color:var(--accent);font-size:10px;font-weight:800; }
.listing-product-detail-head h3 { font-size:18px;line-height:1.45; } .listing-product-detail-head button { flex:0 0 44px;width:44px;height:44px;padding:0;font-size:20px; }
.listing-product-detail-hero { display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:14px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--listing-item-bg); } .listing-product-detail-image { width:96px;height:96px; }
.listing-product-detail-hero > div { display:grid;gap:5px;min-width:0; } .listing-product-detail-hero span { color:var(--accent);font-size:10px;font-weight:780; }
.listing-product-detail-hero strong { font-size:14px; } .listing-product-detail-hero small { overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap; }
.listing-product-detail-facts { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0; } .listing-product-detail-facts div { display:grid;gap:3px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--listing-item-bg); }
.listing-product-detail-facts dt { color:var(--muted);font-size:9px; } .listing-product-detail-facts dd { margin:0;overflow:hidden;font-size:11px;font-weight:760;text-overflow:ellipsis;white-space:nowrap; }
.listing-product-detail-issues { display:grid;gap:10px;scroll-margin-top:16px; } .listing-product-detail-issues > div:first-child { display:flex;align-items:center;justify-content:space-between; }
.listing-product-detail-issues > div:first-child span { padding:3px 8px;border-radius:999px;background:var(--bg-elevated);color:var(--muted);font-size:9px;font-weight:780; } .listing-product-detail-issues article { display:grid;gap:7px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); }
.listing-product-detail-issues article[data-severity="danger"] { border-color:color-mix(in srgb,var(--status-danger) 46%,var(--border)); } .listing-product-detail-issues article header { display:grid;gap:2px; }
.listing-product-detail-issues article header span { color:var(--status-warning);font-size:9px;font-weight:820; } .listing-product-detail-issues article[data-severity="danger"] header span { color:var(--status-danger); }
.listing-product-detail-issues article p { margin:0;color:var(--text);font-size:11px; } .listing-product-detail-issues article small { color:var(--muted);font-size:9px; }
.listing-product-detail-issues article > div { display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px; } .listing-product-detail-issues article > div span { color:var(--muted);font-size:9px; }
.listing-product-detail-clear { display:grid!important;justify-items:center!important;gap:4px!important;padding:20px;border:1px dashed var(--border);border-radius:12px;color:var(--muted); } .listing-product-detail-actions { position:sticky;bottom:-20px;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;padding:14px 0 calc(4px + env(safe-area-inset-bottom));background:var(--bg-card); }
.listing-product-detail-actions button { min-height:46px; }
.listing-duplicate-section { display:grid;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid var(--border); } .listing-duplicate-section > div:first-child { display:flex;align-items:end;justify-content:space-between;gap:12px; }
.listing-product-guard-duplicate { display:grid;gap:14px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--listing-item-bg); } .listing-product-guard-duplicate > header { display:grid;grid-template-columns:minmax(180px,.6fr) minmax(0,1fr);gap:16px; }
.listing-product-guard-duplicate > header > div { display:grid;gap:3px; } .listing-product-guard-duplicate > header span { color:var(--accent);font-size:11px;font-weight:850; }
.listing-product-guard-duplicate > header strong { font-size:12px; } .listing-product-guard-duplicate > header ul { display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none; }
.listing-product-guard-duplicate > header li { padding:4px 8px;border:1px solid color-mix(in srgb,var(--status-success) 34%,var(--border));border-radius:999px;color:var(--status-success);font-size:9px;font-weight:720; } .listing-duplicate-compare { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.listing-duplicate-side { display:grid;grid-template-rows:auto auto 1fr auto;gap:12px;min-width:0;height:100%;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--listing-control-bg); } .listing-duplicate-side > span { color:var(--accent);font-size:11px;font-weight:850; }
.listing-duplicate-side dl { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0; } .listing-duplicate-side dl div { min-width:0;padding:7px;border-radius:8px;background:var(--listing-item-bg); }
.listing-duplicate-side dt,.listing-duplicate-differences dt { color:var(--muted);font-size:11px; } .listing-duplicate-side dd { margin:2px 0 0;overflow:hidden;font-size:11px;font-weight:730;text-overflow:ellipsis;white-space:nowrap; }
.listing-duplicate-side a { overflow:hidden;color:var(--accent);font-size:11px;font-weight:780;text-overflow:ellipsis;white-space:nowrap; } .listing-duplicate-differences { display:grid;gap:8px; }
.listing-duplicate-differences > strong { font-size:11px; } .listing-duplicate-differences dl { display:grid;gap:6px;margin:0; }
.listing-duplicate-differences dl div { display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:8px;padding:8px;border:1px solid color-mix(in srgb,var(--status-warning) 30%,var(--border));border-radius:9px; } .listing-duplicate-differences dd { display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;margin:0;min-width:0; }
.listing-duplicate-differences dd span { overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap; } .listing-duplicate-differences dd i { color:var(--status-warning);font-style:normal; }
.listing-product-guard-duplicate > footer { display:flex;align-items:center;justify-content:flex-end;gap:8px; } .listing-product-guard-duplicate > footer small { margin-right:auto;color:var(--muted);font-weight:740; }
.danger-button { min-height:40px;padding:0 12px;border:1px solid color-mix(in srgb,var(--status-danger) 55%,var(--border));border-radius:10px;background:color-mix(in srgb,var(--status-danger) 8%,var(--listing-control-bg));color:var(--status-danger);font-weight:820; } .listing-duplicate-dialog { width:min(620px,calc(100vw - 32px));max-height:min(780px,calc(100dvh - 32px));padding:0;border:1px solid var(--border);border-radius:16px;background:var(--bg-card);color:var(--text);box-shadow:var(--listing-shadow);overflow:auto; }
.listing-duplicate-dialog::backdrop { background:rgba(5,8,14,.72);backdrop-filter:blur(4px); } .listing-duplicate-dialog [data-duplicate-confirm-body] { display:grid;gap:14px;padding:20px; }
.listing-duplicate-dialog header { display:flex;align-items:start;justify-content:space-between;gap:12px; } .listing-duplicate-dialog header > div { display:grid;gap:4px; }
.listing-duplicate-dialog header span,.listing-duplicate-survivor span { color:var(--accent);font-size:9px;font-weight:820; } .listing-duplicate-dialog header button { flex:0 0 44px;width:44px;height:44px;padding:0;font-size:20px; }
.listing-duplicate-survivor { display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:12px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); } .listing-duplicate-survivor > div { display:grid;gap:3px;min-width:0; }
.listing-duplicate-survivor small { overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap; } .listing-duplicate-dialog dl { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0; }
.listing-duplicate-dialog dl div { display:grid;gap:3px;padding:10px;border:1px solid var(--border);border-radius:9px; } .listing-duplicate-dialog dt { color:var(--muted);font-size:9px; }
.listing-duplicate-dialog dd { margin:0;font-size:10px;font-weight:760; } .listing-duplicate-dialog p { margin:0;color:var(--muted);font-size:10px; }
.listing-duplicate-dialog footer { display:flex;justify-content:flex-end;gap:8px; } .listing-empty-state { display:grid;gap:4px;padding:18px;border:1px dashed var(--border);border-radius:12px;color:var(--muted);text-align:center; }
.listing-empty-state strong { color:var(--text); }
@media (max-width:1180px) and (min-width:901px) { .listing-product-table { --product-columns:minmax(205px,2fr) minmax(88px,1fr) 58px minmax(96px,.9fr) 76px 82px 86px 96px; }
.listing-product-grid { gap:10px; } .listing-product-head,.listing-product-row { padding-inline:10px; }
} @media (max-width:900px) {
.listing-product-guard-summary { grid-template-columns:1fr 1fr; } .listing-product-tools { grid-template-columns:minmax(0,1fr) minmax(120px,38%);gap:10px; }
.listing-product-filter-sheet { grid-row:2;grid-column:1 / -1; } .listing-product-filter-sheet > summary { display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:48px;border:1px solid var(--border);border-radius:10px;background:var(--listing-control-bg);color:var(--text);font-size:11px;font-weight:760;cursor:pointer;list-style:none; }
.listing-product-filter-sheet > summary::-webkit-details-marker { display:none; } .listing-product-filter-sheet > summary b { display:grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--accent);color:#fff;font-size:9px; }
.listing-product-filter-sheet:not([open]) > .listing-product-filter-options { display:none; } .listing-product-filter-sheet[open]::before { content:"";position:fixed;inset:0;z-index:var(--listing-z-modal);background:rgba(8,9,12,.58); }
.listing-product-filter-options { position:fixed;right:0;bottom:0;left:0;z-index:calc(var(--listing-z-modal) + 1);display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px 16px calc(16px + env(safe-area-inset-bottom));border:1px solid var(--border);border-radius:18px 18px 0 0;background:var(--bg-card);box-shadow:var(--shadow-floating); } .listing-product-filter-options label:not(.listing-product-problem-toggle) { grid-column:span 1; }
.listing-product-problem-toggle { grid-column:1 / -1; } .listing-product-filter-apply { display:inline-flex; }
.listing-product-result-count { grid-row:3; } .listing-product-table { overflow:visible;border:0;background:transparent; }
.listing-product-head { display:none; } .listing-product-body { display:grid;gap:12px; }
.listing-product-row { display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"product product issues" "sku sku sku" "status channel variants" "updated updated updated" "actions actions actions";gap:12px;min-height:0;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--listing-table-row-bg); } .listing-product-row:last-child { border-bottom:1px solid var(--border); }
.listing-product-main { grid-area:product;grid-template-columns:64px minmax(0,1fr); } .listing-product-thumb { width:64px;height:64px; }
.listing-product-sku { grid-area:sku; } .listing-product-variants { grid-area:variants; }
.listing-product-status-cell { grid-area:status; } .listing-product-channel { grid-area:channel; }
.listing-product-issues { grid-area:issues;align-self:start;justify-self:end; } .listing-product-updated { grid-area:updated; }
.listing-product-actions { grid-area:actions; } .listing-product-cell:not(.listing-product-main,.listing-product-sku,.listing-product-issues,.listing-product-actions)::before { content:attr(data-label);display:block;margin-bottom:4px;color:var(--muted);font-size:8px;font-weight:780; }
.listing-product-variants { display:block;text-align:left; } .listing-product-variants small { display:block; }
.listing-product-status-cell select { min-width:112px; } .listing-product-channel > span { min-height:30px;align-items:center; }
.listing-product-updated { display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid var(--border); } .listing-product-updated::before { margin:0!important; }
.listing-product-actions button { min-height:44px;height:44px; } .listing-duplicate-compare { grid-template-columns:1fr; }
.listing-product-guard-duplicate > header { grid-template-columns:1fr; } }
@media (max-width:600px) { .listing-product-guard .listing-panel-head { align-items:flex-start;flex-direction:column; }
.listing-product-tools { grid-template-columns:minmax(0,1fr) 124px; } .listing-product-tools :is(input,select) { height:48px;min-height:48px; }
.listing-product-filter-options { grid-template-columns:1fr; } .listing-product-filter-options label:not(.listing-product-problem-toggle),.listing-product-problem-toggle { grid-column:1; }
.listing-product-row { grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"product issues" "sku sku" "status variants" "channel channel" "updated updated" "actions actions"; } .listing-product-main { grid-template-columns:56px minmax(0,1fr); }
.listing-product-thumb { width:56px;height:56px; } .listing-product-status-cell select { min-width:0; }
.listing-product-detail { width:100vw; } .listing-product-detail > div { padding:16px 16px calc(16px + env(safe-area-inset-bottom)); }
.listing-product-detail-hero { grid-template-columns:80px minmax(0,1fr); } .listing-product-detail-image { width:80px;height:80px; }
.listing-product-detail-facts { grid-template-columns:1fr 1fr; } .listing-product-detail-issues article > div { grid-template-columns:1fr; }
.listing-product-detail-issues article button { min-height:44px; } .listing-product-detail-actions { bottom:-16px; }
.listing-product-guard-duplicate > footer { align-items:stretch;flex-direction:column; } .listing-product-guard-duplicate > footer small { margin:0; }
.listing-product-guard-duplicate > footer button { min-height:44px; } .listing-duplicate-differences dl div { grid-template-columns:1fr; }
.listing-duplicate-differences dd { grid-template-columns:1fr; } .listing-duplicate-differences dd i { transform:rotate(90deg);text-align:center; }
.listing-duplicate-dialog { width:calc(100vw - 20px);max-height:calc(100dvh - 20px); } .listing-duplicate-dialog [data-duplicate-confirm-body] { padding:16px; }
.listing-duplicate-dialog dl { grid-template-columns:1fr; } .listing-duplicate-dialog footer { display:grid;grid-template-columns:1fr; }
.listing-duplicate-dialog footer button { min-height:46px; } }
.listing-readiness .listing-panel-head { display:flex;align-items:center;justify-content:space-between;gap:16px; }
.listing-readiness [data-readiness-summary] { display:flex;flex-wrap:wrap;gap:7px; }.listing-readiness [data-readiness-summary] span { padding:7px 9px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:10px;font-weight:650; }.listing-readiness [data-readiness-summary] strong { color:var(--text);font-weight:680; }
.listing-readiness-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px; }
.listing-readiness-grid article { display:grid;gap:10px;min-width:0;padding:14px;border:1px solid var(--border);border-radius:13px;background:var(--listing-item-bg); }
.listing-readiness-grid article > header { display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px; }.listing-readiness-grid article > header > div { display:grid;gap:3px;min-width:0; }.listing-readiness-grid article > header span { color:var(--accent);font-size:10px;font-weight:760;letter-spacing:.02em; }.listing-readiness-grid article > header > strong { color:var(--text);font-size:26px;font-weight:700; }.listing-readiness-grid article > header > strong small { color:var(--muted);font-size:11px;font-weight:600; }.listing-readiness-grid article > header small { display:-webkit-box;overflow:hidden;color:var(--text);font-size:12px;font-weight:650;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal; }
.listing-readiness-grid article[data-readiness-state="blocked"] { border-color:color-mix(in srgb,#d9304f 42%,var(--border)); }.listing-readiness-grid article[data-readiness-state="ready"] { border-color:color-mix(in srgb,var(--listing-good) 42%,var(--border)); }
.listing-readiness-grid dl { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0; }.listing-readiness-grid dl div { display:flex;justify-content:space-between;gap:7px;padding:7px 8px;border-radius:8px;background:var(--listing-control-bg); }.listing-readiness-grid dt { color:var(--muted);font-size:10px;line-height:1.45; }.listing-readiness-grid dd { margin:0;color:var(--text);font-size:11px;font-weight:700; }.listing-readiness-grid p { min-height:34px;margin:0;color:var(--muted);font-size:11px;font-weight:600;line-height:1.55; }.listing-readiness-priority { display:grid;grid-template-columns:1fr auto;gap:5px 8px;padding:9px;border:1px solid var(--border);border-radius:9px; }.listing-readiness-priority > strong { grid-column:1 / -1;color:var(--text);font-size:11px;font-weight:720; }.listing-readiness-priority span { color:var(--muted);font-size:10px;line-height:1.45; }.listing-readiness-priority b { color:var(--accent);font-weight:720; }.listing-readiness-grid .secondary-button { justify-self:start;min-height:40px;padding-inline:12px;text-decoration:none; }
.listing-readiness-notices { display:grid;gap:5px;padding:9px;border-radius:9px;background:color-mix(in srgb,#ffb020 8%,var(--listing-control-bg)); }.listing-readiness-notices strong { color:var(--text);font-size:11px; }.listing-readiness-notices span { color:var(--muted);font-size:10px;line-height:1.45; }.listing-readiness-notices em { color:#d9304f;font-size:10px;font-style:normal;font-weight:800;line-height:1.45; }
@media (max-width:980px) { .listing-readiness-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:600px) { .listing-readiness .listing-panel-head { align-items:flex-start;flex-direction:column; }.listing-readiness-grid { grid-template-columns:1fr; } }
.listing-fix-next .listing-panel-head { display:flex;align-items:center;justify-content:space-between;gap:14px; }
.listing-fix-next-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px; }
.listing-fix-next-list article { display:grid;gap:9px;min-width:0;padding:11px;border:1px solid var(--border);border-radius:13px;background:var(--listing-item-bg); }.listing-fix-next-list article[data-fix-severity="danger"] { border-color:color-mix(in srgb,#d9304f 42%,var(--border)); }
.listing-fix-next-list article > header { display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px; }.listing-fix-next-list article > header > div { display:grid;gap:2px;min-width:0; }.listing-fix-next-list article > header span { color:var(--accent);font-size:9px;font-weight:840; }.listing-fix-next-list article > header strong { color:var(--text);font-size:13px; }.listing-fix-next-list article > header small { overflow:hidden;color:var(--muted);font-size:10px;font-weight:720;text-overflow:ellipsis;white-space:nowrap; }.listing-fix-next-list article > header b { display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:10px; }
.listing-fix-next-list dl { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin:0; }.listing-fix-next-list dl div { display:grid;gap:2px;min-width:0;padding:6px;border:1px solid var(--border);border-radius:8px; }.listing-fix-next-list dt { color:var(--muted);font-size:8px;font-weight:780; }.listing-fix-next-list dd { margin:0;overflow:hidden;color:var(--text);font-size:9px;font-weight:720;text-overflow:ellipsis;white-space:nowrap; }
.listing-fix-next-list p { margin:0;color:var(--muted);font-size:10px;font-weight:720;line-height:1.55; }.listing-fix-next-list p strong { color:var(--text); }.listing-fix-next-list details { border-top:1px solid var(--border);padding-top:8px; }.listing-fix-next-list summary { color:var(--text);font-size:10px;font-weight:760;cursor:pointer; }.listing-fix-next-list details ul { display:grid;gap:5px;margin:8px 0 0;padding:0;list-style:none; }.listing-fix-next-list details li { display:flex;justify-content:space-between;gap:8px;padding:5px 7px;border-radius:7px;background:var(--listing-control-bg);color:var(--text);font-size:9px; }.listing-fix-next-list details li small { color:var(--muted); }.listing-fix-next-list article > .primary-button { justify-self:start;min-height:36px;padding-inline:10px; }.listing-fix-next-more { display:flex;margin:14px auto 0; }.listing-fix-next-more[hidden] { display:none; }
.listing-fix-bulk-dialog { width:min(520px,calc(100vw - 28px));border:1px solid var(--border);border-radius:20px;background:var(--bg-card);color:var(--text);box-shadow:0 24px 80px rgba(0,0,0,.34); }.listing-fix-bulk-dialog::backdrop { background:rgba(5,8,15,.72);backdrop-filter:blur(5px); }.listing-fix-bulk-dialog form { display:grid;gap:14px; }.listing-fix-bulk-dialog h3,.listing-fix-bulk-dialog p { margin:0; }.listing-fix-bulk-dialog label:not(.listing-risk-check) { display:grid;gap:7px; }.listing-fix-bulk-dialog label > span { color:var(--muted);font-size:10px;font-weight:800; }.listing-fix-bulk-dialog form > div:last-child { display:flex;justify-content:flex-end;gap:8px; }
@media (max-width:760px) { .listing-fix-next .listing-panel-head { align-items:flex-start;flex-direction:column; }.listing-fix-next-list { grid-template-columns:1fr; } }
.listing-history .listing-panel-head { display:flex;align-items:center;justify-content:space-between;gap:14px; }
.listing-history-tools,.listing-history-bulk { display:flex;flex-wrap:wrap;align-items:end;gap:8px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); }.listing-history-tools label { display:grid;gap:4px;min-width:180px;color:var(--muted);font-size:9px;font-weight:760; }.listing-history-bulk strong { flex:1 0 100%; }.listing-history-bulk p { flex:1 0 100%;margin:0;color:var(--muted);font-size:10px; }
.listing-history-summary { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px; }.listing-history-summary span { display:grid;gap:2px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:9px;font-weight:760; }.listing-history-summary strong { color:var(--text);font-size:16px; }
.listing-history-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px; }.listing-history-list article { display:grid;gap:8px;min-width:0;padding:11px;border:1px solid var(--border);border-radius:13px;background:var(--listing-item-bg); }.listing-history-list header { display:flex;align-items:start;justify-content:space-between;gap:8px; }.listing-history-list header > div { display:grid;gap:2px;min-width:0; }.listing-history-list header span { color:var(--accent);font-size:9px;font-weight:840; }.listing-history-list header small,.listing-history-list footer { color:var(--muted);font-size:9px;font-weight:720; }.listing-history-list header em { color:var(--listing-good);font-size:9px;font-style:normal;font-weight:800; }
.listing-history-diff { display:grid;gap:4px; }.listing-history-diff > div { display:grid;grid-template-columns:minmax(90px,.7fr) minmax(0,1fr) 14px minmax(0,1fr);align-items:center;gap:4px;padding:5px 6px;border-radius:8px;background:var(--listing-control-bg);font-size:8px; }.listing-history-diff span { overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap; }.listing-history-diff i { color:var(--accent);font-style:normal;text-align:center; }
.listing-history-list footer { display:flex;flex-wrap:wrap;gap:5px 10px; }.listing-history-warning { margin:0;padding:6px 8px;border-radius:8px;background:color-mix(in srgb,#d9304f 8%,var(--listing-item-bg));color:#d9304f;font-size:9px;font-weight:760; }
@media (max-width:760px) { .listing-history .listing-panel-head { align-items:flex-start;flex-direction:column; }.listing-history-summary,.listing-history-list { grid-template-columns:1fr 1fr; }.listing-history-list { grid-template-columns:1fr; }.listing-history-tools label { min-width:100%; }.listing-history-diff > div { grid-template-columns:1fr; }.listing-history-diff i { transform:rotate(90deg); } }
.listing-rule-center .listing-panel-head { display:flex;align-items:start;justify-content:space-between;gap:14px; }.listing-rule-center form { display:grid;gap:16px; }
.listing-rule-summary,.listing-rule-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px; }.listing-rule-summary label,.listing-rule-grid label { display:grid;align-content:start;gap:4px;min-width:0;color:var(--muted);font-size:9px;font-weight:760; }.listing-rule-summary .is-wide,.listing-rule-grid .is-wide { grid-column:span 2; }.listing-rule-center textarea { resize:vertical; }
.listing-rule-methods,.listing-rule-actions { display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:9px;border:1px solid var(--border);border-radius:11px;background:var(--listing-item-bg); }.listing-rule-methods label { display:flex;align-items:center;gap:6px;color:var(--text);font-size:10px;font-weight:760; }.listing-rule-methods input { width:auto;min-height:0; }
.listing-rule-actions span { color:var(--muted);font-size:10px;font-weight:720; }.listing-rule-revisions { display:flex;gap:7px;overflow:auto;padding-block:2px; }.listing-rule-revisions > span { display:grid;flex:0 0 150px;gap:2px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;background:var(--listing-item-bg);color:var(--muted);font-size:9px; }.listing-rule-revisions strong { color:var(--accent); }.listing-rule-revisions small { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
@media (max-width:760px) { .listing-rule-center .listing-panel-head { flex-direction:column; }.listing-rule-summary,.listing-rule-grid { grid-template-columns:1fr; }.listing-rule-summary .is-wide,.listing-rule-grid .is-wide { grid-column:auto; } }
.listing-dry-run .listing-panel-head { display:flex;align-items:start;justify-content:space-between;gap:14px; }.listing-dry-run-warning { color:#d9304f; }
.listing-dry-run-controls { display:flex;align-items:end;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); }.listing-dry-run-controls label { display:grid;gap:4px;min-width:190px;color:var(--muted);font-size:9px;font-weight:760; }.listing-dry-run-controls span { flex:1 0 100%;color:var(--muted);font-size:9px;font-weight:720; }
.listing-dry-run-summary { display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px; }.listing-dry-run-summary span { display:grid;gap:2px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:9px;font-weight:760; }.listing-dry-run-summary strong { color:var(--text);font-size:13px; }
.listing-dry-run-grid { display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px; }.listing-dry-run-grid > div { min-width:0;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); }.listing-dry-run-grid > div:first-child { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px; }.listing-dry-run-grid article { display:grid;grid-template-columns:auto 1fr;gap:2px 7px;padding:6px;border-radius:8px;background:var(--listing-control-bg); }.listing-dry-run-grid article > strong { grid-row:1 / 3;color:#d9304f;font-size:8px; }.listing-dry-run-grid article[data-dry-ok="true"] > strong { color:var(--listing-good); }.listing-dry-run-grid article span,.listing-dry-run-grid article small { overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px; }.listing-dry-run-grid article small { color:var(--muted); }.listing-dry-run pre { max-height:360px;overflow:auto;color:var(--muted);font-size:9px;white-space:pre-wrap;word-break:break-word; }
.listing-dry-run-log { display:flex;gap:7px;overflow:auto; }.listing-dry-run-log > span { display:grid;flex:0 0 155px;gap:2px;padding:8px;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:9px; }.listing-dry-run-log strong { color:var(--accent); }.listing-dry-run-log small { font-size:8px; }
@media (max-width:760px) { .listing-dry-run .listing-panel-head { flex-direction:column; }.listing-dry-run-summary { grid-template-columns:repeat(2,minmax(0,1fr)); }.listing-dry-run-grid { grid-template-columns:1fr; }.listing-dry-run-grid > div:first-child { grid-template-columns:1fr; }.listing-dry-run-controls label { min-width:100%; } }
.listing-ai-evidence .listing-panel-head { display:flex;align-items:start;justify-content:space-between;gap:14px; }.listing-ai-disclaimer { color:#d9304f; }.listing-ai-evidence form { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); }.listing-ai-evidence form label { display:grid;gap:4px;min-width:0;color:var(--muted);font-size:9px;font-weight:760; }.listing-ai-evidence form span { grid-column:span 2;color:var(--muted);font-size:9px; }
.listing-ai-summary { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px; }.listing-ai-summary span { display:grid;gap:2px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:9px;font-weight:760; }.listing-ai-summary strong { color:var(--text);font-size:15px; }.listing-ai-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px; }.listing-ai-list article { display:grid;gap:8px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); }.listing-ai-list article[data-ai-confidence="none"],.listing-ai-list article[data-ai-confidence="low"] { border-color:color-mix(in srgb,#d9304f 42%,var(--border)); }.listing-ai-list header { display:grid;grid-template-columns:1fr auto;gap:2px 8px; }.listing-ai-list header span { color:var(--accent);font-size:8px;font-weight:840; }.listing-ai-list header em { grid-row:1 / 3;grid-column:2;color:var(--muted);font-size:9px;font-style:normal;font-weight:760; }.listing-ai-list article > div { display:grid;grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr);gap:4px;align-items:center; }.listing-ai-list article > div small { grid-column:1 / -1;color:var(--muted);font-size:8px; }.listing-ai-list article > div b { overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap; }.listing-ai-list article > div i { color:var(--accent);font-style:normal; }.listing-ai-list footer { display:flex;align-items:center;flex-wrap:wrap;gap:6px; }.listing-ai-list footer span { flex:1;color:var(--muted);font-size:8px; }.listing-ai-list footer button { min-height:30px;padding-inline:8px; }
@media (max-width:760px) { .listing-ai-evidence .listing-panel-head { flex-direction:column; }.listing-ai-evidence form,.listing-ai-summary,.listing-ai-list { grid-template-columns:1fr; }.listing-ai-evidence form span { grid-column:auto; } }
.listing-notifications .listing-panel-head { display:flex;align-items:start;justify-content:space-between;gap:14px; }.listing-notifications .listing-panel-head > div:last-child { display:flex;gap:6px; }.listing-notification-summary { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px; }.listing-notification-summary span { display:grid;gap:2px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:9px;font-weight:760; }.listing-notification-summary strong { color:var(--text);font-size:15px; }.listing-notification-filters { display:flex;flex-wrap:wrap;gap:6px; }.listing-notification-filters button { min-height:32px;padding-inline:10px; }.listing-notification-filters button.active { background:var(--listing-active-bg);color:var(--text); }
.listing-notification-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px; }.listing-notification-list article { display:grid;gap:8px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--listing-item-bg); }.listing-notification-list article[data-notification-severity="danger"] { border-color:color-mix(in srgb,#d9304f 42%,var(--border)); }.listing-notification-list article[data-notification-unread="true"] { box-shadow:inset 3px 0 var(--accent); }.listing-notification-list header { display:grid;grid-template-columns:1fr auto;gap:2px 8px; }.listing-notification-list header span { color:var(--accent);font-size:8px;font-weight:840; }.listing-notification-list header small { grid-row:1 / 3;grid-column:2;color:var(--muted);font-size:8px; }.listing-notification-list p { margin:0;color:var(--muted);font-size:9px;line-height:1.55; }.listing-notification-list footer { display:flex;align-items:center;flex-wrap:wrap;gap:6px; }.listing-notification-list footer :is(a,button) { min-height:30px;padding-inline:8px;text-decoration:none; }.listing-notification-list footer em { color:var(--listing-good);font-size:9px;font-style:normal;font-weight:800; }
@media (max-width:760px) { .listing-notifications .listing-panel-head { flex-direction:column; }.listing-notifications .listing-panel-head > div:last-child { flex-wrap:wrap; }.listing-notification-summary { grid-template-columns:repeat(2,minmax(0,1fr)); }.listing-notification-list { grid-template-columns:1fr; } }
