@font-face {
	font-family: "Rodnia Display";
	src: url("../fonts/easonpro-displaycaps-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Rodnia Text";
	src: url("../fonts/cronospro-regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Rodnia Text";
	src: url("../fonts/cronospro-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--rodnia-black: #050302;
	--rodnia-ink: #0a0705;
	--rodnia-panel: rgba(15, 10, 6, 0.9);
	--rodnia-panel-strong: rgba(24, 16, 9, 0.94);
	--rodnia-gold: #d6a74a;
	--rodnia-gold-soft: #f4d58a;
	--rodnia-gold-deep: #7c5019;
	--rodnia-bronze: #b26a2d;
	--rodnia-blood: #5b120e;
	--rodnia-text: #d9c8a0;
	--rodnia-muted: #9c8965;
	--rodnia-line: rgba(214, 167, 74, 0.28);
	--rodnia-line-strong: rgba(244, 213, 138, 0.48);
	--rodnia-shadow: rgba(0, 0, 0, 0.72);
	--rodnia-radius: 8px;
	--rodnia-ease: cubic-bezier(0.32, 0.72, 0, 1);
	--rodnia-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
	--rodnia-bg-image: linear-gradient(135deg, rgba(20, 11, 5, 0.96), rgba(5, 3, 2, 0.98));
}

html {
	background: var(--rodnia-black);
	scroll-behavior: smooth;
}

html,
body {
	min-width: 0;
	overflow-x: hidden;
}

body {
	min-height: 100dvh;
	padding-top: 0;
	color: var(--rodnia-text);
	background:
		radial-gradient(circle at 18% 6%, rgba(214, 167, 74, 0.22), transparent 25rem),
		radial-gradient(circle at 84% 22%, rgba(91, 18, 14, 0.34), transparent 31rem),
		radial-gradient(ellipse at 50% 46%, rgba(135, 72, 24, 0.2), transparent 46rem),
		linear-gradient(180deg, #090604 0%, #0d0704 46%, #060403 100%);
	font-family: "Rodnia Text", Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.6;
}

body::before,
body::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
}

body::before {
	z-index: 0;
	opacity: 0.58;
	background:
		linear-gradient(180deg, rgba(5, 3, 2, 0.34) 0%, rgba(5, 3, 2, 0.12) 22%, rgba(12, 7, 4, 0.08) 46%, rgba(5, 3, 2, 0.2) 100%),
		radial-gradient(ellipse at 50% 24%, rgba(244, 213, 138, 0.08), transparent 48rem),
		radial-gradient(ellipse at 24% 82%, rgba(91, 18, 14, 0.12), transparent 42rem);
}

body::after {
	z-index: 0;
	opacity: 0;
	background: none;
}

.rodnia-ambient-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:
		linear-gradient(180deg, rgba(5, 3, 2, 0.04), rgba(5, 3, 2, 0.4) 70%, rgba(5, 3, 2, 0.68)),
		radial-gradient(circle at 18% 18%, rgba(214, 167, 74, 0.32), transparent 20rem),
		radial-gradient(circle at 78% 8%, rgba(94, 20, 14, 0.42), transparent 29rem),
		radial-gradient(ellipse at 55% 48%, rgba(244, 213, 138, 0.14), transparent 42rem),
		var(--rodnia-bg-image),
		linear-gradient(135deg, #090503 0%, #170c05 42%, #060403 100%);
	background-blend-mode: normal, screen, screen, screen, normal, normal;
	opacity: 1;
	filter: none;
}

.rodnia-ambient-bg::before,
.rodnia-ambient-bg::after {
	content: "";
	position: absolute;
	inset: 0;
}

.rodnia-ambient-bg::before {
	background:
		linear-gradient(112deg, transparent 0 18%, rgba(214, 167, 74, 0.11) 18.2%, transparent 18.8% 35%, rgba(214, 167, 74, 0.07) 35.2%, transparent 35.7%),
		linear-gradient(248deg, transparent 0 22%, rgba(91, 18, 14, 0.2) 22.2%, transparent 22.8% 52%, rgba(214, 167, 74, 0.08) 52.2%, transparent 52.8%),
		radial-gradient(ellipse at 50% 105%, rgba(214, 167, 74, 0.18), transparent 38rem);
	opacity: 0.86;
}

.rodnia-ambient-bg::after {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 25%, transparent 74%, rgba(0, 0, 0, 0.48)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(7, 4, 2, 0.54)),
		radial-gradient(ellipse at 50% 40%, rgba(214, 167, 74, 0.14), transparent 42rem),
		repeating-linear-gradient(90deg, rgba(244, 213, 138, 0.034) 0 1px, transparent 1px 118px),
		repeating-linear-gradient(180deg, rgba(244, 213, 138, 0.022) 0 1px, transparent 1px 118px);
}

.rodnia-particle-field {
	position: fixed;
	inset: -12vmax;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	opacity: 1;
	mix-blend-mode: screen;
}

.rodnia-particle-layer,
.rodnia-ember-layer,
.rodnia-mist-layer {
	position: absolute;
	inset: 0;
	transform: translate3d(0, 0, 0);
	will-change: transform, opacity;
}

.rodnia-particle-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0.58;
	mix-blend-mode: screen;
	filter: saturate(1.38) contrast(1.16) drop-shadow(0 0 10px rgba(214, 167, 74, 0.16));
	transform: translate3d(0, 0, 0);
}

.rodnia-hero-particle-canvas {
	display: block;
	z-index: 1;
	opacity: 0.82;
	filter: saturate(1.48) contrast(1.2) drop-shadow(0 0 12px rgba(214, 167, 74, 0.3));
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.9) 68%, rgba(0, 0, 0, 0.42));
}

.rodnia-gif-particle-layer {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background-image: url("../images/arkhadia-particles.gif");
	background-position: center;
	background-repeat: repeat;
	background-size: 720px 405px;
	mix-blend-mode: screen;
	opacity: 0.88;
	filter: saturate(1.38) contrast(1.14) drop-shadow(0 0 12px rgba(214, 167, 74, 0.24));
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.92) 72%, rgba(0, 0, 0, 0.5));
}

.rodnia-particle-layer-far {
	opacity: 0;
	background: none;
}

.rodnia-particle-layer-near {
	opacity: 0;
	background: none;
}

.rodnia-ember-layer {
	opacity: 0.32;
	background:
		radial-gradient(ellipse at 50% 92%, rgba(255, 173, 77, 0.18), transparent 26rem),
		radial-gradient(ellipse at 22% 82%, rgba(255, 107, 61, 0.16), transparent 24rem),
		radial-gradient(ellipse at 78% 76%, rgba(255, 196, 107, 0.16), transparent 28rem);
}

.rodnia-mist-layer {
	opacity: 0.3;
	background:
		radial-gradient(ellipse at 18% 74%, rgba(214, 167, 74, 0.16), transparent 28rem),
		radial-gradient(ellipse at 84% 28%, rgba(91, 18, 14, 0.28), transparent 30rem),
		linear-gradient(112deg, transparent 0 28%, rgba(244, 213, 138, 0.06) 29%, transparent 45% 100%);
}

