html[theme=dark]{--main-bg: #1f1f1f}html[theme=light]{--main-bg: #ffffff}:root{--wm-color: #3498db }.relative{position:relative}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.unselectable{-webkit-user-select:none;user-select:none}.gap-1{gap:1em}.gap-2{gap:2em}.gap-3{gap:3em}.gap-4{gap:4em}.p-1{padding:1em}.p-2{padding:2em}.p-3{padding:3em}.p-4{padding:4em}body{margin:0;padding:0;font-family:Roboto,sans-serif;letter-spacing:.1em}#app{min-height:100vh;display:flex;align-items:center;justify-content:center}html[theme=dark] #app,html[theme=light] #app{color:#cacaca;background-color:var(--main-bg)}.v-dialog-body{font-family:Roboto,sans-serif}html[theme=dark] .v-dialog-body,html[theme=light] .v-dialog-body{background-color:#fff!important}
