:root {
	--body-min-width: 20rem;
	--body-max-width: 100%;
	--body-background-color-rgb: #0d0502;
	--body-background-color: 13, 5, 2;
	--content-bg-rgb: #f2f2ef;
	--content-bg: 242, 242, 239;
	--container-width: 87.5rem;
	--font-0: "Spectral", "Times New Roman", Times, serif;
	--font-1: "Philosopher", "Open Sans", Tahoma, Arial, sans-serif;
	--font-2: "Montserrat", Arial, sans-serif;
	--font-3: "Alice", "Times New Roman", Times, serif;
	--font-ico: "gwi";
	--color-light-rgb: #e8d1a6;
	--color-light: 232, 209, 166;
	--color-dark-rgb: #000;
	--color-dark: 0, 0, 0;
	--color-red-rgb: #ff3b3b;
	--color-red: 255, 59, 59;
	--color-yellow-rgb: #ff0;
	--color-yellow: 255, 255, 0;
	--color-orange-rgb: orange;
	--color-orange: 255, 165, 0;
	--color-pink-rgb: pink;
	--color-pink: 255, 192, 203;
	--color-purple-rgb: purple;
	--color-purple: 128, 0, 128;
	--color-blue-rgb: #4484d8;
	--color-blue: 68, 132, 216;
	--color-green-rgb: #43f843;
	--color-green: 67, 248, 67;
	--color-grey-rgb: grey;
	--color-grey: 128, 128, 128;
	--color-white-rgb: #fff;
	--color-white: 255, 255, 255;
	--color-black-rgb: #000;
	--color-black: 0, 0, 0;
	--color-brown-rgb: brown;
	--color-brown: 165, 42, 42;
	--color-aqua-rgb: #0ff;
	--color-aqua: 0, 255, 255;
	--color-0-rgb: #ffe9d3;
	--color-0: 255, 233, 211;
	--color-1-rgb: #fff;
	--color-1: 255, 255, 255;
	--color-2-rgb: #ffba63;
	--color-2: 255, 186, 99;
	--color-3-rgb: #fff;
	--color-3: #fff;
	--color-4-rgb: #fff;
	--color-4: #fff;
	--color-5-rgb: #fff;
	--color-5: #fff;
	--color-6-rgb: #fff;
	--color-6: #fff;
	--color-7-rgb: #fff;
	--color-7: #fff;
	--color-8-rgb: #fff;
	--color-8: #fff;
	--color-9-rgb: #fff;
	--color-9: #fff;
	--color-accent-rgb: #ffba70;
	--color-accent: 255, 186, 112;
	--color-accent-hover-rgb: #ff8f17;
	--color-accent-hover: 255, 143, 23;
	--color-accent-2-rgb: #f80;
	--color-accent-2: 255, 136, 0;
	--color-accent-2-hover-rgb: #f80;
	--color-accent-2-hover: 255, 136, 0;
	--color-url-rgb: #ffba70;
	--color-url: 255, 186, 112;
	--color-url-hover-rgb: #ff9b31;
	--color-url-hover: 255, 155, 49;
	--input-width: auto;
	--input-height: 3.125rem;
	--input-bg: #18130d;
	--input-border: 1px solid #482e1e;
	--input-border-radius: 0.625rem;
	--input-color: #ffba70;
	--input-text-align: left;
	--input-font-family: var(--font-0);
	--input-font-size: 1rem;
	--input-font-weight: 400;
	--input-padding: 0.1875rem 0.625rem;
	--input-box-shadow: none;
	--input-outline: none;
	--input-disabled-bg: #3d3d3d;
	--input-placeholder-color: #81674e;
	--input-placeholder-color-focus: transparent;
	--input-focus-width: var(--input-width);
	--input-focus-height: var(--input-height);
	--input-focus-bg: var(--input-bg);
	--input-focus-border: var(--input-border);
	--input-focus-border-radius: var(--input-border-radius);
	--input-focus-color: var(--input-color);
	--input-focus-text-align: var(--input-text-align);
	--input-focus-font-family: var(--input-font-family);
	--input-focus-font-size: var(--input-font-size);
	--input-focus-font-weight: var(--input-font-weight);
	--input-focus-padding: var(--input-padding);
	--input-focus-box-shadow: var(--input-box-shadow);
	--input-focus-outline: var(--input-outline);
	--input-focus-disabled-bg: var(--input-disabled-bg);
	--margin: 0.625rem;
	--margin-x2: calc(var(--margin * 2));
	--margin-half: calc(var(--margin)/2);
	--margin-third: calc(var(--margin)/3);
	--negative-margin: calc(var(--margin)*-1);
	--border-radius: 0.3125rem;
	--border-width: 1px;
	--border-type: solid;
	--border-color: rgba(255, 178, 111, 0.14);
	--border: var(--border-width) var(--border-type) var(--border-color);
	--shadow: 0px 0.4375rem 3.375rem rgba(36, 30, 10, 0.1);
	--thumb-url: url(../images/thumb.jpg);
	--arrow-down: url(../images/icons/arrow-down.svg);
	--arrow-down-width: 1rem;
	--arrow-down-height: 0.625rem;
	--icon-play: url(../images/icons/play.png);
	--table-heading-bg: #727272;
	--table-bg: #c9c9c9;
	--table-border-width: 1px;
	--table-border-type: solid;
	--table-border-color: rgba(59, 59, 59, 0.21);
	--tippy-bg-color: #fff;
	--tippy-text-color: rgba(var(--color-1), 1);
	--tippy-font-size: 0.875rem;
	--tippy-border-radius: 0.625rem;
	--tippy-border-color: #f1c93c
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-color: rgba(0, 0, 0, .15)
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -.125rem
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

img {
	border-style: none;
	display: inline-block
}

iframe,
img,
video {
	max-width: 100%
}

a {
	background-color: transparent;
	color: #ffba70;
	color: rgba(var(--color-url), 1);
	transition-duration: .2s;
	transition-property: opacity, color, background-color;
	outline: 0;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

a:active,
a:focus {
	outline: 0
}

::-webkit-input-placeholder {
	color: #81674e;
	color: var(--input-placeholder-color);
	opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
	color: #81674e;
	color: var(--input-placeholder-color);
	opacity: 1
}

:-ms-input-placeholder {
	color: #81674e;
	color: var(--input-placeholder-color);
	opacity: 1
}

:focus::-webkit-input-placeholder {
	color: transparent;
	color: var(--input-placeholder-color-focus)
}

:focus:-moz-placeholder,
:focus::-moz-placeholder {
	color: transparent;
	color: var(--input-placeholder-color-focus)
}

:focus:-ms-input-placeholder {
	color: transparent;
	color: var(--input-placeholder-color-focus)
}

[class*=" gwi_"]:before,
[class^=gwi_]:before {
	margin: 0;
	width: auto
}

ol,
ul {
	padding-left: 1.375em;
	margin: .625em 0
}

table {
	border: 1px solid rgba(59, 59, 59, .21);
	border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
	border-collapse: collapse;
	background-color: #141210;
	border-radius: .125rem;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1)
}

td,
th {
	border: 1px solid rgba(255, 178, 111, .14);
	border: var(--border);
	padding: .625em 1em
}

th {
	color: #ed9f4d;
	background-color: #201a16;
	font-weight: 700
}

tr:where(:nth-child(odd)) {
	background-color: #1b1916
}

::-webkit-scrollbar {
	width: max(.375rem, .375rem);
	height: max(.125rem, .125rem);
	background-color: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb {
	background-color: #6b4725
}

::-webkit-scrollbar-thumb:hover {
	background-color: #9b6635
}

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	font-size: 100%;
	font-weight: 400;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	cursor: default
}

.section-slider-active [data-section=navigation] {
	margin-right: 0 !important
}

body {
	top: 0 !important;
	position: relative !important;
	z-index: 0;
	overflow-x: clip;
	margin: 0;
	background-color: #0d0502;
	background-color: rgba(var(--body-background-color), 1);
	background-image: none;
	background-size: auto;
	background-position: 50%;
	background-repeat: no-repeat
}

.page,
body {
	min-height: 100vh;
	min-height: 100dvh;
	min-width: 20rem;
	min-width: var(--body-min-width);
	display: flex;
	flex-direction: column
}

.page {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	max-width: var(--body-max-width);
	flex-grow: 1;
	transition: all .3s
}

.page,
.section {
	position: relative;
	z-index: 2;
	box-sizing: border-box
}

.section {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.container {
	max-width: 90rem;
	max-width: calc(var(--container-width) + var(--margin)*4);
	width: 100%;
	min-width: 0;
	padding-right: 1.25rem;
	padding-right: calc(var(--margin)*2);
	padding-left: 1.25rem;
	padding-left: calc(var(--margin)*2);
	position: relative;
	z-index: 2;
	box-sizing: border-box
}

.container_fluid {
	max-width: 100%
}

.spacer {
	flex-grow: 1;
	min-height: 12.5rem
}

.compensate-navigation {
	height: 4.375rem;
	height: var(--navigation-height);
	box-sizing: border-box
}

.decline {
	height: .125rem;
	background-color: #626262;
	-webkit-mask: linear-gradient(90deg, transparent 0, #000 12.5rem, #000 calc(100% - 12.5rem), transparent);
	mask: linear-gradient(90deg, transparent 0, #000 12.5rem, #000 calc(100% - 12.5rem), transparent)
}

.decline_pos_bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px
}

.decline_pos_top {
	position: absolute;
	left: 0;
	right: 0;
	top: -1px
}

.link {
	text-decoration: underline;
	color: currentColor
}

.link:hover,
.link_tdn {
	text-decoration: none
}

.link_hover_tdu:hover {
	text-decoration: underline
}

[data-tab] {
	display: none;
	opacity: 0;
	-webkit-animation: tab 1s ease forwards;
	animation: tab 1s ease forwards
}

@-webkit-keyframes tab {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes tab {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.scroll {
	overflow-x: auto;
	scrollbar-width: none
}

.scroll::-webkit-scrollbar {
	width: max(.3125rem, .3125rem);
	height: max(.75rem, .75rem);
	border-bottom: .3125rem solid #212023;
	background-color: transparent
}

.scroll::-webkit-scrollbar-thumb {
	background-color: transparent;
	height: max(.3125rem, .3125rem);
	width: max(.3125rem, .3125rem);
	border-top: max(.5rem, .5rem);
	border-bottom: solid orange;
	border-bottom: max(.3125rem, .3125rem) solid rgba(var(--color-orange), 1)
}

.author {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	font-size: .75rem;
	color: rgba(#fff, 1);
	color: rgba(var(--color-4), 1);
	text-decoration: none;
	transition: all .2s
}

[href].author:hover {
	color: #fff;
	color: rgba(var(--color-1), 1)
}

.author__logo_ml {
	margin-left: .1875rem
}

.auth {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 2.5rem;
	gap: 2.5rem
}

.auth__btn {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: none;
	transition: all .2s;
	text-transform: uppercase
}

.auth__btn:hover,
.title {
	color: #ffba70;
	color: rgba(var(--color-accent), 1)
}

.title {
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.1;
	margin: 0
}

.title_size_small {
	font-size: 1.75rem
}

.subtitle {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin: 0
}

.subtitle_size_small {
	font-size: .875rem
}

.ttl {
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	color: #ffba70;
	color: rgba(var(--color-accent), 1);
	margin: 0;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.ttl_mt {
	margin-top: 1rem
}

.ttl_mb {
	margin-bottom: 1rem
}

.ttl_size_large {
	font-size: 1.5rem
}

.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.heading_mb {
	margin-bottom: 2.5rem
}

.heading_mt {
	margin-top: 2.5rem
}

.caption {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	grid-gap: .75rem;
	gap: .75rem
}

.caption_mt {
	margin-top: 1rem
}

.caption_mt_large {
	margin-top: 1.375rem
}

.caption_mb {
	margin-bottom: 1rem
}

.caption_mb_large {
	margin-bottom: 1.375rem
}

.list {
	padding-left: 0;
	list-style-type: none;
	display: grid;
	grid-gap: 1.125rem;
	gap: 1.125rem
}

.list li {
	position: relative;
	z-index: 0;
	padding-left: 1.75rem
}

.list li:before {
	content: "";
	background-color: #ffba70;
	background-color: rgba(var(--color-accent), 1);
	background-image: none;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: .5rem;
	left: 0;
	width: .5625rem;
	height: .5625rem;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%)
}

.itm {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	grid-gap: .5rem;
	gap: .5rem
}

.itm__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	margin: 0;
	text-transform: uppercase
}

.itm__box {
	padding-top: .3125rem
}

.cover {
	width: 100%;
	display: block;
	border-radius: .3125rem;
	border-radius: var(--border-radius)
}

.cover_mb {
	margin-bottom: 1rem
}

.tbl {
	background-color: #f2f0ed;
	border-radius: .375rem;
	box-sizing: border-box;
	padding: .375rem .625rem;
	font-family: Philosopher, Open Sans, Tahoma, Arial, sans-serif;
	font-family: var(--font-1);
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 100%;
	overflow-x: auto
}

.tbl__table {
	width: 100%;
	border: 0;
	color: #454545
}

.tbl__table,
.tbl__tr {
	background: transparent
}

.tbl__tr:where(:nth-child(2n)) {
	display: table-row;
	border: 0;
	position: relative;
	z-index: 0
}

.tbl__tr:where(:nth-child(2n)):after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #e3dfda;
	border-radius: .25rem
}

.tbl__td {
	border: 0;
	padding: .375rem .625rem
}

.tbl__td_mobile_hide {
	display: none
}

.tblbox {
	max-width: 100%;
	overflow: auto;
	min-width: 0
}

.tblbox>table {
	width: 100%;
	min-width: 56.25rem
}

.play {
	flex-shrink: 0;
	width: 3.125rem;
	height: 3.125rem;
	background-color: transparent;
	background-image: url(../images/icons/play.png);
	background-image: var(--icon-play);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 1.25rem rgba(196, 170, 148, .6))
}

.back-wrap {
	text-align: center;
	margin-bottom: .5rem
}

.back,
.back-wrap {
	display: flex;
	justify-content: center;
	align-items: center
}

.back {
	grid-gap: .375rem;
	gap: .375rem;
	text-decoration: none;
	color: rgba(var(--color-accent-0), 1);
	font-size: 1.375rem;
	font-weight: 400;
	transition: all .2s
}

.back:hover {
	color: #ffba70;
	color: rgba(var(--color-accent), 1)
}

.back__ico {
	font-size: .9em
}

.back__ico:after {
	content: "←";
	font-style: normal
}

[type=button],
[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=file],
[type=image],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
	box-sizing: border-box;
	transition: none;
	width: auto;
	width: var(--input-width);
	height: 3.125rem;
	height: var(--input-height);
	background-color: #18130d;
	background-color: var(--input-bg);
	border: 1px solid #482e1e;
	border: var(--input-border);
	border-radius: .625rem;
	border-radius: var(--input-border-radius);
	padding: .1875rem .625rem;
	padding: var(--input-padding);
	color: #ffba70;
	color: var(--input-color);
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--input-font-family);
	font-size: 1rem;
	font-size: var(--input-font-size);
	line-height: 1rem;
	line-height: var(--input-font-size);
	font-weight: 400;
	font-weight: var(--input-font-weight);
	text-align: left;
	text-align: var(--input-text-align);
	outline: none;
	outline: var(--input-outline);
	box-shadow: none;
	box-shadow: var(--input-box-shadow);
	min-width: 0
}

textarea {
	height: 4.375rem;
	resize: none;
	max-height: 4.375rem;
	text-align: left;
	padding: .3125rem .625rem;
	line-height: 1.125rem;
	line-height: calc(var(--input-font-size) + .125rem)
}

textarea:focus {
	height: auto;
	max-height: none;
	resize: vertical
}

[type=button]:focus,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=file]:focus,
[type=image]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=reset]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus {
	box-sizing: border-box;
	transition: none;
	width: auto;
	width: var(--input-focus-width);
	height: 3.125rem;
	height: var(--input-focus-height);
	background-color: #18130d;
	background-color: var(--input-focus-bg);
	border: 1px solid #482e1e;
	border: var(--input-focus-border);
	border-radius: .625rem;
	border-radius: var(--input-focus-border-radius);
	padding: .1875rem .625rem;
	padding: var(--input-focus-padding);
	color: #ffba70;
	color: var(--input-focus-color);
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--input-focus-font-family);
	font-size: 1rem;
	font-size: var(--input-focus-font-size);
	line-height: 1rem;
	line-height: var(--input-focus-font-size);
	font-weight: 400;
	font-weight: var(--input-focus-font-weight);
	text-align: left;
	text-align: var(--input-focus-text-align);
	outline: none;
	outline: var(--input-focus-outline);
	box-shadow: none;
	box-shadow: var(--input-focus-box-shadow);
	min-width: 0
}

option {
	background-color: #482e1e;
	color: #ffba70;
	color: var(--input-color);
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--input-font-family);
	font-size: 1rem;
	font-size: var(--input-font-size);
	font-weight: 400;
	font-weight: var(--input-font-weight);
	text-align: left
}

option:hover {
	color: #000;
	background-color: #313131
}

.checkbox {
	display: flex;
	align-items: flex-start;
	font-size: 1rem;
	line-height: 1;
	color: #fff
}

.checkbox__label {
	height: 1.25rem;
	display: inline-flex;
	align-items: center
}

.checkbox__block,
.checkbox__name {
	margin-right: .625rem
}

.checkbox__block {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	background-color: #18130d;
	background-color: var(--input-bg);
	border: 1px solid #482e1e;
	border: var(--input-border);
	box-sizing: border-box;
	border-radius: .1875rem;
	position: relative;
	cursor: pointer
}

.checkbox__block:after {
	font-family: gwi;
	content: "\e904";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .2s;
	pointer-events: none;
	font-size: 1.125rem;
	color: #ffba70;
	color: rgba(var(--color-accent), 1);
	transform: scale(1.5)
}

.checkbox__input {
	display: none
}

.checkbox__input:checked+.checkbox__block:after {
	opacity: 1;
	transform: scale(1)
}

.checkbox__content {
	padding-top: .1875rem
}

.field {
	position: relative;
	z-index: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	transition: none;
	height: 3.125rem;
	height: var(--input-height);
	background-color: #18130d;
	background-color: var(--input-bg);
	border: 1px solid #482e1e;
	border: var(--input-border);
	border-radius: .625rem;
	border-radius: var(--input-border-radius);
	padding: 0;
	color: #ffba70;
	color: var(--input-color);
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--input-font-family);
	font-size: 1rem;
	font-size: var(--input-font-size);
	line-height: 1rem;
	line-height: var(--input-font-size);
	font-weight: 400;
	font-weight: var(--input-font-weight);
	text-align: left;
	text-align: var(--input-text-align);
	outline: none;
	outline: var(--input-outline);
	box-shadow: none;
	box-shadow: var(--input-box-shadow);
	min-width: 0
}

