html, body{
  height: 100%;
  overflow-x: hidden;
}

.page {
	display: none;
}

body{
  background-color: #121212;
  /*background-image: linear-gradient(to right, #230000 30%, #000000 75%, #000f38 100%);*/
  overflow-x: hidden;
  margin: 0;
  font-family: 'Lexend', sans-serif;
  color: #FFF;
  display: flex;
  flex-direction: column;
}

body.home{
  display: block;
}

body.fixed{
  position: fixed;
}

a{
  color: #FFF;
}

h1,h2,h3{
  font-family: 'Axis Extra Bold', 'Lexend', sans-serif;
  text-transform: uppercase;
}

.wrapper{
  position: relative;
  margin-left: 20%;
  padding: 0 20px;
  flex: 1 0 auto;
  min-height: 80%;
}

.wrapper{
  margin-left: 0;
  padding: 0;
}

body.home .sidebar{
  margin-left: 100%;
}

@font-face {
    font-family: 'Axis Extra Bold';
    src: url("/assets/fonts/AXIS_Extra_Bold.otf");
}

.sidebar{
  width: 25%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin-left: -25%;
  /*
  background: #13192b;
  background-image: linear-gradient(124deg, #13192b 30%, #230000 100%);
  background-image: linear-gradient(180deg, #13192b 60%, #230000 100%);
  */
  transition: 0.2s;
  min-height: 100%;
}

.hide{
  display: none;
}

.sidebar-content{
  margin: 0 20px;
}

.sidebar-brand{
  height: 70px;
  background-color: #252525;
}

.sidebar-brand img{
  object-fit: contain;
  width: 90%;
  margin: auto;
  display: block;
}

.nav-sidebar{
  padding-top: 20px;
}

.nav-sidebar > ul{
  padding: 0;
  margin: 0;
}

.sidebar li a{
  display: block;
  padding: 10px;
  text-decoration: none;
  border-top: 1px solid #444;
  font-weight: normal;
}

.breadcrumbs{
  text-transform: lowercase;
}

#verify.row{
  padding: 20px;
}

.row{
  max-width: 1200px;
  margin: auto;
  display: block;
}

.row > img{
  width: 100%;
}

.row video{
  width: 100%;
}

#pfpImage{
  height: 100px;
  width: 100px;
  object-fit: contain;
  background: #e9e9e959;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}

#pfpImage.gold-ring{
  border-color: gold;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

img.mono{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

label.form-input{
  display: block;
}

input.form-input{
  color: #777;
  font-size: 1em;
  padding: 20px;
  border: solid 1px #DDD;
  display: inline-block;
  width: 80%;
  box-sizing: border-box;
  background: #222222;
  font-family: 'Poppins', sans-serif;
  color: #ccc;
}


.block{
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.box{
  text-align: center;
  background-color: #1A1A1A;
  padding: 10px;
  margin: 20px;
  border-radius: 15px;
}

.box.gold{
  border: 2px solid gold;
}

.box p{
  text-align: left;
  color: #AAA;
}

.two-section, .three-section{
  display: flex;
}

.inf-section{
  display: table;
}

.two-section > div, .two-section > section{
  width: 50%;
  position: relative;
  display: inline-block;
}

.two-section > div > img, .three-section > div > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.three-section > div, .three-section > section{
  width: 33.3%;
  position: relative;
  display: inline-block;
}

.inf-section > .box, .inf-section > .box{
  width: 300px;
  position: relative;
  display: inline-table;
}

a.box{
  text-decoration: none;
  transition: 0.2s;
}

a.box:hover{
  box-shadow: 0 2px 10px #3f3f3f;
  background-color: #282f54;
}

.small{
  font-size: smaller;
  padding-top: 20px;
}

header{
  min-height: 75px;
  background-color: #252525;
  color: #ccc;
  z-index: 20;
  background-image: linear-gradient(180deg, #000 30%, #13192b 100%);
  /* day mode */
  /* background-image: linear-gradient(20deg, rgba(50, 94, 175, 1) 30%, #ffffff 100%); */
  position: relative;
}

header *{
  display: inline-block;
  line-height: 60px;
  height: 60px;
}

header.fixed{
  /*position: fixed;*/
}

#header-brand{
  z-index: 100;
  position: absolute;
  width: 25%;
  padding: 20px 5px;
  box-sizing: border-box;
  top: 0;
}

#header-brand img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header-brand{
  margin: 15px 20px 15px 0px;
  z-index: 100;
  position: relative;
  padding: 0;
}

header .brand h1{
  margin: 0;
}

.code{
  color: rgb(244, 244, 244);
}
.code.local-method{
  color: rgb(253, 251, 172)
}
.code.method{
  color: rgb(132, 214, 247);
}
.code.keyword{
  color: rgb(248, 109, 124);
}

.nav-primary{
  position: absolute;
  text-align: center;
  margin: 5px 0 5px 50px;
  z-index: 100;
}

nav li{
  list-style: none;
}

nav a{
  font-family: 'Spline Sans Mono', monospace;
  text-decoration: none;
  padding: 3px 5px;
  margin: 0 15px;
  font-size: 16px;
  display: inline-block;
  transition: 0.2s;;
  font-weight: normal;
}

nav a.active{
  color: rgb(248, 109, 124);
}

.nav-primary a.active{
  border-bottom: 2px solid red;
}

nav a:hover{
  color: #eee;
}

.nav-primary a:hover{
  border-bottom: 2px solid #eee;
}

.gnome-title{
  min-height: 800px;
  z-index: 25;
}

.gnome-title h2, .gnome-title h3{
  font-size: 60px;
  margin: 0;
}

.gnome-image{
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
  background-image: url("/assets/images/gnome_point.png.webp");
  background-repeat: no-repeat;

/*
  @supports (background-image: url('logo.webp')) {
    background-image: url("/assets/images/gnome_point.png.webp");
  }*/
}

#profile{
  margin-top: 100px;
}