a {
	color: var(--rodnia-gold-soft);
	transition:
		color 260ms var(--rodnia-ease),
		background-color 260ms var(--rodnia-ease),
		border-color 260ms var(--rodnia-ease),
		box-shadow 260ms var(--rodnia-ease),
		transform 260ms var(--rodnia-ease);
}

a:hover,
a:focus {
	color: #ffe7a1;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--rodnia-gold-soft);
	outline-offset: 3px;
}

.leaves-2,
.leaves-3,
.leaves-4,
.leaves-5 {
	opacity: 0.42;
	filter: sepia(0.9) saturate(1.7) hue-rotate(350deg) drop-shadow(0 0 18px rgba(214, 167, 74, 0.25));
}

.top-panel {
	position: fixed;
	top: 18px;
	left: 0;
	right: 0;
	z-index: 20;
	width: 100%;
	background: transparent;
	pointer-events: none;
}

.top-panel::before,
.top-panel::after,
.top-panel-container::before,
.top-panel-container::after {
	display: none;
}

.top-panel-container {
	width: min(1240px, calc(100vw - 32px));
	height: auto;
	margin: 0 auto;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--rodnia-line);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(35, 24, 13, 0.78), rgba(7, 4, 3, 0.86)),
		rgba(7, 4, 3, 0.7);
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(244, 213, 138, 0.22),
		inset 0 -1px 0 rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	pointer-events: auto;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
	flex: 1 1 auto;
	width: auto;
	margin: 0;
	padding: 0 !important;
	color: var(--rodnia-gold-soft) !important;
}

.rodnia-language-switch {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px;
	border: 1px solid rgba(244, 213, 138, 0.18);
	border-radius: 999px;
	background: rgba(5, 3, 2, 0.56);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rodnia-language-option {
	min-width: 52px;
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 10px;
	border-radius: 999px;
	color: rgba(244, 213, 138, 0.76);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.rodnia-language-option .flag-icon {
	width: 18px;
	line-height: 13px;
	box-shadow: 0 0 0 1px rgba(244, 213, 138, 0.18);
}

.rodnia-language-option.active,
.rodnia-language-option:hover,
.rodnia-language-option:focus {
	color: #1a0f05;
	background: linear-gradient(180deg, #ffe9a8, var(--rodnia-gold) 52%, #9a6222);
}

.menu li {
	margin: 0;
	display: inline-flex;
	position: relative;
}

.menu li a {
	padding: 11px 16px;
	border-radius: 999px;
	color: rgba(244, 213, 138, 0.88) !important;
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.85);
}

.menu li a::after {
	display: none;
}

.menu li a:hover,
.menu li a:focus,
.menu li a#menu_logo {
	color: #1a0f05 !important;
	background: linear-gradient(180deg, #ffe9a8, var(--rodnia-gold) 52%, #9a6222);
	box-shadow:
		0 10px 34px rgba(214, 167, 74, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.38);
	transform: translateY(-1px);
}

.dropdown-content {
	min-width: 180px;
	margin-top: 8px;
	padding: 8px;
	border: 1px solid var(--rodnia-line);
	border-radius: var(--rodnia-radius);
	background: rgba(9, 5, 3, 0.96);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.dropdown-content a,
.dropdown-content .last {
	border: 0;
	border-radius: 6px;
}

.dropdown-content a:hover {
	color: #1a0f05 !important;
	background: var(--rodnia-gold);
}

.rodnia-hero {
	position: relative;
	z-index: 1;
	min-height: 610px;
	padding: 110px 20px 126px;
	display: flex;
	align-items: center;
	overflow: visible;
	isolation: isolate;
	background: transparent;
	margin-bottom: -72px;
}

.rodnia-hero::before {
	content: "";
	position: absolute;
	inset: -3% -3% -148px;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4, 2, 1, 0.78) 0%, rgba(4, 2, 1, 0.5) 34%, rgba(4, 2, 1, 0.08) 58%, rgba(4, 2, 1, 0.2) 74%, rgba(4, 2, 1, 0.58) 100%),
		linear-gradient(180deg, rgba(4, 2, 1, 0.02), rgba(4, 2, 1, 0.34) 58%, rgba(4, 2, 1, 0.68) 82%, rgba(4, 2, 1, 0)),
		radial-gradient(circle at 18% 36%, rgba(214, 167, 74, 0.16), transparent 18rem),
		radial-gradient(circle at 80% 24%, rgba(104, 22, 15, 0.2), transparent 28rem);
	opacity: 1;
	pointer-events: none;
	-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0.62) 86%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0.62) 86%, transparent 100%);
}

.rodnia-hero-art {
	position: absolute;
	inset: -4% -4% -168px;
	z-index: 0;
	pointer-events: none;
	background:
		url("../images/arkhadia-characters-bg.png") center / cover no-repeat,
		linear-gradient(140deg, rgba(5, 3, 2, 0.95), rgba(18, 10, 5, 0.88) 48%, rgba(3, 2, 1, 0.98));
	filter: brightness(1.08) saturate(1.08) contrast(1.04);
	transform: scale(1.02) translate3d(0, 0, 0);
	transform-origin: 64% 46%;
	animation: rodnia-hero-cinematic 22s ease-in-out infinite alternate;
	will-change: transform, filter;
	-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, 0.78) 82%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, 0.78) 82%, transparent 100%);
}

.rodnia-hero::after {
	content: "";
	position: absolute;
	z-index: 0;
	right: min(5vw, 64px);
	bottom: 5%;
	width: min(38vw, 500px);
	aspect-ratio: 1;
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 228, 142, 0.22), transparent 30%),
		linear-gradient(135deg, transparent 0 35%, rgba(244, 213, 138, 0.5) 35% 37%, transparent 37%),
		linear-gradient(45deg, transparent 0 42%, rgba(91, 18, 14, 0.55) 42% 45%, transparent 45%),
		conic-gradient(from 20deg at 50% 50%, #100906, #2b1a0b, #050302, #4a120d, #100906);
	clip-path: polygon(50% 0, 81% 20%, 96% 52%, 72% 88%, 37% 98%, 6% 68%, 18% 24%);
	opacity: 0.1;
	filter:
		drop-shadow(0 0 36px rgba(214, 167, 74, 0.45))
		drop-shadow(0 36px 70px rgba(0, 0, 0, 0.85));
	mix-blend-mode: screen;
	pointer-events: none;
}