.field_inlnie {
	width: auto;
	display: inline-flex
}

.field_mb {
	margin-bottom: 1rem
}

.field_mb_xs {
	margin-bottom: .3125rem
}

.field__input,
.field__input:focus {
	border: 0;
	background-color: transparent;
	flex-grow: 1;
	align-self: stretch;
	height: auto;
	min-width: 0;
	width: auto
}

.field__desc {
	padding: .1875rem .625rem;
	padding: var(--input-padding);
	background: #51372c;
	border: 1px solid #513e2c;
	box-sizing: border-box
}

.field__desc,
.field__pic {
	display: flex;
	justify-content: center;
	align-items: center
}

.field__pic {
	width: 2.5rem;
	flex-shrink: 0;
	font-size: 1.125rem;
	color: #81674e;
	color: var(--input-placeholder-color)
}

.field__bonus {
	font-size: .875rem;
	letter-spacing: .02em;
	color: #ffa114;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .3125rem;
	order: 100
}

.field__bonus~.field__input {
	padding-right: .625rem
}

.field__prefix {
	width: auto;
	min-width: 0;
	padding: 0 .9375rem
}

.field__prefix,
.field__refresh,
.field__refresh:focus {
	height: auto;
	background: #482e1e;
	cursor: pointer;
	border-radius: 0
}

.field__refresh,
.field__refresh:focus {
	width: 1.875rem;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.field__prefix:focus,
.field__prefix:hover,
.field__refresh:focus,
.field__refresh:hover {
	background: #69422a
}

.selection {
	padding-left: 0;
	padding-right: 2.25rem;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url(../images/selection-arrow-down.svg) no-repeat calc(100% - .3125rem) 50%;
	font-size: 1.5rem;
	line-height: 1;
	font-family: var(--font-primary)
}

.preload {
	background-color: #0d0502;
	min-width: 20rem;
	min-width: var(--body-min-width);
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transition: all .5s cubic-bezier(.64, .14, .34, 1.32);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 .625rem
}

.preload__logo {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block
}

.preload_fade {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.4)
}

@-webkit-keyframes preanimateout {
	0% {
		transform: translate(-50%, -50%) scale(1)
	}

	to {
		transform: translate(-50%, -50%) scale(0)
	}
}

@keyframes preanimateout {
	0% {
		transform: translate(-50%, -50%) scale(1)
	}

	to {
		transform: translate(-50%, -50%) scale(0)
	}
}

.preload__progress {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 0;
	height: .3125rem;
	background: #c8816b
}

.preload__items {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 1.25rem;
	gap: 1.25rem;
	margin-top: .9375rem
}

.preload__item {
	width: .875rem;
	height: .875rem;
	background: #a7562e;
	border-radius: 50%;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

[data-gw-anime] {
	opacity: 0;
	transition: all 1s
}

[data-gw-anime-custom] {
	opacity: 1
}

.zoomIn {
	-webkit-animation: zoomIn 1s ease forwards;
	animation: zoomIn 1s ease forwards
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(.8)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(.8)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.zoomInDown {
	-webkit-animation: zoomInDown 1s ease forwards;
	animation: zoomInDown 1s ease forwards
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale(.8) translateY(-5vh)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale(.8) translateY(-5vh)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.zoomInUp {
	-webkit-animation: zoomInUp 1s ease forwards;
	animation: zoomInUp 1s ease forwards
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale(.8) translateY(5vh)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale(.8) translateY(5vh)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.fadeIn {
	-webkit-animation: fadeIn 1s ease forwards;
	animation: fadeIn 1s ease forwards
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1s ease forwards;
	animation: fadeInLeft 1s ease forwards
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20%)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20%)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 1s ease forwards;
	animation: fadeInRight 1s ease forwards
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20%)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20%)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s ease forwards;
	animation: fadeInUp 1s ease forwards
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(5vh)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(5vh)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 1s ease forwards;
	animation: fadeInDown 1s ease forwards
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-5vh)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-5vh)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.turnRight {
	-webkit-animation: turnRight 1s ease forwards;
	animation: turnRight 1s ease forwards;
	transform-origin: center
}

