@import url('https://fonts.googleapis.com/icon?family=Fira+Mono');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,400italic);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('all.css');


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html,
body,
.tiles .tile .element {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
}

.element {
	background-color: #f1f1f1;
	padding: 10px 20px;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.1), Direction=180, Strength=2);
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

img,
video,
iframe {
	max-height: 100%;
	max-width: 100%;
}

input,
textarea {
	outline: none;
	-moz-resize: none;
	resize: none;
	font-family: inherit;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

.pointer {
	cursor: pointer;
}

.top>* {
	display: inline-block;
	vertical-align: top;
}

.middle>* {
	display: inline-block;
	vertical-align: middle;
}

.bottom>* {
	display: inline-block;
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.tier {
	width: 33.33%;
}

.doubletier {
	width: 66.66%;
}

.demiw,
.demi,
.half {
	width: 50%;
}

.demih {
	height: 50%;
}

.htier {
	height: 33.33%;
}

.hdoubletier {
	height: 66.66%;
}

.quarter {
	width: 25%;
}

.triple-quarter {
	width: 75%;
}

.taille {
	height: 100%;
}

.width960 {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}

.width1020 {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
}

.width660 {
	width: 660px;
	max-width: 100%;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

table {
	border-collapse: collapse;
}

.icon-middle,
.icon-middle+* {
	display: inline-block;
	vertical-align: middle;
}

.icon-middle+* {
	margin-left: 5px;
}

.min-40 {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
}

.note {
	font-color: #ccc;
	font-style: italic;
}

.note.important {
	color: red;
}

input.nostyle,
button.nostyle,
textarea.nostyle {
	border: 0;
	padding: 0;
	background: transparent;
	background: none;
	font-size: inherit;
	text-transform: uppercase;
	color: inherit;
}

.tiles .tile,
.tiles>*>.tile {
	color: white;
	padding-bottom: 20px;
}

.tiles .tile .title {
	font-weight: 700;
	font-weight: 600;
}

.tiles .tile .desc {
	font-size: .8em;
}

.quadruple>*:first-child,
.triple-2-1>*:first-child,
.triple-1-1-1 .tier:first-child {
	padding-right: 10px;
	padding-left: 0;
}

.quadruple>*:last-child,
.triple-2-1>*:last-child,
.triple-1-1-1 .tier:last-child {
	padding-right: 0;
	padding-left: 10px;
}

.quadruple>*,
.triple-1-1-1 .tier:nth-child(2) {
	padding-right: 10px;
	padding-left: 10px;
}

@media screen and (max-width: 1020px) {
	.desktop {
		display: none;
	}

	.demiw {
		width: 100%;
	}
}

@media screen and (min-width: 1020px) {
	.mobile {
		display: none;
	}
}

.none {
	display: none;
}

body {
	background-position: center;
	background-size: cover;
	color: white;
}

#homepage {
	height: 100%;
	text-align: center;
	padding: 50px;
	z-index: 100;
}

#terminal {
	min-height: 350px;
	width: 650px;
	max-width: 100%;
	max-height: 100%;
	background: rgba(29, 31, 32, 0.85);
	border-radius: .3rem;
	box-shadow: 0 20px 60px 10px rgba(0, 0, 0, 0.5);
	position: relative;
}

#terminal-header {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 30px;
	line-height: 30px;
	background-color: rgba(29, 31, 32, 1.0);
}

#controls {
	float: right;
	margin-right: 8px;
}

#content {
	font-family: 'Fira Mono', monospace;
	text-align: left;
	font-size: 0.8rem;
	position: absolute;
	top: 30px;
	left: 13px;
	right: 13px;
	bottom: 0;
	overflow: auto;
}

.green {
	color: #9ADF3A
}

.yellow {
	color: #FFDE38
}

.red {
	color: #ff94f4
}

.bg10 {
	color: #9b59e3
}

.suserror {
	color: #e42222
}

.pink {
	color: #ffc7eb
}

/* Blinking cursor animation for typewriter effect */
.typewriter-cursor {
	background-color: #00ff00;
	color: transparent;
	animation: typewriter-blink 1s infinite;
	display: inline-block;
	width: 8px;
	height: 1em;
	margin-left: 2px;
}

@keyframes typewriter-blink {
	0%, 50% { 
		opacity: 1; 
		background-color: #00ff00;
	}
	51%, 100% { 
		opacity: 0; 
		background-color: transparent;
	}
}

/* Smooth typing transition effects */
.typewriter-line {
	opacity: 0;
	animation: typewriter-fade-in 0.2s ease-in forwards;
}

@keyframes typewriter-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Enhanced terminal text selection for better user experience */
.terminal-text {
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
}

/* Typing indicator class for when typewriter is active */
.typing-active {
	position: relative;
}

.typing-active::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 1em;
	background-color: #00ff00;
	margin-left: 2px;
	animation: typewriter-blink 1s infinite;
}

#content>div:last-child {
	margin-bottom: 20px;
}

#content form {
	display: inline;
}

#content input {
	text-transform: initial;
	display: table-cell;
	width: 100%;
}

#content>div,
#content p {
	margin: 10px 0;
}

#content b {
	opacity: .3;
}

