
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, videA {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/yourfear/yourfear_bg_top.webp) center top no-repeat;
  background-color: #07070a;
  font-family: MyriadPro-Regular;
  font-size: 14px;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #8d7962;
  text-decoration: none;
}

h1, h2,h3{
  color: #ff4628;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 40px;
  color: #ffac5b;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
  color: #ffac5b;
  font-family: Albertus-Bold;
  text-shadow: 0px 0px 21px rgb(255 77 48 / 0.18);
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  text-align: center;
}

table tr:nth-child(odd) {
  background-color: #100c0c;
}
caption {
  margin-bottom: 15px;
}

/**/
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 30px;
	border-radius: 2px;
	height: 20px;
	width: 20px;
	background-color: rgb(1 0 2 / 0.5);
}

.container:hover input ~ .checkmark {
  background-color: #363b0a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  position: relative;
  left: 1px;
  width: 20px;
  height: 20px;
  background: url(../images/ok_ok.png) center top no-repeat;
  opacity: 1 !important;
}
/**/

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #141514;
}
::-webkit-scrollbar-track {
  border-width: 0;
}
textarea {
  color: #241a18;
  position: relative;
}

:focus {
 outline:none;
}

::-webkit-input-placeholder {
  color: #696975;
}

.wrapper {
  width: 1148px;
  margin: -160px auto 60px auto; 
  /*   ↑top   ↑left/right   ↑bottom  ↑left/right */
  position: relative;
}

.flex {
  display: flex;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topPanel-wrapper {
  width: 1148px; 
  margin: 0 auto;
  height: 71px;
}

.topPanel {
  position: fixed;
  height: 71px;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 99;
  border-bottom: 1px solid#1c1e23;
  background: url('../images/top_bg.webp') no-repeat center/cover;
}

.topPanel.topPanel-top {
  background-color: rgb(4 4 6 / 0.95);
}

.topPanel-right{
   width: 858px; 
}
.topPanel-left{
  width: 290px;
}
.logo-mini{
  padding-top: 9px;
}
.logo-mini a:hover{
  -webkit-filter: brightness(140%); 
  filter: brightness(140%); 
}
.lang-block {
  position: relative;
  height: 26px;
  border-left: 1px solid#272b30;
  border-right: 1px solid#272b30;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 3px;
  font-size: 16px;
  font-family: MyriadPro-Regular;
}
.lang-block:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 9px;
  height: 8px;
  width: 12px;
  background: url(../images/lang-block.png) top no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.lang-block:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.lang-block a:hover {
  color: #ffac5b;
}

.lang-block img {
  position: relative;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-bottom: -2px;
  transition: all 0.3s ease;
  background-size: 16px
}
.main-item {
  position: relative;
  color: #fff;
  z-index: 9;
}
.hidden-block {
  position: absolute;
  background: #040406;
  min-width: 180px;
  z-index: 2;
  left: -10px;
  top: 49px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
}
.hidden-block a {
  display: flex;
  align-items: center;
  padding: 8px 40px;
  color: #fff;
}
.hidden-block a:hover {
  background: #0d0e15;
}
.hidden-block:after {
  border: 10px solid transparent;
  border-bottom-color: #040406;
  position: absolute;
  left: 34px;
  top: -20px;
  content: '';
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}

/*menu*/
.menu {
  display: flex;
  padding-left: 17px;
}
.menu span {
  margin-right: 30px;
}
.menu.menu-top li + li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px; /* ↓ menší výška */
    background: rgba(255, 255, 255, 0.25);
    margin: 0 14px; /* více místa mezi texty */
    vertical-align: middle; /* ↓ zarovnání k textu */
}
.menu.menu-top li {
    display: inline-flex;
    align-items: center;
}
.menu li a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px 17px;
  display: block;
  line-height: 50px;
  font-size: 15px;
  font-family: Albertus-Bold;
  position: relative;
}
.menu li a:hover {
  color: #ffac5b;
}

.menu .active a {
  color: #ffac5b;
  font-size: 15px;
}
.dropdown-menu-1{
  position: relative;
}
.dropdown-menu-1:after {
  content: "";
  background: url(../images/lang-block.png) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  opacity: 0.2;
  transition: all 0.3s ease; 
}

.dropdown-menu-1:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.main-item-download {
  color: #fff;
  z-index: 9;
  padding-left: 25px;
}

.hidden-block-download {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #040406;
  min-width: 190px;
  z-index: 2;
  left: -7px;
  top: 61px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.hidden-block-download li a{
  padding-left: 50px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  font-family: MyriadPro-Regular;
}
.hidden-block-download a:hover {
  background: #0d0e15;

}
.hidden-block-download a:after{
  content: "";
  position: absolute;
  left: 35px;
  top: 18px;
  width: 8px;
  height: 12px;
  background: url(../images/lang-block-1.png) no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.hidden-block-download a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}
.hidden-block-download:after {
  border: 10px solid transparent;
  border-bottom-color: #040406;
  position: absolute;
  left: 34px;
  top: -20px;
  content: "";
}

.main-item-download:focus ~ .hidden-block-download,
.main-item-download:active ~ .hidden-block-download {
  visibility: visible;
  opacity: 1;
}
.mediafire{
  position: relative;
  left: 25px;
}
.mediafire:after{
  content: "";
  position: absolute;
  height: 14px;
  width: 18px;
  left: -7px;
  top: 18px;
  background: url(../images/mediafire.png) no-repeat;
}
/*end menu*/
button, .button {
 -webkit-transition: all 0.3s ease; 
 transition: all 0.3s ease; 
 cursor: pointer; 
 background-image: url(../images/yourfear/login_button.webp); 
 background-repeat: no-repeat; 
 background-size: cover; 
 padding: 13px 32px; 
 border: none; 
 color: #fff; 
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 
 position: relative; 
 z-index: 1; 
 text-align: center; 
 text-transform: uppercase; 
 font-family: Albertus-Bold;
 font-size: 11px; 
 -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
 box-shadow: 0px 10px 15px 0px #5f090933;
}

.button_modal {
 -webkit-transition: all 0.3s ease; 
 transition: all 0.3s ease; 
 cursor: pointer; 
 background-image: url(../images/yourfear/login_button.webp); 
 background-repeat: no-repeat; 
 background-size: cover; 
 padding: 13px 32px; 
 border: none; 
 color: #fff; 
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 
 position: relative; 
 z-index: 1; 
 text-align: center; 
 text-transform: uppercase; 
 font-family: Albertus-Bold;
 font-size: 11px; 
 -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
 box-shadow: 0px 10px 15px 0px #5f090933;
 margin-top: 20px;
}

button:hover, .button:hover { 
  -webkit-filter: brightness(120%); 
  filter: brightness(120%); 
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    position: relative;
    overflow: hidden; /* schová přesahy videa */
}

.header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;

    object-fit: cover; /* vyplní oblast jako background-size: cover */
    transform: translate(-50%, -50%);
    z-index: 1; /* pod obsahem */
    pointer-events: none; /* neblokuje klikání */
}

.header-top {
    position: relative;
    z-index: 10; /* obsah bude nad videem */
}

.logo{
  position: relative;
  top: 230px;
}
.logo a:hover{
  -webkit-filter: brightness(130%); 
  filter: brightness(130%); 
}
.server{
  position: relative;
  top: 330px;
  left: 60px;
  height: 68px;
  padding-top: 17px;
  padding-left: 70px;
  background: url(../images/icon-server.png) no-repeat;
  line-height: 18px;
}
.server-text{
  color: #7d7f86;
}
.server-text span{
  color: #fff;
}

.content{
  position: relative;
}

/*block right*/
.link-discord{
  height: 101px;
}
.link-discord a {
    display: block;
    width: 100%;
    height: 101px;

    background: url('../images/yourfear/discord_btn.webp') no-repeat center;
    background-size: contain;
}

.link-discord a:hover {
    background-image: url('../images/yourfear/discord_btn_hover.webp');
}

.link-download a {
    display: block;
    width: 291px;
    height: 101px; /* uprav podle skutečné výšky tlačítka */

    background: url('../images/yourfear/download_btn.webp') no-repeat center;
    background-size: contain;
}

.link-download a:hover {
    background-image: url('../images/yourfear/download_btn_hover.webp');
}

.link-wikipedia a {
    display: block;
    width: 291px;
    height: 101px; /* uprav podle skutečné výšky tlačítka */

    background: url('../images/yourfear/wikipedia_btn.webp') no-repeat center;
    background-size: contain;
    margin-top: 10px;
}

.link-wikipedia a:hover {
    background-image: url('../images/yourfear/wikipedia_btn_hover.webp');
}

.block-rigt{
  position: relative;
  z-index: 9;
}

.soc{ 
  padding: 0px 70px;
  width: 374px;
  height: 107px;
  background: url(../images/bg-soc.jpg) no-repeat;
}
.soc a{
  transition: all 0.3s ease; 
}
.soc a:hover{
  margin-top:-10px;
  transition: all 0.3s ease; 
  -webkit-filter: brightness(140%); 
  filter: brightness(140%); 
}

/* WRAPPER */
.ranking {
    height: 450px;
    background-color: #111116;
}
/* HLAVIČKA */
.rank-header {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 10px;
    border-bottom: 1px solid #222229;
    font-weight: bold;
    color: #c9c9c9;
    font-size: 13px;
}

/* POZICE */
.rank-header .top-number {
    width: 50px;
    text-align: center;
    flex-shrink: 0;
}

/* NICK */
.rank-header .top-name {
    flex: 1;
    padding-left: 20px;
}

/* ŘÍŠE */
.rank-header .top-img {
    width: 50px;
    text-align: center;
    flex-shrink: 0;
	margin-left: 20px;
}

/* LEVEL */
.rank-header .top-level {
    width: 60px;
    text-align: right;
    flex-shrink: 0;
	margin-left: 60px;
}

/* SLOUPEC: POZICE */
.col-pos {
    width: 50px;          /* STEJNÉ jako .top-number */
    text-align: center;
    flex-shrink: 0;
}

