html,body,#root{width:100%;height:100%;margin:0}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.app{flex-direction:column;width:100%;height:100%;transition:background .2s;display:flex}.dark{color:#fff;background:#08090d}.light{color:#111;background:#f5f5f5}.topbar{border-bottom:1px solid #20232d;align-items:center;gap:12px;height:64px;min-height:64px;padding:0 22px;display:flex}.dark .topbar{background:#050505;border-bottom-color:#242632}.light .topbar{background:#fff;border-bottom-color:#ddd}.brand{letter-spacing:.3px;margin-right:12px;font-size:20px;font-weight:700}.brand span{color:#fff}.light .brand span{color:#111}.actions{gap:8px;display:flex}button,select{font:inherit}button{cursor:pointer;border:0}.reset,.save,.run,.theme{border-radius:7px;height:36px;padding:0 14px;font-size:13px;font-weight:700}.reset{color:#fff;background:#ff1818}.save{color:#fff;background:#08a84f}.right-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.run{color:#fff;background:#7c19ff}select{color:#fff;cursor:pointer;background:#15161c;border:1px solid #343743;border-radius:7px;outline:none;min-width:145px;height:38px;padding:0 12px}.light select{color:#111;background:#fff;border-color:#ccc}.theme{width:38px;color:inherit;background:0 0;padding:0;font-size:20px}.editor-area{flex:1;min-height:0}.console{border-top:1px solid #252833;height:145px;min-height:145px;padding:12px 18px;overflow:auto}.dark .console{background:#0c0d12}.light .console{background:#fff;border-top-color:#ddd}.console-title{letter-spacing:1px;opacity:.7;margin-bottom:10px;font-size:12px;font-weight:800}.console pre{white-space:pre-wrap;margin:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;line-height:1.6}@media (width<=700px){.topbar{gap:6px;padding:0 10px}.brand{margin-right:3px;font-size:16px}.reset,.save{padding:0 8px;font-size:11px}.run{padding:0 9px;font-size:11px}select{width:105px;min-width:105px;font-size:12px}.theme{width:30px}.console{height:125px;min-height:125px}}
