:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{height:100%;margin:0;padding:0}body{display:flex;justify-content:center;align-items:center;background-color:#e9ecef}.quantum-app{max-width:1000px;padding:20px;font-family:Arial,sans-serif;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a}.description{margin-bottom:30px;color:#555;text-align:center}.qubits-container{display:flex;justify-content:space-between;align-items:center;position:relative}.entanglement-line{height:2px;background-color:#60c;flex-grow:1;margin:0 20px;position:relative}.entanglement-line:before{content:"⟺";position:absolute;top:-10px;left:50%;transform:translate(-50%);color:#60c;font-size:20px}.qubit-component{border:2px solid #3498db;border-radius:8px;padding:20px;width:300px;background-color:#f8f9fa}.qubit-state{height:100px;display:flex;align-items:center;justify-content:center;margin:20px 0;border:1px dashed #ccc;border-radius:4px}.superposition{text-align:center;color:#60c}.wave{font-size:24px;margin-top:10px;animation:wave 2s infinite}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.measured{font-size:20px;color:#000}.qubit-info{font-size:12px;color:#777;margin-bottom:15px}.qubit-controls{display:flex;justify-content:space-between}button{padding:8px 16px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}button:hover:not(:disabled){background-color:#2980b9}button:disabled{background-color:#ccc;cursor:not-allowed}