::selection {
	background: rgba(255, 255, 255, 255);
}

::-moz-selection {
	background: rgba(255, 255, 255, 255);
}

#copyright {
	font-family: 'Fira Mono', monospace;
	font-size: 0.75rem;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	z-index: -18;
}

#enterSite {
	position: fixed;
	padding: 0px;
	margin: 0px;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: -10;
	width: 100%;
	height: 100%;
	z-index: 200;
}


#enterSite button {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #ffabf7;
	font-size: 48px;
	letter-spacing: 4px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px;
	transition: 0.4s;
	box-shadow: 0px 0px 0px rgba(76, 25, 86, 0.2);
	background-color: transparent;
	border: 3px solid #ffabf7;
}

#enterSite button:hover {
	background-color: rgba(111, 0, 255, 0.2);
	box-shadow: 0px 0px 200px #ffabf7;
	cursor: pointer;
	transition: 0.4s;
}

#video-background {
	background-position: center;
	background-size: cover;
	color: white;
}

p {
	margin: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.overlay,
.scare {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}

p.overlay-title {
	font-size: 24px;
	font-weight: 900;
	color: black;
	line-height: 1;
	margin-bottom: 16px;
}

.overlay-button {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding-right: 24px;
	padding-left: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	border-radius: 4px;
	margin: 4px;
	cursor: pointer;
}

.overlay-buttons-wrapper {
	margin: -8px;
}

#accept-button {
	background-color: rgb(255, 118, 255);
	color: white;
}

#decline-button {
	color: rgb(255, 118, 255);
	border: 2px solid rgb(255, 118, 255);
}

p.overlay-description {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.25;
	margin-bottom: 32px;
}

a.overlay-link {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: rgb(255, 118, 255);
	line-height: 1;
	position: relative;
	margin-top: 16px;
}

a.overlay-link::before {
	position: absolute;
	content: "";
	height: calc(50% + 4px);
	width: calc(100% + 8px);
	bottom: -4px;
	left: -4px;
}

.overlay-body {
	max-width: 512px;
	text-align: center;
	font-family: "Inter", sans-serif;
}

.overlay.hidden {
	display: none;
}

.label {
	width: 20em
}

.label:after {
	content: '[hidden]';
}

.label:hover:after {
	content: '';
}

.overlay {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f6fa;
	padding-right: 24px;
	padding-left: 24px;
}

.scare {
	z-index: 1;
}

video#video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

video#video::-webkit-media-controls-enclosure {
	display: none !important;
}

.hiddentext .hidden {
	display: none;
}

.hiddentext:hover .default {
	display: none;
}

.hiddentext:hover .hidden {
	display: inline;
}

a {
	color: inherit;
	text-decoration: none;
}

a {
	background:
		linear-gradient(to right,
			rgb(255, 255, 255),
			rgb(255, 255, 255)),
		linear-gradient(to right,
			rgb(255, 162, 239),
			rgb(255, 0, 200),
			rgb(206, 29, 182));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg01 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(255, 164, 115), rgb(255, 125, 55), rgb(187, 88, 34));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg02 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(119, 168, 224), rgb(34, 125, 230), rgb(30, 98, 176));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg03 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(230, 184, 133), rgb(255, 137, 0), rgb(166, 94, 12));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg04 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(201, 62, 83), rgb(242, 27, 59), rgb(161, 2, 25));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg05 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(84, 158, 196), rgb(31, 178, 255), rgb(0, 109, 166));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg06 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(204, 192, 122), rgb(255, 223, 33), rgb(161, 137, 0));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg08 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(132, 245, 168), rgb(56, 255, 119), rgb(12, 148, 55));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg09 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(150, 241, 255), rgb(56, 228, 255), rgb(5, 151, 173));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg10 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, rgb(183, 124, 247), rgb(154, 61, 255), rgb(89, 18, 166));
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg11 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, #8d97ab, #738096, #494e60);
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg12 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, #d8a17a, #fd9e59, #8f562d);
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg13 {
	background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(to right, #6caec1, #4f92b5, #5c7e8e);
	background-size: 100% 1px, 0 0.5px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

.bg01:hover {
	background-size: 0 1px, 100% 1px;
}

.bg02:hover {
	background-size: 0 1px, 100% 1px;
}

.bg03:hover {
	background-size: 0 1px, 100% 1px;
}

.bg04:hover {
	background-size: 0 1px, 100% 1px;
}

.bg05:hover {
	background-size: 0 1px, 100% 1px;
}

.bg06:hover {
	background-size: 0 1px, 100% 1px;
}

.bg07:hover {
	background-size: 0 1px, 100% 1px;
}

.bg08:hover {
	background-size: 0 1px, 100% 1px;
}

.bg09:hover {
	background-size: 0 1px, 100% 1px;
}

.bg10:hover {
	background-size: 0 1px, 100% 1px;
}

.bg11:hover {
	background-size: 0 1px, 100% 1px;
}

.bg12:hover {
	background-size: 0 1px, 100% 1px;
}

.bg13:hover {
	background-size: 0 1px, 100% 1px;
}

a:hover {
	background-size: 0 1px, 100% 1px;
}