*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:20px}.btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.btn-primary{background:#0070f3;color:#fff}.btn-primary:hover{background:#0051cc}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;margin-bottom:12px}.input:focus{outline:none;border-color:#0070f3}.label{display:block;margin-bottom:6px;font-weight:500;font-size:14px}.table{width:100%;border-collapse:collapse;margin-top:20px}.table td,.table th{padding:12px;text-align:left;border-bottom:1px solid #ddd}.table th{background:#f8f9fa;font-weight:600}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-connected{background:#d4edda;color:#155724}.status-disconnected{background:#f8d7da;color:#721c24}.status-connecting{background:#fff3cd;color:#856404}.status-error{background:#f8d7da;color:#721c24}.qr-container{display:flex;justify-content:center;align-items:center;padding:20px;background:#fff;border-radius:8px;margin:20px 0}.error{color:#dc3545}.error,.success{margin-top:8px;font-size:14px}.success{color:#28a745}.accordion{border:1px solid #ddd;border-radius:4px;margin-bottom:12px;overflow:hidden}.accordion-header{background:#f8f9fa;padding:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.accordion-header:hover{background:#e9ecef}.accordion-header.active{background:#e7f3ff;border-bottom:1px solid #ddd}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.accordion-content.open{max-height:2000px;transition:max-height .5s ease-in}.accordion-body{padding:20px;background:#fff}.code-block{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:16px;margin:12px 0;overflow-x:auto;font-family:Courier New,monospace;font-size:13px;line-height:1.6}.api-endpoint{font-weight:600;color:#0070f3;margin-bottom:8px}.api-method{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;margin-right:8px}.method-post{background:#28a745;color:#fff}.method-get{background:#0070f3;color:#fff}