:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e2e8f0;background:#020617;font-family:Inter,Segoe UI,sans-serif}*{box-sizing:border-box}body,#root{width:100%;height:100vh;margin:0}.root{grid-template-rows:auto 1fr;height:100%;display:grid}.topbar{border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.tabs{gap:.5rem;display:flex}button{color:#fff;cursor:pointer;background:#1d4ed8;border:0;border-radius:.35rem;padding:.35rem .7rem}.tabs button{background:#0f172a;border:1px solid #334155}.tabs button.active{background:#1e3a8a}.pane{gap:.75rem;min-height:0;padding:.75rem 1rem;display:grid}textarea,pre{color:#e2e8f0;background:#0f172a;border:1px solid #334155;border-radius:.35rem;padding:.65rem}textarea{min-height:180px}pre{white-space:pre-wrap}.embed{background:#0f172a;border:1px solid #334155;border-radius:.5rem;width:100%;min-height:520px}.hint{color:#93c5fd;margin:0}.row{gap:.5rem;display:flex}
