﻿/* Audit list uses real completion state and the canonical view/resume handler. */
html.bc-v1 .audit-item{border:1px solid var(--line);border-radius:10px;background:white;margin-bottom:10px;box-shadow:var(--shadow)}
html.bc-v1 .audit-item .ai-main{display:flex;align-items:center;gap:16px;padding:18px;min-width:0}
html.bc-v1 .audit-item .ai-icon{background:var(--brand-primary-soft);color:var(--brand-primary);border:1px solid var(--brand-border);border-radius:9px;width:42px;height:42px;display:grid;place-items:center;flex-shrink:0}
html.bc-v1 .audit-item .ai-body{flex:1;min-width:0}
html.bc-v1 .audit-item .ai-name{font-weight:650;color:var(--ink)}
html.bc-v1 .audit-item .ai-meta{color:var(--muted);font-size:11px;line-height:1.6}
html.bc-v1 .bc-v1-audit-status.is-complete{background:#effaf4;color:#187a48;border-color:#a8d9be}
html.bc-v1 .bc-v1-audit-status.is-progress{background:#eff5fd;color:#205a8c;border-color:#b5cde0}
html.bc-v1 .bc-v1-audit-next{display:inline-flex;align-items:center;justify-content:center;min-width:90px;background:var(--brand-primary-soft);color:var(--brand-primary)}
@media(max-width:760px){html.bc-v1 .audit-item .ai-main{display:grid;grid-template-columns:42px minmax(0,1fr);padding:14px;gap:12px}html.bc-v1 .bc-v1-audit-status{grid-column:1/3;justify-self:start}html.bc-v1 .bc-v1-audit-next{grid-column:2;grid-row:2;justify-self:end;min-width:90px}}
html.bc-v1 #pg-audits>.home-stats,html.bc-v1 #pg-audits>div:last-child{flex-shrink:0}
@media(max-width:760px){html.bc-v1 .bc-v1-audit-status{grid-column:1;grid-row:2;width:max-content}html.bc-v1 .audit-item .ai-main{flex:1}}