#academy .info, #contact .info, #tutorial .info, #profile .info{
  max-width: 800px;
}

/* Profile - Connected Accounts */
.connected-accounts{
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid #333;
}

.account-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  background: #222;
  border-radius: 6px;
  margin: 8px 0;
}

.account-info{
  display: flex;
  align-items: center;
  gap: 12px;
}

.account-icon{
  width: 24px;
  height: 24px;
}

.account-name{
  font-weight: 500;
  color: #ccc;
}

.account-status{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.account-username{
  color: #888;
  font-size: 0.9em;
}

.status-badge{
  font-size: 0.8em;
  padding: 3px 8px;
  border-radius: 4px;
}

.status-badge.success{
  background: #1a3d1a;
  color: #4caf50;
}

.account-connect{
  font-size: 0.8em;
  padding: 3px 8px;
  border-radius: 4px;
  text-decoration: none;
  background: #3d2a1a;
  color: #f0a050;
}

.account-connect:hover{
  background: #4d3a2a;
}

.account-disconnect{
  font-size: 0.8em;
  color: #888;
  text-decoration: none;
  margin-left: 10px;
}

.account-disconnect:hover{
  color: #f66;
}

/* Profile - Section Grouping */
.profile-header{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.profile-avatar{
  position: relative;
  flex-shrink: 0;
}

.profile-identity h1{
  margin: 0;
}

.profile-member-since{
  color: #888;
  display: block;
  margin-top: 4px;
}

.profile-section{
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.profile-section-title{
  margin: 0 0 15px 0;
  font-size: 1.1em;
  color: #ccc;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.profile-section .connected-accounts{
  border-top: none;
  margin: 0;
  padding: 0;
}

/* Profile - Academy CTA for non-members */
.profile-academy-cta{
  border: 2px solid gold;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2010 100%);
}

.profile-academy-cta .profile-section-title{
  color: gold;
  border-bottom-color: #4a3a10;
}

.profile-academy-cta p{
  color: #ccc;
}

/* Profile - Active Academy member */
.profile-academy-active{
  border-color: #3a3010;
}

.profile-academy-active .profile-section-title{
  border-bottom-color: #4a3a10;
}

.academy-stuff > div{
  margin-top: 10px;
  margin-bottom: 60px;
}

.academy-stuff p{
  color: #ccc;
}

.academy-stuff .collapsible-content{
  background-color: inherit;
}

.misc-download-section .download-list li::before{
  background-image: url("/assets/images/gnome.png");
}

form .button{
  width: auto;
}

form > div{
  margin-bottom: 20px;
}

/* Carousel */

.reviews{
  position: relative;
}

.reviews img{
  opacity: 0;
  padding: 5px 0;
  transition: opacity 0.3s;
  left: -5000px;
  position: absolute;
}

.reviews img.active{
  opacity: 1;
  left: 0;
  position: relative;
}

.reviews img:nth-of-type(-n+3){
  display: block;
}

#img-focus{
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000000ff;
  z-index: 1000;
  top: 0;
  left: -5000px;
  transition: opacity 0.5s;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#img-focus.visible{
  left: 0;
  height: 100%;
  background: #000000c4;
  z-index: 1000;
  overflow-x: scroll;
  transition: opacity 0.5s;
}

#img-focus.visible img{
  display: block;
  opacity: 1;
  transition: 0.5s;
  position: relative;
}

#img-focus img{
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  box-sizing: border-box;
  margin: auto;
}

.img-preview{
  cursor: pointer;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
}

.prev { left: 10px; }
.next { right: 10px; }
.prev, .next{
  height: 50px;
  width: 50px;
}

/* Carousel end */

#btnFilterToggle{
  display: none;
  width: 100%;
  margin: 20px 0;
  text-transform: lowercase;
  font-weight: 400;
  color: #fff;
}

#filter.open{
  margin-left: 0;
  height: auto;
  width: 100%;
  display: block;
}

.game-thumbnail{
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
  aspect-ratio: 16/9;
  position: relative;
}