.rodnia-hero-inner {
	position: relative;
	z-index: 2;
	isolation: isolate;
	width: min(1180px, calc(100vw - 32px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
	gap: clamp(26px, 5vw, 70px);
	align-items: center;
}

.rodnia-hero-inner::before {
	content: "";
	position: absolute;
	inset: -18% -10%;
	z-index: 0;
	pointer-events: none;
	opacity: 0.16;
	mix-blend-mode: screen;
	background-image:
		radial-gradient(circle at 18% 38%, rgba(255, 238, 184, 0.9) 0 1.6px, transparent 2.8px),
		radial-gradient(circle at 44% 18%, rgba(214, 167, 74, 0.74) 0 1.3px, transparent 2.5px),
		radial-gradient(circle at 76% 52%, rgba(255, 164, 84, 0.62) 0 1.4px, transparent 2.6px),
		radial-gradient(ellipse at 28% 82%, rgba(214, 167, 74, 0.12), transparent 20rem);
	background-size: 130px 150px, 210px 190px, 310px 280px, auto;
	background-position: 20px 0, 70px 90px, 160px 40px, center bottom;
	transform: translate3d(0, 0, 0);
	will-change: transform, opacity;
}

.rodnia-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 680px;
}

.rodnia-kicker,
.rodnia-panel-crown {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	padding: 7px 12px;
	border: 1px solid rgba(244, 213, 138, 0.3);
	border-radius: 999px;
	color: var(--rodnia-gold-soft);
	background: rgba(10, 7, 5, 0.58);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rodnia-hero h1 {
	margin: 18px 0 12px;
	color: #fff4c8;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: clamp(48px, 7.8vw, 104px);
	font-weight: 700;
	line-height: 0.88;
	letter-spacing: 0;
	text-shadow:
		0 2px 0 #4f2a10,
		0 22px 46px rgba(0, 0, 0, 0.76),
		0 0 34px rgba(214, 167, 74, 0.22);
	text-wrap: balance;
}

.rodnia-hero h1 span,
.footer_wordmark span {
	display: block;
	color: var(--rodnia-gold-soft);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 0.24em;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
	text-shadow: 0 12px 28px rgba(0, 0, 0, 0.7);
}

.rodnia-hero p {
	max-width: 58ch;
	margin: 0;
	color: #d6c5a0;
	font-size: clamp(17px, 2.2vw, 22px);
	line-height: 1.55;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}

.rodnia-live-stats {
	width: max-content;
	max-width: 100%;
	margin-top: 20px;
	padding: 9px 14px 9px 10px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(244, 213, 138, 0.26);
	border-radius: 999px;
	color: var(--rodnia-text);
	background:
		linear-gradient(180deg, rgba(34, 23, 12, 0.72), rgba(8, 5, 3, 0.84)),
		rgba(8, 5, 3, 0.62);
	box-shadow:
		0 16px 42px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rodnia-live-pulse {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #74d96a;
	box-shadow:
		0 0 0 6px rgba(116, 217, 106, 0.11),
		0 0 18px rgba(116, 217, 106, 0.58);
}

.rodnia-live-stats strong {
	display: block;
	color: #fff0bd;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 26px;
	line-height: 0.95;
	font-variant-numeric: tabular-nums;
}

.rodnia-live-stats span {
	display: block;
	color: rgba(217, 200, 160, 0.72);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.rodnia-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.rodnia-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 8px 9px 8px 20px;
	border-radius: 999px;
	border: 1px solid var(--rodnia-line);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.rodnia-btn-primary {
	color: #1a0f05;
	border-color: rgba(255, 233, 168, 0.58);
	background: linear-gradient(180deg, #fff1bc, var(--rodnia-gold) 48%, #9b611f);
	box-shadow:
		0 18px 54px rgba(214, 167, 74, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.45),
		inset 0 -1px 0 rgba(69, 33, 8, 0.6);
}

.rodnia-btn-secondary {
	padding-right: 20px;
	color: #f6d78c;
	background: rgba(9, 5, 3, 0.72);
}

.rodnia-btn:hover,
.rodnia-btn:focus {
	transform: translateY(-2px);
	box-shadow:
		0 22px 70px rgba(0, 0, 0, 0.5),
		0 0 34px rgba(214, 167, 74, 0.2);
}

.rodnia-btn:active {
	transform: translateY(1px) scale(0.98);
}

.rodnia-btn-mark {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff2bd;
	background: rgba(26, 15, 5, 0.3);
	font-size: 26px;
	line-height: 1;
	transition:
		transform 260ms var(--rodnia-ease),
		background-color 260ms var(--rodnia-ease);
}

.rodnia-btn:hover .rodnia-btn-mark,
.rodnia-btn:focus .rodnia-btn-mark {
	transform: translateX(3px);
	background: rgba(26, 15, 5, 0.5);
}

.rodnia-war-panel {
	position: relative;
	z-index: 2;
	padding: 8px;
	border: 1px solid rgba(244, 213, 138, 0.2);
	border-radius: var(--rodnia-radius);
	background:
		linear-gradient(145deg, rgba(244, 213, 138, 0.1), rgba(244, 213, 138, 0.02)),
		rgba(0, 0, 0, 0.28);
	box-shadow:
		0 32px 100px rgba(0, 0, 0, 0.72),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rodnia-war-panel::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(244, 213, 138, 0.36), transparent 26%, rgba(91, 18, 14, 0.38) 72%, rgba(214, 167, 74, 0.22));
	z-index: -1;
	opacity: 0.74;
}

.rodnia-war-panel-core {
	position: relative;
	min-height: 360px;
	padding: clamp(22px, 4vw, 34px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: calc(var(--rodnia-radius) - 2px);
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(7, 4, 3, 0.18), rgba(7, 4, 3, 0.86)),
		radial-gradient(circle at 22% 18%, rgba(244, 213, 138, 0.25), transparent 12rem),
		radial-gradient(circle at 82% 26%, rgba(91, 18, 14, 0.5), transparent 18rem),
		repeating-linear-gradient(90deg, rgba(244, 213, 138, 0.06) 0 1px, transparent 1px 86px),
		linear-gradient(135deg, #1b1008, #060302 58%, #120704);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		inset 0 -60px 80px rgba(0, 0, 0, 0.54);
}

.rodnia-metin-cluster {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.rodnia-metin-cluster span {
	--metin-rotation: -12deg;
	position: absolute;
	display: block;
	width: clamp(62px, 8vw, 110px);
	aspect-ratio: 0.78;
	border: 1px solid rgba(244, 213, 138, 0.24);
	background:
		linear-gradient(130deg, transparent 0 39%, rgba(244, 213, 138, 0.72) 40% 42%, transparent 43%),
		linear-gradient(50deg, transparent 0 47%, rgba(91, 18, 14, 0.78) 48% 51%, transparent 52%),
		radial-gradient(circle at 35% 28%, rgba(255, 238, 184, 0.28), transparent 26%),
		conic-gradient(from 18deg, #050302, #1a120d, #39200d, #090504, #53130f, #050302);
	clip-path: polygon(50% 0, 83% 18%, 98% 52%, 69% 94%, 31% 100%, 4% 62%, 18% 20%);
	box-shadow:
		0 0 30px rgba(214, 167, 74, 0.28),
		0 28px 46px rgba(0, 0, 0, 0.78),
		inset 0 0 24px rgba(244, 213, 138, 0.1);
	opacity: 0.48;
	transform: rotate(var(--metin-rotation));
}

.rodnia-metin-cluster span:nth-child(1) {
	right: 12%;
	top: 18%;
}

.rodnia-metin-cluster span:nth-child(2) {
	right: 34%;
	bottom: 15%;
	width: clamp(50px, 6vw, 82px);
	opacity: 0.38;
	--metin-rotation: 18deg;
}

.rodnia-metin-cluster span:nth-child(3) {
	left: 9%;
	top: 45%;
	width: clamp(36px, 4.5vw, 62px);
	opacity: 0.32;
	--metin-rotation: -28deg;
}

.rodnia-panel-crown,
.rodnia-panel-title,
.rodnia-panel-grid,
.rodnia-panel-strip {
	position: relative;
	z-index: 1;
}

.rodnia-panel-title {
	max-width: 11ch;
	margin: 54px 0 20px;
	color: #fff0bd;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 0.95;
	text-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
}

.rodnia-panel-grid {
	display: grid;
	grid-template-columns: 1fr 0.72fr;
	gap: 10px;
}

.rodnia-panel-grid div {
	min-height: 96px;
	padding: 15px;
	border: 1px solid rgba(244, 213, 138, 0.2);
	border-radius: var(--rodnia-radius);
	background:
		linear-gradient(180deg, rgba(19, 11, 6, 0.84), rgba(7, 4, 3, 0.84)),
		rgba(0, 0, 0, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rodnia-panel-grid div:first-child {
	grid-row: span 2;
	min-height: 202px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background:
		linear-gradient(180deg, rgba(91, 18, 14, 0.18), rgba(7, 4, 3, 0.84)),
		url("../images/hero-bg.jpg") center / cover no-repeat,
		rgba(0, 0, 0, 0.5);
}

.rodnia-panel-grid strong {
	display: block;
	color: var(--rodnia-gold-soft);
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 26px;
	line-height: 1;
}

.rodnia-panel-grid span {
	display: block;
	margin-top: 6px;
	color: rgba(217, 200, 160, 0.75);
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rodnia-panel-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 10px;
}

.rodnia-panel-strip span {
	padding: 7px 9px;
	border: 1px solid rgba(244, 213, 138, 0.18);
	border-radius: 999px;
	color: rgba(244, 213, 138, 0.82);
	background: rgba(0, 0, 0, 0.36);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#content {
	position: relative;
	z-index: 1;
	padding: 44px 0 110px;
}

.rodnia-shell,
.wrapper,
#wrapper {
	width: min(1180px, calc(100vw - 32px));
	max-width: 1180px;
	min-width: 0 !important;
	margin: 0 auto;
	padding: 0;
}

.rodnia-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 326px);
	gap: 24px;
	margin: 0;
}

.rodnia-main-grid::before,
.rodnia-main-grid::after {
	display: none;
}

.rodnia-main-grid > .col-xs-9,
.rodnia-main-grid > .col-xs-3,
.rodnia-content-column,
.rodnia-sidebar-column {
	width: auto;
	float: none;
	padding: 0;
	margin-left: 0 !important;
}

#wrapper .content-area {
	overflow: visible;
}

.slider-topper-wrapper,
.news-area,
.login-area,
.sidebar .online-stats,
.top-lists-wrapper .top-list.metins,
.hero-block,
.modal-content,
#page_content,
.post.fade_in.article {
	border: 1px solid var(--rodnia-line);
	border-radius: var(--rodnia-radius);
	background:
		linear-gradient(180deg, rgba(28, 18, 10, 0.92), rgba(9, 5, 3, 0.94)),
		var(--rodnia-panel);
	box-shadow:
		0 24px 80px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.slider-topper-wrapper {
	padding: 8px;
	margin: 0 0 24px;
	overflow: hidden;
}

.slider-topper-wrapper .carousel,
.slider-topper-wrapper .carousel-inner,
.slider-topper-wrapper .carousel-item {
	border-radius: calc(var(--rodnia-radius) - 2px);
	overflow: hidden;
}

.slider-topper-wrapper .carousel-item > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 190px;
	aspect-ratio: 697 / 233;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 8%, rgba(244, 213, 138, 0.18), transparent 42%),
		linear-gradient(135deg, rgba(55, 30, 10, 0.62), rgba(5, 3, 1, 0.96) 54%, rgba(34, 10, 6, 0.72));
}

.slider-topper-wrapper .carousel-item > a::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 238, 184, 0.14);
	box-shadow:
		inset 0 1px 0 rgba(255, 238, 184, 0.24),
		inset 0 -18px 40px rgba(0, 0, 0, 0.34);
	pointer-events: none;
	z-index: 2;
}

.slider-topper-wrapper img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100% !important;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	filter: contrast(1.05) saturate(0.92);
}

.carousel-indicators li {
	width: 28px;
	height: 3px;
	border-radius: 999px;
	background: rgba(244, 213, 138, 0.28);
}

.carousel-indicators .active {
	background: var(--rodnia-gold-soft);
	box-shadow: 0 0 18px rgba(214, 167, 74, 0.6);
}

.news-area {
	min-height: 520px;
	padding: 24px;
	color: var(--rodnia-text);
}

.news-area .container,
.news-area .mt2cms2-c-l,
.news-area .bd-c {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.page-hd {
	margin-bottom: 18px;
	padding: 0;
	background-image: none !important;
}

#filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

#button_news,
#button_news_active,
#button_pagination,
.btn-login,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning {
	width: auto;
	min-height: 42px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid var(--rodnia-line);
	border-radius: 999px;
	color: #1a0f05;
	background: linear-gradient(180deg, #f6d98d, #c89135 54%, #754814);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 42px;
	text-transform: uppercase;
	box-shadow:
		0 14px 42px rgba(214, 167, 74, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.32);
	transition:
		transform 240ms var(--rodnia-ease),
		box-shadow 240ms var(--rodnia-ease),
		filter 240ms var(--rodnia-ease);
}

#button_news {
	color: var(--rodnia-gold-soft);
	background: rgba(9, 5, 3, 0.74);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#button_news:hover,
#button_news_active:hover,
#button_pagination:hover,
.btn-login:hover {
	color: #1a0f05;
	transform: translateY(-1px);
	filter: brightness(1.08);
}

#button_news:active,
#button_news_active:active,
#button_pagination:active,
.btn-login:active {
	transform: translateY(1px) scale(0.98);
}

.post {
	margin: 0 0 22px;
	padding: 0;
}

.post.fade_in.article {
	position: relative;
	padding: 22px;
	overflow: hidden;
}

.post.fade_in.article::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(214, 167, 74, 0.07), transparent 34%),
		radial-gradient(circle at 90% 10%, rgba(91, 18, 14, 0.26), transparent 18rem);
	pointer-events: none;
}

.post.fade_in.article > * {
	position: relative;
	z-index: 1;
}

#page_title,
.post_title {
	margin: 0 0 18px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--rodnia-line);
	color: #fff0bd;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
	text-shadow: 0 14px 32px rgba(0, 0, 0, 0.6);
}

