@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans','Noto Sans SC',sans-serif;color:#eef2f8;background:#0c1018;line-height:1.5;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 80% 0%,#1d2943 0,#0c1018 42%)}button,input{font:inherit}button{cursor:pointer}.shell{max-width:1180px;margin:0 auto;padding:40px 24px}.brand{display:flex;align-items:center;gap:12px}.mark{width:38px;height:38px;border-radius:12px;background:#9bf26d;color:#0d1411;display:grid;place-items:center;font-weight:800}.brand strong{font-size:18px}.muted{color:#8b96aa}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(440px,100%);padding:38px;border:1px solid #273246;background:#111823cc;box-shadow:0 20px 80px #02050b99;border-radius:24px}.login-card h1{margin:28px 0 8px;font-size:30px}.field{display:grid;gap:8px;margin:18px 0}.field label{font-size:13px;color:#aab4c5}.field input{width:100%;padding:13px 14px;border-radius:12px;border:1px solid #2c384c;background:#0b111a;color:#fff;outline:none}.field input:focus{border-color:#9bf26d}.primary{border:0;background:#9bf26d;color:#0b130d;border-radius:12px;padding:13px 18px;font-weight:700}.primary:hover{background:#b5ff92}.ghost{border:1px solid #2b384c;background:transparent;color:#d3d9e4;border-radius:10px;padding:9px 14px}.danger{color:#ff9b9b;border-color:#533038}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:44px}.hero{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}.hero h1{font-size:36px;letter-spacing:-1px;margin:5px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.stat,.panel{border:1px solid #273246;background:#111823cc;border-radius:18px}.stat{padding:19px}.stat .value{font-size:30px;font-weight:700;margin-top:5px}.panel{overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid #273246}.panel-head h2{font-size:16px;margin:0}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:700px}th,td{text-align:left;padding:15px 22px;border-bottom:1px solid #202a3a;font-size:14px}th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#8490a5}td code{background:#0b111a;border:1px solid #253147;border-radius:6px;padding:4px 7px;color:#c7f8b5}.status{display:inline-flex;align-items:center;gap:7px;color:#a9f38e}.status:before{content:'';width:7px;height:7px;border-radius:50%;background:#9bf26d}.status.off{color:#9ba5b5}.status.off:before{background:#6a7280}.actions{display:flex;gap:8px;justify-content:flex-end}.empty{text-align:center;padding:50px;color:#8b96aa}.toast{position:fixed;right:20px;bottom:20px;padding:13px 17px;background:#eafbdd;color:#14210f;border-radius:12px;font-weight:600}.modal-backdrop{position:fixed;inset:0;background:#05080dcc;display:grid;place-items:center;padding:20px}.modal{width:min(480px,100%);padding:25px;border:1px solid #2d3a50;background:#111823;border-radius:18px}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal h2{margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}@media(max-width:720px){.shell{padding:24px 16px}.hero{display:block}.hero .primary{margin-top:18px}.stats{grid-template-columns:1fr}.topbar{margin-bottom:32px}}