.game-thumbnail img{
  object-fit: cover;
  transition: 0.4s;
  display: block;
  width: 100%;
  height: 100%;
}

.square .game-thumbnail{
  aspect-ratio: 1/1;
}

.game:hover .game-thumbnail img{
    transform: scale(1.1);
}

div.game{
  position: relative;
  display: block;
}

a.game{
  text-decoration: none;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  max-width: 300px;
}

.game-info{
  padding: 12px 14px;
  background-color: #1A1A1A;
}

.game-info h4{
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 6px;
}

.game-info p{
  font-weight: 300;
  color: #ccc;
}

.game-info .chip{
  margin-right: 8px;
}

.chip-visits{
  color: #4CAF50;
  font-weight: 500;
}

.chip-platform{
  color: #888;
  font-size: 0.9em;
}

.chip-year{
  color: #555;
  font-size: 0.85em;
}

.game-stats{
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 30px 0;
}

.game-stat{
  text-align: center;
}

.game-stat-value{
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
}

.game-stat-label{
  display: block;
  font-size: 0.9em;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.quotation{
  background: #333;
  border-radius: 25px;
  padding: 10px;
  position: relative;
}

.quotation p, .quotation a{
  font-style: italic;
  color: #ddd;
}

.poster-info h3, .poster-info small{
  margin: 0 0 0 10px;
  text-transform: none;
  position: absolute;
  display: inline-block;
}

.poster-info h3{
  top: 40px;
}

.poster-info small{
  top: 65px;
}

.video-container{
  display: block;
  max-width: 800px;
  height: 450px;
  margin: 20px 0;
}

.center{
  margin: auto;
  text-align: center;
}

.center.header{
  text-align: center;
}

.tilted{
  rotate: -2deg;
}

.chips-container{
  position: relative;
}

#academy .button{
  margin: 20px auto;
}

#tutorial .chips-container{
  margin-bottom: 20px;
}

.chip{
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  padding: 4px;
  color: #aaa;
}
.chip.grade1{ color: #2caa36}
.chip.grade2{ color: #4b84f6}
.chip.grade3{ color: #ffd200}
.chip.grade4{ color: #dc6f48}
.chip.grade5{ color: #d23131}

.chip *:nth-child(1){
  padding-right: 5px;
}

.chips-container > .glowchip{
  position: relative;
  font-size: 15px;
}

.glowchip{
  font-family: 'Press Start 2P', cursive;
  text-shadow: 2px 2px 20px #7f7f7f;
  background: #eee;
  padding: 5px;
  border-radius: 15px;
  display: inline-block;
  text-shadow: 1px 1px 2px;
  box-shadow: 0 2px 10px #3f3f3f;
}

.glowchip.page-title{
  background: #13192b;
  text-transform: capitalize;
}

.downloads-list .glowchip{
  margin: 15px;
  border-radius: 0;
  background: none;
  display: list-item;
}

.downloads-list{
  list-style-image: url('/assets/images/dev.png');
  padding-left: 50px;
}

.downloads-list .glowchip a{
  padding: 20px;
  text-decoration: none;
  width: 100%;
  display: block;
  overflow: hidden;
  font-family: monospace;
  font-size: 1.5em;
  text-shadow: none;
  box-sizing: border-box;
  transition: 0.2s;
}

.downloads-list .glowchip a:hover{
  text-shadow: 1px 1px 2px;
  box-shadow: 0 2px 10px #3f3f3f;
}

h1.page-title{
  font-size: 2em;
}
.page-title{
  padding: 20px;
  border-radius: 0;
}

.collapsible-title h4{
  font-size: 1.3em;
  max-width: calc(100% - 150px);
  margin: 0;
}

.collapsible-title{
  background: none;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 17px;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 2px 10px #3f3f3f;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  display: block;
  font-weight: normal !important;
  position: relative;
  height: auto;
}

.collapsible-title h3{
  width: calc(100% - 100px);
}

.collapsible-active, .collapsible-title:hover {
  background-color: #282f54;
}

.collapsible-content {
  padding: 0 18px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
  background-color: #313338;
  transition: 0.6s;
  visibility: collapse;
}

.collapsible-content img{
  width: 100%;
  max-width: 500px;
}

.collapsible-content .italic{
  color: #666;
}

.collapsible-symbol{
  transition: 0.2s;
  font-size: 3em;
  padding: 10px;
  position: absolute;
  right: 100px;
  top: 45%;
  transform: translate(-50%, -50%);
}

.collapsible-active .collapsible-symbol{
  transform: rotate(180deg) translate(50%, 30%);
}

#showcase{
  height: 350px;
  position: relative;
  display: block;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 -20px;
}

#showcase.home{
  margin: 0;
  min-height: 450px;
  background-image: url("/assets/images/galaxy_gnome.jpg");

  @supports (background-image: url('logo.webp')) {
    background-image: url("/assets/images/galaxy_gnome.jpg.webp");
  }
}

#showcase.video{
  margin: 0;
  /*height: 50%;*/
}

.overlap{
  z-index: 10;
}

#about{
  min-height: 600px;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
}

#about .info{
  padding-top: 50px;
}

