*{box-sizing:border-box;margin:0;padding:0}html,body,#app{color:#d4d4d4;background:#1e1e1e;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}#app{flex-direction:column;display:flex}#header{background:#252526;border-bottom:1px solid #3c3c3c;flex-shrink:0;align-items:center;gap:16px;padding:8px 16px;display:flex}#header h1{color:#e0e0e0;white-space:nowrap;font-size:14px;font-weight:600}#backend-selector{gap:4px;display:flex}#backend-selector button{color:#a0a0a0;cursor:pointer;background:0 0;border:1px solid #3c3c3c;border-radius:12px;padding:4px 12px;font-size:12px;transition:all .15s}#backend-selector button:hover{color:#d4d4d4;border-color:#007acc}#backend-selector button.active{color:#fff;background:#007acc;border-color:#007acc}#backend-selector button:disabled{opacity:.4;cursor:not-allowed}#status{color:gray;white-space:nowrap;margin-left:auto;font-size:12px}#status.loading{color:#dcdcaa}#status.ready{color:#6a9955}#status.error{color:#f44747}#editor-container{flex:1;overflow:hidden}