@-webkit-keyframes turnRight {
	0% {
		opacity: 0;
		transform: translateX(-15%) rotate(-15deg)
	}

	to {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
}

@keyframes turnRight {
	0% {
		opacity: 0;
		transform: translateX(-15%) rotate(-15deg)
	}

	to {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
}

.turLeft {
	-webkit-animation: turLeft 1s ease forwards;
	animation: turLeft 1s ease forwards;
	transform-origin: center
}

@-webkit-keyframes turLeft {
	0% {
		opacity: 0;
		transform: translateX(15%) rotate(15deg)
	}

	to {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
}

@keyframes turLeft {
	0% {
		opacity: 0;
		transform: translateX(15%) rotate(15deg)
	}

	to {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
}

:root {
	--logo-height: auto
}

.logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	flex-shrink: 0
}

.logo__img {
	display: block;
	margin: 0;
	height: auto;
	height: var(--logo-height);
	width: auto
}

.logo__img_hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	width: 100%
}

.logo:hover .logo__img_hover {
	-webkit-animation: logo .3s ease;
	animation: logo .3s ease
}

@-webkit-keyframes logo {
	0% {
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: .3
	}

	to {
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes logo {
	0% {
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: .3
	}

	to {
		transform: scale(1.3);
		opacity: 0
	}
}

.logotype {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: .75rem;
	position: relative;
	z-index: 0
}

.logotype__img {
	display: block;
	transition: all .3s
}

.logotype__img_hover_effect:hover {
	filter: brightness(120%)
}

.logotype__img_hover_animation {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: all .2s;
	pointer-events: none
}

.logotype:hover .logotype__img_hover_animation {
	-webkit-animation: logotype .3s ease;
	animation: logotype .3s ease
}

@-webkit-keyframes logotype {
	0% {
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: .3
	}

	to {
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes logotype {
	0% {
		transform: scale(1);
		opacity: 0
	}

	20% {
		opacity: .3
	}

	to {
		transform: scale(1.2);
		opacity: 0
	}
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	grid-gap: .5rem;
	gap: .5rem;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	flex-shrink: 0;
	font-style: normal;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	font-size: 1rem;
	font-weight: 400;
	cursor: pointer;
	transition: all .2s;
	box-shadow: none;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
	outline: 0;
	background: transparent;
	border: 0;
	line-height: 1;
	padding: .3125rem 1.5rem;
	min-width: 6.25rem;
	min-height: 2.625rem;
	max-width: 100%;
	will-change: transform;
	text-shadow: 0 1px .125rem #000
}

.button:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all .2s;
	background-image: linear-gradient(180deg, #bf8c5b, rgba(79, 53, 28, .8));
	border-radius: .1875rem
}

.button:hover:after {
	filter: brightness(130%)
}

:root {
	--btn-w: 12.5rem;
	--btn-h: 3.125rem;
	--btn-fs: 1rem;
	--btn-scale: 1;
	--btn-img-url: url(../images/btn.png);
	--btn-letter-spacing: 0
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	grid-gap: .5rem;
	gap: .5rem;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	flex-shrink: 0;
	font-style: normal;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	font-size: 1rem;
	font-size: calc(var(--btn-fs)*var(--btn-scale));
	font-weight: 400;
	cursor: pointer;
	transition: all .2s;
	box-shadow: none;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
	outline: 0;
	background: transparent;
	border: 0;
	line-height: 1;
	padding: .3125rem 1.875rem;
	padding: .3125rem calc(1.875rem*var(--btn-scale));
	min-width: 12.5rem;
	min-width: calc(var(--btn-w)*var(--btn-scale));
	height: 3.125rem;
	height: calc(var(--btn-h)*var(--btn-scale));
	max-width: 100%;
	text-wrap: balance;
	letter-spacing: 0;
	letter-spacing: var(--btn-letter-spacing);
	will-change: transform;
	text-shadow: 0 1px .125rem #000;
	filter: drop-shadow(0 .125rem 0 rgba(0, 0, 0, .5)) drop-shadow(0 .1875rem 1.5625rem rgba(255, 188, 100, .3))
}

.btn:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all .2s;
	background-image: url(../images/btn.png);
	background-image: var(--btn-img-url);
	background-size: 100% 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	pointer-events: none;
	filter: grayscale(0) brightness(100%);
	-webkit-clip-path: polygon(calc(100% - .625rem) 0, calc(100% - 2.75rem) 1rem, calc(100% - .5625rem) .3125rem, 100% 50%, calc(100% - .625rem) 100%, .625rem 100%, 1.625rem calc(100% - 1.5rem), .5rem calc(100% - .25rem), 0 50%, .625rem 0);
	clip-path: polygon(calc(100% - .625rem) 0, calc(100% - 2.75rem) 1rem, calc(100% - .5625rem) .3125rem, 100% 50%, calc(100% - .625rem) 100%, .625rem 100%, 1.625rem calc(100% - 1.5rem), .5rem calc(100% - .25rem), 0 50%, .625rem 0)
}

.btn_accent_no:before {
	filter: grayscale(100%) brightness(50%)
}

.btn:hover:before,
.btn_active:before,
[data-open-tab-active=true]:before {
	filter: grayscale(0) brightness(125%)
}

.btn_tt_u {
	text-transform: uppercase
}

.btn_size_small {
	--btn-w: 10rem;
	--btn-h: 2.625rem;
	--btn-fs: 0.875rem
}

.btn_size_large:before {
	-webkit-clip-path: polygon(calc(100% - 1rem) 0, calc(100% - 3.375rem) 1.375rem, calc(100% - .875rem) .375rem, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 1.875rem calc(100% - 1.875rem), .875rem calc(100% - .3125rem), 0 50%, 1rem 0);
	clip-path: polygon(calc(100% - 1rem) 0, calc(100% - 3.375rem) 1.375rem, calc(100% - .875rem) .375rem, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 1.875rem calc(100% - 1.875rem), .875rem calc(100% - .3125rem), 0 50%, 1rem 0)
}

.btn_color_1 {
	--btn-img-url: url(../images/btn/btn_color_1.png);
	filter: drop-shadow(0 .125rem 0 rgba(0, 0, 0, .5)) drop-shadow(0 .1875rem 1.5625rem rgba(255, 255, 255, .3))
}

.lang {
	--lang-img-size: 2.125rem;
	--lang-list-offset: 1rem;
	width: auto;
	padding-right: 1rem;
	position: relative;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	font-size: 1.125rem;
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0)
}

.lang,
.lang__current {
	box-sizing: border-box;
	flex-shrink: 0
}

.lang__current {
	display: grid;
	grid-auto-flow: column;
	justify-content: flex-start;
	align-items: center;
	grid-gap: .5rem;
	gap: .5rem;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
	grid-template-columns: var(--lang-img-size) 1fr;
	line-height: 1;
	text-decoration: none;
	padding: 1px 0;
	width: 100%
}

.lang__current-img {
	border-radius: 50%;
	transition: all .3s;
	display: block
}

.lang__current:after {
	display: block;
	content: "";
	background-color: transparent;
	background-image: url(../images/arrow-down.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: .625rem;
	height: .375rem;
	color: #878076;
	font-size: .75rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none
}

.lang__current:after,
.lang__link {
	transition: all .3s;
	cursor: pointer
}

.lang__link {
	display: grid;
	grid-auto-flow: column;
	justify-content: flex-start;
	align-items: center;
	grid-gap: .5rem;
	gap: .5rem;
	overflow: hidden;
	grid-template-columns: var(--lang-img-size) 1fr;
	flex-shrink: 0;
	line-height: 1.31;
	text-decoration: none;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	padding: .3125rem 0 .3125rem .625rem;
	width: 100%;
	box-sizing: border-box
}

.lang__link:hover {
	opacity: 1
}

.lang__name {
	display: none;
	flex-shrink: 0
}

.lang__img {
	display: block;
	height: var(--lang-img-size);
	width: var(--lang-img-size);
	flex-shrink: 0;
	border: .3125rem solid rgba(255, 178, 111, .14);
	box-sizing: border-box;
	border-radius: 50%
}

.lang__link_sub:hover {
	background-color: hsla(0, 0%, 100%, .04)
}

.lang__list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transform: translateY(0);
	box-sizing: border-box;
	position: absolute;
	top: calc(100% + var(--lang-list-offset));
	left: -.6875rem;
	width: calc(100% + 1.375rem);
	padding: .3125rem 0;
	border-radius: .1875rem;
	-webkit-backdrop-filter: blur(.1875rem);
	backdrop-filter: blur(.1875rem);
	background: rgba(13, 8, 5, .8);
	border: 1px solid rgba(255, 178, 111, .14)
}

.lang__list:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: var(--lang-list-offset)
}

.lang:hover .lang__list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.points {
	display: none
}

.mdl {
	max-width: 72.5rem;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	padding: 0;
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0);
	filter: drop-shadow(0 2rem 8rem rgba(255, 188, 100, .16))
}

.mdl__close {
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	background-size: contain;
	border-radius: 50%;
	z-index: 20;
	top: .625rem;
	right: .625rem
}

.mdl__close,
.mdl__close:after,
.mdl__close:before {
	display: block;
	transition: all .3s;
	position: absolute
}

.mdl__close:after,
.mdl__close:before {
	content: "";
	background: #9a8771;
	top: calc(50% - 1px);
	left: 0;
	right: 0;
	height: .125rem;
	border-radius: 0
}

.mdl__close:before {
	transform: rotate(-45deg)
}

.mdl__close:after {
	transform: rotate(45deg)
}

.mdl__close:hover:after,
.mdl__close:hover:before {
	filter: brightness(120%);
	transform: rotate(0)
}

.mdl__inner {
	background-color: #111;
	background-image: url(../images/bg_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: .375rem;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	width: 100%;
	padding: 1.875rem 1rem;
	box-shadow: inset 0 0 3.125rem rgba(255, 179, 93, .1)
}

.mdl__body,
.mdl__inner {
	background-position: 50%;
	box-sizing: border-box;
	border: 0
}

.mdl__body {
	background-size: auto;
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	border-radius: 0
}

.fancybox-container {
	z-index: 666 !important
}

.fancybox-content {
	padding: 0;
	background: transparent
}

.fancybox-bg {
	background: #0d0906
}

.fancybox-is-open .fancybox-bg {
	opacity: .8
}

.gw-modal-close {
	display: none
}

.fancybox-is-open .mdl_animated {
	-webkit-animation: modalIn .5s ease;
	animation: modalIn .5s ease
}

.fancybox-is-closing .mdl_animated {
	-webkit-animation: modalout .5s ease;
	animation: modalout .5s ease
}

@-webkit-keyframes modalIn {
	0% {
		opacity: 0;
		transform: scale(1.2)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes modalIn {
	0% {
		opacity: 0;
		transform: scale(1.2)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@-webkit-keyframes modalout {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(.8)
	}
}

@keyframes modalout {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(.8)
	}
}

.arrow {
	background-color: transparent;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 3.5rem;
	height: 4.25rem;
	flex-shrink: 0;
	cursor: pointer;
	transition: all .3s
}

.arrow:hover {
	filter: brightness(120%)
}

.arrow_prev {
	background-image: url(../images/arrow-prev.svg)
}

.arrow_next {
	background-image: url(../images/arrow-next.svg)
}

.arrow.swiper-button-disabled {
	opacity: .3;
	pointer-events: none
}

.arrows {
	grid-gap: 2.5rem;
	gap: 2.5rem
}

.arrows,
.dots {
	display: flex;
	justify-content: center;
	align-items: center
}

.dots {
	grid-gap: .625rem;
	gap: .625rem;
	width: auto !important
}

.dot {
	width: 1.25rem;
	height: 1.25rem;
	box-sizing: border-box;
	opacity: 1;
	cursor: pointer;
	flex-shrink: 0;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	background-image: url(../images/swiper/dot.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.dot_active {
	background-image: url(../images/swiper/dot-active.svg);
	filter: drop-shadow(0 0 .6875rem #5865f2)
}

.control__arrow {
	margin-bottom: 1.5625rem
}

.control__arrow_prev {
	margin-right: .625rem
}

.control__arrow_next {
	margin-left: .625rem
}

.server {
	--server-status-color: var(--color-red);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 1rem;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	line-height: 1
}

[data-server-status=on] {
	--server-status-color: var(--color-green)
}

.server__status {
	flex-shrink: 0;
	width: 1.125rem;
	height: 1.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(var(--server-status-color), .4);
	border-radius: 50%;
	margin-right: .625rem
}

.server__status:after {
	display: block;
	content: "";
	width: .5rem;
	height: .5rem;
	background-color: rgba(var(--server-status-color), 1);
	border-radius: 50%
}

.server__count {
	position: relative;
	z-index: 0;
	margin-left: .375rem;
	color: rgba(var(--server-status-color), 1)
}

.server__count-hide {
	opacity: 0;
	pointer-events: none
}

.server__count-visible {
	position: absolute;
	left: 0;
	top: 0
}

.servers-desktop {
	position: absolute;
	top: 5.25rem;
	left: 1.25rem;
	z-index: 10;
	display: grid;
	grid-gap: .625rem;
	gap: .625rem
}

.downloads__list {
	padding: 1.5625rem 0;
	display: grid
}

.downloads__box,
.downloads__list {
	box-sizing: border-box;
	grid-gap: 1.25rem;
	gap: 1.25rem
}

.downloads__box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	background-color: hsla(0, 0%, 100%, .04);
	border-radius: .25rem;
	position: relative;
	z-index: 0;
	padding: 1rem 1.25rem
}

.downloads__title {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1
}

.downloads__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: .625rem;
	gap: .625rem
}

.downloads__button {
	min-width: 10rem
}

.downloads__invite {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.25rem
}

.spoiler {
	--spoiler-container-rows: 0fr;
	--spoiler-container-opacity: 0;
	--spoiler-container-maring: 0 0;
	--spoiler-container-padding: 0 1rem;
	--spoiler-bgc-heading: #201a16;
	--spoiler-transition: 0.3s all;
	--spoiler-arrow-transform: rotate(0deg);
	box-sizing: border-box;
	transition: var(--spoiler-transition);
	color: #e7cea2;
	border-radius: .125rem;
	overflow: hidden
}

[data-spoiler=active] {
	--spoiler-container-rows: 1fr;
	--spoiler-container-opacity: 1;
	--spoiler-container-maring: 0;
	--spoiler-container-padding: 1rem
}

.spoiler__heading {
	background: var(--spoiler-bgc-heading);
	transition: var(--spoiler-transition);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	grid-gap: .625rem;
	gap: .625rem;
	padding: .75rem 1rem;
	line-height: 1.1;
	min-height: 2.5rem;
	box-sizing: border-box;
	color: #ffaa64
}

[data-spoiler-trigger] {
	cursor: pointer
}

.spoiler__arrow {
	color: #ffaa64;
	margin-left: auto;
	transition: var(--spoiler-transition);
	transform: var(--spoiler-arrow-transform)
}

.spoiler__arrow,
.spoiler__arrow:after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0
}

.spoiler__arrow:after {
	content: "\e906";
	font-family: gwi;
	font-family: var(--font-ico);
	font-size: 1rem;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	text-align: center
}

.spoiler__content {
	display: grid
}

.spoiler__title {
	font-size: .875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal
}

.spoiler__container {
	margin: var(--spoiler-container-maring);
	padding: var(--spoiler-container-padding);
	display: grid;
	grid-template-rows: var(--spoiler-container-rows);
	overflow: hidden;
	opacity: var(--spoiler-container-opacity);
	transition: var(--spoiler-transition);
	box-sizing: border-box;
	background: #141210
}

.spoiler__content {
	min-height: 0;
	font-size: .875rem;
	line-height: 1.4
}

.spoiler-list {
	display: grid;
	grid-gap: .5rem;
	gap: .5rem
}

:root {
	--scl-bg-color: rgba(49, 34, 26, 0.92);
	--scl-font-size: 1.375rem;
	--scl-item-border: 1px solid hsla(0, 0%, 100%, 0.1);
	--scl-list-direction: column
}

.scl_type_mobile {
	--scl-item-border: none;
	--scl-list-direction: row;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.scl_type_desk {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5
}

.scl__list {
	background-color: rgba(49, 34, 26, .92);
	background-color: var(--scl-bg-color);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	flex-direction: column;
	flex-direction: var(--scl-list-direction)
}

.scl__item,
.scl__list {
	display: flex;
	justify-content: center;
	align-items: center
}

.scl__item {
	text-decoration: none;
	width: 3.5rem;
	height: 3.5rem;
	box-sizing: border-box;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	font-size: 1.375rem;
	font-size: var(--scl-font-size)
}

.scl__item:hover {
	background-color: hsla(0, 0%, 100%, .05);
	color: #ffba70;
	color: rgba(var(--color-accent), 1)
}

.scl__item:where(:not(:last-child)) {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	border-bottom: var(--scl-item-border)
}

.countdown {
	display: inline-flex;
	flex-direction: column;
	font-family: Philosopher, Open Sans, Tahoma, Arial, sans-serif;
	font-family: var(--font-1)
}

.countdown,
.countdown__heading {
	align-items: center;
	justify-content: center
}

.countdown__heading {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	text-align: center;
	margin-bottom: .375rem;
	font-size: 1.25rem;
	display: flex;
	width: 100%;
	grid-gap: .625rem;
	gap: .625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase
}

.countdown__counter,
.countdown__item {
	display: flex;
	justify-content: center;
	align-items: center
}

.countdown__item {
	flex-direction: column;
	text-align: center;
	min-width: 4.125rem;
	box-sizing: border-box;
	line-height: 1
}

.countdown__amount {
	font-size: 2.5rem;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums
}

.countdown__amount,
.countdown__desc {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	text-transform: uppercase;
	box-sizing: border-box;
	line-height: 1
}

.countdown__desc {
	font-size: .75rem;
	font-weight: 400
}

.countdown__devider {
	font-size: 2.5rem;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	position: relative;
	z-index: 0;
	margin: 0 .3125rem
}

.countdown__devider:after {
	display: block;
	content: ":";
	margin-top: -1.5rem
}

:root {
	--navigation-height: 4.375rem;
	--navigation-height-scroll: 4.375rem
}

[data-section=navigation] {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(.1875rem);
	backdrop-filter: blur(.1875rem)
}

[data-section=navigation]:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: rgba(13, 8, 5, .8);
	border-bottom: 1px solid rgba(255, 178, 111, .14)
}

[data-container=navigation] {
	z-index: 10
}

.navigation {
	display: flex;
	justify-content: flex-start;
	height: 4.375rem;
	height: var(--navigation-height);
	transition: all .2s
}

.nav-scroll .navigation {
	height: 4.375rem;
	height: var(--navigation-height-scroll)
}

.navigation__gw-burger {
	align-self: center;
	flex-shrink: 0
}

.navigation__menu {
	flex-grow: 1
}

.navigation__box {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	align-self: stretch;
	box-sizing: border-box;
	max-width: none
}

.navigation__box_side_left {
	justify-content: flex-start;
	grid-gap: 1.25rem;
	gap: 1.25rem
}

.navigation__box_side_right {
	justify-content: flex-end;
	margin-left: auto;
	margin-right: 1.25rem
}

.navigation__el_desktop {
	display: none
}

.navigation__auth {
	margin-left: 1.25rem;
	border-left: 1px solid rgba(255, 178, 111, .14);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3.125rem
}

[data-section=hero] {
	background-color: transparent;
	background-image: url(../images/bg_4.jpg);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat
}

[data-container=hero] {
	max-width: 52.5rem;
	max-width: calc(50rem + var(--margin)*4)
}

.hero {
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 8.75rem;
	padding-bottom: 5rem;
	transition: none;
	justify-content: flex-start
}

.hero,
.hero__box {
	display: flex;
	align-items: center;
	flex-direction: column
}

.hero__box {
	justify-content: center;
	text-align: center;
	max-width: 31.25rem;
	width: 100%
}

.hero__logotype {
	margin-bottom: 1.5625rem
}

.hero__title {
	color: #ffba70;
	color: rgba(var(--color-accent), 1);
	font-size: 1.875rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.1;
	text-shadow: 0 .125rem .125rem #000
}

.hero__subtitle,
.hero__title {
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0)
}

.hero__subtitle {
	color: rgba(255, 233, 211, .7);
	color: rgba(var(--color-0), .7);
	font-size: 1.125rem;
	font-weight: 400;
	margin: 1.25rem 0 0;
	line-height: 1.3
}

.hero__btns {
	margin-top: 2.5rem
}

.hero__countdownbox {
	margin-top: 1.875rem
}

.post {
	--size-title: 1.125rem;
	--size-desc: 0.875rem;
	--size-date: 0.75rem;
	--size-status: 0.875rem;
	--desc-max-height: 4.125rem;
	--line-clamp: 5;
	position: relative;
	z-index: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5rem 1.875rem 1.875rem;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	min-height: 21.875rem;
	background-color: #12110f;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	width: 100%;
	border-radius: .3125rem;
	border-radius: var(--border-radius);
	border: 1px solid rgba(255, 178, 111, .14);
	border: var(--border)
}

.post:after {
	display: block;
	content: "";
	background: linear-gradient(0deg, rgba(19, 9, 3, .96) 20%, rgba(37, 33, 33, 0) 80%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.post__link {
	z-index: 5;
	display: block
}

.post__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	transition: all .3s;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.post:hover .post__bg {
	transform: scale(1.1)
}

.post__date {
	position: absolute;
	top: 2rem;
	left: 1.875rem;
	color: #fff;
	color: rgba(var(--color-1), 1);
	text-shadow: 0 .125rem .25rem #000;
	white-space: nowrap;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: var(--size-date);
	grid-gap: .625rem;
	gap: .625rem;
	margin-bottom: .75rem
}

.post__date-ico {
	position: relative;
	top: -1px
}

.post__container {
	margin-top: auto;
	max-width: 37.5rem
}

.post__title {
	color: #ffba70;
	color: rgba(var(--color-accent), 1);
	font-size: var(--size-title);
	font-weight: 700;
	margin: 0
}

.post__desc {
	color: hsla(0, 0%, 100%, .7);
	color: rgba(var(--color-1), .7);
	font-size: var(--size-desc);
	line-height: 1.6;
	font-weight: 400;
	margin-top: .75rem;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--line-clamp);
	overflow: hidden
}

.post__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	text-decoration: none
}

.post__status {
	position: absolute;
	right: 1.875rem;
	top: 1.5rem;
	background-color: rgba(0, 0, 0, .63);
	font-size: var(--size-status);
	color: #ffba70;
	color: rgba(var(--color-accent), 1);
	padding: .5rem 1.25rem;
	border-radius: .875rem
}

.post__status_hot:before {
	content: "\0E80";
	font-family: gwi;
	font-family: var(--font-ico);
	margin-right: .625rem
}

.post__bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 1.5rem;
	grid-gap: 1.875rem;
	gap: 1.875rem
}

[data-section=news] {
	background-color: transparent;
	background-image: url(../images/bg_3.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.news {
	box-sizing: border-box;
	min-height: 100vh;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem
}

.news__heading {
	margin-bottom: 3.125rem
}

.news__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	max-width: 25rem
}

.news__list {
	width: 100%;
	overflow: hidden;
	border-radius: .3125rem;
	border-radius: var(--border-radius)
}

.news__swiper-wrapper {
	display: flex;
	align-items: stretch
}

[data-news-post] {
	-webkit-animation: post 1s ease forwards;
	animation: post 1s ease forwards
}

.news__swiper-slide {
	height: auto;
	display: flex
}

@-webkit-keyframes post {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes post {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

[data-section=footer] {
	margin-top: auto;
	border-top: 1px solid rgba(255, 178, 111, .14);
	background: rgba(13, 8, 5, .8)
}

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	box-sizing: border-box;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1)
}

.footer__copyright {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffba70;
	color: rgba(var(--color-accent), 1)
}

.footer__desc {
	font-size: 1rem;
	margin-top: .3125rem;
	text-align: center
}

.footer__links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: .625rem;
	grid-gap: .625rem 2.5rem;
	gap: .625rem 2.5rem
}

.footer__link {
	text-decoration: none;
	transition: all .2s;
	color: rgba(255, 233, 211, .6);
	color: rgba(var(--color-0), .6);
	font-size: 1rem
}

.footer__link:hover {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1)
}

.bg {
	bottom: 0;
	z-index: 1;
	background-image: url(../images/bg-repeat.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	overflow: hidden;
	pointer-events: none
}

.bg,
.bg:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: transparent;
	background-position: top
}

.bg:before {
	display: block;
	content: "";
	height: 111rem;
	z-index: 2;
	background-image: url(../images/bg-top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-mask: linear-gradient(180deg, #000 0, #000 calc(100% - 25rem), transparent);
	mask: linear-gradient(180deg, #000 0, #000 calc(100% - 25rem), transparent)
}

.static {
	box-sizing: border-box;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem
}

.static__heading {
	margin-bottom: 2.5rem
}

.static__content {
	background: rgba(12, 10, 9, .8);
	border: 1px solid rgba(255, 178, 111, .14);
	border: var(--border);
	border-radius: .3125rem;
	border-radius: var(--border-radius);
	padding: 1.25rem
}

.stream {
	height: 15rem;
	display: flex;
	color: hsla(0, 0%, 84.3%, .5);
	font-size: 1rem;
	font-weight: 400;
	cursor: default;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0;
	border-radius: .3125rem;
	border-radius: var(--border-radius);
	border: 1px solid rgba(255, 186, 112, .5);
	border: 1px solid rgba(var(--color-accent), .5);
	box-shadow: inset 0 0 3.125rem rgba(0, 0, 0, .35);
	background-color: rgba(41, 27, 20, .8);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.stream iframe {
	width: 100%;
	height: 100%
}

.stream__content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	color: #ffe9d3;
	color: rgba(var(--color-0), 1);
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	font-family: Philosopher, Open Sans, Tahoma, Arial, sans-serif;
	font-family: var(--font-1)
}

.stream__ico {
	display: inline-block;
	font-size: 2.5rem
}

.stream__desc {
	margin-top: .625rem;
	margin-bottom: .625rem
}

.stream__link {
	text-decoration: none;
	color: #ffba70;
	color: rgba(var(--color-accent), 1);
	transition: all .2s
}

.stream__link:hover {
	color: #ff8f17;
	color: rgba(var(--color-accent-hover), 1)
}

[data-section=streams] {
	background-color: transparent;
	background-image: url(../images/bg_1.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat
}

.streams {
	box-sizing: border-box;
	min-height: 100vh;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem
}

.streams__heading {
	margin-bottom: 3.125rem
}

.streams__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	max-width: 31.25rem
}

.streams__list {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	border-radius: .3125rem;
	border-radius: var(--border-radius)
}

.streams__swiper-slide {
	display: grid
}

.streams__stream {
	width: calc(100% - 1.25rem);
	margin: .625rem
}

[data-section=aboutus] {
	background-color: transparent;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.aboutus {
	box-sizing: border-box;
	min-height: 100vh;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	display: flex;
	flex-direction: column
}

.aboutus__heading {
	margin-bottom: 3.125rem
}

.aboutus__container {
	display: grid;
	grid-gap: 3.125rem
}

.aboutus__content {
	font-size: 1rem
}

.aboutus__madia {
	height: 25rem;
	overflow: hidden;
	display: none;
	text-decoration: none;
	margin: 0 auto;
	background-color: #12110f;
	border-radius: .3125rem;
	border-radius: var(--border-radius);
	box-sizing: border-box;
	border: 1px solid rgba(255, 178, 111, .14);
	border: var(--border)
}

.aboutus__img {
	height: 100%;
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top
}

.registration__form {
	max-width: 31.25rem;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: rgba(12, 10, 9, .8);
	border: 1px solid rgba(255, 178, 111, .14);
	border: var(--border);
	border-radius: .3125rem;
	border-radius: var(--border-radius);
	padding: 1.25rem
}

.protection {
	justify-content: flex-start;
	background-color: transparent;
	text-align: left
}

.protection,
.protection__pic {
	display: flex;
	align-items: center
}

.protection__pic {
	justify-content: center;
	flex-shrink: 0;
	margin-left: 1.5625rem;
	color: #f80;
	color: rgba(var(--color-accent-2), 1);
	font-size: 1.5rem
}

.protection__content {
	padding: .3125rem 1.5625rem;
	box-sizing: border-box;
	color: #fff;
	font-size: .875rem;
	font-weight: 400
}

@media (min-width:540px) {
	.lang__name {
		display: block
	}

	.mdl__close {
		top: 1.25rem;
		right: 1.25rem
	}

	.mdl__inner {
		padding: 2.5rem 1.5rem
	}

	.countdown__heading {
		font-size: 2rem
	}

	.countdown__amount {
		font-size: 2.5rem
	}

	.countdown__desc {
		font-size: .875rem
	}

	.navigation__box_side_left {
		grid-gap: 2rem;
		gap: 2rem
	}

	.hero__title {
		font-size: 2.5rem
	}
}

@media (min-width:720px) {
	.title {
		font-size: 3.125rem
	}

	.title_size_small {
		font-size: 2.125rem
	}

	.subtitle {
		font-size: 1.125rem
	}

	.subtitle_size_small {
		font-size: .9375rem
	}

	[data-section=hero] {
		background-position: top
	}

	.hero {
		align-items: flex-start
	}

	.post {
		min-height: 28.125rem
	}

	.news__wrap,
	.streams__wrap {
		max-width: 62.5rem
	}

	.aboutus__container {
		grid-template-columns: 18.75rem 1fr
	}

	.aboutus__madia {
		display: block
	}
}

@media (min-width:840px) {
	.ttl {
		font-size: 1.5rem
	}

	.ttl_size_large {
		font-size: 2.125rem
	}

	.tbl {
		padding: 1rem 1.875rem
	}

	.tbl__table {
		min-width: 62.5rem
	}

	.tbl__td {
		padding: .9375rem 2.8125rem
	}

	.tbl__td_mobile_hide {
		display: table-cell
	}

	.mdl__close {
		width: 2.25rem;
		height: 2.25rem;
		top: 1.875rem;
		right: 1.875rem
	}

	.mdl__inner {
		padding: 3.4375rem 1.875rem
	}

	.downloads__btns {
		justify-content: flex-start;
		grid-gap: 1.25rem;
		gap: 1.25rem
	}

	.spoiler__content,
	.spoiler__title {
		font-size: 1rem
	}

	.countdown__item {
		min-width: 5.125rem
	}

	.countdown__amount {
		font-size: 4.5rem
	}

	.countdown__devider {
		font-size: 5rem
	}

	.static {
		padding-top: 15.625rem;
		padding-bottom: 18.75rem
	}

	.static__heading {
		margin-bottom: 5.625rem
	}
}

@media (min-width:1050px) {
	.author {
		font-size: .875rem
	}

	.registration__form,
	.static__content {
		padding: 2.5rem
	}
}

@media (min-width:1200px) {
	html {
		font-size: calc(max(.5vw, .25rem) + max(.5vh, .25rem))
	}

	.author {
		justify-content: flex-end;
		text-align: right
	}

	.title {
		font-size: 4.5rem
	}

	.title_size_small {
		font-size: 2.625rem
	}

	.subtitle {
		font-size: 1.375rem
	}

	.subtitle_size_small {
		font-size: 1rem
	}

	:root {
		--btn-fs: 1.25rem
	}

	.btn_size_small {
		padding: .3125rem 1rem;
		padding: .3125rem calc(1rem*var(--btn-scale))
	}

	.btn_size_large {
		--btn-w: 20rem;
		--btn-h: 5rem;
		--btn-fs: 1.75rem
	}

	.lang {
		--lang-img-size: 2.5rem
	}

	.points {
		display: flex;
		position: fixed;
		right: 3.125rem;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		list-style-type: none;
		padding: 0;
		margin: 0;
		left: auto;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box
	}

	.points__overlay {
		display: block;
		content: "";
		position: absolute;
		top: -.625rem;
		right: 100%;
		bottom: -.625rem;
		width: 13.75rem;
		z-index: -1;
		border: 0;
		opacity: 0;
		transition: all .2s;
		visibility: hidden;
		background: linear-gradient(90deg, rgba(15, 15, 15, .4) 44.27%, transparent);
		-webkit-backdrop-filter: blur(.125rem);
		backdrop-filter: blur(.125rem)
	}

	.points:hover .points__overlay {
		opacity: 1;
		visibility: visible
	}

	.point {
		justify-content: flex-start;
		align-items: center;
		font-size: 1.0625rem;
		color: #4a3523;
		font-family: Spectral, Times New Roman, Times, serif;
		font-family: var(--font-0);
		cursor: pointer;
		display: flex;
		position: relative;
		z-index: 0;
		margin: 0;
		opacity: .5;
		transition: all .2s
	}

	.point:hover,
	.point_active {
		opacity: 1
	}

	.point__dot {
		width: 1.25rem;
		height: 1.25rem;
		flex-shrink: 0;
		transition: all .2s;
		position: relative;
		z-index: 0;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.point__dot:before {
		display: block;
		content: "";
		background-color: transparent;
		border: .1875rem solid #ac7b42;
		width: 1rem;
		height: 1rem;
		transition: all .2s;
		flex-shrink: 0;
		top: .125rem;
		left: .125rem;
		box-sizing: border-box;
		transform: rotate(45deg)
	}

	.point__dot:before,
	.point__line {
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -5;
		position: absolute
	}

	.point__line {
		right: calc(100% - .125rem);
		top: calc(50% - 1px);
		background-color: #ac7b42;
		width: 2rem;
		height: .125rem
	}

	.point_active .point__dot:before,
	.point_active:hover .point__dot:before {
		opacity: 1
	}

	.point__content {
		position: absolute;
		white-space: nowrap;
		transition: all .2s;
		transform-origin: right center;
		display: block;
		bottom: auto;
		right: 4.625rem;
		top: calc(50% - 1.625rem);
		box-sizing: border-box;
		padding-left: 1.25rem;
		text-align: right;
		line-height: 1.2;
		visibility: hidden;
		opacity: 0;
		opacity: 1;
		visibility: visible
	}

	.points:hover .point__content {
		opacity: 1;
		visibility: visible
	}

	.point:hover .point__content {
		visibility: visible
	}

	.point__title {
		color: #d3a168;
		font-size: 1.375rem;
		font-weight: 400
	}

	.point__desc {
		color: #966f44;
		font-size: .875rem;
		font-weight: 400
	}

	.point__devider {
		display: block;
		width: .125rem;
		height: 3rem;
		background-color: #ac7b42;
		opacity: .5;
		margin: .375rem 0
	}

	.point__devider_pos_start {
		-webkit-mask: linear-gradient(180deg, transparent 0, #000);
		mask: linear-gradient(180deg, transparent 0, #000)
	}

	.point__devider_pos_end {
		-webkit-mask: linear-gradient(0deg, transparent 0, #000);
		mask: linear-gradient(0deg, transparent 0, #000)
	}

	.control__arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		margin: 0
	}

	.control__arrow_prev {
		right: calc(100% + 1.875rem)
	}

	.control__arrow_next {
		left: calc(100% + 1.875rem)
	}

	.servers-desktop {
		top: 8.75rem;
		left: 4rem;
		grid-gap: 1.25rem;
		gap: 1.25rem
	}

	.downloads__box {
		text-align: left;
		display: grid;
		grid-template-columns: 17.5rem 1fr;
		padding: 1rem 2.5rem
	}

	.gw-burger {
		display: none
	}

	.menu {
		display: flex;
		align-self: stretch
	}

	.menu__content,
	.menu__list {
		display: flex;
		width: 100%
	}

	.menu__list {
		list-style-type: none;
		margin: 0;
		justify-content: flex-start;
		align-items: stretch;
		opacity: 1;
		visibility: visible;
		padding: 0;
		box-sizing: border-box;
		grid-gap: 1.25rem;
		gap: 1.25rem
	}

	.menu__el {
		display: flex;
		position: relative;
		z-index: 0
	}

	.menu__el_desktop_none {
		display: none
	}

	.menu__item {
		padding: 1.25rem 0;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		text-align: center;
		color: #ffe9d3;
		color: rgba(var(--color-0), 1);
		cursor: pointer;
		font-style: normal;
		font-size: 1.125rem;
		font-weight: 400;
		white-space: nowrap;
		position: relative;
		z-index: 0;
		box-sizing: border-box;
		transition: all .3s;
		font-family: Spectral, Times New Roman, Times, serif;
		font-family: var(--font-0);
		text-shadow: 0 1px .125rem #000
	}

	.menu__el:hover [data-menu-open-sub-list],
	.menu__item:hover,
	.menu__item_open:hover {
		color: #ffba70;
		color: rgba(var(--color-accent), 1)
	}

	.menu__item:after {
		display: block;
		content: "";
		background-color: #ffba70;
		background-color: rgba(var(--color-accent), 1);
		width: 100%;
		height: .625rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
		z-index: -1;
		filter: blur(.875rem);
		opacity: 0;
		transition: all .3s
	}

	.menu__el:hover [data-menu-open-sub-list]:after,
	.menu__item:hover:after,
	.menu__item_open:hover:after {
		opacity: 1
	}

	.menu__dot {
		background-color: transparent;
		background-size: cover;
		background-position: 50%;
		background-repeat: no-repeat;
		width: .375rem;
		height: .375rem;
		display: block;
		flex-shrink: 0;
		border: .125rem solid rgba(255, 233, 211, .5);
		border: .125rem solid rgba(var(--color-0), .5);
		transform: rotate(45deg);
		align-self: center
	}

	.menu__el_continer {
		display: none
	}

	.menu__sub-list {
		position: absolute;
		left: 50%;
		top: calc(100% - .625rem);
		list-style: none;
		margin: 0;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
		display: block !important;
		min-width: 100%;
		transform: translateX(-50%) translateY(0);
		padding: 1rem 0;
		background: rgba(13, 8, 5, .8);
		border: 1px solid rgba(255, 178, 111, .14)
	}

	[data-menu-open-sub-list] .menu__item-arrow {
		display: block;
		content: "";
		background-color: transparent;
		background-image: url(../images/menu/arrow-down.svg);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		width: .625rem;
		height: .875rem;
		margin-left: .375rem;
		position: relative;
		top: 0;
		transition: all .5s
	}

	.menu__item_open .menu__item-arrow {
		transform: rotateX(180deg)
	}

	.menu__sub-list:hover,
	[data-menu-open-sub-list]:hover~.menu__sub-list {
		opacity: 1;
		visibility: visible;
		top: calc(100% - .625rem);
		transform: translateX(-50%) translateY(0)
	}

	.menu__sub-item {
		padding: .625rem 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		text-decoration: none;
		color: #ffe9d3;
		color: rgba(var(--color-0), 1);
		fill: #f80;
		fill: rgba(var(--color-accent-2), 1);
		cursor: pointer;
		font-style: normal;
		font-size: 1rem;
		font-weight: 400;
		white-space: nowrap;
		position: relative;
		z-index: 0;
		box-sizing: border-box;
		transition: all .3s
	}

	.menu__sub-item:hover {
		background-color: rgba(255, 233, 211, .06);
		background-color: rgba(var(--color-0), .06)
	}

	:root {
		--navigation-height: 5.625rem;
		--navigation-height-scroll: 5.625rem
	}

	[data-container=navigation] {
		padding: 0;
		max-width: 100%
	}

	.navigation__box_side_left {
		margin-right: 3.75rem;
		padding-left: 3.75rem
	}

	.navigation__box_side_right {
		margin-left: 2.5rem;
		margin-right: 0;
		padding-right: 3.75rem;
		display: flex
	}

	.navigation__el_desktop {
		display: flex;
		justify-content: center
	}

	.navigation__auth {
		margin-left: 2.5rem;
		padding-left: 2.5rem
	}

	[data-section=hero] {
		background-image: url(../images/bg-ultra.jpg)
	}

	[data-container=hero] {
		max-width: 85rem;
		max-width: calc(82.5rem + var(--margin)*4)
	}

	.hero {
		padding-top: 15.625rem;
		padding-bottom: 6.25rem
	}

	.hero__box {
		max-width: 50rem
	}

	.hero__title {
		font-size: 4rem
	}

	.hero__subtitle {
		font-size: 1.375rem;
		line-height: 1.5
	}

	.hero[\:has\(.hero__countdownbox\)] {
		padding-top: 11.25rem;
		padding-bottom: 5rem
	}

	.hero:has(.hero__countdownbox) {
		padding-top: 11.25rem;
		padding-bottom: 5rem
	}

	.post {
		min-height: 34.375rem;
		--size-title: 1.375rem;
		--size-desc: 1rem;
		--size-date: 0.875rem;
		--size-status: 1rem
	}

	.news {
		padding-top: 12.5rem;
		padding-bottom: 6.25rem
	}

	.news__wrap {
		max-width: none
	}

	.news__list {
		padding-bottom: 0
	}

	[data-section=footer] {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3
	}

	.streams {
		padding-top: 12.5rem;
		padding-bottom: 6.25rem
	}

	.streams__wrap {
		max-width: 75rem
	}

	.aboutus {
		padding-top: 9.375rem;
		padding-bottom: 11.25rem
	}

	.aboutus__container {
		min-height: 0;
		overflow: hidden;
		grid-template-columns: 25rem 1fr;
		grid-gap: 3.75rem;
		height: 31.25rem
	}

	.aboutus__content {
		font-size: 1.125rem
	}

	.aboutus__madia {
		height: 100%
	}
}

@media (min-width:1200px) AND (min-height:750px) {
	.section-slider-active {
		overflow: hidden;
		margin: 0 !important
	}

	.section-slider-active body {
		margin: 0 !important
	}
}

@media (min-width:1350px) {
	.streams__list {
		margin: 0 auto
	}

	.streams__arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}

	.streams__arrow_prev {
		right: 100%
	}

	.streams__arrow_next {
		left: 100%
	}
}

@media (min-width:2060px) {
	html {
		font-size: calc(max(.4vw, .25rem) + max(.6vh, .25rem))
	}
}

@media (min-width:2600px) AND (min-height:1000px) {
	html {
		font-size: calc(max(.2vw, .25rem) + max(1.1vh, .3125rem))
	}
}

@media (min-width:2600px) AND (max-height:1100px) {
	.section-slider-active {
		overflow: auto
	}
}

@media (max-width:1199.99px) {
	.mbar {
		height: 4.375rem;
		height: var(--navigation-height);
		display: flex
	}

	.mbar__box {
		flex-basis: 50%;
		display: flex
	}

	.gw-burger {
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
		cursor: pointer;
		pointer-events: all
	}

	.gw-burger,
	.gw-burger__box {
		background-color: transparent;
		position: relative
	}

	.gw-burger__box {
		z-index: 5;
		width: 1.5rem;
		height: 1.1875rem;
		border-radius: 0;
		box-sizing: border-box;
		flex-shrink: 0
	}

	.gw-burger__line {
		height: .125rem;
		position: absolute;
		left: 0;
		right: 0;
		background-color: #ffe9d3;
		background-color: rgba(var(--color-0), 1);
		border-radius: 0;
		transition: top .3s .3s, right .3s .3s, left .3s .2s, bottom .3s .3s, opacity .3s .4s, transform .3s 0s
	}

	.gw-burger__line_pos_top {
		top: 0
	}

	.gw-burger__line_pos_middle {
		top: 50%;
		left: 25%;
		transform: translateY(-50%);
		transition: all 0s .4s
	}

	.gw-burger__line_pos_bottom {
		bottom: 0;
		left: 50%
	}

	.mob-menu-active .gw-burger__line {
		background-color: #ffe9d3;
		background-color: rgba(var(--color-0), 1)
	}

	.mob-menu-active .gw-burger__line_pos_top {
		transform: rotate(45deg) translateY(-50%);
		transform-origin: center top;
		top: 50%;
		right: 0;
		transition: top .3s .1s, right .3s .1s, left .3s 0s, bottom .3s .1s, opacity 0s .1s, transform .3s .4s
	}

	.mob-menu-active .gw-burger__line_pos_middle {
		opacity: 0;
		transition: opacity .3s .3s, transform .3s .1s, left .3s .3s;
		left: 100%
	}

	.mob-menu-active .gw-burger__line_pos_bottom {
		transform: rotate(-45deg) translateY(50%);
		transform-origin: center bottom;
		bottom: 50%;
		right: 0;
		left: 0;
		transition: top .3s .1s, right .3s .1s, left .1s .3s, bottom .3s .1s, opacity 0s .1s, transform .3s .4s
	}

	.menu {
		position: absolute;
		top: 4.375rem;
		top: var(--navigation-height);
		right: 0;
		left: 0;
		z-index: 2;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 4.375rem;
		padding-bottom: var(--navigation-height);
		height: 100vh;
		overflow-x: hidden;
		overflow-y: hidden;
		display: flex;
		justify-content: flex-start;
		background-color: #0d0502;
		background-color: rgba(var(--body-background-color));
		opacity: 0;
		transition: all .5s .3s;
		visibility: hidden;
		box-shadow: 0 0 0 100vh #0d0502;
		box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 1)
	}

	@supports (height:100dvh) {
		.menu {
			height: 100dvh
		}
	}

	.mob-menu-active .menu {
		visibility: visible;
		opacity: 1;
		transition: all .5s
	}

	.menu__content {
		transition: all .3s;
		opacity: 0;
		width: 100%;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		display: flex
	}

	.mob-menu-active .menu__content {
		opacity: 1;
		transition: all .5s .3s
	}

	.menu__list {
		width: 100%;
		list-style-type: none;
		padding: 1.25rem 0;
		margin: auto;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		box-sizing: border-box
	}

	.menu__dot {
		display: none
	}

	.menu__el {
		width: 100%;
		position: relative;
		z-index: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column
	}

	.menu__el_auth,
	.menu__el_scl {
		margin-top: 1.25rem
	}

	.menu__el_atop {
		position: relative;
		z-index: 5
	}

	.menu__el_bar {
		margin-bottom: 1.875rem
	}

	.menu__el_continer {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1.25rem
	}

	.menu__el_continer_divider {
		padding-top: 1.25rem;
		border-top: 1px solid hsla(0, 0%, 100%, .2);
		border-top: 1px solid rgba(var(--color-1), .2)
	}

	.menu__el_continer:hover {
		z-index: 10
	}

	.menu__item {
		padding: max(.625rem, .625rem) max(.9375rem, .9375rem);
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		text-align: center;
		color: #ffe9d3;
		color: rgba(var(--color-0), 1);
		cursor: pointer;
		font-style: normal;
		font-size: 1.25rem;
		font-weight: 400;
		white-space: nowrap;
		text-transform: uppercase;
		width: 100%;
		min-height: 3.125rem;
		transition: all .2s;
		font-family: Spectral, Times New Roman, Times, serif;
		font-family: var(--font-0)
	}

	.menu__sub-wrapper {
		display: none
	}

	.subnav__container {
		padding: 0
	}

	.mob-menu-active {
		overflow: hidden
	}

	[data-menu-open-sub-list]:after {
		display: block;
		content: "";
		background-color: transparent;
		background-image: url(../images/menu/arrow-down.svg);
		background-size: contain;
		background-position: 50%;
		background-repeat: no-repeat;
		width: .625rem;
		height: .875rem;
		margin-left: .375rem;
		position: relative;
		top: 0;
		transition: all .5s
	}

	.menu__item_open:after {
		transform: rotateX(180deg)
	}

	.menu__item_open,
	.menu__sub-list {
		background: rgba(255, 233, 211, .05);
		background: rgba(var(--color-0), .05)
	}

	.menu__sub-list {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: none;
		width: 100%
	}

	.menu__item_open~.menu__sub-list {
		display: block
	}

	.menu__sub-item {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		box-sizing: border-box;
		padding: .5rem 1.25rem;
		transition: all .3s;
		position: relative;
		z-index: 0;
		color: rgba(#fff, 1);
		color: rgba(var(--color-4), 1);
		cursor: pointer;
		font-style: normal;
		font-size: 1rem;
		min-height: 3.125rem;
		text-align: center
	}

	.menu__sub-item:hover {
		color: #ffe9d3;
		color: rgba(var(--color-0), 1)
	}

	.menu__sub-content {
		min-width: 0;
		flex-grow: 1
	}

	.menu__sub-name {
		font-size: 1.125rem;
		line-height: 1.125rem;
		color: #000;
		transition: all .2s
	}

	.menu__sub-desc {
		padding-top: .1875rem;
		font-size: .875rem;
		line-height: 1rem;
		color: rgba(0, 0, 0, .6);
		transition: all .2s
	}

	.menu__scl {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(var(--color-bg-0), 1);
		--scl-flex-basis: 100%
	}

	.menu__btnbar {
		display: flex;
		justify-content: center;
		align-items: center;
		align-self: stretch;
		grid-gap: .5rem;
		gap: .5rem;
		background-color: transparent;
		box-sizing: border-box;
		padding: .625rem 1.5rem;
		font-family: Montserrat, Arial, sans-serif;
		font-family: var(--font-2);
		font-size: .9375rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.6;
		letter-spacing: .04em;
		text-transform: uppercase;
		text-decoration: none;
		z-index: 10;
		height: 4.375rem
	}

	.menu__btnbar,
	.menu__btnbar:after {
		transition: all .2s;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0
	}

	.menu__btnbar:after {
		display: block;
		content: "";
		top: 0;
		z-index: -1;
		background-color: rgba(60, 44, 34, .6);
		background-image: url(../images/menu/btnbarbg.png);
		background-size: cover;
		background-position: bottom;
		background-repeat: no-repeat
	}

	.menu__btnbar-txt {
		color: #bdb1a5;
		background: var(--text-gradient);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		filter: drop-shadow(0 .0625rem .25rem rgba(0, 0, 0, .5))
	}
}

.pr {
	padding-right: .625rem;
	padding-right: var(--margin)
}

.pl {
	padding-left: .625rem;
	padding-left: var(--margin)
}

.pt {
	padding-top: .625rem;
	padding-top: var(--margin)
}

.pb {
	padding-bottom: .625rem;
	padding-bottom: var(--margin)
}

.mr {
	margin-right: .625rem;
	margin-right: var(--margin)
}

.ml {
	margin-left: .625rem;
	margin-left: var(--margin)
}

.mt {
	margin-top: .625rem;
	margin-top: var(--margin)
}

.mb {
	margin-bottom: .625rem;
	margin-bottom: var(--margin)
}

.m {
	margin: .625rem;
	margin: var(--margin)
}

.mra {
	margin-right: auto
}

.mla {
	margin-left: auto
}

.mta {
	margin-top: auto
}

.ma {
	margin: auto
}

.mba {
	margin-bottom: auto
}

.mr0 {
	margin-right: 0
}

.ml0 {
	margin-left: 0
}

.mt0 {
	margin-top: 0
}

.mb0 {
	margin-bottom: 0
}

.m0 {
	margin: 0
}

.color-light {
	color: #e8d1a6;
	color: rgba(var(--color-light), 1)
}

.color-dark {
	color: #000;
	color: rgba(var(--color-dark), 1)
}

.color-red {
	color: #ff3b3b;
	color: rgba(var(--color-red), 1)
}

.color-yellow {
	color: #ff0;
	color: rgba(var(--color-yellow), 1)
}

.color-orange {
	color: orange;
	color: rgba(var(--color-orange), 1)
}

.color-pink {
	color: pink;
	color: rgba(var(--color-pink), 1)
}

.color-purple {
	color: purple;
	color: rgba(var(--color-purple), 1)
}

.color-blue {
	color: #4484d8;
	color: rgba(var(--color-blue), 1)
}

.color-green {
	color: #43f843;
	color: rgba(var(--color-green), 1)
}

.color-grey {
	color: grey;
	color: rgba(var(--color-grey), 1)
}

.color-white {
	color: #fff;
	color: rgba(var(--color-white), 1)
}

.color-black {
	color: #000;
	color: rgba(var(--color-black), 1)
}

.color-brown {
	color: brown;
	color: rgba(var(--color-brown), 1)
}

.color-aqua {
	color: #0ff;
	color: rgba(var(--color-aqua), 1)
}

.color-0 {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1)
}

.color-1 {
	color: #fff;
	color: rgba(var(--color-1), 1)
}

.color-2 {
	color: #ffba63;
	color: rgba(var(--color-2), 1)
}

.color-3 {
	color: rgba(#fff, 1);
	color: rgba(var(--color-3), 1)
}

.color-4 {
	color: rgba(#fff, 1);
	color: rgba(var(--color-4), 1)
}

.color-5 {
	color: rgba(#fff, 1);
	color: rgba(var(--color-5), 1)
}

.color-6 {
	color: rgba(#fff, 1);
	color: rgba(var(--color-6), 1)
}

.color-7 {
	color: rgba(#fff, 1);
	color: rgba(var(--color-7), 1)
}

.color-8 {
	color: rgba(#fff, 1);
	color: rgba(var(--color-8), 1)
}

.color-9 {
	color: rgba(#fff, 1);
	color: rgba(var(--color-9), 1)
}

.color-accent {
	color: #ffba70;
	color: rgba(var(--color-accent), 1)
}

.color-main {
	color: #ffe9d3;
	color: rgba(var(--color-0), 1)
}

.color-primary {
	color: #fff;
	color: rgba(var(--color-1), 1)
}

.color-secondary {
	color: #ffba63;
	color: rgba(var(--color-2), 1)
}

.clear {
	clear: both
}

.hidden {
	display: none
}

.text-decoration-underline {
	text-decoration: underline
}

.text-decoration-none {
	text-decoration: none
}

.text-uppercase {
	text-transform: uppercase
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.d-flex,
.flex {
	display: flex
}

.justify-content-start {
	justify-content: start
}

.justify-content-center {
	justify-content: center
}

.justify-content-end {
	justify-content: end
}

.fs_minus_5 {
	font-size: .5em
}

.fs_minus_4 {
	font-size: .6em
}

.fs_minus_3 {
	font-size: .7em
}

.fs_minus_2 {
	font-size: .8em
}

.fs_minus_1 {
	font-size: .9em
}

.fs_plus_1 {
	font-size: 1.1em
}

.fs_plus_2 {
	font-size: 1.2em
}

.fs_plus_3 {
	font-size: 1.3em
}

.fs_plus_4 {
	font-size: 1.4em
}

.fs_plus_5 {
	font-size: 1.5em
}

.font-family-0 {
	font-family: Spectral, Times New Roman, Times, serif;
	font-family: var(--font-0)
}

.font-family-1 {
	font-family: Philosopher, Open Sans, Tahoma, Arial, sans-serif;
	font-family: var(--font-1)
}

.font-family-2 {
	font-family: Montserrat, Arial, sans-serif;
	font-family: var(--font-2)
}

.font-family-3 {
	font-family: Alice, Times New Roman, Times, serif;
	font-family: var(--font-3)
}

.font-family-4 {
	font-family: var(--font-4)
}

.font-weight-100 {
	font-weight: 100
}

.font-weight-200 {
	font-weight: 200
}

.font-weight-300 {
	font-weight: 300
}

.font-weight-400 {
	font-weight: 400
}

.font-weight-500 {
	font-weight: 500
}

.font-weight-600 {
	font-weight: 600
}

.font-weight-700 {
	font-weight: 700
}

.font-weight-800 {
	font-weight: 800
}

.font-weight-900 {
	font-weight: 900
}

.w-100 {
	width: 100%
}

.w-90 {
	width: 90%
}

.w-80 {
	width: 80%
}

.w-70 {
	width: 70%
}

.w-60 {
	width: 60%
}

.w-50 {
	width: 50%
}

.w-40 {
	width: 40%
}

.w-30 {
	width: 30%
}

.w-20 {
	width: 20%
}

.w-10 {
	width: 10%
}
/* تعريف حركة الدوران */
@keyframes rotateLogo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* تطبيق الحركة على الكلاس الخاص باللوجو */
.logo__img {
    display: inline-block; /* لضمان عمل التحويل بشكل صحيح */
    animation: rotateLogo 5s linear infinite; /* 10 ثوانٍ للدورة الواحدة، حركة ناعمة، وللأبد */
}

/* اختياري: توقف الدوران عند وضع الماوس عليه */
.logo__img:hover {
    animation-play-state: paused;
}
/* استدعاء خطوط متناسقة مع الموقع */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Oswald:wght@400;500&display=swap');

.server-status-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px;
    background: transparent; /* بدون خلفية ليتناسب مع موقعك */
    margin: 30px auto;
}

.status-item {
    text-align: left;
    min-width: 150px;
}

.status-title {
    font-family: 'Cinzel', serif; /* نفس استايل عناوين موقعك */
    color: #ffffff;
    font-size: 29px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.status-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Oswald', sans-serif;
    color: #a0a0a0; /* لون هادئ للنصوص الفرعية */
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* فواصل عمودية رقيقة */
.status-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(197, 160, 89, 0.4), transparent);
}

/* مؤشر الأونلاين (اللمبة الخضراء) */
.status-indicator.online {
    width: 10px;
    height: 10px;
    background-color: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 8px #00ff00;
    display: inline-block;
}

/* أيقونة القلعة */
.castle-icon {
    color: #c5a059;
    font-size: 14px;
}

.owner-name {
    color: #c5a059; /* لون ذهبي لاسم الكلن صاحب القلعة */
    font-weight: bold;
}

/* تحسينات للشاشات الصغيرة */
@media (max-width: 768px) {
    .server-status-bar {
        flex-direction: column;
        gap: 20px;
    }
    .status-divider {
        width: 80%;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(197, 160, 89, 0.4), transparent);
    }
    .status-item {
        text-align: center;
    }
    .status-info {
        justify-content: center;
    }
}
/* --- Qigong Ultimate Status Bar 4K --- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Oswald:wght@500&display=swap');

.server-status-bar-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 25px;
    background: transparent;
    margin: 40px auto;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.status-title {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.status-title100 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.status-title200 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.ss-value {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #c5a059;
    letter-spacing: 1px;
}

/* --- الأيقونات --- */
.clock-icon { color: #87ceeb; font-size: 22px; } /* لون سماوي هادئ */
.sword-icon { 
    color: #ffd700; 
    font-size: 22px; 
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.6));
    animation: swordGlow 3s infinite alternate;
}

/* --- تأثيرات الحالة (Online / Offline) --- */
/* تأكد أن ملف status.php يخرج الكلاسات التالية */
.online-dot {
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    box-shadow: 0 0 12px #00ff00;
    animation: pulse-green 1.5s infinite;
}

.offline-dot {
    width: 8px;
    height: 8px;
    background: #ff0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    box-shadow: 0 0 12px #ff0000;
    animation: pulse-red 1.5s infinite;
}

.status-online { color: #00ff00 !important; font-weight: bold; text-shadow: 0 0 5px rgba(0,255,0,0.5); }
.status-offline { color: #ff0000 !important; font-weight: bold; text-shadow: 0 0 5px rgba(255,0,0,0.5); }

/* --- الفواصل --- */
.status-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, rgba(197, 160, 89, 0.6), transparent);
}

/* --- الأنميشن --- */
@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(0, 255, 0, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 0, 0); }
}

@keyframes pulse-red {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(255, 0, 0, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}

@keyframes swordGlow {
    from { filter: drop-shadow(0 0 2px gold); }
    to { filter: drop-shadow(0 0 10px gold); transform: rotate(-5deg); }
}
/* --- Qigong Server Stats 4K Edition --- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Oswald:wght@500&display=swap');

.server-status-bar-4k {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px;
    background: transparent;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.status-title {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.ss-value {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.time-gold, .owner-gold { color: #c5a059; }

/* --- تصميم الدائرة النابضة (The Professional Dot) --- */
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

/* حالة المتصل (Online) */
.dot-online {
    background-color: #00ff41;
    box-shadow: 0 0 10px #00ff41, 0 0 20px rgba(0, 255, 65, 0.5);
}
.dot-online::after {
    content: '';
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    background: rgba(0, 255, 65, 0.4);
    animation: pulse-green 2s infinite;
}

/* حالة غير متصل (Offline) */
.dot-offline {
    background-color: #ff0000;
    box-shadow: 0 0 10px #ff0000, 0 0 20px rgba(255, 0, 0, 0.5);
}
.dot-offline::after {
    content: '';
    position: absolute;
    width: 100%; height: 100%;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.4);
    animation: pulse-red 2s infinite;
}

.text-online { color: #00ff41 !important; font-weight: bold; text-shadow: 0 0 8px rgba(0, 255, 65, 0.6); }
.text-offline { color: #ff4141 !important; font-weight: bold; text-shadow: 0 0 8px rgba(255, 65, 65, 0.6); }

/* --- الأيقونات والفواصل --- */
.icon-wrap i { font-size: 20px; color: #f1e2c1; opacity: 0.9; }
.status-divider {
    width: 1px; height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(197, 160, 89, 0.5), transparent);
}

/* --- Animations --- */
@keyframes pulse-green {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(3); opacity: 0; }
}
@keyframes pulse-red {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(3); opacity: 0; }
}
.fa-beat-low { animation: fa-beat 3s infinite linear; }
/* حاوية الحالة لضبط المسافات */
.status-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

/* --- الدائرة الأساسية --- */
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

/* --- حالة الـ OFFLINE (أحمر ناري مع نبض) --- */
.dot-offline {
    background-color: #ff0000;
    box-shadow: 0 0 10px #ff0000, 0 0 20px rgba(255, 0, 0, 0.5);
}

.dot-offline::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.4);
    animation: pulse-red-rings 2s infinite;
}

.text-offline {
    color: #ff4d4d !important;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

/* --- حالة الـ ONLINE (أخضر مضيء مع نبض) --- */
.dot-online {
    background-color: #00ff41;
    box-shadow: 0 0 10px #00ff41, 0 0 20px rgba(0, 255, 65, 0.5);
}

.dot-online::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 50%;
    background: rgba(0, 255, 65, 0.4);
    animation: pulse-green-rings 2s infinite;
}

.text-online {
    color: #00ff41 !important;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.6);
}

/* --- أنميشن الحلقات النابضة (Animations) --- */
@keyframes pulse-red-rings {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(3.5); opacity: 0; }
}

@keyframes pulse-green-rings {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(3.5); opacity: 0; }
}
/* --- العنصر الأب --- */
.has-dropdown {
    position: relative;
}

/* --- القائمة المنسدلة بتصميم 4K Glass --- */
.submenu {
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%) perspective(1000px) rotateX(-20deg);
    
    min-width: 250px;
    padding: 12px; /* مسافة داخلية لتبرز العناصر كبطاقات */
    list-style: none;
    
    /* تأثير الزجاج الكريستالي الداكن */
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.7), rgba(0, 0, 0, 0.9));
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    
    /* زوايا دائرية فخمة */
    border-radius: 20px;
    
    /* إطار مضيء ثلاثي الأبعاد */
    border: 1px solid rgba(255, 183, 0, 0.3);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.8),
        inset 0 0 15px rgba(255, 183, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05); /* خط خارجي رفيع جداً للحدة */
    
    /* الأنيميشن */
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: top center;
    z-index: 10000;
}

/* --- السهم العلوي المصمم بدقة (4K Arrow) --- */
.submenu::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    background: rgba(255, 183, 0, 0.3); /* لون ذهبي شفاف */
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); /* رسم سهم حاد */
    backdrop-filter: blur(25px);
}