#page_title a,
.post_title a {
	color: #fff0bd;
}

#page_title .post_date,
.post_date {
	margin-top: 8px;
	float: none;
	display: block;
	color: var(--rodnia-muted);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.post_content,
.news-area .news-element p,
.news-area p,
.news-area li,
.news-area td {
	color: #d7c6a0;
	font-size: 16px;
	line-height: 1.7;
}

.post_content img,
.news-area img {
	max-width: 100%;
	height: auto;
	border-radius: var(--rodnia-radius);
}

.pagination {
	border-top: 1px solid var(--rodnia-line);
	padding: 16px 0 0;
	text-align: center;
}

.pagination > li > a {
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid var(--rodnia-line);
	border-radius: 999px !important;
	color: var(--rodnia-gold-soft);
	background: rgba(9, 5, 3, 0.7);
	font-size: 13px;
	line-height: 34px;
}

.pagination > li.active > a,
.pagination > li:hover > a,
.pagination > li > a:focus {
	color: #1a0f05;
	background: var(--rodnia-gold);
	border-color: var(--rodnia-gold-soft);
}

.sidebar {
	display: grid;
	gap: 18px;
}

.login-area,
.sidebar .online-stats,
.top-lists-wrapper .top-list.metins {
	margin-bottom: 0;
	padding: 20px;
}

.sidebar-title-login,
.sidebar-title-stats,
.sidebar-title-top {
	height: auto;
	margin-bottom: 8px;
	color: #fff0bd;
	background: transparent;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 26px;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
}

.separate {
	width: 100%;
	height: 1px;
	margin: 14px 0 18px;
	background:
		linear-gradient(90deg, transparent, var(--rodnia-line-strong), transparent);
	filter: none;
}

.login-area .form-control,
.input-nou,
.form-control,
textarea,
select {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(214, 167, 74, 0.22);
	border-radius: var(--rodnia-radius);
	color: #f7df9b;
	background:
		linear-gradient(180deg, rgba(2, 1, 1, 0.74), rgba(18, 11, 6, 0.86)),
		rgba(9, 5, 3, 0.88) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		inset 0 12px 24px rgba(0, 0, 0, 0.22);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 15px;
}

.input-nou {
	max-width: 520px;
	margin-bottom: 14px;
	text-align: center;
}

.login-area .form-control:focus,
.input-nou:focus,
.form-control:focus,
textarea:focus,
select:focus {
	border-color: rgba(244, 213, 138, 0.7);
	box-shadow:
		0 0 0 3px rgba(214, 167, 74, 0.13),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.login-area .form-control::placeholder,
.input-nou::placeholder,
.form-control::placeholder {
	color: rgba(217, 200, 160, 0.5);
}

.login-area p,
.login-area p a {
	color: rgba(217, 200, 160, 0.72);
	font-size: 13px;
}

.g-recaptcha {
	max-width: 100%;
	overflow: hidden;
}

.login-area.user-nav {
	padding: 20px;
	color: var(--rodnia-text);
}

.user-info {
	padding: 0;
}

.user-avatar {
	border: 1px solid var(--rodnia-line);
	border-radius: var(--rodnia-radius);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.login-area.user-nav span,
.login-area.user-nav span a {
	color: #f4d58a;
}

.login-area.user-nav ul li a {
	padding: 10px 12px 10px 28px;
	border-radius: 6px;
	color: var(--rodnia-text);
}

.login-area.user-nav ul li a::before {
	left: 10px;
	top: 10px;
	color: var(--rodnia-gold);
}

.login-area.user-nav ul li a:hover {
	background: rgba(214, 167, 74, 0.12);
	color: #fff0bd;
}

.sidebar .online-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.sidebar .online-stats .sidebar-title-stats,
.sidebar .online-stats .separate {
	grid-column: 1 / -1;
}

.sidebar .online-stats p {
	margin: 0;
	color: rgba(217, 200, 160, 0.78);
	text-transform: uppercase;
}

.sidebar .online-stats p.number {
	margin: 0;
	color: var(--rodnia-gold-soft);
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 30px;
	line-height: 1;
}

.sidebar .upcoming-events,
.sidebar .upcoming-events .hero-overlay {
	display: none;
}

.rodnia-server-events {
	position: relative;
	margin: 18px 0 22px;
	border: 1px solid rgba(244, 213, 138, 0.24);
	border-radius: var(--rodnia-radius);
	background:
		linear-gradient(180deg, rgba(255, 238, 184, 0.06), rgba(255, 238, 184, 0)),
		radial-gradient(circle at 14% 0%, rgba(214, 167, 74, 0.16), transparent 11rem),
		radial-gradient(circle at 100% 14%, rgba(91, 18, 14, 0.3), transparent 13rem),
		rgba(9, 5, 3, 0.9);
	box-shadow:
		inset 0 1px 0 rgba(255, 244, 200, 0.08),
		0 24px 80px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}

.rodnia-server-events::before {
	content: "";
	position: absolute;
	inset: 6px;
	border: 1px solid rgba(214, 167, 74, 0.12);
	border-radius: 6px;
	pointer-events: none;
}

.rodnia-server-events::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0 36%, rgba(244, 213, 138, 0.08) 46%, transparent 58%),
		linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24));
	opacity: 0.72;
	pointer-events: none;
	transform: translate3d(-18%, 0, 0);
}