/* SLOUPEC: NICK */
.col-name {
    flex: 1;              /* STEJNÉ jako .top-name */
    padding-left: 8px;
}

/* SLOUPEC: ŘÍŠE */
.col-flag {
    width: 40px;          /* STEJNÉ jako .top-img */
    text-align: left;
    flex-shrink: 5px;
}

/* SLOUPEC: LEVEL */
.col-level {
    width: 60px;          /* STEJNÉ jako .top-level */
    text-align: right;
    flex-shrink: 0;
}



/* sladění s listem */
.top-list,
.top-list-list {
    padding-top: 4px;
}

/* HLAVIČKA */
.stat-title {
    border-bottom: 1px solid #222229;
    background: url(../images/yourfear/top_bar.webp) no-repeat;
}

.stat-title h3 {
    margin: 10px auto;
}

/* OBSAH */
/* původní pozadí */
.stat-content {
    position: relative;
    background: url(../images/yourfear/players_ranking.webp) no-repeat;
}

/* ztmavená vrstva pod žebříček */
.ranking-body {
    position: relative;
    background: rgba(0, 0, 0, 0.50); /* 25 % ztmavení */
    padding: 5px 0;
}

/* ŘÁDEK TOP 1–3 */
.top-list {
    position: relative;
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
    padding: 0 10px;
}

/* Levá část: číslo + jméno */
.top-list-left {
    display: flex;
    align-items: center;
    flex: 1;          /* roztáhne se */
    min-width: 0;     /* umožní text-overflow */
}

/* Číslo / ikonka pořadí */
.top-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;         /* pevná šířka = zarovná vše */
    text-align: center;
}

.top-number img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    position: static;    /* odstraní posun ikon */
}

/* Jméno */
.top-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Vlajka */
.top-img {
    flex: 0 0 50px;
    text-align: center;
}


/* LEVEL */
.top-level a {
    color: #fff;
    text-decoration: none;
}

/* JEMNÝ HOVER PRO ŘÁDKY */
.top-list:hover,
.top-list-list:hover {
    background-color: rgba(255, 255, 255, 0.05); /* lehké zesvětlení */
    transition: 0.2s ease;
}

/* TEXT NA ZLATO */
.top-list:hover a,
.top-list-list:hover a {
    color: #ffac5b !important;
}


/* TOP 1–3 BACKGROUNDS */
.top-list-fon-1:after,
.top-list-fon-2:after,
.top-list-fon-3:after {
    content: "";
    position: absolute;
    width: 266px;
    height: 56px;
    top: -15px;
    left: 0;
    z-index: -1;
}

.top-list-fon-1:after {
    background: url(../images/top-list-fon-1.png) no-repeat;
}
.top-list-fon-2:after {
    background: url(../images/top-list-fon-2.png) no-repeat;
}
.top-list-fon-3:after {
    background: url(../images/top-list-fon-3.png) no-repeat;
}

