/* CSS Document */

a:link, a:visited {
	color: #a4d226;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* ===== Viewport-Hintergrund (außerhalb des 1066px-Bereichs) ===== */
html {
	min-height: 100vh;
	background: #0d0d0d;
	scroll-behavior: smooth;
}

/* ===== Seiten-Container ===== */
body {
	width: 1066px;
	background: #0d0d0d;
	margin: 0 auto;
	font-size: 12px;
	font-family: 'Inter', Verdana, sans-serif;
	color: #fff;
}

img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none outside; /* ← entfernt Punkte und Nummern */
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0;
	margin: 10px 0px 10px;
}

h2 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	margin: 10px 0px 10px;
}

h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	margin: 10px 0px 10px;
}
/*Buchstabenfarbe Input in Benutzer/Passwort*/
input, select, textarea {
	font-size: 12px;
	font-family: Verdana;
	color: #000;
	border: none;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
/*Benutzer/Passwort-Fenster*/
input[type=text], input[type=password] {
	width: 131px;
	height: 23px;
	padding-left: 25px;
	padding-right: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur Umrandung/Benutzer/Passwort-Fenster*/
	border: 2px solid #99BB00;
	/*Textbox Rundung*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

input[type=text]#txtsmall {
	width: 29px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

input[type=text]#txtbig {
	width: 330px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

	/* ----- Basis (alle Buttons) ----- */
	.btn,
	input[type=button],
	input[type=submit] {
		display: inline-block;
		padding: 10px 28px;
		font-family: 'Segoe UI', 'Inter', Verdana, sans-serif;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		line-height: 1.4;
		border: none;
		border-radius: 6px;
		cursor: pointer;
		user-select: none;
		transition: background 0.25s, box-shadow 0.25s, border-color 0.25s, color 0.25s, transform 0.15s;
		box-sizing: border-box;
		filter: none;
		text-shadow: none;
		box-shadow: none;
	}

	/* ----- PRIMARY  (grüner Gradient – "Spielen"-Button) ----- */
	.btn-primary,
	input[type=button],
	input[type=submit],
	.login-btn {
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.05) 45%, transparent 46%), linear-gradient(to bottom, #a2cf00 0%, #8fc400 100%);
		color: #1a1a1a;
		border: none;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	}

		.btn-primary:hover,
		input[type=button]:hover,
		input[type=submit]:hover,
		.login-btn:hover {
			background-image: linear-gradient(to bottom, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.06) 45%, transparent 46%), linear-gradient(to bottom, #aad400 0%, #99ca00 100%);
			box-shadow: 0 0 14px rgba(164, 210, 38, 0.45);
			transform: translateY(-1px);
			color: #1a1a1a;
			text-decoration: none;
		}

		.btn-primary:active,
		input[type=button]:active,
		input[type=submit]:active,
		.login-btn:active {
			background-image: linear-gradient(to bottom, #8fc400 0%, #7eb820 100%);
			transform: translateY(0);
			box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
		}

/* ----- SECONDARY  (Outline – Rahmen-Button) ----- */
.btn-secondary {
	background: transparent;
	color: #a4d226;
	border: 1px solid rgba(164, 210, 38, 0.4);
	font-size: 12px;
}

	.btn-secondary:hover {
		border-color: #a4d226;
		background: rgba(164, 210, 38, 0.08);
		box-shadow: 0 0 10px rgba(164, 210, 38, 0.2);
		color: #a4d226;
		text-decoration: none;
	}

	.btn-secondary:active {
		background: rgba(164, 210, 38, 0.15);
	}

/* ----- SMALL  (Dunkel – kompakte Aktionen) ----- */
.btn-small {
	background: #1a1a1a;
	color: #808080;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 6px 16px;
	font-size: 11px;
}

	.btn-small:hover {
		background: #222;
		border-color: #a4d226;
		color: #fff;
		box-shadow: 0 0 8px rgba(164, 210, 38, 0.15);
		text-decoration: none;
	}

	.btn-small:active {
		background: #282828;
	}

/* ----- #nostyle Override ----- */
input[type=button]#nostyle,
input[type=submit]#nostyle {
	background: none !important;
	background-image: none !important;
	color: #1b76e6;
	height: auto;
	cursor: pointer;
	padding: 0;
	border: none;
	box-shadow: none;
	text-shadow: none;
	filter: none;
	transform: none;
	letter-spacing: 0;
	text-transform: none;
}

	input[type=button]#nostyle:hover,
	input[type=submit]#nostyle:hover {
		background: none !important;
		text-decoration: underline;
		box-shadow: none;
		transform: none;
	}