.rodnia-server-events-shell {
	position: relative;
	z-index: 1;
	padding: 16px;
}

.rodnia-server-events-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(214, 167, 74, 0.14);
}

.rodnia-server-events-kicker {
	margin-bottom: 4px;
	color: var(--rodnia-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rodnia-server-events h3 {
	margin: 0;
	color: #fff3c8;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 22px;
	line-height: 1.05;
	text-shadow: 0 0 20px rgba(214, 167, 74, 0.22);
	text-wrap: balance;
}

.rodnia-server-events-count {
	flex: 0 0 auto;
	min-width: 62px;
	padding: 8px 9px;
	border: 1px solid rgba(91, 210, 98, 0.32);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(91, 210, 98, 0.13), rgba(91, 210, 98, 0.03)),
		rgba(0, 0, 0, 0.28);
	color: #9cff9f;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rodnia-server-events-count strong {
	display: block;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 22px;
	line-height: 0.9;
	font-variant-numeric: tabular-nums;
}

.rodnia-server-events-count span {
	display: block;
	margin-top: 4px;
	color: rgba(217, 200, 160, 0.78);
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.15;
	text-transform: uppercase;
}

.rodnia-server-events-list {
	display: grid;
	gap: 9px;
	max-height: 430px;
	padding-right: 4px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(214, 167, 74, 0.58) rgba(0, 0, 0, 0.24);
}

.rodnia-server-events-list::-webkit-scrollbar {
	width: 7px;
}

.rodnia-server-events-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 999px;
}

.rodnia-server-events-list::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: linear-gradient(180deg, #f4d58a, #7c5019);
}

