:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;background-color:#404040;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body,html{height:100%;margin:0;padding:0}#app{height:100%}.app-list{flex-direction:column;place-items:center;height:100%;margin-block:0;padding-inline-start:0;list-style-type:none;display:flex}.app-list li{cursor:pointer;background-color:#303030;border-radius:2vw;justify-content:center;place-items:center;display:flex}.app-list li:hover{background-color:#202020}@media (orientation:landscape){.app-list{padding:6vw 0}.app-list li{width:40vw;min-height:30vw;margin:2vw}}@media (orientation:portrait){.app-list{padding:16vw 0}.app-list li{width:80vw;min-height:60vw;margin:4vw}}.home-page{height:100%;margin:0;padding:0}.same,.same-view{justify-content:center;place-items:center;width:100%;height:100%;display:flex}.same{flex-direction:column}.same-view{flex-direction:row}.same-view .column{flex-direction:column-reverse;height:100%;display:flex}.same-view{max-width:100vh;max-height:100vw}.same-view img{max-width:12.5vh;max-height:12.5vw}.same-preview .column{flex-direction:column-reverse;width:16%;height:100%;display:flex}.same-preview .same-view img{max-width:100%;max-height:100%}.ui{display:flex;position:fixed}.ui img{cursor:pointer}@media (orientation:landscape){.ui{flex-direction:column;align-items:flex-end;margin-left:auto;margin-right:0;top:0;right:0}.ui img{height:19.5vh;max-height:100px;margin:.1vw}}@media (orientation:portrait){.ui{flex-direction:row;align-items:flex-end;bottom:0;right:0}.ui.top{flex-direction:row;align-items:flex-start;inset:0 100% 100% 0}.ui img{width:19.5vw;max-width:100px;margin:.1vh}}.overlay{z-index:1000;width:100vw;max-width:100vw;height:100vh;max-height:100vh;display:flex;position:absolute;inset:0}.overlay>img{width:60vw;max-width:100vh;height:60vh;max-height:100vw;margin:auto;animation-name:shrink;animation-duration:.5s;animation-timing-function:ease-in;animation-iteration-count:infinite}@keyframes shrink{0%{transform:scale(0)}to{transform:scale(2)}}.wordmix,.wordmix-view,.wordmix-preview{width:100%;height:100%}.wordmix-view,.wordmix-view img{position:absolute}.wordmix-preview{flex-direction:row;place-content:center;align-items:center;display:flex}.wordmix-preview img{width:18%}.wordmix-preview img:nth-child(2n){margin:1% 1% 10%}.wordmix-preview img:nth-child(odd){margin:10% 1% 1%}@media (orientation:landscape){.wordmix-view img{max-width:30vh;max-height:30vh}}@media (orientation:portrait){.wordmix-view img{max-width:30vw;max-height:30vw}}.minesweeper,.minesweeper-view{justify-content:center;place-items:center;width:100%;height:100%;display:flex}.minesweeper{flex-direction:column}.minesweeper-view{flex-direction:row}.minesweeper-view .column{flex-direction:column;justify-content:center;height:100%;display:flex}.minesweeper-view{max-width:100vh;max-height:100vw}.minesweeper-view img{max-width:8.3vw;max-height:8.3vh}.minesweeper-preview .column{flex-direction:column;width:20%;height:100%;display:flex}.minesweeper-preview .minesweeper-view img{max-width:100%;max-height:23%}.tiles,.tiles-view{flex-direction:column;display:flex}.tiles-view .row{flex-flow:row;display:flex}.tiles-preview{border-radius:2vw;height:100%;overflow:hidden}.tiles-view .row,.tiles-preview .row{margin-top:-49.5px}.tiles-view .row:nth-child(odd),.tiles-preview .row:nth-child(odd){margin-left:-87px}.tiles-view img,.tiles-preview img{margin-left:-13px;margin-right:-13px}img.rot{animation:.1s linear spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(60deg)}}
