*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100vh;height:100dvh;overflow:hidden;font-family:Patrick Hand,cursive,sans-serif;background:#3a2a1a;color:#f5e6c8;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}html[dir=rtl] body{font-family:Tajawal,sans-serif}#app{height:100vh;height:100dvh;display:flex;flex-direction:column}#game{flex:1;display:flex;flex-direction:column;min-height:0}.version{position:fixed;bottom:4px;right:8px;font-size:.7rem;color:#f5e6c84d;pointer-events:none;z-index:100}.hud{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#0000004d;height:44px;flex-shrink:0}.hud-back{background:none;border:none;color:#f5e6c899;font-family:inherit;font-size:.9rem;cursor:pointer;padding:0 8px;min-height:44px;min-width:44px;display:flex;align-items:center}.hud-label{color:#f5e6c8;font-size:1rem}.hud-right{display:flex;align-items:center;gap:8px}.hud-hearts{font-size:.9rem}.hud-btn{background:none;border:none;color:#f5e6c8;font-size:1.2rem;cursor:pointer;padding:4px 8px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px}.hud-btn.active{background:#ff64324d;border:1px solid rgba(255,100,50,.6)}.board{flex:1;min-height:0;position:relative;overflow:hidden;direction:ltr;background-color:#1a2a1a;background-image:repeating-linear-gradient(90deg,transparent,transparent 29px,rgba(255,255,255,.05) 29px,rgba(255,255,255,.05) 30px),repeating-linear-gradient(0deg,transparent,transparent 29px,rgba(255,255,255,.05) 29px,rgba(255,255,255,.05) 30px)}.toolbar-container{position:relative;flex-shrink:0}.toolbar-popup{position:absolute;bottom:100%;left:0;right:0;display:flex;gap:4px;padding:8px;background:#1e1914f2;border-top:1px solid rgba(245,230,200,.2);overflow-x:auto;-webkit-overflow-scrolling:touch;z-index:5}.toolbar-popup-item{flex-shrink:0;background:#333;border:1px solid #555;border-radius:8px;padding:8px 12px;text-align:center;min-width:56px;cursor:pointer;font-family:inherit;color:#f5e6c8;display:flex;flex-direction:column;align-items:center;gap:2px}.toolbar-popup-item.selected{border-color:#4a90e2;background:#4a90e233}.toolbar-popup-label{font-size:.6rem;color:#f5e6c899}.toolbar{display:flex;gap:4px;padding:8px;background:#0006;overflow-x:auto;flex-shrink:0;direction:ltr;-webkit-overflow-scrolling:touch}.toolbar-item{flex-shrink:0;background:#333;border:1px solid #555;border-radius:8px;padding:8px 12px;text-align:center;min-width:56px;cursor:pointer;font-family:inherit;color:#f5e6c8}.toolbar-item.selected{border-color:#4a90e2;background:#4a90e233}.toolbar-item.open{border-color:#4a90e2;background:#4a90e226}.toolbar-emoji{display:block;font-size:1.3rem}.toolbar-label{display:block;font-size:.65rem;color:#f5e6c899;margin-top:2px}.action-bar{display:flex;gap:8px;padding:10px 12px;background:#00000080;flex-shrink:0;justify-content:center}.action-btn{padding:10px 20px;border:none;border-radius:8px;font-family:inherit;font-size:.95rem;cursor:pointer;min-height:44px;color:#fff}.action-delete{background:#d32f2f}.action-cancel{background:#555}.circuit-component.selected-for-delete{box-shadow:0 0 12px #ff643299,0 0 24px #ff32004d;animation:selected-pulse .6s ease-in-out infinite alternate}@keyframes selected-pulse{0%{box-shadow:0 0 12px #ff643299}to{box-shadow:0 0 20px #ff6432cc}}.screen{display:flex;flex-direction:column;flex:1;min-height:0}.title-screen{background:linear-gradient(180deg,#3a2a1a,#5a3d2a);position:relative;align-items:center;justify-content:center}.title-content{text-align:center}.title-icon{font-size:3rem}.title-content h1{font-size:2rem;margin:8px 0}.title-content .subtitle{font-size:1rem;color:#f5e6c880;margin-bottom:24px}.title-buttons{display:flex;flex-direction:column;gap:12px}.btn{padding:12px 48px;border:none;border-radius:10px;font-size:1.1rem;font-family:inherit;cursor:pointer;min-height:48px;color:#fff}.btn-sandbox{background:#4a90e2}.btn-challenges{background:#e48834}.btn-install{margin-top:16px;background:#2e7d32;padding:10px 32px;font-size:1rem}.install-done{margin-top:12px;font-size:.85rem;color:#f5e6c880}.lang-toggle{margin-top:12px;background:none;border:1px solid rgba(245,230,200,.3);color:#f5e6c8;padding:6px 16px;border-radius:6px;cursor:pointer;font-family:inherit}.back-link{position:absolute;top:14px;left:14px;color:#f5e6c899;text-decoration:none;font-size:.9rem}html[dir=rtl] .back-link{left:auto;right:14px}.circuit-component{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;background:#282832f2;border:1.5px solid #666;border-radius:8px;touch-action:none;transition:border-color .3s,box-shadow .3s}.circuit-component.broken{background:#501e1ee6;border-color:#f42;box-shadow:0 0 12px #ff501499,0 0 24px #ff28004d;animation:burning .8s ease-in-out infinite alternate}.circuit-component.powered{border-color:#4a90e299}.circuit-component.broken:after{content:"🔥";position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:1.2rem;pointer-events:none;animation:flame-flicker .3s ease-in-out infinite alternate}@keyframes burning{0%{box-shadow:0 0 12px #ff501499,0 0 24px #ff28004d}to{box-shadow:0 0 18px #ff6414cc,0 0 30px #ff3c0066}}@keyframes flame-flicker{0%{transform:translate(-50%) scale(1) translateY(0)}to{transform:translate(-50%) scale(1.15) translateY(-3px)}}.circuit-component.extinguishing{animation:fire-dying .5s ease-out forwards}.circuit-component.extinguishing:after{animation:flame-die .5s ease-out forwards}@keyframes fire-dying{0%{box-shadow:0 0 12px #ff501499;border-color:#f42}to{box-shadow:none;border-color:#666}}@keyframes flame-die{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%) scale(.3)}}.component-body{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;pointer-events:none;gap:2px}.component-sublabel{font-size:.55rem;color:#f5e6c899;font-family:monospace;margin-top:1px}.terminal{width:24px;height:24px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);z-index:3;cursor:pointer;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center}.terminal-left{left:-12px}.terminal-right{right:-12px}.terminal-connected{display:block;width:8px;height:8px;border-radius:50%;background:#4c4;pointer-events:none}.terminal.selected{animation:pulse .8s ease-in-out infinite;box-shadow:0 0 8px #4a90e2}@keyframes pulse{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.3)}}.terminal-label{font-size:.55rem;font-weight:700;color:#fff;text-shadow:0 0 3px rgba(0,0,0,.8);pointer-events:none;line-height:1}.icon-broken{font-size:1.3rem}.icon-battery{display:flex;align-items:center;justify-content:center}.battery-body{width:32px;height:20px;background:#666;border:2px solid #888;border-radius:2px;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 4px}.battery-cap{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:4px;height:10px;background:#888;border-radius:0 2px 2px 0}.battery-minus,.battery-plus{font-size:.6rem;font-weight:700;line-height:1}.battery-minus{color:#aaa}.battery-plus{color:#e74c3c}.icon-battery.active .battery-body{border-color:#4a4;box-shadow:0 0 4px #4a46}.icon-led{width:20px;height:20px;border-radius:50%;transition:all .3s;position:relative;border:1px solid rgba(255,255,255,.15)}.icon-bulb{width:22px;height:28px;background:#555;border-radius:50% 50% 30% 30%;border:2px solid #777;transition:all .3s;position:relative;display:flex;align-items:center;justify-content:center}.icon-bulb.on{border-color:#ffcc02}.bulb-filament{width:6px;height:10px;border:1.5px solid #999;border-top:none;border-radius:0 0 3px 3px;position:relative}.icon-bulb.on .bulb-filament{border-color:#fff}.icon-resistor{display:flex;align-items:center}.resistor-body{width:30px;height:12px;background:#d4a574;border-radius:2px;display:flex;gap:3px;padding:2px 4px;align-items:stretch}.resistor-band{width:3px;border-radius:1px}.resistor-band.b1{background:#964b00}.resistor-band.b2{background:#000}.resistor-band.b3{background:red}.icon-motor{width:28px;height:28px;border-radius:50%;border:2px solid #888;background:#555;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:#f5e6c8}.icon-motor.spinning{animation:spin .5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-buzzer{width:26px;height:26px;border-radius:50%;border:2px solid #888;background:#444;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#f5e6c8}.icon-buzzer.active{animation:shake .1s linear infinite;border-color:#4a90e2}@keyframes shake{0%,to{transform:translate(0)}50%{transform:translate(2px)}}.icon-tesla{display:flex;flex-direction:column;align-items:center;gap:1px}.tesla-coil-body{width:14px;height:24px;background:repeating-linear-gradient(0deg,#b8860b,#b8860b 2px,#8b6914 2px,#8b6914 4px);border-radius:3px}.tesla-coil-wire{width:8px;height:3px;background:#888;border-radius:1px}.icon-tesla.active .tesla-coil-body{box-shadow:0 0 10px #7df9ff,0 0 20px #7df9ff}.icon-tesla.active .tesla-coil-wire{box-shadow:0 0 6px #7df9ff}.icon-switch{width:52px;height:28px;background:#555;border-radius:14px;border:2px solid #888;position:relative;transition:all .2s;margin:0 auto;cursor:pointer}.icon-switch.on{background:#4a90e2;border-color:#6ab0ff}.switch-lever{width:22px;height:22px;border-radius:50%;background:#ddd;position:absolute;top:1px;left:1px;transition:left .2s;box-shadow:0 1px 3px #0000004d}.icon-switch.on .switch-lever{left:26px}.switch-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.45rem;font-weight:700;color:#ffffff80;pointer-events:none;text-transform:uppercase}.icon-switch.on .switch-label{color:#ffffffe6}.icon-fuse{display:flex;align-items:center;justify-content:center}.fuse-body{width:30px;height:16px;background:#ffffff1a;border:2px solid #888;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative}.fuse-wire{width:18px;height:2px;background:#ccc;border-radius:1px}.icon-fuse.active .fuse-wire{background:#fc0;box-shadow:0 0 4px #fc0}.icon-fuse.blown .fuse-body{border-color:#933;background:#501e1e4d}.icon-fuse.blown .fuse-wire{width:8px;height:2px;background:#666;opacity:.5}.icon-solar{display:flex;align-items:center;justify-content:center}.solar-grid{width:32px;height:24px;background:#1a237e;border:2px solid #888;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1px;padding:2px;border-radius:2px}.solar-grid div{background:#283593;border-radius:1px}.icon-capacitor{display:flex;align-items:center;justify-content:center}.cap-body{width:20px;height:30px;background:#222;border:2px solid #555;border-radius:2px;position:relative;overflow:hidden}.cap-fill{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#4af,#8cf);transition:height .3s ease;border-radius:0 0 1px 1px}.cap-plates{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:6px;border-top:2px solid #999;border-bottom:2px solid #999}.icon-capacitor.charged .cap-body{border-color:#4af;box-shadow:0 0 6px #4af6}.cap-stripe{position:absolute;top:0;left:0;width:5px;height:100%;background:#ffffff26;border-radius:1px 0 0 1px}.cap-leads{position:absolute;bottom:-3px;left:50%;transform:translate(-50%);width:8px;height:3px;border-left:2px solid #999;border-right:2px solid #999}.icon-capacitor.warning .cap-body,.icon-supercap.warning .supercap-body{border-color:#fc0;box-shadow:0 0 10px #ffc80080;animation:warning-pulse .5s ease-in-out infinite alternate}@keyframes warning-pulse{0%{box-shadow:0 0 10px #ffc80080}to{box-shadow:0 0 18px #ffc800cc}}.icon-supercap{display:flex;align-items:center;justify-content:center}.supercap-body{width:26px;height:36px;background:#1a3a6a;border:2px solid #2255aa;border-radius:4px;position:relative;overflow:hidden}.supercap-fill{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#26c,#48e);transition:height .3s ease;border-radius:0 0 2px 2px}.supercap-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.35rem;color:#fff9;font-weight:700;pointer-events:none}.icon-supercap.charged .supercap-body{border-color:#48e;box-shadow:0 0 8px #4488ee80}.sandbox-screen,.challenge-play-screen,.challenge-select-screen{align-items:stretch;justify-content:flex-start}.wire-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.status-bar{text-align:center;font-size:.8rem;color:#f5e6c866;padding:4px;background:#0003;flex-shrink:0}.feedback-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#000000d9;color:#f5e6c8;padding:10px 20px;border-radius:10px;font-size:.9rem;z-index:50;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.challenge-select-screen{background:#3a2a1a}.section-title{text-align:center;padding:12px;font-size:1.3rem;flex-shrink:0}.challenge-list{flex:1;overflow-y:auto;padding:0 12px 12px;display:flex;flex-direction:column;gap:8px;-webkit-overflow-scrolling:touch}.challenge-card{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:1px solid rgba(245,230,200,.2);border-radius:8px;background:#ffffff0d;cursor:pointer;font-family:inherit;color:#f5e6c8;text-align:left}.challenge-card.locked{opacity:.5;cursor:default}.challenge-card.completed{border-color:#7ebd4066;background:#7ebd401a}.challenge-info{flex:1}.challenge-title{font-size:1rem}.challenge-desc{font-size:.75rem;color:#f5e6c880;margin-top:2px}.challenge-stars{font-size:1.2rem;margin-left:12px}.star-filled{color:gold}.star-empty{color:#f5e6c833}html[dir=rtl] .challenge-card{text-align:right}html[dir=rtl] .challenge-stars{margin-left:0;margin-right:12px}.challenge-hud{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#e4883433;border-bottom:1px solid rgba(228,136,52,.3);flex-shrink:0}.challenge-goal{flex:1}.challenge-name{font-size:.95rem}.challenge-desc-hud{font-size:.7rem;color:#f5e6c899}.challenge-meta{display:flex;gap:12px;align-items:center}.challenge-timer{font-family:monospace;font-size:1.1rem;color:#f5e6c8}.challenge-hearts{font-size:.9rem}.challenge-toolbar-row{display:flex;align-items:stretch;background:#0006;flex-shrink:0}.challenge-toolbar-row .toolbar{flex:1}.btn-redo{padding:8px 14px;background:#e48834;color:#fff;border:none;font-family:inherit;font-size:1.2rem;cursor:pointer;min-width:50px;min-height:44px}.btn-check{padding:8px 16px;background:#4a90e2;color:#fff;border:none;font-family:inherit;font-size:1rem;cursor:pointer;min-width:80px;min-height:44px}.challenge-toolbar-row .btn-check:only-child{flex:1}.challenge-timer.urgent{color:#f44;animation:pulse-red 1s ease-in-out infinite}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.5}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:60}.result-modal{background:#3a2a1a;border:2px solid rgba(245,230,200,.3);border-radius:16px;padding:24px;text-align:center;max-width:300px;width:90%}.result-title{font-size:1.3rem;margin-bottom:12px}.result-stars-row{display:flex;justify-content:center;gap:8px;font-size:2rem;margin-bottom:12px}.result-star.empty{opacity:.2}.result-star.earned{opacity:1;transform:scale(1.1)}.result-message{font-size:.9rem;color:#f5e6c8b3;margin-bottom:16px}.result-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}html[dir=rtl] .hud{direction:rtl}html[dir=rtl] .board,html[dir=rtl] .wire-canvas,html[dir=rtl] .toolbar,html[dir=rtl] .circuit-component,html[dir=rtl] .component-sublabel{direction:ltr}html[dir=rtl] .section-title{text-align:right}html[dir=rtl] .challenge-hud{direction:rtl}.current-bar-container{position:absolute;bottom:-6px;left:10%;width:80%;height:4px;background:#0000004d;border-radius:2px;overflow:hidden}.current-bar{height:100%;border-radius:2px;transition:width .3s,background .3s}.current-value{position:absolute;top:-14px;left:50%;transform:translate(-50%);font-size:.5rem;color:#f5e6c8b3;font-family:monospace;white-space:nowrap;pointer-events:none}.wireless-indicator{position:absolute;top:-16px;right:-4px;font-size:.6rem;pointer-events:none;animation:wireless-pulse 1.5s ease-in-out infinite}@keyframes wireless-pulse{0%,to{opacity:.4}50%{opacity:1}}.spray-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;overflow:hidden}.spray-cloud{position:absolute;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,#c8dcffb3,#c8dcff00 70%);animation:spray-puff .4s ease-out forwards;pointer-events:none}@keyframes spray-puff{0%{width:20px;height:20px;opacity:1}to{width:80px;height:80px;opacity:0}}.icon-junction{display:flex;align-items:center;justify-content:center}.junction-dot{width:20px;height:20px;border-radius:50%;background:#666;border:2px solid #aaa;display:flex;align-items:center;justify-content:center}.junction-label{font-size:.5rem;font-weight:700;color:#ddd}.tb-junction{width:14px;height:14px;border-radius:50%;background:#666;border:1.5px solid #aaa}.icon-car{display:flex;flex-direction:column;align-items:center;gap:1px}.car-body{width:50px;height:18px;background:#c0392b;border-radius:6px 6px 2px 2px;position:relative;display:flex;align-items:center;justify-content:center}.car-roof{position:absolute;top:-8px;left:12px;width:26px;height:10px;background:#e74c3c;border-radius:4px 4px 0 0}.car-magnet{display:flex;width:24px;height:8px;border-radius:2px;overflow:hidden;position:relative;z-index:1}.car-pole-s{flex:1;background:#48f;color:#fff;font-size:.3rem;display:flex;align-items:center;justify-content:center;font-weight:700}.car-pole-n{flex:1;background:#f66;color:#fff;font-size:.3rem;display:flex;align-items:center;justify-content:center;font-weight:700}.car-wheels{display:flex;justify-content:space-between;width:52px;margin-top:-2px}.car-wheel{width:10px;height:10px;border-radius:50%;background:#333;border:2px solid #555}.car-wheel.spinning{animation:wheel-spin .3s linear infinite}@keyframes wheel-spin{0%{transform:rotate(0);border-color:#555 #888 #555 #888}to{transform:rotate(360deg);border-color:#888 #555 #888 #555}}.icon-car.moving .car-body{box-shadow:0 0 6px #ff64324d}.icon-magnet{display:flex;align-items:center;justify-content:center}.magnet-body{width:40px;height:20px;display:flex;border-radius:4px;overflow:hidden}.magnet-pole-s{flex:1;background:#48f;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.magnet-pole-n{flex:1;background:#e74c3c;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.icon-electromagnet{display:flex;align-items:center;justify-content:center;position:relative}.em-coil{width:30px;height:20px;background:repeating-linear-gradient(90deg,#b8860b,#b8860b 3px,#8b6914 3px,#8b6914 5px);border-radius:4px}.em-core{position:absolute;width:8px;height:100%;background:#666;border-radius:2px}.icon-electromagnet.active .em-coil{box-shadow:0 0 8px #4a90e280}.icon-electromagnet.active .em-core{background:#4a90e2}.board.extinguisher-active,.board.extinguisher-active .circuit-component,.board.wire-cutter-active,.board.wire-cutter-active .circuit-component{cursor:crosshair}.board.wire-cutter-active .component-body{pointer-events:none}.hud-btn.active-cutter{background:#ffc8324d;border:1px solid rgba(255,200,50,.6)}@media (max-width: 360px){.toolbar-item{min-width:48px;padding:6px 8px}.toolbar-emoji{font-size:1.1rem}}.toolbar-icon{display:flex;align-items:center;justify-content:center;height:28px}.tb-battery{display:flex;align-items:center}.tb-bat-body{background:#4a8;border:1.5px solid #6c6;border-radius:2px;position:relative}.tb-bat-cap{position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:3px;background:#6c6;border-radius:0 1px 1px 0}.tb-sm .tb-bat-body{width:16px;height:10px}.tb-sm .tb-bat-cap{height:5px}.tb-md .tb-bat-body{width:20px;height:12px}.tb-md .tb-bat-cap{height:6px}.tb-lg .tb-bat-body{width:24px;height:14px}.tb-lg .tb-bat-cap{height:7px}.tb-led{width:14px;height:14px;border-radius:50%;border:1px solid rgba(255,255,255,.2)}.tb-bulb{display:flex;align-items:center;justify-content:center}.tb-bulb-glass{width:14px;height:18px;background:#555;border:1.5px solid #888;border-radius:50% 50% 30% 30%}.tb-resistor{display:flex;gap:1px;align-items:center;background:#d4a574;border-radius:2px;padding:2px 3px}.tb-r-band{border-radius:1px}.tb-r-band.r1{background:#964b00}.tb-r-band.r2{background:#000}.tb-r-band.r3{background:red}.tb-r-sm{height:8px;width:20px}.tb-r-sm .tb-r-band{width:2px;height:100%}.tb-r-md{height:9px;width:24px}.tb-r-md .tb-r-band{width:2.5px;height:100%}.tb-r-lg{height:10px;width:28px}.tb-r-lg .tb-r-band{width:3px;height:100%}.tb-motor{width:20px;height:20px;border-radius:50%;border:1.5px solid #888;background:#555;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#f5e6c8}.tb-buzzer{width:20px;height:20px;border-radius:50%;border:1.5px solid #888;background:#444;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#f5e6c8}.tb-tesla{display:flex;flex-direction:column;align-items:center}.tb-tesla-coil{width:10px;height:16px;background:repeating-linear-gradient(0deg,#b8860b,#b8860b 2px,#8b6914 2px,#8b6914 3px);border-radius:2px 2px 0 0}.tb-tesla-base{width:16px;height:4px;background:#555;border-radius:0 0 2px 2px}.tb-switch{display:flex;align-items:center;justify-content:center}.tb-sw-track{width:24px;height:12px;background:#555;border-radius:6px;border:1.5px solid #888;position:relative}.tb-sw-knob{width:10px;height:10px;border-radius:50%;background:#ccc;position:absolute;top:-.5px;left:0}.tb-fuse{width:22px;height:10px;background:#ffffff14;border:1.5px solid #888;border-radius:5px;display:flex;align-items:center;justify-content:center}.tb-fuse-wire{width:12px;height:1.5px;background:#ccc}.tb-solar{width:22px;height:16px;background:#1a237e;border:1.5px solid #555;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1px;padding:1px;border-radius:2px}.tb-solar div{background:#283593}.tb-cap{display:flex;align-items:center;justify-content:center}.tb-cap-body{width:12px;height:20px;background:#222;border:1.5px solid #555;border-radius:1px;position:relative;overflow:hidden}.tb-cap-stripe{position:absolute;top:0;left:0;width:3px;height:100%;background:#ffffff26}.tb-supercap{display:flex;align-items:center;justify-content:center}.tb-sc-body{width:16px;height:24px;background:#1a3a6a;border:1.5px solid #2255aa;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:.25rem;color:#ffffff80;font-weight:700}.tb-magnet{display:flex;width:24px;height:14px;border-radius:3px;overflow:hidden}.tb-s{flex:1;background:#48f;color:#fff;font-size:.35rem;display:flex;align-items:center;justify-content:center;font-weight:700}.tb-n{flex:1;background:#e74c3c;color:#fff;font-size:.35rem;display:flex;align-items:center;justify-content:center;font-weight:700}.tb-car{display:flex;flex-direction:column;align-items:center;gap:1px}.tb-car-body{width:22px;height:10px;background:#c0392b;border-radius:4px 4px 1px 1px}.tb-car-wheels{display:flex;justify-content:space-between;width:22px}.tb-cw{width:6px;height:6px;border-radius:50%;background:#333;border:1px solid #555}.tb-em{display:flex;align-items:center;justify-content:center}.tb-em-coil{width:20px;height:14px;background:repeating-linear-gradient(90deg,#b8860b,#b8860b 2px,#8b6914 2px,#8b6914 4px);border-radius:3px;border:1px solid #666}.hud-menu-btn{background:none;border:none;color:#f5e6c8;font-size:1.4rem;cursor:pointer;padding:4px 10px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;line-height:1}.hud-menu-btn:active{background:#ffffff0d}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:70;opacity:0;pointer-events:none;transition:opacity .3s}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;left:-300px;width:280px;height:100%;background:#2a1f14;z-index:71;overflow-y:auto;transition:left .3s ease;padding:16px;-webkit-overflow-scrolling:touch}.drawer.open{left:0}html[dir=rtl] .drawer{left:auto;right:-300px;transition:right .3s ease}html[dir=rtl] .drawer.open{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.drawer-title{font-size:1.2rem;color:#f5e6c8}.drawer-close{background:none;border:none;color:#f5e6c8;font-size:1.5rem;cursor:pointer;padding:4px 8px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.drawer-section{margin-top:16px;padding-top:12px;border-top:1px solid rgba(245,230,200,.1)}.drawer-section-title{font-size:.85rem;color:#f5e6c880;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.drawer-btn{width:100%;padding:10px 12px;border:1px solid rgba(245,230,200,.2);border-radius:8px;background:none;color:#f5e6c8;font-family:inherit;font-size:.9rem;cursor:pointer;margin-bottom:8px;text-align:left}html[dir=rtl] .drawer-btn{text-align:right}.drawer-btn:active{background:#ffffff0d}.circuit-item{background:#ffffff0d;border-radius:8px;padding:10px 12px;margin-bottom:8px;border:1px solid rgba(245,230,200,.1)}.circuit-item.active{border-color:#4a90e2;background:#4a90e21a}.circuit-item-top{display:flex;align-items:center;justify-content:space-between}.circuit-name{font-size:.9rem;color:#f5e6c8;cursor:pointer;flex:1}.circuit-name:hover{text-decoration:underline;text-decoration-style:dotted}.circuit-name-input{font-size:.9rem;color:#f5e6c8;background:#0000004d;border:1px solid rgba(245,230,200,.3);border-radius:4px;padding:2px 6px;font-family:inherit;width:100%;outline:none}.circuit-name-input:focus{border-color:#4a90e2}.circuit-meta{font-size:.7rem;color:#f5e6c866;margin-top:2px}.circuit-actions{display:flex;gap:6px;margin-top:6px}.circuit-btn{padding:8px 12px;border:none;border-radius:6px;font-size:.8rem;cursor:pointer;color:#fff;min-height:44px;font-family:inherit;min-height:28px}.circuit-btn-load{background:#4a90e2}.circuit-btn-rename{background:#666}.circuit-btn-delete{background:#555;color:#ffffffb3}.circuit-btn-delete.confirm{background:#d32f2f;color:#fff}.circuit-empty{font-size:.8rem;color:#f5e6c84d;padding:8px 0}.import-section{margin-bottom:8px}.import-area{width:100%;height:80px;background:#0000004d;border:1px solid rgba(245,230,200,.2);border-radius:6px;color:#f5e6c8;font-family:monospace;font-size:.7rem;padding:8px;resize:none;margin-bottom:6px;outline:none;box-sizing:border-box}.import-area:focus{border-color:#4a90e2}.import-go-btn{background:#4a90e2;border-color:#4a90e2}