#stats .info{
  text-align: center;
}

.info{
  text-align: left;
  font-size: 18px;
  font-weight: 200;
}

.info-text{
  padding: 0 30px;
}

.ticklist ul{
  padding-left: 10px;
}

.ticklist li{
  list-style-type: none;
  padding-bottom: 5px;
}

.ticklist li::before{
  content: "✅";
}

.bold{
  font-weight: 700;
  color: #3e9ff2;
}


#login-box, #checkout-box{
  display: block;
  margin: auto;
  text-align: center;
  min-width: 400px;
}

#checkout-box{
  width: 50%;
}

 #checkout-box iframe{
  position: relative !important;
  width: 80% !important;
  padding-top: 20px;
  display: block;
  margin: auto;
}

#login input{
  border: 0;
  padding: 15px;
  margin: 5px;
  background-color: #222430;
  color: #aaa;
  width: 50%;
}

#login .legal{
  display: inline-block;
  margin: auto;
  text-align: left;
  color: #ccc;
  font-size: 0.8em;
  width: 40%;
}

#login .legal input{
  display: inline-block;
}

#login #agree_terms{
  height: 20px;
  width: 20px;
  display: inline-block;
}

#login-box img, #checkout-box img{
  max-width: 350px;
  margin: 20px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #140000 inset !important;
    -webkit-text-fill-color: #aaa !important;
}

#login .button{
  color: #fff;
  text-shadow: 1px 2px 5px #000;
}