.top-list,
.top-list-list {
    display: flex;
    align-items: center;
    height: 41px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.top-list-list-left {
    flex: 1;
    display: flex;
    align-items: center;
    max-width: 50%;
}

.top-list-list-left a {
    color: #fff;
    margin-left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-list-list:hover a {
    color: #ffac5b;
}

.block-center{
	width: 50%;
	margin-left: 10px;
}

.ranking{
	height: 450px;
	background-color: #111116;
	margin-top: 10px;
}
.top-list-list-left {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.top-level {
    flex: 0 0 45px;     /* fixní šířka pro level */
    text-align: right;
	margin-right: 30px;
}
}
.top-list-list {
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
}
.top-list-list a {
  color: #fff;
  text-decoration: none;
  margin-left: 14px;
}

.top-img {
    flex: 0 0 35px;     /* pevné místo pro vlajku */
    display: flex;
    justify-content: center;
}

.top-list-fon-1:after{
  content: "";
  position: absolute;
  width: 266px;
  height: 56px;
  top: -15px;
  background: url(../images/top-list-fon-1.png) no-repeat;
}
.top-list-fon-2:after{
  content: "";
  position: absolute;
  width: 266px;
  height: 56px;
  top: -15px;
  background: url(../images/top-list-fon-2.png) no-repeat;
}
.top-list-fon-3:after{
  content: "";
  position: absolute;
  width: 266px;
  height: 56px;
  top: -15px;
  background: url(../images/top-list-fon-3.png) no-repeat;
}

.news-top-title {
 display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  position: relative; 
 }

.news-top-title span { 
  margin: -18px 12px; 
  font-size: 16px; 
  color: #fff; 
  position: relative;
}

.news-top-title span:not(.active) {
 cursor: pointer; 
 color: #696975;
 position: relative;
 z-index: 10; 
}

.news-top-title span.active:after {
  content: ''; 
  position: absolute;
  right: -42px;
  top: -38px; 
  width: 143px; 
  height: 76px; 
  background: url(../images/rang-activ.png) no-repeat;
}
 
.news-top-title span:hover{
  color: #fff;
  cursor: pointer;
}

.tab-block {
    display: none;
}

.tab-block.active {
    display: block;
    animation: tab 0.6s linear;
}

@keyframes tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}  
/*end ranking*/
.discord{
	min-height: 534px;
	background-color: #16191d;
	padding: 12px;
	margin-bottom: 40px;
}

.discord_odkaz{
  min-height: 548px;
  background-color: #16191d;
  padding: 12px;
}
/*end block right*/

/*block left*/
.block-register,
.block-register-1 {
	position: relative;
	width: 774px;
	height: 825px;
	background: #1a1a23;
	z-index: 10;
	margin-top: 404px;
	padding: 75px;
}
.block-register:after{
  content: "";
  position: absolute;
  background: url(../images/bg-register-after.webp) no-repeat;
  top: -13px;
  right: -24px;
  width: 774px;
  height: 839px;
}
.block-reg-content{
  position: relative;
  z-index: 5;
}
.register-icon{
  width: 600px;
  height: 115px;
  padding-left: 115px;
  padding-top: 10px;
  background: url(../images/icon-register.png) no-repeat;
  font-family: Albertus-Bold;
  position: relative;
  top: -15px;
  left: -25px;
}
.register-icon-1{
  font-family: Albertus-Bold;
  position: relative;
  margin-bottom: 30px;
}
.register-icon-1 span{
  color: #fff;
}
.register-icon-text p{
  margin-top: 25px;
  line-height: 24px;
}
.register-icon-text img{
  max-width: 100%;
}
.date {
  font-size: 18px;
  margin-top: 50px;
  color: #696975;
}
.date span {
  color: #fff;
  font-size: 30px;
}
.reg-title{
  font-size: 42px;
  color: #ffac5b;
  text-shadow: 0px 0px 21px rgb(255 77 48 / 0.4);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.reg-title-mini{
  font-size: 18px;
  color: #696975;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  top: -15px;
}

.form-check_out{
  width: 305px;
  margin-top: -10px;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}
.check_out{
position: relative;
z-index: 10;
}

.check_out span {
    display: block;
    margin-bottom: -5px; /* zvětší rozestup */
	margin-top: 10px;
}
.check_out_input{
  width: 305px;
  height: 45px;
  background-color: rgb(0 0 0 / 0.2);
  border:none;
  padding-left: 20px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.check_out_input-red{
  width: 305px;
  height: 45px;
  background-color: rgb(0 0 0 / 0.2);
  border:none;
  padding-left: 20px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.check_out_input:focus{
  outline: 2px solid#555565;
  color: #fff;
}
.check_out p{
  margin-top: 18px;
  margin-bottom: 16px;
}
.input-green:after{
  content: "";
  position: absolute;
  background: url(../images/ok.png) no-repeat;
  width: 45px;
  height: 45px;
  top: 24px;
  left: 260px;
  z-index: 15;
  outline: none;
}

.input-red:after{
  content: "";
  position: absolute;
  background: url(../images/error-bg.png) no-repeat;
  width: 305px;
  height: 45px;
  top: 24px;
  left: 0;
}
.input-red a{
  content: "";
  position: absolute;
  background: url(../images/error-x.png) no-repeat;
  width: 45px;
  height: 45px;
  top: 24px;
  left: 260px;
  z-index: 15;
  outline: none;
}

.input-red a:focus{
  outline: none;
}
.input-red input {
  color: #dc1f3e;
  font-weight: 600;
}

.errorGroup {
  background: url(../images/wrong-icon.png) left -1px top 2px no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 17px 20px 17px 70px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
  position: absolute;
  left: 100%;
  top: 10px;
  min-width: 350px;
  color: #fff;
  margin-left: 20px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
.green-button{
 -webkit-transition: all 0.3s ease; 
 transition: all 0.3s ease; 
 cursor: pointer; 
 background-image: url(../images/green-button.webp); 
 background-repeat: no-repeat; 
 background-size: cover; 
 padding: 20px 50px; 
 border: none; 
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 
 position: relative; 
 z-index: 1; 
 font-size: 22px;
 color: #fff; 
 text-align: center; 
 text-transform: uppercase; 
 font-family: Albertus-Bold;
 -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
 box-shadow: 0px 0px 60px 0px rgb(112 159 0 / 0.4); 
 margin-top: -20px;
 margin-bottom: 20px;
}

.green-button:hover { 
  -webkit-filter: brightness(120%); 
  filter: brightness(120%); 
}

.green-button-pop{
 -webkit-transition: all 0.3s ease; 
 transition: all 0.3s ease; 
 cursor: pointer; 
 background-image: url(../images/green-button.webp); 
 background-repeat: no-repeat; 
 background-size: cover; 
 padding: 20px 50px; 
 border: none; 
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 
 position: relative; 
 z-index: 1; 
 font-size: 22px;
 color: #fff; 
 text-align: center; 
 text-transform: uppercase; 
 font-family: Albertus-Bold;
 -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
 box-shadow: 0px 0px 60px 0px rgb(112 159 0 / 0.4); 
 margin-top: 20px;
}

.agree{
  position: relative;
  top: -32px;
  left: 350px;
  line-height: 18px;
}

.agree a{
  color: #ffac5b;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}
/*end block register*/
.empires{
  height: 390px;
  width: 774px;
  background: url(../images/fon-empires_1.jpg) no-repeat;
}
.b-r-text{
  position: relative;
  top: 230px;
  left: 55px;
}
.b-r-text-bottom{
  width: 150px;
  line-height: 30px;
  padding-left: 20px;
}
.text-bottom-fs-right{
  font-size: 12px;
  color: #696975;
}
.text-bottom-fs{
  position: relative;
}
.brown-left:after{
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #654e38;
  position: absolute;
  left: -20px;
  top: 8px;
}
.red-left:after{
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #642b3d;
  position: absolute;
  left: -20px;
  top: 8px;
}
.blue-left:after{
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #334a5f;
  position: absolute;
  left: -20px;
  top: 8px;
}
/*end empires*/

/*end block left*/

/
.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateX(5px);
}

.stat-item i {
    font-size: 1.5rem;
    color: #3b82f6;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-value {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.stat-label {
    color: #64748b;
    font-size: 0.85rem;
}

.partners-logos {
    display: flex;
    align-items: center;
    gap: 30px;
}

.partner-logo {
    height: 40px;
    width: auto;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.3s ease;
}

.partner-logo:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: 2px solid rgba(59, 130, 246, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.5);
}

.scroll-to-top.visible {
    display: flex;
}

@media (max-width: 768px) {
    
    .partners-logos {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    
    .scroll-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modal defaultně schovaný */
.auth-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.auth-modal.active {
    display: flex;
}

.auth-overlay {
    position: absolute;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px);
}

.auth-close {
    position: absolute;
    right: 15px; top: 10px;
    cursor: pointer;
    font-size: 22px;
}

.auth-tabs {
    display: flex;
    margin-bottom: 15px;
}

.auth-tab {
    flex: 1;
    padding: 10px;
    background: #222;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #aaa;
}

.auth-tab.active {
    background: #c47a2c;
    color: white;
}

.auth-form { display: none; }
.auth-form.active { display: block; }

.auth-input {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    background: #1b1b1b;
    border: 1px solid #333;
    color: white;
    border-radius: 4px;
}

.auth-btn {
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    background: linear-gradient(90deg, #d38c3a, #c47a2c);
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #111;
}


#overlay {
  z-index: 190;
  position: fixed;
  background-color: rgb(9 4 15 / 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.agree-re{
	position: relative;
	margin-top: 32px;
	margin-bottom: 0px;
	line-height: 18px;
	/* left: 360px; */
	margin-bottom: 30px;
}

.agree-re a{
  color: #ffac5b;
  text-decoration: underline !important;
}

.agree-re a:hover{
  text-decoration: none !important;
}

.agree-rel{
	position: relative;
	margin-top: 16px;
	margin-bottom: 0px;
	line-height: 18px;
	left: 23px;
}

.agree-rel a{
  color: #ffac5b;
  text-decoration: underline !important;
}

.agree-rel a:hover{
  text-decoration: none !important;
}

.green-button-bottom{
  margin-bottom: 30px;
}

.modat-top-title{
	margin-bottom: 55px;
	display: flex;
	justify-content: space-between; //
	align-items: center;
	flex-direction: column-reverse;
}

.modat-top-title span { 
  background-color: #1a1a23;
  width: 225px;
  height: 60px;
  position: relative;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  color: #ffac5b;
  font-family: Albertus-Bold;
  text-shadow: 0px 0px 21px rgb(255 77 48 / 0.18);
}

.modat-top-title span:not(.active) {
  cursor: pointer;
  display: flex; 
  background-color: #16161e;
  width: 225px;
  height: 60px;
  color: #696975;
  position: relative;
  z-index: 10; 
}
 
.modat-top-title span:hover{
  background-color: #1a1a23;
  width: 225px;
  height: 60px;
  cursor: pointer;
}

.form-check_modal{
  padding-left: 73px;
  padding-right: 73px;
  margin-top: -10px;
  font-weight: normal;
}
.form-check_modal {
  display: none;
}

.form-check_modal.active {
  display: block;
  animation: tab 0.6s linear;
}
.forgot{
  height: 70px;
  padding-top: 28px;
  background: url(../images/lost-pass.png) no-repeat;
  padding-left: 70px;
  position: relative;
  left: -10px;
}
.forgot a{
  color: #ffac5b;
  text-decoration:underline;
}
.forgot a:hover{
  text-decoration:none;
}
.button-to-the-top {
  position: fixed;
  right: 9%;
  top: 50%;
  width: 40px;
  background:url(../images/to-the-top-icon.png)no-repeat;
  z-index: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.5;
  padding-top: 60px;
  padding-left: 12px;
}
.button-to-the-top:hover{
  opacity: 1;
}
.button-to-the-top p{
   writing-mode: tb-rl;
   transform:rotate(180deg);
   font-size:12px;
}

/*log-in after authorization*/
.icon-log-in{
  margin-left: 35px;
}
.icon-log-in img{
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-size: 32px;
}

.log-in{
  position: relative;
}
.log-in-menu-1:after {
  content: "";
  background: url(../images/lang-block.png) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 42px;
  top: 50%;
  margin-top: -4px;
  opacity: 0.2;
  transition: all 0.3s ease; 
}

.log-in-menu-1:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.main-item-log-in {
  color: #fff;
  z-index: 9;
}

.log-in-menu-1 ul {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #040406;
  min-width: 250px;
  z-index: 2;
  left: -115px;
  top: 54px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 0.6); 
}

.hidden-block-log-in a{
  padding-left: 50px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  font-family: MyriadPro-Regular;
}
.hidden-block-log-in a:hover {
  background: #0d0e15;

}
.hidden-block-log-in li a:after{
  content: "";
  position: absolute;
  left: 35px;
  top: 12px;
  width: 8px;
  height: 12px;
  background: url(../images/lang-block-1.png) no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.hidden-block-log-in li a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}

.hidden-block-log-in:after {
  border: 10px solid transparent;
  border-bottom-color: #040406;
  position: absolute;
  right: 110px;
  top: -20px;
  content: "";
}

.main-item-log-in:focus ~ .hidden-block-log-in,
.main-item-log-in:active ~ .hidden-block-log-in {
  visibility: visible;
  opacity: 1;
}
.hidden-block-log-in a:after{
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  width: 16px;
  height: 15px;
  background: url(../images/log-out.png) no-repeat;
  opacity: 0.3;
  transition: all 0.3s ease; 
}
.log-out{
 padding: 10px 0px;
 border-top: 1px solid#1c1e23;
}
.hidden-block-log-in img{
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 48px;
}
.icon-login-big{
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid#1c1e23;
}
.icon-login-big span{
  color: #696975;
  font-size: 11px;
}
.icon-text{
  font-size: 16px;
}
.icon-login-big p{
  position: relative;
  left: -20px;
}
.hidden-block-log-in a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}

.menulog-in li a {
  color: #fff;
  display: block;
  line-height: 36px;
  font-size: 12px;
  position: relative;
}
.menulog-in li a:hover {
  color: #ffac5b;
}

.menulog-in .active a {
  color: #ffac5b;
}
/*endlog-in after authorization*/

/*animation*/
.sparks{
  position: absolute;
  right: 440px;
  top: 700px;
}
.spark-1 {
  background: url(../images/sparks_1.png);
  width: 350px;
  height: 226px;
  left: -50px;
  bottom: -250px;
  position: absolute;
  animation: 4s spark-1 linear infinite;
}

@keyframes spark-1 {
  0% {
    transform: scale(0.4);
    bottom: -150px;
  }
  33% {
    transform: scale(0.6);
    bottom: -100px;
  }
  66% {
    transform: scale(0.8);
    bottom: -50px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: 0px;
    opacity: 0;
  }
}
.spark-2 {
  background: url(../images/sparks_2.png);
  width: 350px;
  height: 390px;
  left: -50px;
  bottom: -400px;
  position: absolute;
  animation: 5s spark-2 linear infinite;
  animation-delay: 1s;
}

@keyframes spark-2 {
  0% {
    transform: scale(0.4);
    bottom: -400px;
  }
  33% {
    transform: scale(0.6);
    bottom: -300px;
  }
  66% {
    transform: scale(0.8);
    bottom: -200px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -100px;
    opacity: 0;
  }
}
.spark-3 {
  background: url(../images/sparks_3.png);
  width: 350px;
  height: 352px;
  left: -50px;
  bottom: -350px;
  position: absolute;
  animation: 5s spark-3 linear infinite;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
    transform: scale(0.4);
    bottom: -350px;
  }
  33% {
    transform: scale(0.6);
    bottom: -240px;
  }
  66% {
    transform: scale(0.8);
    bottom: -130px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -20px;
    opacity: 0;
  }
}

/*smog*/


.smog {
  position: absolute;
  top: 550px;
  left: 100px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.smog .num1 {
    -webkit-animation: spreadSmog 7s infinite linear;
    animation: spreadSmog 7s infinite linear;
}
.smog .num2 {
  -webkit-animation: spreadSmog 15s infinite linear;
  animation: spreadSmog 15s infinite linear;
}
.smog .num3 {
  -webkit-animation: spreadSmog 40s infinite linear;
  animation: spreadSmog 40s infinite linear;
}
.smog .num1 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
.smog i {
    position: absolute;
    display: block;
    background: url(../images/sp_smog.png) no-repeat;
    transform-origin: 50% 100%;
}
.smog .num2 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
.smog .num3 {
    bottom: 0;
    left: -677px;
    width: 2354px;
    height: 1300px;
    opacity: 0;
}
@keyframes spreadSmog {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
}
45% {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    opacity: 1;
}
90% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
}
}
/*end smog*/

.point {
  background: url(../images/point.png) center no-repeat;
  width: 465px;
  height: 163px;
  animation-name: point;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes point {
  20% {
    transform: scale(0.3);
  }
  30% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.5);
  }
}

.point-1{
  position: absolute;
  left: -5px;
  bottom: 120px;
}
.point-2{
  position: absolute;
  left: 170px;
  bottom: 130px;
}
.point-3{
  position: absolute;
  left: 180px;
  bottom: 140px;
}
.point-4{
  position: absolute;
  left: 160px;
  bottom: 160px;
}
.point-5{
  position: absolute;
  left: 180px;
  bottom: 150px;
}
.point-6{
  position: absolute;
  left: 335px;
  bottom: 110px;
}

.account-card {
	background: rgba(30, 41, 59, 0.9);
    border: 1px solid #333;
    padding: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.account-left {
    display: flex;
    gap: 20px;
}

.account-avatar {
    width: 90px;
    height: 90px;
    background: #2a2d33;
    border-radius: 50%;
}

.account-info p span,
.membership span,
.coins span {
    color: #54ff8c;
    font-weight: 600;
}

.account-right {
    text-align: right;
}

.characters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.character-card {
    background: #1c1e23;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 6px;
}

.char-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}

.char-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.btn-small {
    background: #54ff8c;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.btn-small:hover {
    opacity: .8;
}

.no-chars {
    opacity: .7;
    text-align: center;
    padding: 40px;
}
.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-btn {
    padding: 10px 18px;
    font-size: 15px;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    background: #111;
    border: 1px solid #333;
    padding: 8px 0;
    border-radius: 6px;
    z-index: 9999;
    min-width: 160px;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background: #222;
}

.user-dropdown.active .dropdown-menu {
    display: block;
}

.user-dropdown:hover .dropdown-menu {
    display: block;
}

/* Jemná animace */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ACTIVITY COLORS */
.color-green { color: #6fe86f !important; }
.color-orange { color: #f4c15c !important; }
.color-red { color: #ff6b6b !important; }

/* HIGHLIGHT FOUND PLAYER */
.highlight-row {
    background: rgba(255,255,255,0.18) !important;
    box-shadow: inset 0 0 12px rgba(255,255,255,0.25);
}


.place {
    font-weight: bold;
    width: 60px;
    color: #ffcf61;
}

.guild {
    opacity: .85;
}

.highlight-row {
    background: rgba(255,180,0,0.15) !important;
}

/* Empire colors */
.color-e1 { color: #c574ff; }
.color-e2 { color: #6eff75; }
.color-e3 { color: #59aaff; }

/* Activity colors */
.color-low    { color: #dd4444; }
.color-medium { color: #ffae49; }
.color-high   { color: #7ff47c; }

.tab-btn {
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 6px;
    background: rgba(255,255,255,0.05);
    color: #ddd;
    transition: 0.25s;
}

.tab-btn:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.tab-btn.active {
    background: linear-gradient(135deg, #d54cff, #6a39ff);
    color: white;
    box-shadow: 0 0 10px rgba(135,0,255,0.35);
}
/* ========================================
   RANKING TABLE STYLES - METIN2 THEME
======================================== */

.profile-wrapper {
    padding: 20px;
    min-height: 100vh;
    background: transparent;
    width: 1148px;
    margin: auto;
}

.profile-container {
    max-width: 100%;
    margin: 0 auto;
}

/* TABS - VÝRAZNÉ BUTTONY */
.ranking-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    /* background: #16191d; */
    border-radius: 8px;
}

.tab-link {
    padding: 14px 32px;
    background: linear-gradient(135deg, rgba(51, 65, 85, 0.9) 0%, rgba(30, 41, 59, 0.9) 100%);
    border: 2px solid rgba(148, 163, 184, 0.4);
    border-radius: 6px;
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tab-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.tab-link:hover::before {
    left: 100%;
}

.tab-link:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(37, 99, 235, 0.3) 100%);
    border-color: rgba(59, 130, 246, 0.8);
    color: #fff;
    box-shadow: 
        0 0 20px rgba(59, 130, 246, 0.5),
        0 4px 15px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.tab-link.active {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.8) 0%, rgba(37, 99, 235, 0.8) 100%);
    border-color: #3b82f6;
    color: #fff;
    box-shadow: 
        0 0 30px rgba(59, 130, 246, 0.7),
        0 4px 20px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #60a5fa, transparent);
    box-shadow: 0 0 10px #3b82f6;
}

/* TABLE WRAPPER */
.ranking-table-wrapper {
    background: #16191d;
    border-radius: 8px;
    padding: 0;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(59, 130, 246, 0.3);
    overflow: hidden;
	width: 90%;
	margin: 10px auto;
}

.table-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: #16191d;
    border-bottom: 2px solid rgba(59, 130, 246, 0.3);
}

.showing-info {
    color: #cbd5e1;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* TABLE */
.ranking-table {
    overflow-x: auto;
    border-radius: 10px;
}

.players-ranking-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.players-ranking-table thead {
    background: rgba(15, 23, 42, 0.95);
    border-bottom: 2px solid rgba(59, 130, 246, 0.4);
}

.players-ranking-table thead th {
    padding: 18px 15px;
    text-align: left;
    color: #cbd5e1;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-right: 1px solid rgba(59, 130, 246, 0.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.players-ranking-table thead th:last-child {
    border-right: none;
}

.players-ranking-table tbody tr {
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
    background: rgba(30, 41, 59, 0.3);
}

.players-ranking-table tbody tr:nth-child(even) {
    background: rgba(30, 41, 59, 0.5);
}

.players-ranking-table tbody tr:hover {
    background: rgba(59, 130, 246, 0.15);
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.3);
}

.players-ranking-table tbody tr.top-player {
    background: rgba(251, 191, 36, 0.1);
    border-left: 3px solid #fbbf24;
}

.players-ranking-table tbody tr.top-player:hover {
    background: rgba(251, 191, 36, 0.2);
}

.players-ranking-table tbody tr.highlight-row {
    background: rgba(59, 130, 246, 0.3);
    border: 1px solid #3b82f6;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
    animation: highlightPulse 2s infinite;
}

@keyframes highlightPulse {
    0%, 100% { 
        box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
    }
    50% { 
        box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
    }
}

.players-ranking-table tbody td {
    padding: 16px 15px;
    color: #e2e8f0;
    font-size: 0.95rem;
    border-right: 1px solid rgba(59, 130, 246, 0.05);
}

.players-ranking-table tbody td:last-child {
    border-right: none;
}

/* MEDALS & PLACE */
.medal {
    font-size: 1.5rem;
    display: inline-block;
}

.place-number {
    font-weight: 700;
    color: #cbd5e1;
    font-size: 1.1rem;
}

/* PLAYER INFO */
.player-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.player-name {
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
}

/* ========================================
   CLASS BADGES - GENDER COLORS
======================================== */

/* Základní styl pro class badge */
.class-badge {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.class-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.class-badge:hover::before {
    left: 100%;
}

/* MUŽI - Modrá barva */
.class-badge.class-male {
    color: #60a5fa;
    text-shadow: 
        0 0 10px rgba(96, 165, 250, 0.6),
        0 2px 4px rgba(0, 0, 0, 0.5);
}

.class-badge.class-male:hover {
    color: #93c5fd;
    text-shadow: 
        0 0 15px rgba(147, 197, 253, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

/* ŽENY - Růžová barva */
.class-badge.class-female {
    color: #f472b6;
    text-shadow: 
        0 0 10px rgba(244, 114, 182, 0.6),
        0 2px 4px rgba(0, 0, 0, 0.5);
}

.class-badge.class-female:hover {
    color: #fbcfe8;
    text-shadow: 
        0 0 15px rgba(251, 207, 232, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

/* LYCAN - Neutrální (zlatá/oranžová) */
.class-badge.class-neutral {
    color: #fbbf24;
    text-shadow: 
        0 0 10px rgba(251, 191, 36, 0.6),
        0 2px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(217, 119, 6, 0.2) 100%);
    border: 2px solid rgba(245, 158, 11, 0.4);
    box-shadow: 
        0 0 15px rgba(245, 158, 11, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.class-badge.class-neutral:hover {
    color: #fde68a;
    text-shadow: 
        0 0 15px rgba(253, 230, 138, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.3) 0%, rgba(217, 119, 6, 0.3) 100%);
    border-color: rgba(245, 158, 11, 0.6);
    box-shadow: 
        0 0 20px rgba(245, 158, 11, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .class-badge {
        font-size: 0.8rem;
        padding: 5px 12px;
    }
}


/* EMPIRE - BEZ POZADÍ */
/* Jednoduchá verze - pouze barevný text s glow efektem */

.empire-badge {
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease;
}

/* HANTU - Versico */
.empire-badge.empire-1 {
    color: #3366FF;
    text-shadow: 
        0 0 15px rgba(102, 255, 51, 0.8),
        0 0 30px rgba(102, 255, 51, 0.4);
}

.empire-badge.empire-1:hover {
    color: #3366FF;
    text-shadow: 
        0 0 20px rgba(102, 255, 51, 1),
        0 0 40px rgba(102, 255, 51, 0.6);
    transform: scale(1.05);
}

/* INDIGO - Indigo */
.empire-badge.empire-2 {
    color: #FF66FF ;
    text-shadow: 
        0 0 15px rgba(255, 102, 255, 0.8),
        0 0 30px rgba(255, 102, 255, 0.4);
}

.empire-badge.empire-2:hover {
    color: #FF66FF ;
    text-shadow: 
        0 0 20px rgba(255, 102, 255, 1),
        0 0 40px rgba(255, 102, 255, 0.6);
    transform: scale(1.05);
}

/* Hantu - Modrá */
.empire-badge.empire-3 {
    color: #66FF33;
    text-shadow: 
        0 0 15px rgba(51, 102, 255, 0.8),
        0 0 30px rgba(51, 102, 255, 0.4);
}

.empire-badge.empire-3:hover {
    color: #66FF33;
    text-shadow: 
        0 0 20px rgba(51, 102, 255, 1),
        0 0 40px rgba(51, 102, 255, 0.6);
    transform: scale(1.05);
}


/* LEVEL - BEZ POZADÍ */
.level-badge {
    font-weight: 700;
    font-size: 1rem;
    color: #3b82f6;
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
    letter-spacing: 0.5px;
}

/* GUILD NAME */
.guild-name {
    color: #94a3b8;
    font-weight: 500;
    font-style: italic;
}

/* ACTIVITY BAR */
.activity-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.activity-bar {
    flex: 1;
    height: 20px;
    background: rgba(15, 23, 42, 0.8);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.activity-fill {
    height: 100%;
    transition: width 0.8s ease;
    position: relative;
}

.activity-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.activity-high { 
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.activity-medium { 
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.4);
}

.activity-low { 
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.4);
}

.activity-text {
    font-weight: 700;
    color: #e2e8f0;
    min-width: 50px;
    text-align: right;
    font-size: 0.95rem;
}

/* SEARCH MODAL */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.search-modal.active {
    display: flex;
}

.search-modal-box {
    background: #16191d;
    padding: 40px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(59, 130, 246, 0.4);
    animation: modalSlideIn 0.4s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-search {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: rgba(59, 130, 246, 0.1);
}

.close-search:hover {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.2);
    transform: rotate(90deg);
}

.search-modal-box h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.search-input-group {
    display: flex;
    gap: 10px;
}

.search-input-group input {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 4px;
    background: rgba(15, 23, 42, 0.8);
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input-group input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}

.search-input-group input::placeholder {
    color: #64748b;
}

.btn-search {
    padding: 14px 28px;
    background: #16191d;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-search:hover {
    background: rgba(59, 130, 246, 0.3);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
}

.btn-search:active {
    transform: scale(0.98);
}

/* COLUMN WIDTHS */
.col-place { width: 80px; text-align: center; }
.col-player { width: auto; min-width: 150px; }
.col-class { width: 130px; }
.col-empire { width: 120px; }
.col-guild { width: 150px; }
.col-level { width: 100px; text-align: center; }
.col-activity { width: 200px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2rem;
    }
    
    .ranking-table-wrapper {
        padding: 0;
    }
    
    .players-ranking-table {
        font-size: 0.9rem;
    }
    
    .players-ranking-table thead th,
    .players-ranking-table tbody td {
        padding: 12px 10px;
    }
}

@media (max-width: 768px) {
    .profile-wrapper {
        padding: 10px;
		width: 100%;
    }
    
    .section-title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }
    
    .ranking-table-wrapper {
        border-radius: 6px;
    }
    
    .ranking-tabs {
        flex-direction: column;
        gap: 10px;
    }
    
    .tab-link {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
    }
    
    .players-ranking-table thead {
        display: none;
    }
    
    .players-ranking-table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 2px solid rgba(59, 130, 246, 0.2);
        border-radius: 6px;
        padding: 15px;
        background: rgba(30, 41, 59, 0.8);
    }
    
    .players-ranking-table tbody tr:hover {
        transform: none;
    }
    
    .players-ranking-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid rgba(59, 130, 246, 0.1);
        border-right: none;
    }
    
    .players-ranking-table tbody td:last-child {
        border-bottom: none;
    }
    
    .players-ranking-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #94a3b8;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }
    
    .activity-container {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 8px;
    }
    
    .activity-bar {
        width: 100%;
    }
    
    .activity-text {
        text-align: left;
    }
    
    .search-modal-box {
        padding: 30px 20px;
    }
    
    .search-input-group {
        flex-direction: column;
    }
    
    .btn-search {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
        letter-spacing: 1.5px;
    }
    
    .medal {
        font-size: 1.3rem;
    }
    
    .tab-link {
        font-size: 0.9rem;
        padding: 14px 20px;
    }
}

/* SCROLLBAR */
.ranking-table::-webkit-scrollbar {
    height: 8px;
}

.ranking-table::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.8);
}

.ranking-table::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.5);
    border-radius: 4px;
}

.ranking-table::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 130, 246, 0.7);
}

/* GUILDS TABLE */
.guilds-ranking-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.guilds-ranking-table thead {
    background: rgba(15, 23, 42, 0.95);
    border-bottom: 2px solid rgba(59, 130, 246, 0.4);
}

.guilds-ranking-table thead th {
    padding: 18px 15px;
    text-align: left;
    color: #cbd5e1;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-right: 1px solid rgba(59, 130, 246, 0.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.guilds-ranking-table thead th:last-child {
    border-right: none;
}

.guilds-ranking-table tbody tr {
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
    background: rgba(30, 41, 59, 0.3);
}

.guilds-ranking-table tbody tr:nth-child(even) {
    background: rgba(30, 41, 59, 0.5);
}

.guilds-ranking-table tbody tr:hover {
    background: rgba(59, 130, 246, 0.15);
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.3);
}

.guilds-ranking-table tbody tr.top-guild {
    background: rgba(251, 191, 36, 0.1);
    border-left: 3px solid #fbbf24;
}

.guilds-ranking-table tbody tr.top-guild:hover {
    background: rgba(251, 191, 36, 0.2);
}

.guilds-ranking-table tbody td {
    padding: 16px 15px;
    color: #e2e8f0;
    font-size: 0.95rem;
    border-right: 1px solid rgba(59, 130, 246, 0.05);
}

.guilds-ranking-table tbody td:last-child {
    border-right: none;
}

/* GUILD INFO */
.guild-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.guild-name-main {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* COMMANDER LINK */
.commander-link {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px rgba(96, 165, 250, 0.3);
}

.commander-link:hover {
    color: #93c5fd;
    text-shadow: 0 0 10px rgba(96, 165, 250, 0.6);
    text-decoration: underline;
}

/* SCORE BADGE */
.score-badge {
    font-weight: 700;
    font-size: 1.05rem;
    color: #fbbf24;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.6);
    letter-spacing: 0.5px;
}

/* COLUMN WIDTHS FOR GUILDS */
.col-place { width: 80px; text-align: center; }
.col-guild { width: auto; min-width: 180px; }
.col-commander { width: 180px; }
.col-empire { width: 120px; }
.col-level { width: 100px; text-align: center; }
.col-score { width: 140px; text-align: center; }

/* RESPONSIVE FOR GUILDS */
@media (max-width: 768px) {
    .guilds-ranking-table thead {
        display: none;
    }
    
    .guilds-ranking-table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 2px solid rgba(59, 130, 246, 0.2);
        border-radius: 6px;
        padding: 15px;
        background: rgba(30, 41, 59, 0.8);
    }
    
    .guilds-ranking-table tbody tr:hover {
        transform: none;
    }
    
    .guilds-ranking-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid rgba(59, 130, 246, 0.1);
        border-right: none;
    }
    
    .guilds-ranking-table tbody td:last-child {
        border-bottom: none;
    }
    
    .guilds-ranking-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #94a3b8;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 480px) {
    .guild-name-main {
        font-size: 1rem;
    }
    
    .score-badge {
        font-size: 0.95rem;
    }
}

/* ========================================
   SEARCH RESULTS STYLES
======================================== */

.search-result-wrapper {
    margin-bottom: 30px;
}

.search-result-card {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(30, 41, 59, 0.95) 100%);
    border: 2px solid rgba(59, 130, 246, 0.5);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
    animation: searchResultSlideIn 0.5s ease;
}

@keyframes searchResultSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-result-header {
    background: rgba(59, 130, 246, 0.2);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
}

.search-result-header h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.clear-search {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.clear-search:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.search-player-info {
    padding: 25px;
}

.search-player-main {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.search-position {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 80px;
}

.search-position .medal,
.search-position .place-number {
    font-size: 2.5rem;
}

.search-position .place-number {
    font-weight: 700;
    color: #3b82f6;
    text-shadow: 0 0 15px rgba(59, 130, 246, 0.6);
}

.position-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-player-details {
    flex: 1;
    min-width: 250px;
}

.search-player-name {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.search-player-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.search-player-badges .class-badge,
.search-player-badges .empire-badge,
.search-player-badges .level-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
}

.search-player-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 200px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    min-width: 60px;
    font-size: 0.9rem;
}

.stat-value {
    color: #fff;
    font-weight: 600;
}

.search-info {
    color: rgba(59, 130, 246, 0.8);
    font-weight: 600;
    margin-left: 10px;
}

/* NO RESULT SECTION */
.search-no-result {
    background: rgba(239, 68, 68, 0.1);
    border: 2px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    animation: searchResultSlideIn 0.5s ease;
}

.no-result-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.search-no-result h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.search-no-result p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin: 0 0 25px 0;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
    border: 2px solid #3b82f6;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: rgba(59, 130, 246, 0.3);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .search-result-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .search-player-main {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .search-position {
        order: -1;
    }
    
    .search-player-name {
        font-size: 1.5rem;
    }
    
    .search-player-badges {
        justify-content: center;
    }
    
    .search-player-stats {
        width: 100%;
    }
    
    .stat-item {
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .stat-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    .search-result-card {
        margin: 0 -10px;
    }
    
    .search-player-info {
        padding: 20px 15px;
    }
    
    .search-no-result {
        padding: 30px 20px;
    }
}
/* ========================================
   DOWNLOAD PAGE STYLES - METIN2 DESIGN
======================================== */

/* Vnější kontejner přes celou šířku */
.downloads-wrapper {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 50px 0;
}

/* Jednotlivé karty uvnitř */
.download-card {
  background: rgba(30, 40, 60, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(100, 150, 255, 0.2);
  border-radius: 12px;
}

/* Pro zvýrazněnou kartu (Google Drive s "Doporučeno") */
.download-card.recommended {
  background: rgba(40, 60, 100, 0.7);
  border: 2px solid rgba(255, 200, 0, 0.5);
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.3);
}


.download-container {
    max-width: 80%;
    margin: 200px auto;
	background: rgb(18 18 18 / 60%)
}

/* Hero Section */
.download-hero {
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 60px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 16px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.download-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 
        0 0 20px rgba(59, 130, 246, 0.8),
        0 0 40px rgba(59, 130, 246, 0.4);
}

.hero-title i {
    color: #3b82f6;
    margin-right: 15px;
}

.hero-description {
    font-size: 1.2rem;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.title-icon {
    font-size: 2.5rem;
}

/* Download Section */
/* Download Wrapper */
.download-wrapper {
    min-height: 100vh;
    padding: 60px 20px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.download-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Section Title */
.section-title {
    text-align: center;
    font-size: 1.5rem;
	color: #ffac5b;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-top: 40px;
}

/* Download Section */
.download-section {
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 0px 30px;
    margin-bottom: 50px;
}

/* Download Cards Grid */
.download-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Download Card */
.download-card {
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.download-card:hover {
    transform: translateY(-10px);
    border-color: rgba(66, 153, 225, 0.5);
    box-shadow: 0 10px 40px rgba(66, 153, 225, 0.3);
}

/* Recommended Card */
.download-card.card-recommended {
    border: 2px solid rgba(255, 200, 0, 0.6);
    background: rgba(40, 60, 100, 0.8);
}

.download-card.card-recommended:hover {
    border-color: rgba(255, 200, 0, 0.8);
    box-shadow: 0 10px 40px rgba(255, 200, 0, 0.4);
}

.recommended-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #000;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Card Icon */
.card-icon {
    font-size: 3.5rem;
    color: #4299e1;
    margin-bottom: 20px;
}

.card-recommended .card-icon {
    color: #ffd700;
}

/* Card Title */
.card-title {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Card Description */
.card-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.6;
}

/* Card Features */
.card-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    text-align: left;
}

.feature {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature i {
    color: #48bb78;
    font-size: 1rem;
}

/* Download Button */
.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-download:hover {
    background: linear-gradient(135deg, #3182ce, #2c5aa0);
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(66, 153, 225, 0.4);
}

.card-recommended .btn-download {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #000;
}

.card-recommended .btn-download:hover {
    background: linear-gradient(135deg, #ffed4e, #ffd700);
}

/* Requirements Section */
.requirements-section {
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 0px 30px;
}

.requirements-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

/* Requirements Table */
.requirements-table-container {
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    overflow-x: auto;
}

.requirements-table {
    width: 100%;
    border-collapse: collapse;
}

.requirements-table thead tr {
    background: rgba(66, 153, 225, 0.2);
}

.requirements-table th {
    padding: 20px;
    text-align: left;
    color: #fff;
    font-size: 1.1rem;
    border-bottom: 2px solid rgba(66, 153, 225, 0.5);
}

.requirements-table th i {
    margin-right: 10px;
    color: #4299e1;
}

.requirements-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.3s ease;
}

.requirements-table tbody tr:hover {
    background: rgba(66, 153, 225, 0.1);
}

.requirements-table td {
    padding: 18px 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.req-label {
    font-weight: 600;
}

.req-label i {
    margin-right: 10px;
    color: #4299e1;
}

.req-recommended-value {
    color: #48bb78;
    font-weight: bold;
}

/* Info Card */
.requirements-info {
    display: flex;
    flex-direction: column;
}

.info-card {
    background: rgba(30, 40, 60, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    border: 2px solid rgba(66, 153, 225, 0.3);
}

.info-icon {
    font-size: 2.5rem;
    color: #4299e1;
    margin-bottom: 20px;
    text-align: center;
}

.info-card h4 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
}

.info-card ul {
    list-style: none;
    padding: 0;
}

.info-card ul li {
    color: rgba(255, 255, 255, 0.9);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-card ul li:last-child {
    border-bottom: none;
}

.info-card ul li i {
    color: #48bb78;
}

/* Download Unavailable */
.download-unavailable {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.unavailable-content {
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    border: 2px solid rgba(239, 68, 68, 0.5);
}

.unavailable-icon {
    font-size: 5rem;
    color: #ef4444;
    margin-bottom: 30px;
}

.unavailable-content h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
}

.unavailable-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 968px) {
    .requirements-wrapper {
        grid-template-columns: 1fr;
    }
    
    .download-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 2rem;
    }
}



.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
}

/* Card Header */
.card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.2) 100%);
    border: 2px solid rgba(59, 130, 246, 0.4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #3b82f6;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* Card Body */
.card-body {
    margin-bottom: 25px;
}

.card-description {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature {
    color: #94a3b8;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature i {
    color: #10b981;
    font-size: 0.8rem;
}

.btn-download {
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: 2px solid #3b82f6;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.5);
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.btn-download i {
    font-size: 1.2rem;
}

/* System Requirements */
.requirements-section {
    margin-bottom: 80px;
}

.requirements-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.requirements-table {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.9) 100%);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 16px;
    padding: 30px;
    overflow-x: auto;
}

.requirements-table table {
    width: 100%;
    border-collapse: collapse;
}

.requirements-table thead th {
    padding: 20px 15px;
    background: rgba(59, 130, 246, 0.1);
    border-bottom: 2px solid rgba(59, 130, 246, 0.3);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.requirements-table thead th i {
    margin-right: 8px;
    color: #3b82f6;
}

.requirements-table tbody tr {
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
    transition: background 0.3s ease;
}

.requirements-table tbody tr:hover {
    background: rgba(59, 130, 246, 0.05);
}

.requirements-table tbody td {
    padding: 18px 15px;
    color: #cbd5e1;
}

.req-label {
    font-weight: 600;
    color: #fff;
}

.req-label i {
    color: #3b82f6;
    margin-right: 10px;
}

.req-value {
    text-align: center;
    font-weight: 600;
}

.req-value.recommended {
    color: #10b981;
}

/* Requirements Info */
.requirements-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.9) 100%);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 16px;
    padding: 30px;
}

.info-card i {
    font-size: 2rem;
    color: #3b82f6;
    margin-bottom: 15px;
}

.info-card h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card ul li {
    color: #cbd5e1;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.info-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

/* Installation Section */
.installation-section {
    margin-bottom: 80px;
}

.installation-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.step {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.9) 100%);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.3);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.step-content h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-content p {
    color: #cbd5e1;
    line-height: 1.6;
}

