.vooya-ide{--ide-bg:#0d1117;--ide-panel:#161b22;--ide-panel-soft:#12171e;--ide-border:#30363d;--ide-text:#c9d1d9;--ide-muted:#8b949e;--ide-faint:#484f58;--ide-accent:#7ee787;height:var(--vooya-ide-height);border:1px solid var(--ide-border);min-height:320px;color:var(--ide-text);background:var(--ide-bg);border-radius:12px;overflow:hidden}.vooya-ide button{font:inherit}.vooya-ide-titlebar{border-bottom:1px solid var(--ide-border);background:var(--ide-panel);justify-content:space-between;align-items:center;height:42px;padding:0 12px;display:flex}.vooya-ide-titlebar>div{align-items:center;gap:8px;display:flex}.vooya-ide-titlebar strong{color:var(--ide-text);font-size:12px}.vooya-ide-titlebar>span{color:var(--ide-muted);letter-spacing:.08em;font:10px ui-monospace,SFMono-Regular,Menlo,monospace}.vooya-ide-mark{color:#07120b;background:var(--ide-accent);border-radius:5px;place-items:center;width:18px;height:18px;font:800 9px ui-monospace,SFMono-Regular,Menlo,monospace;display:grid}.vooya-ide-workspace{grid-template-columns:190px minmax(0,1fr);height:calc(100% - 42px);display:grid}.vooya-ide-explorer{border-right:1px solid var(--ide-border);background:var(--ide-panel-soft);padding:10px 7px;overflow:auto}.vooya-ide-explorer>p{color:var(--ide-muted);letter-spacing:.1em;justify-content:space-between;margin:2px 9px 9px;font:700 10px ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.vooya-ide-explorer>p b{color:var(--ide-faint);letter-spacing:.04em;font-weight:600}.vooya-ide-tree,.vooya-ide-tree ul{margin:0;padding:0;list-style:none}.vooya-ide-tree-row{width:100%;min-width:0;height:27px;padding:0 7px 0 calc(7px + var(--vooya-tree-depth) * 12px);color:var(--ide-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:6px;font-size:12px;display:flex}.vooya-ide-tree-row:hover{color:var(--ide-text);background:#1f252d}.vooya-ide-tree-row.active{color:#f0f6fc;background:#263142}.vooya-ide-tree-row>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vooya-ide-tree-chevron,.vooya-ide-tree-spacer{flex:none;width:8px;height:8px}.vooya-ide-tree-chevron{border-bottom:1.5px solid;border-right:1.5px solid;transition:transform .12s;transform:rotate(-45deg)scale(.7)}.vooya-ide-tree-chevron.expanded{transform:rotate(45deg)translate(-1px,-1px)scale(.7)}.vooya-ide-tree-folder{background:#547292;border-radius:2px;flex:none;width:12px;height:9px;position:relative}.vooya-ide-tree-folder:before{content:"";background:#547292;border-radius:2px 2px 0 0;width:6px;height:4px;position:absolute;top:-3px;left:1px}.vooya-ide-tree-file i{background:#8b949e;border-radius:2px;flex:none;width:7px;height:7px}.vooya-ide-tree-file i[data-language=Rust]{background:#e38b5b}.vooya-ide-tree-file i[data-language=Vue]{background:#62c894}.vooya-ide-tree-file i[data-language=CSS]{background:#6f91d8}.vooya-ide-tree-file i[data-language=TypeScript],.vooya-ide-tree-file i[data-language=JavaScript]{background:#d5b85b}.vooya-ide-tree-file i[data-language=JSON]{background:#9a83d8}.vooya-ide-editor{grid-template-rows:35px minmax(0,1fr) 24px;min-width:0;min-height:0;display:grid;overflow:hidden}.vooya-ide-tabs{border-bottom:1px solid var(--ide-border);background:var(--ide-panel);display:flex;overflow:hidden}.vooya-ide-tabs>[role=tab]{border-right:1px solid var(--ide-border);min-width:0;color:var(--ide-muted);cursor:pointer;background:0 0;flex:1 1 0;justify-content:center;align-items:center;gap:5px;padding:0 5px 0 9px;font-size:11px;display:flex}.vooya-ide-tabs>[role=tab]:last-child{border-right:0}.vooya-ide-tabs>[role=tab]>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vooya-ide-tabs>[role=tab].active{color:#f0f6fc;background:var(--ide-bg);box-shadow:inset 0 2px var(--ide-accent)}.vooya-ide-tabs>[role=tab]:focus-visible{outline:1px solid var(--ide-accent);outline-offset:-2px}.vooya-ide-tabs>[role=tab] button{width:18px;height:18px;color:var(--ide-faint);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;place-items:center;padding:0;font-size:12px;display:grid}.vooya-ide-tabs>[role=tab] button:hover{color:var(--ide-text);background:#30363d}.vooya-ide-editor-host{min-height:0;overflow:hidden}.vooya-ide-editor-host>.cm-editor{height:100%;min-height:0}.vooya-ide-editor-host .cm-scroller{overscroll-behavior:contain;scrollbar-color:#484f58 #0d1117;scrollbar-gutter:stable;scrollbar-width:thin;overflow:auto}.vooya-ide-editor-host .cm-scroller::-webkit-scrollbar{width:10px;height:10px}.vooya-ide-editor-host .cm-scroller::-webkit-scrollbar-track{background:#0d1117}.vooya-ide-editor-host .cm-scroller::-webkit-scrollbar-thumb{background:#484f58;border:2px solid #0d1117;border-radius:8px}.vooya-ide-editor-host .cm-scroller::-webkit-scrollbar-thumb:hover{background:#6e7681}.vooya-ide-status{border-top:1px solid var(--ide-border);color:var(--ide-muted);background:var(--ide-panel);justify-content:space-between;align-items:center;padding:0 9px;font:600 10px ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.vooya-ide-status span:first-child{color:var(--ide-accent)}@media (width<=640px){.vooya-ide-workspace{grid-template-columns:1fr}.vooya-ide-explorer{display:none}}.vooya-workbench{--workbench-accent:#c8ff3d;background:#0d1117;border:1px solid #30363d}.vooya-workbench-toolbar{color:#8b949e;background:#12171e;border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:7px 10px;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;display:flex}.vooya-workbench-toolbar>div{align-items:center;gap:8px;min-width:0;display:flex}.vooya-workbench-toolbar .vooya-workbench-actions{flex-wrap:wrap;flex:none;justify-content:flex-end}.vooya-workbench-toolbar strong{color:#c9d1d9;font-weight:500}.vooya-workbench-toolbar small{color:#8b949e;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vooya-workbench-signal{background:#6e7681;border-radius:50%;width:7px;height:7px}.vooya-workbench[data-editable=true] .vooya-workbench-signal{background:var(--workbench-accent);box-shadow:0 0 10px #c8ff3d80}.vooya-workbench-toolbar button{color:#c9d1d9;cursor:pointer;background:#161b22;border:1px solid #484f58;min-height:32px;padding:0 10px;font:10px ui-monospace,SFMono-Regular,Menlo,monospace}.vooya-workbench-toolbar button:last-child{color:#071009;border-color:var(--workbench-accent);background:var(--workbench-accent)}.vooya-workbench-toolbar button:disabled{color:#6e7681;cursor:not-allowed;background:#161b22;border-color:#30363d}.vooya-workbench>.vooya-ide{border:0;border-radius:0}.vooya-workbench-output{color:#8b949e;background:#0a0e13;border-top:1px solid #30363d;min-height:72px;padding:11px 12px;font:10px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.vooya-workbench-output>div{color:#6e7681;gap:7px;display:flex}.vooya-workbench-output>div b{color:#c9d1d9;font-weight:400}.vooya-workbench-output p{margin:8px 0 0}.vooya-workbench-output ol{gap:6px;margin:9px 0 0;padding:0;list-style:none;display:grid}.vooya-workbench-output li{grid-template-columns:55px minmax(130px,auto) minmax(0,1fr);gap:8px;display:grid}.vooya-workbench-output li b{color:#ff7b72;text-transform:uppercase;font-weight:500}.vooya-workbench-output li[data-severity=warning] b{color:#d29922}.vooya-compile-progress{color:#6e7681;background:#0a0e13;border-bottom:1px solid #30363d;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;padding:8px 10px;font:10px ui-monospace,SFMono-Regular,Menlo,monospace;display:grid}.vooya-compile-progress span{align-items:center;gap:7px;min-width:0;display:flex}.vooya-compile-progress i{background:#161b22;border:1px solid #484f58;border-radius:50%;flex:none;width:7px;height:7px}.vooya-compile-progress span[data-state=active]{color:#dce5de}.vooya-compile-progress span[data-state=active] i{border-color:var(--workbench-accent);background:var(--workbench-accent);box-shadow:0 0 10px #c8ff3d8c}.vooya-compile-progress span[data-state=complete]{color:#9bbf93}.vooya-compile-progress span[data-state=complete] i{background:#7ee787;border-color:#7ee787}.vooya-compile-progress span[data-state=failed]{color:#ff7b72}.vooya-compile-progress span[data-state=failed] i{background:#ff7b72;border-color:#ff7b72}@media (width<=640px){.vooya-workbench-toolbar{flex-direction:column;align-items:flex-start}.vooya-workbench-toolbar .vooya-workbench-actions{justify-content:flex-start;width:100%}.vooya-workbench-output li{grid-template-columns:1fr}}
