@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:Poppins,system-ui,sans-serif;line-height:1.5;font-weight:400}body{margin:0}#root{min-height:100vh}svg{display:block}:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;font-family:Poppins,system-ui,sans-serif;background:radial-gradient(circle at top left,#00f7ff,#1fb6ff 30%,#0f172a);color:#e2f7ff}.page-shell{min-height:100vh;padding:36px 8vw 64px;display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden}.login-shell{align-items:center;justify-content:center}.dashboard-shell{padding-top:32px}.glow{position:absolute;width:480px;height:480px;background:radial-gradient(circle,#00ffff80,#0ff0);top:-140px;right:-120px;filter:blur(10px);opacity:.8}.grid-glow{position:absolute;inset:-30% 0 0;background:linear-gradient(130deg,#00fff540,#0f172a33);mix-blend-mode:screen;pointer-events:none;animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.8}50%{opacity:.4}}.glass{background:#091a2da6;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #00000040;border-radius:20px}.loading{padding:18px 28px}.topbar{display:flex;justify-content:space-between;align-items:center;padding:20px 24px}.eyebrow{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#e2f7ffb3}.topbar h2{margin:6px 0 0;font-size:28px}.topbar-actions{display:flex;align-items:center;gap:16px}.user-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#ffffff1f;font-size:13px}.user-pill svg{width:16px;height:16px;fill:currentColor}.user-pill .role{opacity:.7;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.stat-card{padding:18px 20px;display:flex;gap:14px;align-items:center}.stat-card strong{font-size:26px}.stat-card p{margin:0;opacity:.7}.stat-card.accent{background:linear-gradient(120deg,#00ffea59,#0f172aa6)}.stat-icon{width:40px;height:40px;border-radius:14px;background:#ffffff2e;display:grid;place-items:center}.stat-icon svg{width:20px;height:20px;fill:currentColor}.filters{padding:14px 16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.field{position:relative;display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffff14;border-radius:14px}.field input,.field select{width:100%;background:transparent;border:none;outline:none;color:#e2f7ff;font-size:13px;font-family:inherit}.field input::placeholder{color:#e2f7ff99}.field .icon svg{width:16px;height:16px;fill:#e2f7ffb3}.table-card{padding:20px}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.table-wrapper{overflow:auto;max-height:520px}.table-wrapper table{width:100%;border-collapse:collapse;min-width:720px;color:#e2f7ff}.table-wrapper th,.table-wrapper td{padding:12px 10px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}.table-wrapper th{position:sticky;top:0;background:#0a192de6}.status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.status.online{background:#00ffbe33;color:#00ffd1}.status.offline{background:#ff727233;color:#ff8c8c}.pager{display:flex;gap:8px}button{border:none;border-radius:999px;padding:10px 18px;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:translateY(-1px)}button.primary{background:linear-gradient(120deg,#00f7ff,#38bdf8);color:#0f172a}button.ghost{background:#ffffff1a;color:#e2f7ff;border:1px solid rgba(255,255,255,.12);display:inline-flex;align-items:center;gap:8px}button.ghost svg{width:14px;height:14px;fill:currentColor}.login-card{width:min(420px,90vw);padding:28px;display:flex;flex-direction:column;gap:22px}.login-title{display:flex;align-items:center;gap:16px}.logo{width:56px;height:56px;border-radius:18px;background:linear-gradient(120deg,#00f7ff,#38bdf8);display:grid;place-items:center;color:#0f172a;font-weight:700;font-size:20px}.login-title h1{margin:0}.login-title p{margin:4px 0 0;opacity:.7}.login-form{display:flex;flex-direction:column;gap:16px}.login-form label{display:flex;flex-direction:column;gap:8px;font-size:13px}.input-wrap{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:#ffffff14}.input-wrap input{border:none;background:transparent;outline:none;color:#e2f7ff;width:100%}.input-wrap .icon svg{width:16px;height:16px;fill:#e2f7ffb3}.error{background:#ff4c4c33;border:1px solid rgba(255,76,76,.4);color:#ff9c9c;padding:10px 12px;border-radius:12px;font-size:13px}.login-note{display:flex;align-items:center;gap:8px;font-size:12px;opacity:.7}.login-note svg{width:14px;height:14px;fill:currentColor}.health-card{display:flex;flex-direction:column;gap:4px}.health-card h3{margin:0;font-size:14px}.health{font-weight:600}.health.ok{color:#00ffd1}.health.error{color:#ff8c8c}.health.loading{color:#ffe48a}.empty{text-align:center;padding:20px 0;opacity:.7}@media(max-width:900px){.page-shell{padding:24px 6vw 60px}.topbar{flex-direction:column;align-items:flex-start;gap:14px}.table-wrapper table{min-width:600px}}
