

#game_window {
	position: relative;
	height: 90vh;
	background-color: #000;
}

#game_selections {
	position: absolute;
	width: 1056px;
	top: 46%;
	left: 49%;
	transform: translate(-50%, -50%);
	/*background-color: #222;*/
}

.shape_block {
	width: 348px;
	height: 348px;
	border-radius: 12px;
	position: relative;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	box-sizing: border-box;
	border: 4px transparent solid;
}

span.shape_name {
	font-size: 24px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
	position: absolute;
	left: 24px;
	bottom: 20px;
}

img.big_shape {
	width: 60px;
	height: 60px;
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform-origin: center center;
	transform: translate(-50%, -50%);
	filter: invert(85%) sepia(16%) saturate(939%) hue-rotate(196deg) brightness(103%) contrast(104%) drop-shadow(0px 0px 0px rgb(222 225 255 / 0.1));
	opacity: 0.69;
	transition: all 0.25s;
}

.shape_block:hover img {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
	filter: invert(86%) sepia(2%) saturate(1510%) hue-rotate(198deg) brightness(109%) contrast(105%) drop-shadow(0px 0px 40px rgb(222 225 255 / 0.4));
}

.big_shape:hover {
	
}

.big_shape.shape_active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}



#main_button, #button_prompt {
	position: absolute;
	height: 60px;
	line-height: 57px;
	padding: 0px 38px 0px 38px;
	bottom: 14%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 12px;
	border: 1px solid rgba(148, 158, 255, 1);
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
	opacity: 0;
	overflow: visible;
	white-space: nowrap;
}

#main_button {
	pointer-events: none;
}

#button_prompt {
	border: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	background: linear-gradient(133deg, rgba(246,242,250,0.59) 0%, rgba(246,242,250,0.22) 100%);
	opacity: 1;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: auto;
}

#main_button:hover {
	
}

#main_button.normal_ready {
	background-color: rgba(148, 158, 255, 0.1);
}

#main_button.normal_ready:hover {
	background-color: rgba(128, 138, 255, 0.2);
}

#main_button_lbl {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(181, 188, 255, 0.96);
	display: inline-block;
	pointer-events: none;
}

#main_button_versus {
	position: relative;
	font-size: 13px;
	font-weight: 500;
	color: rgba(220, 225, 252, 0.86);
	background-color: rgba(148, 158, 255, 0.12);
	line-height: 39px;
	display: inline-block;
	margin-right: -29px;
	margin-left: 35px;
	padding: 1px 36px 0px 16px;
	border-radius: 6px;
	transition: all 0.3s;
	display: none;
}

#main_button_versus:hover {
	background-color: rgba(128, 138, 245, 0.4);
}

#main_button_versus:hover .versus_dropdown {
	opacity: 1;
}

.versus_dropdown {
	right: 4px;
	opacity: 0.69;
	transition: opacity 0.3s;
}

#cncl_button {
	position: absolute;
	height: 60px;
	line-height: 57px;
	padding: 0px 38px 0px 38px;
	bottom: 14%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 12px;
	border: 1px solid rgba(148, 158, 255, 0.12);
	color: rgba(242, 246, 250, 0.69);
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
	opacity: 0;
	pointer-events: none;
}

#cncl_button:hover {
	color: rgba(248, 220, 216, 0.69);
	border: 1px solid rgba(188, 138, 145, 0.32);
}


#create_acc_prompt {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.4);
	opacity: 0;
	text-align: center;
}

#new_acc_link {
	color: rgba(181, 188, 255, 0.69);
	padding: 4px;
}

#new_acc_link:hover {
	color: rgba(181, 188, 255, 0.89);
}



#shape_circles {
	/*border: 4px rgba(128, 140, 255, 1) solid;*/
}


#choose_playstyle_block {
	position: absolute;
	bottom: 28%;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
}

.playstyle_option {
	padding: 16px 20px;
	background-color: rgba(148, 158, 255, 0.18);
	font-size: 12px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
	float: left;
	margin-right: 4px;
	border-radius: 12px;
}

.playstyle_option:hover {
	background-color: rgba(148, 158, 255, 0.24);
}

.playstyle_option.playstyle_active {
	background-color: rgba(148, 158, 255, 0.32);
	color: rgba(212, 217, 255, 0.96);
}

#ch_link {
    display: inline-block;
    font-size: 14px;
	color: rgba(242, 246, 250, 0.69);
	font-weight: 500;
	position: absolute;
	bottom: 28%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
}





#choose_color_block {
	clear: both;
	padding-top: 48px;
	position: absolute;
	bottom: 28%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

#choose_color_block h2 {
	margin-bottom: 24px;
}

.color_option {
	width: 34px;
	height: 34px;
	border-radius: 32px;
	border: 1px rgba(242, 246, 250, 0.32) solid;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-right: 16px;
	cursor: pointer;
	transition: border-color 0.3s;
}

.color_option:hover {
	border: 1px rgba(242, 246, 250, 0.49) solid;
}

.color_option_active {
	border-width: 2px;
}

.color_option div {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 16px;
}