.rodnia-server-event {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-width: 0;
	min-height: 64px;
	padding: 10px 11px;
	border: 1px solid rgba(214, 167, 74, 0.16);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 238, 184, 0.045), rgba(255, 238, 184, 0)),
		rgba(8, 4, 2, 0.62);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
	transition:
		transform 220ms var(--rodnia-ease),
		border-color 220ms var(--rodnia-ease),
		background-color 220ms var(--rodnia-ease);
}

.rodnia-server-event.is-active {
	border-color: rgba(91, 210, 98, 0.36);
	background:
		linear-gradient(90deg, rgba(91, 210, 98, 0.1), transparent 42%),
		linear-gradient(180deg, rgba(255, 238, 184, 0.05), rgba(255, 238, 184, 0)),
		rgba(8, 4, 2, 0.7);
}

.rodnia-server-event.is-active::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #6df276;
	box-shadow: 0 0 16px rgba(109, 242, 118, 0.72);
}

.rodnia-event-glyph {
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	overflow: hidden !important;
	contain: paint;
	border: 1px solid rgba(244, 213, 138, 0.24);
	border-radius: 9px;
	background:
		radial-gradient(circle at 35% 18%, rgba(255, 238, 184, 0.24), transparent 46%),
		linear-gradient(145deg, rgba(214, 167, 74, 0.22), rgba(91, 18, 14, 0.18)),
		rgba(0, 0, 0, 0.26);
	color: #ffe9a6;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 10px;
	letter-spacing: 0.04em;
	line-height: 1;
	text-shadow: 0 0 12px rgba(214, 167, 74, 0.42);
	box-shadow:
		inset 0 1px 0 rgba(255, 238, 184, 0.18),
		inset 0 -10px 18px rgba(0, 0, 0, 0.24),
		0 8px 18px rgba(0, 0, 0, 0.22);
}

.rodnia-event-glyph::before {
	content: "";
	position: absolute;
	inset: 3px;
	z-index: 0;
	border-radius: 7px;
	background:
		radial-gradient(circle at 50% 20%, rgba(255, 238, 184, 0.3), transparent 42%),
		radial-gradient(circle at 52% 100%, rgba(214, 167, 74, 0.2), transparent 58%);
	pointer-events: none;
}

.rodnia-event-glyph::after {
	content: "";
	position: absolute;
	inset: 1px;
	z-index: 2;
	border: 1px solid rgba(255, 238, 184, 0.12);
	border-radius: 8px;
	pointer-events: none;
}

.rodnia-event-glyph img {
	position: relative;
	z-index: 1;
	display: block;
	width: 34px;
	height: 34px;
	max-width: 34px;
	max-height: 34px;
	object-fit: contain;
	filter:
		drop-shadow(0 3px 7px rgba(0, 0, 0, 0.42))
		drop-shadow(0 0 9px rgba(244, 213, 138, 0.24))
		saturate(1.06);
	transform: translateZ(0);
	transition:
		transform 260ms var(--rodnia-ease),
		filter 260ms var(--rodnia-ease);
}

.rodnia-event-glyph span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rodnia-event-glyph img + span {
	display: none;
}

.rodnia-server-event:hover .rodnia-event-glyph img {
	transform: translateY(-1px) scale(1.04);
	filter:
		drop-shadow(0 4px 9px rgba(0, 0, 0, 0.48))
		drop-shadow(0 0 13px rgba(244, 213, 138, 0.34))
		saturate(1.14);
}

.rodnia-event-body {
	min-width: 0;
}

.rodnia-event-title {
	color: rgba(255, 246, 215, 0.94);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.18;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.rodnia-event-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: 7px;
	color: rgba(217, 200, 160, 0.74);
	font-size: 11px;
	line-height: 1.2;
}

.rodnia-event-status {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #91ff98;
	font-weight: 600;
}

.rodnia-event-status::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 12px rgba(145, 255, 152, 0.54);
}

.rodnia-server-event.is-upcoming .rodnia-event-status {
	color: var(--rodnia-gold-soft);
}

.rodnia-event-channel {
	align-self: start;
	padding: 5px 7px;
	border: 1px solid rgba(214, 167, 74, 0.18);
	border-radius: 999px;
	color: rgba(244, 213, 138, 0.76);
	background: rgba(0, 0, 0, 0.22);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.rodnia-server-events-empty {
	padding: 18px 14px;
	border: 1px dashed rgba(214, 167, 74, 0.24);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.22);
	text-align: center;
}

.rodnia-server-events-empty strong,
.rodnia-server-events-empty span {
	display: block;
}

.rodnia-server-events-empty strong {
	color: #fff3c8;
	font-size: 14px;
	line-height: 1.3;
}

.rodnia-server-events-empty span {
	margin-top: 6px;
	color: rgba(217, 200, 160, 0.7);
	font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
	.rodnia-server-event:hover {
		border-color: rgba(244, 213, 138, 0.38);
		transform: translate3d(0, -2px, 0);
	}
}

.top-lists-wrapper {
	background: transparent;
}

.top-lists-wrapper .top-list.metins .header {
	padding: 8px 0 16px;
	background: transparent;
}

.top-lists-wrapper .top-list .header span,
#section_ranking span,
#section_ranking a {
	color: var(--rodnia-gold-soft);
	font-family: "Rodnia Text", Georgia, serif;
}

#section_ranking,
#player_rank_table,
#guild_rank_table,
#section_ranking .view_more {
	background: transparent;
}

#section_ranking .view_more {
	padding-top: 12px;
	text-align: center;
}

.forum {
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid rgba(214, 167, 74, 0.12);
	transition:
		background-color 260ms var(--rodnia-ease),
		transform 260ms var(--rodnia-ease),
		box-shadow 260ms var(--rodnia-ease);
}

.forum::after {
	display: none;
}

.forum:hover {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px;
	background: rgba(214, 167, 74, 0.08);
	box-shadow: inset 3px 0 0 var(--rodnia-gold);
	transform: translateX(2px);
}

.forum-ava,
.clasament-ava,
#guild_rank_table .forum-ava {
	width: 58px;
	height: 58px;
	border: 1px solid rgba(214, 167, 74, 0.32);
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(244, 213, 138, 0.2), transparent 56%),
		rgba(0, 0, 0, 0.28);
}

.forum-ava img,
.clasament-ava img {
	width: 42px;
	height: 42px;
	object-fit: cover;
}

.forum:hover .forum-ava {
	box-shadow: 0 0 26px rgba(214, 167, 74, 0.28);
}

.forum-info {
	min-width: 0;
	width: auto;
}

.forum-info .forum-title {
	color: #e9cf86;
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 15px;
	font-weight: 600;
}

.ranking_points_title {
	color: rgba(217, 200, 160, 0.45);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 11px;
}

.ranking_points_value {
	color: #fff0bd;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 20px;
}

.hero-block {
	height: 126px;
	margin-top: 18px;
	padding: 26px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-color: var(--rodnia-line);
	background:
		linear-gradient(90deg, rgba(91, 18, 14, 0.36), rgba(9, 5, 3, 0.84)),
		url("../images/hero-bg.jpg") center / cover no-repeat;
}

.hero-block::before {
	filter: sepia(0.8) saturate(1.5);
}

