:root{color-scheme:light dark;--bg: #0f1419;--surface: #1a2332;--border: #2d3a4d;--text: #e7ecf3;--muted: #8b9cb3;--accent: #3d9a6a;--accent-hover: #4db87e;--err: #e06c75;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media(prefers-color-scheme:light){:root{--bg: #f4f6f9;--surface: #fff;--border: #d8dee9;--text: #1e2430;--muted: #5c6b82;--accent: #2a7a52;--accent-hover: #236644;--err: #c53030}}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{background:var(--bg);color:var(--text)}#app{display:flex;flex-direction:column;min-height:100%}.top{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1rem 1.25rem .5rem;border-bottom:1px solid var(--border);background:var(--surface)}.top h1{margin:0;font-size:1.35rem;font-weight:650}.tagline{margin:.2rem 0 0;color:var(--muted);font-size:.85rem}.toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem}.field{display:flex;flex-direction:column;gap:.2rem;font-size:.75rem;color:var(--muted)}.field select{min-width:10rem;padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.field.checkbox{flex-direction:row;align-items:center;padding-bottom:.35rem}.field.checkbox[hidden],button[hidden]{display:none}button{padding:.45rem .85rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);cursor:pointer;font-size:.85rem}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover:not(:disabled){background:var(--accent-hover)}button:disabled{opacity:.55;cursor:wait}.example-desc{margin:0;padding:.35rem 1.25rem;font-size:.85rem;color:var(--muted);border-bottom:1px solid var(--border)}.panes{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:0}@media(max-width:900px){.panes{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.pane{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--border)}.pane:last-child{border-right:none}.pane h2{margin:0;padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border);background:var(--surface)}#source-editor,#output-editor{flex:1;min-height:200px;overflow:hidden}.status{font-weight:500;text-transform:none;letter-spacing:0}.status[data-kind=ok]{color:var(--accent)}.status[data-kind=err]{color:var(--err)}.status[data-kind=busy]{color:var(--muted)}.foot{padding:.5rem 1.25rem;font-size:.8rem;border-top:1px solid var(--border)}.foot a{color:var(--accent)}.cm-editor.cm-focused{outline:none}
