*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;height:100vh;display:flex;flex-direction:column;background:#1a1a2e;color:#e0e0e0}#header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#16213e;border-bottom:2px solid #0f3460;flex-shrink:0}#header h1{font-size:1.2rem;color:#e94560;font-weight:700;letter-spacing:.5px}#controls{display:flex;align-items:center;gap:8px}#controls button{padding:6px 14px;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .15s}#btn-play{background:#0f3460;color:#53cf7a;min-width:90px}#btn-play.updating{color:#60a0e0}#btn-play:hover{background:#1a4a7a}#btn-play:disabled{opacity:.5;cursor:not-allowed}#btn-stop{background:#0f3460;color:#e94560}#btn-stop:hover{background:#1a4a7a}#btn-stop:disabled{opacity:.5;cursor:not-allowed}#auto-label{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#a0a0b0;cursor:pointer}#auto-label input{cursor:pointer}.sep{width:1px;height:20px;background:#0f3460;margin:0 4px}#sel-examples{padding:5px 8px;border:1px solid #0f3460;border-radius:4px;background:#0d1117;color:#c9d1d9;font-size:.8rem;cursor:pointer;max-width:160px}#sel-examples option{background:#0d1117;color:#c9d1d9}#sel-examples optgroup{color:#607090;font-style:normal}#btn-save,#btn-delete{padding:6px 10px;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:600;background:#0f3460;color:#a0a0b0;transition:background .15s}#btn-save:hover,#btn-delete:hover{background:#1a4a7a;color:#e0e0e0}#app{display:flex;flex:1;overflow:hidden}#blocklyDiv{flex:3;min-width:0}#sidebar{flex:2;display:flex;flex-direction:column;border-left:2px solid #0f3460;min-width:280px}#code-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}#code-panel h3{padding:8px 12px;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#607090;background:#16213e;border-bottom:1px solid #0f3460}#code-display{flex:1;padding:12px;font-family:Fira Code,Consolas,monospace;font-size:.85rem;line-height:1.5;background:#0d1117;color:#c9d1d9;overflow:auto;white-space:pre-wrap;word-break:break-word}#status-panel{padding:8px 12px;background:#16213e;border-top:1px solid #0f3460;display:flex;align-items:center;gap:8px;flex-wrap:wrap}#status-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}#status-indicator.stopped{background:#666}#status-indicator.playing{background:#53cf7a;box-shadow:0 0 6px #53cf7a;animation:pulse 1.5s infinite}#status-indicator.error{background:#e94560}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}#status-text{font-size:.8rem;color:#a0a0b0}#error-display{width:100%;font-family:monospace;font-size:.75rem;color:#e94560;white-space:pre-wrap;margin-top:4px}#error-display:empty{display:none}.blocklyMainBackground{fill:#1a1a2e!important}.blocklyToolboxDiv{background:#16213e!important}.blocklyFlyoutBackground{fill:#16213e!important}.blocklyTreeLabel{color:#e0e0e0!important}.strudel-inline-slider{display:flex;align-items:center;gap:4px;width:100%;height:100%;padding:0 2px;box-sizing:border-box}.strudel-slider-range{-webkit-appearance:none;appearance:none;width:80px;height:4px;border-radius:2px;background:#ffffff40;outline:none;cursor:pointer;margin:0}.strudel-slider-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 2px #0006}.strudel-slider-range::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 2px #0006}.strudel-slider-range::-moz-range-track{height:4px;border-radius:2px;background:#ffffff40}.strudel-slider-label{color:#fff;font-size:10px;font-family:Fira Code,Consolas,monospace;min-width:34px;text-align:right;white-space:nowrap}@media(max-width:768px){#app{flex-direction:column}#blocklyDiv{flex:none;height:50vh}#sidebar{flex:1;border-left:none;border-top:2px solid #0f3460;min-width:unset}}
