:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--topbar-h:52px;--statusbar-h:24px;--activity-w:48px;--bg:#070b14;--surface-0:#0b1120;--surface-1:#0f172a;--surface-2:#111c31;--surface-3:#18243a;--surface-hover:#1e2c45;--border:#22304a;--border-strong:#334155;--text:#e5e7eb;--text-soft:#cbd5e1;--muted:#7c8aa5;--muted-strong:#94a3b8;--accent:#38bdf8;--accent-strong:#0ea5e9;--accent-soft:#38bdf821;--purple:#a78bfa;--green:#34d399;--green-strong:#10b981;--green-soft:#34d3991f;--yellow:#fbbf24;--red:#fb7185;--red-strong:#f43f5e;--red-soft:#fb71851f;--shadow:0 18px 45px #00000061;--radius:8px;--radius-lg:13px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#e8edf5;--surface-0:#fff;--surface-1:#f8fafc;--surface-2:#f1f5f9;--surface-3:#e2e8f0;--surface-hover:#e9eff7;--border:#d7dee9;--border-strong:#b9c4d3;--text:#0f172a;--text-soft:#334155;--muted:#64748b;--muted-strong:#475569;--accent:#0284c7;--accent-strong:#0369a1;--accent-soft:#0ea5e91c;--purple:#7c3aed;--green:#059669;--green-strong:#047857;--green-soft:#0596691c;--yellow:#b45309;--red:#e11d48;--red-strong:#be123c;--red-soft:#e11d4817;--shadow:0 18px 45px #0f172a29}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:13px}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=separator]:focus-visible{outline:2px solid var(--accent);outline-offset:-1px}::selection{background:#38bdf847}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted) 52%, transparent);background-clip:padding-box;border:3px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--muted-strong) 70%, transparent);background-clip:padding-box}.app-shell{grid-template-rows:var(--topbar-h) minmax(0, 1fr) var(--statusbar-h);background:var(--bg);width:100%;height:100%;display:grid}.topbar{z-index:10;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface-1) 93%, transparent);grid-template-columns:minmax(190px,1fr) minmax(180px,auto) minmax(420px,1fr);align-items:center;gap:16px;padding:0 10px 0 12px;display:grid;position:relative;box-shadow:0 1px 12px #0000001f}.brand{align-items:center;gap:10px;min-width:0;display:flex}.brand-mark{color:#e0f2fe;background:linear-gradient(145deg,#0ea5e9,#7c3aed);border:1px solid #38bdf857;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 5px 18px #0ea5e933}.brand-copy{flex-direction:column;min-width:0;line-height:1.05;display:flex}.brand-copy strong{letter-spacing:.01em;font-size:14px}.brand-copy span{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;margin-top:4px;font-size:9px;font-weight:700}.topbar-project{border:1px solid var(--border);min-width:0;max-width:390px;color:var(--text-soft);background:var(--surface-0);border-radius:8px;justify-self:center;align-items:center;gap:7px;padding:6px 12px;display:flex}.topbar-project>span:first-of-type{text-overflow:ellipsis;white-space:nowrap;max-width:230px;overflow:hidden}.save-state{color:var(--muted);flex:none;font-size:10px}.save-state--error{color:var(--red)}.save-state--saving:before{content:"";background:var(--yellow);border-radius:50%;width:5px;height:5px;margin-right:5px;display:inline-block}.save-state--saved:before{content:"";background:var(--green);border-radius:50%;width:5px;height:5px;margin-right:5px;display:inline-block}.topbar-actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.button,.icon-button,.activity-button,.quick-action,.information-pill{cursor:pointer;border:0;transition:background .12s,border-color .12s,color .12s,transform .12s,opacity .12s}.button:disabled,.icon-button:disabled,.activity-button:disabled,.quick-action:disabled{cursor:not-allowed;opacity:.42}.button{white-space:nowrap;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:33px;padding:0 13px;font-weight:650;display:inline-flex}.button--compact{min-height:30px;padding:0 9px;font-size:12px}.button--small{min-height:28px;padding:0 9px;font-size:11px}.button--ghost{border-color:var(--border);color:var(--text-soft);background:var(--surface-0)}.button--ghost:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-hover)}.button--primary{border-color:var(--accent-strong);color:#fff;background:var(--accent-strong)}.button--primary:hover:not(:disabled){filter:brightness(1.08)}.button--danger{border-color:var(--red-strong);color:#fff;background:var(--red-strong)}.button--run{color:#032b20;background:linear-gradient(#6ee7b7,#34d399);border-color:#2dd4bf;min-width:96px;box-shadow:0 5px 16px #34d39926}.button--run:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.button--stop{border-color:var(--border);width:34px;min-width:34px;color:var(--red);background:var(--surface-0);padding:0}.button--stop:hover:not(:disabled){border-color:var(--red);background:var(--red-soft)}.information-pill{border:1px solid color-mix(in srgb, var(--accent) 36%, var(--border));height:30px;color:var(--accent);background:var(--accent-soft);border-radius:999px;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.information-pill:hover{border-color:var(--accent);background:color-mix(in srgb, var(--accent-soft) 72%, var(--surface-hover))}.icon-button{width:30px;height:30px;color:var(--muted-strong);background:0 0;border:1px solid #0000;border-radius:6px;flex:none;place-items:center;padding:0;display:inline-grid}.icon-button:hover:not(:disabled){border-color:var(--border);color:var(--text);background:var(--surface-hover)}.icon-button--xs{border-radius:5px;width:23px;height:23px}.danger-hover:hover:not(:disabled){color:var(--red);background:var(--red-soft)}.workspace-shell{background:var(--surface-0);min-width:0;min-height:0;display:flex;overflow:hidden}.activity-bar{width:var(--activity-w);min-width:var(--activity-w);border-right:1px solid var(--border);background:var(--surface-1);flex-direction:column;align-items:stretch;padding:5px 4px;display:flex}.activity-button{width:40px;height:42px;color:var(--muted);background:0 0;border-radius:7px;place-items:center;display:grid;position:relative}.activity-button:hover{color:var(--text-soft);background:var(--surface-hover)}.activity-button.is-active{color:var(--text);background:var(--surface-3)}.activity-button.is-active:before{content:"";background:var(--accent);border-radius:2px;width:2px;height:26px;position:absolute;top:8px;left:-4px}.activity-spacer{flex:1}.sidebar-shell{background:var(--surface-1);border-right:0;flex:none;min-width:190px;max-width:420px;min-height:0;overflow:hidden}.file-explorer{background:var(--surface-1);flex-direction:column;width:100%;height:100%;min-height:0;display:flex;position:relative}.explorer-project-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;min-height:62px;padding:9px 8px 8px 12px;display:flex}.explorer-project-text{min-width:0}.eyebrow{color:var(--muted);letter-spacing:.13em;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.project-name-button{max-width:165px;color:var(--text-soft);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:12px;font-weight:700;display:flex}.project-name-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-name-button svg{opacity:0;flex:none}.project-name-button:hover svg{opacity:1}.explorer-actions{align-items:center;gap:1px;display:flex}.file-tree{flex:1;min-height:0;padding:5px 4px 14px;overflow:auto}.file-tree-item{min-width:0;position:relative}.file-tree-row{width:100%;height:28px;color:var(--muted-strong);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;padding-right:50px;font-size:12px;display:flex}.file-tree-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.file-tree-row svg{flex:none}.file-tree-row:hover{color:var(--text-soft);background:var(--surface-hover)}.file-tree-row--folder{color:var(--text-soft);padding-right:8px;font-weight:600}.file-tree-item.is-active .file-tree-row{color:var(--text);background:var(--accent-soft)}.file-tree-item.is-active .file-tree-row:before{content:"";background:var(--accent);border-radius:2px;width:2px;height:18px;position:absolute;left:0}.file-tree-actions{gap:1px;display:flex;position:absolute;top:2px;right:4px}.explorer-support{border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface-1) 92%, var(--surface-0));padding:8px 10px}.coffee-support{border-radius:8px;width:100%;max-width:351px;margin:0 auto;line-height:0;transition:transform .12s,filter .12s,box-shadow .12s;display:block;overflow:hidden;box-shadow:0 5px 15px #00000029}.coffee-support:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 7px 18px #00000038}.coffee-support:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.coffee-support img{width:100%;height:auto;display:block}.explorer-footer{border-top:1px solid var(--border);min-height:28px;color:var(--muted);align-items:center;padding:0 12px;font-size:10px;display:flex}.file-explorer.is-dragging .file-tree{opacity:.28}.drop-overlay{z-index:5;border:1px dashed var(--accent);color:var(--accent);background:color-mix(in srgb, var(--surface-1) 90%, transparent);text-align:center;pointer-events:none;border-radius:10px;place-items:center;padding:24px;font-weight:700;display:grid;position:absolute;inset:72px 10px 38px}.resize-handle{z-index:4;background:var(--border);touch-action:none;flex:none;transition:background .1s;position:relative}.resize-handle:hover,.resize-handle:active{background:var(--accent)}.resize-handle--vertical{cursor:ew-resize;width:3px}.resize-handle--horizontal{cursor:ns-resize;height:3px}.main-workspace{background:var(--surface-0);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.editor-section{flex-direction:column;flex:1;min-width:0;min-height:120px;display:flex;overflow:hidden}.editor-header-row{border-bottom:1px solid var(--border);background:var(--surface-1);height:36px;min-height:36px;display:flex}.editor-tabs{scrollbar-width:none;flex:1;min-width:0;display:flex;overflow:auto hidden}.editor-tabs::-webkit-scrollbar{display:none}.editor-tab{border-right:1px solid var(--border);min-width:115px;max-width:220px;height:36px;color:var(--muted);background:var(--surface-1);align-items:center;display:flex;position:relative}.editor-tab.is-active{color:var(--text-soft);background:var(--surface-0)}.editor-tab.is-active:after{content:"";background:var(--accent);height:2px;position:absolute;top:0;left:0;right:0}.editor-tab-main{min-width:0;height:100%;color:inherit;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:7px;padding:0 5px 0 11px;font-size:11px;display:flex}.editor-tab-main span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.editor-tab-close{width:25px;height:25px;color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:4px;place-items:center;margin-right:4px;display:grid}.editor-tab:hover .editor-tab-close,.editor-tab.is-active .editor-tab-close{opacity:1}.editor-tab-close:hover{color:var(--text);background:var(--surface-hover)}.file-type-dot{background:var(--muted);border-radius:2px;flex:none;width:7px;height:7px}.file-type-dot--py,.file-type-dot--pyw{background:linear-gradient(135deg,#38bdf8 50%,#fbbf24 50%)}.file-type-dot--json{background:#fbbf24}.file-type-dot--md{background:#a78bfa}.editor-header-actions{border-left:1px solid var(--border);align-items:center;gap:1px;padding:0 5px;display:flex}.monaco-host{background:var(--surface-0);flex:1;min-width:0;min-height:0;overflow:hidden}.bottom-panel{background:var(--surface-0);border-top:0;flex-direction:column;min-width:0;min-height:170px;display:flex;overflow:hidden}.bottom-panel.is-collapsed{flex:0 0 34px;height:34px;min-height:34px}.bottom-tabs{border-bottom:1px solid var(--border);background:var(--surface-1);justify-content:space-between;align-items:stretch;height:34px;min-height:34px;display:flex}.bottom-tab-list{align-items:stretch;min-width:0;display:flex;overflow-x:auto}.bottom-tab-list>button{min-width:82px;color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:11px;font-weight:650;display:inline-flex;position:relative}.bottom-tab-list>button:hover{color:var(--text-soft);background:var(--surface-hover)}.bottom-tab-list>button.is-active{color:var(--text);background:var(--surface-0)}.bottom-tab-list>button.is-active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:0;left:10px;right:10px}.tab-badge{min-width:16px;height:16px;color:var(--accent);background:var(--accent-soft);border-radius:999px;place-items:center;padding:0 4px;font-size:9px;display:inline-grid}.bottom-panel-actions{align-items:center;gap:1px;padding:0 5px;display:flex}.bottom-content{flex:1;min-width:0;min-height:0;overflow:hidden}.console-panel{width:100%;height:100%;position:relative}.panel-toolbar--floating{z-index:4;border:1px solid var(--border);background:color-mix(in srgb, var(--surface-1) 92%, transparent);border-radius:7px;gap:2px;padding:2px;display:flex;position:absolute;top:6px;right:7px;box-shadow:0 4px 14px #0000001a}.console-viewport{background:var(--surface-0);width:100%;height:100%;overflow:auto}.console-output{min-width:100%;min-height:100%;color:var(--text-soft);white-space:pre-wrap;word-break:break-word;margin:0;padding:11px 54px 24px 14px;font-family:JetBrains Mono,Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.62}.console-stdout{color:var(--text-soft)}.console-stderr{color:var(--red)}.console-system{color:var(--accent)}.stdin-panel{flex-direction:column;width:100%;height:100%;padding:12px;display:flex;overflow:hidden}.stdin-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:9px;display:flex}.stdin-header h3{margin:0 0 3px;font-size:12px}.stdin-header p{color:var(--muted);margin:0;font-size:10px}code{color:var(--accent);background:var(--accent-soft);border-radius:4px;padding:1px 4px;font-family:JetBrains Mono,Cascadia Code,monospace;font-size:.95em}.stdin-textarea{resize:none;border:1px solid var(--border);min-height:0;color:var(--text-soft);background:var(--surface-1);border-radius:7px;outline:0;flex:1;padding:10px 12px;font-family:JetBrains Mono,Cascadia Code,Consolas,monospace;font-size:12px;line-height:1.55}.stdin-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.turtle-panel{background:#cbd5e1;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.graphics-toolbar{border-bottom:1px solid var(--border);height:34px;min-height:34px;color:var(--text-soft);background:var(--surface-1);justify-content:space-between;align-items:center;padding:0 6px 0 11px;display:flex}.graphics-title,.graphics-actions{align-items:center;gap:7px;display:flex}.graphics-title{font-size:11px;font-weight:650}.live-dot{background:var(--green);width:7px;height:7px;box-shadow:0 0 0 3px var(--green-soft);border-radius:50%}.graphics-meta{color:var(--muted);font-size:9px;font-weight:500}.turtle-canvas-host{flex:1;min-width:0;min-height:0;position:relative;overflow:hidden}.turtle-canvas{display:block;position:absolute;inset:0}.turtle-canvas--overlay{pointer-events:none}.canvas-empty{color:#64748b;text-align:center;pointer-events:none;place-content:center;gap:6px;display:grid;position:absolute;inset:0}.canvas-empty span{font-size:30px}.canvas-empty p{margin:0;font-size:11px}.plot-gallery{background:var(--surface-0);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-content:start;gap:12px;width:100%;height:100%;padding:12px;display:grid;overflow:auto}.plot-card{border:1px solid var(--border);background:var(--surface-1);border-radius:9px;min-width:0;margin:0;overflow:hidden}.plot-card-header{border-bottom:1px solid var(--border);min-height:35px;color:var(--text-soft);justify-content:space-between;align-items:center;padding:0 6px 0 11px;font-size:11px;font-weight:650;display:flex}.plot-image-wrap{background:#fff;place-items:center;min-height:220px;padding:10px;display:grid}.plot-image-wrap img{object-fit:contain;max-width:100%;max-height:460px}.empty-state{width:100%;height:100%;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:7px;padding:24px;display:grid}.empty-state.compact{min-height:130px}.empty-state h3,.empty-state p{margin:0}.empty-state h3{color:var(--text-soft);font-size:13px}.empty-state p{max-width:420px;font-size:11px;line-height:1.55}.empty-state-symbol{color:var(--accent);font-family:monospace;font-size:26px}.statusbar{border-top:1px solid color-mix(in srgb, var(--accent) 22%, var(--border));color:#dbeafe;background:#0c4a6e;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:0 8px;font-size:10px;display:flex;overflow:hidden}:root[data-theme=light] .statusbar{color:#e0f2fe;background:#0369a1}.statusbar-group{white-space:nowrap;align-items:center;gap:7px;min-width:0;display:flex}.statusbar-group--right{justify-content:flex-end;overflow:hidden}.statusbar-group--right>span,.statusbar-group--right>button{padding:0 3px}.statusbar button{color:inherit;cursor:pointer;font-size:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.status-detail{text-overflow:ellipsis;opacity:.72;max-width:320px;overflow:hidden}.runtime-indicator{background:#cbd5e1;border-radius:50%;flex:none;width:7px;height:7px}.runtime-indicator--ready{background:#6ee7b7}.runtime-indicator--booting,.runtime-indicator--loading-packages,.runtime-indicator--running,.runtime-indicator--stopping{background:#fbbf24;animation:1.25s ease-in-out infinite pulse}.runtime-indicator--error{background:#fb7185}@keyframes pulse{50%{opacity:.35}}.modal-open{overflow:hidden}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#020617b8;place-items:center;padding:18px;animation:.12s ease-out fade-in;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-1);width:min(100%,560px);max-height:min(86vh,760px);box-shadow:var(--shadow);flex-direction:column;animation:.14s ease-out modal-in;display:flex;overflow:hidden}.modal--small{width:min(100%,430px)}.modal--large{width:min(100%,820px)}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:17px 18px 14px;display:flex}.modal-header h2{color:var(--text);margin:0;font-size:16px}.modal-header p{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.45}.modal-body{min-height:0;padding:18px;overflow:auto}.modal-footer{border-top:1px solid var(--border);background:var(--surface-0);justify-content:flex-end;align-items:center;gap:8px;padding:11px 18px;display:flex}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.985)}}.field-label{color:var(--text-soft);margin-bottom:7px;font-size:11px;font-weight:700;display:block}.text-input,.select-input{border:1px solid var(--border-strong);width:100%;min-height:37px;color:var(--text);background:var(--surface-0);border-radius:7px;outline:0;padding:0 10px}.text-input:focus,.select-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.text-input.is-invalid{border-color:var(--red)}.field-error{color:var(--red);margin:7px 0 0;font-size:10px}.confirm-message{color:var(--text-soft);align-items:flex-start;gap:12px;line-height:1.55;display:flex}.confirm-message>svg{color:var(--yellow);flex:none}.confirm-message p{margin:0}.settings-list{gap:0;display:grid}.settings-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:22px;min-height:72px;padding:13px 0;display:flex}.settings-row:last-child{border-bottom:0}.settings-row h3,.settings-row p{margin:0}.settings-row h3{color:var(--text-soft);font-size:12px}.settings-row p{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.4}.settings-row--stacked{align-items:flex-start}.segmented-control{border:1px solid var(--border);background:var(--surface-0);border-radius:8px;padding:3px;display:flex}.segmented-control button{min-height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.segmented-control button.is-active{color:var(--text);background:var(--surface-3)}.range-control{align-items:center;gap:9px;display:flex}.range-control input{width:140px;accent-color:var(--accent)}.range-control output{min-width:37px;color:var(--text-soft);font-family:monospace}.select-input{width:140px}.switch{appearance:none;border:1px solid var(--border-strong);background:var(--surface-3);cursor:pointer;border-radius:999px;flex:none;width:38px;height:21px;padding:2px;transition:background .12s,border-color .12s}.switch:before{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .12s;display:block;box-shadow:0 1px 4px #0000004d}.switch:checked{border-color:var(--accent);background:var(--accent-strong)}.switch:checked:before{transform:translate(17px)}.information-card{border:1px solid var(--border);background:var(--surface-0);border-radius:11px;align-items:center;gap:14px;padding:16px;display:flex}.information-card-icon{border:1px solid color-mix(in srgb, var(--accent) 34%, var(--border));color:#fff;background:linear-gradient(145deg, var(--accent-strong), var(--purple));border-radius:12px;flex:none;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 7px 20px #0ea5e933}.information-card-copy{min-width:0}.information-card-copy strong,.information-card-copy span,.information-card-copy p{margin:0;display:block}.information-card-copy strong{color:var(--text);font-size:14px;line-height:1.4}.information-card-copy span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:10px;font-size:10px;font-weight:700}.information-card-copy p{color:var(--accent);margin-top:3px;font-size:13px;font-weight:750}.toast-stack{z-index:150;pointer-events:none;gap:8px;width:min(380px,100vw - 28px);display:grid;position:fixed;bottom:38px;right:14px}.toast{border:1px solid var(--border-strong);min-height:44px;color:var(--text-soft);background:color-mix(in srgb, var(--surface-2) 95%, transparent);box-shadow:var(--shadow);pointer-events:auto;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 8px 8px 11px;animation:.16s ease-out toast-in;display:grid}.toast--success>svg{color:var(--green)}.toast--error>svg{color:var(--red)}.toast--info>svg{color:var(--accent)}@keyframes toast-in{0%{opacity:0;transform:translate(10px)}}.quick-actions{z-index:20;gap:4px;display:none;position:fixed;bottom:31px;right:8px}.quick-action{border:1px solid var(--border);width:29px;height:29px;color:var(--muted);background:var(--surface-1);border-radius:7px;place-items:center;display:grid;box-shadow:0 3px 10px #0000001f}.quick-action:hover{color:var(--text);background:var(--surface-hover)}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:1050px){.topbar{grid-template-columns:minmax(165px,1fr) auto}.topbar-project,.hide-narrow{display:none}}@media (max-width:720px){:root{--activity-w:42px}.topbar{gap:6px;padding-left:7px}.brand-copy span,.information-pill{display:none}.brand-copy strong{font-size:12px}.brand-mark{width:29px;height:29px}.button--run{gap:0;width:34px;min-width:34px;padding:0;font-size:0}.button--run svg{width:15px;height:15px}.sidebar-shell{z-index:30;left:var(--activity-w);top:var(--topbar-h);bottom:var(--statusbar-h);box-shadow:var(--shadow);position:fixed;width:min(82vw,320px)!important}.resize-handle--vertical{display:none}.bottom-tab-list>button{min-width:62px;padding:0 7px;font-size:0}.bottom-tab-list>button svg,.bottom-tab-list>button .tab-badge{font-size:initial}.statusbar-group--right span:nth-last-child(n+3),.statusbar-group--right button{display:none}.settings-row{flex-direction:column;align-items:flex-start;gap:10px}}.editor-loading{height:100%;min-height:0;color:var(--text-muted);background:var(--editor-bg);place-items:center;font-size:13px;display:grid}
