/* SOC Companion Enterprise UI System v6.1-alpha3 */
.stat-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.module-nav{display:grid;gap:10px}
.module-nav a{display:flex;align-items:center;gap:12px;text-decoration:none;color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.05)}
.module-nav .icon{font-size:22px;width:32px;text-align:center}
.module-nav b{display:block}
.module-nav small{display:block;color:#64748b;margin-top:2px}
.progress{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}
.progress div{height:10px;background:#2563eb;border-radius:999px}
.status-ok{color:#15803d;font-weight:800}
.status-warning{color:#b45309;font-weight:800}
.status-error{color:#b91c1c;font-weight:800}
.table-card{overflow-x:auto}
.table-card table{width:100%;border-collapse:collapse}
.table-card th,.table-card td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left;font-size:14px}
.callout{background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;padding:14px;margin:12px 0}
.danger-callout{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:18px;padding:14px;margin:12px 0}
@media(max-width:360px){.stat-row{grid-template-columns:1fr}}
