*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e7e9ee}.container{max-width:960px;margin:0 auto;padding:24px}.card{background:#171a21;border:1px solid #262b36;border-radius:10px;padding:16px;margin-bottom:12px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}button{background:#6d5ef8;color:#fff;border:none;border-radius:8px;padding:8px 14px;cursor:pointer;font-weight:600}button:disabled{opacity:.5;cursor:not-allowed}input[type=checkbox]{width:16px;height:16px}.badge{font-size:12px;padding:2px 8px;border-radius:999px;background:#262b36}.badge.connected{background:#1f4d33;color:#7ee2a8}.badge.disconnected{background:#4d1f1f;color:#e27e7e}