@import"https://fonts.googleapis.com/css2?family=Jersey+25&display=swap";#logInButton{color:var(--polar-night-darker);display:flex;align-items:center;background-color:var(--snow-storm-dark);padding:.5rem 1rem;box-shadow:var(--block-shadow);cursor:pointer;gap:1rem;position:fixed;top:1rem;right:1rem;font-family:"Jersey 25";font-size:1.25rem}#logInButton svg,#logInButton img{width:30px;height:30px}#logInButton img{border-radius:50%}#logInButton:hover{background-color:var(--snow-storm-light)}#logInButton:active{top:calc(1rem + 5px);right:calc(1rem + 5px);box-shadow:none}@media only screen and (max-width:1000px){#logInButton{position:absolute;top:.5rem}#logInButton>p{display:none}#logInButton>svg{width:20px;height:20px}}@keyframes squares{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.squaresArea{width:100%;height:100vh;position:fixed;z-index:-1;background:linear-gradient(-45deg,var(--frost-green),var(--frost-light-blue),var(--frost-pale-blue),var(--aurora-green));background-size:400% 400%;animation:gradient 15s ease infinite}.squaresArea .squares{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.squaresArea .squares li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:#fff3;animation:squares 25s linear infinite;bottom:-150px}.squaresArea .squares li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.squaresArea .squares li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.squaresArea .squares li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.squaresArea .squares li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.squaresArea .squares li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.squaresArea .squares li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.squaresArea .squares li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.squaresArea .squares li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.squaresArea .squares li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.squaresArea .squares li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes orcRun{to{background-position:-100%}}#orc{width:320px;height:320px;background-image:url(/homeOrc.png);animation:orcRun .5s steps(3,end) infinite;background-size:cover}@media screen and (max-width:1200px){#orc{width:160px;height:160px}}.homeButton{background-color:var(--aurora-yellow);color:var(--polar-night-darker);width:70%;display:flex;justify-content:center;text-decoration:none;padding:2rem 0;font-size:2rem;text-transform:uppercase;position:relative;overflow:visible;cursor:pointer;transition:all .1s linear;top:0}.homeButton:before{content:"";position:absolute;display:block;width:calc(100% - 10px);height:calc(100% - 10px);background-color:#000;top:20px;left:5px;z-index:-1;transition:all .1s linear}.homeButton:hover{color:#fff;top:-5px}.homeButton:hover:before{top:25px;transform:scale(.98)}@media only screen and (max-width:700px){.homeButton{font-size:1.3rem;padding:1rem 0}}@media only screen and (min-width:2000px){.homeButton{width:50%}}.homePage{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.homePage .homePage__title{display:flex;align-items:center;padding-bottom:2rem;gap:1rem}.homePage h1{display:flex;flex-direction:column;align-items:center;line-height:5rem}.homePage span:nth-child(1){color:var(--aurora-yellow);font-size:7rem;text-shadow:var(--block-shadow);text-transform:uppercase}.homePage span:nth-child(2){color:var(--aurora-red);font-size:5.875rem;text-shadow:var(--block-shadow);text-transform:uppercase}@media only screen and (max-width:700px){.homePage{height:100%;padding-top:2rem}.homePage__title{flex-direction:column;line-height:3rem}.homePage__title>h1>span:nth-child(1),.homePage__title>h1>span:nth-child(2){font-size:4rem}}@keyframes rotateLeft{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes rotateRight{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.heading{transform:rotate(-5deg);box-shadow:var(--block-shadow);background-color:var(--frost-dark-blue);position:relative;font-size:4rem;padding:1.5rem 1rem;display:flex;align-items:center;justify-content:center;color:var(--snow-storm-light);text-transform:uppercase;margin-top:2rem}.heading:before,.heading:after{content:"";position:absolute;display:block;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:3px}.heading:before{width:20px;height:20px;left:-15px;top:-15px;background-color:#ffffff4d;transform:rotate(-10deg);animation:rotateLeft 5s linear infinite}.heading:after{width:30px;height:30px;right:-15px;bottom:-10px;background-color:#ffffff80;transform:rotate(10deg);animation:rotateRight 5s linear infinite}@media only screen and (max-width:700px){.heading{font-size:2rem}}@keyframes loading{0%{width:0%}25%{width:10%}50%{width:60%}75%{width:75%}to{width:100%}}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;gap:1rem;min-height:300px;height:100%;color:var(--snow-storm-dark)}.loading .loader{width:100%;height:2rem;border:4px solid var(--snow-storm-dark);box-sizing:border-box;box-shadow:var(--block-shadow);background-color:var(--polar-night-mid)}.loading .loader .loader__bar{animation:loading 2s ease-out infinite;background-color:var(--snow-storm-dark);height:100%}.arrowLink{display:flex;align-items:center;gap:.5rem;color:var(--snow-storm-dark);border-bottom:solid 3px var(--snow-storm-dark);text-shadow:none}.arrowLink:hover{color:var(--snow-storm-light);border-color:var(--snow-storm-light)}.arrowLink.dark{color:var(--frost-dark-blue);border-color:var(--frost-dark-blue)}.arrowLink.dark:hover{color:var(--frost-pale-blue);border-color:var(--frost-pale-blue)}.error{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;gap:1rem;min-height:300px;border-radius:.5rem;color:var(--aurora-red);text-shadow:2px 2px 0 rgba(0,0,0,1);padding:1rem;text-align:center;text-shadow:none}.scoreRow{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;width:100%;background-color:var(--polar-night-darker);box-shadow:var(--block-shadow);color:var(--snow-storm-light);font-size:1.75rem}.scoreRow.highlight{background-color:var(--aurora-yellow);color:var(--polar-night-darker)}.scoreRow .scoreRow__rank{width:4rem}.scoreRow .scoreRow__username,.scoreRow .scoreRow__score{flex:1 1 0px}@media only screen and (max-width:400px){.scoreRow{width:14rem;gap:2px}}.button{display:block;padding:.5rem 1rem;box-shadow:var(--block-shadow);border-radius:0;border:none;cursor:pointer;background-color:var(--snow-storm-dark)}.button:hover{background-color:var(--snow-storm-light)}.button:active{box-shadow:none;position:relative;top:5px;left:5px}.scoreList{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%;gap:1rem;background-color:#ffffff4d;padding:3rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--block-shadow)}@media only screen and (max-width:1000px){.scoreList{width:90%}}.nav{display:flex;justify-content:center;width:100%;position:fixed;bottom:0;background-color:var(--snow-storm-mid);align-items:center;gap:1rem;font-family:"Jersey 25",Arial,Helvetica,sans-serif;transition:transform .1s ease-out}.nav #navToggle{border:none;position:absolute;height:40px;top:-40px;right:10px;padding:0 1rem;cursor:pointer}.nav.hidden{transform:translateY(100%)}.nav a{display:block;font-size:1.75rem;text-decoration:none;color:var(--polar-night-darker);padding:.5rem 1rem;transition:color .3s}.nav a.active{background-color:var(--frost-dark-blue);color:var(--snow-storm-light);position:relative;top:-20px;height:calc(100% + 200px);padding:1rem 1rem 0;box-shadow:0 20px 0 var(--frost-dark-blue)}.nav.orc{background-image:url(/background.png)}.nav.orc a{color:#c67927}.nav.orc a:hover{color:var(--aurora-yellow)}.nav.orc #navToggle{background-image:url(/background.png);color:#c67927}@media only screen and (max-width:700px){.nav>a{font-size:1.2rem}}.leaderboard{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem 0 8rem}.leaderboard .gameSelection{width:70%;display:flex;justify-content:center;align-items:center;padding-top:1rem}.leaderboard .gameSelection a{background-color:var(--snow-storm-dark);color:var(--polar-night-darker);padding:.5rem 1rem;box-shadow:var(--block-shadow)}.leaderboard .gameSelection a.active{background-color:var(--aurora-yellow)}.leaderboard .gameSelection a:active{position:relative;top:5px;left:5px;box-shadow:none}@media only screen and (max-width:700px){.leaderboard{height:100%;padding-top:2rem;padding-bottom:5rem}.leaderboard .gameSelection{width:90%}.gameSelection{flex-direction:column}.gameSelection a{width:100%;text-align:center}}.scoreContextList{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%;gap:1rem;background-color:#ffffff4d;padding:3rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--block-shadow)}.games{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-bottom:8rem}@media only screen and (max-width:1000px){.games{height:100%;padding-top:2rem;padding-bottom:5rem}}.profileTextInput{margin:0;padding:0;font-size:3rem;height:2.25rem;display:block;width:100%;text-align:right;background:transparent;border:none;outline:none}@media only screen and (max-width:700px){.profileTextInput{font-size:2rem}}.profileTextArea{width:100%;height:100px;background:transparent;resize:vertical;border:none;outline:none;overflow-y:scroll}.userProfile{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%;gap:1rem;background-color:#ffffff4d;padding:3rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--block-shadow)}.userProfile h3{font-size:3rem;padding:1rem 0 0;width:100%}.userProfile .editIcon{position:absolute;top:-20px;right:-20px;opacity:0}.userProfile p{width:100%;cursor:pointer;position:relative}.userProfile p:hover{background-color:var(--snow-storm-dark)}.userProfile p:hover>.editIcon{opacity:1}.userProfile .profileHeader{display:flex;width:100%;align-items:center;justify-content:space-between;padding-bottom:2rem;border-bottom:solid .25rem var(--snow-storm-dark)}.userProfile .profileHeader .avatar{box-shadow:var(--block-shadow);border:solid .5rem var(--snow-storm-light);border-radius:50%;width:100px;height:100px}.userProfile .profileHeader .headerDetails{display:flex;flex-direction:column;align-items:flex-end;flex-grow:0}.userProfile .profileHeader .headerDetails span{color:var(--polar-night-light)}.userProfile .profileHeader .headerDetails .nameError{color:var(--aurora-red)}.userProfile .profileHeader .username{font-size:3rem;cursor:pointer;position:relative}.userProfile .profileHeader .username:hover{background-color:var(--snow-storm-dark)}.userProfile .profileHeader .username:hover>.editIcon{opacity:1}.userProfile .logOut{background-color:var(--aurora-red);color:var(--snow-storm-light);padding:.4rem 1rem;border:none;outline:none;box-shadow:var(--block-shadow);cursor:pointer}.userProfile .logOut:active{box-shadow:none;position:relative;top:5px;left:5px}@media only screen and (max-width:700px){.userProfile{width:90%}.profileHeader{flex-direction:column}.userProfile .headerDetails{padding-top:1rem}.userProfile .headerDetails .username{font-size:2rem}.userProfile h3{font-size:2rem}}.profilePage{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-bottom:8rem}@media only screen and (max-width:700px){.profilePage{height:100%}}.notFound{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-bottom:8rem}.modal-overlay{position:fixed;left:0;top:0;display:flex;min-height:100%;min-width:100%;align-items:center;justify-content:center;background-color:#0000004d;-webkit-backdrop-filter:blur(3px) grayscale(1);backdrop-filter:blur(3px) grayscale(1);z-index:4;font-family:"Jersey 25",Arial,Helvetica,sans-serif;font-size:1.5rem}.modal-overlay .modal-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;background-color:var(--frost-green);padding:4rem 3rem;color:var(--polar-night-darker);box-shadow:var(--block-shadow);position:relative}.modal-overlay .modal-content .close{background:transparent;border:none;outline:none;position:absolute;top:.75rem;right:.75rem;cursor:pointer}.minesweeperCell{width:1.5rem;height:1.5rem;background-color:#00000080;border-radius:.25rem;cursor:pointer;transition:all .1s linear;display:flex;align-items:center;justify-content:center;overflow:visible;position:relative}.minesweeperCell:before{content:"";position:absolute;display:block;background-color:#b7cbe4;width:100%;height:100%;top:0;left:0;border-radius:.25rem;box-shadow:inset 0 0 5px #0000004d}.minesweeperCell:after{content:"";position:absolute;display:block;background:#fff;background:linear-gradient(0deg,#fff,#000,#fff);width:calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px;z-index:-1;border-radius:.375rem;opacity:.1}.minesweeperCell.show:before{opacity:0}.minesweeperCell.show .bug{background-color:var(--aurora-red);color:var(--snow-storm-light);padding:.125rem;position:relative;z-index:2}.minesweeperCell .proximity1{color:var(--frost-light-blue)}.minesweeperCell .proximity2{color:var(--aurora-green)}.minesweeperCell .proximity3{color:var(--aurora-red)}.minesweeperCell .proximity4{color:var(--aurora-purple)}.minesweeperCell .proximity5{color:var(--aurora-yellow)}.minesweeperCell .proximity6{color:var(--frost-green)}.minesweeperCell .proximity7,.minesweeperCell .proximity8{color:var(--aurora-orange)}.minesweeperCell .flag{color:var(--aurora-red);position:absolute;padding:.125rem;z-index:1}.minesweeperCell:hover{transform:scale(1.1)}#scoreSubmit{display:flex;flex-direction:column;gap:1rem;width:250px;text-align:center}#scoreSubmit .initials{display:flex;gap:1rem;justify-content:center;padding-bottom:1rem}#scoreSubmit .initials input[type=text]{background-color:transparent;border:none;outline:none;border-bottom:solid 5px var(--polar-night-darker);color:var(--polar-night-darker);text-align:center;text-transform:uppercase;font-size:3rem;width:2rem}@keyframes stars{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}.minesweeperWrapper{overflow:hidden;max-height:100vh;background:radial-gradient(ellipse at bottom,#1b2735,#090a0f)}.minesweeperWrapper .minesweeper{width:fit-content;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin:0 auto;position:relative;padding:2rem 0;z-index:1;overflow:visible}.minesweeperWrapper .minesweeper .minesweeper__title{color:var(--snow-storm-dark);width:100%;display:flex;justify-content:space-between;align-items:flex-end}.minesweeperWrapper .minesweeper .minesweeper__title h1{text-shadow:var(--block-shadow);font-size:3rem}.minesweeperWrapper .minesweeper .minesweeper__title>button{background-color:transparent;border:none;color:var(--snow-storm-dark);filter:drop-shadow(var(--block-shadow));max-height:fit-content;cursor:pointer;line-height:0}.minesweeperWrapper .minesweeper .minesweeper__details{color:var(--snow-storm-dark);text-shadow:var(--block-shadow);font-size:2rem;display:flex;justify-content:space-between;width:100%}.minesweeperWrapper .minesweeper .minesweeper__details>span{display:flex;gap:1rem;align-items:center}.minesweeperWrapper .minesweeper .minesweeper__container{display:grid;grid-template-columns:repeat(15,1fr);gap:.375rem;position:relative}.minesweeperWrapper .minesweeper .minesweeper__container .gameOver{position:absolute;display:flex;width:calc(100% + 10px);height:calc(100% + 10px);top:-5px;left:-5px;align-items:center;justify-content:center;z-index:3;background-color:#0003;border-radius:.25rem;box-shadow:#00000080;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);font-size:2rem}.minesweeperWrapper .minesweeper .minesweeper__container .gameOver.win span,.minesweeperWrapper .minesweeper .minesweeper__container .gameOver.lose span{background:var(--snow-storm-dark);padding:.5rem 1rem;text-transform:uppercase;box-shadow:var(--block-shadow)}.minesweeperWrapper .minesweeper .minesweeper__container .gameOver.win span{color:var(--aurora-green)}.minesweeperWrapper .minesweeper .minesweeper__container .gameOver.lose span{color:var(--aurora-red)}#stars1,#stars2{width:2px;height:2px;background:transparent;animation:stars 100s linear infinite;position:absolute;left:0}#stars1{top:0}#stars2{bottom:0}#stars3,#stars4{width:6px;height:6px;border-radius:3px;background:transparent;animation:stars 60s linear infinite;position:absolute;left:0}#stars3{top:0}#stars4{bottom:0}.game{height:100vh;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.game-container{display:flex;justify-content:space-between;height:100vh;width:100vw;flex-direction:column;align-items:center;padding:2% 0%;gap:5%;background-image:url(/background.png)}.game-header{display:flex;width:100%;height:20rem;align-items:center;justify-content:space-between;flex-direction:column}.game-title{font-size:3rem;color:#c67927}.game-instructions{color:#fff}.game-options{display:flex;align-items:center;justify-content:space-between;width:80%;padding:1% 0%;gap:5%}.game-press-play-text{font-size:1rem;width:50%}.game-button{display:flex;gap:10%}.game-button-play,.game-button-restart{font-size:1.5rem;height:2.8rem;width:12rem;cursor:pointer;color:#fff;padding:0% 2%;box-shadow:10px 5px 5px #000;background-image:url(/buttonImage.png)}.game-score{display:flex;gap:20%;font-size:1.5rem;padding-right:20px}.game-timer,.game-flips{color:#fff;display:flex;align-items:center;gap:10%}.card-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));height:100%;width:80%;gap:2%}.card-front,.card-back{border:1px solid lightgray;height:100%;width:100%;border-radius:10px;transform-style:preserve-3d;cursor:pointer}.card-back{background-image:url(/mainMenuImage.png);background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.card-front{background-position:center;background-repeat:no-repeat;background-size:auto;background-size:contain;position:relative;background-color:#fff}.card-front:hover{background-color:#fff}.game-over-container{display:flex;flex-direction:column;width:100%;height:100%;justify-content:start;align-items:center;padding-top:2rem;color:#fff;font-size:2rem}.nav-bar{width:100%;height:5%}@media only screen and (max-width:1010px){.game-title{font-size:2rem}.game-options{flex-direction:row}.game-button{gap:8%;width:60%}.game-button-play,.game-button-restart{font-size:1rem;width:7rem}.game-score{gap:10%;font-size:1rem;padding-top:4px;padding-right:0;justify-content:end;width:18rem}.game-header{flex-direction:column;height:15rem}.card-container{height:100%}.card-front,.card-back{height:80%;width:100%}}*{padding:0;margin:0;box-sizing:border-box;font-family:"Jersey 25",Arial,Helvetica,sans-serif;font-size:1.5rem;line-height:2.25rem}body{min-height:100vh;background-color:var(--polar-night-darker)}a{text-decoration:none}:root{--polar-night-darker: #2e3440;--polar-night-dark: #3b4252;--polar-night-mid: #434c5e;--polar-night-light: #4c566a;--snow-storm-dark: #d8dee9;--snow-storm-mid: #e5e9f0;--snow-storm-light: #eceff4;--frost-green: #8fbcbb;--frost-light-blue: #88c0d0;--frost-pale-blue: #81a1c1;--frost-dark-blue: #5e81ac;--aurora-red: #bf616a;--aurora-orange: #d08770;--aurora-yellow: #ebcb8b;--aurora-green: #a3be8c;--aurora-purple: #b48ead;--block-shadow: 5px 5px 0 rgb(0, 0, 0, 1);--text-shadow: 3px 3px 0 rgba(0, 0, 0, 1)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button:hover{background-color:inherit}
