.status-tabs { display:flex; gap:4px; padding:10px 15px 0; border-bottom:1px solid #e5e9f0; }
.status-tabs button { border:0; background:none; padding:12px 16px; color:#687386; font-weight:750; cursor:pointer; border-bottom:3px solid transparent; }
.status-tabs button.active { color:#1769e0; border-bottom-color:#1769e0; }
.status-tabs span { background:#e9eef7; border-radius:99px; padding:2px 7px; margin-left:4px; }
.group-toggle { display:flex; align-items:center; gap:7px; margin:0 0 0 auto; font-weight:600; color:#4d5869; }
.filter-check { display:flex; align-items:center; gap:7px; margin:0; font-weight:600; color:#4d5869; white-space:nowrap; }
.filter-check input { width:auto; }
.ad-help { align-self:center; color:#8a5b00; font-size:12px; white-space:nowrap; }
.group-toggle input,.check-label input { width:auto; }
.table-wrap { max-width:100%; }
.time-col { width:110px; }
.profile-col { width:105px; }
.seller-col { width:180px; max-width:180px; }
.reason-col { width:190px; max-width:190px; }
.action-col { position:sticky; right:0; width:75px; background:#fff; box-shadow:-5px 0 8px #17203308; }
.profile-badge { display:inline-block; padding:4px 7px; border-radius:5px; background:#eef4ff; color:#225da8; font-family:ui-monospace,monospace; font-size:12px; }
.product-cell { min-width:360px; max-width:620px; white-space:normal; }
.product-cell strong { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; line-height:1.45; }
.product-cell div { display:flex; gap:12px; margin-top:6px; color:#778296; font-size:12px; }
.product-cell div { align-items:center; }
.product-cell .url-text { width:min(360px,42vw); height:28px; padding:4px 8px; border-radius:5px; font-size:12px; font-family:ui-monospace,monospace; color:#4d5869; background:#f8fafc; }
.product-cell a { color:#1769e0; text-decoration:none; }
.seller-col span { display:block; overflow:hidden; text-overflow:ellipsis; }
.reason-col { white-space:normal; }
.reason-col small { display:block; color:#778296; margin-top:5px; overflow:hidden; text-overflow:ellipsis; }
.badge.warning { color:#8a5b00; background:#fff7dc; border:1px solid #edd282; }
.badge.auto { color:#185f94; background:#e7f4ff; border:1px solid #9bccef; }
.badge.ad { color:#795000; background:#fff4d2; border:1px solid #e6c66f; margin-right:5px; }
.done-mark { color:#20a95b; font-size:18px; }
.empty { text-align:center; color:#778296; padding:40px; }
.check-label { display:flex; grid-template-columns:none; align-items:flex-start; gap:9px; padding:12px; background:#eef5ff; border:1px solid #b8d2f6; border-radius:7px; font-weight:600; }
.check-label strong { color:#1769e0; }
.header-actions { display:flex; gap:9px; }
.mapping-panel { margin-bottom:20px; }
.mapping-head { display:flex; justify-content:space-between; align-items:center; padding:18px 20px; border-bottom:1px solid #e5e9f0; }
.mapping-head h3 { margin:0 0 5px; }
.mapping-head p { margin:0; color:#687386; }
.mapping-panel .badge { margin-left:7px; }
.candidate-box { display:grid; gap:9px; padding:14px; margin-bottom:17px; border:1px solid #cbd8e9; background:#f9fbfe; border-radius:8px; }
.candidate-box code { white-space:normal; overflow-wrap:anywhere; color:#344156; }
.candidate-box a { text-align:center; text-decoration:none; }
.candidate-box a.disabled { color:#9aa4b2; background:#f1f3f6; pointer-events:auto; }
.hint-success { color:#148047; }
.hint-error { color:#a12d2d; }
button:disabled { cursor:not-allowed; opacity:.55; }