.color_price {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -24px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.86);
}

#buy_more_colors {
	position: absolute;
	line-height: 31px;
	border: 1px solid rgba(242, 246, 250, 0.32);
	border-radius: 34px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
	padding: 0px 16px 1px 16px;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 0.4;
	transition: opacity 0.3s;
}

#buy_more_colors span {
	pointer-events: none;
}


#buy_more_colors:hover {
	border: 1px solid rgba(242, 246, 250, 0.49);
	color: rgba(242, 246, 250, 0.89);
	opacity: 1;
}

#color_gblue {
	background-color: rgba(28, 196, 240, 1);
}

#color_purply {
	background-color: rgba(128, 140, 255, 1);
}

#color_redish {
	background-color: rgba(235, 119, 103, 1);
}

#color_yerange {
	background-color: rgba(218, 183, 96, 1);
}

#color_pistagre {
	background-color: rgba(148, 176, 108, 1);
}

.color_insides {
	pointer-events: none;
}

#paid_colors {
	float: left;
}


#paid_colors a:first-of-type {
	margin-left: 20px;
}

a.buy {
	opacity: 0;
	display: none;
	pointer-events: none;
}


.extra_colors {
	float: left;
}







/* ----- ----- */

#index_container {
	width: 86vw;
	background: rgb(31,28,34);
	background: linear-gradient(164deg, rgba(31,28,34,1) 0%, rgba(0,0,0,1) 39%);
	position: absolute;
	top: 90vh;
	left: 7vw;
	border-radius: 24px;
}

#index_container_in {
	width: 80%;
	margin-left: 10%;
}

#index_intro {
	padding-top: calc(100px + 2vh);
	width: 560px;
	font-size: 34px;
	font-weight: 600;
	line-height: 44px;
	color: rgba(242, 246, 250, 1);
	background: linear-gradient(132deg, rgba(239,236,246,1) 0%, rgba(239,236,242,0.69) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#index_intro .play_type_first {
	opacity: 1;
}

.play_type {
	color: rgba(242, 246, 250, 1);
	background: linear-gradient(132deg, rgba(190,208,255,1) 0%, rgba(195,176,248,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.4;
	transition: opacity 0.3s;
}

#play_type_ilu {
	width: 400px;
	height: 200px;
	position: absolute;
	top: calc(100px + 2vh);
	right: calc(-120px + 15vw);
	background-size: cover;
}

.ilu_js {
	background: url(asset/ilu_js.png);
}

.ilu_py {
	background: url(asset/ilu_py.png);
}

.ilu_mouse {
	background: url(asset/ilu_mouse.png);
}

.ilu_touch {
	background: url(asset/ilu_touch.png);
}

.ilu_more {
	background: url(asset/ilu_more.png);
}

#index_intro .play_type:hover{
	opacity: 1;
}

#mechanics_button {
	line-height: 60px;
	padding: 0 28px;
	border-radius: 60px;
	background: rgb(61,58,66);
	background: linear-gradient(132deg, rgba(61,58,66,0.96) 0%, rgba(25,23,27,0.59) 100%);
	background-size: 100%;
	background-position: 0% 50%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	opacity: 0.9;
	margin-top: 68px;
}

#mechanics_button:hover {
	background-size: 200%;
	background-position: 50% 50%;
	opacity: 1;
	transition: all 0.3s;
}

#mechanics_button:hover .mechanics_button_lbl {
	opacity: 1;
	background-size: 200%;
}

#mechanics_button:hover .ico_mechplus {
	opacity: 1;
}

/*#mechanics_button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(12deg, rgba(61,58,66,0.96) 0%, rgba(25,23,27,0.86) 100%);
  transition: 0.5s;
  opacity: 0;
}

#mechanics_button:hover::before {
	opacity: 1;
}*/

.mechanics_button_lbl, .gradiented_h {
	background: rgb(212,222,255);
	background: linear-gradient(132deg, rgba(212,222,255,1) 0%, rgba(228,201,255,0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	font-weight: 600;
}

.ico_mechplus {
	width: 16px;
	height: 16px;
	margin-top: 22px;
	margin-left: 28px;
	background: url(asset/ico_mechplus.png);
	background-size: cover;
	display: inline-block;
	float: right;
	opacity: 0.69;
	transition: opacity 0.3s;
}

#mechanics_close_btn {
	width: 64px;
	height: 64px;
	border-radius: 72px;
	border: 2px solid rgba(242, 246, 250, 0.16);
	position: absolute;
	left: 50%;
	top: -4%;
	transform: translate(-50%, -100%);
	cursor: pointer;
	z-index: 99999;
	transition: border 0.3s;
}

#mechanics_close_btn:hover {
	border: 2px solid rgba(242, 226, 230, 0.24);
}

#mechanics_close_btn:hover .ico_close {
	opacity: 0.8;
}

.ico_close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: url(asset/ico_close.png);
	background-size: cover;
	opacity: 0.59;
	transition: opacity 0.3s;
}

