@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";.navbar{background:#34004f;display:flex;justify-content:space-between;padding:0 2rem;flex-wrap:wrap}.logo-container{display:flex;align-items:center}.logo-container:hover{cursor:pointer;filter:drop-shadow(0 0 .4rem #fff)}.header-logo{max-width:5rem;padding-right:10px;height:100%;object-fit:contain;object-position:center;border-radius:50%}.header-title{text-align:center;color:#ecebf3;font-size:2.5rem;margin:1rem 0;font-weight:800}.nav-section{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem}.nav-list{list-style:none;display:flex;flex-direction:row;justify-content:space-between}.nav-elements{color:#ecebf3;display:flex;cursor:pointer;padding:.5rem 1rem;text-decoration:none}.nav-elements:hover{filter:drop-shadow(0 0 .5rem #fff)}.nav-elements a{color:#ecebf3;text-decoration:none}@media screen and (max-width: 850px){.navbar{padding:0 1rem}.nav-section{display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-elements{padding:.5rem}}@media screen and (max-width: 750px){.navbar{justify-content:center}}@media screen and (max-width: 370px){.header-title{font-size:1.5rem}.nav-section{padding:.5rem}.navbar{padding:0 .3rem}.nav-elements{font-size:.8rem}}.home-content{color:#ecebf3;display:flex;justify-content:space-around;flex-wrap:wrap;margin-bottom:1rem}.game-container{max-width:300px;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}.game-title{font-size:2rem;text-align:center;color:#ecebf3;margin:1.2rem 0}.game-img{width:100%;height:100%;margin:auto;object-fit:contain;object-position:center}.no-content{text-align:center;padding:1rem}.no-content-title{color:#fff;font-size:2.5rem;font-weight:800;text-align:center;padding:1rem 0;margin-bottom:2rem}.no-content-container{text-align:center;margin:auto}.set-player{display:flex;font-size:1.5rem;font-weight:600;color:#fff;flex-direction:row;align-items:center;justify-content:center;margin:0 auto;margin-bottom:1rem}.turn-text{margin-right:8px}.player-icon{width:1.5rem;height:1.5rem;object-fit:contain}.result-message-container{font-size:1.5rem;font-weight:600;color:#fff;text-align:center;display:flex;justify-content:center;margin:0 auto;margin-bottom:1rem}.result-message{display:flex}.result-text{margin-right:8px}.grid3x3{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-gap:.5rem;text-align:center;padding:1rem}.cell{color:#fff;width:150px;height:150px;border:2px solid #fff;display:grid;align-content:center}.cell:nth-child(3n + 1){border-left:none}.cell:nth-child(3n){border-right:none}.cell:nth-child(-n + 3){border-top:none}.cell:nth-child(n + 7){border-bottom:none}.game-icon{width:80%;height:80%;margin:auto;object-fit:contain;object-position:center}@media screen and (max-width: 710px){.cell{width:100px;height:100px}}@media screen and (max-width: 352px){.cell{width:70px;height:70px}}.grid4x4{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);grid-gap:1rem;padding:1rem}.grid-elements{text-align:center;font-size:1.3rem;font-weight:600;align-content:center;border-radius:10px;width:150px;height:150px;display:grid}.selected{filter:brightness(140%);scale:110%;transition:.3s ease-in-out}.noSelected{opacity:50%;transition:.3s ease-in-out}.grid-elements:nth-child(1){background:#ffd5c2}.grid-elements:nth-child(2){background:#f28f3b}.grid-elements:nth-child(3){background:#c8553d}.grid-elements:nth-child(4){background:#548687}.grid-elements:nth-child(5){background:#c5e99b}.grid-elements:nth-child(6){background:#ce7da5}.grid-elements:nth-child(7){background:#fffc99}.grid-elements:nth-child(8){background:#8fbc94}.grid-elements:nth-child(9){background:#c6d4ff}.grid-elements:nth-child(10){background:#498467}.grid-elements:nth-child(11){background:#ede5a6}.grid-elements:nth-child(12){background:#d64933}.grid-elements:nth-child(13){background:#5b85aa}.grid-elements:nth-child(14){background:#ceb992}.grid-elements:nth-child(15){background:#78c0e0}.grid-elements:nth-child(16){background:#ffcbdd}@media screen and (max-width: 875px){.grid-elements{width:100px;height:100px}}@media screen and (max-width: 670px){.grid-elements{width:80px;height:80px}.grid-container{gap:0!important}.grid4x4{grid-gap:.5rem}}@media screen and (max-width: 380px){.grid-elements{width:55px;height:55px}}.container{width:100%;margin:auto}.home-page{background:#12001c;padding:1rem 2rem;min-height:95vh}.home-title{font-size:2.5rem;font-weight:600;text-align:center;color:#ecebf3;margin:2rem 0}.scale:hover{cursor:pointer;scale:1.1;transition:.5s ease-in-out}.grid-container{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.game-button{display:flex;width:100%;justify-content:center;background:#34004f;color:#ecebf3;border:none;border-radius:10px;padding:.7rem 1.1rem;font-size:1.2rem;font-weight:600;cursor:pointer;margin:1rem 0;transition:.3s ease-in-out}.game-button:hover{filter:drop-shadow(0 0 .1rem #fff)}.game-button:active{filter:drop-shadow(0 0 .1rem #fff);transform:scale(.95)}.game-button:disabled{background:#ecebf3;color:#34004f;cursor:not-allowed}@media screen and (max-width: 670px){.game-button{padding:.5rem .8rem;font-size:1rem}}@media screen and (max-width: 576px){.container{max-width:540px}}@media screen and (max-width: 540px){.home-page{padding:.5rem 1rem!important}.menu{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.game-button{margin:.5rem;width:5rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;font-family:Roboto,sans-serif}
