:root{color:#182033;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}header{background:#fff;border-bottom:1px solid #e3e8f1;justify-content:space-between;align-items:center;height:88px;padding:16px 28px;display:flex}h1,h2,h3{margin:0}h1{font-size:24px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#6a7690;font-size:11px}.header-actions,.actions,.section-title{align-items:center;gap:14px;display:flex}.section-title{justify-content:space-between;margin-bottom:20px}button{cursor:pointer;background:#fff;border:1px solid #ccd5e3;border-radius:8px;padding:9px 13px;font-weight:650}.primary{color:#fff;background:#1769e0;border-color:#1769e0}.danger-ghost{color:#b42318;border-color:#f2c8c3}main{grid-template-columns:280px 1fr;min-height:calc(100vh - 88px);display:grid}aside{background:#fff;border-right:1px solid #e3e8f1;padding:22px}.aside-title{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.task{text-align:left;border:1px solid #0000;width:100%;margin:6px 0;padding:12px;display:block}.task.active{background:#edf4ff;border-color:#b7d1fa}.task small{color:#6a7690;margin-top:4px;display:block}.editor{max-width:1080px;padding:30px}.empty,.panel,.result,details{background:#fff;border:1px solid #e3e8f1;border-radius:12px;margin-bottom:20px;padding:22px}.grid{gap:14px;display:grid}.grid.two{grid-template-columns:1fr 1fr}.grid.four{grid-template-columns:repeat(4,1fr)}label{flex-direction:column;gap:6px;margin-bottom:13px;font-size:13px;font-weight:650;display:flex}input,select,textarea{width:100%;font:inherit;background:#fff;border:1px solid #c8d1df;border-radius:7px;padding:10px}.checkbox{flex-direction:row;align-items:center}.checkbox input{width:auto}.badge{color:#1756a9;background:#e7effe;border-radius:999px;padding:4px 8px;font-size:11px;display:inline-block}.muted{color:#6a7690;font-size:12px}.result img{border:1px solid #d6deeb;border-radius:8px;max-width:100%}.status{margin-bottom:12px;font-weight:700}pre{color:#dbe6fb;white-space:pre-wrap;word-break:break-word;background:#121a2a;border-radius:8px;padding:14px;overflow:auto}details{margin-top:24px}summary{cursor:pointer;font-weight:700}@media (width<=800px){main{grid-template-columns:1fr}aside{border-right:0}.grid.two,.grid.four{grid-template-columns:1fr}.editor{padding:18px}header{padding:14px}}
