:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #0b0d10; color: #edf1f5; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 75% 0%, #16312d 0, transparent 30rem), #0b0d10; }
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0; }
header, .toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
h1, h2, p { margin: 0; } h1 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -.05em; } h2 { font-size: 1.15rem; }
.eyebrow { color: #4ee0b1; font-size: .74rem; font-weight: 800; letter-spacing: .18em; margin-bottom: 8px; }
.connection { display: flex; align-items: center; gap: 9px; color: #9aa6b2; } #connection-dot { width: 9px; height: 9px; border-radius: 50%; background: #f36b6b; } #connection-dot.live { background: #4ee0b1; box-shadow: 0 0 14px #4ee0b1; }
.summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 36px 0 20px; }
.summary article, .panel { border: 1px solid #252b33; background: rgba(18, 21, 26, .92); border-radius: 14px; }
.summary article { padding: 20px; display: flex; flex-direction: column; gap: 8px; color: #8d99a6; } .summary strong { color: #fff; font-size: 2rem; }
.panel { overflow: hidden; } .toolbar { padding: 20px 22px; border-bottom: 1px solid #252b33; } .toolbar p { color: #7f8b97; font-size: .82rem; margin-top: 5px; }
.report-panel { margin-bottom: 20px; } .report { height: 230px; padding: 24px 22px 18px; display: flex; align-items: stretch; gap: clamp(5px, 1.2vw, 14px); overflow-x: auto; } .report-item { min-width: 42px; flex: 1; display: grid; grid-template-rows: 22px 1fr 22px; gap: 7px; text-align: center; } .report-value { color: #dce5eb; font-size: .78rem; } .bar-track { height: 100%; display: flex; align-items: end; justify-content: center; border-bottom: 1px solid #313943; } .bar { width: min(30px, 72%); min-height: 2px; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #64e8bd, #238c72); box-shadow: 0 0 20px rgba(78, 224, 177, .12); transition: height .3s ease; } .report-label { color: #788590; font-size: .68rem; white-space: nowrap; }
.filters { display: flex; align-items: end; gap: 10px; } label { color: #8d99a6; font-size: .75rem; display: grid; gap: 5px; }
select, input, button { color: #e9eef2; background: #1c2128; border: 1px solid #343c46; border-radius: 8px; padding: 9px 12px; font: inherit; outline: none; } input { min-width: 240px; } input:focus, select:focus { border-color: #4ee0b1; box-shadow: 0 0 0 3px rgba(78, 224, 177, .12); } input::placeholder { color: #65717d; } button { cursor: pointer; } button:hover { border-color: #4ee0b1; }
.report-actions { display: flex; align-items: end; gap: 10px; flex-wrap: wrap; } .button { color: #e9eef2; background: #1c2128; border: 1px solid #343c46; border-radius: 8px; padding: 9px 12px; text-decoration: none; font-size: .82rem; white-space: nowrap; } .button:hover { border-color: #4ee0b1; }
.table-wrap { overflow-x: auto; } table { border-collapse: collapse; width: 100%; } th, td { padding: 15px 22px; text-align: left; border-bottom: 1px solid #20262d; vertical-align: top; } th { color: #73808c; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; } td { font-size: .88rem; }
.time, .topic, .detail { color: #87939f; } .agent, .topic { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; } .detail { margin-top: 4px; max-width: 42rem; }
.badge { display: inline-block; border-radius: 999px; padding: 5px 9px; font-size: .72rem; font-weight: 700; background: #25303a; white-space: nowrap; } .agent_online { color: #63e6be; background: #15372f; } .agent_offline { color: #ff9f9f; background: #3c2023; } .agent_discovered { color: #9dc5ff; background: #1b304d; } .invalid_report { color: #ffd27d; background: #3b301b; }
.empty, .error { padding: 30px 22px; color: #8d99a6; text-align: center; } .error { color: #ffb1b1; background: #3a2024; text-align: left; }
@media (max-width: 700px) { main { padding-top: 28px; } header, .toolbar { align-items: flex-start; flex-direction: column; } .summary { grid-template-columns: 1fr; } .filters, .report-actions { width: 100%; flex-wrap: wrap; } label, select, input { flex: 1; width: 100%; min-width: 0; } .search-label { flex-basis: 100%; } th, td { padding: 12px; } }
