.module-badge--neutral { border-color: rgba(148, 163, 184, .35); background: #f8fafc; color: #475569; }
.module-badge--good { border-color: rgba(34, 197, 94, .25); background: #f0fdf4; color: #166534; }
.module-badge--warn { border-color: rgba(245, 158, 11, .35); background: #fffbeb; color: #92400e; }
.module-badge--bad { border-color: rgba(220, 38, 38, .30); background: #fef2f2; color: #991b1b; }
.module-badge--info { border-color: rgba(59, 130, 246, .25); background: #eff6ff; color: #1d4ed8; }
.admin-data-cell { border-bottom: 1px solid rgba(15, 23, 42, .06); padding: 10px 12px; }
.admin-data-cell--strong { font-weight: 700; }
.admin-data-cell--mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 12px; }
.admin-data-cell--empty { padding: 12px; }
.admin-data-cell--error { color: #b91c1c; }
.admin-action-row { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-action-btn { padding: 7px 10px; }
.admin-action-btn--danger { background: linear-gradient(180deg, #991b1b, #7f1d1d); }
.admin-action-note { font-weight: 800; margin-left: 6px; }
.admin-detail-badges { margin-bottom: 14px; }
.admin-detail-security { margin-bottom: 8px; }
.admin-detail-actions { margin-bottom: 10px; }
.admin-detail-card--wide { grid-column: 1 / -1; }
.admin-detail-card-header { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-bottom: 10px; }
.admin-detail-card-header h4 { margin: 0; }
.admin-search-summary { align-items: flex-start; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; }
.admin-search-summary__title { font-weight: 900; }
.admin-search-summary__uid { margin-top: 4px; }
.admin-search-summary__badges { margin-top: 8px; }
.admin-open-detail-btn { padding: 10px 14px; }
.admin-zero-margin { margin: 0; }
.admin-domain-blocked { font-family: system-ui, sans-serif; padding: 24px; }
.av-value-mono { font-family: monospace; font-size: 11px; }
.admin-skeleton-bar { background: linear-gradient(90deg, #eef2f7, #f8fafc, #eef2f7); border-radius: 999px; display: inline-block; height: 11px; }
.admin-skeleton-bar--32 { width: 32%; }
.admin-skeleton-bar--38 { width: 38%; }
.admin-skeleton-bar--42 { width: 42%; }
.admin-skeleton-bar--54 { width: 54%; }
.admin-skeleton-bar--70 { width: 70%; }
.admin-skeleton-bar--72 { width: 72%; }
.admin-skeleton-bar--80 { width: 80%; }