.two-button.multi{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.two-button.multi > a{
  display: inline-block;
  width: auto;
  margin: 50px 0;
  padding: 20px 30px;
}
.two-button.multi .button:nth-child(n+2){
  margin-top: auto;
}
.two-button.multi .button:nth-child(2){
  background-image: linear-gradient(to bottom right, #0d37cb, #f80304);
}

.two-button .button:nth-child(n+2){
  margin-top: -30px;
}

.two-button .button:nth-child(2), .button.alt-style{
  background-image: linear-gradient(284deg, #762072, #ffac00);
}

.content_side .button{
  width: 100%;
  margin: 0;
  padding: 10px;
}

.button{
  display: block;
  background: red;
  padding: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 2px 2px 5px #000;
  border: 0;
  margin: 50px auto;
  text-align: center;
  width: 50%;
  background-image: linear-gradient(to bottom right, #0d37cb, #f80304);
  transition: 0.2s;
  box-sizing: border-box;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  color: #fff;
}

.button.gold{
  background-color: gold;
  background-image: linear-gradient(to bottom right, #cb5c0d, gold);
}

.button:hover{
  cursor: pointer;
  box-shadow: 0px 0px 10px #FFF;
}
.button.button-outline{
  background: transparent;
  background-image: none !important;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: none;
}
.button.button-outline:hover{
  background: rgba(255,255,255,0.1);
  box-shadow: 0px 0px 10px rgba(255,255,255,0.3);
}

.button-simple {
  display: inline-block;
  padding: 10px;
  background: #000;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.5em;
  color: #AAA;
}

.two-button > .button.button-simple{
  background-image: none;
  color: #AAA;
  font-size: 1em;
  text-transform: capitalize;
  font-weight: 400;
}

.social-login-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #666;
}

.social-login-divider::before,
.social-login-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #333;
}

.social-login-divider span {
  padding: 0 15px;
  font-size: 0.9em;
}

.social-login-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 280px;
  margin: 0 auto;
}

.social-login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.social-login-btn.roblox-btn {
  background: linear-gradient(135deg, #393b3d 0%, #232527 100%);
  color: #fff;
  border: 1px solid #4a4a4a;
}

.social-login-btn.roblox-btn:hover {
  background: linear-gradient(135deg, #4a4c4e 0%, #2d2f31 100%);
}

.social-login-btn.email-btn {
  background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
  color: #fff;
  border: 1px solid #3a62a8;
}

.social-login-btn.email-btn:hover {
  background: linear-gradient(135deg, #3a62a8 0%, #2a4c82 100%);
}

.login-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.login-register-link {
  margin-top: 10px;
  color: #888;
  font-size: 0.9em;
}

.login-register-link strong {
  color: #fff;
}

.back-to-options {
  display: inline-block;
  margin-top: 0;
  color: #888;
  font-size: 0.9em;
}

.back-to-options:hover {
  color: #fff;
}

.button-simple:focus{
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.button.inactive:hover{
  cursor: auto;
	box-shadow: none;
}

.discord-grad{
  background-image: linear-gradient(to bottom right, #4067b1, #812997);
}

.small-button{
  font-size: 15px;
  margin: 20px auto;
  width: auto;
}

.retro{
  font-size: 18px;
  font-weight: 800;
}

.retro.pointer{
  padding: 5px;
}

.pointer{
  cursor: pointer;
}

.retro th{
  border-bottom: 2px solid #FFF;
  text-transform: uppercase;
  font-size: 2em;
  text-shadow: 2px 2px 2px #FFF;
}

.retro td{
  text-transform: lowercase;
  text-shadow: 4px 4px 5px #000;
}

.retro th, .retro td{
  display: inline-block;
  padding: 10px 50px 10px 15px;
  box-sizing: border-box;
}

.retro th:nth-child(1), .retro td:nth-child(1){
  border-right: 2px dashed #FFF;
  width: 200px;
}

.statCounters{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-radius: 10px;
  overflow: hidden;
  background: #333;
  margin: 0 35px;
  margin-top: 20px;
}

.statCounterBox{
  padding: 20px 15px;
  text-align: center;
  background: #1a1a1a;
}

.statCounterBox label{
  font-weight: 200;
  color:#cccccc;
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

span.retro{
  font-size: 2.5em;
  display: block;
  padding: 0;
}

span.retro.animated-stat{
  background: #00000052;
  border-radius: 20px;
}

.annotate{
  font-size: 0.9em;
  color: #888;
  padding-left: 5px;
}

h3.tierPrice{
  font-size: 50px;
  margin: 10px 0;
}

span.tierPrice{
  color: #ccc;
}

small.tierNote{
  display: block;
  color: #888;
  font-size: 0.75em;
  margin-top: 4px;
}

.red{
  color: red;
}

.blue{
  color: #0d37cb;
}

.pinkred{
  color: #ff6666;
}

.purple{
  color: #a94df1;
}

#about .gnome-title{
  position: absolute;
  top: -200px;
  height: 800px;
  right: 0;
}

#error404 .gnome-title{
  height: 1000px;
}

.crown-topper{
  position: absolute;
  font-size: 2.5em;
  top: 30px;
  rotate: -30deg;
}

.popup-container{
  background: #00000091;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.popup-container.visible{
  display: block;
}

#popup-close{
  font-size: 3em;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 15px;
  color: gold;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  text-transform: none;
}

.popup{
  display: block;
  position: fixed;
  z-index: 10;
  max-width: 500px;
  margin: auto;
  background: #111;
  max-height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  width: 100%;
  box-shadow: 0px 0px 20px #000;
}
.popup .box{
  border-radius: 5%;
  border: 2px solid gold;
}

.popup h4{
  text-align: center;
  font-size: 1.5em;
}

.popup h5{
  color: gold;
  text-align: center;
  font-size: 1em;
  position: relative;
}

.popup h5::before{
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(/assets/images/minimal_gnome_gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 25%;
}

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.download-list{
  overflow-wrap: break-word;
  overflow: hidden;
  padding: 0;
  flex-direction: column;
  flex-wrap: wrap;
}

.download-list a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 20px 5px;
  padding-left: 35px;
  transition: 0.1s;
}

.download-list a:hover{
  color: #fff;
}

.download-list li::before{
  content: '';
  height: 30px;
  width: 30px;
  display: block;
  background-image: url('/assets/images/minimal_gnome.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 2px;
}

.download-list li.premium::before{
  content: '';
  height: 30px;
  width: 30px;
  display: block;
  background-image: url('/assets/images/minimal_gnome_gold.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 2px;
}

.download-list li.premium{
  border: gold 2px solid !important;
}

.download-list li.premium a{
  color: gold;
}

.download-list li{
  position: relative;
  display: inline-block;
  padding: 0;
  border-radius: 20px;
  margin: 5px;
  box-sizing: border-box;
  width: 45%;
}

.download-list li:nth-of-type(4n), .download-list li:nth-of-type(4n+1){
  background: #282f54;
}

.downloads-blur{
  min-height: 400px;
  background-image: url('/assets/images/blur.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.slanted-banner{
  color: #FFF;
  width: 100%;
  bottom: 15%;
  text-align: center;
  position: absolute;
  margin: auto;
  z-index: 10;
  -webkit-transform: rotate(-4.5deg);
  -moz-transform: rotate(-4.5deg);
  -ms-transform: rotate(-4.5deg);
  -o-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.slanted-banner h1{
  font-size: 100px;
  margin-bottom: 0;
  text-shadow: 0 1px 15px black;
}

.slanted-banner p{
  font-size: 40px;
  margin-top: 10px;
  font-weight: bold;
}

.embed-container.row{
  margin: 0;
}

.embed-container > .embed-doc{
  min-height: 600px;
}

.embed-doc{
  height: 85%;
  width: 100%;
}

.backdrop{
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-image: url("/assets/images/roblox_background_2_2.jpg");

  @supports (background-image: url('logo.webp')) {
    background-image: url("/assets/images/roblox_background_2_2.jpg.webp");
  }
}

footer{
  position: relative;
  min-height: 300px;
  padding-top: 50px;
  margin-top: 100px;
  background: radial-gradient(200% 100% at 50% 100%, rgba(50,94,175,1) 0%,rgba(50,94,175,1) 30%,rgba(50,94,175,0) 100%);
  margin: 0;
  flex-shrink: 0;
}

.footer-box{
  /*background-color: #252525;*/
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 20px;
}

.footer-box h3{
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 2em;
  margin: 0;
}

.footer-links{
  display: block;
  text-align: center;
  width: 100%;
}

.footer-links ul{
  margin: 0;
  padding: 0;
}

.footer-links ul li{
  display: inline-block;
  padding: 0 10px;
}

.footer-links ul li:nth-child(n+2){
  border-left: 1px solid #FFF;
}

.footer-links ul li a{
  font-weight: lighter;
  text-decoration: none;
}

#helloworld{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  text-transform: none;
  /*font-family: 'Spline Sans Mono', monospace;*/
}

#about .social-links{
  width: auto;
}

.alt .social-icon{
	background-position: center;
	background-size: 70%;
  background-color: #fff;
  padding: 15px;
  transition: 0.1s;
  height: 40px;
  width: 40px;
}

.alt .social-icon:hover{
  background-color: #999;
}

.banner{
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 20px;
}

.banner-shader{
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, #00000000 60%, #121212 100%);
}

.banner-content{
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.banner-content h1, .banner-content h2{
  font-size: 2em;
  margin: 0;
}

.prod_content{
  position: relative;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 24% 76%;
}

.content_side{
  position: relative;
  transition: 0.5s;
}

.content_side h1, .content_side h2, .content_side h3{
  margin: 0 auto 10px auto;
}

.content_side .reset{
  font-size: 0.9em;
}

.content_side > div{
  padding: 0 20px 10px 20px;
}

.content_side p{}

.content_side .search_input{
  font-size: 1em;
  padding: 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #ccc;
  background: none;
  border: 2px solid #444;
}

.content_main{
  position: relative;
  top: 0;
  left: 0;
  padding: 0 20px;
  display: inline-block;
  min-width: 90%;
}

#product-select-sort{
  background: none;
  color: #ccc;
  padding: 10px;
  position: absolute;
  right: 20px;
}

#product-select-sort option{
  background: #000;
}

.product-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 5px;
  padding-top: 50px;
}

.check-container{
  display: block;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #444;
  transition: 0.2s;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  border: 2px solid #ccc;
}

/* When the checkbox is checked, add a background */
.check-container input:checked ~ .checkmark {
  background-color: #f84040;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#slider-difficulty .noUi-tooltip,
#slider-episode .noUi-tooltip,
#slider-year .noUi-tooltip{
  background: #000;
  color: #fff;
}

#slider-difficulty.noUi-target,
#slider-episode.noUi-target,
#slider-year.noUi-target{
  background: #000;
}

#slider-difficulty,
#slider-episode,
#slider-year {
  height: 10px;
  width: 80%;
  margin: 50px auto 0 auto;
}

#slider-difficulty .noUi-connect{ background: #f84040; }
#slider-episode .noUi-connect{ background: #0d37cb; }
#slider-year .noUi-connect{ background: #b72e97 }

#slider-difficulty .noUi-handle,
#slider-episode .noUi-handle,
#slider-year .noUi-handle{
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 9px;
}

#slider-difficulty .noUi-handle::before,
#slider-difficulty .noUi-handle::after,
#slider-episode .noUi-handle::before,
#slider-episode .noUi-handle::after,
#slider-year .noUi-handle::before,
#slider-year .noUi-handle::after{
  display: none;
}

.button > .social-links{
  width: auto;
}

.social-links{
	padding: 0 10px 0 10px;
	width: 50%;
	margin: auto;
  text-align: center;
}

.social-links img{
	padding: 10px 0 10px 0;
}

.social-icon{
	background-size: 80%;
	display: inline-block;
	height: 50px;
	width: 50px;
	position: relative;
	margin: 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5%;
  transition: 0.3s;
}

#community .discord-grad{
  width: auto;
  display: inline-block;
  margin: 5px;
}