.hero-block::after {
	right: -18px;
	filter: drop-shadow(0 0 22px rgba(214, 167, 74, 0.18));
}

.h-read-more-b {
	color: var(--rodnia-gold-soft);
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 28px;
	letter-spacing: 0;
}

#mini-icons {
	left: 18px;
	top: 34%;
	z-index: 11;
}

#mini-icons > * {
	width: 46px;
	height: 46px;
	margin-bottom: 7px;
	line-height: 46px;
}

#mini-icons a {
	border: 1px solid var(--rodnia-line);
	border-radius: var(--rodnia-radius);
	color: var(--rodnia-gold-soft);
	background: rgba(9, 5, 3, 0.72);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

#mini-icons a:hover,
#mini-icons .languagewrapper a:hover {
	color: #1a0f05;
	background: var(--rodnia-gold);
	transform: translateX(3px);
}

#footer {
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding: 42px 20px 54px;
	border-top: 1px solid var(--rodnia-line);
	background:
		linear-gradient(180deg, rgba(16, 10, 6, 0.86), rgba(5, 3, 2, 0.96)),
		rgba(5, 3, 2, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#copyright {
	width: min(1100px, calc(100vw - 32px));
	margin: 0 auto;
	color: var(--rodnia-text);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 14px;
}

.footer_wordmark {
	display: inline-block;
	margin-bottom: 18px;
	color: #fff0bd;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: clamp(42px, 7vw, 78px);
	line-height: 0.9;
	text-shadow:
		0 2px 0 #4f2a10,
		0 18px 36px rgba(0, 0, 0, 0.66);
}

#copyright .footerMenu {
	width: 100%;
	margin: 28px auto 0;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	text-align: left;
}

ul.footerColumn {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

ul.footerColumn h5 {
	color: var(--rodnia-gold-soft);
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 19px;
	line-height: 1;
	text-transform: none;
}

#footer a,
#copyright .footerMenu a,
#copyright a {
	color: rgba(217, 200, 160, 0.74);
	font-family: "Rodnia Text", Georgia, serif;
	font-size: 14px;
}

#footer a:hover,
#copyright a:hover {
	color: #fff0bd !important;
}

.credits {
	float: none;
	margin: 22px 0 0;
	color: var(--rodnia-muted);
	font-family: "Rodnia Text", Georgia, serif;
}

.credits ul {
	float: none !important;
	margin: 0;
	padding: 0;
}

.credits h5 {
	color: var(--rodnia-gold-soft) !important;
	font-family: "Rodnia Display", "Roboto Slab", Georgia, serif;
	font-size: 20px;
}

.toTop-fon {
	margin: 0 auto 28px;
	background: none;
}

.toTop {
	width: 50px;
	height: 50px;
	border: 1px solid var(--rodnia-line);
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(244, 213, 138, 0.16), rgba(9, 5, 3, 0.84)),
		rgba(9, 5, 3, 0.84);
}

.toTop::before {
	content: "";
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid var(--rodnia-gold-soft);
	border-left: 2px solid var(--rodnia-gold-soft);
	transform: translateY(4px) rotate(45deg);
}

.toTop:hover {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 28px rgba(214, 167, 74, 0.28);
}

.modal-content {
	color: var(--rodnia-text);
}

.modal-header {
	border-bottom: 1px solid var(--rodnia-line);
}

.modal-body iframe {
	max-width: 100%;
}

.table td,
.table th {
	border-top: 1px solid rgba(214, 167, 74, 0.14);
	color: var(--rodnia-text);
}

.alert {
	border-radius: var(--rodnia-radius);
	border-color: var(--rodnia-line);
	background: rgba(9, 5, 3, 0.82);
	color: var(--rodnia-text);
}

@keyframes rodnia-hero-cinematic {
	from {
		filter: brightness(0.9) saturate(1.04);
		transform: scale(1.02) translate3d(0, 0, 0);
	}

	to {
		filter: brightness(1.04) saturate(1.12);
		transform: scale(1.07) translate3d(-1.2%, -0.8%, 0);
	}
}

@keyframes rodnia-event-sheen {
	from {
		opacity: 0.38;
		transform: translate3d(-34%, 0, 0);
	}

	to {
		opacity: 0.8;
		transform: translate3d(34%, 0, 0);
	}
}

