:root{font-family:Manrope,system-ui,sans-serif;color:#f4f1e8;background:#080909;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 15% 0,#19221d 0,transparent 32%),#080909}button,input{font:inherit}main{width:min(1500px,100%);margin:auto;padding:24px}.mark{font:700 13px DM Mono,monospace;letter-spacing:.2em;text-transform:uppercase;color:#b8f43d}.login-panel{width:min(420px,calc(100% - 32px));margin:12vh auto;padding:32px;border:1px solid #2a302c;background:#101311;border-radius:18px;box-shadow:0 24px 80px #0008}.login-panel h1,header h1{margin:10px 0 6px;font-size:clamp(25px,4vw,38px);letter-spacing:-.04em}.login-panel p,header p,.panel-title span{color:#8f9892}.login-panel form{display:grid;gap:10px;margin-top:28px}.login-panel label{font-size:13px;color:#b8c0bb}.login-panel input{width:100%;padding:13px 14px;color:#fff;background:#090b0a;border:1px solid #39403b;border-radius:9px;outline:none}.login-panel input:focus{border-color:#b8f43d}.login-panel button{margin-top:5px;padding:13px;border:0;border-radius:9px;background:#b8f43d;color:#101510;font-weight:700;cursor:pointer}.error{min-height:20px!important;margin:4px 0 0!important;color:#ff8c79!important;font-size:13px}header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:6px 0 24px}header h1{font-size:32px}header p{margin:0}.header-meta{display:flex;align-items:center;gap:16px;color:#8f9892;font:12px DM Mono,monospace}.quiet{padding:8px 10px;border:1px solid #333a35;border-radius:8px;background:#111411;color:#cbd1cd;cursor:pointer}.cards{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px;margin-bottom:14px}.cards article{padding:17px;border:1px solid #262c28;border-radius:12px;background:#111411}.cards span{display:block;color:#8f9892;font-size:12px}.cards strong{display:block;margin-top:9px;font:500 27px DM Mono,monospace}.panel{margin-top:14px;border:1px solid #262c28;border-radius:14px;background:#0f1210;overflow:hidden}.panel-title{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #242925}.panel-title h2{margin:0;font-size:15px}.panel-title span{font-size:12px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{padding:13px 16px;border-bottom:1px solid #202521;text-align:left;font-size:12px}th{color:#7f8882;font:500 10px DM Mono,monospace;letter-spacing:.08em;text-transform:uppercase}td{color:#bac1bc}.primary{color:#f4f1e8;font-weight:600}.status{display:inline-flex;align-items:center;gap:7px}.status i{width:7px;height:7px;border-radius:50%;background:#87908a}.status.connected i{background:#b8f43d;box-shadow:0 0 10px #b8f43d77}.status.attention i,.danger{color:#ffb45f}.status.attention i{background:#ffb45f}.status.inactive i{background:#626965}.danger{font-weight:700}tbody tr:last-child td{border-bottom:0}@media(max-width:900px){main{padding:16px}.cards{grid-template-columns:repeat(3,1fr)}header{align-items:flex-start;flex-direction:column}.header-meta{width:100%;justify-content:space-between}}@media(max-width:520px){.cards{grid-template-columns:repeat(2,1fr)}.cards article{padding:14px}.panel-title span{display:none}}
