.Editor-module___IcS-G__appShell{background:var(--bg);flex-direction:column;height:100vh;display:flex;overflow:hidden}.Editor-module___IcS-G__topBar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;height:48px;padding:0 .75rem;display:flex}.Editor-module___IcS-G__topLeft{flex:1;align-items:center;gap:.65rem;min-width:0;display:flex}.Editor-module___IcS-G__logo{flex-shrink:0;font-size:1.3rem;font-weight:900;text-decoration:none}.Editor-module___IcS-G__projectName{align-items:center;min-width:0;display:flex}.Editor-module___IcS-G__nameDisplay{color:var(--text-muted);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:6px;max-width:200px;padding:.3rem .5rem;font-size:.85rem;font-weight:600;transition:all .2s;overflow:hidden}.Editor-module___IcS-G__nameDisplay:hover{border-color:var(--border);color:var(--text);background:var(--surface2)}.Editor-module___IcS-G__nameInput{background:var(--surface2);border:1px solid var(--primary);color:var(--text);border-radius:6px;outline:none;width:180px;padding:.3rem .5rem;font-family:inherit;font-size:.85rem;font-weight:600}.Editor-module___IcS-G__topRight{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.Editor-module___IcS-G__layoutBtns{background:var(--surface2);border-radius:8px;gap:.15rem;padding:.2rem;display:flex}.Editor-module___IcS-G__layoutBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;padding:.3rem .5rem;font-size:.95rem;transition:all .15s}.Editor-module___IcS-G__layoutBtn:hover{color:var(--text);background:var(--surface3,#ffffff0f)}.Editor-module___IcS-G__activeLayout{background:var(--surface3,#ffffff14)!important;color:var(--primary)!important}.Editor-module___IcS-G__userChip{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.Editor-module___IcS-G__userChip img{border-radius:50%;width:22px;height:22px}.Editor-module___IcS-G__promptBar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;padding:.5rem .75rem}.Editor-module___IcS-G__promptInner{align-items:center;gap:.5rem;display:flex}.Editor-module___IcS-G__improveTag{flex-shrink:0}.Editor-module___IcS-G__promptInput{flex:1;min-width:0}.Editor-module___IcS-G__generateBtn{flex-shrink:0;justify-content:center;min-width:130px}.Editor-module___IcS-G__mainArea{flex:1;min-height:0;display:flex;overflow:hidden}.Editor-module___IcS-G__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;align-items:center;width:44px;padding:4px 0;display:flex;overflow:hidden auto}.Editor-module___IcS-G__sidebarBtn{cursor:pointer;width:36px;height:36px;color:var(--text-muted);background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:1px 0;font-size:1rem;transition:color .15s,background .15s;display:flex;position:relative}.Editor-module___IcS-G__sidebarBtn:hover{color:var(--text);background:var(--surface2)}.Editor-module___IcS-G__sidebarBtn:hover:after{content:attr(title);color:#fff;white-space:nowrap;pointer-events:none;z-index:9999;background:#1a1a2e;border-radius:5px;padding:.3rem .6rem;font-size:.72rem;font-weight:600;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%);box-shadow:0 2px 8px #0000004d}.Editor-module___IcS-G__sidebarBtnActive{color:var(--primary)!important;background:#6c63ff1f!important}.Editor-module___IcS-G__sidebarBtnActive:hover{background:#6c63ff2e!important}.Editor-module___IcS-G__sidebarDivider{background:var(--border);flex-shrink:0;width:28px;height:1px;margin:4px 0}.Editor-module___IcS-G__sidebarSpacer{flex:1}.Editor-module___IcS-G__sidebarAvatar{object-fit:cover;border-radius:50%;width:18px;height:18px}.Editor-module___IcS-G__workArea{flex:1;min-height:0;display:flex;overflow:hidden}.Editor-module___IcS-G__editorPanel{border-right:1px solid var(--border);flex-direction:column;flex:1;min-width:0;display:flex}.Editor-module___IcS-G__editorTabs{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;height:38px;padding:0 .5rem;display:flex;overflow-x:auto}.Editor-module___IcS-G__tab{height:100%;color:var(--text-muted);cursor:pointer;white-space:nowrap;letter-spacing:.03em;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:0 .85rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:color .2s;display:flex}.Editor-module___IcS-G__tab:hover{color:var(--text)}.Editor-module___IcS-G__activeTab{border-bottom-color:var(--primary);color:var(--text)!important}.Editor-module___IcS-G__tabDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.Editor-module___IcS-G__tabBadge{color:var(--primary);font-size:1rem;line-height:1}.Editor-module___IcS-G__tabSpacer{flex:1}.Editor-module___IcS-G__monacoContainer{flex:1;overflow:hidden}.Editor-module___IcS-G__previewPanel{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.Editor-module___IcS-G__previewBar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:38px;padding:0 .75rem;display:flex}.Editor-module___IcS-G__previewLabel{color:var(--text-muted);font-size:.78rem;font-weight:600}.Editor-module___IcS-G__previewFrame{background:#fff;border:none;flex:1;width:100%}.Editor-module___IcS-G__terminal{background:#0d0d14;border-top:1px solid #00000026;flex-direction:column;flex-shrink:0;height:210px;font-family:Fira Code,Cascadia Code,Consolas,monospace;display:flex}.Editor-module___IcS-G__terminalHeader{color:#abb2bf;background:#1a1a2e;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:.5rem;height:36px;padding:0 .85rem;font-size:.78rem;font-weight:600;display:flex}.Editor-module___IcS-G__terminalHeader span:first-child{flex:1}.Editor-module___IcS-G__terminalBody{flex:1;padding:.6rem .85rem;font-size:.78rem;overflow-y:auto}.Editor-module___IcS-G__terminalWelcome{color:#5c6370;margin-bottom:.5rem;font-size:.72rem;font-style:italic}.Editor-module___IcS-G__terminalLine{margin-bottom:.2rem}.Editor-module___IcS-G__terminalLine pre{white-space:pre-wrap;word-break:break-all;font-family:inherit;font-size:inherit}.Editor-module___IcS-G__term_input pre{color:#61afef}.Editor-module___IcS-G__term_output pre{color:#abb2bf}.Editor-module___IcS-G__term_error pre{color:#e06c75}.Editor-module___IcS-G__term_warn pre{color:#e5c07b}.Editor-module___IcS-G__term_success pre{color:#98c379}.Editor-module___IcS-G__terminalInput{background:#161625;border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.5rem;padding:.4rem .85rem;display:flex}.Editor-module___IcS-G__terminalPrompt{color:#98c379;font-size:.85rem;font-weight:700}.Editor-module___IcS-G__terminalTextInput{color:#abb2bf;background:0 0;border:none;outline:none;flex:1;font-family:Fira Code,Cascadia Code,Consolas,monospace;font-size:.78rem}.Editor-module___IcS-G__terminalTextInput::placeholder{color:#5c6370}.Editor-module___IcS-G__mobileNav{background:var(--surface);border-top:1px solid var(--border);padding:0;padding-bottom:env(safe-area-inset-bottom,0);flex-shrink:0;align-items:stretch;display:none}.Editor-module___IcS-G__mobileNavBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-top:2px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.15rem;padding:.5rem .25rem;font-family:inherit;font-size:.65rem;font-weight:600;transition:all .15s;display:flex}.Editor-module___IcS-G__mobileNavBtn span:first-child{font-size:1.15rem;line-height:1.2}.Editor-module___IcS-G__mobileNavBtn:hover{color:var(--text)}.Editor-module___IcS-G__mobileNavActive{border-top-color:var(--primary);background:#6c63ff0f;color:var(--primary)!important}.Editor-module___IcS-G__configNote{border-radius:var(--radius);color:var(--warning,#f59e0b);background:#f59e0b1a;border:1px solid #f59e0b4d;padding:1rem;font-size:.875rem;line-height:1.6}.Editor-module___IcS-G__configNote code{background:#ffffff1a;border-radius:4px;padding:.1rem .4rem}.Editor-module___IcS-G__githubUserCard{background:var(--surface2);border-radius:var(--radius);align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.Editor-module___IcS-G__githubUserCard img{border-radius:50%;width:40px;height:40px}.Editor-module___IcS-G__githubUserCard strong{font-size:.95rem;display:block}.Editor-module___IcS-G__githubUserCard span{color:var(--text-muted);font-size:.8rem}.Editor-module___IcS-G__pushModeTabs{gap:.5rem;margin-bottom:1.25rem;display:flex}.Editor-module___IcS-G__modeTab{border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;background:0 0;flex:1;padding:.5rem;font-family:inherit;font-size:.875rem;transition:all .2s}.Editor-module___IcS-G__modeTabActive{border-color:var(--primary);color:var(--primary);background:#dc262614}.Editor-module___IcS-G__pagesToggle{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);margin:1rem 0 .5rem;padding:.75rem 1rem}.Editor-module___IcS-G__pagesLabel{cursor:pointer;color:var(--text);align-items:center;gap:.6rem;font-size:.875rem;font-weight:600;display:flex}.Editor-module___IcS-G__pagesLabel input[type=checkbox]{width:15px;height:15px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.Editor-module___IcS-G__pagesUrl{border-radius:var(--radius);background:#22c55e14;border:1px solid #22c55e4d;flex-wrap:wrap;align-items:center;gap:.5rem;margin:.75rem 0;padding:.65rem 1rem;font-size:.875rem;display:flex}.Editor-module___IcS-G__pagesUrl span{color:var(--text-muted);white-space:nowrap}.Editor-module___IcS-G__pagesUrl a{color:#22c55e;word-break:break-all;font-weight:600}.Editor-module___IcS-G__imageDropZone{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;color:var(--text-muted);margin-bottom:.25rem;padding:2rem 1rem;line-height:1.7;transition:all .2s}.Editor-module___IcS-G__imageDropZone:hover{border-color:var(--primary);color:var(--text);background:#6c63ff0d}.Editor-module___IcS-G__assetGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;max-height:180px;display:grid;overflow-y:auto}.Editor-module___IcS-G__assetThumb{border:1px solid var(--border);cursor:pointer;background:var(--surface2);border-radius:6px;transition:border-color .2s,transform .15s;overflow:hidden}.Editor-module___IcS-G__assetThumb:hover{border-color:var(--primary);transform:scale(1.04)}.Editor-module___IcS-G__assetThumb img{object-fit:cover;width:100%;height:60px;display:block}.Editor-module___IcS-G__assetName{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;padding:.2rem .3rem;font-size:.62rem;overflow:hidden}.Editor-module___IcS-G__creditsBadge{color:var(--primary);cursor:pointer;white-space:nowrap;background:#6c63ff1f;border:1px solid #6c63ff4d;border-radius:50px;align-items:center;gap:.3rem;padding:.28rem .6rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.Editor-module___IcS-G__creditsBadge:hover{border-color:var(--primary);background:#6c63ff33}.Editor-module___IcS-G__creditsLow{color:#ef4444;background:#ef44441a;border-color:#ef444466}.Editor-module___IcS-G__creditsLow:hover{background:#ef44442e}@media (max-width:768px){.Editor-module___IcS-G__topBar{height:44px;padding:0 .6rem}.Editor-module___IcS-G__nameDisplay{max-width:120px;font-size:.8rem}.Editor-module___IcS-G__layoutBtns,.Editor-module___IcS-G__userChip span{display:none}.Editor-module___IcS-G__promptBar{padding:.45rem .6rem}.Editor-module___IcS-G__promptInner{flex-wrap:wrap;gap:.4rem}.Editor-module___IcS-G__generateBtn{min-width:unset;order:2;width:100%}.Editor-module___IcS-G__promptInput{order:1}.Editor-module___IcS-G__improveTag{order:0}.Editor-module___IcS-G__sidebar{display:none}.Editor-module___IcS-G__workArea{position:relative}.Editor-module___IcS-G__editorPanel{border-right:none}.Editor-module___IcS-G__appShell{padding-bottom:52px}.Editor-module___IcS-G__mobileNav{z-index:200;display:flex;position:fixed;bottom:0;left:0;right:0}.Editor-module___IcS-G__terminal{height:160px}.Editor-module___IcS-G__terminalWelcome{display:none}.Editor-module___IcS-G__tab{padding:0 .65rem;font-size:.72rem}}@media (max-width:480px){.Editor-module___IcS-G__topBar{height:42px}.Editor-module___IcS-G__logo{font-size:1.1rem}.Editor-module___IcS-G__nameDisplay{max-width:90px;font-size:.75rem}.Editor-module___IcS-G__userChip img{width:20px;height:20px}}