/* Download Unavailable */
.download-unavailable {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.unavailable-content {
    text-align: center;
    max-width: 600px;
}

.unavailable-icon {
    font-size: 5rem;
    color: #ef4444;
    margin-bottom: 30px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.05); }
}

.unavailable-content h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.unavailable-content p {
    color: #cbd5e1;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: rgba(59, 130, 246, 0.2);
    border: 2px solid #3b82f6;
    border-radius: 8px;
    color: #3b82f6;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: rgba(59, 130, 246, 0.3);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .requirements-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .download-cards {
        grid-template-columns: 1fr;
    }
    
    .installation-steps {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 1.5rem;
        flex-direction: column;
    }
    
    .requirements-table {
        padding: 20px;
    }
    
    .requirements-table thead th {
        padding: 15px 10px;
        font-size: 0.8rem;
    }
    
    .requirements-table tbody td {
        padding: 12px 10px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .download-wrapper {
        padding: 20px 10px;
    }
    
    .download-hero {
        padding: 40px 15px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .download-card {
        padding: 20px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
}

.activation-result {
    max-width: 600px;
    margin: 200px auto;
    background: #fff;
    padding: 40px 50px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 40px rgba(0,0,0,0.4);
}
.activation-result h1 {
    font-size: 28px;
    margin-top: 20px;
    font-weight: 700;
    color: #ffb862; /* podle tvého designu */
}
.activation-result p {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
}
.activation-result .btn-login {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    background: #4CAF50;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.2s;
}
.activation-result .btn-login:hover {
    background: #3ea144;
}

.forgot-password-link {
	font-size: 0.9em;
	opacity: 0.75;
}
.forgot-password-link:hover {
	opacity: 1;
}

/* Modal wrapper */
.modal_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);  /* ← TADY SE DĚJE ZATMAVENÍ */
    z-index: 9999;
    backdrop-filter: blur(3px);  /* volitelné, ale hezké :) */
}

