.layout{display:flex;flex-direction:column;height:100dvh;background:#1a1a2e;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.layout-panels{display:grid;grid-template-columns:1fr 1.5fr .8fr;flex:1;min-height:0;gap:1px;background:#2a2a3e}.layout-panel{overflow:hidden;background:#1e1e2e}.layout-editor{display:flex;flex-direction:column}.layout-viewport{position:relative;background:linear-gradient(180deg,#1a1a2e,#16213e,#0f3460)}.layout-chat{display:flex;flex-direction:column}.layout-panels-expanded{grid-template-columns:1fr}.layout-footer{display:flex;align-items:center;justify-content:center;gap:6px;padding:4px 0;font-size:11px;background:#16162a;border-top:1px solid #2a2a3e;flex-shrink:0}.layout-footer a{color:#666;text-decoration:none}.layout-footer a:hover{color:#4a9eff}.layout-footer-sep{color:#444}.layout-mobile{overflow:hidden}.mobile-swipe-container{flex:1;min-height:0;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-swipe-container::-webkit-scrollbar{display:none}.mobile-pane{flex:0 0 100%;width:100%;height:100%;min-height:0;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;display:flex;flex-direction:column}.mobile-pane-chat{overflow:visible}.mobile-pane-viewport{position:relative;background:linear-gradient(180deg,#1a1a2e,#16213e,#0f3460)}.mobile-tab-bar{display:flex;background:#16162a;border-top:1px solid #2a2a3e;flex-shrink:0;padding:0}.mobile-tab{flex:1;padding:10px 0;background:transparent;border:none;border-top:2px solid transparent;color:#888;font-size:13px;font-weight:500;cursor:pointer;transition:color .15s,border-color .15s}.mobile-tab-active{color:#4a9eff;border-top-color:#4a9eff}@media(max-width:768px){.layout-footer{display:none}.toolbar{gap:6px!important;padding:0 8px!important;height:40px!important}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;background:#1a1a2e;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}#root{height:100%}button,select{font-family:inherit}