#mechanics_block {
	width: calc(100% - 40px);
	height: auto;
	max-width: 1560px;
	max-height: 680px;
	position: fixed;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%) scale(0.8);
	background-color: rgba(31, 28, 34, 0.8);
	background: linear-gradient(132deg, rgba(63,65,72,1) 0%, rgba(25,23,27,1) 100%);
	opacity: 0;
	pointer-events: none;
	border-radius: 20px;
	z-index: 99999;
}

#mechanics_h {
	position: absolute;
	top: 34px;
	left: 36px;
}

.mech_p {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	color: rgba(242, 246, 250, 0.96);
	margin-left: 16%;
	margin-top: 90px;
	width: calc(100% - 400px);
	max-width: 840px;
}

.mech_num {
	float: left;
	display: inline-block;
	margin-right: 4px;
	margin-left: 16%;
	width: 20px;
	line-height: 16px;
}

h5.allcapi {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.98);
}

#mech_win_conditions, #mech_factions {
	margin-top: 60px;
	margin-left: 16%;
	margin-bottom: 16px;
}

#mech_factions {
	margin-bottom: 20px;
}

.mech_faction_wrap_all {
	margin-left: 16%;
	position: relative;
}

.mech_faction_wrap {
	width: 250px;
	width: calc(156px + 6vw);
	height: 128px;
	float: left;
	position: relative;
	margin-right: 3vw;
}

.mech_faction_icon {
	width: 24px;
	height: 24px;
	display: block;
	opacity: 1;
	margin-left: -6px;
}

.mech_faction_desc, .mech_ability_name, .mech_ability_desc, .mech_unique_lbl {
	font-size: 11px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.96);
	margin-top: 8px;
	line-height: 16px;
}

.mech_ability_name {
	color: #CDD5FF;
	position: absolute;
	top: 68px;
}

.mech_ability_desc {
	color: rgba(242, 246, 250, 0.69);
	position: absolute;
	top: 86px;
}

.mech_unique_lbl {
	position: absolute;
	top: 68px;
	left: -100px;
	color: rgba(242, 246, 250, 0.49);
}

.mech_spacer {
	width: 100%;
	height: 46px;
	clear: both;
}

#mech_ilu {
	position: absolute;
	top: 32px;
	right: 2vw;
}

#mech_lights {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: none;
	opacity: 0.7;
}


#leaderboard_table {
	margin-top: 120px;
	width: 100%;
}

h3.head_norm {
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
}

.tab_row {
	width: 100%;
	height: 92px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(242, 246, 250, 0.1);
}

.tab_row_first {
	margin-top: 40px;
}

.lb_item {
	line-height: 92px;
	font-size: 24px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
}

span.lb_num {
	float: left;
	display: inline-block;
	color: rgba(242, 246, 250, 0.49);
}

.lb_name {
	float: left;
	display: inline-block;
	margin-left: 6vw;
}

.lb_rating {
	float: right;
	display: inline-block;
	text-align: right;
}

.lb_showmore {
	display: inline-block;
	margin-top: 28px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.52);
	cursor: pointer;
}

.lb_showmore:hover {
	color: rgba(232, 236, 255, 0.72);
}

.footer_link {
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
	float: left;
	padding: 16px;
	margin-left: -16px;
}

.footer_link:hover {
	color: rgba(142, 186, 255, 0.92);
}



#player_selection_wrap_in {
	position: absolute;
	width: 100%;
	max-width: 1200px;
}

.t_small {
	font-size: 12px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.96);
	line-height: 16px;
	height: 28px;
	max-width: calc(100% - 360px);
}


.index_head {
	margin-bottom: 24px;
	margin-left: -7vw;
	font-size: 13px;
	color: rgba(242, 246, 250, 0.55);
	letter-spacing: 1px;
	font-weight: 400;
	clear: both;
	opacity: 0;
}


#gallery_block {
	width: calc(100vw - 40px);
	height: 660px;
	padding-left: 5vw;
	overflow: scroll;
	overflow-y: hidden;
	margin-left: -17vw;
}



#index_trailer_bg {
	position: relative;
	width: 100%;
	height: 500px;
	background: linear-gradient(90deg, rgba(17,19,35,1) 0%, rgba(25,12,24,1) 100%);
	margin-top: 84px;
	border-radius: 24px;
}

#index_trailer {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 24px;
	background: url(asset/gal_trailer.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	transition: opacity 0.3s;
}

#trailer_play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96px;
	height: 96px;
	background: url(asset/ico_play_trailer.png);
	background-size: cover;
	transform: translate(-50%, -50%);
	opacity: 0.76;
	transition: opacity 0.1s;
}

#index_trailer:hover{
	opacity: 0.9;
	transition: opacity 0.3s;
}

#index_trailer:hover #trailer_play_icon {
	opacity: 1;
}

#index_expl_text {
	font-size: 28px;
	font-weight: 500;
	line-height: 38px;
	color: rgba(239, 236, 246, 0.55);
	max-width: 1020px;
	margin-top: 55px;
}


#trailer_layer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999999;
	opacity: 0;
	pointer-events: none;
}

#trailer_layer iframe {
	position: absolute;
	width: 70%;
	height: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#trailer_frame {
	display: none;
}




