:root{--navy:#071e3d;--blue:#0077b6;--cyan:#00a6c7;--yellow:#ffc928;--bg:#eef5f8;--card:#fff;--muted:#698092;--green:#12a86b;--red:#df4053}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#10283d;font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}header{height:78px;background:linear-gradient(110deg,var(--navy),#073968);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);box-shadow:0 5px 20px #05274733}.brand{display:flex;align-items:center;gap:13px}.brand b{display:block;letter-spacing:1.5px}.brand small{display:block;color:#b8d7e8}.bolt{background:var(--yellow);color:var(--navy);width:43px;height:43px;border-radius:12px;display:grid;place-items:center;font-size:24px}.connection{display:flex;align-items:center;gap:9px;background:#ffffff12;padding:9px 14px;border-radius:22px}.connection i{width:10px;height:10px;border-radius:50%;background:#8a9baa}.connection i.online{background:#38df92;box-shadow:0 0 0 5px #38df9222}.connection i.offline{background:#ff6b73}main{max-width:1200px;margin:auto;padding:38px 24px}.hero{background:linear-gradient(115deg,#073461,#007fa9);color:white;border-radius:22px;padding:32px 35px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 15px 38px #07346124}.hero h1{font-size:clamp(28px,4vw,43px);margin:2px 0}.hero p:last-child{color:#c9e5ef;margin:0}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.8px;color:#29a9c8;margin:0}.hero .eyebrow{color:var(--yellow)}.contactor{min-width:260px;background:#ffffff13;padding:20px;border:1px solid #ffffff20;border-radius:16px}.contactor span{display:block;color:#c9e5ef}.contactor strong{font-size:30px;display:block;margin:2px 0 14px}.contactor button{border:0;padding:10px 18px;border-radius:9px;font-weight:800;cursor:pointer}.contactor .on{background:var(--green);color:white}.contactor .off{background:#fff;color:var(--red);margin-left:7px}.notice{padding:13px 16px;margin-top:16px;border-radius:10px;background:#fff5cb;color:#795d00}.hidden{display:none}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0 34px}.summary article,.cards article,.logs{background:white;border:1px solid #dfeaf0;border-radius:16px;box-shadow:0 7px 22px #17445b0a}.summary article{padding:23px;border-left:5px solid var(--cyan)}.summary span,.cards span{color:var(--muted)}.summary strong{display:block;font-size:29px;margin:5px 0}.summary small{color:#8ba0ae}h2{font-size:20px;margin:25px 0 13px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards article{padding:20px;position:relative;overflow:hidden}.cards article:after{content:"";position:absolute;right:-12px;top:-12px;width:52px;height:52px;border-radius:50%;background:#00a6c710}.cards b{display:block;font-size:27px;margin-top:6px}.cards em{font-size:13px;color:#8ca0ae;font-style:normal}.logs{margin-top:38px;padding:25px}.section-head{display:flex;align-items:end;justify-content:space-between}.section-head h2{margin:2px 0}.section-head>span{color:var(--muted);font-size:13px}.table-wrap{overflow:auto;margin-top:20px}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{text-align:left;padding:12px;border-bottom:1px solid #e6eef2}th{color:#637b8d;font-size:12px;text-transform:uppercase}.pill{padding:4px 9px;border-radius:10px;font-size:12px;font-weight:bold}.pill.ON{background:#d8f7e9;color:#087848}.pill.OFF{background:#ffe2e5;color:#ae2537}footer{text-align:center;color:#748a99;padding:30px}@media(max-width:760px){.hero{align-items:stretch;flex-direction:column;gap:24px}.summary,.cards,.cards.four{grid-template-columns:1fr 1fr}.contactor{min-width:0}}@media(max-width:480px){.summary,.cards,.cards.four{grid-template-columns:1fr}.connection span{display:none}main{padding:24px 14px}.hero{padding:24px}.section-head>span{display:none}}
