*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root{isolation:isolate}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;box-sizing:border-box;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}}.layout{display:flex;height:100vh;width:100vw;overflow:hidden}.palette{width:200px;background-color:#f0f0f0;border-right:1px solid #ccc;overflow-y:auto}.canvas{flex-grow:1;background-color:#fff}.properties{width:250px;background-color:#f9f9f9;border-left:1px solid #ccc;overflow-y:auto}.palette-container{padding:10px}.palette-container h2{font-size:1.2em;margin-bottom:10px}.palette-item{display:flex;align-items:center;padding:8px;margin:5px 0;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:background-color .2s}.palette-item:hover{background-color:#e0e0e0}.icon{width:20px;height:20px;margin-right:10px;background-size:contain;background-repeat:no-repeat}.resistor{background:linear-gradient(90deg,#000 20%,transparent 20%,transparent 80%,#000 80%);border:1px solid #000}.voltageSource{background:radial-gradient(circle,#000 20%,transparent 20%);border:1px solid #000;position:relative}.voltageSource:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:1px;background:#000;transform:translate(-50%,-50%)}.wire{background:linear-gradient(90deg,#000 100%,transparent 0%);height:2px;width:30px}.properties-panel{padding:10px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;margin:10px}.properties-panel h3{margin:0 0 10px;font-size:1.2em}.properties-panel label{display:block;margin:5px 0}.properties-panel input{margin-left:5px;padding:2px;width:60px}