.pagination{
  position: relative;
  text-align: right;
}

.pagination button{
  text-decoration: none;
  padding: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0;
  margin-left: 10px;
  box-sizing: border-box;
  line-height: 25px;
}

.pagination button.active{
  background-color: #6c23a5;
  background-image: linear-gradient(to bottom right, #0d37cb, #f80304);
}

.box .icon{
  /*background-color: #0d37cb;*/
  background-color: #000;
  border-radius: 10%;
}

input.error{
  border: 2px solid red !important;
}

small.error, h3.error, span.error{
  color: red;
}

small.success, h2.success, span.success, p.success{
  color: #00d700;
}

label > span{
  font-size: 0.8em;
}

.icon{
  display: block;
  margin: 10px auto;
  text-align: center;
  height: 75px;
  width: 75px;
  background-position: center;
  background-repeat: no-repeat;
}

.box .icon{
  background-size: 70%;
  border: 2px solid #fff;
}

.social-icon:hover{
  background-color: #FFF;
}

.icon-twitter{
  background-image: url('/assets/images/icon-x-twitter-box.svg');
}

.icon-yt{
  background-image: url('/assets/images/icon-yt.svg');
}

.icon-tiktok{
  background-image: url('/assets/images/icon-tiktok.svg');
}

.box .icon-tutorial{
  background-image: url('/assets/images/icon-youtube-tutorials.svg');
  background-color: #0d37cb;
}

.box .icon-games{
  background-image: url('/assets/images/icon-games.svg');
	background-size: 120%;
  background-color: #6c23a5;
}

.box .icon-people{
  background-image: url('/assets/images/icon-people.svg');
  background-color: #8b1515;
}

.box .icon-question{
  background-color: #0d37cb;
}

.icon-trophy.gnomejam{
  background-color: #6c23a5;
}

.icon-trophy.miscEvent{
  background-color: #0d37cb;
}

.icon.large{
  height: 130px;
  width: 130px;
}

.icon-chad{
  background-image: url('/assets/images/chadGnome.png');
  background-color: #8b1515;
}

.icon-gold{
  background-image: url('/assets/images/minimal_gnome_gold.png');
  background-color: #8b1515;
}

.icon-child{
  background-image: url('/assets/images/gnomeChild.webp');
  background-color: #8b1515;
}

.icon-twitch{
  background-image: url('/assets/images/icon-twitch.svg');
}

.icon-disc{
  background-image: url('/assets/images/icon-discord.svg');
}

.icon-trophy{
  background-image: url('/assets/images/icon-trophy.svg');
}

.icon-question{
  background-image: url('/assets/images/icon-question.svg');
}

.icon-user{
  background-image: url('/assets/images/icon-user.svg');
}

a {
	font-weight: bold;
}

#nav-login-icon{
  display: block;
  height: 35px;
  margin: 20px;
  float: right;
}