.modal_div.active {
    display: flex;
}

.modal-content {
    background: #1b1e24;
    padding: 25px;
    border-radius: 6px;
    position: relative;
    z-index: 10000; /* nad pozadím */
}


/* Zavírací tlačítko */
.modal_close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.forgot-pass-link {
    display: block;
    margin: 8px 0 18px;
    color: #58d4ff;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
}
.forgot-pass-link:hover {
    color: #7feaff;
}

.recovery-form {
    max-width: 380px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: column;
}

.recovery-form .green-button-pop {
    width: 100%;
    text-align: center;
}

.auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    padding: 40px 0;
}

.auth-box {
    padding: 35px 40px;
    border-radius: 8px;
    width: 420px;
    text-align: center;
	margin: 20px auto;
}

.auth-title {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.auth-desc {
    font-size: 14px;
    opacity: .85;
    margin-bottom: 25px;
}

.auth-label {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    font-size: 14px;
    opacity: .85;
}

.auth-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.3);
    color: #fff;
    margin-bottom: 12px;
}

.auth-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, #9d6f23, #b88b32);
    border-radius: 6px;
    border: none;
    color: #fff;
    font-weight:600;
    cursor:pointer;
    transition:.25s;
}

.auth-btn:hover {
    filter: brightness(1.15);
}

