:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#e9edf5;background:#0f1117}*{box-sizing:border-box}body{margin:0}.shell{max-width:1050px;margin:0 auto;padding:34px 20px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}h1,h2,p{margin:0}h1{font-size:25px;letter-spacing:-.02em}h2{font-size:16px;margin-bottom:16px}header p,.muted{color:#8f98aa;font-size:13px;margin-top:6px}.card{background:#171a22;border:1px solid #292e3b;border-radius:12px;padding:20px}.login{max-width:420px;margin:70px auto}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}form{display:grid;gap:12px}label{font-size:13px;color:#aeb7c9;display:grid;gap:6px}input{width:100%;background:#10131a;border:1px solid #303747;border-radius:7px;color:#fff;padding:10px 11px;outline:none}input:focus{border-color:#6d8cff}button{border:0;border-radius:7px;background:#5c7cff;color:white;padding:10px 14px;font-weight:600;cursor:pointer}button:hover{filter:brightness(1.1)}button:disabled{opacity:.5;cursor:not-allowed}.ghost{background:transparent;border:1px solid #343b4c;color:#cbd3e3}.danger{background:#b54855}.outline{background:transparent;border:1px solid #b54855;color:#ef9da5}.error{color:#ef929b;font-size:13px;margin-top:12px;min-height:16px}.selected{font-size:14px;margin:14px 0;color:#fff}.actions{display:grid;grid-template-columns:110px 1fr 1fr;gap:8px}.actions .outline{grid-column:span 2}.tableHead{display:flex;justify-content:space-between;align-items:center}.tableWrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:12px 9px;border-top:1px solid #292e3b;white-space:nowrap}th{color:#8f98aa;font-weight:500}tbody tr{cursor:pointer}tbody tr:hover,tbody tr.active{background:#202533}td:nth-child(4){max-width:210px;overflow:hidden;text-overflow:ellipsis;color:#8f98aa}.empty{text-align:center;color:#8f98aa;padding:28px}@media(max-width:700px){.grid{grid-template-columns:1fr}.shell{padding:22px 12px}header{align-items:flex-start}.actions{grid-template-columns:1fr 1fr}.actions input{grid-column:span 2}.actions .outline{grid-column:span 1}}