#nav-button{
  display: none;
  background-image: url('/assets/images/icon-menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  margin: 15px;
  cursor: pointer;
  transition: 0.2s;
  z-index: 100;
}

#nav-button:hover{
  margin: 15px 20px;
}

/* Timeline */
.timeline{
  position: relative;
  padding: 20px 0;
  max-width: 900px;
  margin: 0 auto;
}
.timeline::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #333;
  transform: translateX(-50%);
}
.timeline-item{
  position: relative;
  width: 45%;
  padding: 20px 25px;
  box-sizing: border-box;
}
.timeline-item:nth-child(odd){
  margin-left: 0;
  text-align: right;
}
.timeline-item:nth-child(even){
  margin-left: 55%;
  text-align: left;
}
.timeline-item h3{
  color: gold;
  font-size: 1.4em;
  margin: 0 0 5px 0;
}
.timeline-item h4{
  margin: 0 0 8px 0;
  font-size: 1.1em;
}
.timeline-item p{
  margin: 6px 0;
  font-size: 0.95em;
  line-height: 1.5;
}
.timeline-item::before{
  content: '';
  position: absolute;
  top: 28px;
  width: 12px;
  height: 12px;
  background: gold;
  border-radius: 50%;
}
.timeline-item:nth-child(odd)::before{
  right: -30px;
}
.timeline-item:nth-child(even)::before{
  left: -30px;
}
.timeline-item .button{
  margin-top: 10px;
}
.timeline-item > p a,
.timeline-item > h4 a{
  color: #3e9ff2;
  text-decoration: none;
}
.timeline-item > p a:hover,
.timeline-item > h4 a:hover{
  text-decoration: underline;
}
.timeline-item .product-list{
  padding: 10px 0;
  text-align: center;
}
.timeline-item a.game{
  max-width: 200px;
  margin: 5px;
  vertical-align: top;
}

@media screen and (max-width: 1200px){
  .wrapper{
    margin-left: 0;
  }
  .row{
    padding: 0 10px;
  }
  .product-list{
    padding-top: 50px;
  }
  .sidebar{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 100%;
    height: auto;
    padding: 0 20px;
    width: 100%;
    min-height: 100%;
    position: absolute;
  }
  .sidebar.open{
    margin-left:0 !important;
    padding: 0;
    z-index: 100;
    background: #13192b;
  }
  #header-brand{
    width: 55%;
  }
  #nav-button{
    display: block;
  }
  #nav-login-icon{
    position: absolute;
    right: 45px;
    top: 0px;
  }
  #about .social-icon{
    padding: 0;
  }
  header{
    top: 0;
    z-index: 110;
    width: 100%;
  }
  .nav-primary{
    display: none;
  }
  .download-list{
    padding-left: 0;
  }
  .download-list li{
    display: block;
    width: 95%;
    margin: 10px 5px;
  }
  .download-list li:nth-of-type(4n), .download-list li:nth-of-type(4n+1){
    background: none;
  }
  .download-list li:nth-of-type(2n+1){
    background: #282f54;
  }
  .collapsible-symbol{
    right: 10px;
    padding: 0;
  }
  .collapsible-title h4{
    width: calc(100% - 60px);
  }
  .glowchip{
    padding: 4px;
  }
  div.glowchip{
    font-size: 10px;
  }
  .tilted.glowchip > .glowchip{
    margin: 4px;
  }
}


