._errorBox_nolrz_6{grid-area:output;background-color:var(--color-foreground);padding:1rem;display:flex;flex-direction:column;gap:.5rem;border-radius:.25rem;box-shadow:var(--preset-shadow)}._outputBox_8zlrg_6{grid-area:output;display:flex;flex-direction:column}._outputBox_8zlrg_6>._qrCodePreview_8zlrg_12{padding:1rem;background-color:#fff;border-top-left-radius:.25rem;border-top-right-radius:.25rem;box-shadow:var(--preset-shadow)}._outputBox_8zlrg_6>._downloadLink_8zlrg_20{padding:.5rem 1rem;background-color:var(--color-foreground);border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;box-shadow:var(--preset-shadow)}._outputBox_8zlrg_6>._downloadLink_8zlrg_20:active{box-shadow:none}@media (max-width: 799px){._outputBox_8zlrg_6{display:grid;grid-template-columns:100px auto;grid-template-rows:max-content}._outputBox_8zlrg_6>._qrCodePreview_8zlrg_12{padding:.5rem;border-radius:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}._outputBox_8zlrg_6>._downloadLink_8zlrg_20{border-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}}._footer_1jvrl_6{grid-area:footer;display:flex;flex-direction:column}._footer_1jvrl_6>*{padding:.5rem 1rem;background-color:var(--color-foreground);box-shadow:var(--preset-shadow)}._footer_1jvrl_6>*:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}._footer_1jvrl_6>*:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}._header_bj1vm_6{grid-column:1/3;display:grid;grid-template-columns:max-content auto;grid-template-rows:repeat(2,max-content);gap:.2rem .8rem}._icon_bj1vm_14{grid-column:1/2;grid-row:1/3;height:4rem;margin:auto;box-shadow:var(--preset-shadow)}._titleText_bj1vm_22{grid-column:2/3;grid-row:1/2}*{padding:0;margin:0;box-sizing:border-box}:root{color-scheme:light dark;font-family:sans-serif;--color-background: hsl(0, 0%, 90%);--color-foreground: hsl(0, 0%, 100%);--color-text: hsl(225, 16%, 16%);--preset-shadow: 0 0 2px gray}body{padding:1rem;min-height:600px;width:100vw;display:flex;background-color:var(--color-background);justify-content:center}#root{display:grid;grid-template-rows:repeat(2,max-content) auto;grid-template-columns:auto max-content;grid-template-areas:"header header" "userInput output" "userInput footer";gap:1rem;width:80ch}textarea{grid-area:userInput;resize:none;border-radius:.25rem;background-color:var(--color-foreground);box-shadow:var(--preset-shadow);padding:1rem;border:none}@media (prefers-color-scheme: dark){:root{--color-background: hsl(225, 16%, 8%);--color-foreground: hsl(225, 16%, 16%);--color-text: hsl(0, 0%, 90%);--preset-shadow: 0 0 2px black}}@media (max-width: 799px){#root{height:max-content;width:100vw;display:flex;flex-direction:column;justify-content:start}body{height:auto}textarea{height:500px}}
