:root{color-scheme:light dark;font-family:system-ui,sans-serif;--ground: #f4f4f5;--surface: #fafafa;--ink: #26262a;--muted: #6a6a72;--line: #d6d6db;--blue: #3464df;--highlight: #fff;--shadow: #00000018;--mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace}@media(prefers-color-scheme:dark){:root{--ground: #171719;--surface: #202023;--ink: #d4d4da;--muted: #91919b;--line: #37373e;--blue: #8cabff;--highlight: #ffffff0d;--shadow: #00000050}}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;min-height:100vh;background:var(--ground);color:var(--ink);-webkit-font-smoothing:antialiased}nav{position:absolute;top:22px;right:28px;display:flex;gap:10px}button{font:12px/1.4 system-ui,sans-serif;min-height:34px;padding:7px 13px;border:1px solid var(--line);border-radius:0;color:var(--ink);background:linear-gradient(var(--surface),var(--ground));box-shadow:inset 0 1px 0 var(--highlight),0 1px 2px var(--shadow);cursor:pointer}button:hover{border-color:var(--muted)}button:active{box-shadow:inset 0 1px 3px var(--shadow);transform:translateY(1px)}button.primary{color:#fff;background:linear-gradient(#3e70ed,#2e5dd4);border-color:#2853bf;box-shadow:inset 0 1px #ffffff30,0 1px 2px var(--shadow)}button.primary:active{box-shadow:inset 0 1px 3px #00000030}:focus-visible{outline:2px solid var(--blue);outline-offset:3px}main{padding:88px 28px 28px}pre{margin:0;font:12px/1.8 var(--mono);tab-size:2}#log{white-space:pre-wrap;overflow-wrap:anywhere;min-height:48px}#status{margin:12px 0 0;font:12px/1.8 var(--mono);color:var(--muted)}.complete #log{max-height:30vh;overflow:auto}.complete #status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%)}#output{margin-top:28px;border:1px solid var(--line);background:var(--surface);box-shadow:0 1px 2px var(--shadow)}.output-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line)}h1{margin:0;font-size:13px;font-weight:600}#filename{display:block;margin-top:4px;font-size:11px;color:var(--muted);overflow-wrap:anywhere}.output-head>div{min-width:0}.actions{display:flex;flex-wrap:wrap;gap:8px;flex-shrink:0}#listing{padding:20px;max-height:58vh;overflow:auto;box-shadow:inset 0 1px 3px var(--shadow)}#listing b{color:var(--ink);font-weight:600}#listing .op{color:var(--blue)}#listing .cm{color:var(--muted)}#drop-hint{position:fixed;inset:12px;z-index:2;display:grid;place-items:center;border:1px solid var(--blue);background:var(--ground);color:var(--blue);font:16px system-ui,sans-serif;pointer-events:none;box-shadow:inset 0 1px 5px var(--shadow)}@media(max-width:600px){nav{top:16px;right:16px}main{padding:76px 16px 16px}.output-head{align-items:flex-start;flex-direction:column;padding:14px}#listing{padding:14px}pre{font-size:11px}}
