:root{--bg-color: oklch(43.9% 0 0);--fg-color: oklch(92.2% 0 0)}@media(prefers-color-scheme:light){:root{--bg-color: oklch(92.2% 0 0);--fg-color: oklch(43.9% 0 0)}}body{background-color:var(--bg-color);color:var(--fg-color)}#root{position:fixed;width:100%;left:0;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:stretch}.card{max-width:20em;margin:.5em;padding:.5em;display:flex;flex-direction:column;align-items:start;gap:.5em;border:solid 1px var(--fg-color);overflow-wrap:anywhere;word-break:break-all;white-space:normal;text-align:start}.progress{width:auto}
