#language-dialog label{display:block;margin:16px 0 8px}#language-select{width:100%;padding:10px;background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:4px;font:inherit}.frame-transition{font:calc(12px * var(--ui-font-scale, 1))/1.5 var(--font-ui);color:var(--theme-text, #d6e1e6)}.frame-transition h3{font-size:calc(12px * var(--ui-font-scale, 1));margin:14px 0 7px}.frame-transition h4{font-size:calc(11px * var(--ui-font-scale, 1));margin:0 0 6px;font-weight:600;text-align:center}.frame-pair{display:grid;grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);justify-content:center;gap:0;width:max-content;min-width:min(100%,334px);max-width:min(100%,638px);padding-left:26px;margin:0 auto;box-sizing:border-box}.frame-column{display:flex;flex-direction:column;min-width:0}.frame-values{display:flex;flex:1;flex-direction:column;justify-content:flex-end;gap:5px}.frame-row{position:relative;min-width:0}.frame-value{border:1px solid var(--theme-border, #40515c);border-radius:4px;padding:5px 9px;min-height:30px;box-sizing:border-box;background:var(--theme-bg, #151a21)}.frame-value code{font:calc(12px * var(--ui-font-scale, 1))/1.5 var(--font-code);overflow-wrap:anywhere;white-space:pre-wrap}.frame-value.is-consumed{border-color:#c55259;background:color-mix(in srgb,#e95762 16%,var(--theme-bg, #151a21))}.frame-value.is-produced{border-color:#378865;background:color-mix(in srgb,#36b981 16%,var(--theme-bg, #151a21))}.frame-marker{position:absolute;right:calc(100% + 4px);top:50%;transform:translateY(-50%);font:calc(9px * var(--ui-font-scale, 1))/1.2 var(--font-code);color:var(--theme-muted, #91a19e);white-space:nowrap}.frame-arrow{align-self:center;justify-self:center;color:var(--theme-accent, #91caba);font-size:calc(18px * var(--ui-font-scale, 1))}.frame-empty,.frame-terminal{border:1px dashed var(--theme-border, #40515c);border-radius:4px;padding:5px;text-align:center;font-size:calc(11px * var(--ui-font-scale, 1));color:var(--theme-muted, #91a19e);min-height:30px;box-sizing:border-box}.frame-rest{text-align:center;color:var(--theme-muted, #91a19e);font-size:calc(16px * var(--ui-font-scale, 1))}.frame-note{font-size:calc(12px * var(--ui-font-scale, 1));line-height:1.6;margin:8px 0 0;overflow-wrap:anywhere}.frame-pair.is-unchanged{grid-template-columns:minmax(0,1fr);min-width:min(100%,154px);max-width:min(100%,306px)}.debug-panel{overflow:auto;padding:12px;min-height:0;color:var(--theme-text);font-size:calc(13px * var(--ui-font-scale, 1))}.debug-toolbar{position:fixed;left:50%;bottom:32px;transform:translate(-50%);z-index:500;display:flex;align-items:center;gap:4px;padding:7px 9px;border:1px solid var(--theme-border);border-radius:12px;background:var(--theme-surface);color:var(--theme-text);box-shadow:0 6px 24px #0003;font:calc(12px * var(--ui-font-scale, 1)) var(--font-ui);max-width:calc(100vw - 24px)}.debug-toolbar[hidden],.debug-toolbar button[hidden]{display:none}.debug-toolbar-state{display:flex;align-items:center;gap:7px;white-space:nowrap;padding:0 12px 0 4px;border-right:1px solid var(--theme-border);margin-right:3px;color:var(--theme-muted)}.debug-toolbar-state:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--theme-accent)}.debug-toolbar[data-state=paused] .debug-toolbar-state:before{background:#c69735}.debug-toolbar button{display:grid;place-items:center;width:34px;height:34px;padding:6px;border:0;border-radius:7px;background:transparent;color:var(--theme-text);cursor:pointer;flex-shrink:0}.debug-toolbar button svg{width:22px;height:22px}.debug-toolbar button:hover:not(:disabled){background:color-mix(in srgb,var(--theme-accent) 14%,transparent)}.debug-toolbar button:focus-visible{outline:2px solid var(--theme-accent);outline-offset:1px}.debug-toolbar button:disabled{opacity:.3;cursor:default}.debug-toolbar button[data-command=debug-stop]{color:#d65353;margin-left:4px}.debug-toolbar button[data-command=debug-continue]{color:var(--theme-accent)}.debug-panel:has(.debug-frames button){padding-bottom:90px}@media(max-width:420px){.debug-toolbar-state{font-size:0;padding-right:8px}.debug-toolbar button{width:32px}}.debug-status{color:var(--theme-muted);margin:12px 0}.debug-frames{display:flex;flex-direction:column;max-height:180px;overflow:auto;gap:2px;border-bottom:1px solid var(--theme-border);padding-bottom:8px}.debug-frames:empty{display:none}.debug-frames button{text-align:left;font-family:var(--font-code);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:0;background:transparent;padding:5px}.debug-frames button.selected{background:var(--theme-selection);box-shadow:inset 3px 0 var(--theme-accent)}.debug-values{padding:10px 28px}.monaco-editor .jal-breakpoint-slot{display:inline-block;position:relative;flex:1;min-width:2ch;height:1.5em;vertical-align:top;cursor:pointer;pointer-events:auto;text-align:center}.monaco-editor .jal-breakpoint-slot:before{content:"";position:absolute;width:10px;height:10px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:#d54444;opacity:0}.monaco-editor .jal-breakpoint-slot:hover:before{opacity:.35}.monaco-editor .jal-breakpoint-slot.debug-breakpoint:before{opacity:1}.monaco-editor .jal-breakpoint-slot.debug-current-marker:not(.debug-breakpoint):before{opacity:1;border-radius:0;background:#dcaa20;clip-path:polygon(0 0,100% 50%,0 100%)}.debug-current-line{background:color-mix(in srgb,#d6aa26 22%,transparent)}.debug-toolbar button[aria-pressed=true]{background:var(--theme-selection);color:var(--theme-accent);box-shadow:inset 0 0 0 1px currentColor}.monaco-editor.debug-breakpoints-ignored .jal-breakpoint-slot.debug-breakpoint:before{background:transparent;box-shadow:inset 0 0 0 1.5px var(--theme-muted)}@font-face{font-family:UDEV Gothic;src:local("UDEV Gothic Regular"),local("UDEVGothic-Regular"),url(/assets/UDEVGothic-Regular-Dyuemo3w.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:UDEV Gothic;src:local("UDEV Gothic Bold"),local("UDEVGothic-Bold"),url(/assets/UDEVGothic-Bold-BAwgHL1p.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--font-ui: "Yu Gothic UI", "Segoe UI", "Noto Sans JP", sans-serif;--font-code: "UDEV Gothic", "Cascadia Code", "JetBrains Mono", Consolas, monospace}code,pre,kbd,samp{font-family:var(--font-code)}:root[data-presentation] #app .workspace-summary,:root[data-presentation] .feature-guide{display:none!important}:root[data-presentation]:not([data-presentation-project]) #app .workspace.dock-arranged:has(>.project-pane #project-panel:not([hidden])):not(:has(>.project-pane [data-tab-key])){grid-template-columns:0 0 minmax(0,var(--presentation-group-1)) 6px minmax(0,var(--presentation-group-2))!important}:root[data-presentation]:not([data-presentation-project]) #app .workspace>.project-pane:has(#project-panel:not([hidden])):not(:has([data-tab-key])){display:none!important}#presentation-exit{position:fixed;z-index:8000;right:16px;bottom:36px;display:flex;align-items:center;gap:12px;padding:10px 16px;border:1px solid var(--theme-border);border-radius:24px;background:var(--theme-surface);color:var(--theme-text);font:14px/1.4 var(--font-ui);box-shadow:0 3px 14px #0003;cursor:pointer}#presentation-exit kbd{color:var(--theme-muted);font-size:12px}@media(max-width:800px){:root[data-presentation]:not([data-presentation-project]) #app .workspace.dock-arranged:has(>.project-pane #project-panel:not([hidden])):not(:has(>.project-pane [data-tab-key])){grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto 0 0 minmax(0,var(--presentation-group-1)) 6px minmax(0,var(--presentation-group-2))!important}}:root[data-presentation]:not([data-presentation-project]) #app .workspace:has(>.project-pane #project-panel:not([hidden])):not(:has(>.project-pane [data-tab-key]))>.separator-0{display:none}.feature-guide{--guide-border: color-mix( in srgb, var(--theme-accent, #72b7ff) 65%, var(--theme-border, #52606d) );position:fixed;z-index:9000;box-sizing:border-box;width:280px;max-width:calc(100vw - 24px);padding:14px 36px 14px 16px;border:1px solid var(--guide-border);border-radius:8px;background:color-mix(in srgb,var(--theme-accent, #72b7ff) 7%,var(--theme-surface, #202630));color:var(--theme-text, #e4e8ee);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-accent, #72b7ff) 12%,transparent),0 8px 24px #0004;font:calc(13px * var(--ui-font-scale, 1))/1.7 var(--font-ui);overflow:visible}.feature-guide[hidden]{display:none}.feature-guide h2{font:600 calc(14px * var(--ui-font-scale, 1))/1.5 var(--font-ui);margin:0 0 6px;color:var(--theme-accent, #72b7ff)}.feature-guide p{margin:0;color:inherit;overflow-wrap:anywhere}.feature-guide-close{position:absolute;top:6px;right:6px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:4px;background:transparent;color:inherit;font:calc(22px * var(--ui-font-scale, 1))/1 var(--font-ui);cursor:pointer}.feature-guide-close:hover{background:color-mix(in srgb,var(--theme-text, #e4e8ee) 10%,transparent)}.feature-guide-close:focus-visible{outline:2px solid var(--theme-accent, #72b7ff);outline-offset:1px}.feature-guide-arrow{position:absolute;width:8px;height:8px;transform:rotate(45deg);background:inherit;border:solid var(--guide-border);border-width:0}.feature-guide[data-side=bottom] .feature-guide-arrow{border-width:1px 0 0 1px}.feature-guide[data-side=top] .feature-guide-arrow{border-width:0 1px 1px 0}.feature-guide[data-side=right] .feature-guide-arrow{border-width:0 0 1px 1px}.feature-guide[data-side=left] .feature-guide-arrow{border-width:1px 1px 0 0}.feature-guide{pointer-events:none}.feature-guide-close{pointer-events:auto}.feature-guide-skip{display:block;margin:10px -22px -4px auto;padding:4px 6px;border:0;border-radius:3px;background:transparent;color:var(--theme-muted, #a6a6a6);font:calc(11px * var(--ui-font-scale, 1))/1.5 var(--font-ui);cursor:pointer;pointer-events:auto}.feature-guide-skip:hover{color:var(--theme-text, #e4e8ee);background:color-mix(in srgb,var(--theme-text, #e4e8ee) 7%,transparent)}.feature-guide-skip:focus-visible{outline:2px solid var(--theme-accent, #72b7ff);outline-offset:1px}.search-everywhere{width:min(1100px,94vw);max-width:94vw;height:88vh;max-height:94vh;padding:24px;box-sizing:border-box;color:var(--theme-text);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px}.search-everywhere[open]{display:flex;flex-direction:column;gap:12px}.search-everywhere::backdrop{background:#0009;backdrop-filter:blur(3px)}.search-everywhere header{display:flex;align-items:center;justify-content:space-between}.search-everywhere h1{font-size:calc(22px * var(--ui-font-scale, 1));margin:0}.search-everywhere input{flex:none;width:100%;box-sizing:border-box;font-size:calc(20px * var(--ui-font-scale, 1));padding:14px;color:inherit;background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:6px}.search-everywhere p{margin:0;min-height:1.5em}.search-everywhere [role=listbox]{flex:1;overflow:auto;min-height:0}.search-everywhere [role=option]{display:grid;grid-template-columns:80px minmax(0,1fr);gap:3px 12px;padding:10px 12px;border-radius:5px;cursor:pointer}.search-everywhere [role=option][aria-selected=true],.search-everywhere [role=option]:hover{background:color-mix(in srgb,var(--theme-accent) 18%,transparent)}.search-everywhere strong{overflow-wrap:anywhere;font-size:calc(15px * var(--ui-font-scale, 1))}.search-everywhere small{grid-column:2;opacity:.7;overflow-wrap:anywhere}.search-everywhere .search-kind{font-size:calc(12px * var(--ui-font-scale, 1));opacity:.7}.search-everywhere footer{font-size:calc(12px * var(--ui-font-scale, 1));opacity:.8}.search-everywhere header button{background:transparent;color:inherit;border:0;font-size:calc(26px * var(--ui-font-scale, 1));padding:2px 10px}#help-dialog{width:min(480px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto}#help-dialog h2:focus{outline:none}#help-dialog p{white-space:normal;line-height:1.75;margin:16px 0 0}#help-dialog .app-version{margin-top:4px;color:var(--theme-muted, #91a19e);font-size:calc(13px * var(--ui-font-scale, 1));font-variant-numeric:tabular-nums}#help-dialog .help-links{display:flex;flex-wrap:wrap;gap:12px 24px;padding:0;margin:20px 0;list-style:none}#help-dialog .help-links a{color:var(--theme-accent);text-underline-offset:3px}.panel-context-menu{position:fixed;z-index:100000;min-width:190px;max-width:calc(100vw - 8px);max-height:calc(100vh - 8px);overflow:auto;padding:5px;background:var(--theme-surface, #181e26);color:var(--theme-text, #d7dce3);border:1px solid var(--theme-border, #303640);box-shadow:0 6px 20px #0005;border-radius:5px}.panel-context-menu button{display:block;width:100%;text-align:left;padding:7px 12px;border:0;border-radius:3px;background:transparent;color:inherit;font:inherit;font-size:calc(13px * var(--ui-font-scale, 1))}.panel-context-menu button:not(:disabled):hover,.panel-context-menu button:focus-visible{background:var(--theme-selection, #2a4957);outline:none}.panel-context-menu button:disabled{opacity:.45}.panel-context-menu hr{border:0;border-top:1px solid var(--theme-border, #303640);margin:4px}.stack-hover{position:fixed;pointer-events:none;z-index:10050;width:390px;max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);overflow:auto;box-sizing:border-box;padding:12px 14px;border:1px solid var(--theme-border, #40515c);border-radius:8px;background:var(--theme-surface, #202934);color:var(--theme-text, #d6e1e6);box-shadow:0 8px 26px #0005;font:calc(12px * var(--ui-font-scale, 1))/1.5 var(--font-ui)}.stack-hover[hidden]{display:none}.stack-hover header{display:flex;align-items:center;gap:10px;padding-bottom:9px;border-bottom:1px solid var(--theme-border, #40515c)}.stack-hover header code{font:700 calc(14px * var(--ui-font-scale, 1)) var(--font-code);color:var(--theme-accent, #91caba)}.stack-hover header span{flex:1;text-align:right;color:var(--theme-muted, #91a19e);font-size:calc(10px * var(--ui-font-scale, 1))}.stack-hover p{margin:10px 0 0;overflow-wrap:anywhere}:root[data-theme-family]{--pane-header-height: 42px;--theme-canvas: var(--theme-surface);--pane-radius: 10px;--pane-shadow: none}:root[data-theme-family] #app{grid-template-rows:64px 36px minmax(0,1fr) 28px}:root[data-theme-family] .toolbar{padding:0 22px;background:var(--theme-bg);border-bottom:1px solid var(--theme-border)}:root[data-theme-family] .brand-caption{display:none}:root[data-theme-family] .menubar{background:var(--theme-bg);padding:0 18px;border-bottom:1px solid var(--theme-border)}:root[data-theme-family] .workspace{background:var(--theme-canvas);padding:14px}:root[data-theme-family] .workspace-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;grid-area:summary;position:relative;isolation:isolate;padding:16px 22px;margin:0 0 14px;min-height:92px;overflow:hidden}:root[data-theme-family] .workspace-summary>div,:root[data-theme-family] .workspace-summary>button{position:relative;z-index:1}:root[data-theme-family] .summary-eyebrow{display:none}:root[data-theme-family] .workspace-summary h2{font-size:calc(26px * var(--ui-font-scale, 1));letter-spacing:-.5px;margin:0 0 8px}:root[data-theme-family] .workspace-summary p{margin:0;line-height:1.6}:root[data-theme-family] .workspace .dock-pane{border:1px solid var(--theme-border);border-radius:var(--pane-radius);background:var(--theme-bg);box-shadow:var(--pane-shadow);margin:0 5px}:root[data-theme-family] .workspace .pane-header,:root[data-theme-family] .workspace .project-heading{background:var(--theme-bg)}:root[data-theme-family] :is(#file-tabs,#project-tabs){height:var(--pane-header-height)}:root[data-theme-family] .group-separator{background:transparent}:root[data-theme-family] .group-separator:before{content:"";position:absolute;inset:35% 2px;border-radius:4px;background:var(--theme-border)}:root[data-theme-family] .group-separator:is(:hover,:focus-visible):before{inset:5% 1px;background:var(--theme-accent)}:root[data-theme-family] :is(dialog,.menu-popup,.dock-menu){border-radius:var(--pane-radius);border-color:var(--theme-border)}:root[data-theme-family] .menu>button{font-size:calc(12px * var(--ui-font-scale, 1))}:root[data-theme-family] :is(.menu>button:hover,.menu>button[aria-expanded=true]){background:var(--theme-selection);color:var(--theme-accent)}:root[data-theme-family] #file-list{padding:8px!important;margin:0;max-height:none}:root[data-theme-family] #file-list button{padding:10px 12px;margin:2px 0;font-family:inherit}:root[data-theme-family] #file-list button:before{content:none}:root[data-theme-family] :is(.stdin-section,.runtime-card){background:var(--theme-bg);border-color:var(--theme-border)}:root[data-theme-family] .statusbar{background:var(--theme-bg);border-color:var(--theme-border);color:var(--theme-muted)}:root[data-theme-family] body.detached-window{grid-template-rows:36px var(--pane-header-height) minmax(0,1fr) 28px;background:var(--theme-canvas)}:root[data-theme-family] .detached-window #file-tabs{height:var(--pane-header-height);background:var(--theme-bg)}:root[data-theme-family] .detached-window #file-tabs .file-tab{height:100%}:root[data-theme-family] .detached-window :is(#editor,.detached-tools){margin:0 8px 8px;border:1px solid var(--theme-border);border-radius:var(--pane-radius);overflow:hidden;box-shadow:var(--pane-shadow)}:root[data-theme-family=denden]{--pane-radius: 7px;--theme-canvas: var(--theme-surface);--pane-shadow: 0 2px 8px #173f6d06}:root[data-theme-family=denden] .brand h1{color:var(--theme-accent);letter-spacing:-.5px}:root[data-theme-family=denden] .brand h1 span{color:var(--theme-text)}:root[data-theme-family=denden] .workspace{padding:14px 18px 18px 8px}:root[data-theme-family=denden] .workspace-summary{margin-left:5px;margin-right:5px;min-height:144px;border-radius:7px;background:linear-gradient(90deg,#08294ff5,#08294fc9 36%,#07306a20 75%),url(/theme-network.svg) center right/cover no-repeat,#08294f;color:#fff;padding:24px 28px;border-bottom:8px solid #194478}:root[data-theme-family=denden] .workspace-summary h2{font-size:calc(28px * var(--ui-font-scale, 1));font-weight:700;letter-spacing:.4px}:root[data-theme-family=denden] .workspace-summary p{color:#e0ecff}:root[data-theme-family=denden] .workspace-summary button{align-self:flex-end;border:1px solid #d7e6fb;background:#fff;color:#064b92;border-radius:4px;font-weight:600;padding:10px 16px}:root[data-theme-family=denden] .workspace .project-pane{border-width:0 1px 0 0;border-radius:0;box-shadow:none;background:var(--theme-surface);margin-left:0}:root[data-theme-family=denden] .workspace .project-heading{background:var(--theme-surface)}:root[data-theme-family=denden] #file-list button{border-radius:5px;color:var(--theme-accent);font-size:calc(12px * var(--ui-font-scale, 1))}:root[data-theme-family=denden] #file-list button.selected{background:var(--theme-selection);box-shadow:inset 3px 0 var(--theme-accent)}:root[data-theme-family=denden] .workspace [data-pane-key]{border-right:0;background:transparent}:root[data-theme-family=denden] .workspace [data-pane-key]:has([aria-selected=true]){background:var(--theme-selection)!important;box-shadow:inset 0 -2px var(--theme-accent)}:root[data-theme-family=denden] .menu-popup{box-shadow:0 8px 24px #0b386121}:root[data-theme-family=denden] :is(dialog,.workspace-summary button){font-family:var(--font-ui)}.header-search{display:none}:root[data-theme-family=entrance]{--pane-radius: 2px;--pane-header-height: 38px;--theme-canvas: var(--theme-bg)}:root[data-theme-family=entrance] #app{font-family:var(--font-ui);font-size:calc(12px * var(--ui-font-scale, 1));grid-template-rows:40px 34px minmax(0,1fr) 24px}:root[data-theme-family=entrance] .toolbar{position:relative;background:#1b1b1b;color:#fff;padding:0 18px;border:0}:root[data-theme-family=entrance] .brand{gap:12px;min-width:180px}:root[data-theme-family=entrance] .brand-logo{width:22px;height:22px}:root[data-theme-family=entrance] .brand h1{color:#fff;font-family:var(--font-ui);font-size:calc(14px * var(--ui-font-scale, 1));letter-spacing:0;font-weight:600}:root[data-theme-family=entrance] .header-search{display:flex;align-items:center;gap:10px;position:absolute;left:50%;transform:translate(-50%);width:36%;max-width:540px;height:30px;padding:0 10px;border:1px solid #d2d0ce;border-radius:3px;background:#fafafa;color:#605e5c;font:calc(12px * var(--ui-font-scale, 1)) var(--font-ui);text-align:left;overflow:hidden}:root[data-theme-family=entrance] .header-search svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.2;flex-shrink:0}:root[data-theme-family=entrance] .header-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-theme-family=entrance] .header-search kbd{margin-left:auto;white-space:nowrap;font:calc(10px * var(--ui-font-scale, 1)) var(--font-ui);color:#797775}:root[data-theme-family=entrance] .toolbar-actions .run{height:28px;min-height:0;padding:0 13px;border-radius:2px;font-size:calc(12px * var(--ui-font-scale, 1))}:root[data-theme-family=entrance] .menubar{padding:0 12px;background:var(--theme-bg);border-bottom:1px solid var(--theme-border)}:root[data-theme-family=entrance] .menu>button{padding:0 14px;border-radius:0;font-size:calc(12px * var(--ui-font-scale, 1));color:var(--theme-accent)}:root[data-theme-family=entrance] .workspace{padding:0}:root[data-theme-family=entrance] .workspace-summary{min-height:104px;margin:0;padding:18px 24px;border:0;background:var(--theme-bg);align-items:center}:root[data-theme-family=entrance] .summary-eyebrow{display:block;font-size:calc(12px * var(--ui-font-scale, 1));letter-spacing:0;color:var(--theme-muted);margin-bottom:12px}:root[data-theme-family=entrance] .workspace-summary h2{display:flex;align-items:center;gap:10px;font-family:var(--font-ui);font-size:calc(24px * var(--ui-font-scale, 1));font-weight:600;margin:0;letter-spacing:0}:root[data-theme-family=entrance] .workspace-summary h2:before{content:"";width:22px;height:22px;flex-shrink:0;background:linear-gradient(135deg,#50c7d4,#0078d4);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%,22% 50%,50% 78%,78% 50%,50% 22%,22% 50%,0 50%)}:root[data-theme-family=entrance] .workspace-summary p{display:none}:root[data-theme-family=entrance] .workspace-summary button{border:1px solid var(--theme-border);border-radius:2px;background:var(--theme-bg);color:var(--theme-accent);padding:7px 12px;font-size:calc(12px * var(--ui-font-scale, 1))}:root[data-theme-family=entrance] .workspace .dock-pane{margin:0;border:0;border-right:1px solid var(--theme-border);box-shadow:none;border-radius:0}:root[data-theme-family=entrance] .workspace :is(.project-pane,.project-heading){background:var(--theme-surface)}:root[data-theme-family=entrance] .workspace :is(.source-header,.output-header){background:var(--theme-bg);border-bottom:1px solid var(--theme-border)}:root[data-theme-family=entrance] .group-separator{background:var(--theme-bg)}:root[data-theme-family=entrance] .group-separator:before{inset:0 2px;background:var(--theme-border);border-radius:0}:root[data-theme-family=entrance] :is(.workspace,.detached-window) [data-pane-key]{border:0;background:transparent;box-shadow:none}:root[data-theme-family=entrance] [data-pane-key]:has([aria-selected=true]){background:var(--theme-bg)!important;box-shadow:inset 0 -2px var(--theme-accent)!important}:root[data-theme-family=entrance] .project-heading [data-pane-key]:has([aria-selected=true]){background:var(--theme-selection)!important;box-shadow:inset 3px 0 var(--theme-accent)!important}:root[data-theme-family=entrance] #file-list{padding:4px 0!important}:root[data-theme-family=entrance] #file-list .folder-children{border-left:0;margin-left:0;padding-left:0}:root[data-theme-family=entrance] #file-list .file-folder>summary{padding:13px 16px;margin:6px 0 3px;border-top:1px solid var(--theme-border);font-size:calc(13px * var(--ui-font-scale, 1));font-weight:600;color:var(--theme-text)}:root[data-theme-family=entrance] #file-list button{border-radius:0;padding:11px 18px;font-family:inherit;font-size:calc(12px * var(--ui-font-scale, 1));margin:0;border:0;line-height:18px}:root[data-theme-family=entrance] #file-list button:before{content:"◇";display:inline-block;width:24px;color:var(--theme-accent);font-size:calc(16px * var(--ui-font-scale, 1));vertical-align:-1px}:root[data-theme-family=entrance] #file-list button.selected{box-shadow:inset 3px 0 var(--theme-accent);background:var(--theme-selection);color:var(--theme-text)}:root[data-theme-family=entrance] :is(dialog,input,textarea,select,.menu-popup,.dock-menu){border-radius:2px}:root[data-theme-family=entrance] .menu-popup{box-shadow:0 3px 8px #0003}:root[data-theme-family=entrance] .stdin-section{margin:0 14px 12px;padding:12px!important;border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-bg)}:root[data-theme-family=entrance] .runtime-card{margin:0 14px 12px;border:1px solid var(--theme-border);border-radius:3px;background:var(--theme-bg);box-shadow:0 1px 2px #0001}:root[data-theme-family=entrance] .detached-window .menubar{background:#1b1b1b;color:#fff}:root[data-theme-family=entrance] .detached-window .menu>button{color:#fff}:root[data-theme-family=entrance] .detached-window :is(#editor,.detached-tools){margin:0;border-width:0}@media(max-width:800px){:root[data-theme-family=entrance] .header-search{position:static;transform:none;width:auto;flex:1;margin:0 12px}:root[data-theme-family=entrance] .header-search kbd{display:none}:root[data-theme-family=entrance] .brand{min-width:0}}@media(max-width:500px){:root[data-theme-family=entrance] .header-search span{display:none}:root[data-theme-family=entrance] .header-search{flex:0 0 34px;margin-left:auto}:root[data-theme-family=entrance] .header-search svg{width:14px}}@media(max-width:800px){:root[data-theme-family] #app{height:100dvh;min-height:680px;grid-template-rows:52px 36px minmax(0,1fr) 26px}:root[data-theme-family] .toolbar{padding:0 12px}:root[data-theme-family] .workspace{padding:6px}:root[data-theme-family] .workspace-summary{min-height:74px;padding:12px 14px;margin:0 0 6px;gap:10px;border-radius:min(var(--pane-radius),12px)}:root[data-theme-family] .workspace-summary h2{font-size:calc(22px * var(--ui-font-scale, 1));margin:0}:root[data-theme-family] .workspace-summary p{display:none}:root[data-theme-family] .workspace-summary button{font-size:calc(11px * var(--ui-font-scale, 1));padding:8px 10px}:root[data-theme-family] .workspace .dock-pane{margin:0}:root[data-theme-family] .group-separator:before{inset:2px 35%}:root[data-theme-family] .group-separator:is(:hover,:focus-visible):before{inset:1px 5%}:root[data-theme-family=entrance] #app{grid-template-rows:40px 32px minmax(0,1fr) 24px}:root[data-theme-family=denden] .workspace-summary{border-bottom-width:4px}:root[data-theme-family=vibe] .workspace-summary:after{right:5%;top:-25px}}:root[data-theme-family] #app .workspace [data-pane-key] .file-tab{height:100%;min-height:0}@media(min-width:801px){:root:is([data-theme-family=denden],[data-theme-family=googol],[data-theme-family=entrance]) #app .workspace.dock-arranged{grid-template-areas:"project split0 summary summary summary" "project split0 source split1 output"!important}:root:is([data-theme-family=denden],[data-theme-family=googol],[data-theme-family=entrance]) #app .workspace.dock-arranged.dock-swapped{grid-template-areas:"project split0 summary summary summary" "project split0 output split1 source"!important}}:root[data-theme-family] #app .workspace .dock-pane>.pane-header,:root[data-theme-family] #app .workspace .project-heading{min-height:var(--pane-header-height);height:var(--pane-header-height)}@media(max-width:800px){:root[data-theme-family] #console-panel.dock-console>.runtime-card{min-height:40px;padding:5px 12px}:root[data-theme-family] #console-empty{padding:5px 10px;justify-content:flex-start}:root[data-theme-family] #console-empty .terminal-symbol{display:none}:root[data-theme-family] #console-empty p{margin:3px 0;font-size:calc(12px * var(--ui-font-scale, 1))}:root[data-theme-family] #console-empty>span:last-child{display:none}:root[data-theme-family] #project-panel{padding-top:0}:root[data-theme-family] #file-list{padding:0 26px 0 4px!important}:root[data-theme-family] #file-list button,:root[data-theme-family] #file-list .file-folder>summary{padding:4px 10px;margin:0}}:root[data-theme-family=tsukuba]{--tsukuba-purple: #6600cc;--tsukuba-blue: #7eabb4;--pane-radius: 3px;--theme-canvas: #e9e5ed;--pane-shadow: none;--tsukuba-heading: #513567}:root[data-theme=tsukuba-night]{--theme-canvas: #15121a;--tsukuba-heading: #c5aed8;--tsukuba-blue: #526e79}:root[data-theme-family=tsukuba] .toolbar{background:var(--theme-surface);border-top:3px solid var(--tsukuba-purple);border-bottom:1px solid var(--theme-border)}:root[data-theme-family=tsukuba] .brand h1{color:var(--tsukuba-heading);font-family:var(--font-ui);font-size:calc(25px * var(--ui-font-scale, 1));font-weight:600;letter-spacing:.2px}:root[data-theme-family=tsukuba] .brand-caption{display:inline;color:var(--theme-muted);border-color:var(--theme-border);letter-spacing:.5px}:root[data-theme-family=tsukuba] .toolbar-actions #run{background:var(--tsukuba-purple);border-radius:3px}:root[data-theme-family=tsukuba] .menubar{background:var(--theme-surface);border-bottom:1px solid var(--theme-border)}:root[data-theme-family=tsukuba] .workspace-summary{min-height:68px;padding:12px 20px;border:1px solid var(--theme-border);border-left:3px solid var(--tsukuba-blue);background:var(--theme-bg);border-radius:3px}:root[data-theme-family=tsukuba] .workspace-summary h2{font-family:var(--font-ui);font-size:calc(22px * var(--ui-font-scale, 1));color:var(--tsukuba-heading);margin-bottom:4px}:root[data-theme-family=tsukuba] .workspace-summary button{background:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:3px}:root[data-theme-family=tsukuba] .workspace :is(.pane-header,.project-heading){background:var(--theme-surface)}:root[data-theme-family=tsukuba] .dock-tab:has([aria-selected=true]),:root[data-theme-family=tsukuba] .editor-tab:has([aria-selected=true]){background:var(--theme-selection);box-shadow:inset 0 2px var(--theme-accent)}:root[data-theme-family=tsukuba] #file-list button.selected{background:var(--theme-selection);box-shadow:inset 2px 0 var(--theme-accent)}:root[data-theme-family=tsukuba] :is(.stdin-section,.runtime-card){background:var(--theme-surface)}:root[data-theme-family=tsukuba] :is(dialog,.menu-popup,.dock-menu){border-top:2px solid var(--theme-accent)}:root[data-theme-family=tsukuba] .statusbar{background:var(--theme-surface);color:var(--theme-muted);border-top:1px solid var(--theme-border)}:root[data-theme-family=tsukuba] .statusbar #instruction-hint{color:var(--theme-muted)}:root[data-theme-family=tsukuba] body.detached-window>.menubar{border-top:3px solid var(--tsukuba-purple)}@media(max-width:1050px){:root[data-theme-family=tsukuba] .brand-caption{display:none}}@media(max-width:650px){:root[data-theme-family] .menubar{padding-inline:5px}:root[data-theme-family] .menu>button{padding-inline:7px}}:root[data-theme-family=googol]{--pane-radius: 16px;--pane-header-height: 48px;--theme-canvas: #f0f3fa;--material-container: #e9edf5;--material-on-selection: #001d35;--material-shadow: 0 2px 6px #1a1c201f, 0 1px 2px #1a1c2026}:root[data-theme=googol-night]{--theme-canvas: #111318;--material-container: #282b31;--material-on-selection: #d1e4ff;--material-shadow: 0 2px 6px #0004, 0 1px 2px #0005}:root[data-theme-family=googol] #app{font-family:var(--font-ui);grid-template-rows:64px 40px minmax(0,1fr) 28px}:root[data-theme-family=googol] .toolbar{padding:0 24px;border-bottom:0;background:var(--theme-canvas)}:root[data-theme-family=googol] .brand h1{font-weight:500;letter-spacing:-.6px;color:var(--theme-text);background:none}:root[data-theme-family=googol] .brand h1 span{color:inherit}:root[data-theme-family=googol] .brand-logo{padding:0;border:0;border-radius:0}:root[data-theme-family=googol] .menubar{padding:0 16px;border-bottom:0;background:var(--theme-canvas)}:root[data-theme-family=googol] .menu>button{border-radius:20px;padding:0 16px}:root[data-theme-family=googol] .workspace{padding:8px 16px 16px}:root[data-theme-family=googol] .workspace-summary{padding:8px 16px 16px;min-height:80px;border:0;background:transparent}:root[data-theme-family=googol] .workspace-summary h2{font-weight:400;color:var(--theme-text);font-size:calc(24px * var(--ui-font-scale, 1))}:root[data-theme-family=googol] :is(.run,.workspace-summary button){border-radius:20px;border:0;min-height:40px;padding:0 24px;font-size:calc(14px * var(--ui-font-scale, 1));font-weight:500;box-shadow:none}:root[data-theme-family=googol] .workspace-summary button{background:var(--theme-selection);color:var(--material-on-selection)}:root[data-theme-family=googol] .workspace .dock-pane{border:0;box-shadow:none}:root[data-theme-family=googol] :is(.pane-header,.project-heading,.output-header){border-bottom:1px solid var(--theme-border)}:root[data-theme-family=googol] #file-list button,:root[data-theme-family=googol] #file-list .file-folder>summary{border-radius:24px;padding:10px 16px;font-size:calc(13px * var(--ui-font-scale, 1))}:root[data-theme-family=googol] #file-list button.selected{box-shadow:none;background:var(--theme-selection);color:var(--material-on-selection)}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs) [data-pane-key]{margin:4px 2px;border:0;border-radius:8px;background:transparent}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs) [data-pane-key] [role=tab]{filter:none;border-radius:0;border-start-start-radius:inherit;border-end-start-radius:inherit}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs) [data-pane-key]:hover{background:color-mix(in srgb,var(--theme-text) 8%,var(--material-container))}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs) [data-pane-key]:has([aria-selected=true]){background:var(--theme-selection);box-shadow:none}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs) [data-pane-key]:has([aria-selected=true]):hover{background:color-mix(in srgb,var(--material-on-selection) 8%,var(--theme-selection))}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs) [data-pane-key] [aria-selected=true]{color:var(--material-on-selection)}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs) [data-pane-key] [role=tab]:after{display:none}:root[data-theme-family=googol] :is(#project-tabs,#file-tabs,.output-header .tabs){padding:0 4px}:root[data-theme-family=googol] :is(.menu-popup,.dock-menu){padding:8px 0;border:0;border-radius:4px;background:var(--material-container);box-shadow:var(--material-shadow)}:root[data-theme-family=googol] :is(.menu-popup button,.dock-menu button){border-radius:0;min-height:40px;padding-inline:16px}:root[data-theme-family=googol] :is(.menu>button,.menu-popup button,.dock-menu button):hover{background:color-mix(in srgb,var(--theme-text) 8%,var(--material-container))}:root[data-theme-family=googol] #file-list button:hover{filter:none;background:color-mix(in srgb,var(--theme-text) 8%,var(--theme-bg))}:root[data-theme-family=googol] #file-list button.selected:hover{background:color-mix(in srgb,var(--material-on-selection) 8%,var(--theme-selection))}:root[data-theme-family=googol] .graph-filters{gap:8px;padding:12px;font-size:calc(13px * var(--ui-font-scale, 1))}:root[data-theme-family=googol] .graph-filters label{position:relative;min-height:32px;padding:6px 12px;gap:8px;border:1px solid var(--theme-border);border-radius:8px;background:transparent;color:var(--theme-text);cursor:pointer;user-select:none}:root[data-theme-family=googol] .graph-filters label:has(input:checked){border-color:transparent;background:var(--theme-selection);color:var(--material-on-selection)}:root[data-theme-family=googol] .graph-filters label:hover{background:color-mix(in srgb,var(--theme-text) 8%,var(--theme-surface))}:root[data-theme-family=googol] .graph-filters label:has(input:checked):hover{background:color-mix(in srgb,var(--material-on-selection) 8%,var(--theme-selection))}:root[data-theme-family=googol] .graph-filters label:has(input:focus-visible){outline:2px solid var(--theme-accent);outline-offset:2px}:root[data-theme-family=googol] .graph-filters input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}:root[data-theme-family=googol] .graph-filters label:before{content:"";width:14px;height:14px;flex:0 0 14px;background:currentColor;clip-path:polygon(9% 47%,0 58%,36% 93%,100% 20%,89% 10%,35% 71%);visibility:hidden}:root[data-theme-family=googol] .graph-filters label:has(input:checked):before{visibility:visible}:root[data-theme-family=googol] .graph-filters label:after{flex-shrink:0}:root[data-theme-family=googol] dialog{border:0;border-radius:28px;background:var(--material-container);box-shadow:var(--material-shadow)}:root[data-theme-family=googol] :is(dialog input,dialog select,textarea){border:1px solid var(--theme-muted);border-radius:4px;background:transparent}:root[data-theme-family=googol] :is(button,input,select,textarea):focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}:root[data-theme-family=googol]{--material-primary: #005ac1;--material-on-primary: #fff;--material-motion: .16s cubic-bezier(.2, 0, 0, 1)}:root[data-theme=googol-night]{--material-primary: #adc6ff;--material-on-primary: #002e69}:root[data-theme-family=googol] :is(.toolbar,.menubar,.debug-toolbar,.run-options-menu,.menu-popup,.dock-menu,.panel-context-menu,dialog,.instruction-search,.debug-frames) button{filter:none;transition:background-color var(--material-motion),border-radius var(--material-motion),color var(--material-motion)}:root[data-theme-family=googol] .run-split{gap:2px}:root[data-theme-family=googol] .run-split :is(#run,#run-options){height:44px;border:0;background:var(--material-primary);color:var(--material-on-primary);box-shadow:none}:root[data-theme-family=googol] .run-split #run{border-radius:24px 4px 4px 24px!important;padding-inline:22px}:root[data-theme-family=googol] .run-split #run-options{width:48px;border-radius:4px 24px 24px 4px!important;font-size:0}:root[data-theme-family=googol] #run-options>span{display:none}:root[data-theme-family=googol] #run-options:before{content:"";display:inline-block;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform var(--material-motion)}:root[data-theme-family=googol] .run-split #run-options[aria-expanded=true]{border-radius:14px!important;background:var(--theme-selection);color:var(--material-on-selection)}:root[data-theme-family=googol] #run-options[aria-expanded=true]:before{transform:translateY(2px) rotate(225deg)}:root[data-theme-family=googol] .run-split button:hover:not(:disabled){background:color-mix(in srgb,var(--material-on-primary) 10%,var(--material-primary))}:root[data-theme-family=googol] .run-split #run:active:not(:disabled){border-radius:16px 4px 4px 16px!important}:root[data-theme-family=googol] :is(.menu-popup,.dock-menu,.panel-context-menu,.run-options-menu){padding:6px;border:0;border-radius:20px;background:var(--material-container);box-shadow:var(--material-shadow)}:root[data-theme-family=googol] :is(.menu-popup,.dock-menu,.panel-context-menu,.run-options-menu) button{min-height:40px;border-radius:14px;padding:10px 16px}:root[data-theme-family=googol] :is(.menu-popup,.dock-menu,.panel-context-menu,.run-options-menu) button:is(:hover,:focus-visible):not(:disabled){background:var(--theme-selection);color:var(--material-on-selection)}:root[data-theme-family=googol] .debug-toolbar{gap:4px;padding:8px;border:0;border-radius:999px;background:var(--theme-selection);color:var(--material-on-selection);box-shadow:var(--material-shadow);overflow-x:auto}:root[data-theme-family=googol] .debug-toolbar-state{border:0;color:var(--material-on-selection);padding-inline:12px}:root[data-theme-family=googol] .debug-toolbar button{width:40px;height:40px;border-radius:50%;color:var(--material-on-selection)}:root[data-theme-family=googol] .debug-toolbar button:hover:not(:disabled){background:color-mix(in srgb,var(--material-on-selection) 10%,transparent)}:root[data-theme-family=googol] .debug-toolbar button:is([data-command=debug-continue],[aria-pressed=true]){background:var(--material-primary);color:var(--material-on-primary)}:root[data-theme-family=googol] .debug-toolbar button[aria-pressed=true]{border-radius:12px}:root[data-theme-family=googol] .debug-toolbar button:active:not(:disabled){border-radius:12px}:root[data-theme-family=googol] .debug-toolbar button[data-command=debug-stop]{background:var(--theme-bg);color:var(--theme-text);margin-left:4px}:root[data-theme-family=googol] .debug-frames button{border-radius:12px;padding:10px 12px}:root[data-theme-family=googol] .debug-frames button.selected{background:var(--theme-selection);color:var(--material-on-selection);box-shadow:none}:root[data-theme-family=googol] .debug-frames button:hover{background:color-mix(in srgb,var(--theme-text) 8%,var(--theme-bg))}:root[data-theme-family=googol] .debug-frames button.selected:hover{background:color-mix(in srgb,var(--material-on-selection) 8%,var(--theme-selection))}:root[data-theme-family=googol] :is(dialog input:not([type=checkbox]):not([type=radio]):not([type=range]),dialog select,textarea,.instruction-search input){border:1px solid var(--theme-border);border-radius:12px;padding:12px 16px;background:var(--theme-bg);color:var(--theme-text)}:root[data-theme-family=googol] .instruction-search input{border-radius:28px;min-height:48px;background:var(--material-container)}:root[data-theme-family=googol] dialog button:not(.theme-option){border-radius:20px;min-height:36px}:root[data-theme-family=googol] :is(.menu>button,.tab-close,.dock-tab-close){border-radius:999px}@media(max-width:480px){:root[data-theme-family=googol] .debug-toolbar-state{display:none}:root[data-theme-family=googol] .debug-toolbar button{width:36px;height:36px}}@media(prefers-reduced-motion:reduce){:root[data-theme-family=googol]{--material-motion: 0s}}:root[data-theme-family=vibe]{--pane-radius: 17px;--pane-header-height: 46px;--theme-canvas: #09071b;--pane-shadow: 0 12px 32px #02001855, 0 0 20px #6e42ed12}:root[data-theme=vibe-light]{--theme-canvas: #f1eafd;--pane-shadow: 0 12px 28px #563e8c18, 0 0 22px #b982e814}:root[data-theme-family=vibe] #app{grid-template-rows:68px 38px minmax(0,1fr) 28px}:root[data-theme-family=vibe] .toolbar{background:linear-gradient(105deg,var(--theme-bg),var(--theme-surface));border-bottom-color:color-mix(in srgb,var(--theme-accent) 35%,transparent)}:root[data-theme-family=vibe] .brand h1{font-weight:800;letter-spacing:-1px;background:linear-gradient(110deg,var(--theme-accent),#b093ff 55%,#dc7ae0);background-clip:text;color:transparent}:root[data-theme-family=vibe] .brand h1 span{color:inherit}:root[data-theme-family=vibe] .brand-logo{filter:drop-shadow(0 0 9px #9561f688)}:root[data-theme-family=vibe] .workspace{padding:18px;background:radial-gradient(ellipse at 20% 0%,#7136c923,transparent 60%),radial-gradient(ellipse at 95% 90%,#009ee81c,transparent 50%),var(--theme-canvas)}:root[data-theme-family=vibe] .workspace-summary{min-height:112px;border:1px solid var(--theme-border);border-radius:22px;background:radial-gradient(circle at 80% 30%,#7438cc55,transparent 30%),radial-gradient(circle at 55% 130%,#00cfee45,transparent 50%),linear-gradient(120deg,var(--theme-bg),var(--theme-surface));box-shadow:inset 0 1px #fff2,0 0 36px #712df41a;padding:22px 28px}:root[data-theme-family=vibe] .workspace-summary:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 25%,#91f4ff 0 1px,transparent 3px),radial-gradient(circle at 85% 70%,#ff9cff 0 1px,transparent 3px),radial-gradient(circle at 40% 65%,#a297fa 0 1px,transparent 3px),linear-gradient(115deg,transparent 60%,#a2a4ff10 60.1%,transparent 60.5%),repeating-linear-gradient(0deg,transparent 0 23px,#8174d40c 24px),repeating-linear-gradient(90deg,transparent 0 39px,#8174d410 40px);pointer-events:none}:root[data-theme-family=vibe] .workspace-summary:after{content:"";position:absolute;right:18%;top:12px;width:210px;height:160px;border:1px solid #86eaff99;border-radius:50%;transform:rotate(-25deg);box-shadow:0 0 30px #b45bff55,inset 0 0 25px #42ddff33;pointer-events:none}:root[data-theme-family=vibe] .workspace-summary h2{font-size:calc(32px * var(--ui-font-scale, 1));font-weight:750}:root[data-theme-family=vibe] .workspace-summary button{border:1px solid #b6a4ff99;border-radius:30px;background:linear-gradient(115deg,#6943de,#a43fc8);color:#fff;box-shadow:0 4px 20px #7547da44,inset 0 1px #ffffff40;padding:12px 20px;font-weight:600}:root[data-theme-family=vibe] :is(.menu>button,#file-list button){border-radius:10px}:root[data-theme-family=vibe] .menu-popup{box-shadow:0 16px 50px #15072555;backdrop-filter:blur(18px);background:color-mix(in srgb,var(--theme-bg) 95%,transparent)}:root[data-theme-family=vibe] [data-pane-key]:has([aria-selected=true]){box-shadow:inset 0 2px var(--theme-accent),inset 0 -12px 20px #895cdd16;background:var(--theme-selection)!important}:root[data-theme-family=vibe] .runtime-dot{box-shadow:0 0 12px #80edc6}:root[data-theme-family=vibe] .instruction-article{border-radius:14px}:root[data-theme=vibe-light] .brand h1{background-image:linear-gradient(110deg,#007eaa,#743bca 55%,#ac358e)}:root[data-theme-family=vibe]{--vibe-pink: #f291dc;--vibe-blue: #80dfff;--vibe-green: #a9e888;--vibe-gold: #f4cb7d;--vibe-violet: #c5a0ff}:root[data-theme=vibe-light]{--vibe-pink: #a63886;--vibe-blue: #08758e;--vibe-green: #4c7526;--vibe-gold: #926010;--vibe-violet: #7443bd}:root[data-theme-family=vibe] .workspace-summary h2{background:linear-gradient(95deg,var(--vibe-blue),var(--vibe-violet),var(--vibe-pink));background-clip:text;color:transparent;filter:drop-shadow(0 0 14px #ab70ff38)}:root[data-theme-family=vibe] .workspace-summary h2:before{content:"✨ " / "";color:var(--theme-text)}:root[data-theme-family=vibe] .toolbar-actions .run{--theme-on-button: #fff;--theme-button: #8751dd;border-radius:999px;background:linear-gradient(115deg,#7046d5,#ac3ca5);box-shadow:0 0 18px #b464fb55,inset 0 1px #fff5}:root[data-theme-family=vibe] .workspace .dock-pane{border-left:3px solid var(--vibe-violet);background:linear-gradient(160deg,color-mix(in srgb,var(--theme-surface) 88%,#7541bd),var(--theme-bg) 40%);box-shadow:var(--pane-shadow),inset 0 1px #ffffff20}:root[data-theme-family=vibe] .workspace .project-pane{border-left-color:var(--vibe-pink)}:root[data-theme-family=vibe] .workspace .source-pane{border-left-color:var(--vibe-blue)}:root[data-theme-family=vibe] .workspace .output-pane{border-left-color:var(--vibe-green)}:root[data-theme-family=vibe] :is(.pane-header,.project-heading){background:linear-gradient(105deg,var(--theme-surface),var(--theme-bg))!important}:root[data-theme-family=vibe] [data-pane-key]{--vibe-mark: var(--vibe-violet);border:1px solid var(--theme-border);border-radius:12px 12px 0 0;margin:4px 3px 0;background:linear-gradient(135deg,var(--theme-surface),var(--theme-bg))}:root[data-theme-family=vibe] [data-pane-key="panel:project"]{--vibe-mark: var(--vibe-pink)}:root[data-theme-family=vibe] [data-pane-key="panel:console"]{--vibe-mark: var(--vibe-green)}:root[data-theme-family=vibe] [data-pane-key="panel:problems"]{--vibe-mark: var(--vibe-gold)}:root[data-theme-family=vibe] [data-pane-key="panel:instructions"]{--vibe-mark: var(--vibe-blue)}:root[data-theme-family=vibe] [data-pane-key]:after{content:"";position:absolute;right:5px;top:5px;width:4px;height:4px;border-radius:50%;background:var(--vibe-mark);box-shadow:0 0 6px var(--vibe-mark);pointer-events:none}:root[data-theme-family=vibe] [data-pane-key="panel:project"] [role=tab]:before{content:"🗂️ " / ""}:root[data-theme-family=vibe] [data-pane-key="panel:console"] [role=tab]:before{content:"💻 " / ""}:root[data-theme-family=vibe] [data-pane-key="panel:problems"] [role=tab]:before{content:"🔎 " / ""}:root[data-theme-family=vibe] [data-pane-key="panel:instructions"] [role=tab]:before{content:"📚 " / ""}:root[data-theme-family=vibe] [data-pane-key="panel:graph"] [role=tab]:before{content:"🧬 " / ""}:root[data-theme-family=vibe] #file-list .file-folder>summary{border:1px solid var(--theme-border);border-radius:10px;padding:9px 10px;margin:6px 0;background:linear-gradient(120deg,var(--theme-selection),var(--theme-surface));font-family:inherit}:root[data-theme-family=vibe] #file-list button{--vibe-mark: var(--vibe-violet);position:relative;margin:6px 0;border:1px solid var(--theme-border);border-left:3px solid var(--vibe-mark);padding:10px 12px;background:linear-gradient(125deg,var(--theme-surface),var(--theme-bg));box-shadow:0 3px 8px #140c2510}:root[data-theme-family=vibe] #file-list button:nth-child(4n+1){--vibe-mark: var(--vibe-blue)}:root[data-theme-family=vibe] #file-list button:nth-child(4n+2){--vibe-mark: var(--vibe-pink)}:root[data-theme-family=vibe] #file-list button:nth-child(4n+3){--vibe-mark: var(--vibe-green)}:root[data-theme-family=vibe] #file-list button:nth-child(4n){--vibe-mark: var(--vibe-gold)}:root[data-theme-family=vibe] #file-list button.selected{background:var(--theme-selection);box-shadow:inset 0 0 0 1px var(--theme-accent),0 0 12px #a560ec25}:root[data-theme-family=vibe] :is(.stdin-section,.runtime-card){margin:8px 12px 12px;padding:12px!important;border:1px solid var(--theme-border);border-left:3px solid var(--vibe-gold);border-radius:14px;background:linear-gradient(135deg,var(--theme-surface),var(--theme-bg));box-shadow:0 4px 16px #29114c12}:root[data-theme-family=vibe] .runtime-card{border-left-color:var(--vibe-pink)}:root[data-theme-family=vibe] .stdin-section textarea{border-radius:10px;background:var(--theme-bg)}:root[data-theme-family=vibe] .instruction-article{border:1px solid var(--theme-border);box-shadow:0 6px 24px #602caf15;padding:16px;background:linear-gradient(160deg,var(--theme-surface),var(--theme-bg) 35%)}:root[data-theme-family=vibe] .statusbar{background:linear-gradient(100deg,var(--theme-surface),var(--theme-bg),var(--theme-selection))}@media(max-width:800px){:root[data-theme-family=vibe] #file-list button{margin:3px 0;padding:5px 9px}:root[data-theme-family=vibe] :is(.stdin-section,.runtime-card){margin:4px 8px;padding:8px!important}:root[data-theme-family=vibe] .workspace-summary:after{width:150px;height:110px;right:6%;top:4px}}.menu>button .menu-access-key{display:inline-block;margin-inline-start:.12em;font:inherit;line-height:1;vertical-align:baseline;white-space:nowrap}:lang(ja) .menu>button .menu-access-key,:lang(zh) .menu>button .menu-access-key{font-size:1.12em}.menu-access-key u{font:inherit;text-decoration-thickness:.06em;text-underline-offset:.12em}.menu-popup button[aria-checked=true]>span:after{content:" ✓";color:var(--theme-accent)}:root{font-family:var(--font-ui);color:var(--theme-text, #d7dce3);background:var(--theme-bg, #11161c);font-synthesis:none;color-scheme:dark;font-size:calc(14px * var(--ui-font-scale, 1))}*{box-sizing:border-box}body{margin:0}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.38}button:focus-visible,textarea:focus-visible{outline:2px solid var(--theme-accent, #91d5c7);outline-offset:3px}button{transition:background .14s,color .14s}button:hover:not(:disabled){filter:brightness(1.15)}[hidden]{display:none!important}#app{height:100dvh;min-height:430px;display:grid;grid-template-rows:76px minmax(0,1fr) 34px}.toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 26px;border-bottom:1px solid var(--theme-border, #303640);background:var(--theme-surface, #181e26);gap:20px}.brand{display:flex;align-items:center;gap:13px;white-space:nowrap}h1{font-size:calc(22px * var(--ui-font-scale, 1));letter-spacing:-.8px;font-weight:650;margin:0}h1 span{font-weight:400;color:var(--theme-muted, #98a4b3)}.brand-caption{font-size:calc(11px * var(--ui-font-scale, 1));letter-spacing:1.9px;color:var(--theme-muted, #81909d);margin-left:18px;border-left:1px solid var(--theme-border, #39424b);padding-left:24px}.toolbar-actions{display:flex;align-items:center;gap:10px}.toolbar-actions button{height:36px;border-radius:5px;padding:0 14px;border:1px solid var(--theme-border, #38434e)}.subtle{background:transparent;color:var(--theme-text, #a8b3c0)}.run{background:var(--theme-button, #a9dac9);color:var(--theme-on-button, #102b25)!important;border-color:var(--theme-button, #a9dac9)!important;font-weight:650;display:flex;align-items:center;gap:11px}.run>span{font-size:calc(12px * var(--ui-font-scale, 1))}.run kbd{font-size:calc(11px * var(--ui-font-scale, 1));font-weight:400;font-family:inherit;opacity:.65;margin-left:10px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,35%);min-height:0}.source-pane{display:grid;grid-template-rows:47px minmax(0,1fr) 31px;min-width:0;min-height:0;background:var(--theme-bg, #151a21);border-right:1px solid var(--theme-border, #303640)}.pane-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--theme-border, #2b333e);min-height:47px;padding-right:20px;background:var(--theme-surface, #181e26)}.file-tab{height:47px;display:flex;gap:12px;align-items:center;padding:0 22px;background:var(--theme-bg, #151a21);border-top:2px solid var(--theme-accent, #8dccbd);border-right:1px solid var(--theme-border, #2b333e);font-size:calc(13px * var(--ui-font-scale, 1))}.file-icon{color:var(--theme-text, #abd4b4);font:600 calc(14px * var(--ui-font-scale, 1)) var(--font-code)}.file-dot{width:6px;height:6px;border-radius:50%;background:var(--theme-muted, #607482);margin-left:10px}.pane-label{font-size:calc(10px * var(--ui-font-scale, 1));color:var(--theme-muted, #63717e);letter-spacing:1.8px}#editor{min-height:0;width:100%;overflow:hidden}.editor-footer{font-size:calc(12px * var(--ui-font-scale, 1));color:var(--theme-muted, #73818e);display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-top:1px solid var(--theme-border, #252d36)}.separator{color:var(--theme-border, #44515d);padding:0 8px}.output-pane{display:grid;grid-template-rows:47px minmax(0,1fr) 133px 76px;min-height:0;background:var(--theme-bg, #10151b)}.output-header{padding-right:14px}.tabs{height:100%;display:flex;gap:20px;padding-left:22px}.tabs button{position:relative;border:0;background:transparent;color:var(--theme-muted, #778694);font-size:calc(13px * var(--ui-font-scale, 1));padding:0 0 2px}.tabs button[aria-selected=true]{color:var(--theme-text, #d8e3e8)}.tabs button[aria-selected=true]:after{content:"";position:absolute;bottom:-1px;height:2px;background:var(--theme-accent, #91caba);left:0;right:0}#problem-count{background:var(--theme-selection, #2c3541);border-radius:4px;padding:1px 5px;font-size:calc(11px * var(--ui-font-scale, 1));margin-left:5px}.icon-button{background:transparent;color:var(--theme-muted, #7b8a97);border:0;font-size:calc(19px * var(--ui-font-scale, 1));padding:5px}#console-panel,#problems-panel{min-height:0;overflow:auto;position:relative}#output{font:calc(14px * var(--ui-font-scale, 1))/1.8 var(--font-code);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:23px;color:var(--theme-text, #d6e2dc)}#output:empty{display:none}.stderr{color:var(--theme-error, #ec9691)}.stdout{color:var(--theme-text, #d6e2dc)}#console-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 10px;color:var(--theme-muted, #778590);text-align:center}#console-empty p{font-size:calc(14px * var(--ui-font-scale, 1));margin:20px 0 10px;color:var(--theme-text, #a2afb9)}#console-empty>span:last-child{font-size:calc(12px * var(--ui-font-scale, 1));color:var(--theme-muted, #60717c)}.terminal-symbol{font:calc(32px * var(--ui-font-scale, 1)) var(--font-code);color:var(--theme-muted, #3d5b59);letter-spacing:-4px}.stdin-section{padding:17px 22px;border-top:1px solid var(--theme-border, #2b333e);background:var(--theme-surface, #141a21)}.stdin-section label{display:flex;justify-content:space-between;color:var(--theme-muted, #81969e);letter-spacing:1.3px;font-size:calc(10px * var(--ui-font-scale, 1));margin-bottom:12px}.stdin-section label span{font-size:calc(11px * var(--ui-font-scale, 1));letter-spacing:0;color:var(--theme-muted, #62737f)}textarea{width:100%;height:66px;resize:none;background:var(--theme-bg, #10151b);border:1px solid var(--theme-border, #2a3641);border-radius:5px;padding:10px 12px;font:calc(13px * var(--ui-font-scale, 1))/1.5 var(--font-code);color:var(--theme-text, #c8d5dd)}textarea::placeholder{color:var(--theme-muted, #536371)}.runtime-card{display:flex;align-items:center;gap:12px;padding:0 22px;border-top:1px solid var(--theme-border, #2b333e);background:var(--theme-surface, #181e26)}.runtime-dot{height:7px;width:7px;border-radius:50%;background:var(--theme-accent, #84b8a6);box-shadow:0 0 0 4px var(--theme-selection, #24392f)}.runtime-card div{display:flex;flex-direction:column;gap:6px}.runtime-card strong{font-size:calc(12px * var(--ui-font-scale, 1));font-weight:500;color:var(--theme-text, #b8c8ce)}.runtime-card div span{font-size:calc(11px * var(--ui-font-scale, 1));color:var(--theme-muted, #6f8390)}.runtime-label{margin-left:auto;font-size:calc(9px * var(--ui-font-scale, 1));letter-spacing:1.2px;border:1px solid var(--theme-border, #34443f);border-radius:3px;padding:4px;color:var(--theme-accent, #81a096)}.statusbar{display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--theme-surface, #1c272b);border-top:1px solid var(--theme-border, #31423e);padding:0 20px;font-size:calc(11px * var(--ui-font-scale, 1));color:var(--theme-muted, #86a69e);overflow:hidden}.statusbar>div{display:flex;align-items:center;gap:9px;white-space:nowrap;overflow:hidden}#state{overflow:hidden;text-overflow:ellipsis}.status-dot{background:var(--theme-accent, #89bdab);width:6px;height:6px;border-radius:50%;flex-shrink:0}.status-dot.loading{background:var(--theme-warning, #d4c386);animation:pulse 1.4s ease-in-out infinite}.status-dot.error{background:var(--theme-error, #ee9390)}#instruction-hint{color:var(--theme-muted, #6f8b87);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#timing{white-space:nowrap}.empty-problems{color:var(--theme-muted, #80959c);padding:22px;margin:0;font-size:calc(13px * var(--ui-font-scale, 1))}#problems{list-style:none;margin:0;padding:10px 0}#problems button{text-align:left;display:block;width:100%;border:0;border-bottom:1px solid var(--theme-border, #242e38);background:transparent;font:calc(13px * var(--ui-font-scale, 1))/1.7 var(--font-code);padding:12px 18px;overflow-wrap:anywhere}#problems .error{color:var(--theme-error, #e6a09d)}#problems .warning{color:var(--theme-warning, #d1c385)}@keyframes pulse{50%{opacity:.4}}@media(max-width:850px){.brand-caption{display:none}.workspace{grid-template-columns:minmax(0,1fr) minmax(290px,38%)}.toolbar{padding:0 16px}.run kbd{display:none}}@media(max-width:650px){#app{height:100dvh;min-height:650px;grid-template-rows:64px minmax(0,1fr) 32px}.workspace{grid-template-columns:1fr;grid-template-rows:minmax(260px,58%) minmax(240px,42%)}.source-pane{border-right:0;border-bottom:1px solid var(--theme-border, #38434e)}.output-pane{grid-template-rows:40px minmax(100px,1fr) 80px}.runtime-card{display:none}.pane-header{min-height:40px}.stdin-section{padding:9px 14px}.stdin-section label{margin-bottom:6px}textarea{height:39px}.toolbar-actions{gap:6px}.toolbar-actions button{padding:0 10px}h1{font-size:calc(20px * var(--ui-font-scale, 1))}.brand{gap:9px}#instruction-hint,.pane-label{display:none}.statusbar{padding:0 12px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}#app{grid-template-rows:68px 34px minmax(0,1fr) 34px}.menubar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--theme-surface, #181e26);border-bottom:1px solid var(--theme-border, #303640);padding:0 18px;min-width:0;z-index:10}#menus{display:flex;align-items:center;height:100%;flex-shrink:0}.menu{position:relative;height:100%;display:flex}.menu>button{border:0;background:transparent;color:var(--theme-text, #b7c2cd);padding:0 13px;font-size:calc(13px * var(--ui-font-scale, 1))}.menu>button:hover,.menu>button[aria-expanded=true]{background:var(--theme-selection, #2b3741);color:var(--theme-text, #edf5f2)}.menu-popup{position:absolute;left:0;top:100%;min-width:285px;padding:5px;background:var(--theme-surface, #202934);border:1px solid var(--theme-border, #3a4854);border-radius:5px;box-shadow:0 12px 32px #0008;z-index:20}.menu-popup button{display:flex;align-items:center;justify-content:space-between;gap:22px;width:100%;padding:9px 12px;border:0;background:transparent;color:var(--theme-text, #d6e1e6);text-align:left;border-radius:3px;font-size:calc(12px * var(--ui-font-scale, 1))}.menu-popup button:hover:not(:disabled),.menu-popup button:focus{background:var(--theme-selection, #33463f);outline:0}.menu-popup kbd{font:calc(10px * var(--ui-font-scale, 1)) var(--font-code);color:var(--theme-muted, #91a19e);white-space:nowrap}#project-name{font-size:calc(12px * var(--ui-font-scale, 1));color:var(--theme-accent, #91b8aa);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace{grid-template-columns:185px minmax(0,1fr) minmax(300px,32%)}.project-pane{background:var(--theme-bg, #131a21);border-right:1px solid var(--theme-border, #303640);min-width:0;min-height:0;overflow:auto;padding-bottom:15px}.project-heading{height:47px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;font-size:calc(10px * var(--ui-font-scale, 1));letter-spacing:1.5px;color:var(--theme-muted, #859aa5);border-bottom:1px solid var(--theme-border, #2b333e)}#file-list{padding:9px 0}#file-list button{display:block;width:100%;padding:9px 13px;background:transparent;color:var(--theme-muted, #8c9eab);border:0;text-align:left;font:calc(12px * var(--ui-font-scale, 1)) var(--font-code);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#file-list button.selected{background:var(--theme-selection, #23352f);color:var(--theme-text, #c7e8dc);box-shadow:inset 2px 0 var(--theme-accent, #91caba)}.source-header{padding:0;overflow:hidden}#file-tabs{display:flex;overflow:auto;width:100%;height:47px}#file-tabs .file-tab{border:0;border-right:1px solid var(--theme-border, #2b333e);border-top:2px solid transparent;background:var(--theme-surface, #181e26);color:var(--theme-muted, #788c98);white-space:nowrap;flex-shrink:0;max-width:300px;overflow:hidden;text-overflow:ellipsis;padding:0 18px}#file-tabs .file-tab[aria-selected=true]{background:var(--theme-bg, #151a21);color:var(--theme-text, #d6e6e1);border-top-color:var(--theme-accent, #91caba)}dialog{width:min(480px,calc(100vw - 32px));border:1px solid var(--theme-border, #485a65);border-radius:9px;padding:25px;background:var(--theme-surface, #1b2530);color:var(--theme-text, #d5e3e6);box-shadow:0 20px 100px #0009}dialog::backdrop{background:#070e16aa}dialog h2{font-size:calc(18px * var(--ui-font-scale, 1));margin:0 0 15px}dialog p{font-size:calc(13px * var(--ui-font-scale, 1));line-height:1.9;white-space:pre-wrap}dialog input{width:100%;padding:10px;border:1px solid var(--theme-border, #456156);background:var(--theme-bg, #111a21);color:var(--theme-text, #d9eee5);font:calc(14px * var(--ui-font-scale, 1)) inherit}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.dialog-actions button{padding:8px 14px;border:1px solid var(--theme-border, #45544d);border-radius:4px;background:var(--theme-selection, #283931);color:var(--theme-text, #c6e6d8)}#dialog-ok{background:var(--theme-button, #a9dac9);color:var(--theme-on-button, #102b25)}@media(max-width:1050px){.workspace{grid-template-columns:145px minmax(0,1fr) minmax(280px,34%)}}@media(max-width:800px){.workspace{grid-template-columns:minmax(0,1fr) minmax(270px,38%);grid-template-rows:42px minmax(0,1fr)}.project-pane{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid var(--theme-border, #303640);overflow:hidden}.project-heading{border:0;padding:0;gap:10px;height:40px}#file-list{display:none}}@media(max-width:650px){#app{min-height:700px;grid-template-rows:60px 34px minmax(0,1fr) 32px}.workspace{grid-template-columns:1fr;grid-template-rows:40px minmax(250px,55%) minmax(220px,45%)}.menubar{padding:0 5px;gap:5px}.menu>button{padding:0 8px}.menu-popup{position:fixed;left:8px;right:8px;top:94px;min-width:0}.source-pane{grid-template-rows:40px minmax(0,1fr) 27px}#file-tabs,#file-tabs .file-tab{height:40px}.project-pane{grid-column:1}.toolbar{padding:0 12px}.project-heading{font-size:calc(9px * var(--ui-font-scale, 1))}#project-name{max-width:140px}.output-pane{grid-template-rows:40px minmax(90px,1fr) 80px}}#project-properties label{display:block;margin:20px 0 8px;font-size:calc(12px * var(--ui-font-scale, 1));color:var(--theme-text, #b4c9cc)}#project-properties select{width:100%;padding:10px;border:1px solid var(--theme-border, #456156);border-radius:4px;background:var(--theme-bg, #111a21);color:var(--theme-text, #d9eee5);font:calc(14px * var(--ui-font-scale, 1)) var(--font-code)}#project-properties .properties-hint{font-size:calc(12px * var(--ui-font-scale, 1));color:var(--theme-muted, #91a5ad)}#properties-save{background:var(--theme-button, #a9dac9);color:var(--theme-on-button, #102b25)}.brand-logo{display:block;width:40px;height:40px;object-fit:contain;flex-shrink:0}@media(max-width:650px){.brand-logo{width:32px;height:32px}}#theme-dialog label{display:block;margin:18px 0 8px}#theme-select{width:100%;padding:10px;border:1px solid var(--theme-border, #456156);border-radius:4px;background:var(--theme-bg, #111a21);color:var(--theme-text, #d9eee5);font:inherit}#theme-dialog p{color:var(--theme-muted, #91a5ad)}:root[data-theme=hc-black] button:focus-visible,:root[data-theme=hc-light] button:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}:root[data-theme^=japan-] .toolbar{border-top:3px solid var(--theme-accent)}:root[data-theme^=japan-] :is(.menubar,.pane-header,.project-heading){background:linear-gradient(var(--theme-bg),var(--theme-surface))}:root[data-theme^=japan-] :is(.toolbar-actions button,.menu-popup,.dialog-actions button,textarea,dialog,#theme-select){border-radius:1px}:root[data-theme^=japan-] .statusbar{background:var(--theme-button);color:var(--theme-on-button)}:root[data-theme^=japan-] #instruction-hint{color:var(--theme-on-button)}:root[data-theme^=hitachi-] :is(.toolbar,.menubar){--theme-surface: #17222b;--theme-bg: #17222b;--theme-text: #f0f4f7;--theme-muted: #c0ccd4;--theme-border: #364955;--theme-accent: #b0d3e2;--theme-selection: #314654;background:var(--theme-surface);color:var(--theme-text)}:root[data-theme^=hitachi-] .menu-popup{--theme-button: #34586c;--theme-on-button: #ffffff}:root[data-theme^=hitachi-] .toolbar{border-bottom-color:#364955}:root[data-theme^=hitachi-] .runtime-card{box-shadow:inset 3px 0 var(--theme-accent)}.monaco-editor .jal-gutter-row{display:flex;width:100%;height:100%;align-items:center}.monaco-editor .jal-source-line{flex:0 0 4ch;text-align:right}.monaco-editor .jal-bytecode-offset{flex:0 0 auto;min-width:1ch;text-align:right;color:var(--theme-muted, #98a4b3);font-size:inherit;opacity:.85}#editor-overlays{position:fixed;inset:0;z-index:100;width:0;height:0;overflow:visible;pointer-events:none;background:transparent!important}#editor-overlays .overflowingContentWidgets>*,#editor-overlays .overflowingOverlayWidgets>*{pointer-events:auto}#file-tabs .editor-tab{display:flex;flex-shrink:0;max-width:340px;min-width:0;align-items:stretch;background:var(--theme-surface, #181e26);border-right:1px solid var(--theme-border, #2b333e)}#file-tabs .editor-tab .file-tab{min-width:0;flex:1;flex-shrink:1;border-right:0;padding:0 4px 0 12px;background:transparent;border-top-color:transparent}#file-tabs .tab-close{flex-shrink:0;align-self:center;width:20px;height:22px;margin:0 4px 0 0;padding:0;border:0;border-radius:3px;background:transparent;color:var(--theme-muted, #8c9eab);font-size:calc(17px * var(--ui-font-scale, 1));line-height:1;cursor:pointer;opacity:0}#file-tabs .tab-close:hover{background:var(--theme-selection, #33463f);color:var(--theme-text, #d6e1e6)}#file-tabs .tab-close:focus-visible{outline:2px solid var(--theme-accent, #91caba);outline-offset:-2px}#file-tabs .editor-tab:has([aria-selected=true]){background-color:var(--theme-bg, #151a21);background-image:linear-gradient(var(--theme-accent, #91caba),var(--theme-accent, #91caba));background-size:100% 2px;background-repeat:no-repeat}#file-tabs .editor-tab .file-tab[aria-selected=true]{background:transparent;border-top-color:transparent}#file-tabs .editor-tab:hover .tab-close,#file-tabs .tab-close:focus-visible{opacity:1}@media(hover:none){#file-tabs .tab-close{opacity:1}}#file-tabs .file-tab{touch-action:none;user-select:none}#file-tabs .editor-tab{position:relative}#file-tabs .tab-drop-before:before,#file-tabs .tab-drop-after:after{content:"";position:absolute;top:0;bottom:0;width:3px;background:var(--theme-accent, #91caba);z-index:2}#file-tabs .tab-drop-before:before{left:0}#file-tabs .tab-drop-after:after{right:0}.tab-drag-ghost{position:fixed;z-index:10000;pointer-events:none;padding:10px 15px;border:1px solid var(--theme-accent, #91caba);border-radius:5px;background:var(--theme-surface, #202934);color:var(--theme-text, #d6e1e6);box-shadow:0 6px 20px #0006;font:calc(13px * var(--ui-font-scale, 1)) var(--font-ui)}body.tab-dragging,body.tab-dragging *{cursor:grabbing!important;user-select:none!important}#detach-retry{flex-shrink:0;margin:4px;padding:6px 12px;color:var(--theme-text, #d6e1e6);background:var(--theme-selection, #283931);border:1px solid var(--theme-accent, #91caba)}#file-list .file-folder>summary{padding:7px 13px;cursor:pointer;color:var(--theme-text, #d6e1e6);font:calc(12px * var(--ui-font-scale, 1)) var(--font-code);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;list-style:none}#file-list .file-folder>summary:before{content:"▸";display:inline-block;width:16px;color:var(--theme-muted, #8c9eab)}#file-list .file-folder[open]>summary:before{content:"▾"}#file-list .folder-children{margin-left:15px;border-left:1px solid var(--theme-border, #303640)}#file-list .file-folder>summary:hover,#file-list button:hover{background:var(--theme-selection, #23352f)}#file-list .file-folder>summary:focus-visible{outline:1px solid var(--theme-accent, #91caba);outline-offset:-1px}.menu-popup hr{border:0;border-top:1px solid var(--theme-border, #303640);margin:5px 7px}.menu-popup{max-height:calc(100dvh - 110px);overflow-y:auto}#dialog-input-row:not([hidden]){display:flex;align-items:stretch}#dialog-input-row input{min-width:0;flex:1}#dialog-suffix:not([hidden]){display:flex;align-items:center;padding:0 12px;border:1px solid var(--theme-border, #456156);border-left:0;background:var(--theme-surface, #1b2530);color:var(--theme-muted, #91a1b2);font-size:calc(14px * var(--ui-font-scale, 1))}
