:root{color:#111;background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}.shell{max-width:1400px;margin:0 auto;padding:24px}.hero{justify-content:space-between;gap:24px;margin-bottom:16px;display:flex}h1,p{margin-top:0}h1{margin-bottom:8px;font-size:2rem;line-height:1.1}.lede{color:#444;max-width:760px;margin-bottom:0;line-height:1.4}.statusCard{color:#444;text-align:right;min-width:220px;font-size:.9rem}.progressTrack{background:#fff;border:1px solid #aaa;height:6px;margin-top:8px;position:relative;overflow:hidden}.progressBar{background:#111;height:100%;transition:width .16s}.progressBar.indeterminate{width:35%;animation:1s linear infinite progress-indeterminate}@keyframes progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(300%)}}.dot,.pulse{display:none}.warning,.error{border:1px solid #ccc;margin-bottom:12px;padding:10px}.error{color:#b00020;border-color:#b00020}.actions{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;padding:8px 12px}.fileButton{color:#111;cursor:pointer;background:#fff;border:1px solid #111;align-items:center;padding:8px 12px;display:inline-flex}.fileButton input{display:none}.fileName{color:#555;align-self:center;font-size:.9rem}button.secondary{color:#111;background:#fff}button:disabled{cursor:not-allowed;opacity:.5}.panes{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.pane{gap:6px;display:grid}.pane span{font-size:.9rem;font-weight:700}textarea{resize:vertical;color:#111;white-space:pre-wrap;background:#fff;border:1px solid #aaa;outline:none;min-height:60vh;padding:12px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.95rem;line-height:1.5}textarea:focus{border-color:#111}@media (width<=840px){.shell{padding:16px}.hero{display:block}.statusCard{text-align:left;margin-top:12px}.panes{grid-template-columns:1fr}textarea{min-height:38vh}}
