*{box-sizing:border-box}
body{margin:0;font-family:Arial,sans-serif;background:#f5f6f8;color:#1d2327}
header{display:flex;justify-content:space-between;align-items:center;background:#111827;color:#fff;padding:14px 22px}
header a{color:#fff;margin-left:14px;text-decoration:none}
main{max-width:1240px;margin:28px auto;padding:0 18px}
.card,.login-box{background:#fff;border:1px solid #dcdcde;border-radius:10px;padding:22px;margin:18px 0;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.login-box{max-width:420px;margin:80px auto}
label{display:block;font-weight:700;margin-top:14px;margin-bottom:6px}
input{width:100%;padding:10px;border:1px solid #c3c4c7;border-radius:6px}
button,.button{display:inline-block;background:#1d4ed8;color:#fff;border:0;border-radius:6px;padding:9px 14px;text-decoration:none;cursor:pointer;margin-top:16px}
.secondary{background:#64748b}.danger{color:#b91c1c}.alert{padding:12px 14px;border-radius:6px;margin:12px 0}
.success{background:#dcfce7;border:1px solid #86efac}.error{background:#fee2e2;border:1px solid #fca5a5}
table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}
.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;background:#e5e7eb;text-transform:uppercase}
.badge.online,.stat.online{background:#dcfce7;color:#166534}.badge.warning,.stat.warning{background:#fef3c7;color:#92400e}.badge.offline,.stat.offline{background:#fee2e2;color:#991b1b}
pre{background:#0f172a;color:#e5e7eb;padding:16px;border-radius:8px;overflow:auto;white-space:pre-wrap}
.actions{margin:18px 0}code{background:#eef2ff;padding:2px 5px;border-radius:4px}
.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:20px 0}
.stat{background:#fff;border:1px solid #dcdcde;border-radius:10px;padding:20px}
.stat strong{display:block;font-size:26px}.stat span{display:block;color:#64748b;margin-top:4px}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
@media(max-width:900px){.stats,.grid{grid-template-columns:1fr}}


.badge.pressure-low{background:#dcfce7;color:#166534}
.badge.pressure-medium{background:#fef3c7;color:#92400e}
.badge.pressure-high{background:#ffedd5;color:#9a3412}
.badge.pressure-critical{background:#fee2e2;color:#991b1b}
.muted{color:#64748b}


.badge.log-error{background:#fee2e2;color:#991b1b}
.badge.log-warning{background:#fef3c7;color:#92400e}
.badge.log-info{background:#dbeafe;color:#1e40af}
.badge.log-debug{background:#e5e7eb;color:#374151}
.filters{display:flex;gap:10px;align-items:end;flex-wrap:wrap}
.filters label{font-weight:700}
.filters select,.filters input{padding:9px;border:1px solid #c3c4c7;border-radius:6px}


.badge.rep-trusted{background:#dcfce7;color:#166534}
.badge.rep-normal{background:#dbeafe;color:#1e40af}
.badge.rep-watch{background:#fef3c7;color:#92400e}
.badge.rep-suspicious{background:#ffedd5;color:#9a3412}
.badge.rep-high_risk{background:#fee2e2;color:#991b1b}
