*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#0b0e12;color:#e8ebf0}.app{height:100vh;display:flex;flex-direction:column;overflow:hidden}header{height:64px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid #272c34;background:#101318}.brand{display:flex;gap:9px;align-items:center}.brand b{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#e8ebf0;color:#111}.brand small{border:1px solid #363c46;padding:3px 7px;border-radius:99px;color:#9da5b2;font-size:10px}.actions{margin-left:auto;display:flex;gap:7px}.actions button{height:35px;border:1px solid #343a44;background:#181d23;color:#e8ebf0;border-radius:7px;padding:0 11px;font-weight:650;cursor:pointer}.actions .build,.actions .github{background:#e8ebf0;color:#111}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:235px 1fr 44%}aside{border-right:1px solid #272c34;background:#0f1217;display:flex;flex-direction:column}.label,.bar{height:44px;border-bottom:1px solid #272c34;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:11px;font-weight:750;letter-spacing:.08em;color:#aeb5c0}.label span{background:#252b34;padding:2px 6px;border-radius:9px}.search{margin:10px;border:1px solid #303640;background:#171b21;color:#e8ebf0;border-radius:7px;padding:9px;outline:none}.tree{overflow:auto;padding:0 7px}.tree button{width:100%;text-align:left;border:0;background:transparent;color:#b8c0cc;border-radius:6px;padding:8px;font:12px ui-monospace,monospace;cursor:pointer}.tree button.sel,.tree button:hover{background:#242a33;color:#fff}.hint{margin:auto 10px 12px;padding:12px;border:1px dashed #343a44;border-radius:9px;color:#818a98;font-size:10px;line-height:1.5}.editor{min-width:0;display:flex;flex-direction:column}.bar i{font-style:normal;letter-spacing:0;color:#747e8c;font-size:10px;font-weight:400}.editor textarea{flex:1;resize:none;border:0;outline:0;background:#0b0e12;color:#dce1e8;padding:18px 20px;font:13px/1.65 ui-monospace,SFMono-Regular,monospace}.preview{border-left:1px solid #272c34;display:flex;flex-direction:column;min-width:0;background:#12161b}.bar button{border:1px solid #303640;background:#191e24;color:#bfc7d1;border-radius:6px;padding:4px 7px;cursor:pointer}.preview iframe{border:0;background:#fff;flex:1;width:100%;min-height:0}footer{height:30px;border-top:1px solid #272c34;background:#101318;color:#737d8b;display:flex;gap:16px;align-items:center;padding:0 12px;font-size:10px}.overlay{position:fixed;inset:0;background:#0009;display:grid;place-items:center;padding:20px}.modal{width:min(440px,100%);background:#15191f;border:1px solid #343a44;border-radius:13px;padding:20px}.modal h2{margin-top:0}.modal p{color:#929ba8;font-size:12px;line-height:1.5}.modal input,.modal select{width:100%;height:38px;margin-top:10px;background:#0e1217;border:1px solid #343a44;color:#fff;border-radius:7px;padding:0 9px}.wide{width:100%;height:38px;border:0;border-radius:7px;font-weight:700;margin-top:12px}@media(max-width:850px){.workspace{grid-template-columns:190px 1fr}.preview{display:none}}@media(max-width:600px){aside{display:none}.workspace{grid-template-columns:1fr}.brand strong{display:none}}
