:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;--surface-app:#1b1e23;--surface-toolbar:#24282e;--surface-panel:#20242a;--surface-control:#2d323a;--surface-control-hover:#383e47;--border-default:#3a4049;--border-strong:#505864;--text-primary:#e5e8ec;--text-muted:#aeb5bf;--selection:#4aa3ff;--warning:#e8b04b;--error:#ef6b73;--viewport-background:#3b4858;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{background:var(--surface-app);min-width:320px;color:var(--text-primary)}button{font:inherit}button:focus-visible,[role=separator]:focus-visible{outline:2px solid var(--selection);outline-offset:-2px}.application-shell{background:var(--surface-app);grid-template-rows:48px minmax(0,1fr);width:100%;height:100%;display:grid}.toolbar{z-index:1;background:var(--surface-toolbar);border-bottom:1px solid var(--border-default);align-items:center;padding:6px 8px;display:flex}.toolbar__button{width:36px;height:36px;color:var(--text-muted);background:var(--surface-control);border:1px solid var(--border-default);border-radius:4px;place-items:center;padding:7px;display:grid}.toolbar__button[aria-disabled=true]{cursor:not-allowed;opacity:.72}.toolbar__placeholder-icon{background:currentColor;width:22px;height:22px;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M7%203.75h7l3%203v13.5H7z'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14%203.75v3h3M10%2012h4M12%2010v4'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M7%203.75h7l3%203v13.5H7z'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14%203.75v3h3M10%2012h4M12%2010v4'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 50%/contain no-repeat}.workspace{min-width:0;min-height:0;display:flex}.panel-group{flex:0 0 var(--panel-width);width:var(--panel-width);min-height:0;display:flex}.panel-group--right{justify-content:flex-end}.panel{background:var(--surface-panel);flex:1;min-width:0;position:relative}.panel--left{border-right:1px solid var(--border-default)}.panel--right{border-left:1px solid var(--border-default)}.panel__toggle{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;padding:0;display:grid;position:absolute;top:8px}.panel--left .panel__toggle{right:4px}.panel--right .panel__toggle{left:4px}.panel__toggle:hover:not(:disabled){color:var(--text-primary);background:var(--surface-control-hover);border-color:var(--border-default)}.panel__toggle:disabled{cursor:default;opacity:.5}.panel-resizer{z-index:2;cursor:col-resize;touch-action:none;background:0 0;flex:0 0 5px;width:5px}.panel-resizer:hover,.panel-resizer:focus-visible{background:var(--selection)}.viewport-host{background:var(--viewport-background);flex:auto;min-width:0;min-height:0;position:relative;overflow:hidden}.viewport-canvas{width:100%;height:100%;display:block}@media (prefers-reduced-motion:no-preference){.panel-group{transition:width .12s,flex-basis .12s}}
