* {margin: 0;padding: 0;}body {font-family: "Nunito", sans-serif;background: #0e0c10;min-height: 100vh;position: relative;display: flex;flex-direction: column;color: rgba(255, 255, 255, 0.5);}@font-face {font-family: "Nunito";src: url("/assets/game/images/fonts/Nunito/Nunito-Medium.ttf");}img {width: 100%;aspect-ratio: 1/1;}ul, li {list-style-type: none;}a, a:link, a:visited, a:hover, a:active {text-decoration: none;color: rgba(255, 255, 255, 0.5);}input {background: none;appearance: none;-webkit-appearance: none;-moz-appearance: none;border: none;outline: none;padding: 0;margin: 0;font: inherit;width: 100%;}.go-svg {display: inline-block;width: 20px;height: 20px;min-width: 20px;min-height: 20px;vertical-align: middle;}.go-svg.big {width: 30px;height: 30px;}.go-layout {max-width: 1280px;margin: 0 auto;}.go-padding {padding: 10px 15px;}.go-margin {margin: 25px 0;}main {flex: 1;}h2 {color: #ffffff;}.go-bg {position: absolute;top: 0px;left: 0px;right: 0px;z-index: -1;background-color: #b726c9;height: 375px;}.go-bg::after {content: "";background: linear-gradient(rgba(14, 12, 16, 0.5) 0%, #0e0c10 100%);backdrop-filter: blur(200px);position: absolute;inset: 0px;z-index: 1;}header {position: relative;}.go-header-layout {display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0.9375rem 1rem 1rem;max-width: 1280px;margin: 0 auto;color: rgba(255, 255, 255, 0.8);height: 50px;position: relative;}.go-header-layout::after {content: "";display: block;background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.36) 49.14%, rgba(255, 255, 255, 0) 100% );position: absolute;bottom: 0px;left: 0;right: 0;width: 100%;height: 2px;}.go-header-layout h1, .go-header-layout a {color: rgba(255, 255, 255, 0.8);}.go-header-layout .header-left-title {position: absolute;z-index: 98;}.header-right-list {display: flex;flex-direction: row;gap: 0.625rem;position: absolute;right: 1rem;z-index: 98;}.header-right-list .go-svg {color: rgba(255, 255, 255, 0.8);}.header-right-list a {text-transform: capitalize;}.header-right-list a:hover {color: #ffffff;}@media (max-width: 768px) {.header-right-list.right_btn {display: flex;}}@media (min-width: 769px) {.header-right-list.right_btn {display: none;}}.header-right-list.right_menu {gap: 1.875rem;}@media (max-width: 768px) {.header-right-list.right_menu {display: none;}}@media (min-width: 769px) {.header-right-list.right_menu {display: flex;}}.header-right-list .menu-search_box {position: relative;}.header-right-list .menu-search_box:hover {cursor: pointer;}.header-right-list .menu-search_box_btn {opacity: 1;visibility: visible;transition: all 0.3s ease-in-out;}.header-right-list .menu-search_box_btn.hidden {opacity: 0;visibility: hidden;}.header-right-list .menu-search_box_input {display: flex;flex-direction: row;align-items: center;gap: 0.625rem;border: 2px solid rgba(255, 255, 255, 0.302);border-radius: 0.9375rem;padding: 0.9375rem 0.625rem;position: absolute;top: -1rem;right: 0;background: rgba(0, 0, 0, 0.144);width: 6.25rem;transition: all 0.3s ease-in-out;opacity: 0;visibility: hidden;}@media (min-width: 1024px) {.header-right-list .menu-search_box_input {width: 15.625rem;}}.header-right-list .menu-search_box_input.show {opacity: 1;visibility: visible;}.header-right-list .menu-search_box_input input {color: rgba(255, 255, 255, 0.5);}.header-right-list .menu-search_box_input input::placeholder {color: rgba(255, 255, 255, 0.5);}.go-menu-list {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 0.9375rem;margin-top: 3.125rem;}.go-menu-list a {font-size: 1.5rem;}#menu-close {display: none;}.go-search-layout, .go-menu-layout {position: fixed;top: 0;left: 0;right: 0;height: 100vh;background: #0e0c10;color: rgba(255, 255, 255, 0.302);opacity: 0;visibility: hidden;z-index: 99;box-sizing: border-box;transition: all 0.3s ease-in-out;}.go-search-layout.show, .go-menu-layout.show {opacity: 1;visibility: visible;}.go-search_form {display: flex;flex-direction: row;column-gap: 0.625rem;align-items: center;width: 100%;}.go-search_form_item {display: flex;flex-direction: row;column-gap: 0.625rem;align-items: center;background: #807d7d50;padding: 0.625rem 0.9375rem;border-radius: 0.625rem;flex: 1;}.go-search_form_btn {color: #ffffff;}.go-search_form input {color: rgba(255, 255, 255, 0.5);}.go-search_form input::placeholder {color: rgba(255, 255, 255, 0.5);}.go-menu-layout {padding-top: 1.875rem;z-index: 97;}.go-classify-layout {position: fixed;bottom: -50vh;left: 0;right: 0;background: #62186b;border-top-left-radius: 1rem;border-top-right-radius: 1rem;z-index: 98;transition: all 0.5s ease-in-out;}.go-classify-layout.show {bottom: 0;}.go-classify-layout .go-classify_close {text-align: right;color: rgba(255, 255, 255, 0.8);}.go-classify-layout .go-calssify_list {max-width: 1280px;margin: 0 auto;}.go-classify-layout a {background: rgba(255, 255, 255, 0.144);padding: 0.625rem;display: inline-block;border-radius: 1rem;color: rgba(255, 255, 255, 0.8);margin: 0.3125rem;}.go-title-box {display: flex;flex-direction: row;align-items: center;gap: 0.625rem;}.go-title-box img {width: 40px;}.go-filter-box {border-radius: 2rem;padding: 0.625rem 0.9375rem;border: 2px solid rgba(255, 255, 255, 0.302);display: inline-block;margin: 1.25rem 0;}.go-filter-box:hover {border-color: rgba(255, 255, 255, 0.5);cursor: pointer;}.go-filter-box span:first-of-type {margin-right: 0.625rem;color: #ffffff;}.go-filter-box span:last-of-type, .go-filter-box .go-svg {color: rgba(255, 255, 255, 0.678);}.go-game-list {display: grid;grid-template-columns: repeat(6, 1fr);gap: 1.875rem 1rem;transition: all 0.4s ease-in-out;}@media (min-width: 769px) and (max-width: 1258px) {.go-game-list {grid-template-columns: repeat(4, 1fr);}}@media (max-width: 769px) {.go-game-list {grid-template-columns: repeat(3, 1fr);gap: 1.25rem 0.625rem;}}.go-game-box {text-align: center;transition: all 0.3s ease-in-out;}.go-game-box:hover {transform: scale(1.05);}.go-game-box .go-game-img {border-radius: 2.25rem;}.go-game-box .go-game-img img {border-radius: inherit;}.go-game-box .go-game-title {color: #ffffff;font-size: 0.9375rem;text-transform: capitalize;text-overflow: ellipsis;display: -webkit-box;line-clamp: 2;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.go-drumb {display: flex;flex-direction: row;align-items: center;column-gap: 0.625rem;}.go-drumb_item {color: rgba(255, 255, 255, 0.5);font-size: 1rem;display: flex;flex-direction: row;align-items: center;}.go-drumb_item:not(:last-child)::after {content: "\003E";content: "";display: inline-block;vertical-align: middle;text-align: center;background-image: url(/assets/game/images/theme/game-gorgeous/right.svg);background-repeat: no-repeat;width: 20px;height: 20px;margin-left: 0.625rem;color: rgba(255, 255, 255, 0.8);}.go-game-content {display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 1.25rem;}.go-game-content img {width: 7.1875rem;border-radius: 2.25rem;transition: all 0.5s ease-in-out;}@media (min-width: 769px) {.go-game-content img {width: 12.5rem;}}.go-game-content_bottom {display: flex;flex-direction: column;align-items: center;row-gap: 0.625rem;width: 100%;transition: all 0.5s ease-in-out;}.go-game-content_bottom h3 {color: #ffffff;font-size: 1.375rem;transition: all 0.3s ease-in-out;}@media (min-width: 769px) {.go-game-content_bottom h3 {font-size: 2rem;}}.go-game-content_bottom a {color: rgba(255, 255, 255, 0.5);}.go-game-content_bottom .go-game_start {background-color: #ffffff;border-radius: 10rem;display: inline-block;width: 80%;color: #000;text-align: center;vertical-align: middle;padding: 1rem 2rem;transition: all 0.3s ease-in-out;}.go-game-content_bottom .go-game_start:hover {transform: scale(1.05);}@media (min-width: 769px) {.go-game-content_bottom .go-game_start {width: 30%;}}@media (min-width: 769px) {.go-game-content_bottom {align-items: flex-start;height: 100%;}}@media (min-width: 769px) {.go-game-content {flex-direction: row;column-gap: 1.25rem;align-items: flex-start;}}.go-game-des {color: rgba(255, 255, 255, 0.5);}.go-game-des p {padding: 1rem 0;font-size: 1rem;line-height: 1.2rem;}.go-related_list {display: grid;grid-template-columns: repeat(3, 1fr);gap: 0.625rem;overflow-x: scroll;scrollbar-width: none;}.go-related_list::-webkit-scrollbar {width: 0;}.go-related_list .go-related_item {padding: 0.3125rem;min-width: 16.25rem;display: flex;flex-direction: row;align-items: center;column-gap: 0.625rem;background-color: rgba(255, 255, 255, 0.144);border-radius: 1rem;transition: all 0.3s ease-in-out;}.go-related_list .go-related_item:hover {transform: scale(1.05);}.go-related_list .go-related_item img {width: 58px;height: 58px;border-radius: 1rem;}.go-related_list .go-related_item_title span {display: block;width: 100%;}.go-footer-layout {max-width: 1280px;margin: 0 auto;display: flex;flex-direction: row;column-gap: 2rem;align-items: center;justify-content: center;padding: 0.625rem 0;}.go-footer-layout a {font-size: 1rem;}.go-footer-layout a:hover {color: #ffffff;}