select {
	width: 141px;
	height: 25px;
	padding: 4px 5px 4px 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

select option {
	background: #ccc;
}

textarea {
	width: 340px;
	height: 140px;
	padding: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

table td#key {
	font-weight: bold;
}

table td#value {
	font-weight: normal;
}

div.success {
	width: auto;
	color: #a4d226;
	margin-bottom: 10px;
	padding: 12px 16px;
	background: rgba(164, 210, 38, 0.08);
	border: 1px solid rgba(164, 210, 38, 0.25);
	border-left: 3px solid #a4d226;
	border-radius: 0 6px 6px 0;
	font-size: 12px;
}

div.fail {
	width: auto;
	color: #e74c3c;
	margin-bottom: 10px;
	padding: 12px 16px;
	background: rgba(231, 76, 60, 0.08);
	border: 1px solid rgba(231, 76, 60, 0.25);
	border-left: 3px solid #e74c3c;
	border-radius: 0 6px 6px 0;
	font-size: 12px;
}
/* ===== Header-Bild: zentriert mit weichen Kanten ===== */
.head {
	width: 1066px;
	height: 189px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

	/* Weiche Kanten-Fades links/rechts */
	.head::before,
	.head::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 80px;
		pointer-events: none;
		z-index: 5;
	}

	.head::before {
		left: 0;
		background: linear-gradient(to right, #0d0d0d, transparent);
	}

	.head::after {
		right: 0;
		background: linear-gradient(to left, #0d0d0d, transparent);
	}

	/* Header Logo-Link */
	.head a {
		margin: 0 auto;
		background: url("../img/Logo.png") no-repeat center top;
		background-size: cover;
		width: 1066px;
		height: 189px;
		display: block;
		position: relative;
		z-index: 1;
	}

/* ~~~Navigation~~~ */
/* ===== Navigation: Sticky Glass mit Glow-Line ===== */
.navigation {
	width: 100%;
	height: auto;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
	padding: 0;
	background: rgba(35, 35, 35, 0.82);
	-webkit-backdrop-filter: blur(20px) saturate(1.3);
	backdrop-filter: blur(20px) saturate(1.3);
	border-top: 1px solid rgba(255, 255, 255, 0.03);
	border-bottom: none;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 100;
	/* Weiche Kanten-Fades links/rechts (80px passend zu .head) */
	-webkit-mask-image: linear-gradient(to right, transparent, black 80px, black calc(100% - 80px), transparent);
	mask-image: linear-gradient(to right, transparent, black 80px, black calc(100% - 80px), transparent);
}

	/* Grüne Glow-Linie am unteren Rand der Navigation */
	.navigation::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
		height: 1px;
		background: linear-gradient(to right, transparent, rgba(164, 210, 38, 0.5), #a4d226, rgba(164, 210, 38, 0.5), transparent);
		box-shadow: 0 0 12px rgba(164, 210, 38, 0.3), 0 0 30px rgba(164, 210, 38, 0.1);
		z-index: 2;
	}

	.navigation ul {
		padding: 0;
		margin: 0 auto;
		max-width: 1066px;
		display: flex;
		justify-content: center;
		gap: 2px;
		position: relative;
		z-index: 2;
	}

		.navigation ul li {
			padding: 4px 0;
		}

			/* Menübar-Links */
			.navigation ul li a {
				color: #888;
				display: block;
				padding: 10px 28px;
				font-weight: 600;
				font-size: 12px;
				letter-spacing: 1.8px;
				text-shadow: none;
				text-decoration: none;
				position: relative;
				transition: color 0.35s ease, text-shadow 0.35s ease;
			}

				/* Unterstrich-Linie (animiert von Mitte aus) */
				.navigation ul li a::after {
					content: '';
					position: absolute;
					bottom: 6px;
					left: 50%;
					width: 0;
					height: 1.7px;
					background: linear-gradient(to right, transparent, rgba(164, 210, 38, 0.5), #a4d226, rgba(164, 210, 38, 0.5), transparent);
					box-shadow: 0 0 12px rgba(164, 210, 38, 0.3), 0 0 30px rgba(164, 210, 38, 0.1);
					border-radius: 1px;
					transition: width 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
				}

				.navigation ul li a:hover {
					text-decoration: none;
					color: #e0e0e0;
					text-shadow: 0 0 20px rgba(164, 210, 38, 0.25);
				}

					/* Unterstrich fährt von Mitte aus auf */
					.navigation ul li a:hover::after {
						width: 60%;
						left: 20%;
					}

				/* Aktiver Nav-Link */
				.navigation ul li a.nav-active {
					color: #a4d226;
					text-shadow: 0 0 16px rgba(164, 210, 38, 0.2);
				}

					.navigation ul li a.nav-active::after {
						width: 60%;
						left: 20%;
						background: linear-gradient(to right, transparent, rgba(164, 210, 38, 0.6), #a4d226, rgba(164, 210, 38, 0.6), transparent);
						box-shadow: 0 0 14px rgba(164, 210, 38, 0.5), 0 0 30px rgba(164, 210, 38, 0.15);
					}

/* ~~~Gesamthintergrund unter HeaderBild~~~ */
/* ===== Content: Ambient Glow von oben + Seitenfades ===== */
.content {
	width: 946px;
	padding: 20px 60px 40px 61px;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(to bottom, #151515 85%, #0d0d0d 100%), linear-gradient(to right, #0d0d0d, #151515 5%, #151515 95%, #0d0d0d);
	background-blend-mode: darken;
	box-shadow: none;
}

	/* Ambient-Glow: grünes Licht strahlt sanft von der Navigation in den Content */
	.content::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 500px;
		height: 120px;
		background: radial-gradient(ellipse at center top, rgba(164, 210, 38, 0.04) 0%, transparent 70%);
		pointer-events: none;
		z-index: 0;
	}

	/* Dezente Trennlinie oben: verbindet Nav-Glow mit Content */
	.content::after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 40%;
		height: 1px;
		background: linear-gradient(to right, transparent, rgba(164, 210, 38, 0.15), transparent);
		pointer-events: none;
	}

.content .main {
	float: left;
	width: 635px;
}
	/* Main Home */
.content .main h1 {
	width: 610px;
	height: 42px;
	font-size: 14px;
	line-height: 47px;
	padding-left: 25px;
	color: #fff;
	/* Main Head Verlauf */
	background: #212121;
	background: -moz-linear-gradient(top,  #212121 0%, #393939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#393939));
	background: -webkit-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -o-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -ms-linear-gradient(top,  #212121 0%,#393939 100%);
	background: linear-gradient(top,  #212121 0%,#393939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#393939',GradientType=0 );
	/* Main Head Rundung */
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	/* Main Head Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	/* Main Head Innen Schatten */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2); 
}

.content .main .site {
	width: 585px;
	min-height: 223px;
	padding: 20px 25px 20px 25px;
	margin-top: -10px;
	/* Main Verlauf */
	background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(35,35,35,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,35,35,1)), color-stop(100%,rgba(35,35,35,0)));
	background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -o-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -ms-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#00232323',GradientType=0 );
	/* Main Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); 
}

.content .panels {
	float: right;
	width: 263px;
}
	/* Main User Account Panel / Server Information */
.content .panels h1 {
	width: 263px;
	height: 42px;
	font-size: 14px;
	line-height: 47px;
	text-align: center;
	color: #fff;
	/* Panel Head Verlauf */
	background: #212121;
	background: -moz-linear-gradient(top,  #212121 0%, #393939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#393939));
	background: -webkit-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -o-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -ms-linear-gradient(top,  #212121 0%,#393939 100%);
	background: linear-gradient(top,  #212121 0%,#393939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#393939',GradientType=0 );
	/* Panel Head Rundung */
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	/* Panel Head Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	/* Panel Head Innen Schatten */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2); 
}

.content .panels .panel {
	width: 213px;
	min-height: 89px;
	padding: 20px 25px 20px 25px;
	margin-top: -10px;
	/* Panel Verlauf */
	background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(35,35,35,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,35,35,1)), color-stop(100%,rgba(35,35,35,0)));
	background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -o-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -ms-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#00232323',GradientType=0 );
	/* Panel Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); 
}

/* ~~~Footer~~~ */
/* ===== Footer: Eleganter Abschluss mit Glow-Line ===== */
.copyright {
	text-align: center;
	color: #444;
	margin: 0;
	padding: 28px 0 22px;
	font-size: 11px;
	letter-spacing: 0.5px;
	border-top: none;
	background: transparent;
	position: relative;
}

	/* Grüne Lichtlinie über dem Footer (spiegelt die Nav-Linie) */
	.copyright::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 55%;
		height: 1.4px;
		background: linear-gradient(to right, transparent, rgba(164, 210, 38, 0.3), transparent);
		box-shadow: 0 0 10px rgba(164, 210, 38, 0.1);
	}

	.copyright a {
		color: #a4d226;
		text-decoration: none;
		position: relative;
		transition: color 0.3s, text-shadow 0.3s;
	}

		/* Footer-Link: Glow on Hover */
		.copyright a:hover {
			color: #c8f04a;
			text-decoration: none;
			text-shadow: 0 0 12px rgba(164, 210, 38, 0.4);
		}

.footer-sep {
	margin: 0 10px;
	color: #2a2a2a;
}

/* ===== Login Form ===== */
.login-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.login-field {
	position: relative;
}

	.login-field input[type=text],
	.login-field input[type=password],
	.login-field input[type=email] {
		width: 100% !important;
		height: 40px !important;
		padding: 10px 12px 4px 12px !important;
		background: #1a1a1a !important;
		border: 1px solid #333 !important;
		border-radius: 6px !important;
		color: #fff !important;
		font-size: 12px;
		font-family: Verdana;
		box-sizing: border-box;
		outline: none;
		box-shadow: none !important;
		filter: none !important;
		transition: border-color 0.3s, box-shadow 0.3s;
	}

		.login-field input[type=text]:focus,
		.login-field input[type=password]:focus,
		.login-field input[type=email]:focus {
			border-color: #a4d226 !important;
			box-shadow: 0 0 8px rgba(164, 210, 38, 0.3) !important;
			background: #1a1a1a !important;
		}

	/* Browser-Autofill überschreiben */
	.login-field input:-webkit-autofill,
	.login-field input:-webkit-autofill:hover,
	.login-field input:-webkit-autofill:focus {
		-webkit-text-fill-color: #fff !important;
		-webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
		box-shadow: 0 0 0 1000px #1a1a1a inset !important;
		border: 1px solid #333 !important;
		transition: background-color 5000s ease-in-out 0s;
	}

	/* Floating Label */
	.login-field label {
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
		color: #666;
		font-size: 12px;
		pointer-events: none;
		transition: all 0.2s ease;
	}

	/* Label schwebt hoch bei Fokus oder Eingabe */
	.login-field input:focus + label,
	.login-field input:not(:placeholder-shown) + label {
		top: 6px;
		transform: none;
		font-size: 9px;
		color: #a4d226;
	}

/* Login Button */
.login-btn {
	width: 100%;
	height: 36px;
	background: linear-gradient(to bottom, #a4d226 0%, #8fb800 100%) !important;
	border: none !important;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	filter: none !important;
	transition: background 0.3s, box-shadow 0.3s, transform 0.15s;
}

	.login-btn:hover {
		background: linear-gradient(to bottom, #b8e840 0%, #a4d226 100%) !important;
		box-shadow: 0 0 12px rgba(164, 210, 38, 0.4);
		transform: translateY(-1px);
	}

	.login-btn:active {
		transform: translateY(0);
		box-shadow: none;
	}

/* ===== News Cards ===== */
.news-card {
	background: #1a1a1a;
	border-left: 3px solid #a4d226;
	border-radius: 0 6px 6px 0;
	padding: 14px 16px;
	margin-bottom: 12px;
	transition: background 0.2s, border-color 0.2s;
}

	.news-card:hover {
		background: #1f1f1f;
		border-left-color: #c8f04a;
	}

.news-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 6px;
}

.news-title {
	font-size: 1.15em;
	font-weight: bold;
	color: #a4d226;
}

.news-meta {
	color: #666;
	font-size: 0.8em;
}

.news-content {
	margin: 6px 0 0 0;
	color: #ccc;
	line-height: 1.6;
}

.welcome-text {
	padding: 12px 8px;
	font-size: 1.4em;
	color: #a4d226;
}

/* ===== News Type Badge ===== */
.news-type-badge {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	vertical-align: middle;
	background: rgba(164, 210, 38, 0.15);
	color: #a4d226;
}

	.news-type-badge.type-news {
		background: rgba(164, 210, 38, 0.15);
		color: #a4d226;
	}

	.news-type-badge.type-update {
		background: rgba(79, 195, 247, 0.15);
		color: #4fc3f7;
	}

	.news-type-badge.type-event {
		background: rgba(255, 215, 64, 0.15);
		color: #ffd740;
	}

	.news-type-badge.type-wartung {
		background: rgba(255, 152, 0, 0.15);
		color: #ff9800;
	}

/* News-Card Rand je nach Typ */
.news-card.news-type-news {
	border-left-color: #a4d226;
}

.news-card.news-type-update {
	border-left-color: #4fc3f7;
}

.news-card.news-type-event {
	border-left-color: #ffd740;
}

.news-card.news-type-wartung {
	border-left-color: #ff9800;
}

/* News-Titel Farbe je nach Typ */
.news-card.news-type-news .news-title {
	color: #a4d226;
}

.news-card.news-type-update .news-title {
	color: #4fc3f7;
}

.news-card.news-type-event .news-title {
	color: #ffd740;
}

.news-card.news-type-wartung .news-title {
	color: #ff9800;
}

/* ===== Admin Select (Dropdown im dunklen Formular) ===== */
.login-form select {
	width: 100% !important;
	height: 40px !important;
	padding: 8px 12px !important;
	background: #1a1a1a !important;
	border: 1px solid #333 !important;
	border-radius: 6px !important;
	color: #e0e0e0 !important;
	font-size: 12px;
	font-family: Verdana;
	box-sizing: border-box;
	outline: none;
	box-shadow: none !important;
	filter: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	cursor: pointer;
	transition: border-color 0.3s, box-shadow 0.3s;
}

	.login-form select:focus {
		border-color: #a4d226 !important;
		box-shadow: 0 0 8px rgba(164, 210, 38, 0.3) !important;
	}

	.login-form select option {
		background: #1a1a1a;
		color: #e0e0e0;
	}

/* ===== Server Info Grid ===== */
.info-grid {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-label {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.info-value {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.info-highlight {
	color: #a4d226;
}

.info-divider {
	height: 1px;
	background: linear-gradient(to right, transparent, #333, transparent);
	margin: 12px 0;
}

/* ===== Textarea im Login-Style ===== */
.login-field textarea {
	width: 100% !important;
	min-height: 120px;
	padding: 24px 12px 8px 12px !important;
	background: #1a1a1a !important;
	border: 1px solid #333 !important;
	border-radius: 6px !important;
	color: #fff !important;
	font-size: 12px;
	font-family: Verdana;
	box-sizing: border-box;
	outline: none;
	box-shadow: none !important;
	filter: none !important;
	resize: vertical;
	transition: border-color 0.3s, box-shadow 0.3s;
}

	.login-field textarea:focus {
		border-color: #a4d226 !important;
		box-shadow: 0 0 8px rgba(164, 210, 38, 0.3) !important;
	}

	/* Label für Textarea */
	.login-field textarea + label {
		top: 12px;
		transform: none;
	}

	.login-field textarea:focus + label,
	.login-field textarea:not(:placeholder-shown) + label {
		top: 4px;
		font-size: 9px;
		color: #a4d226;
	}

/* ===== News Footer (Like + Admin-Aktionen) ===== */
.news-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

	.news-footer .news-actions {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

/* ===== News Admin Actions ===== */
.news-actions {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid #2a2a2a;
	display: flex;
	gap: 16px;
}

	.news-actions a {
		font-size: 11px;
		color: #888;
		transition: color 0.2s;
	}

		.news-actions a:hover {
			color: #a4d226;
			text-decoration: none;
		}

		.news-actions a.news-delete:hover {
			color: #e74c3c;
		}

/* ===== Account Page ===== */
.account-grid {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.account-section {
	background: #1a1a1a;
	border-radius: 8px;
	padding: 18px 20px;
	min-width: 200px;
	flex: 1;
	border: 1px solid #252525;
}

	.account-section h3 {
		color: #a4d226;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		margin: 0 0 12px 0;
		padding-bottom: 8px;
		border-bottom: 1px solid #2a2a2a;
	}

.account-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

	.account-links a {
		color: #ccc;
		font-size: 12px;
		padding: 6px 10px;
		border-radius: 4px;
		transition: background 0.2s, color 0.2s;
	}

		.account-links a:hover {
			background: #252525;
			color: #a4d226;
			text-decoration: none;
		}

/* ===== Character List ===== */
.char-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.char-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px 14px;
	background: #151515;
	border-radius: 6px;
	border: 1px solid #252525;
	transition: background 0.2s, border-color 0.2s;
}

	.char-card:hover {
		background: #1f1f1f;
		border-color: #333;
	}

.char-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 140px;
}

.char-name {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.char-guild {
	color: #666;
	font-size: 11px;
}

.char-male {
	color: #4a9eed;
}

.char-female {
	color: #ed4a8a;
}

.char-details {
	display: flex;
	gap: 8px;
}

.char-tag {
	background: #252525;
	color: #a4d226;
	font-size: 11px;
	padding: 3px 10px;
	border-radius: 12px;
	letter-spacing: 0.3px;
}

.char-stats {
	display: flex;
	gap: 10px;
}

.char-stat {
	color: #888;
	font-size: 11px;
}

	.char-stat b {
		color: #a4d226;
		font-size: 10px;
		margin-right: 2px;
	}

/* ===== News Like Button ===== */
.news-footer {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid #252525;
}

.like-btn {
	background: none;
	border: 1px solid #333;
	border-radius: 20px;
	padding: 4px 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: border-color 0.3s, transform 0.15s;
	filter: none !important;
	height: auto !important;
	color: #666;
	font-size: 13px;
}

	.like-btn:hover {
		border-color: #e74c6f;
		color: #e74c6f;
		background: none !important;
		transform: scale(1.05);
	}

.like-heart {
	font-size: 16px;
	transition: color 0.3s, transform 0.3s;
}

.like-btn.liked {
	border-color: #e74c6f;
	color: #e74c6f;
}

	.like-btn.liked .like-heart {
		color: #e74c6f;
		animation: heartPop 0.4s ease;
	}

@keyframes heartPop {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1);
	}
}

.like-count {
	font-size: 12px;
	font-weight: bold;
	min-width: 8px;
}

/* ===== Shared Admin Sections ===== */
.admin-section {
	background: #1a1a1a;
	border: 1px solid #252525;
	border-radius: 8px;
	padding: 18px 20px;
	margin-bottom: 16px;
}

	.admin-section h2 {
		color: #a4d226;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		margin: 0 0 14px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #2a2a2a;
		width: auto;
		height: auto;
		line-height: normal;
		background: none;
		border-radius: 0;
		box-shadow: none;
	}

/* ===== Avatar Upload ===== */
.avatar-upload-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.avatar-upload-row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
}

.avatar-upload-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.avatar-upload-right {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
	min-width: 0;
}

.avatar-upload-form {
	width: 100%;
	min-width: 0;
}

	.avatar-upload-form > div {
		min-width: 0;
	}

.avatar-preview-large {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #333;
}

	.avatar-preview-large img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/* Natives File-Input verstecken */
.avatar-file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

/* Custom File-Picker-Label */
.avatar-file-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 8px 16px;
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 6px;
	color: #888;
	font-size: 12px;
	font-family: 'Segoe UI', Verdana, sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.2s, color 0.2s;
	width: 100%;
}

	.avatar-file-label:hover {
		border-color: #a4d226;
		color: #ccc;
	}

	.avatar-file-label .avatar-file-icon {
		font-size: 14px;
	}

	.avatar-file-label .avatar-file-name {
		color: #a4d226;
		font-size: 10px;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}

/* Upload-Button gleiche Breite wie Picker */
.avatar-upload-right .login-btn {
	width: 100% !important;
	height: auto !important;
	padding: 8px 16px !important;
	font-size: 11px !important;
	letter-spacing: 0.5px !important;
}

/* Entfernen-Button: dezent, unter dem Avatar */
.avatar-delete-btn {
	display: inline-block;
	padding: 4px 12px;
	background: none !important;
	background-image: none !important;
	border: 1px solid #333 !important;
	border-radius: 4px !important;
	color: #555 !important;
	font-size: 10px !important;
	font-weight: normal !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: border-color 0.2s, color 0.2s;
}

	.avatar-delete-btn:hover {
		border-color: #e74c3c !important;
		color: #e74c3c !important;
		background: rgba(231, 76, 60, 0.08) !important;
		transform: none !important;
	}

.avatar-hint {
	color: #444;
	font-size: 10px;
	line-height: 1.5;
}

/* ===== Avatar Tiny (News-Seite) ===== */
.avatar-tiny {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #333;
	vertical-align: middle;
	margin-right: 2px;
}

/* ===== Rollen-Badges (global) ===== */
.admin-badge,
.mod-badge {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 2px 8px;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 4px;
}

.admin-badge {
	background: rgba(231, 76, 60, 0.15);
	color: #e74c3c;
	border: 1px solid rgba(231, 76, 60, 0.3);
}

.mod-badge {
	background: rgba(171, 71, 188, 0.15);
	color: #ab47bc;
	border: 1px solid rgba(171, 71, 188, 0.3);
}

/* ===== Global Custom Tooltip ===== */
[data-tooltip] {
	position: relative;
}

	[data-tooltip]::after {
		content: attr(data-tooltip);
		position: absolute;
		bottom: calc(100% + 6px);
		left: 50%;
		transform: translateX(-50%);
		background: #1a1a1a;
		color: #ccc;
		font-size: 10px;
		font-weight: normal;
		white-space: nowrap;
		padding: 4px 10px;
		border-radius: 4px;
		border: 1px solid #333;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.2s;
		z-index: 1000;
	}

	[data-tooltip]:hover::after {
		opacity: 1;
	}

/* ===== Account Panel (Sidebar) ===== */
.panel-user-info {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid #2a2a2a;
}

.panel-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #333;
	flex-shrink: 0;
}

.panel-user-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.panel-username {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Donation und Vote Punkte im User Account Panel */
.panel-points {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 4px;
	width: 100%;
}

.panel-points-row {
	display: flex;
	align-items: center;
	padding: 2px 0;
	gap: 6px;
}

	.panel-points-row + .panel-points-row {
		border-top: none;
	}

.panel-points-label {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #555;
	width: 95px;
	flex-shrink: 0;
}

.panel-points-value {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.3px;
}
/* #4fc3f7 */
.panel-points-cash {
	color: #ffffff;
}
/* #ffd740 */
.panel-points-vote {
	color: #ffffff;
}

/* Navigation */
.panel-nav {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.panel-nav-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	border-radius: 4px;
	font-size: 12px;
	color: #bbb;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

	.panel-nav-link:hover {
		background: rgba(164, 210, 38, 0.08);
		color: #a4d226;
		text-decoration: none;
	}

.panel-nav-icon {
	font-size: 14px;
	width: 20px;
	text-align: center;
	flex-shrink: 0;
}

.panel-nav-divider {
	height: 1px;
	background: #2a2a2a;
	margin: 6px 0;
}

.panel-nav-label {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	padding: 2px 10px;
}

.panel-nav-logout {
	color: #666;
}

	.panel-nav-logout:hover {
		background: rgba(231, 76, 60, 0.08);
		color: #e74c3c;
	}

/* ===== Server Info Panel – Modern ===== */

/* Status-Zeile: Badge links, Uhr rechts */
.srv-status-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2px;
}

/* Status-Badge */
.srv-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 4px 12px;
	border-radius: 20px;
}

.srv-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
}

.srv-online .srv-dot {
	background: #a4d226;
	box-shadow: 0 0 6px rgba(164, 210, 38, 0.6);
	animation: srv-pulse 2s ease-in-out infinite;
}

.srv-online {
	color: #a4d226;
	background: rgba(164, 210, 38, 0.10);
	border: 1px solid rgba(164, 210, 38, 0.25);
}

.srv-offline .srv-dot {
	background: #e74c3c;
	box-shadow: 0 0 6px rgba(231, 76, 60, 0.6);
}

.srv-offline {
	color: #e74c3c;
	background: rgba(231, 76, 60, 0.10);
	border: 1px solid rgba(231, 76, 60, 0.25);
}

.srv-loading {
	color: #666;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes srv-pulse {
	0%, 100% {
		opacity: 1;
	}

	50% {
		opacity: 0.4;
	}
}

/* Uhr */
.srv-clock-block {
	text-align: right;
}

.srv-clock {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	font-family: 'Inter', monospace;
	font-variant-numeric: tabular-nums;
	letter-spacing: 1px;
	min-width: 5.5em;
}

.srv-date {
	display: block;
	font-size: 10px;
	color: #555;
	margin-top: 2px;
}

/* Online Spieler */
.srv-online-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.srv-online-icon {
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 10px;
	flex-shrink: 0;
}

.srv-online-info {
	display: flex;
	flex-direction: column;
}

.srv-online-label {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.srv-online-count {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

/* Server Rates */
.srv-rates {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.srv-rate-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.srv-rate-icon {
	font-size: 16px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 8px;
	flex-shrink: 0;
}

.srv-rate-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.srv-rate-label {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.srv-rate-value {
	font-size: 14px;
	font-weight: 700;
	color: #a4d226;
}

/* ===================================================
   DESIGN OVERHAUL – Global Polish
   =================================================== */

/* Selection */
::selection {
    background: rgba(164, 210, 38, 0.3);
    color: #fff;
}

::-moz-selection {
    background: rgba(164, 210, 38, 0.3);
    color: #fff;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a4d226;
}

/* ===== RANKING ===== */

/* Tabs */
.rank-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
    border-bottom: 1px solid #252525;
    padding-bottom: 0;
}

a.rank-tab {
    padding: 10px 24px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-color 0.3s;
    margin-bottom: -1px;
}

    a.rank-tab:hover {
        color: #ccc;
        text-decoration: none;
    }

    a.rank-tab.rank-tab-active {
        color: #a4d226;
        border-bottom-color: #a4d226;
    }

/* Filter */
.rank-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.rank-select {
    width: auto !important;
    min-width: 180px;
    height: 34px !important;
    padding: 0 32px 0 12px !important;
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    color: #ccc !important;
    font-size: 12px;
    font-family: Verdana;
    box-sizing: border-box;
    outline: none;
    box-shadow: none !important;
    filter: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    cursor: pointer;
    transition: border-color 0.3s;
}

    .rank-select:focus {
        border-color: #a4d226 !important;
    }

    .rank-select option {
        background: #1a1a1a;
        color: #ccc;
    }

/* Tabelle */
.rank-table {
    border: 1px solid #222;
    border-radius: 8px;
    overflow: hidden;
}

.rank-header {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: #1a1a1a;
    border-bottom: 1px solid #2a2a2a;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
}

.rank-row {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid #1a1a1a;
    font-size: 12px;
    transition: background 0.15s;
}

    .rank-row:last-child {
        border-bottom: none;
    }

    .rank-row:hover {
        background: rgba(164, 210, 38, 0.04);
    }

/* Top 3 Highlight */
.rank-row.rank-top1 {
    background: rgba(255, 215, 0, 0.04);
    border-left: 3px solid #ffd700;
}

.rank-row.rank-top2 {
    background: rgba(192, 192, 192, 0.04);
    border-left: 3px solid #c0c0c0;
}

.rank-row.rank-top3 {
    background: rgba(205, 127, 50, 0.04);
    border-left: 3px solid #cd7f32;
}

/* Spalten */
.rank-col-pos {
    width: 50px;
    text-align: center;
    color: #555;
    font-weight: bold;
    flex-shrink: 0;
}

.rank-col-name {
    flex: 1.5;
    min-width: 0;
}

.rank-col-stat {
    width: 80px;
    text-align: center;
    font-weight: bold;
    color: #ccc;
    flex-shrink: 0;
}

.rank-col-info {
    flex: 1;
    text-align: center;
    color: #888;
}

/* Medaillen */
.rank-medal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
}

.rank-medal-1 {
    background: rgba(255, 215, 0, 0.15);
    color: #ffd700;
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
}

.rank-medal-2 {
    background: rgba(192, 192, 192, 0.12);
    color: #c0c0c0;
    border: 1px solid rgba(192, 192, 192, 0.3);
}

.rank-medal-3 {
    background: rgba(205, 127, 50, 0.12);
    color: #cd7f32;
    border: 1px solid rgba(205, 127, 50, 0.3);
}

.rank-name-main {
    font-weight: bold;
    color: #fff;
}

.rank-stat-label {
    font-size: 9px;
    color: #555;
    margin-right: 2px;
    text-transform: uppercase;
}

.rank-stat-win {
    color: #a4d226;
}

.rank-stat-lose {
    color: #e74c3c;
}

.rank-job-tag {
    display: inline-block;
    background: #1a1a1a;
    color: #a4d226;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 12px;
    border: 1px solid #252525;
    letter-spacing: 0.3px;
}

.rank-guild {
    color: #666;
    font-size: 11px;
}

/* ===== STAFF ===== */
.staff-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.staff-section {
    background: #1a1a1a;
    border: 1px solid #252525;
    border-radius: 10px;
    overflow: hidden;
}

.staff-role-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid #252525;
}

.staff-role-icon {
    font-size: 18px;
}

.staff-role-name {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.staff-role-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    margin-left: auto;
}

.staff-members {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.staff-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    flex: 1;
    min-width: 200px;
    transition: background 0.2s;
    border-right: 1px solid #252525;
}

    .staff-card:last-child {
        border-right: none;
    }

    .staff-card:hover {
        background: rgba(164, 210, 38, 0.04);
    }

.staff-avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.staff-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #333;
}

.staff-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #1a1a1a;
}

.staff-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.staff-name {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.staff-desc {
    font-size: 11px;
    color: #666;
}

/* ===== Logout Link (Panel) ===== */
a.panel-nav-logout {
    color: #888;
}

    a.panel-nav-logout:hover {
        background: rgba(231, 76, 60, 0.08);
        color: #e74c3c;
    }

/* ===== Panel Icons (Emoji-Ersatz) ===== */
.panel-icon28px {
	width: 28px;
	height: 28px;
	object-fit: contain;
	vertical-align: middle;
	image-rendering: auto;
}

.panel-icon20px {
	width: 20px;
	height: 20px;
	object-fit: contain;
	vertical-align: middle;
	image-rendering: auto;
}