/* --- ظهور القائمة --- */
.has-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 115%;
    transform: translateX(-50%) perspective(1000px) rotateX(0deg);
}

/* --- تصميم عناصر القائمة كبطاقات منفصلة --- */
.submenu li {
    margin-bottom: 5px;
}

.submenu li:last-child {
    margin-bottom: 0;
}

.submenu li a {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

/* --- الأيقونات بتأثير التوهج الذهبي --- */
.submenu li a i {
    margin-right: 15px;
    font-size: 18px;
    color: #ffb700;
    filter: drop-shadow(0 0 8px rgba(255, 183, 0, 0.8));
    transition: 0.4s ease;
}

/* --- تأثير Hover احترافي (Liquid Glow) --- */
.submenu li a:hover {
    color: #ffffff;
    background: rgba(255, 183, 0, 0.15);
    box-shadow: inset 0 0 20px rgba(255, 183, 0, 0.1);
    transform: translateX(8px); /* حركة انزلاق لليمين */
}

/* خط جانبي نيون يظهر عند الـ Hover */
.submenu li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: linear-gradient(to bottom, #ffb700, #ff8800);
    box-shadow: 0 0 15px #ffb700;
    border-radius: 0 4px 4px 0;
    transition: height 0.3s ease;
}

.submenu li a:hover::before {
    height: 60%;
}

/* --- حركة السهم الصغير في القائمة الرئيسية --- */
.dropdown-icon {
    font-size: 11px;
    margin-left: 10px;
    color: #ffb700;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.has-dropdown:hover .dropdown-icon {
    transform: rotate(180deg) scale(1.3);
    filter: drop-shadow(0 0 5px #ffb700);
}
/* الحاوية الرئيسية وموقع الزر */
.ultra-vote-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* تصميم الزر الأساسي */
.ultra-vote-btn {
    position: relative;
    width: 220px;
    height: 65px;
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

/* الإطار المضيء الدوار (هذا التأثير صعب التنفيذ) */
.btn-border-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        transparent, 
        transparent, 
        transparent, 
        #d3a168 /* لون موقعك الذهبي */
    );
    animation: rotate-border 4s linear infinite;
    z-index: 1;
}

@keyframes rotate-border {
    100% { transform: rotate(360deg); }
}

/* المحتوى الداخلي فوق الإطار */
.btn-inner-content {
    position: absolute;
    inset: 2px; /* لترك مساحة للإطار المضيء */
    background: rgba(15, 15, 15, 0.95);
    border-radius: 13px;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 12px;
}

/* تصميم الأيقونة بتأثير النبض */
.icon-box {
    width: 35px;
    height: 35px;
    background: rgba(255, 183, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d3a168;
    font-size: 18px;
    animation: pulse-icon 2s infinite;
}

@keyframes pulse-icon {
    0%, 100% { transform: scale(1); text-shadow: 0 0 0px #d3a168; }
    50% { transform: scale(1.1); text-shadow: 0 0 15px #d3a168; }
}

/* النصوص */
.text-box {
    display: flex;
    flex-direction: column;
}

.main-text {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sub-text {
    color: rgba(211, 161, 104);
    font-size: 10px;
    font-weight: 400;
}
/* النصوص */
.text-box100 {
    display: flex;
    flex-direction: column;
}

.main-text100 {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sub-text100 {
    color: rgba(211, 161, 104);
    font-size: 10px;
    font-weight: 400;
}
/* تأثير اللمعان السريع (Shine) */
.btn-reflection {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.1), transparent);
    left: -100%;
    z-index: 3;
    transition: 0.5s;
}

.ultra-vote-btn:hover .btn-reflection {
    left: 100%;
}

/* هالة خلفية متوهجة */
.btn-background-aura {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d3a168;
    filter: blur(40px);
    opacity: 0.2;
    z-index: -1;
    animation: aura-breathe 4s infinite alternate;
}

@keyframes aura-breathe {
    from { opacity: 0.1; transform: scale(0.8); }
    to { opacity: 0.3; transform: scale(1.2); }
}

/* حركات الهوفر */
.ultra-vote-btn:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(255, 183, 0, 0.2);
}

.ultra-vote-btn:hover .btn-inner-content {
    background: rgba(25, 25, 25, 0.95);
}


/* عنوان التسجيل */
.reg-title {
    text-align: left;
    color: #c5a059;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
    padding-bottom: 10px;
    letter-spacing: 1px;
}

/* تنسيق مجموعات الإدخال */
.reg-group {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.reg-group label {
    flex: 0 0 150px;
    font-size: 13px;
    font-weight: bold;
    color: #bfa37c;
}

/* تنسيق حقول الإدخال */
.reg-input {
    flex: 1;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #4a3f35;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s ease;
}

.reg-input:focus {
    border-color: #c5a059;
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.4);
}

/* التلميحات الجانبية (Maximum characters) */
.input-hint {
    width: 100%;
    margin-left: 150px; /* ليصطف تحت الحقل */
    font-size: 11px;
    color: #7a7a7a;
    margin-top: 5px;
}

/* تنسيق مربعات الاختيار */
.reg-checkbox-group {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: #aaa;
}

.reg-checkbox-group input {
    margin-right: 10px;
    margin-top: 3px;
    accent-color: #c5a059;
}

.reg-checkbox-group a {
    color: #c5a059;
    text-decoration: none;
}

.reg-checkbox-group a:hover {
    text-decoration: underline;
}

/* زر التسجيل */
.reg-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(to bottom, #c5a059, #8e6d35);
    border: 1px solid #5a4521;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
    transition: transform 0.2s, filter 0.2s;
}

.reg-btn:hover {
    filter: brightness(1.2);
    transform: translateY(-1px);
}

.reg-btn:active {
    transform: translateY(1px);
}

/* زر الإغلاق (X) */
.mdl__close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #c5a059;
    font-size: 20px;
}

.mdl__close:after {
    content: '×';
}

/* استجابة للهواتف */
@media (max-width: 480px) {
    .reg-group label {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
    .input-hint {
        margin-left: 0;
    }
}
/* تأثير النص الذهبي */
.gold-text-effect {
    font-size: 50px;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
    margin-bottom: 5px;
}

/* حاوية الجاليري */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* الكارت الاحترافي */
.gallery-item {
    background: rgba(15, 12, 8, 0.85); /* Glassmorphism */
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #d4af37;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

/* تأثير الصورة */
.media-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    filter: grayscale(30%);
}

.gallery-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* أيقونة التشغيل والزووم */
.play-btn-glow, .zoom-btn-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; height: 60px;
    background: rgba(212, 175, 55, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center; justify-content: center;
    color: #000;
    font-size: 20px;
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0 0 20px #d4af37;
}

.gallery-item:hover .play-btn-glow, 
.gallery-item:hover .zoom-btn-glow {
    opacity: 1;
}

/* تفاصيل الكارت */
.item-details {
    padding: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.category {
    color: #d4af37;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.item-details h3 {
    color: #fff;
    margin: 10px 0;
    font-size: 18px;
}

.date {
    color: #888;
    font-size: 12px;
}
/* الألوان الأساسية للجاليري */
:root {
    --gold-bright: #ffcc00;
    --gold-dark: #d4af37;
    --glass: rgba(255, 255, 255, 0.03);
}

.media-card-ultra {
    position: relative;
    height: 400px; /* مقاس سينمائي */
    background: transparent;
    overflow: visible !important;
}

.media-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: var(--glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}

/* تأثير الإطار المضيء عند الـ Hover */
.frame-border {
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    background: linear-gradient(45deg, transparent, var(--gold-dark), transparent);
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}

.media-card-ultra:hover .frame-border {
    opacity: 1;
    animation: rotateBorder 3s linear infinite;
}

/* صورة الخلفية داخل الكارت */
.image-wrapper {
    position: absolute;
    inset: 10px;
    border-radius: 15px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 70%, transparent);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%) brightness(0.6);
    transition: 0.8s ease;
}

.media-card-ultra:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1) rotate(2deg);
}

