/* Base CSS3 */
/* *//* *//* */
*{
margin: 0;
padding: 0;
box-sizing: border-box; }
a {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 10px 10px 10px;
	margin: 0px;
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	text-decoration: none; }
a:visited {
	color: #fff; }
a:active, a:hover {
	color: #0095FF;
	border-bottom: 4px solid #0095FF;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s; }
b {
	font-weight: 800; }

h1 span {
	background-color: #097ff8;
	padding: 0px 8px;
	border-radius: 10px;
}
span {
	margin-bottom: 10px;
}
code {
	background: #063c0e;
	padding: 0px 5px 0px 5px;
	border-radius: 0px;
	font-family: "Titillium Web", sans-serif; }
span.detailed, b.detailed {
    background: #1c553b;
    padding: 2px 4px;
    border-radius: 7px;
}

#footer {
	width: -webkit-fill-available;
	z-index: 99;
	position: absolute;
	background: #1a0d25 !important;
	color: #fff !important;
	border-top: 1px solid #474747;
}

/* HOMEPAGE  */
/* *//* *//* */
/* *//* *//* */
body {
	color: #eee;
}
nav {
	width: -webkit-fill-available;
	position: fixed;
	height: 50px;
	z-index: 99;
	top: 0px;
	background: #030712;
	height: max-content;
	border-bottom: 1px solid #474747; }
#nav_main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 60px;
	width: max-content;
	margin: 0px auto;
}
.nav_icon {
	background: transparent url('../../img/maiyome_logo.webp') no-repeat 50% 50% / contain;
	width: 200px;
	margin-right: 20px; }
.nav_list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 50vw;
}
.nav.item {
	min-width: 50px;
	height: auto;
	width: max-content;
	margin: 0px auto;
	margin: 20px 10px;
}

.nav_download {
	min-width: 50px;
	height: auto;
	width: max-content;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header {
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2; }

.header.mesh {
	background-color: #0f0f14;
	background-image: radial-gradient(circle at 20% 80%, #301254, transparent 50%), radial-gradient(circle at 80% 20%, #245a89, transparent 50%);
	filter: blur(100px);
	width: 100vw;
	height: -webkit-fill-available;
	position: absolute;
	z-index: -2;
}
	
#info_main {
	background-color: transparent;
	top: 200px;
	width: -webkit-fill-available;
	position: absolute;
	margin: 0px auto;
	text-align: center;
	z-index: 2;
}
.info_top {
	font-weight: 800;
	font-size: 2.5rem;
	margin: 20px 20px 0px 20px;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.info_mid {
	font-size: 1rem;
}
.info_bottom {
	margin: 30px 20px 20px 20px;
}
.info_sub.download {
	color: #222222;
	font-weight: 800;
	width: max-content;
	height: max-content;
	margin: 0px auto;
	vertical-align: middle;
	font-size: 20px;
	border-radius: 10px;
	display: flex;
}
.info_sub.download span {
	padding: 15px;
	width: max-content;
	margin: 0px auto;
}

section#main-content {
	height: max-content;
	padding: 10px;
	margin: 0px auto;
	display: flex;
}
section#about {
	background: #111111;
}
section#features {
	background: #333333;
}
section#usage {
	background: #222222;
}
section#developers {
	background: #222222;
}
section#changelog {
	background: #222222;
}
section#notes {
	background: #222222;
}

#homepage {
	background: #111111;
	height: max-content;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
	.homepage.mesh {
		background-color: #0f0f14;
		background-image: radial-gradient(circle at 50% 00%, #222222, transparent 50%), radial-gradient(circle at 80% 40%, #092b28, transparent 50%), radial-gradient(circle at 20% 80%, #140527, transparent 50%);
		filter: blur(100px);
		width: 100vw;
		height: -webkit-fill-available;
		position: absolute;
		z-index: -2;
	}

.main-content {
	padding: 30px;
	margin: 0px auto;
}

#about {
	height: max-content;
	width: -webkit-fill-available;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 100px 30px 30px 30px;
}



	#about .left {
		width: 400px;
		height: 400px;
	}

	#about .left .image {
		background: transparent url('../../resources/image/maiyome_main_img1.webp') no-repeat 50% 50% / contain;
		width: 400px;
		height: 400px;
		border-radius: 10px;
	}

	#about .right {
		margin-left: 30px;
	}

	#about .right .head {
		padding: 15px;
		font-size: 1.5rem;
		margin: 0px auto;
		width: 700px;
	}

	#about .right .main {
		padding: 15px;
		font-size: 1rem;
		margin: 0px auto;
		width: 700px;
	}

