@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Playwrite+CO+Guides&display=swap";:root{--background:#602626;--foreground:#171717}@media(prefers-color-scheme:dark){:root{--background:#602626;--foreground:#171717}}body,html{max-width:100vw;height:100dvh;overflow:hidden}body{color:var(--foreground);background:var(--background);font-family:Caveat,serif;font-optical-sizing:auto;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}input:focus::placeholder{color:transparent}.qrcode{display:flex;justify-content:center;text-align:center;background-color:red}.input{border-radius:25px;padding:1rem 3rem}.center{display:flex;justify-content:center;align-items:center;height:100%}.jigsaw-puzzle{height:100%!important}.container-scroll{height:100dvh;overflow-y:scroll}