@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*{margin:0}html{scroll-behavior:smooth}::-webkit-scrollbar{width:13px}::-webkit-scrollbar-track{background:#27292b}::-webkit-scrollbar-thumb{background-color:#fff;border-radius:3px}body{background-color:#101112;color:#fff;font-family:Poppins,sans-serif}#container-dashboard{display:grid;grid-template-areas:"nav nav nav" "header header header" "main main aside" "footer footer footer";grid-template-columns:1fr 1fr 450px;grid-template-rows:76px auto auto 76px;min-height:100vh}#container-singlepage{grid-template-areas:"nav" "main" "footer";grid-template-rows:76px auto 76px}#container-signin,#container-singlepage{display:grid;grid-template-columns:1fr;min-height:100vh}#container-signin{grid-template-areas:"nav" "main";grid-template-rows:76px auto}.loading-overlay{align-items:center;background-color:#141618;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:4px solid #fff;border-radius:50%;border-top-color:#002fff;height:40px;width:40px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}main{grid-area:main;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:50px}main .indicator{align-items:center;display:flex}main .indicator a{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:20px;padding:7px 10px;text-align:center;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}header{background-color:#141618;grid-area:header;padding:25px 50px 50px}header .indicator{align-items:center;display:flex}header .indicator h1{margin-right:20px}header .indicator a{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:auto;padding:7px 10px;text-align:center;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}aside{border-left:2px solid #141618;grid-area:aside;padding:50px}aside .indicator{align-items:center;display:flex}aside .indicator a{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:20px;padding:7px 10px;text-align:center;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}footer{align-items:center;background-color:#141618;display:flex;grid-area:footer;justify-content:center}footer,footer a{color:#fff}@media only screen and (max-width:768px){#container-dashboard{display:grid;grid-template-areas:"nav" "header" "main" "aside" "footer";grid-template-columns:1fr;grid-template-rows:76px auto auto auto 76px;min-height:100vh}.latest-games{flex-direction:column!important}.latest-games .card{width:100%!important}.my-favourites .card{width:100%}}@media (min-width:769px) and (max-width:1024px){#container-dashboard{display:grid;grid-template-areas:"nav" "header" "main" "aside" "footer";grid-template-columns:1fr;grid-template-rows:76px auto auto auto 76px;min-height:100vh}#container-dashboard .latest-games{flex-direction:row!important}#container-dashboard .latest-games .card:first-child,#container-dashboard .latest-games .card:nth-child(2),#container-dashboard .latest-games .card:nth-child(3){width:100%!important}#container-dashboard .my-favourites{flex-direction:row!important;flex-wrap:wrap}#container-dashboard .my-favourites .card-link{width:48%!important}}.my-favourites{display:flex;flex-direction:column;gap:25px;margin-top:25px}.my-favourites .card-link{border-radius:20px;color:#fff;display:flex;flex-direction:column;min-height:400px;text-decoration:none;width:100%}.my-favourites .card-link article{box-shadow:0 8px 32px 0 rgba(2,2,2,.37);height:100%;width:100%}.my-favourites .card-link figure{border-top-left-radius:20px;border-top-right-radius:20px;height:200px;margin:0;width:100%}.my-favourites .card-link figure img{border-top-left-radius:20px;border-top-right-radius:20px;height:100%;object-fit:cover;width:100%}.my-favourites .card-link .card-content{display:flex;flex-direction:column;justify-content:space-between;padding:60px 30px;width:50%}.my-favourites .card-link .card-content h4{font-size:18px;font-weight:400}.my-favourites .card-link .card-content p{font-weight:300}.my-favourites .card-link .card-content a{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:auto;padding:7px 10px;text-align:center;text-decoration:none;width:70px}.game-library{display:flex;flex-direction:row;flex-wrap:wrap;gap:25px;margin-top:25px}.game-library .card-link{border-radius:20px;box-shadow:0 8px 32px 0 rgba(2,2,2,.37);color:#fff;display:flex;flex-direction:column;min-height:400px;text-decoration:none;width:calc(33.33333% - 18px)!important}.game-library .card-link article{border-radius:20px;height:100%;width:100%}.game-library .card-link figure{border-top-left-radius:20px;border-top-right-radius:20px;height:200px;margin:0;width:100%}.game-library .card-link figure img{border-top-left-radius:20px;border-top-right-radius:20px;height:100%;object-fit:cover;width:100%}.game-library .card-link .card-content{display:flex;flex-direction:column;justify-content:space-between;padding:60px 30px;width:50%}.game-library .card-link .card-content h4{font-size:18px;font-weight:400}.game-library .card-link .card-content p{font-weight:300}.game-library .card-link .card-content a{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:auto;padding:7px 10px;text-align:center;text-decoration:none;width:70px}@media only screen and (max-width:768px){.game-library .card-link{width:calc(99% + 1px)!important}}@media (min-width:769px) and (max-width:1399px){.game-library .card-link{width:calc(50% - 12.5px)!important}}.latest-games{display:flex;flex-direction:row;flex-wrap:wrap;gap:25px;margin-top:25px}.latest-games .card{border-radius:20px;box-shadow:0 8px 32px 0 rgba(2,2,2,.37);display:flex;flex-direction:row;height:300px;width:calc(33.33333% - 18px)!important}.latest-games .card figure{margin:0;width:50%}.latest-games .card figure,.latest-games .card figure img{border-bottom-left-radius:20px;border-top-left-radius:20px;height:100%}.latest-games .card figure img{object-fit:cover;width:100%}.latest-games .card .card-content{display:flex;flex-direction:column;justify-content:space-between;padding:60px 30px;width:50%}.latest-games .card .card-content a{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:auto;padding:7px 10px;text-align:center;text-decoration:none;width:70px}.latest-games .card .card-content h4{font-size:18px;font-weight:400}.latest-games .card .card-content p{font-weight:300}.gameshop-page{display:flex;flex-direction:row;flex-wrap:wrap;gap:25px;margin-top:25px}.gameshop-page .card{border-radius:20px;box-shadow:0 8px 32px 0 rgba(2,2,2,.37);color:#fff;display:flex;flex-direction:column;min-height:400px;text-decoration:none;width:calc(33.33333% - 18px)!important}.gameshop-page .card figure{height:200px;margin:0}.gameshop-page .card figure,.gameshop-page .card figure img{border-top-left-radius:20px;border-top-right-radius:20px;width:100%}.gameshop-page .card figure img{height:100%;object-fit:cover}.gameshop-page .card .card-content{display:flex;flex-direction:column;justify-content:space-between;padding:60px 30px;width:50%}.gameshop-page .card .card-content h4{font-size:18px;font-weight:400}.gameshop-page .card .card-content p{font-weight:300}.gameshop-page .card .card-content a{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:auto;padding:7px 10px;text-align:center;text-decoration:none;width:70px}@media (max-width:1024px){.latest-games figure{margin:0}.latest-games figure,.latest-games figure img{border-top-left-radius:20px;border-top-right-radius:20px;height:100%;width:100%}.latest-games figure img{object-fit:cover}.latest-games .card-content{width:80%}.latest-games .card-content a{margin-top:10px}.latest-games .card-content h1{font-size:18px;width:100%}.latest-games .card-content h3{font-size:15px;width:100%}}@media (min-width:1024px) and (max-width:1300px){.latest-games .card{border-radius:20px;box-shadow:0 8px 32px 0 rgba(2,2,2,.37);display:flex;flex-direction:column;height:100%;width:31%}.latest-games .card figure{height:45%;margin:0}.latest-games .card figure,.latest-games .card figure img{border-top-left-radius:20px;border-top-right-radius:20px;width:100%}.latest-games .card figure img{height:100%;object-fit:cover}.latest-games .card .card-content{width:80%}.latest-games .card .card-content a{margin-top:10px}.latest-games .card .card-content h1{font-size:18px;width:100%}.latest-games .card .card-content h3{font-size:15px;width:100%}}@media only screen and (max-width:768px){.gameshop-page .card{width:calc(99% + 1px)!important}.latest-games .card{width:100%!important}}@media (min-width:769px) and (max-width:1399px){.gameshop-page .card{width:calc(50% - 12.5px)!important}}.game-profile-container{display:flex;flex-direction:column;height:100%;width:100%}.game-profile-container h1{font-size:40px}.game-profile-container .game-profile{display:flex;flex-direction:row;height:inherit;justify-content:space-between;width:inherit}.game-profile-container .game-profile figure{border-radius:20px;height:100%;width:48%}.game-profile-container .game-profile figure img{border-radius:20px;height:100%;object-fit:cover;width:100%}.game-profile-container .game-profile section{display:flex;flex-direction:column;height:100%;width:48%}.game-profile-container .game-profile section .indicator{display:flex;flex-direction:row;justify-content:space-between;width:100%}.game-profile-container .game-profile section .indicator section{align-items:center;display:flex;flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.game-profile-container .game-profile section .indicator section span{background-color:#141618;border-radius:5px;margin-right:20px;padding:10px}.game-profile-container .game-profile section button{border:none;border-radius:6px;margin-top:10px;padding:4px;width:20%}.game-profile-container .game-profile section .summary{color:#999}.game-profile-container .game-profile section .gameprofile-content p{color:#999;font-size:13px;margin-bottom:5px;padding:6px;width:80%}.game-profile-container .game-profile section .gameprofile-content p .title-color{color:#fff;font-size:15px}@media only screen and (max-width:1000px){.game-profile-container .game-profile{flex-direction:column}.game-profile-container .game-profile figure{height:100%;margin-bottom:40px;width:100%}.game-profile-container .game-profile section{display:flex;flex-direction:column;height:100%;width:100%}.game-profile-container .game-profile section button{padding:12px}}#signin{align-items:center;display:flex;flex-direction:column;justify-content:center}#signin section{width:35%}#signin section form{width:100%}#signin section form input[type=email]{background-color:#141618;border:none;border-radius:10px;color:#fff;font-size:18px;margin-top:20px;padding:15px;width:100%}#signin section form button{background-color:#fff;border:none;border-radius:8px;color:#141618;display:inline-block;font-weight:500;margin-top:20px;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:768px){#signin{align-items:center;display:flex;flex-direction:column;justify-content:center}#signin section{width:400px}#signin section form{width:calc(100% - 30px)}}nav.fixed{-webkit-animation:slideDown .3s;animation:slideDown .3s;position:fixed}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}nav{align-items:center;background-color:#141618;color:#fff;display:flex;grid-area:nav;height:76px;padding:0 50px;width:calc(100% - 100px)}nav a{margin-right:auto;text-decoration:none}nav a img{width:250px}nav ul{align-items:center;display:flex;justify-content:center}nav ul li{list-style:none;margin:0 20px}nav ul li a{color:#f0f0f0;display:inline-block;position:relative;text-decoration:none}nav ul a:after{background-color:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%}nav ul a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}nav section{align-items:center;display:flex;justify-content:center;margin-left:50px;text-align:center}nav section p{font-weight:500}nav section .logout{cursor:pointer;margin-left:25px}nav .hamburger{cursor:pointer;display:none;margin:0 0 0 30px;width:40px}nav .bar{background-color:#fff;display:block;height:3px;margin:7px auto;transition:all .3s ease-in-out;width:100%}nav .hamburger.active .bar:nth-child(2){opacity:0}nav .hamburger.active .bar:first-child{-webkit-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg)}nav .hamburger.active .bar:nth-child(3){-webkit-transform:translateY(-10px) rotate(-45deg);transform:translateY(-10px) rotate(-45deg)}@media only screen and (max-width:1089px){nav section,nav ul{display:none}.hamburger{display:block!important}nav ul.active{background-color:#101112;display:flex!important;display:none;flex-direction:column!important;height:100%;left:0;margin:0!important;padding:0;position:fixed;text-align:center;top:76px;transition:.3s;width:100%}nav ul li{margin:40px 0!important}nav ul li a{font-size:24px}nav section.active{background-color:#141618;border-radius:20px;bottom:20px;display:flex;flex-direction:row;justify-content:space-between;left:0;margin:0 25px;padding:20px;position:fixed;width:calc(100% - 90px)}}.btn{background-color:#fff;border-radius:10px;color:#141618;display:inline-block;margin-top:auto;padding:7px 10px;text-align:center;text-decoration:none;width:70px}
/*# sourceMappingURL=main.f76001c3.css.map*/