#features {
	height: max-content;
	width: -webkit-fill-available;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 100px 30px 30px 30px;
}

	.feature.content {
		display: flex;
	}

	/* Left side image */
	.content.image {
		width: 400px;
		height: 400px;
	}

	.feature.image {
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
		border-radius: 10px;
		transition: background-image 0.3s ease;
	}

	.content.main {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	/* Right side tabs */
	.content.list {
		width: 700px;
		display: flex;
		flex-direction: row;
		gap: 10px;
		margin-left: 30px;
		padding-left: 15px;
		flex-wrap: wrap;
		height: max-content;
	}

	.content.info {
		width: 700px;
		margin: 20px 0px 0px 30px;
		padding-left: 15px;
		height: max-content;
	}

	/* Tab items */
	.data {
		width: 128px;
		height: 128px;
		padding: 0px;
		cursor: pointer;
		background: #892424;
		border-radius: 6px;
		transition: all 0.2s ease;
		display: flex;
	}

	/* Hover */
	.data:hover {
		background: #ddd;
	}

	/* Active tab */
	.data.active {
		background: #333;
		color: #fff;
		font-weight: bold;
	}

#usage {
	height: max-content;
	width: -webkit-fill-available;
	margin: 0px auto;
	padding: 70px 30px;
}
	#usage .head {
		padding: 15px;
		font-size: 1.5rem;
		margin: 0px auto;
		width: 700px;
		text-align: center;
	}
	
	.usage.main {
		padding: 0;
		overflow: hidden;
		max-width: -webkit-fill-available;
		display: flex;
		justify-content: center;
	}

	/* Code block */
	.usage.main code {
		display: block;
		padding: 10px;
		color: #e6edf3;
		font-size: 14px;
	}
	
	.usage .list.top {
		content: '';
		display: block;
		width: 600px;
		height: 36px;
		padding: 5px;
		text-align: center;
		background: #161b22;
		border-bottom: 1px solid #1f2937;
	}

	/* Optional: command style */
	.usage.main code span {
		color: #7ee787;
		font-family: 'consolas' !important;
	}
	
	.usage.details, .usage.direct {
		text-align: center;
		padding: 10px 10px;
	}
	
	.usage.list {
		width: 400px;
		border-radius: 0.5rem;
		background-color: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 12);
		border: 0px solid transparent;
		margin: 0px 10px;
		background: linear-gradient(to top, rgb(31 41 55 / 50%) 0%, rgb(40 47 61) 100%);
		backdrop-filter: blur(26px);
	}

	.usage.list a {
		text-decoration: none;
	}

	.usage.data {
		padding: 1.1rem;
	}

	.usage.top {
		object-fit: cover;
		width: 100%;
		height: 150px;
		background-color: rgb(239, 205, 255);
	}

	.usage.now {
		padding: 0px;
	}
	.info.top {
		color: #EEE;
		font-size: 1.125rem;
		line-height: 1.75rem;
		font-weight: 600;
		padding: 10px;
		background: radial-gradient(circle farthest-side at bottom center, #005873 0%, #003343 100%);
		text-align: center;
		position: relative;
		width: -webkit-fill-available;
		display: block;
		border-bottom: 1px solid #eee;
	}

	.info.bottom {
		margin-top: 0.5rem;
		color: #EEE;
		font-size: 0.875rem;
		line-height: 1.25rem;
		padding: 10px;
	}


#developers {
	height: max-content;
	width: -webkit-fill-available;
	margin: 0px auto;
	padding: 30px 30px 20px 30px;
	display: flex;

}

	.developers.main {
		background: #0d1117;
		padding: 0;
		overflow: hidden;
		border: 1px solid #1f2937;
		box-shadow: 0 10px 30px rgba(0,0,0,0.4);
		max-width: 600px;
	}

	/* Top bar (fake terminal header) */
	.developers.top {
		display: flex;
		flex-direction: column;
		width: 600px;
		align-content: center;
		flex-wrap: wrap;
		margin: 0px auto;
	}

	.developers.head {
		content: '';
		display: block;
		width: 600px;
		height: 36px;
		padding: 5px;
		text-align: center;
		background: #161b22;
		border-bottom: 1px solid #1f2937;
	}

	/* Code block */
	.developers.main code {
		display: block;
		padding: 10px;
		color: #e6edf3;
		font-size: 14px;
	}

	/* Optional: command style */
	.developers.main code span {
		color: #7ee787;
		font-family: 'consolas' !important;
	}
	
	.developers.details, .developers.direct {
		text-align: center;
		padding: 10px 10px;
	}

