:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}main{max-width:640px;margin:0 auto;padding:3rem 1.5rem}.preset-grid{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.preset-button{cursor:pointer;background:0 0;border:1px solid #888;border-radius:8px;padding:.75rem 1.25rem;font-size:1rem}.preset-button:hover{background:#8080801a}.preset-button:disabled{opacity:.5;cursor:not-allowed}.result-box{white-space:pre-wrap;border:1px solid #888;border-radius:8px;margin-top:2rem;padding:1rem;font-family:ui-monospace,monospace;font-size:.9rem}.error-box{color:#d33}