@keyframes rodnia-event-pulse {
	from {
		opacity: 0.6;
		transform: scale(0.92);
	}

	to {
		opacity: 1;
		transform: scale(1.08);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.rodnia-ambient-bg::before {
		animation: rodnia-light-breath 14s var(--rodnia-ease-in-out) infinite alternate;
	}

	.rodnia-server-events::after {
		animation: rodnia-event-sheen 7.5s var(--rodnia-ease-in-out) infinite alternate;
	}

	.rodnia-server-event.is-active::before,
	.rodnia-event-status::before {
		animation: rodnia-event-pulse 1.45s var(--rodnia-ease) infinite alternate;
	}

	.rodnia-particle-layer-far {
		animation: rodnia-particles-far 36s linear infinite;
	}

	.rodnia-particle-layer-near {
		animation: rodnia-particles-near 24s linear infinite;
	}

	.rodnia-ember-layer {
		animation: rodnia-embers-rise 18s linear infinite;
	}

	.rodnia-mist-layer {
		animation: rodnia-mist-drift 28s var(--rodnia-ease-in-out) infinite alternate;
	}

	.rodnia-hero-inner::before {
		animation: rodnia-hero-sparks 20s linear infinite;
	}

	.rodnia-hero::after {
		animation: rodnia-golden-aura 8s var(--rodnia-ease-in-out) infinite alternate;
	}

	@keyframes rodnia-golden-aura {
		from {
			opacity: 0.32;
			transform: translate3d(0, 1%, 0) scale(0.98);
		}

		to {
			opacity: 0.58;
			transform: translate3d(-1.5%, -1.5%, 0) scale(1.04);
		}
	}

	.rodnia-metin-cluster span {
		animation: rodnia-metin-float 7s var(--rodnia-ease-in-out) infinite alternate;
	}

	.rodnia-metin-cluster span:nth-child(2) {
		animation-delay: -2s;
	}

	.rodnia-metin-cluster span:nth-child(3) {
		animation-delay: -4s;
	}

	.rodnia-kicker,
	.rodnia-hero h1,
	.rodnia-hero p,
	.rodnia-hero-actions,
	.rodnia-war-panel,
	.slider-topper-wrapper,
	.news-area,
	.sidebar > * {
		animation: rodnia-rise 900ms var(--rodnia-ease) both;
	}

	.rodnia-kicker {
		animation-delay: 80ms;
	}

	.rodnia-hero h1 {
		animation-delay: 140ms;
	}

	.rodnia-hero p {
		animation-delay: 210ms;
	}

	.rodnia-hero-actions {
		animation-delay: 280ms;
	}

	.rodnia-war-panel {
		animation-delay: 180ms;
	}

	.sidebar > *:nth-child(2) {
		animation-delay: 90ms;
	}

	.sidebar > *:nth-child(3) {
		animation-delay: 150ms;
	}

	@keyframes rodnia-rise {
		from {
			opacity: 0;
			transform: translateY(28px);
			filter: blur(7px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
			filter: blur(0);
		}
	}

	@keyframes rodnia-light-breath {
		from {
			opacity: 0.62;
			transform: scale(1) translate3d(0, 0, 0);
		}

		to {
			opacity: 0.95;
			transform: scale(1.04) translate3d(-1.5%, -1%, 0);
		}
	}

	@keyframes rodnia-particles-far {
		from {
			transform: translate3d(0, 0, 0);
		}

		to {
			transform: translate3d(-6%, -8%, 0);
		}
	}

	@keyframes rodnia-particles-near {
		from {
			opacity: 0.62;
			transform: translate3d(0, 0, 0);
		}

		50% {
			opacity: 0.82;
		}

		to {
			opacity: 0.62;
			transform: translate3d(7%, -11%, 0);
		}
	}

	@keyframes rodnia-embers-rise {
		from {
			opacity: 0.34;
			transform: translate3d(0, 8%, 0);
		}

		36% {
			opacity: 0.66;
		}

		to {
			opacity: 0.3;
			transform: translate3d(-4%, -12%, 0);
		}
	}

	@keyframes rodnia-mist-drift {
		from {
			opacity: 0.22;
			transform: translate3d(-2%, 0, 0) scale(1);
		}

		to {
			opacity: 0.36;
			transform: translate3d(3%, -2%, 0) scale(1.03);
		}
	}

	@keyframes rodnia-hero-sparks {
		from {
			opacity: 0.4;
			transform: translate3d(0, 4%, 0);
		}

		45% {
			opacity: 0.64;
		}

		to {
			opacity: 0.4;
			transform: translate3d(5%, -8%, 0);
		}
	}

	@keyframes rodnia-metin-aura {
		from {
			opacity: 0.28;
			transform: translate3d(0, 0, 0) rotate(-4deg) scale(0.96);
		}

		to {
			opacity: 0.46;
			transform: translate3d(-2%, -2%, 0) rotate(3deg) scale(1.03);
		}
	}

	@keyframes rodnia-metin-float {
		from {
			filter: brightness(0.92) saturate(1.04);
			transform: translate3d(0, 0, 0) rotate(var(--metin-rotation));
		}

		to {
			filter: brightness(1.18) saturate(1.14);
			transform: translate3d(-5%, -6%, 0) rotate(calc(var(--metin-rotation) + 5deg));
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	.rodnia-particle-layer,
	.rodnia-ember-layer,
	.rodnia-mist-layer,
	.rodnia-hero-inner::before,
	.rodnia-hero::after,
	.rodnia-server-events::after,
	.rodnia-server-event.is-active::before,
	.rodnia-event-status::before,
	.rodnia-metin-cluster span {
		animation: none;
		transform: none;
	}

	.rodnia-particle-layer-far {
		opacity: 0.22;
	}

	.rodnia-particle-layer-near {
		opacity: 0.3;
	}

	.rodnia-ember-layer,
	.rodnia-mist-layer {
		opacity: 0.2;
	}

	.rodnia-hero-inner::before {
		opacity: 0.08;
	}

	.rodnia-particle-canvas {
		opacity: 0.34;
		filter: saturate(1.1) contrast(1.02);
	}

	.rodnia-hero-particle-canvas {
		opacity: 0.42;
	}

	.rodnia-gif-particle-layer {
		display: none;
	}
}

@media (max-width: 1100px) {
	.top-panel {
		position: relative;
		top: 0;
		padding: 12px 0 0;
	}

	.top-panel-container {
		width: min(760px, calc(100vw - 24px));
		border-radius: var(--rodnia-radius);
	}

	.menu {
		gap: 2px;
	}

	.menu li a {
		padding: 10px 12px;
		font-size: 12px;
	}

	.rodnia-hero {
		min-height: auto;
		padding-top: 54px;
		padding-bottom: 112px;
		margin-bottom: -62px;
	}

	.rodnia-hero-inner {
		grid-template-columns: 1fr;
	}

	.rodnia-war-panel {
		max-width: 620px;
	}

	.rodnia-main-grid {
		grid-template-columns: 1fr;
	}

	.sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	.sidebar .top-lists-wrapper,
	.sidebar > a {
		grid-column: 1 / -1;
	}

	#mini-icons {
		display: none;
	}
}

@media (max-width: 760px) {
	body {
		font-size: 15px;
	}

	.leaves-2,
	.leaves-3,
	.leaves-4,
	.leaves-5 {
		display: none;
	}

	.top-panel-container,
	.rodnia-shell,
	.wrapper,
	#wrapper,
	.rodnia-hero-inner,
	#copyright {
		width: min(100% - 24px, 1180px);
	}

	.top-panel-container {
		flex-direction: column;
		align-items: stretch;
	}

	.menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rodnia-language-switch {
		align-self: center;
		margin-top: 6px;
	}

	.menu li,
	.menu li a {
		width: 100%;
	}

	.menu li a {
		text-align: center;
	}

	.dropdown-content {
		left: 0;
		right: auto;
	}

	.rodnia-hero {
		padding: 40px 12px 96px;
		margin-bottom: -48px;
	}

	.rodnia-hero::after {
		width: 86vw;
		opacity: 0.18;
	}

	.rodnia-hero h1 {
		max-width: 100%;
		font-size: clamp(42px, 12vw, 54px);
		overflow-wrap: anywhere;
	}

	.rodnia-hero p {
		max-width: 100%;
		font-size: 17px;
	}

	.rodnia-hero-actions {
		align-items: stretch;
	}

	.rodnia-btn {
		width: 100%;
	}

	.rodnia-war-panel-core {
		min-height: 330px;
	}

	.rodnia-panel-grid {
		grid-template-columns: 1fr;
	}

	.rodnia-panel-grid div:first-child {
		grid-row: auto;
		min-height: 120px;
	}

	#content {
		padding: 28px 0 76px;
	}

	.news-area,
	.login-area,
	.sidebar .online-stats,
	.top-lists-wrapper .top-list.metins,
	.post.fade_in.article {
		padding: 16px;
	}

	.sidebar {
		grid-template-columns: 1fr;
	}

	.slider-topper-wrapper .carousel-item > a {
		min-height: 150px;
	}

	#filters {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	#button_news,
	#button_news_active {
		width: 100%;
	}

	.sidebar .online-stats {
		grid-template-columns: 1fr;
	}

	#copyright .footerMenu {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.modal-dialog {
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
		margin: 12px auto;
	}

	.modal-body iframe {
		width: 100% !important;
	}
}

@media (max-width: 340px) {
	.menu {
		grid-template-columns: 1fr;
	}

	.rodnia-kicker,
	.rodnia-panel-crown {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.rodnia-panel-title {
		max-width: 100%;
	}

	#copyright .footerMenu {
		grid-template-columns: 1fr;
		text-align: center;
	}
}
