/* ACS AI Visibility - admin styles (AI citation monitor tab). */
.acsaivm-wrap { max-width: 960px; }
.acsaivm-sub { color: #646970; margin: 12px 0 16px; }
.acsaivm-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin-bottom: 20px; }
.acsaivm-card { background: linear-gradient(135deg, #101c2c 0%, #16283f 100%); border-radius: 10px; padding: 16px 18px; color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.15); }
.acsaivm-card .period { font-size: 12px; color: #8ab4d8; letter-spacing: .05em; margin-bottom: 8px; }
.acsaivm-card .row { display: flex; justify-content: space-between; align-items: baseline; margin-top: 4px; }
.acsaivm-card .label { font-size: 12px; color: #c3d4e5; }
.acsaivm-card .num { font-size: 26px; font-weight: 700; color: #4fd1c5; line-height: 1.1; }
.acsaivm-card .num.human { color: #ffd166; }
.acsaivm-note { color: #646970; font-size: 12px; margin-top: 18px; line-height: 1.7; }
