.left-toolbar.svelte-1kzk638{width:180px;height:100vh;background:hsl(var(--bg-surface));border-right:1px solid hsl(var(--border));display:flex;flex-direction:column;align-items:stretch;position:relative;flex-shrink:0;z-index:60}.toolbar-header.svelte-1kzk638{position:relative;padding:10px 10px 8px;display:flex;flex-direction:column;align-items:stretch;width:100%;background:hsl(var(--bg-surface))}.identity-row.svelte-1kzk638{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:9px;min-width:0;padding:0 2px}.logo-img.svelte-1kzk638{width:27px;height:auto;filter:brightness(1.1);flex-shrink:0}.logo-label.svelte-1kzk638{flex:0 1 auto;max-width:112px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;color:hsl(var(--foreground));text-align:left;letter-spacing:.01em}.menu-btn.svelte-1kzk638{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:0;border-radius:5px;cursor:pointer;color:hsl(var(--muted-foreground))}.menu-btn.svelte-1kzk638:hover{background:hsl(var(--foreground) / .08);color:hsl(var(--foreground))}.menu-btn.svelte-1kzk638:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.chevron.svelte-1kzk638{display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));transition:transform .2s;flex-shrink:0}.chevron.open.svelte-1kzk638{transform:rotate(180deg)}.dropdown-menu.svelte-1kzk638{position:absolute;left:8px;top:42px;min-width:200px;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 8px 32px #0000004d;padding:6px;z-index:100;display:flex;flex-direction:column;gap:2px}.dropdown-item.svelte-1kzk638{display:flex;align-items:center;gap:10px;padding:8px 12px;background:none;border:none;color:hsl(var(--popover-foreground));font-size:13px;cursor:pointer;border-radius:4px;width:100%;text-align:left;transition:background .1s}.dropdown-item.svelte-1kzk638:hover{background:hsl(var(--foreground) / .1)}.dropdown-item.svelte-1kzk638 i:where(.svelte-1kzk638){width:18px;text-align:center;font-size:14px;color:hsl(var(--muted-foreground))}.dropdown-divider.svelte-1kzk638{height:1px;background:hsl(var(--border));margin:4px 8px}.project-meta.svelte-1kzk638{display:flex;align-self:flex-start;align-items:center;justify-content:flex-start;gap:6px;width:calc(100% - 4px);min-width:0;padding:2px 2px 0}.project-scope.svelte-1kzk638{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--muted-foreground));font-size:11px;font-weight:500;text-align:left;letter-spacing:.02em}.status-line.svelte-1kzk638{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:3px 6px;border:1px solid hsl(var(--border));border-radius:999px;color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .35);font-family:var(--font-mono);font-size:10px;letter-spacing:.03em;text-transform:uppercase}.status-dot.svelte-1kzk638{width:6px;height:6px;border-radius:999px;background:hsl(var(--muted-foreground))}.status-saved.svelte-1kzk638{color:hsl(var(--success))}.status-saved.svelte-1kzk638 .status-dot:where(.svelte-1kzk638){background:hsl(var(--success))}.status-saving.svelte-1kzk638{color:hsl(var(--accent))}.status-saving.svelte-1kzk638 .status-dot:where(.svelte-1kzk638){background:hsl(var(--accent));animation:svelte-1kzk638-status-pulse 1s ease-in-out infinite}.status-error.svelte-1kzk638{color:hsl(var(--destructive))}.status-error.svelte-1kzk638 .status-dot:where(.svelte-1kzk638){background:hsl(var(--destructive))}.toolbar-divider.svelte-1kzk638{width:100%;height:1px;background:hsl(var(--border));margin:4px 0;padding:0 8px;box-sizing:border-box}.toolbox-host.svelte-1kzk638{flex:1;width:100%;padding:4px 0;overflow-y:auto;overflow-x:hidden}.toolbox-host.svelte-1kzk638 .blocklyToolboxDiv{background:hsl(var(--bg-surface))}.toolbox-host.svelte-1kzk638::-webkit-scrollbar{width:3px}.toolbox-host.svelte-1kzk638::-webkit-scrollbar-track{background:transparent}.toolbox-host.svelte-1kzk638::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:2px}@keyframes svelte-1kzk638-status-pulse{50%{opacity:.35}}@media(max-width:760px){.left-toolbar.svelte-1kzk638{width:100%;height:auto;min-height:116px;border-right:0;border-bottom:1px solid hsl(var(--border))}.toolbar-header.svelte-1kzk638{padding:10px 12px 8px}.identity-row.svelte-1kzk638{padding:0}.logo-label.svelte-1kzk638{max-width:min(48vw,220px)}.toolbar-divider.svelte-1kzk638{display:none}.toolbox-host.svelte-1kzk638{height:64px;flex:none;padding:4px 12px}}.input-range-schematic.svelte-91sdyf{width:100%;height:4px;background-color:var(--color-border);border-radius:9999px;appearance:none;cursor:pointer;outline:none;transition:all .2s;background-image:linear-gradient(var(--color-primary),var(--color-primary));background-repeat:no-repeat;background-size:0% 100%}.input-range-schematic.svelte-91sdyf::-webkit-slider-thumb{appearance:none;width:12px;height:12px;background-color:var(--color-bg);border:2px solid var(--color-primary);border-radius:9999px;box-shadow:var(--shadow-glow-blue);transition:transform .2s}.input-range-schematic.svelte-91sdyf::-webkit-slider-thumb:hover{transform:scale(1.25)}.input-range-schematic.svelte-91sdyf::-moz-range-thumb{width:12px;height:12px;background-color:var(--color-bg);border:2px solid var(--color-primary);border-radius:9999px;box-shadow:var(--shadow-glow-blue);transition:transform .2s}.input-range-schematic.svelte-91sdyf::-moz-range-thumb:hover{transform:scale(1.25)}.input-range-schematic.svelte-91sdyf:disabled{cursor:not-allowed;opacity:.3}.debugger.svelte-16x48ow{box-sizing:border-box;position:absolute;right:0;top:0;max-width:300px;transform:translate(300%);border:solid hsl(var(--border)) 1px;border-bottom:none;background-color:hsl(var(--card));transition:1s ease-in-out transform}.debugger.open.svelte-16x48ow{transform:translate(0)}ul.svelte-16x48ow{list-style-type:none;padding:0;margin-top:0;margin-bottom:0}ul.svelte-16x48ow li:where(.svelte-16x48ow){border-bottom:solid gray 1px;padding:10px;overflow-wrap:break-word}.color.svelte-16x48ow{background-color:#fff}.color-item.svelte-16x48ow{padding:5px;margin-left:5px;display:inline-block;margin-top:5px}.color-list-name-equal.svelte-16x48ow{display:inline-block}#led-color-changer.svelte-m0ci4q{position:absolute;top:0;left:0;width:100%;height:100px;background-color:#fff;z-index:20}#close-btn-led{width:100%}.color.svelte-m0ci4q{flex:1;margin:2px;height:30px;cursor:pointer}.color-container.svelte-m0ci4q{display:flex}.selected.svelte-m0ci4q{border:black 10px dashed}#simulator.svelte-h4e0ee{cursor:grab}#simulator.svelte-h4e0ee:active{cursor:grabbing}.card-schematic.current.svelte-1y4y7j3{border-color:var(--color-primary);box-shadow:var(--shadow-glow-blue);background-color:color-mix(in srgb,var(--color-primary) 5%,transparent)}#steps.svelte-1y4y7j3::-webkit-scrollbar{width:6px}#steps.svelte-1y4y7j3::-webkit-scrollbar-track{background:hsl(var(--background))}#steps.svelte-1y4y7j3::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:var(--radius)}#steps.svelte-1y4y7j3::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.code-editor-shell.svelte-cmy7ak{--editor-bg: #1e1e1e;--editor-surface: #252526;--editor-border: #3c3c3c;--editor-text: #d4d4d4;background:var(--editor-bg);color:var(--editor-text)}.editor-toolbar.svelte-cmy7ak{background:var(--editor-surface);border-bottom:1px solid var(--editor-border)}.editor-file-dot.svelte-cmy7ak{width:7px;height:7px;border-radius:999px;background:#4ec9b0;flex-shrink:0}.editor-action.svelte-cmy7ak,.editor-icon-action.svelte-cmy7ak{color:#c5c5c5;background:transparent;border:0;border-radius:5px;cursor:pointer}.editor-action.svelte-cmy7ak{padding:5px 8px;font:500 10px/1.2 var(--font-sans)}.editor-icon-action.svelte-cmy7ak{width:26px;height:26px}.editor-action.svelte-cmy7ak:hover,.editor-icon-action.svelte-cmy7ak:hover{background:#37373d;color:#fff}.editor-action.svelte-cmy7ak:focus-visible,.editor-icon-action.svelte-cmy7ak:focus-visible{outline:2px solid #3794ff;outline-offset:1px}.editor-status.svelte-cmy7ak{background:#007acc;color:#fff}.cm-editor{height:100%}.cm-editor{background:var(--editor-bg);color:var(--editor-text)}.cm-editor .cm-scroller{font-family:JetBrains Mono,monospace;line-height:1.6}.cm-editor .cm-gutters{background:#1e1e1e;border-right:1px solid var(--editor-border);color:#858585}.cm-editor .cm-activeLineGutter{background:#2a2d2e;color:#c6c6c6}.cm-editor .cm-activeLine{background:#ffffff09}.cm-editor .cm-cursor{display:none}.panel-layout.svelte-1jq5mmc{display:flex;flex-direction:column;height:100%;position:relative;min-width:0;background:hsl(var(--card))}.tab-content.svelte-1jq5mmc{flex:1;min-height:0;min-width:0;overflow:hidden;position:relative;display:flex;flex-direction:column;background:hsl(var(--background))}.slot-wrapper.svelte-1jq5mmc{height:100%;width:100%;overflow:hidden}.tab-bar.svelte-1jq5mmc{flex-shrink:0;border-top:1px solid hsl(var(--border));background:hsl(var(--card));padding:8px}.tab-nav.svelte-1jq5mmc{display:flex;width:100%;gap:4px}.tab-btn.svelte-1jq5mmc{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 8px;background:none;border:none;border-radius:8px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:600;cursor:pointer;transition:all .15s;letter-spacing:.02em;text-transform:none}.tab-btn.svelte-1jq5mmc:hover{color:hsl(var(--foreground));background:hsl(var(--foreground) / .06)}.tab-btn.svelte-1jq5mmc:focus-visible{position:relative;z-index:1;outline:2px solid hsl(var(--ring));outline-offset:-2px}.tab-btn.active.svelte-1jq5mmc{color:hsl(var(--primary-foreground));background:hsl(var(--primary));box-shadow:0 1px 2px #0000001f}.tab-btn.svelte-1jq5mmc i:where(.svelte-1jq5mmc){font-size:13px}.download-fab-group.svelte-1jq5mmc{position:absolute;bottom:56px;right:12px;display:flex;flex-direction:column;gap:6px;z-index:20}.download-fab.svelte-1jq5mmc{width:38px;height:38px;border-radius:10px;border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .15s;font-size:15px}.download-fab.svelte-1jq5mmc:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 16px #0000004d;transform:translateY(-1px)}.download-fab.svelte-1jq5mmc:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.download-fab-sm.svelte-1jq5mmc{width:30px;height:30px;font-size:12px}.blocklyWorkspace-schematic{background-color:transparent!important}.blocklyMainBackground{fill:hsl(var(--background))!important}#right_panel.svelte-109eh2w::-webkit-scrollbar{width:6px}#right_panel.svelte-109eh2w::-webkit-scrollbar-track{background:hsl(var(--background))}#right_panel.svelte-109eh2w::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:var(--radius)}#right_panel.svelte-109eh2w::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.studio-loading-overlay.svelte-109eh2w{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:hsl(var(--background) / .7);backdrop-filter:blur(2px)}.studio-loading-spinner.svelte-109eh2w{width:2.5rem;height:2.5rem;border-radius:9999px;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));animation:svelte-109eh2w-studio-spin .7s linear infinite}.studio-loading-text.svelte-109eh2w{font-size:.875rem;color:hsl(var(--muted-foreground))}@keyframes svelte-109eh2w-studio-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.studio-shell.svelte-109eh2w{flex-direction:column;overflow-y:auto}.studio-canvas.svelte-109eh2w,.studio-inspector.svelte-109eh2w{flex:none!important;width:100%;min-width:0}.studio-canvas.svelte-109eh2w{height:62vh;min-height:420px;border-right:0;border-bottom:1px solid hsl(var(--border))}.studio-inspector.svelte-109eh2w{height:64vh;min-height:420px}.studio-shell.svelte-109eh2w>[role=separator]:where(.svelte-109eh2w){display:none}}
