*{box-sizing:border-box}:root{color:#172033;background:#f4f7fb;font-family:Segoe UI,Arial,sans-serif}body{margin:0;min-width:360px;background:linear-gradient(135deg,rgba(37,99,235,.08),transparent 34%),linear-gradient(315deg,rgba(5,150,105,.08),transparent 30%),#f4f7fb}button,input,select{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:wait;opacity:.7}.loginShell{min-height:100vh;display:grid;place-items:center;padding:24px}.loginPanel{width:min(100%,420px);padding:28px;border:1px solid #dbe4ef;border-radius:8px;background:#fff;box-shadow:0 18px 44px #1720331f}.brandMark{width:42px;height:42px;display:inline-grid;place-items:center;margin-bottom:16px;border-radius:8px;color:#fff;background:#2563eb;font-weight:900}.loginPanel p,.loginPanel h1,.sidebar h1,.panelHeader h2,.pageHeader h1{margin:0;letter-spacing:0}.loginPanel p,.pageHeader span{color:#2563eb;font-size:13px;font-weight:800;text-transform:uppercase}.loginPanel h1{margin-top:4px;font-size:30px}.loginForm,.sideForm{display:grid;gap:14px}.loginForm{margin-top:24px}.loginForm label,.sideForm label{display:grid;gap:6px;color:#4b5563;font-size:13px;font-weight:800}.loginForm input,.sideForm input,.sideForm select{width:100%;height:42px;padding:0 12px;border:1px solid #d7e1ed;border-radius:8px;outline:0;color:#172033;background:#fff}.loginForm input:focus,.sideForm input:focus,.sideForm select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.loginForm button,.sideForm button,.sideButton{min-height:42px;border-radius:8px;color:#fff;background:#2563eb;font-weight:900}.sideForm button,.sideButton{display:flex;align-items:center;justify-content:center;gap:8px}.loginForm button:hover,.sideForm button:hover{background:#1d4ed8}.shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;padding:24px;display:flex;flex-direction:column;gap:24px;color:#f8fafc;background:linear-gradient(180deg,#111827,#1f2937 58%,#243244)}.sidebar h1{font-size:24px}.sidebar p{margin:6px 0 0;color:#b8c4d5}.nav{display:grid;gap:8px}.nav button,.sideButton{min-height:42px;display:flex;align-items:center;gap:10px;padding:10px 12px;color:#d7dee8;background:#ffffff0f;text-align:left}.nav button.active,.nav button:hover,.sideButton:hover{color:#fff;background:#2563ebd1}.sideButton:first-of-type{margin-top:auto}.content{padding:28px}.pageHeader{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.pageHeader h1{margin-top:4px;font-size:30px}.pageHeader p,.panelHeader span,.empty{color:#64748b}.pageHeader p{margin:0}.statsGrid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin-bottom:16px}.statCard,.panel{border:1px solid #dbe4ef;border-radius:8px;background:#fffffff5;box-shadow:0 12px 30px #17203312}.statCard{min-height:116px;padding:16px;display:grid;align-content:space-between;gap:10px;border-top:4px solid #64748b}.statCard span{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#64748b}.statCard small{color:#667085;font-size:13px}.statCard strong{color:#111827;font-size:24px}.statCard.blue{border-top-color:#2563eb}.statCard.green{border-top-color:#059669}.statCard.amber{border-top-color:#d97706}.statCard.blue span{background:#2563eb}.statCard.green span{background:#059669}.statCard.amber span{background:#d97706}.pageGrid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:16px;align-items:start}.panel{overflow:hidden}.panelHeader{min-height:70px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e7edf4}.panelHeader h2{font-size:18px}.panelHeader span{display:block;margin-top:4px;font-size:13px}.sideStack,.leftStack{display:grid;gap:16px}.iconDangerButton{width:34px;height:34px;border:0;border-radius:8px;display:inline-grid;place-items:center;color:#fff;background:#e11d48;cursor:pointer}.iconDangerButton:disabled{opacity:.65;cursor:wait}.sideForm{padding:16px}.tableWrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:13px 14px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:middle;white-space:nowrap}th{color:#5f6b7a;background:#f8fafc;font-size:13px;font-weight:900}tbody tr{cursor:pointer}tbody tr:hover,tbody tr.selected{background:#eef6ff}td strong,td small{display:block}td small{margin-top:3px;color:#64748b;font-size:12px}.pill{display:inline-flex;min-height:24px;align-items:center;padding:4px 8px;border-radius:999px;color:#475569;background:#e9eef5;font-size:12px;font-weight:800}.pill.online{color:#166534;background:#dcfce7}.error,.success{padding:12px 14px;margin-bottom:16px;border-radius:8px}.error{border:1px solid #fecaca;background:#fff1f2;color:#9f1239}.error.compact{margin-bottom:0}.success{margin-bottom:0;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;font-weight:800}.empty{padding:18px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.pageGrid{grid-template-columns:1fr}.statsGrid{grid-template-columns:1fr 1fr}}@media(max-width:840px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.content{padding:18px}.pageHeader{align-items:stretch;flex-direction:column}}@media(max-width:560px){.statsGrid{grid-template-columns:1fr}}
