:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#182230;background:#f5f7fa}*{box-sizing:border-box}body{margin:0}.shell{max-width:1180px;margin:auto;padding:32px 20px}.card{background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:24px;box-shadow:0 3px 12px rgba(16,24,40,.04)}.login{max-width:430px;margin:12vh auto}.brand{font-weight:800;color:#1677d2;letter-spacing:.03em}h1{margin:6px 0 8px;font-size:28px}h2{margin:0 0 16px;font-size:19px}h3{font-size:15px;margin:28px 0 10px}p{color:#667085}header,.row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.grid{display:grid;grid-template-columns:280px 1fr;gap:20px}.content{min-width:0}label{display:block;font-size:13px;font-weight:650;color:#344054;margin-bottom:14px}input[type=text],input[type=password],input[type=number]{width:100%;margin-top:7px;border:1px solid #cfd6df;border-radius:7px;padding:10px 11px;font:inherit}button{border:0;border-radius:7px;background:#1677d2;color:#fff;padding:10px 16px;font-weight:700;cursor:pointer}button:hover{filter:brightness(.94)}button.secondary{background:#eef2f6;color:#344054}.small{padding:7px 10px;font-size:12px}.hint{font-size:12px;line-height:1.5}.error{color:#b42318;font-size:13px;margin-top:12px}.accounts{display:grid;gap:7px}.account{padding:10px;border-radius:7px;background:#f4f6f8;cursor:pointer}.account.active{background:#e7f2fc;color:#095a9f;font-weight:700}hr{border:0;border-top:1px solid #e5e9ee;margin:22px 0}.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.switches{display:flex;gap:25px}.check{font-weight:600}.check input{margin-right:6px}.choices{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:7px 12px;background:#f8fafc;border:1px solid #e8edf3;padding:12px;border-radius:8px;max-height:230px;overflow:auto}.choices label{font-weight:500;margin:0}.group-title{grid-column:1/-1;font-weight:750;font-size:12px;color:#667085;margin-top:8px}.logs{font:12px/1.5 ui-monospace,Consolas,monospace;max-height:280px;overflow:auto;margin-top:10px}.log{padding:7px 0;border-bottom:1px solid #eef1f4}.ok{color:#067647}@media(max-width:760px){.grid{grid-template-columns:1fr}.two{grid-template-columns:1fr}header{align-items:flex-start}.switches{display:block}}
