body{margin:0;background:#07101a;color:#edf4fb;font:14px/1.5 system-ui}.rel-shell{max-width:1200px;margin:auto;padding:24px}.rel-shell>header{display:flex;justify-content:space-between;align-items:center;gap:20px}.rel-shell header p{margin:0;color:#ef4350;font-weight:900;letter-spacing:.12em}.rel-shell header h1{margin:4px 0}.rel-shell header span,small{color:#91a4bb}.rel-shell header a,.actions button{background:#e22636;color:#fff;border:0;border-radius:10px;padding:10px 14px;text-decoration:none;font-weight:800}.notice{background:#0e3024;border:1px solid #347458;padding:12px;border-radius:10px;margin-top:14px}.score{display:flex;align-items:center;gap:20px;background:#101b29;border:1px solid #293e55;border-radius:15px;padding:18px;margin:18px 0}.score div{display:grid}.score strong{font-size:2rem}.score b{padding:6px 10px;border-radius:999px;background:#183a2c}.score.status-warning b{background:#4c3815}.score.status-critical b{background:#57151c}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.grid article,.queue-grid article{display:grid;gap:5px;background:#101b29;border:1px solid #293e55;border-radius:13px;padding:14px}.grid strong{text-transform:capitalize}.panel{background:#101b29;border:1px solid #293e55;border-radius:15px;padding:16px;margin-top:14px}.panel h2{margin-top:0}.queue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.table{overflow:auto}.table table{width:100%;border-collapse:collapse;min-width:650px}.table th,.table td{text-align:left;padding:10px;border-bottom:1px solid #203247}.table th{color:#91a4bb}.history{display:flex;gap:8px;flex-wrap:wrap}.history>span{background:#172638;padding:7px 9px;border-radius:9px}.history .status-warning{background:#4c3815}.history .status-critical{background:#57151c}@media(max-width:800px){.grid,.queue-grid{grid-template-columns:repeat(2,1fr)}.rel-shell>header{align-items:stretch;flex-direction:column}.rel-shell header a{text-align:center}}@media(max-width:500px){.grid,.queue-grid{grid-template-columns:1fr}.score{align-items:flex-start;flex-direction:column}}