:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;color-scheme:light dark;background-color:#242424;color:#ffffffde}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.card{background-color:#1a1a1a;padding:2em;border-radius:8px;border:1px solid #333;margin-top:20px;width:300px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#646cff;cursor:pointer;transition:border-color .25s;width:100%;margin-bottom:10px}button:hover{border-color:#646cff}button:disabled{background-color:#333;cursor:not-allowed}input{width:100%;padding:8px;margin-bottom:10px;border-radius:4px;border:1px solid #444;background:#2a2a2a;color:#fff;box-sizing:border-box}.status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#666;margin-right:8px}.status-indicator.connected{background-color:#4cc9f0;box-shadow:0 0 8px #4cc9f0}.status-indicator.active{background-color:#2ecc71;box-shadow:0 0 8px #2ecc71}.status-indicator.error{background-color:#e74c3c}#logs{text-align:left;font-size:.85rem;color:#888;margin-top:20px;max-height:150px;overflow-y:auto;border-top:1px solid #333;padding-top:10px}