.auth-error {
    font-size: 13px;
    color: #ff6d6d;
    margin-bottom: 8px;
}

.auth-back {
    display:block;
    margin-top:18px;
    font-size:14px;
    opacity:.75;
}
.alert {
    margin: 20px auto;
    padding: 14px 18px;
    width: 70%;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    backdrop-filter: blur(4px);
}

.alert.success { background: rgba(17, 168, 70, 0.8); }
.alert.error { background: rgba(168, 17, 17, 0.8); }
.alert.info  { background: rgba(17, 123, 168, 0.8); }

.closebtn {
    float: right;
    cursor: pointer;
    font-weight: bold;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

.newsBlock {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
.newsBlock > div {
  width: 50%;
  height: 315px;
}

.swiper-news {
  width: 774px;
  height: 404px;
}
.swiper-news .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-news .swiper-pagination-current {
  color: #ffc66d;
}

.sliderLogo {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 5s;
  opacity: 0;
}

.playButtonSlider {
  position: absolute;
  right:  70px;
  bottom: -55px;
  display: block;
  height: 70px;
  width: 70px;
  background: url(../images/play-button.png) center no-repeat;
  border: 2px solid rgb(255 255 255 / 0.2);
  border-radius: 25px;
  transition: 1.5s;
}

.slider-title {
  position: absolute;
  left: 70px;
  bottom: -140px;
  font-size: 72px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0px;
  background: linear-gradient(to right, #f3f4f6, #8f96aa);
  -webkit-background-clip: text;
  color: transparent;
  padding-right: 20px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
  transition: 1.5s;
  font-family: Albertus-Bold;
}
.swiper-slide span{
  font-size: 36px;
}
.swiper-slide-active .playButtonSlider {
  bottom:  55px;
}
.swiper-slide-active .slider-title {
  bottom: 40px;
}

@font-face {
    font-family: 'Albertus-Bold';
    src: url('/assets/fonts/Albertus-Bold.otf') format('opentype');
    font-display: swap;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('/assets/fonts/MyriadPro-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: swap;
}

.content_global{
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid #222;
	margin-top: -160px;
}

/* ===========================
   PROFIL - Hlavní kontejner
   =========================== */
.profile-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* ===========================
   NADPISY SEKCÍ
   =========================== */
.profile-section-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #6366f1;
    position: relative;
}

.profile-section-heading span {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.profile-characters-heading {
    font-size: 1.5rem;
    margin-top: 3rem;
}

/* ===========================
   ACCOUNT WRAPPER - Hlavní info
   =========================== */
.profile-account-wrapper {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
    transition: all 0.3s ease;
    width: 95%;
    margin: 0 auto;
}

/* ===========================
   LEVÁ STRANA - Avatar + Info
   =========================== */
.profile-account-left-side {
    flex: 1;
    min-width: 300px;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.profile-user-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 24px rgba(99, 102, 241, 0.4);
    position: relative;
    overflow: hidden;
}

.profile-user-avatar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.profile-user-info h2 {
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.profile-user-info p {
    font-size: 0.95rem;
    color: #94a3b8;
    margin: 0.5rem 0;
    line-height: 1.6;
}

.profile-user-info p span {
    color: #cbd5e1;
    font-weight: 600;
}

.profile-user-info p strong {
    color: #fff;
}

/* ===========================
   PRAVÁ STRANA - Membership + Coins
   =========================== */
.profile-account-right-side {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

/* Membership box */
.profile-membership-box {
    background: rgba(99, 102, 241, 0.1);
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.profile-membership-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 24px;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.profile-badge-premium {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #000;
    box-shadow: 0 4px 16px rgba(251, 191, 36, 0.4);
}

.profile-badge-plus {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
}

.profile-badge-normal {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    color: #fff;
}

.profile-membership-box p {
    color: #cbd5e1;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.profile-membership-box p strong {
    color: #fff;
    font-weight: 600;
}

/* Coins box */
/* ===========================
   SAFÍRY BOX
   =========================== */
.profile-coins-box {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(37, 99, 235, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Currency Info Section */
.profile-currency-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-currency-icon {
    font-size: 2.5rem;
    color: #3b82f6;
    min-width: 50px;
    text-align: center;
    animation: gemPulse 2s ease-in-out infinite;
}

@keyframes gemPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.4));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgba(59, 130, 246, 0.6));
    }
}

.profile-currency-label {
    display: block;
    color: #94a3b8;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.profile-currency-amount {
    display: block;
    color: #3b82f6;
    font-size: 1.75rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

/* Purchase Button */
.profile-btn-purchase {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
	background: linear-gradient(135deg, #d53bf6 0%, #79119b 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.profile-btn-purchase:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.profile-btn-debug {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.875rem 1.25rem;
	font-size: 0.9rem;
	font-weight: 600;
	background: linear-gradient(135deg, #d53bf6 0%, #79119b 100%);
	color: #fff;
	border: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-decoration: none;
	margin: 0 auto;
}

.profile-btn-debug:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.profile-btn-purchase i {
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .profile-coins-box {
        padding: 1.25rem;
    }
    
    .profile-currency-icon {
        font-size: 2rem;
    }
    
    .profile-currency-amount {
        font-size: 1.5rem;
    }
    
    .profile-btn-purchase {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
}

/* ===========================
   CHARACTERS GRID
   =========================== */
.profile-characters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
    width: 95%;
    margin: 0 auto;
}

/* ===========================
   CHARACTER ITEM
   =========================== */
.profile-character-item {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

.profile-character-item:hover {
    border-color: rgba(99, 102, 241, 0.5);
}

/* Character Top */
.profile-char-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(99, 102, 241, 0.2);
}

.profile-char-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.profile-char-class {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    background: rgba(99, 102, 241, 0.2);
    border-radius: 16px;
    color: #a5b4fc;
    font-weight: 600;
}

/* Character Statistics */
.profile-char-statistics {
    margin-bottom: 1.25rem;
}

.profile-char-statistics p {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0.5rem 0;
    display: flex;
    justify-content: space-between;
}

.profile-char-statistics p strong {
    color: #fff;
    font-weight: 600;
}

/* Character Actions */
.profile-char-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.profile-char-actions .profile-btn {
    flex: 1;
    min-width: 120px;
}

/* ===========================
   NO CHARACTERS
   =========================== */
.profile-no-characters {
    text-align: center;
    padding: 3rem 1rem;
    color: #64748b;
    font-size: 1.1rem;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 12px;
    border: 1px dashed rgba(99, 102, 241, 0.3);
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 768px) {
    .profile-account-wrapper {
        flex-direction: column;
    }
    
    .profile-account-left-side {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .profile-user-avatar {
        width: 100px;
        height: 100px;
    }
    
    .profile-characters-grid {
        grid-template-columns: 1fr;
    }
    
    .profile-section-heading {
        font-size: 1.5rem;
    }
    
    .profile-char-actions {
        flex-direction: column;
    }
    
    .profile-char-actions .profile-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .profile-main-container {
        padding: 1rem 0.5rem;
    }
    
    .profile-account-wrapper {
        padding: 1.25rem;
    }
    
    .profile-coins-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ===========================
   ANIMACE
   =========================== */
@keyframes profileFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-character-item {
    animation: profileFadeInUp 0.5s ease-out;
}

.profile-character-item:nth-child(1) { animation-delay: 0.1s; }
.profile-character-item:nth-child(2) { animation-delay: 0.2s; }
.profile-character-item:nth-child(3) { animation-delay: 0.3s; }
.profile-character-item:nth-child(4) { animation-delay: 0.4s; }

/* ===================================
   SETTINGS PAGE STYLES
   =================================== */

/* Info Box */
.settings-info-box {
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1), rgba(255, 165, 0, 0.05));
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 20px;
    border: 2px solid rgba(255, 107, 0, 0.2);
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.1);
}

.settings-info-box .info-icon {
    font-size: 3rem;
    color: #ff6b00;
    flex-shrink: 0;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.settings-info-box .info-content {
    flex: 1;
}

.settings-info-box .info-content p {
    margin: 0.75rem 0;
    color: #ff8c00;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.settings-info-box .info-content p i {
    color: #28a745;
    font-size: 1.1rem;
}

/* Generate Code Section */
.generate-code-section {
    text-align: center;
    margin: 2rem 0;
}

.btn-generate-code {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #ff6b00, #ff8c00);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 107, 0, 0.3);
    border: none;
    cursor: pointer;
}

.btn-generate-code:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
    background: linear-gradient(135deg, #ff8c00, #ffa500);
}

.btn-generate-code i {
    font-size: 1.3rem;
}

/* Alert Modern */
.alert-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    position: relative;
    animation: slideInDown 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-modern.success {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15), rgba(40, 167, 69, 0.05));
    border: 2px solid rgba(40, 167, 69, 0.4);
}

.alert-modern.error {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15), rgba(220, 53, 69, 0.05));
    border: 2px solid rgba(220, 53, 69, 0.4);
}

.alert-modern .alert-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.alert-modern.success .alert-icon {
    color: #28a745;
}

.alert-modern.error .alert-icon {
    color: #dc3545;
}

.alert-modern .alert-content {
    flex: 1;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
}

.alert-modern .alert-close {
    cursor: pointer;
    font-size: 1.8rem;
    color: #666;
    transition: color 0.2s;
    font-weight: bold;
    line-height: 1;
}

.alert-modern .alert-close:hover {
    color: #333;
}

/* Settings Form Wrapper */
.settings-form-wrapper {
    border-radius: 15px;
    padding: 2.5rem;
    margin-top: 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.1), rgba(23, 162, 184, 0.05));
    border-left: 5px solid #17a2b8;
    border-radius: 8px;
    margin-bottom: 2.5rem;
    color: #17a2b8;
    font-weight: 700;
    font-size: 1.1rem;
}

.form-header i {
    font-size: 1.5rem;
}

/* Modern Settings Form */
.modern-settings-form {
    width: 100%;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Form Field Modern */
.form-field-modern {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.field-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.3px;
}

.field-label i {
    color: #ff6b00;
    font-size: 1.1rem;
}

.required-star {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 0.25rem;
}

/* Input Wrapper */
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.field-input {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    font-weight: 500;
}

.field-input:focus {
    outline: none;
    border-color: #ff6b00;
    background: white;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.1);
}

.field-input.input-error {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}

.input-icon {
    position: absolute;
    left: 1rem;
    color: #999;
    font-size: 1.1rem;
    pointer-events: none;
    transition: color 0.3s ease;
}

.field-input:focus + .input-icon {
    color: #ff6b00;
}

/* Field Error */
.field-error {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #dc3545;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.25rem;
    animation: shake 0.3s ease;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.field-error i {
    font-size: 1rem;
}

/* Form Submit Section */
.form-submit-section {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
    margin-top: 2rem;
}

.btn-submit-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 4rem;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(220, 53, 69, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-submit-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    background: linear-gradient(135deg, #c82333, #bd2130);
}

.btn-submit-modern:active {
    transform: translateY(-1px);
}

.btn-submit-modern i {
    font-size: 1.3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .settings-info-box {
        flex-direction: column;
        text-align: center;
    }

    .settings-info-box .info-icon {
        font-size: 2.5rem;
    }

    .settings-info-box .info-content p {
        justify-content: center;
    }

    .settings-form-wrapper {
        padding: 1.5rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .btn-submit-modern {
        width: 100%;
        padding: 1rem 2rem;
    }

    .btn-generate-code {
        width: 100%;
        justify-content: center;
    }

    .form-header {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .settings-info-box {
        padding: 1.5rem;
    }

    .settings-form-wrapper {
        padding: 1rem;
    }

    .field-input {
        padding: 0.875rem 0.875rem 0.875rem 2.75rem;
        font-size: 0.95rem;
    }

    .alert-modern {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
    }

    .alert-modern .alert-icon {
        font-size: 1.5rem;
    }

    .alert-modern .alert-close {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
    }
}

/* Smooth Transitions */
* {
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Focus Visible for Accessibility */
.field-input:focus-visible,
.btn-submit-modern:focus-visible,
.btn-generate-code:focus-visible {
    outline: 3px solid rgba(255, 107, 0, 0.5);
    outline-offset: 2px;
}

.video-header {
    position: relative;
    width: 1148px;
    height: 810px;
    overflow: hidden;
    margin: 0 auto;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    height: 100%;
    object-fit: cover;

    z-index: -1;
}
.bottom-wide-box {
    width: calc(1236px - 374px);
    margin-left: 0;
    margin-top: -344px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    min-height: 602px;
	 background: url('../images/yourfear/news.webp') no-repeat center/cover;
}

.bottom-wide-box h1 span{
	text-align: center;
}

/* WRAPPER */
.wrapper {
    width: 1148px;
    margin: 0 auto;
}

/* --- ROW TOP (3 columns) --- */
.row-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-top: -160px;
}

/* Levý sloupec */
.col-left {
    width: 26%;
}

/* Střední sloupec */
.col-center {
    width: 48%;
}

/* Pravý sloupec */
.col-right {
    width: 25%;
}

/* Video v centru */
.video-box iframe {
    width: 100%;
    height: 250px;
    border-radius: 4px;
}

/* --- Row Bottom (wide box) --- */
.row-bottom {
	margin-top: 40px;
    /*margin-bottom: 60vh;*/
}

.row-bottom-all {
	margin-top: 40px;
    margin-bottom: 20vh;
}

.bottom-wide-box {
	width: 75%;
    /* padding: 20px; */
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid #222;
    min-height: 73vh;
    /* margin-left: 20%; */
}

.simple-footer {
    width: 100%;
    padding: 25px 0;
    margin-top: 60px;
}

.footer-inner {
    width: 1148px;              /* STEJNÉ jako .wrapper */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #b3a0b7;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

.footer-inner strong {
    color: #e9d6a8; /* jemná zlatá */
}

.footer-inner .right {
    text-align: right;
}

.download-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.download-minimal {
    margin-top: 20px;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.05);
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.dl-btn {
    padding: 10px 18px;
    background: #1b1e24;
    color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.2s;
}

.dl-btn i {
    margin-right: 6px;
}

.dl-btn:hover {
    background: #282c35;
}

.dl-btn.recommended {
    border-color: #ffcc00;
    box-shadow: 0 0 8px #ffcc0055;
}

.requirements-minimal {
    font-size: 14px;
    color: #ddd;
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
}

.requirements-minimal ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}

.requirements-minimal li {
    margin-bottom: 6px;
    opacity: .8;
}

.page-layout {
    display: flex;
    width: 100%;
    gap: 25px;
    margin-top: 40px;
}

/* LEVÁ STRANA – OBSAH */
.page-left {
    flex: 1;
    padding: 20px;
    background: rgba(0,0,0,0.45);
    border: 1px solid rgba(255,255,255,0.05);
}

/* PRAVÁ STRANA – ŽEBŘÍČEK */
.page-right {
    width: 330px;
}

/* Download tlačítka */
.download-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-top: 40px;
}

/* LEVÁ SEKCE */
.download-left {
    flex: 1;
    background: rgba(0,0,0,0.45);
    padding: 25px;
    border-radius: 8px;
}

/* Tlačítka */
.download-buttons {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.dl-btn {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    background: rgba(20,20,20,0.7);
    border: 1px solid #5f3b1a;
    color: #fff;
    transition: .2s;
}

.dl-btn:hover {
    background: rgba(255,255,255,0.1);
}

/* PRAVÝ SLIM PANEL */
.download-right {
    width: 320px;
}

/* Aby žebříček seděl */
.ranking {
    width: 100%;
}

/* CONTAINER */
.register-box {
	max-width: 420px;
	margin: 40px auto;
	text-align: center;
}

/* TITLE */
.section-title {
	margin-bottom: 35px;
}

.section-title span {
	font-size: 26px;
	letter-spacing: 2px;
	color: #f5c36b;
	text-transform: uppercase;
}

/* FORM */
.register-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.form-row {
	text-align: left;
}

.form-row label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	color: #ddd;
}

.form-row input {
	width: 100%;
	padding: 12px 14px;
	background: rgba(0,0,0,.45);
	border: 1px solid rgba(255,255,255,.15);
	color: #fff;
	font-size: 14px;
}

.form-row input:focus {
	outline: none;
	border-color: #f5c36b;
	background: rgba(0,0,0,.6);
}

/* AGREE */
.form-agree {
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
}

.agree-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	color: #ccc;
}

.agree-checkbox a {
	color: #f5c36b;
	text-decoration: underline;
}

/* BUTTON */
.btn-register {
	margin-top: 20px;
	padding: 14px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(180deg, #7fb33a, #4e7d1f);
	border: none;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(127,179,58,.5);
}

.btn-register:hover {
	filter: brightness(1.1);
}

.registration-closed {
	padding: 35px 0px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.registration-closed .closed-icon {
	font-size: 42px;
	color: #ff4d4d;
	margin-bottom: 15px;
}

.registration-closed h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.registration-closed .closed-text {
	color: #bbb;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.closed-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-secondary {
	padding: 10px 18px;
	border-radius: 8px;
	background: #2a2d3a;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	transition: .2s;
}

.btn-secondary:hover {
	background: #3a3f55;
}

.btn-discord {
	padding: 10px 18px;
	border-radius: 8px;
	background: #5865F2;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: .2s;
}

.btn-discord:hover {
	background: #4752c4;
}

.ranking-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.ranking-tabs .tab {
	padding: 10px 18px;
	background: rgba(255,255,255,.05);
	border-radius: 8px;
	color: #ccc;
	text-decoration: none;
}

.ranking-tabs .tab.active {
	background: #2d6cdf;
	color: #fff;
}

.ranking-head {
	margin-bottom: 10px;
	color: #aaa;
	font-size: 14px;
}

.ranking-table {
	width: 100%;
	border-collapse: collapse;
	background: rgba(0,0,0,.4);
	border-radius: 12px;
	overflow: hidden;
}

.ranking-table th {
	text-align: left;
	font-size: 13px;
	color: #aaa;
	padding: 12px;
	text-align: center;
}

.ranking-table td {
	padding: 16px 14px;
	font-size: 14px;
}

.ranking-table tr.top1 { background: rgba(255,215,0,.08); }
.ranking-table tr.top2 { background: rgba(192,192,192,.06); }
.ranking-table tr.top3 { background: rgba(205,127,50,.06); }

.activity-bar {
	width: 80px;
	height: 4px;
	background: rgba(255,255,255,.1);
	border-radius: 2px;
	display: inline-block;
	margin-right: 6px;
}

.activity-bar span {
	display: block;
	height: 100%;
	background: #2d6cdf;
	border-radius: 2px;
}

.empire {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .3px;
}

/* Shinsoo */
.empire-1 {
	color: #3366FF; /* červená */
}

/* Chunjo */
.empire-2 {
	color: #FF66FF; /* modrá */
}

/* Jinno */
.empire-3 {
	color: #66FF33; /* zelená */
}

/* Neutral */
.empire-0 {
	color: #9ca3af;
}

.guilds-ranking-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.guilds-ranking-table thead th {
	text-align: left;
	padding: 14px 16px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #cbd5e1;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.bottom-wide-box {
    padding: 30px 35px;
    background: linear-gradient(
        180deg,
        rgba(25, 20, 40, 0.95),
        rgba(18, 16, 30, 0.95)
    );
    border: 1px solid rgba(139, 92, 246, 0.25);
    box-shadow: 0 0 25px rgba(139, 92, 246, 0.15);
}


.server-info h2 {
    color: #8b5cf6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.server-info h3 {
    color: #8b5cf6;
    text-transform: uppercase;
    margin: 30px 0 15px;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3);
    padding-bottom: 6px;
}

.bottom-wide-box p {
    color: #bbb;
    line-height: 1.6;
}

.server-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 35px;
    margin-top: 15px;
    padding-left: 0;
}

.server-features li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    color: #d6d9ff;
}

.server-features li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #8b5cf6;
    font-size: 14px;
}


.bottom-wide-box hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #333;
}

.server-info p {
    color: #cfd3ff;
    line-height: 1.65;
}

.server-info strong {
    color: #ffffff;
}

.server-info p:last-child {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(139, 92, 246, 0.25);
    color: #ffffff;
    font-style: italic;
}


.server-status {
    text-align: center;
    padding: 12px 18px;
    margin-bottom: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
}

.server-status.preparing {
    color: #ffe08a;
    background: linear-gradient(
        90deg,
        rgba(139, 92, 246, 0.25),
        rgba(84, 255, 140, 0.15),
        rgba(139, 92, 246, 0.25)
    );
    border: 1px solid rgba(139, 92, 246, 0.45);
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.35);
}