/* زر التشغيل السينمائي */
.play-btn-cinematic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
    font-size: 30px;
    z-index: 10;
}

.circle-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--gold-dark);
    border-radius: 50%;
    animation: pulseGold 2s infinite;
}

/* النصوص وتأثير الظهور */
.text-data {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 5;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s ease;
}

.media-card-ultra:hover .text-data {
    transform: translateY(0);
    opacity: 1;
}

.category {
    color: var(--gold-bright);
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 900;
}

.line-decorator {
    width: 0;
    height: 2px;
    background: var(--gold-bright);
    margin-top: 5px;
    transition: 0.8s 0.2s ease;
}

.media-card-ultra:hover .line-decorator {
    width: 50px;
}

/* Animations */
@keyframes pulseGold {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

@keyframes rotateBorder {
    100% { filter: hue-rotate(360deg); }
}
/* بار الفلترة */
.gallery-filter-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.filter-btn {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #3d2b1f;
    color: #a5a5a5;
    padding: 10px 25px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 13px;
}

.filter-btn.active, .filter-btn:hover {
    background: #d4af37;
    color: #000;
    border-color: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* تصميم كروت الميديا */
.media-card {
    background: rgba(15, 12, 10, 0.9);
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: 0.4s;
}

.media-inner { text-decoration: none; display: block; }

.media-thumbnail {
    position: relative;
    overflow: hidden;
}

.media-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: brightness(0.8);
    transition: 0.5s;
}

.media-card:hover .media-thumbnail img {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.media-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: 0.3s;
}

.media-card:hover .media-overlay { opacity: 1; }

.media-overlay i {
    font-size: 45px;
    color: #d4af37;
    text-shadow: 0 0 15px #000;
}

.media-content { padding: 15px; border-top: 1px solid rgba(212, 175, 55, 0.1); }
.media-tag { color: #d4af37; font-size: 11px; font-weight: bold; text-transform: uppercase; }
.media-name { color: #fff; font-size: 16px; margin-top: 5px; }

/* الفريم الذهبي للفيديو والصور عند التكبير */
.fancybox__container { --fancybox-bg: rgba(10, 8, 6, 0.96); }
.fancybox__content { border: 2px solid #d4af37; border-radius: 5px; }
/* حاوية الفلترة */
.gallery-filter-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    perspective: 1000px;
}

.filter-glass-wrap {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    padding: 5px;
    border-radius: 50px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
}

.filter-nav {
    display: flex;
    position: relative;
    gap: 5px;
    z-index: 1;
}

.filter-btn {
    background: transparent;
    border: none;
    padding: 12px 35px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

/* النص عند التفعيل */
.filter-btn.active {
    color: #000;
}

.filter-btn.active .btn-text {
    text-shadow: none;
}

/* المؤشر الذهبي المتحرك خلف الأزرار */
.nav-cursor {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, #d4af37, #ffcc00);
    border-radius: 50px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
    pointer-events: none;
}

/* تأثير الوميض عند الوقوف بالماوس */
.filter-btn:hover {
    color: #fff;
}

.btn-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(212,175,55,0.2) 0%, transparent 70%);
    opacity: 0;
    transition: 0.3s;
}

.filter-btn:hover .btn-glow {
    opacity: 1;
}
/* الحالة الطبيعية للسلايد */
.swiper-slide.media-card-ultra {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.6s ease, 
                margin 0.6s ease,
                width 0.6s ease;
    opacity: 1;
    visibility: visible;
}

/* حالة الاختفاء عند الفلترة */
.swiper-slide.media-card-ultra.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scale(0.5) translateY(30px) !important;
    width: 0 !important;
    margin: 0 !important;
    pointer-events: none;
}
/* الأنميشن الخاص بالفلترة */
.swiper-slide.media-card-ultra {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: scale(1);
    display: block; /* تأكد إنها ظاهرة افتراضياً */
}

.swiper-slide.media-card-ultra.is-hidden {
    opacity: 0 !important;
    transform: scale(0.7) translateY(20px) !important;
    pointer-events: none !important;
    /* بنصغر العرض عشان السلايدر يضم العناصر الباقية */
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* تخصيص النافذة الخارجية للفانسيبوكس */
.ultra-fancy-window {
    --fancybox-bg: rgba(10, 8, 5, 0.95); /* خلفية داكنة جداً شفافة */
    backdrop-filter: blur(10px); /* تأثير ضبابي خلف النافذة */
}

/* تنسيق المحتوى (الفيديو أو الصورة) */
.ultra-fancy-window .fancybox__content {
    background: transparent !important;
    border: 2px solid rgba(212, 175, 55, 0.4); /* برواز ذهبي خفيف */
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 0;
    overflow: visible !important;
}

/* إضافة توهج (Glow) حول الفيديو/الصورة */
.ultra-fancy-window .fancybox__content::before {
    content: '';
    position: absolute;
    top: -5px; left: -5px; right: -5px; bottom: -5px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    pointer-events: none;
    z-index: -1;
}

/* تخصيص أزرار التحكم (إغلاق، يمين، يسار) */
.ultra-fancy-window .fancybox__toolbar,
.ultra-fancy-window .fancybox__nav {
    --fancybox-color: #d4af37; /* اللون الذهبي */
}

.ultra-fancy-window .fancybox__button--close {
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    margin: 10px;
}

/* أنميشن الدخول المخصص */
.fancybox-zoomIn {
    animation: fancybox-zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes fancybox-zoomIn {
    from { opacity: 0; transform: scale(0.8); filter: brightness(0); }
    to { opacity: 1; transform: scale(1); filter: brightness(1); }
}

/* تأثير النبض الذهبي الذي طلبته في الـ JS */
@keyframes contentGlow {
    from { box-shadow: 0 0 20px rgba(212, 175, 55, 0.3); border-color: rgba(212, 175, 55, 0.3); }
    to { box-shadow: 0 0 50px rgba(212, 175, 55, 0.6); border-color: rgba(212, 175, 55, 0.8); }
}

/* لجعل الفيديو يملأ المساحة باحترافية */
.fancybox__html5video {
    border-radius: 10px;
}
/* الحاوية الرئيسية للنافذة */
.ultra-fancy-window {
    --fancybox-bg: rgba(0, 0, 0, 0.9); /* خلفية سوداء سينمائية */
}

/* تصميم الصندوق (المحتوى) */
.ultra-fancy-window .fancybox__content {
    background: #0a0a0a !important; /* لون خلفية الصندوق */
    border: 1px solid #d4af37; /* إطار ذهبي رقيق جداً كما في الصورة */
    padding: 30px 10px 10px 10px !important; /* مساحة للعنوان العلوي */
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(212, 175, 55, 0.05);
}

/* إضافة شريط العنوان العلوي */
.ultra-fancy-window .fancybox__content::before {
    content: attr(data-title); /* سيأخذ العنوان من خاصية سنضيفها في الـ JS */
    position: absolute;
    top: 8px;
    left: 15px;
    color: #d4af37;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* الخط الفاصل تحت العنوان */
.ultra-fancy-window .fancybox__content::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 10px;
    right: 10px;
    height: 1px;
    background: rgba(212, 175, 55, 0.2);
}

/* تخصيص زر الإغلاق (الـ X) */
.ultra-fancy-window .fancybox__button--close {
    top: 5px !important;
    right: 5px !important;
    color: #d4af37 !important;
    opacity: 0.7;
}

.ultra-fancy-window .fancybox__button--close:hover {
    opacity: 1;
    background: transparent;
}

/* إخفاء الأزرار غير الضرورية لجعلها بسيطة كالصورة */
.ultra-fancy-window .fancybox__toolbar {
    background: transparent !important;
}

/* تنسيق الفيديو والصور داخل الإطار */
.fancybox__html5video, .fancybox__image {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
/* تنسيق الرابط */
.designer-link {
    color: #ffba70; /* لون مختلف (ذهبي فاتح) */
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 0 8px rgba(255, 204, 0, 0.6); /* إضاءة خفيفة ثابتة */
    animation: neonPulse 2s infinite alternate; /* أنميشن النبض */
}

/* تأثير عند تمرير الماوس (Hover) */
.designer-link:hover {
    color: #fff; /* يتحول للأبيض عند الوقوف عليه */
    text-shadow: 0 0 15px #ffcc00, 0 0 25px #ffcc00; /* تزداد قوة الإضاءة */
    transform: scale(1.1); /* يكبر حجمه قليلاً */
}

/* أنميشن النبض الضوئي */
@keyframes neonPulse {
    from {
        text-shadow: 0 0 5px rgba(255, 204, 0, 0.5), 0 0 10px rgba(255, 204, 0, 0.3);
    }
    to {
        text-shadow: 0 0 15px rgba(255, 204, 0, 0.8), 0 0 20px rgba(255, 204, 0, 0.5);
    }
}
/* الحاوية الرئيسية */
.social-side-ultra {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.ultra-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* تصميم الأيقونة الفردية */
.ultra-item {
    position: relative;
    width: 60px;
    height: 60px;
    background: rgba(20, 15, 10, 0.7); /* خلفية داكنة متماشية مع الموقع */
    border: 1px solid rgba(197, 160, 89, 0.3); /* إطار ذهبي رقيق */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.ultra-item i {
    font-size: 26px;
    color: rgba(197, 160, 89, 0.8);
    z-index: 2;
    transition: 0.5s;
}

/* تأثير التوهج الخلفي (Glow) */
.glow-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.4) 0%, transparent 70%);
    opacity: 0;
    transition: 0.5s;
}

/* حركات الأنميشن عند Hover */
.ultra-item:hover {
    transform: scale(1.15) translateX(10px);
    border-color: #c5a059;
    box-shadow: 0 0 30px rgba(197, 160, 89, 0.4);
}

.ultra-item.discord:hover i { color: #5865F2; text-shadow: 0 0 15px #5865F2; }
.ultra-item.youtube:hover i { color: #FF0000; text-shadow: 0 0 15px #FF0000; }

.ultra-item:hover .glow-layer {
    opacity: 1;
    animation: rotateGlow 3s linear infinite;
}

/* أنميشن جزيئات الطاقة (4K Particles effect) */
.ultra-item::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: url('https://www.transparenttextures.com/patterns/stardust.png');
    opacity: 0.1;
    animation: particlesMove 10s linear infinite;
}

@keyframes rotateGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes particlesMove {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}
.modal-overlay {
    position: fixed;
    z-index: 1000;
    left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    background-color: #222; /* لون غامق يناسب تصميم كال */
    margin: 10% auto;
    padding: 20px;
    width: 350px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.close-btn { float: right; cursor: pointer; font-size: 24px; }
input[type=text] { width: 90%; padding: 10px; margin: 10px 0; border-radius: 5px; border: none; }
#submitBtn { background: #9DC45F; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px; }
/* حاوية الجدول الاحترافية */
.ranking-container {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px;
    margin: auto;
}

.top5-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.top5-table tr {
    transition: all 0.3s ease;
    cursor: pointer;
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}

/* تأثير ظهور الصفوف بالترتيب */
@keyframes slideIn {
    from { transform: translateX(-50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.top5-table tr:hover {
    transform: scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}

.top5-table td {
    padding: 15px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* المركز الأول - الملك */
.first-place {
    background: linear-gradient(90deg, rgba(255, 215, 0, 0.2), transparent);
    border-left: 4px solid #ffd700 !important;
    position: relative;
    overflow: hidden;
}

.first-place::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    to { left: 100%; }
}

.gold-crown {
    font-size: 1.5rem;
    filter: drop-shadow(0 0 8px #ffd700);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.rank-number {
    font-weight: bold;
    font-style: italic;
    color: #aaa;
}

.lvl-badge {
    background: #e74c3c;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}
.ranking-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    background: rgba(0, 0, 0, 0.4); /* خلفية شفافة جداً */
    border-radius: 10px;
    padding: 10px;
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
}

.ranking-table tr {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInRank 0.8s ease forwards;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1); /* خط ذهبي باهت */
}

@keyframes fadeInRank {
    to { opacity: 1; transform: translateY(0); }
}

.ranking-table td {
    padding: 15px;
    color: #d4af37; /* لون ذهبي يشبه نصوص موقعك */
    font-family: 'Cinzel', serif; /* إذا كان موقعك يستخدم خطوط كلاسيكية */
    text-transform: uppercase;
}

.top-row {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.1), transparent);
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.crown { font-size: 20px; filter: drop-shadow(0 0 5px gold); }
.lvl-col span { font-size: 10px; color: #888; }
.name-col { font-weight: bold; letter-spacing: 1px; }
/* الحاوية الرئيسية */
.legendary-rank-box {
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(5, 5, 5, 0.95));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(212, 175, 55, 0.05);
    backdrop-filter: blur(15px);
    width: 400px;
    position: relative;
}

.rank-header h3 {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.gold-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    margin-bottom: 20px;
}

/* الجدول */
.top5-modern-table { width: 100%; border-collapse: collapse; }

.rank-row {
    opacity: 0;
    transform: perspective(500px) rotateX(-10deg);
    animation: slideInRank 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes slideInRank {
    to { opacity: 1; transform: perspective(500px) rotateX(0); }
}

.rank-row td { padding: 12px 5px; vertical-align: middle; }

/* الأرقام والبادج */
.rank-badge {
    width: 30px; height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex; align-items: center; justify-content: center;
    color: #888; border-radius: 2px; font-weight: bold;
}

.rank-badge.gold {
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid #d4af37;
    color: #fff;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

/* اسم اللاعب */
.player-name {
    color: #e0e0e0;
    font-weight: 500;
    display: block;
    transition: 0.3s;
}

.king .player-name { color: #d4af37; font-size: 1.1rem; }

.name-bar {
    width: 0; height: 1px;
    background: #d4af37;
    transition: 0.4s;
}

.rank-row:hover .name-bar { width: 80%; }

/* الليفل */
.lvl-text { font-size: 9px; color: #555; display: block; }
.lvl-val { color: #d4af37; font-weight: bold; font-size: 1.1rem; }

/* تأثير اللمعان عند المرور */
.rank-row:hover {
    background: rgba(212, 175, 55, 0.05);
    cursor: pointer;
}
/* الحاوية الرئيسية - Box */
.ranking-master-container {
    width: 450px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 2px; /* زوايا حادة لتناسب نمط السيوف */
    box-shadow: 0 20px 50px rgba(0,0,0,0.9);
    position: relative;
    overflow: hidden;
}

/* حركة ظهور الكروت */
.rank-card {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
    border-left: 2px solid rgba(212, 175, 55, 0.3);
    opacity: 0;
    transform: translateX(-30px);
    animation: epicEntrance 0.8s cubic-bezier(0.17, 0.88, 0.32, 1.28) forwards;
    transition: all 0.4s ease;
}

@keyframes epicEntrance {
    to { opacity: 1; transform: translateX(0); }
}

/* تمييز المركز الأول */
.rank-card.the-king {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.15) 0%, transparent 100%);
    border-left: 3px solid #d4af37;
    box-shadow: -10px 0 20px rgba(212, 175, 55, 0.1);
}

.rank-card.the-king .num {
    color: #fff;
    text-shadow: 0 0 10px #d4af37;
}

/* تفاصيل البطاقة */
.rank-number-box {
    position: relative;
    width: 40px;
    font-family: 'Cinzel', serif; /* خط أسطوري */
}

.num { color: #d4af37; font-size: 22px; font-weight: 900; }

.player-info { flex-grow: 1; padding-left: 20px; }

.p-name {
    color: #efefef;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 5px;
}

.experience-bar {
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.1);
}

.experience-bar .fill {
    width: 80%; /* مجرد شكل جمالي */
    height: 100%;
    background: #d4af37;
    box-shadow: 0 0 10px #d4af37;
}

.level-box { text-align: right; }

.lvl-label { display: block; font-size: 9px; color: #888; letter-spacing: 1px; }

.lvl-value {
    color: #d4af37;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

/* تأثير عند تمرير الماوس */
.rank-card:hover {
    transform: scale(1.05) translateX(10px);
    background: rgba(212, 175, 55, 0.1);
    border-left-color: #fff;
    cursor: pointer;
}
/* الحاوية الكبرى */
.honor-ranking-wrapper {
    width: 420px;
    background: rgba(10, 5, 5, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 69, 0, 0.2); /* برتقالي محروق */
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
}

/* الكارت الخاص بكل لاعب */
.honor-card {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.02);
    border-right: 2px solid transparent;
    opacity: 0;
    transform: perspective(1000px) rotateY(15deg);
    animation: honorFadeIn 0.7s ease-out forwards;
}

@keyframes honorFadeIn {
    to { opacity: 1; transform: perspective(1000px) rotateY(0); }
}

/* المركز الأول - الفانغارد */
.vanguard-rank {
    background: linear-gradient(270deg, rgba(255, 69, 0, 0.1), transparent);
    border-right: 3px solid #ff4500;
    box-shadow: 10px 0 20px rgba(255, 69, 0, 0.1);
}

.vanguard-rank .honor-rank-num {
    color: #ff4500;
    text-shadow: 0 0 15px #ff4500;
}

/* الأرقام */
.honor-rank-num {
    font-size: 24px;
    font-weight: 900;
    color: #555;
    font-family: 'Cinzel', serif;
    width: 50px;
}

/* معلومات اللاعب */
.honor-details { flex-grow: 1; }

.honor-player-name {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.honor-stats-row {
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.stat-tag {
    font-size: 10px;
    color: #aaa;
    letter-spacing: 1px;
}

.stat-tag.points { color: #ff8c00; font-weight: bold; }

.stat-divider {
    width: 1px;
    height: 10px;
    background: #333;
    margin: 0 10px;
}

/* أيقونة الشرف المتحركة */
.honor-icon-box {
    width: 30px;
    height: 30px;
    position: relative;
}

.honor-flame {
    width: 100%; height: 100%;
    background: url('path/to/flame-icon.png') no-repeat center; /* ضع رابط أيقونة شعلة أو سيف */
    background-size: contain;
    filter: drop-shadow(0 0 5px #ff4500);
    animation: pulseFlame 2s infinite;
}

@keyframes pulseFlame {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
}

/* Hover Effect */
.honor-card:hover {
    background: rgba(255, 69, 0, 0.05);
    transform: translateX(-5px);
    cursor: crosshair;
}
/* الحاوية الكبرى للصندوقين بجانب بعض */
.rankings-wrapper-flex {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px 0;
}

/* تصميم الصندوق (Box) الموحد */
.ranking-box-container {
    width: 450px; /* توحيد العرض */
    background: rgba(10, 10, 10, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.9);
}

.box-header-title {
    color: #d4af37;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-family: 'Cinzel', serif;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

/* تصميم الصفوف الموحد */
.rank-entry {
    display: flex;
    align-items: center;
    height: 65px; /* توحيد الارتفاع لكل صف */
    margin-bottom: 12px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
    border-left: 2px solid rgba(212, 175, 55, 0.2);
    padding: 0 15px;
    opacity: 0;
    transform: translateY(20px);
    animation: epicFadeIn 0.6s ease forwards;
    transition: all 0.3s;
}

@keyframes epicFadeIn {
    to { opacity: 1; transform: translateY(0); }
}

.rank-entry:hover {
    background: rgba(212, 175, 55, 0.1);
    border-left-color: #d4af37;
    transform: scale(1.02);
}

/* ترقيم المراكز */
.rank-num-text {
    width: 40px;
    color: #d4af37;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Cinzel', serif;
}

/* معلومات اللاعب */
.player-details-flex {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.p-name-main {
    color: #eee;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.p-sub-stat {
    font-size: 10px;
    color: #666;
    letter-spacing: 1px;
}

/* قيم الترتيب (Level أو Points) */
.rank-value-end {
    text-align: right;
    min-width: 80px;
}

.val-top { font-size: 9px; color: #888; display: block; }
.val-main { color: #d4af37; font-size: 18px; font-weight: bold; }
/* الحاوية المشتركة لتنسيق الصناديق بجانب بعض */
.rankings-main-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px;
    background: transparent; /* إزالة أي خلفية بيضاء أو سوداء */
}

/* الصندوق الخارجي (Box) - شفاف بلمسة زجاجية */
.epic-rank-card {
    width: 440px;
    background: rgba(0, 0, 0, 0.4); /* شفافية عالية جداً */
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 4px;
    padding: 20px;
    backdrop-filter: blur(5px); /* تغبيش خفيف للخلفية ليعطي عمق */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.epic-rank-card h3 {
    color: #d3a168;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    padding-bottom: 10px;
}

/* الصف الموحد (Row) */
.unified-rank-row {
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 8px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.02); /* خلفية صف شبه منعدمة */
    border-left: 3px solid transparent;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUpRank 0.5s forwards;
}

@keyframes fadeInUpRank {
    to { opacity: 1; transform: translateY(0); }
}

.unified-rank-row:hover {
    background: rgba(212, 175, 55, 0.08);
    border-left-color: #d3a168;
    cursor: pointer;
}

/* الأرقام */
.u-rank-number {
    width: 35px;
    color: #d3a168;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Cinzel', serif;
}

/* معلومات اللاعب */
.u-player-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.u-player-name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.u-player-sub {
    font-size: 9px;
    color: #777;
    letter-spacing: 1px;
}
.u-player-sub1000 {
    font-size: 14px;
    color: #d3a168;
    letter-spacing: 1px;
}
.u-player-sub100 {
    font-size: 12px;
    color: #d3a168;
    letter-spacing: 1px;
}
/* القيم النهائية */
.u-rank-value {
    text-align: right;
    min-width: 90px;
}

.u-val-label { font-size: 9px; color: #555; display: block; }
.u-val-number { color: #d3a168; font-size: 16px; font-weight: bold; }
/* تحسين توافق الصناديق مع السلايدر */
.news__item {
    display: flex !important;
    justify-content: center;
    padding: 10px;
}

.slider-card-fix {
    width: 100% !important; /* ليأخذ عرض السلايدر المخصص له */
    max-width: 480px; 
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4) !important; /* خلفية شفافة */
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    backdrop-filter: blur(8px);
}

/* لضمان عمل الأسهم بشكل صحيح فوق الصناديق */
.news__wrap.control {
    position: relative;
    z-index: 10;
}

/* إخفاء نقاط التنقل السفلية إذا كانت تشوه المنظر */
.slick-dots {
    display: none !important;
}
/* تنسيق صورة الحيوان المصغرة */
.u-player-sub img {
    width: 30px !important;
    height: 3px !important;
    border-radius: 2px;
    object-fit: contain;
    opacity: 0.8;
}

/* لون الـ Grade للحيوانات (أزرق سماوي فخم) */
.u-val-number {
    text-shadow: 0 0 5px rgba(77, 184, 255, 0.3);
}
/* الحاوية الرئيسية مع سكرول داخلي احترافي */
.news-feed-v2 {
    max-height: 550px;
    overflow-y: scroll;
    padding-right: 15px;
    scroll-behavior: smooth;
}

/* تخصيص السكرول بار ليكون ذهبي ورفيع جداً (Ultra-Slim) */
.news-feed-v2::-webkit-scrollbar { width: 4px; }
.news-feed-v2::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.3); }
.news-feed-v2::-webkit-scrollbar-thumb { 
    background: linear-gradient(to bottom, #d3a168, #8a6d3b);
    border-radius: 10px;
    box-shadow: 0 0 10px #d3a168;
}

/* كارت الخبر الـ 4K */
.news-entry {
    background: rgba(255, 255, 255, 0.02);
    border-left: 3px solid rgba(211, 161, 104, 0.3);
    margin-bottom: 15px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(2px);
    animation: slideIn 0.5s ease forwards;
}

.news-entry:hover {
    background: rgba(211, 161, 104, 0.08);
    border-left-color: #d3a168;
    transform: translateX(10px) scale(1.01);
    box-shadow: -10px 0 30px rgba(211, 161, 104, 0.1);
}

/* ألوان الـ Tags */
.tag-update { color: #00f2ff; border: 1px solid #00f2ff; padding: 2px 8px; font-size: 10px; border-radius: 3px; }
.tag-announcement { color: #ffae00; border: 1px solid #ffae00; padding: 2px 8px; font-size: 10px; border-radius: 3px; }

.news-entry h3 {
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255,255,255,0.2);
}

/* نافذة الـ Popup الـ 4K */
.ultra-popup-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.9); backdrop-filter: blur(15px);
    display: none; z-index: 100000; align-items: center; justify-content: center;
}

.ultra-popup-box {
    background: url('../images/bg_dark_pattern.png'), #0d0502;
    border: 1px solid #d3a168;
    padding: 50px; width: 90%; max-width: 700px;
    box-shadow: 0 0 100px rgba(211, 161, 104, 0.2);
    transform: translateY(30px); opacity: 0;
    transition: 0.5s;
}

.ultra-popup-box.active { transform: translateY(0); opacity: 1; }

@keyframes slideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* الخلفية المعتمة خلف النافذة */
.ultra-popup-overlay {
    background: rgba(0, 0, 0, 0.7) !important; /* تعتيم خفيف */
    backdrop-filter: blur(8px); /* أهم خاصية لتجعل الموقع خلفها ضبابي */
    -webkit-backdrop-filter: blur(8px);
}

/* جسم النافذة - التصميم الزجاجي الحقيقي */
.glass-design {

    border: 1px solid rgba(211, 161, 104, 0.2) !important; /* إطار ذهبي شفاف جداً */
    border-radius: 4px;
    padding: 30px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    color: #fff;
    max-width: 600px;
    width: 90%;
    position: relative;
}

/* العناوين والتنسيق */
.gold-title {
    color: #d3a168;
    font-family: 'Philosopher', serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0;
    font-weight: 300;
}

/* الأزرار لتشبه صورك */
.btn-sm-gold {
    background: rgba(211, 161, 104, 0.1);
    border: 1px solid rgba(211, 161, 104, 0.3);
    color: #d3a168;
    padding: 6px 15px;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-sm-gold:hover {
    background: #d3a168;
    color: #000;
}

.btn-acknowledge-large {
    width: 100%;
    background: rgba(211, 161, 104, 0.05);
    border: 1px solid #d3a168;
    color: #d3a168;
    padding: 12px;
    margin-top: 25px;
    cursor: pointer;
    font-family: 'Philosopher';
    letter-spacing: 2px;
    transition: 0.4s;
}

.btn-acknowledge-large:hover {
    background: rgba(211, 161, 104, 0.2);
    box-shadow: 0 0 15px rgba(211, 161, 104, 0.3);
}

/* إخفاء السكرول بار التقليدي */
.custom-scroll::-webkit-scrollbar { width: 4px; }
.custom-scroll::-webkit-scrollbar-thumb { background: #d3a168; }
/* تخصيص السكرول بار للعناصر التي تحمل كلاس custom-scroll */
.custom-scroll::-webkit-scrollbar {
    width: 5px; /* عرض نحيف جداً ليعطي مظهر الـ Premium */
}

/* المسار (الخلفية التي يتحرك عليها السكرول) */
.custom-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2); /* خلفية شفافة جداً لعدم تشويه التصميم الزجاجي */
    border-radius: 10px;
}

/* المقبض (الجزء المتحرك) */
.custom-scroll::-webkit-scrollbar-thumb {
    /* تدرج ذهبي ميتاليك ليناسب أزرار اللعبة */
    background: linear-gradient(180deg, #d3a168 0%, #a67c4e 100%); 
    border-radius: 10px;
    /* إضافة توهج ذهبي خفيف */
    box-shadow: 0 0 8px rgba(211, 161, 104, 0.3);
}

/* تأثير عند تمرير الماوس فوق السكرول */
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #e9c294; /* تفتيح اللون عند التفاعل */
    box-shadow: 0 0 12px rgba(211, 161, 104, 0.6);
}

/* توافق مع متصفح Firefox */
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: #d3a168 rgba(0, 0, 0, 0.2);
}
.main-text {
    scroll-behavior: smooth;
}
    /* الخط الملحمي */
    @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Oswald:wght@600&display=swap');

    .qigong-clean-layout {
        display: flex !important;
        align-items: center !important;
        gap: 15px;
    }

    .q-minimal-label {
        color: #d3a168 !important; /* لون موقعك */
        font-family: 'Cinzel', serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        text-shadow: 0 0 15px rgba(211, 161, 104, 0.4);
        text-transform: uppercase;
    }

    .qigong-visual-timer {
        display: flex !important;
        align-items: center;
        gap: 12px;
    }

    /* صناديق الأرقام بدون إطار خارجي (فقط خط سفلي احترافي) */
    .q-unit-box {
        position: relative;
        min-width: 50px;
        text-align: center;
        padding: 5px 0;
        background: transparent;
        border-bottom: 2px solid rgba(211, 161, 104, 0.3); /* خط سفلي بلون موقعك */
    }

    .q-unit-box .num {
        display: block;
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
        text-shadow: 0 4px 10px rgba(0,0,0,0.9), 0 0 20px rgba(211, 161, 104, 0.2);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .q-unit-box .lab {
        display: block;
        color: #d3a168;
        font-size: 9px;
        font-family: 'Cinzel', serif;
        margin-top: 5px;
        font-weight: bold;
        letter-spacing: 1px;
        opacity: 0.8;
    }

    /* تأثير اللمعة التي تمر فوق الأرقام كل 3 ثواني */
    .q-unit-box::after {
        content: '';
        position: absolute;
        top: 0; left: -100%;
        width: 100%; height: 100%;
        background: linear-gradient(90deg, transparent, rgba(211, 161, 104, 0.2), transparent);
        animation: lightSweep 3s infinite;
    }

    @keyframes lightSweep {
        0% { left: -100%; }
        30% { left: 100%; }
        100% { left: 100%; }
    }

    /* أنيميشن عند تغير الرقم */
    .num-pop {
        animation: popScale 0.4s ease-out;
    }

    @keyframes popScale {
        0% { transform: scale(1.3); color: #d3a168; }
        100% { transform: scale(1); color: #fff; }
    }

    .q-sep {
        color: rgba(211, 161, 104, 0.5);
        font-size: 24px;
        font-family: 'Oswald', sans-serif;
        margin-top: -15px;
        animation: blinkFade 1.5s infinite;
    }

    @keyframes blinkFade {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.2; }
    }

    /* تمييز الثواني باللون الأحمر الناري المدمج */
    .q-glow-red { border-bottom-color: #ff3e3e !important; }
    .q-glow-red .num { color: #ff3e3e !important; text-shadow: 0 0 20px rgba(255, 62, 62, 0.5); }
    .q-glow-red .lab { color: #ff3e3e !important; }
/* 1. السيف العادي (Cursor3) للموقع كله وفي كل العناصر */
html, body, * {
    cursor: url('../images/CursorGroup200.png') 0 0, auto !important;
}

/* 2. السيف المضيء (Cursor3_hover) عند الوقوف على أي شيء تفاعلي */
/* ده هيشمل اللينكات، الزراير، الـ Ranking، الـ Home، وكل اللي كان بيعمل "إيد" */
a:hover, 
button:hover, 
li:hover, 
td:hover, 
input:hover, 
[role="button"]:hover,
[onclick]:hover,
.top-players *:hover, 
#home-section *:hover {
    cursor: url('../images/CursorGroup201.png') 0 0, pointer !important;
}

/* 3. لضمان عدم حدوث "فلكر" أو رعشة للماوس فوق النصوص */
a *, button *, li *, td * {
    cursor: inherit !important;
}
.qigong-ultimate-store {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Search Box Design */
.search-wrapper { margin-bottom: 50px; }
.shimmer-title { color: #d3a168; font-size: 38px; letter-spacing: 5px; text-shadow: 0 0 15px rgba(211, 161, 104, 0.4); }

.search-box {
    position: relative;
    max-width: 400px;
    margin: 20px auto;
}

.search-box i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #d3a168; }

.search-box input {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(211, 161, 104, 0.3);
    padding: 15px 15px 15px 45px;
    color: #fff;
    border-radius: 50px;
    outline: none;
    transition: 0.3s;
    font-size: 16px;
}

.search-box input:focus { border-color: #d3a168; box-shadow: 0 0 20px rgba(211, 161, 104, 0.2); }
.search-hint { color: #666; font-size: 12px; }

/* Grid System */
.packs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    min-height: 300px;
}

/* Glass Pack Item */
.pack-item {
    width: 210px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(211, 161, 104, 0.1);
    border-radius: 12px;
    padding: 5px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.pack-inner { padding: 25px 10px; border: 1px solid transparent; border-radius: 10px; }

.pack-item:hover, .pack-item.active {
    transform: scale(1.05);
    background: rgba(211, 161, 104, 0.05);
    border-color: #d3a168;
}

.pack-item.active .pack-inner { border-color: rgba(211, 161, 104, 0.4); animation: glowAnim 2s infinite; }

@keyframes glowAnim { 0%, 100% { box-shadow: inset 0 0 10px rgba(211, 161, 104, 0.1); } 50% { box-shadow: inset 0 0 30px rgba(211, 161, 104, 0.2); } }

/* Content Styles */
.coin-label { font-size: 10px; color: #777; text-transform: uppercase; letter-spacing: 2px; }
.coin-glow { width: 75px; margin: 20px 0; filter: drop-shadow(0 0 10px #000); }
.amount-wrap { color: #fff; font-size: 22px; font-weight: 800; }
.amount-wrap small { display: block; font-size: 11px; color: #d3a168; text-transform: uppercase; }
.gold-txt { color: #d3a168; font-size: 11px; display: block; margin-top: 5px; }

.price-frame {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(211, 161, 104, 0.3);
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    padding: 8px 0;
    border-radius: 4px;
}

.price-frame.gold-border { color: #d3a168; border-color: #d3a168; }

.bonus-tag {
    position: absolute;
    top: -10px; left: 50%; transform: translateX(-50%);
    background: #d3a168; color: #000; font-size: 10px; font-weight: 900; padding: 3px 12px; border-radius: 2px;
}

/* Footer & Button */
.store-bottom { max-width: 600px; margin: 60px auto; padding-bottom: 80px; }
.login-msg { background: rgba(211, 161, 104, 0.05); border: 1px solid rgba(211, 161, 104, 0.2); color: #d3a168; padding: 15px; border-radius: 8px; margin-bottom: 30px; font-size: 14px; }

.paypal-mega-btn {
    background: #d3a168;
    color: #000;
    border: none;
    width: 100%;
    padding: 22px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.paypal-mega-btn:hover { background: #fff; box-shadow: 0 0 40px rgba(211, 161, 104, 0.5); transform: translateY(-3px); }

.btn-shine {
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shineMove 4s infinite;
}

@keyframes shineMove { 0% { left: -100%; } 20% { left: 100%; } 100% { left: 100%; } }
.rules-v2 { margin-top: 40px; color: #555; font-size: 11px; letter-spacing: 1px; }
/* حل مشكلة الطول في الـ Section */
.packs-scroll-area {
    max-height: 450px; /* طول منطقة العرض */
    overflow-y: auto; /* سكرول عمودي */
    padding: 20px;
    margin-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: #d3a168 transparent;
}

/* سكرول بار شيك ومتوافق مع الموقع */
.packs-scroll-area::-webkit-scrollbar { width: 5px; }
.packs-scroll-area::-webkit-scrollbar-thumb { background: #d3a168; border-radius: 10px; }

/* تأثير الزجاج الشفاف */
.pack-item {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(211, 161, 104, 0.1);
    border-radius: 8px;
    transition: 0.4s;
}

.pack-item:hover, .pack-item.active {
    background: rgba(211, 161, 104, 0.05) !important;
    border-color: #d3a168 !important;
    box-shadow: 0 0 20px rgba(211, 161, 104, 0.2);
}

/* البراويز الداخلية */
.price-frame {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(211, 161, 104, 0.3);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding: 10px 0;
}

.price-frame.gold-border { color: #d3a168; border-color: #d3a168; }
.qigong-premium-store { width: 100%; position: relative; color: #fff; z-index: 5; margin-top: -20px; }
.shimmer-gold-title { color: #d3a168; font-size: 28px; letter-spacing: 4px; text-shadow: 0 0 15px rgba(211,161,104,0.3); }

/* البحث */
.search-container { position: relative; max-width: 300px; margin: 10px auto 20px; }
.search-container i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #d3a168; }
.search-container input { 
    width: 100%; background: rgba(0,0,0,0.7); border: 1px solid rgba(211,161,104,0.3); 
    padding: 10px 15px 10px 40px; color: #fff; border-radius: 4px; outline: none;
}

/* منطقة التمرير - تم ضبط الارتفاع ليتناسب مع القسم */
.packs-scroll-area {
    max-height: 400px; 
    overflow-y: auto; 
    padding: 15px; 
    scrollbar-width: thin;
    scrollbar-color: #d3a168 transparent;
    border-bottom: 1px solid rgba(211,161,104,0.1);
}
.packs-scroll-area::-webkit-scrollbar { width: 4px; }
.packs-scroll-area::-webkit-scrollbar-thumb { background: #d3a168; border-radius: 10px; }

.packs-flex-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 30px; }

/* البطاقات الزجاجية */
.glass-pack {
    width: 170px; background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px);
    border: 1px solid rgba(211, 161, 104, 0.15); border-radius: 4px; padding: 15px 5px;
    cursor: pointer; transition: 0.3s; position: relative; text-align: center;
}
.glass-pack:hover, .glass-pack.active { border-color: #d3a168; background: rgba(211, 161, 104, 0.05); }

.pack-name { font-size: 9px; color: #777; text-transform: uppercase; margin-bottom: 10px; }
.coin-img { width: 50px; margin-bottom: 10px; filter: drop-shadow(0 0 5px #000); }
.pack-amount { font-size: 18px; font-weight: bold; color: #fff; }
.pack-amount span { display: block; font-size: 9px; color: #d3a168; }
.pack-amount small { display: block; font-size: 9px; color: #d3a168; margin-top: 3px; }

.pack-price-box {
    margin-top: 15px; background: rgba(0,0,0,0.8); border: 1px solid rgba(211, 161, 104, 0.3);
    color: #fff; font-size: 20px; font-weight: 900; padding: 4px 0;
}
.pack-price-box.gold-border { color: #d3a168; border-color: #d3a168; }

.bonus-ribbon {
    position: absolute; top: -8px; left: 50%; transform: translateX(-50%);
    background: #d3a168; color: #000; font-size: 8px; font-weight: 900; padding: 2px 8px; border-radius: 2px;
}

/* القوانين */
.official-rules-container { 
    margin: 20px auto; background: rgba(0,0,0,0.5); border: 1px solid rgba(211,161,104,0.1); 
    padding: 15px; text-align: left; max-width: 800px;
}
.official-rules-container h3 { color: #d3a168; font-size: 14px; margin-bottom: 10px; }
.rules-box-inner p { font-size: 11px; color: #888; margin-bottom: 5px; }
.rule-agree-txt { color: #d3a168 !important; font-weight: bold; margin-top: 10px; border-top: 1px dashed rgba(211,161,104,0.2); padding-top: 5px; }

/* منطقة الدفع السفلية */
.store-footer-v3 { margin: 20px auto; max-width: 500px; }
.user-panel-notice { color: #d3a168; font-size: 13px; margin-bottom: 15px; }
.paypal-action-btn {
    background: #d3a168; color: #000; border: none; width: 100%; padding: 15px;
    font-size: 16px; font-weight: 900; border-radius: 4px; cursor: pointer; position: relative; overflow: hidden;
}
.paypal-action-btn:hover { background: #fff; box-shadow: 0 0 20px rgba(211, 161, 104, 0.4); }
/* حاوية الأحداث الرئيسية - توزيع شبكي احترافي ومرن */
.events-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* كروت أعرض قليلاً لمظهر فخم */
    gap: 25px;
    padding: 30px;
    max-width: 1400px; /* حاوية أعرض */
    margin: 0 auto;
    perspective: 1000px; /* لإضافة عمق بصري عند التحريك */
}

/* المربع الخاص بكل حدث - تأثير الزجاج الشفاف (Glassmorphism) */
.event-box {
    background: rgba(15, 15, 15, 0.6); /* خلفية داكنة جداً وشفافة */
    backdrop-filter: blur(10px); /* تأثير التغبيش الاحترافي على الخلفية */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(211, 161, 104, 0.15); /* إطار ذهبي نحيف جداً وخافت */
    border-radius: 12px; /* زوايا أنعم */
    padding: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); /* حركة ناعمة ومحترفة */
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3); /* ظل ناعم */
}

/* حركات عند الوقوف على الكارت (Hover Effects) */
.event-box:hover {
    transform: translateY(-8px) rotateX(2deg); /* ارتفاع مع ميلان بسيط للداخل */
    border-color: rgba(211, 161, 104, 0.6); /* تفتيح الإطار الذهبي */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 15px rgba(211, 161, 104, 0.1); /* ظل أقوى مع هالة ذهبية خفيفة */
}

/* تأثير لمعان (Shine) يمر على الكارت عند الـ Hover */
.event-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
}

.event-box:hover::before {
    left: 150%;
}

/* عنوان الحدث - ذهبي أنيق وفخم */
.event-header {
    color: #d3a168; /* لونك الذهبي المحدد */
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* ظل للنص لزيادة الوضوح */
    position: relative;
    padding-bottom: 10px;
}

/* خط ديكوري تحت العنوان */
.event-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, transparent, #d3a168, transparent);
}

/* تقليل المسافة السفلية للتايمر لرفع الزرار */
.timer-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px; /* قللنا المسافة هنا من 25 لـ 12 */
}

.time-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* الدائرة المحيطة بالرقم */
.time-slot span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(211, 161, 104, 0.05); /* خلفية ذهبية خفيفة جداً */
    border: 1px solid rgba(211, 161, 104, 0.3);
    border-radius: 50%; /* دوائر كاملة */
    margin-bottom: 8px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* حركة نبض خفيفة للدوائر عند الـ Hover على الكارت */
.event-box:hover .time-slot span {
    background: rgba(211, 161, 104, 0.1);
    border-color: rgba(211, 161, 104, 0.8);
    transform: scale(1.05);
}

.time-slot small {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* تعديل الزرار نفسه ورفعه */
.event-footer {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 6px 18px; /* صغرنا الـ padding شوية عشان يبان أرق */
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-top: 0; /* نضمن إنه مفيش margin زيادة فوقه */
    position: relative;
    top: -5px; /* دي هترفعه لفوق 5 بكسل زيادة عن مكانه الطبيعي */
}

/* حالة الحدث عندما يبدأ اليوم */
.status-today {
    color: #d3a168;
    background: rgba(211, 161, 104, 0.1);
    border-color: rgba(211, 161, 104, 0.3);
    text-shadow: 0 0 5px rgba(211, 161, 104, 0.5);
}

/* حالة الحدث عندما يكون شغال الآن (Active) */
.event-active {
    border: 1px solid #ff4500; /* إطار أحمر برتقالي قوي */
    box-shadow: inset 0 0 20px rgba(255, 69, 0, 0.15), 0 0 15px rgba(255, 69, 0, 0.2);
    animation: pulse-active 2s infinite; /* أنيميشن نبض الإطار */
}

.event-active .event-header {
    color: #ff4500; /* تغيير عنوان الحدث للون النشط */
    text-shadow: 0 0 10px rgba(255, 69, 0, 0.5);
}

.event-active .time-slot span {
    border-color: rgba(255, 69, 0, 0.5);
    background: rgba(255, 69, 0, 0.05);
}

.status-active {
    background: #ff4500; /* زر خلفيته حمراء بالكامل */
    color: #fff;
    border-color: #ff4500;
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.5);
    animation: flash-status 1s infinite alternate; /* أنيميشن وميض للزر */
}

/* تعاريف الـ Animations */

/* نبض للإطار (Active Event) */
@keyframes pulse-active {
    0% { border-color: rgba(255, 69, 0, 0.4); box-shadow: inset 0 0 20px rgba(255, 69, 0, 0.1), 0 0 10px rgba(255, 69, 0, 0.1); }
    50% { border-color: rgba(255, 69, 0, 1); box-shadow: inset 0 0 20px rgba(255, 69, 0, 0.2), 0 0 20px rgba(255, 69, 0, 0.3); }
    100% { border-color: rgba(255, 69, 0, 0.4); box-shadow: inset 0 0 20px rgba(255, 69, 0, 0.1), 0 0 10px rgba(255, 69, 0, 0.1); }
}

/* وميض للزر (Active Status) */
@keyframes flash-status {
    from { opacity: 1; transform: scale(1); }
    to { opacity: 0.8; transform: scale(1.02); }
}
/* تحسين الحاوية لعدم التأثير على السكرول */
header[data-section="news"] {
    min-height: 100vh; /* يضمن إن القسم واخد مساحة الشاشة كاملة */
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden; /* يمنع تسريب العناصر للسكشن اللي تحته */
}

.events-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 20px;
    width: 95%;
    margin: 0 auto;
    max-height: 70vh; /* يمنع الـ wrapper إنه يطول بزيادة */
    overflow-y: auto; /* لو الأحداث كتير، السكرول يبقى جوا المربع مش في الصفحة */
}

/* إخفاء السكرول بار الداخلي عشان الشكل */
.events-wrapper::-webkit-scrollbar {
    width: 3px;
}
.events-wrapper::-webkit-scrollbar-thumb {
    background: #d3a168;
}

/* الأرقام جوا المربعات - تحسين الـ Animation */
.time-slot span {
    font-variant-numeric: tabular-nums; /* يمنع اهتزاز الأرقام عند التغيير */
    transition: transform 0.2s ease;
}
/* تحسين الأقسام لنظام الـ Section Switcher */
.rules-section, .dropist-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

/* تصميم شبكة القوانين */
.rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.rule-item {
    background: rgba(20, 15, 10, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(211, 161, 104, 0.2);
    padding: 30px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    transition: all 0.4s ease;
}

.rule-item:hover {
    border-color: #d3a168;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.rule-icon {
    color: #d3a168;
    font-size: 2rem;
    text-shadow: 0 0 10px rgba(211, 161, 104, 0.5);
}

.rule-info h3 {
    color: #d3a168;
    margin-bottom: 10px;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
}

.rule-info p {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* تصميم جدول الدروب */
.drop-table-wrapper {
    background: rgba(20, 15, 10, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(211, 161, 104, 0.2);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 40px;
}

.custom-drop-table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}

.custom-drop-table th {
    background: rgba(211, 161, 104, 0.1);
    color: #d3a168;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(211, 161, 104, 0.3);
}

.custom-drop-table td {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.boss-name {
    color: #d3a168;
    font-weight: bold;
}

.custom-drop-table tr:hover {
    background: rgba(211, 161, 104, 0.05);
}
/* تنسيق سكشن القوانين ليتناسب مع نظام الـ Sections */
.rules-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

/* دائرة الأيقونة - مستوحاة من دوائر التايمرز */
.rule-icon-circle {
    width: 60px;
    height: 60px;
    background: rgba(211, 161, 104, 0.05);
    border: 1px solid rgba(211, 161, 104, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem;
    color: #d3a168;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.rule-box:hover .rule-icon-circle {
    background: rgba(211, 161, 104, 0.1);
    border-color: #d3a168;
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 0 15px rgba(211, 161, 104, 0.3);
}

/* نص القانون */
.rule-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 60px; /* لتوحيد ارتفاع المربعات */
}

/* تعديل الـ footer في القوانين ليكون مرفوعاً كما طلبت */
.rule-box .event-footer {
    position: relative;
    top: -5px;
}
/* تمييز كارت ميزة الـ ALT + Right Click */
.dropist-section .rule-box {
    border: 1px dashed rgba(211, 161, 104, 0.5); /* إطار منقط ليعطي إيحاء بميزة تقنية */
    background: rgba(20, 15, 10, 0.8);
}

.dropist-section .rule-box:hover {
    border-style: solid;
    box-shadow: 0 0 30px rgba(211, 161, 104, 0.2);
}

.dropist-section .rule-icon-circle i {
    animation: mouse-pulse 2s infinite;
}

@keyframes mouse-pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}
/* ضبط السكشن ليكون في منتصف الشاشة */
.dropist-section.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center; /* توسيط رأسي */
    align-items: center;    /* توسيط أفقي */
    min-height: 100vh;      /* ملء ارتفاع الشاشة */
    text-align: center;
}

/* حاوية الكارت لضمان عدم تمدده بزيادة */
.droplist-main-container {
    width: 100%;
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

/* تنسيق النص الذهبي الكبير */
.highlight-gold {
    color: #d3a168;
    font-weight: bold;
    font-size: 1.3rem;
    display: block;
    margin: 15px 0;
    text-shadow: 0 0 10px rgba(211, 161, 104, 0.3);
}

/* تأكيد استايل الـ Box الموحد */
.dropist-section .rule-box {
    max-width: 500px;
    width: 90%;
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(211, 161, 104, 0.15);
    padding: 30px;
}

/* رفعة الزرار الصايعة */
.dropist-section .event-footer {
    position: relative;
    top: -5px;
}
/* ========================================= */
/* تصميم المتجر (Vote Shop) */
/* ========================================= */

.shop-items-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.shop-item-card {
    background-color: #1a1c23; /* لون خلفية الكارت الغامق */
    border: 1px solid #2a2d35;
    border-radius: 10px;
    padding: 15px;
    width: 260px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    text-align: left;
}

.shop-item-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.item-category {
    font-size: 10px;
    background: #332b1f;
    color: #d4af37;
    padding: 3px 8px;
    border-radius: 3px;
    float: right;
    text-transform: uppercase;
}

.item-name {
    font-size: 15px;
    color: #ffffff;
    margin: 10px 0 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.item-desc {
    font-size: 12px;
    color: #8b8b99;
    margin-bottom: 20px;
    min-height: 50px;
}

.item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2a2d35;
    padding-top: 15px;
}

.item-price {
    font-size: 16px;
    font-weight: bold;
    color: #d4af37; /* اللون الذهبي */
}

.item-price span {
    font-size: 12px;
}

.buy-btn {
    background: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
    padding: 6px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s ease;
}

.buy-btn:hover {
    background: #d4af37;
    color: #1a1c23;
}
/* الحاوية الرئيسية - شفافة ولونها غامق متطابق مع صفحة الرانك */
.gk-gear-ranking-wrapper {
    background: rgba(18, 15, 13, 0.85); /* لون داكن جداً بشفافية 85% */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(211, 161, 104, 0.15); /* إطار ذهبي خفيف جداً */
    border-radius: 8px;
    padding: 30px;
    max-width: 1050px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    
    /* إعدادات السكرول الداخلي */
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 15px; /* مسافة للسكرول */
}

/* ------------------------------------------- */
/* تصميم السكرول بار الاحترافي (نفس نظام موقعك) */
/* ------------------------------------------- */
.gk-gear-ranking-wrapper::-webkit-scrollbar {
    width: 4px; /* رفيع جداً واحترافي */
}

.gk-gear-ranking-wrapper::-webkit-scrollbar-track {
    background: transparent; /* الخلفية شفافة */
}

.gk-gear-ranking-wrapper::-webkit-scrollbar-thumb {
    background: rgba(211, 161, 104, 0.3); /* لون ذهبي خافت جداً */
    border-radius: 10px;
}

.gk-gear-ranking-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(211, 161, 104, 0.8); /* ينور لما تقف عليه بالماوس */
}

/* العنوان الرئيسي */
.gk-main-title {
    text-align: center;
    color: #d3a168;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

/* حاوية التبويبات */
.gk-tabs-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* أزرار التبويبات الرئيسية */
.gk-tab-btn {
    background: rgba(255, 255, 255, 0.02); /* خلفية خافتة جداً */
    border: 1px solid rgba(255, 255, 255, 0.05); /* إطار أبيض خفيف */
    color: #8b8374;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.gk-tab-btn.active, .gk-tab-btn:hover {
    border-color: #d3a168;
    color: #d3a168;
    background: rgba(211, 161, 104, 0.05);
}

/* أزرار التبويبات الفرعية */
.gk-sub-tab-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #6a6459;
    padding: 8px 25px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.gk-sub-tab-btn.active, .gk-sub-tab-btn:hover {
    border-color: rgba(211, 161, 104, 0.4);
    color: #d3a168;
}

/* الوصف */
.gk-ranking-desc {
    text-align: center;
    font-size: 12px;
    color: #7a7366;
    margin-bottom: 30px;
    background: transparent;
    display: block;
    padding: 5px;
    width: 100%;
}

.gk-ranking-desc span {
    color: #a39682;
}

/* الشبكة (Grid) */
.gk-ranking-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* الكارت الواحد - متناسق مع كروت اللاعبين في الرانك */
.gk-card {
    background: rgba(255, 255, 255, 0.02); /* شفافية تكاد تكون غير مرئية */
    border: 1px solid rgba(255, 255, 255, 0.04); /* حدود ناعمة جداً */
    border-radius: 6px;
    padding: 20px;
    display: flex;
    gap: 20px;
    transition: background 0.3s ease;
}

.gk-card:hover {
    background: rgba(255, 255, 255, 0.04); /* تفتيح بسيط عند مرور الماوس */
}

/* صورة الشخصية / الأيقونة */
.gk-card-img {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gk-card-img img {
    max-width: 100%;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
}

/* معلومات الكارت */
.gk-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* اسم الكلاس */
.gk-class-title {
    color: #d3a168;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 12px;
    position: relative;
    letter-spacing: 1px;
}

.gk-class-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.05); /* خط فاصل خافت جداً */
}

/* صفوف الأدوات */
.gk-item-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 8px;
}

.gk-item-name {
    color: #a39682; /* لون مائل للرمادي/الذهبي متناسق مع الصورة */
}

/* الحالات المتعددة */
.gk-status {
    font-weight: bold;
}
.gk-status.not-yet { color: #555047; font-weight: normal; }
.gk-status.wip { color: #e0e0e0; }
.gk-status.achieved { color: #d3a168; } 

/* قسم الطقم الكامل */
.gk-full-set {
    margin-top: auto;
    text-align: center;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.gk-full-title {
    color: #d3a168;
    font-size: 10px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    opacity: 0.7;
}

/* توافق الجوال */
@media (max-width: 768px) {
    .gk-ranking-grid {
        grid-template-columns: 1fr;
    }
}
/* --- حاوية السكرول (مخفي وأنيق) --- */
.list-scroll-wrapper {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    
    /* السطر الجديد لضبط السكرول */
    overscroll-behavior: contain; 
    
    scrollbar-width: thin;
    scrollbar-color: rgba(211, 161, 104, 0.3) transparent;
}

/* سكرول كروم/إيدج */
.list-scroll-wrapper::-webkit-scrollbar { width: 3px; }
.list-scroll-wrapper::-webkit-scrollbar-track { background: transparent; }
.list-scroll-wrapper::-webkit-scrollbar-thumb { background: rgba(211, 161, 104, 0.3); border-radius: 5px; }
/* إخفاء التبويبات والشبكات غير النشطة */
.gk-sub-tabs { display: none; }
.gk-sub-tabs.active-tabs { display: flex; }
.gk-ranking-grid { display: none; }
.gk-ranking-grid.active-grid { display: grid; }
/* ==================== فريم الاسم المتحرك ==================== */
.name-frame {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border-radius: 4px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    margin-top: 2px;
}

/* ده الخط الدهبي اللي بيلف في الخلفية */
.name-frame::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: conic-gradient(transparent, transparent, transparent, #d3a168);
    animation: rotate-frame 2s linear infinite;
    z-index: -2;
}

/* دي الطبقة الغامقة اللي بتغطي النص وتخلي الدهبي يبان كأنه فريم (حدود) بس */
.name-frame::after {
    content: '';
    position: absolute;
    inset: 1.5px; /* ده سُمك الفريم (تقدر تكبره أو تصغره) */
    background: #110e0c; /* نفس لون خلفية الكارت عشان يندمج معاه */
    border-radius: 3px;
    z-index: -1;
}

/* حركة الدوران */
@keyframes rotate-frame {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* تعديل بسيط عشان الاسم يظهر بوضوح فوق الفريم */
.name-frame .gk-status {
    position: relative;
    z-index: 2;
    font-size: 11px;
}