html,body {
	height: 100%;
	margin: 0;
	scroll-behavior: smooth;
}
body {
	background:linear-gradient(to bottom,#1a1a1a 0%,#151515 25%,#101010 60%,#0b0b0b 100%);
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.4px;
	color: #c7b99f;
	overflow-x: hidden;
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	background:radial-gradient(circle at top, rgba(255,120,120,0.08), transparent 40%),radial-gradient(circle at bottom, rgba(255,255,255,0.04), transparent 35%);
	pointer-events: none;
	z-index: 0;
}
::-webkit-scrollbar {
	width: 14px;
}
::-webkit-scrollbar-track {
	background: #090909;
}
::-webkit-scrollbar-thumb {
	background: linear-gradient(#d34b6a, #8b3f57);
	border-radius: 100px;
	border: 3px solid #090909;
}
#navigation a,#navigation a:visited,#navigation a:active {
	position: relative;
	display: inline-block;
	padding: 12px 18px;
	margin: 0 4px;
	font-family: 'Abel', sans-serif;
	font-size: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #d7a48d;
	background:linear-gradient(to bottom,rgba(255,255,255,0.04),rgba(255,255,255,0.01));
	border-radius: 30px;
	transition: all 0.35s ease;
	text-shadow:0 0 8px rgba(255,160,160,0.15);
}
#navigation a::after {
	content: "";
	position: absolute;
	left: 18px;
	bottom: 7px;
	width: calc(100% - 36px);
	height: 2px;
	background:linear-gradient(to right,transparent,#ff6b8f,transparent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.35s ease;
}
#navigation a:hover {
	color: #ffffff;
	background:linear-gradient(to bottom,rgba(255,120,150,0.12),rgba(255,255,255,0.02));
	box-shadow:0 0 20px rgba(255,110,150,0.12),inset 0 0 12px rgba(255,255,255,0.03);
	transform: translateY(-2px);
}
#navigation a:hover::after {
	transform: scaleX(1);
}
h1 {
	font-family: 'Abel', sans-serif;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.1;
	margin-bottom: 22px;
	padding: 0;
	background:linear-gradient(to bottom,#ff9bb0,#ff5b7d 55%,#ff355f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow:0 0 10px rgba(255,90,130,0.25),0 0 30px rgba(255,90,130,0.12);
}
a,a:visited,a:active {
	color: #ff7c96;
	text-decoration: none;
	transition: all 0.3s ease;
	text-shadow:0 0 8px rgba(255,120,150,0.15);
}
a:hover {
	color: #ffffff;
	text-shadow:0 0 12px rgba(255,255,255,0.45);
}
b {
	color: #ff7f98;
	font-family: 'Text Me One', sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-shadow:0 0 10px rgba(255,120,150,0.25);
}
i {
	color: #ffc0cf;
	font-family: 'Text Me One', sans-serif;
	font-size: 25px;
	font-style: italic;
	text-shadow:0 0 10px rgba(255,180,200,0.18);
}
blockquote {
	position: relative;
	background:linear-gradient(to bottom right,rgba(255,255,255,0.06),rgba(255,255,255,0.02));
	padding: 35px 40px;
	margin: 30px 0;
	border-radius: 28px;
	border-left: 4px solid #ff6487;
	color: #f1f1f1;
	font-size: 28px;
	line-height: 1.8;
	font-style: italic;
	text-align: justify;
	backdrop-filter: blur(8px);
	box-shadow:0 10px 40px rgba(0,0,0,0.45),inset 0 0 25px rgba(255,255,255,0.02);
}
blockquote::before {
	content: "“";
	position: absolute;
	top: -12px;
	left: 18px;
	font-size: 90px;
	line-height: 1;
	color: rgba(255,110,145,0.18);
	font-family: Georgia, serif;
}
#header {
	background:linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.85)),url('premade/in.jpg') center no-repeat,url('premade/bg1.jpg') repeat;
	background-size: cover, contain, auto;
	height: 540px;
	width: 100%;
	margin-top: 0;
	position: relative;
	box-shadow:inset 0 -120px 120px rgba(0,0,0,0.85),0 0 50px rgba(0,0,0,0.7);
}
#navigation {
	position: relative;
	width: 100%;
	padding: 32px 0 18px;
	text-align: center;
	backdrop-filter: blur(8px);
	background: rgba(0,0,0,0.18);
	border-bottom: 1px solid rgba(255,255,255,0.05);
	z-index: 10;
}
.contentcontainer {
	width: 76%;
	max-width: 1200px;
	margin: 40px auto;
	background: linear-gradient(145deg,rgba(18, 18, 18, 0.78),rgba(8, 8, 8, 0.72));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 42px;
	backdrop-filter: blur(14px);
	padding: 42px 48px;
	line-height: 1.9;
	font-size: 24px;
	font-family: 'Abel', sans-serif;
	text-align: justify;
	color: #d8d8d8;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow:0 18px 60px rgba(0,0,0,0.65),inset 0 0 0 1px rgba(255,255,255,0.04),inset 0 -40px 80px rgba(255,80,120,0.03);
	position: relative;
	overflow: hidden;
	transition:transform 0.45s ease,box-shadow 0.45s ease,border-color 0.45s ease,filter 0.45s ease;
}
.contentcontainer::before {
	content: "";
	position: absolute;
	inset: -2px;
	background: radial-gradient(circle at 20% 10%,rgba(255, 90, 120, 0.12),transparent 55%);
	opacity: 0.6;
	pointer-events: none;
}
.contentcontainer {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.contentcontainer input,.contentcontainer textarea,.contentcontainer select {
	background: rgba(0,0,0,0.75)!important;
	border: 2px solid rgba(255,90,120,0.4);
	padding: 14px 18px;
	color: #ff8da0;
	border-radius: 18px;
	font-size: 16px;
	outline: none;
	transition: all 0.3s ease;
}
.contentcontainer input:focus,.contentcontainer textarea:focus,.contentcontainer select:focus {
	border-color: #ff6b88;
	box-shadow:0 0 20px rgba(255,107,136,0.25);
}
#footer {
	position: relative;
	overflow: hidden;
	padding: 30px 40px;
	background: transparent;
	border-top: 1px solid rgba(255,255,255,0.06);
	color: #d8d8d8;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.8px;
	text-align: center;
	box-shadow:inset 0 20px 60px rgba(0,0,0,0.25);
}
#footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background:radial-gradient(circle at top,rgba(255, 90, 120, 0.07),transparent 60%),radial-gradient(circle at bottom,rgba(120, 200, 255, 0.06),transparent 65%);
	pointer-events: none;
	animation: footerPulse 10s ease-in-out infinite;
}
#footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 55%;
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,transparent,rgba(255, 255, 255, 0.18),rgba(255, 120, 160, 0.25),rgba(120, 200, 255, 0.20),transparent);
	box-shadow:0 0 10px rgba(255, 120, 160, 0.15);
}
#footer b {
	color: #ffffff;
	text-shadow:0 0 10px rgba(255, 120, 160, 0.15),0 0 14px rgba(120, 200, 255, 0.10);
}
#footer a,#footer a:visited {
	position: relative;
	color: #d8d8d8;
	text-decoration: none;
	transition: all 0.3s ease;
	text-shadow:0 1px 3px rgba(0,0,0,0.4);
}
#footer a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,transparent,rgba(255, 120, 160, 0.45),rgba(120, 200, 255, 0.35),transparent);
	transform: scaleX(0);
	transition: transform 0.35s ease;
	filter: blur(0.2px);
}
#footer a:hover {
	color: #ffffff;
	text-shadow:0 0 10px rgba(255, 120, 160, 0.20),0 0 14px rgba(120, 200, 255, 0.15);
}
#footer a:hover::after {
	transform: scaleX(1);
}
@keyframes footerPulse {
	0% {
		opacity: 0.4;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		opacity: 0.4;
	}
}
