@import"https://fonts.googleapis.com/css?family=Exo:400,700";.home{position:relative;display:flex;flex-direction:column;width:100vw;min-height:100vh;height:100vh;overflow:hidden;background-color:#030b16}.home__background{position:fixed;inset:0;width:100vw;height:100vh;object-fit:cover;object-position:center center;pointer-events:none;user-select:none;z-index:0}.home header{position:relative;z-index:99999;pointer-events:none}.home main{position:relative;z-index:2;flex:1;display:flex;align-items:center;justify-content:center;padding:0 20px}.home .settings{position:fixed;top:16px;right:16px;z-index:99999;display:flex;align-items:center;justify-content:flex-end;gap:12px;pointer-events:auto}.home .settings-btn{position:relative;z-index:100000;width:60px;height:60px;min-width:60px;min-height:60px;border:none;border-radius:50%;background:rgba(0,0,0,.45);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-size:26px;line-height:1;color:#fff;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none}.home .settings-btn svg{width:30px;height:30px;pointer-events:none}.home .settings-btn svg,.home .settings-btn svg *,.home .settings-btn svg path{fill:#fff;pointer-events:none}.home .settings-btn:hover{transform:scale(1.05)}.home .settings-btn:active{transform:scale(.95)}.player-form{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%}.player-form input{width:260px;max-width:90vw;height:48px;border:none;border-radius:8px;padding:0 18px;text-align:center;font-size:18px;font-family:QTKooper;outline:none;color:#222;background:#fff}.player-form input::placeholder{color:#777;text-transform:lowercase}.play-btn{display:flex;justify-content:center;align-items:center;gap:8px;font-size:20px;font-family:QTKooper;text-decoration:none;text-transform:capitalize;letter-spacing:2px;padding:20px 40px;color:#f2f2f2;background-color:#222;border-radius:8px;min-width:260px;max-width:90vw;border:none;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.play-btn:hover{background:#2a2a2a}.play-btn:active{transform:scale(.95)}.play-btn svg{fill:#f2f2f2;height:24px;pointer-events:none}.history-btn{position:relative}.history-popup{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:200000;display:flex;align-items:center;justify-content:center;padding:20px}.history-box{width:90%;max-width:420px;max-height:85vh;overflow:hidden;background:#fff;color:#000;border-radius:14px;padding:20px;position:relative}.close-btn{position:absolute;right:12px;top:8px;width:42px;height:42px;border:none;background:none;font-size:28px;line-height:1;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.history-list{max-height:300px;overflow-y:auto;margin:15px 0}.history-item{padding:10px;border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:4px}.download-btn{width:100%;padding:12px;border:none;border-radius:8px;cursor:pointer;font-weight:700;touch-action:manipulation;-webkit-tap-highlight-color:transparent}header{padding:16px}.scores{display:flex;align-items:center;justify-content:space-between;gap:12px;width:90vw;max-width:500px;margin:auto}.scores-btn{display:grid;place-items:center;border:none;background:transparent;cursor:pointer;padding:4px}.scores-btn:hover{opacity:.85}.scores-btn svg{width:28px;height:28px}.scores .reset-btn,.scores .home-btn{fill:#fff}.scores .trying,.scores .success{display:grid;place-items:center;font-size:2.5vmin;font-weight:700;color:#0d1b2a;background:#fff;padding:10px 14px;border-radius:10px;white-space:nowrap}.gameover-title{color:#343434;text-align:center;font-family:QTKooper;font-size:32px}.gameover-body{display:flex;flex-direction:column;justify-items:space-evenly;align-items:center;gap:16px}.gameover-body-block__text{margin-top:8px}.gameover-controls{display:flex;gap:8px}.gameover-controls__item{display:grid;place-items:center;fill:#fff;background:#343434;border:1px solid #222;padding:8px;border-radius:50%}.gameover-controls__item:hover{transform:scale(1.1)}.gameover-controls__item svg{width:18px;height:18px}.board{width:90vw;height:90vw;max-width:500px;max-height:500px;margin:auto}.board.size-2{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:10px}.board.size-4{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:10px}.board.size-6{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);gap:10px}.board.size-8{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);gap:10px}.board-cell{aspect-ratio:1;perspective:600px;cursor:pointer;background:transparent}.board-cell__inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .35s linear;border-radius:8px}.board-cell__face{position:absolute;inset:0;backface-visibility:hidden;border-radius:8px;overflow:hidden}.board-cell__face--front{display:flex;justify-content:center;align-items:center;background:rgba(242,242,242,.5019607843);transition:background .2s linear}.board-cell__face--front .question-svg{width:92%;height:92%;max-height:none}.board-cell__face--back{transform:rotateY(180deg);background:#42bafb}.board-cell__face--back .hidden-svg{display:block;width:100%;height:100%;object-fit:cover}.board-cell.flip .board-cell__inner{transform:rotateY(180deg)}.board-cell.success .board-cell__face--back{box-shadow:inset 0 0 0 4px #76db82}.board-cell.success .board-cell__inner{box-shadow:0 0 0 2px #76db82}.board-cell:hover:not(.flip) .board-cell__face--front{background:#d3d3d3}.controls{display:flex;justify-content:center;padding:32px;gap:64px}.controls-btn{display:grid;place-items:center;fill:#f2f2f2;background:#323232;padding:16px;border-radius:50%;border:1px solid black;cursor:pointer}.controls-btn:hover{margin:-4px 0 4px;background:#3a3a3a}.controls .sounds-btn{width:24px;height:24px}.game{display:flex;flex-direction:column;justify-content:center;height:100vh;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat}*,*:before,*:after{margin:0;padding:0;list-style:none;outline:none;user-select:none;box-sizing:border-box}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#000}a,span,p,b,h1,h2,h3,h4,h5{color:#000}h1{font-size:48px}h2{font-weight:700;font-size:28px;line-height:30px}a{text-decoration:none}@font-face{font-family:QTKooper;font-style:normal;font-weight:400;src:url(./QTKooper-5711d6a5.otf) format("opentype")}.popup-overlay{background-color:#6b7280bf;transition:all 3s ease-in-out;animation:appear .3s ease}.popup-content{transition-duration:.15s;transition-property:all;animation:anvil .3s forwards;color:#222;background:#fff;box-shadow:0 4px 23px #0003;border-radius:5px;padding:15px;max-width:400px;width:90vw}.popup-title{color:#222;text-align:center}.popup__close-btn{position:absolute;top:10px;right:10px;width:24px;height:24px;border:none;color:var(--text);background:transparent;transition:all .2s;cursor:pointer}.popup__close-btn:hover{transform:scale(1.2)}.popup__close-btn svg{fill:none}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes anvil{0%{visibility:hidden;opacity:0;transform:scale(.8)}65.5%{transform:scale(1.03)}to{visibility:visible;opacity:1;transform:scale(1)}}body{font-family:Exo;background:#e2e2de;background-image:url("data:image/svg+xml,%3Csvg width='1920' height='1080' viewBox='0 0 1920 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-20' y='-20' width='1940' height='1100' stroke='none' stroke-miterlimit='10' fill='%23e2e2de' /%3E%3Cg%3E%3Crect x='35' y='-200' width='150' height='150' fill='%23ffffff33' rx='30'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 110 -125' to='360 110 -125' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='0s' dur='35s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='192' y='-200' width='20' height='20' fill='%23ffffff33' rx='4'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 202 -190' to='360 202 -190' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='2s' dur='12s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='280' y='-200' width='80' height='80' fill='%23ffffff33' rx='16'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 320 -160' to='360 320 -160' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='0s' dur='25s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='768' y='-200' width='60' height='60' fill='%23ffffff33' rx='12'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 798 -170' to='360 798 -170' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='0s' dur='18s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='1248' y='-200' width='20' height='20' fill='%23ffffff33' rx='4'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 1258 -190' to='360 1258 -190' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='0s' dur='25s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='1344' y='-200' width='20' height='20' fill='%23ffffff33' rx='4'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 1354 -190' to='360 1354 -190' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='4s' dur='25s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='1440' y='-200' width='110' height='110' fill='%23ffffff33' rx='22'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 1495 -145' to='360 1495 -145' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='3s' dur='25s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='672' y='-200' width='150' height='150' fill='%23ffffff33' rx='30'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 747 -125' to='360 747 -125' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='7s' dur='25s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='960' y='-200' width='25' height='25' fill='%23ffffff33' rx='5'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 972.5 -187.5' to='360 972.5 -187.5' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='15s' dur='45s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3Cg%3E%3Crect x='384' y='-200' width='15' height='15' fill='%23ffffff33' rx='3'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 391.5 -192.5' to='360 391.5 -192.5' dur='25s' repeatCount='indefinite' /%3E%3C/rect%3E%3CanimateTransform attributeName='transform' type='translate' from='0 1080' to='0 0' begin='2s' dur='35s' fill='freeze' repeatCount='indefinite' /%3E%3C/g%3E%3C/svg%3E");overflow:hidden}
