@font-face {
	src: url('/res/font/hun2.ttf');
	font-family: 'HUN';
}

@font-face {
	src: url('/res/font/pfwex.woff');
	font-family: 'PFW';
}

@font-face {
	font-family: 'C';
	font-weight: 500;
	src: url('/res/font/cr.ttf');
}
@font-face {
	font-family: 'C';
	font-weight: 900;
	src: url('/res/font/cb.ttf');
}

.ns {
   -moz-user-select: none !important;
   -khtml-user-select: none !important;
   -webkit-user-select: none !important;
   -ms-user-select: none !important;
   user-select: none !important;
}

.ns::selection,
.ns *::selection {
	background-color: inherit;
	color: inherit;
	text-shadow: inherit;
}

body {
	background: bottom left / 300px 50px repeat-x url('/res/about/about-footer.png'), #131621;
	padding: 5em 11vw;
	padding-bottom: 7.5em;
	margin: 0;
	color: #DEE3FC;
	font-family: 'C';
	min-height: calc(100vh - 12.5em);
}

header {
	position: relative;
	margin: -5em -11vw;
	margin-bottom: 2.5em;
	height: 102px;
	background: top left / cover no-repeat url('/res/about/about-header.png');
	padding-left: 330px;
	padding-right: 16px;
	overflow: hidden;
}

header::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	bottom: 0;
	background: url('/res/about/about-header-overlay.png');
	pointer-events: none;
}

header>.major_item {
	display: inline-block;
	font-family: 'HUN';
	padding: 0 1.5em;
	line-height: 90px;
	height: 100px;
	color: #FFF;
	font-weight: 900;
	font-size: 1.25em;
	border-top: 2px solid #0000;
	cursor: pointer;
	text-decoration: none;
	transition: 0.1s border-top, 0.1s background-color;
	margin-right: -2px;
}
header>.major_item:hover {
	background-color: #FFF2;
	border-top: 2px solid #FFF;
}
header>.major_item:active {
	background-color: #FFF5;
	border-top: 2px solid #FFF;
	transition: 0.05s border-top, 0.05s background-color;
}
header>.major_item.active {
	border-top: 2px solid #FFF;
}

header>.major_item_r {
	display: inline-block;
	font-family: 'HUN';
	float: right;
	padding: 0 0.25em;
	line-height: 90px;
	height: 100px;
	color: #FFF;
	font-weight: 500;
	font-size: 2.5em;
	cursor: pointer;
	text-decoration: none;
	transition: 0.1s opacity;
	opacity: 0.5;
	margin-left: 2px;
}
header>.major_item_r:hover {
	opacity: 1;
}

#major_logo {
	position: absolute;
	left: 16px;
	top: 16px;
}

.panel {
	margin: 0;
}
.panel.hidden {
	display: none;
}

.panel>h1 {
	color: #3B456E;
	font-size: 2em;
	font-family: 'HUN';
	margin-top: 1em;
	margin-bottom: 0;
	padding-left: 0.5em;
}

.panel>table {
	width: 100%;
	border-spacing: 3px;
}

.panel>table td {
	background-color: #161A2A;
	border-radius: 3px;
	box-shadow: 0px 2px 4px #0004;
	padding: 1em;
	vertical-align: top;
	text-align: left;
}

pre {
	font-family: 'PFW';
	margin: 0;
	font-size: 1em;
}

.panel>table td.pb {
	text-align: center;
	vertical-align: middle;
}
.pagebutton {
	display: block;
	margin: -0.5em;
	padding: 0.5em;
	padding-top: 0.6em;
	font-size: 2em;
	font-family: 'HUN';
	color: #7782B1;
	font-weight: 900;
	text-decoration: none;
	transition: 0.3s background-color, 0.3s color;
}
.pagebutton:hover {
	color: #FFF;
	background-color: #7782B1;
}

.long a, .lna {
	color: #7782B1;
	text-decoration: underline dotted;
}

#back {
	background-color: #161A2A;
	border-radius: 3px;
	box-shadow: 0px 2px 4px #0004;
	display: inline-block;
	padding: 0.5em 1em;
	padding-top: 0.6em;
	margin-bottom: 0.25em;
	font-size: 1.5em;
	font-family: 'HUN';
	color: #7782B1;
	font-weight: 900;
	text-decoration: none;
	transition: 0.3s background-color, 0.3s color;
}
#back:hover {
	color: #FFF;
	background-color: #7782B1;
}

#about_line_logo {
	height: 1.25em;
	vertical-align: bottom;
}

.panel>table td.centered {
	text-align: center;
}

#loader {
	text-align: center;
}

.pkg {
	cursor: pointer;
}

.pkg>a {
	display: inline-block;
	color: #7782B1;
	transition: 0.3s color;
	text-decoration: none;
	float: right;
}
.pkg>a:hover {
	display: block;
	color: #FFF;
}

.pkg>pre {
	color: #7782B1;
	padding: 1em;
	margin: -1em;
	margin-top: 1em;
	background-color: #080A11;
	white-space: pre-wrap;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.pkg:not(.open)>pre {
	display: none;
}

.changelog_item h1 {
	font-size: 3em;
	margin: 0;
	margin-top: -0.2em;
}
.changelog_item h1>.vanchor {
	color: inherit;
	text-decoration: none;
}
.changelog_item h1>.vanchor:hover {
	color: #FFF;
}
.changelog_item h6 {
	font-size: 0.9em;
	margin: 0;
	font-weight: 500;
	opacity: 0.5;
	margin-bottom: 1em;
}

.changelog_item h2 {
	font-size: 1.25em;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 0.15em;
	font-weight: 900;
	position: relative;
	z-index: 0;
}
.changelog_item h2:first-of-type {
	margin-top: 0;
}
.changelog_item h2::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 0.05em);
	right: 0;
	bottom: calc(50% - 0.05em);
	background-color: currentColor;
	pointer-events: none;
	z-index: -2;
}
.changelog_item h2::after {
	content: attr(data-content);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 0.5em;
	bottom: 0;
	color: transparent;
	pointer-events: none;
	background-color: #161A2A;
	z-index: -1;
}

.changelog_item p {
	font-size: 0.95em;
	margin: 0;
	margin-bottom: 0.25em;
	padding-left: 1em;
}

.changelog_item img {
	max-width: 100%;
}

.panel td.light {
	background: none;
	box-shadow: none;
	color: #6579C8;
	font-style: italic;
}
