.firewall-hero { background: linear-gradient(135deg, #111827 0%, #1f2937 52%, #7f1d1d 100%); color: #fff; }
.firewall-stats a { min-width: 150px; }
.firewall-rec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.firewall-rec-card { border: 1px solid #e5e7eb; border-radius: 18px; padding: 16px; background: #fff; }
.firewall-rec-card--danger { border-color: #fecaca; background: #fff7f7; }
.firewall-rec-card--good { border-color: #bbf7d0; background: #f7fff9; }
.firewall-rec-card h3 { margin: 0 0 12px; font-size: 18px; }
.firewall-rec-item { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(0,0,0,.06); }
.firewall-rec-item:first-of-type { border-top: 0; }
.firewall-rec-item small { display: block; color: #6b7280; margin-top: 3px; }
.firewall-table th, .firewall-table td { vertical-align: top; }
.firewall-row--danger { background: #fff8f8; }
.firewall-row--warning { background: #fffbeb; }
.firewall-row--good { background: #f7fff9; }
.firewall-kind { display: inline-flex; gap: 6px; align-items: center; font-weight: 700; }
.firewall-kind--good { color: #047857; }
.firewall-kind--danger { color: #b91c1c; }
.firewall-kind--warning { color: #b45309; }
.firewall-kind--neutral { color: #374151; }
.firewall-score { width: 78px; height: 8px; border-radius: 999px; background: #e5e7eb; overflow: hidden; margin-bottom: 4px; }
.firewall-score span { display: block; height: 100%; background: linear-gradient(90deg, #ef4444, #f59e0b, #22c55e); }
.firewall-actions { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 6px; min-width: 220px; }
.firewall-actions details { width: 100%; }
.firewall-actions summary { cursor: pointer; font-size: 13px; color: #374151; }
.firewall-details { margin: 8px 0; padding: 10px; border-radius: 12px; background: #f9fafb; border: 1px solid #e5e7eb; }
.firewall-details ul { margin: 8px 0 0; padding-left: 18px; }
.firewall-details code { white-space: normal; word-break: break-all; font-size: 12px; }
.status-badge--success { background: #dcfce7; color: #166534; }
.muted { color: #6b7280; }
@media (max-width: 900px) { .firewall-rec-grid { grid-template-columns: 1fr; } .firewall-actions { min-width: 0; } }