@media screen and (max-width: 800px){
  .timeline::before{
    left: 15px;
  }
  .timeline-item{
    width: 100%;
    padding-left: 40px;
    text-align: left !important;
  }
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even){
    margin-left: 0;
    text-align: left;
  }
  .timeline-item::before,
  .timeline-item:nth-child(odd)::before,
  .timeline-item:nth-child(even)::before{
    left: 9px;
    right: auto;
  }
  #about{
    min-height: auto;
  }
  #about .info-text{
    padding: 0;
  }
  #about .info{
    padding-top: 0;
    max-width: 600px
  }
  .collapsible-title h4{
    font-size: 1em;
  }
  .video-container{
    height: 300px;
  }
  .slanted-banner h1{
    font-size: 40px;
  }
  .slanted-banner p{
    font-size: 20px;
  }
  .brand h1{
    font-size: 15px;
  }
  .account-row{
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-header{
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .profile-section{
    padding: 15px;
  }
  #showcase{
    height: 200px;
  }
  #showcase.home{
    min-height: 250px;
  }
  .block{
    height: 100%;
    margin: 0;
  }
  .two-section, .three-section{
    display: block;
  }
  .two-section > div, .two-section > section, .three-section > div, .three-section > section, .inf-section > .box{
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px auto;
  }
  #academy .box.ticklist{
    width: 90%;
  }
  #academy .icon.large{
    height: 80px;
    width: 80px;
  }
  #about .social-links{
    display: none;
  }
  .statCounters{
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .statCounterBox{
    padding: 15px 10px;
  }
  .statCounterBox > span{
    font-size: 1.8em;
  }
  #community > .button{
    width: 100%;
  }
  .button .social-icon{
    padding: 2px;
    margin: 5px;
  }
  #login-box img{
    width: 100%
  }
  #login input{
    width: 80%;
  }
  #showcase.home .slanted-banner{
    display: none;
  }
  #about .gnome-title{
    position: relative;
    max-width: 100%;
    top:0;
    height: 400px;
    min-height: 400px;
    margin-top: -50px;
    display: none;
  }
  #about .gnome-image{
    background-size: cover;
  }
  .gnome-title, .login .gnome-title{
    display: none;
  }
  #error404 .gnome-title{
    display: block;
  }
  #about{
    height: auto;
    background-image: none;
  }
  #login-box{
    min-width: auto;
  }
  table.retro{
    margin: auto;
  }
  table.retro{
    margin: auto;
    font-size: 18px;
  }
  .retro th{
    font-size: 1em;
  }
  .retro th:nth-child(1), .retro td:nth-child(1){
    width: 125px;
  }
  .retro th, .retro td{
    padding: 5px 20px 5px 8px;
  }
  .backdrop > div {
    padding-top: 20px
  }
  .footer-links ul li{
    display: block;
    padding: 10px 0;
    border: none;
  }
  .footer-links ul li:nth-child(n+2){
    border: none;
  }
  .social-links{
    width: auto;
  }
  .prod_content{
    display: block;
  }
  .content_side{
    margin-left: -1000px;
    height: 0px;
    width: 0px;
    display: none;
  }
  .content_main{
    display: block;
    min-width: auto;
  }
  #btnFilterToggle{
    display: block;
  }
  .product-list,
  .product-list:has(.square){
    grid-template-columns: 1fr;
    gap: 6px;
    justify-content: stretch;
  }
  a.game{
    display: block;
    margin: 0;
    max-width: none;
  }
  div.game{
    display: flex;
    align-items: center;
    background: #1A1A1A;
  }
  a.game .game-thumbnail{
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 80px;
    aspect-ratio: auto;
    margin: 0;
  }
  a.game.square .game-thumbnail{
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  .game-info{
    padding: 6px 10px;
  }
  .game-info h4{
    font-size: 0.9em;
    margin-bottom: 4px;
  }
  .game-info .chip{
    font-size: 0.8em;
  }
  .download-list{
    max-height: none;
  }
  #verify.row{
    margin: 0;
  }
  #login-box .button{
    width: 100%;
  }
}

@media screen and (max-width: 550px){
  .social-icon{
    margin: 5px;
  }
  .quotation{
    margin: 0 -20px;
  }
  h1.page-title{
    font-size: 1.5em;
  }
  .downloads-list .glowchip a{
    font-size: 1em;
  }
  #nav-login-icon{
    right: 40px;
  }
  .slanted-banner h1{
    font-size: 30px;
  }
  .statCounterBox > span{
    font-size: 30px;
  }
  .two-button.multi{
    flex-direction: column;
  }
  .two-button.multi > a{
    margin: 10px 0;
    width: 200px;
    text-align: center;
  }
}

@media screen and (max-width: 320px){
  table.retro th{
    display: none;
  }
  table.retro td{
    display: block;
    font-size: 24px;
    border-right: none !important;
  }
}