#changelog {
	height: max-content;
	width: -webkit-fill-available;
	margin: 0px auto;
	padding: 20px 30px 30px 30px;
}
	.changelog.main {
		background: #0d1117;
		padding: 0;
		overflow: hidden;
		border: 1px solid #1f2937;
		box-shadow: 0 10px 30px rgba(0,0,0,0.4);
		max-width: 600px;
		font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	}

	/* Top bar (fake terminal header) */
	.changelog.top {
		display: flex;
		flex-direction: column;
		width: 600px;
		align-content: center;
		flex-wrap: wrap;
		margin: 0px auto;
	}

	.changelog.head {
		content: '';
		display: block;
		width: 600px;
		height: 36px;
		padding: 5px;
		text-align: center;
		background: #161b22;
		border-bottom: 1px solid #1f2937;
	}

	/* Code block */
	.changelog.main code {
		display: block;
		padding: 10px;
		color: #e6edf3;
		font-size: 14px;
	}

	/* Optional: command style */
	.changelog.main code span {
		color: #7ee787;
	}

#notes {
	height: max-content;
	width: -webkit-fill-available;
	margin: 0px auto;
	padding: 110px 30px 60px 30px;
}
	#notes .notes {
		width: 80vw;
		text-align: center;
		margin: 0px auto;
		font-size: 1rem;
	}

/* Media Screen Bootstrap 1280 or Below */ 
@media only screen and (max-width: 1280px) {
	#homepage::before {
		content: "";
		position: absolute;
		top: -60px;
		width: 100%;
		height: 60px;
		background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
	}
	#homepage {
		position: relative;
		z-index: 2;

		/* THIS IS THE KEY */
		margin-top: 100vh;
		max-width: -webkit-fill-available;
		height: max-content; }
	#header {
		text-align: center;	}
	.navigation {
		text-align: center; } }

#insert {

}
.image_insert {
	background: transparent url(../../resources/image/maiyome_main.webp) no-repeat 50% 50% / contain;
	transform: translateX(15px) translateY(0px) translateZ(0px) rotateX(9deg) rotateY(4deg) rotateZ(-5deg) skewX(5deg) skewY(-1deg);
	width: -webkit-fill-available;
	height: 750px;
	z-index: -1;
	position: fixed;
	top: 320px;
	left: 0px;
}
.cube {
transform:  scaleX(1) scaleY(1) scaleZ(1) rotateX(24deg) rotateY(24deg) rotateZ(-10deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
}
.cube-wrap {
perspective: 1000px;
perspective-origin: 50% 50%;
}




@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (min-width: 481px) {
	.circular-menu {
		display: none; }
}

@media only screen and (max-width: 480px) {
	.navigation {
		display: none; }
}

/* Media Screen Bootstrap 1281 or Higher */
@media only screen and (min-width: 1281px) {
	#homepage::before {
		content: "";
		position: absolute;
		top: -60px;
		width: 100%;
		height: 60px;
		background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5));
	}
	#homepage {
		position: relative;
		z-index: 2;

		/* THIS IS THE KEY */
		margin-top: 100vh;
		max-width: -webkit-fill-available;
		height: max-content; }
	.header {
		float: left; }
}