body{
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: url(images/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #060606;
    will-change: transform;
}
/*************headerTopContainer***************/
.headerTopContainer{
	width: 100%;
	height: 42px;
	background: #2c3a3c;
}
.headerTopInner{
	width: 1000px;
	height: 42px;
	margin: 0 auto;
}
.headerTopLeft{
	width: 50%;
	float: left;
}
.headerTopLeft p{
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0; 
	float: left;
}
.headerTopLeft span{
	color: #f26411;
}
.headerTopRight{
	width: 50%;
	height: 42px;
	float: right;
}
.headerTopRight a{
	line-height: 42px;
	padding: 0 20px 0 10px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	float: right;
	text-decoration: none;
}
.headerTopRight a:hover{
	opacity: 0.8;
}
.headerTopRight a:nth-child(2){
	background: #f16410;
}
.headerTopRight a:nth-child(2) i{
	background: url(images/iconlg.png) transparent no-repeat left center;
	width: 32px;
	height: 42px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.headerTopRight a:nth-child(1){
	background: #1a8ab2;
}
.headerTopRight a:nth-child(1) i{
	background: url(images/iconrg.png) transparent no-repeat left center;
	width: 24px;
	height: 42px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.headerTopRight a i.iconlogout{
	background: url(images/iconlogout.png) transparent no-repeat left center;
	width: 28px;
	height: 42px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}


.headerTopRight a i.iconacc{
	background: url(images/iconacc.png) transparent no-repeat left center;
	width: 26px;
	height: 42px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.headerBotContainer{
    width: 100%;
    height: 85px;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
    background-position: left center;
    background-color: #000;
    position: relative;
    z-index: 100000;
}
.headerBotInner{
	width: 1170px;
	height: 80px;
	margin: 0 auto;
}
#logo{
    display: inline-block;
    float: left;
    height: 65px;
    width: 260px;
    margin-top: 6px;
}
.mainNavRight{
    float: right;
}
.navbar{
    margin: 0;
    min-height: 36px;
    border: 0;
}
.navbar .nav{
    margin: 0;
}
.mainNavRight .navbar-inner{
    background: none;
    padding: 0;
}
.mainNavRight .nav > li {
    text-align: center;
    float: left;
	list-style: none;
	height: 100%;
}
.mainNavRight .nav > li  > a{ 
    margin-left: 12px;
    color: #d9ccb2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    padding: 10px 5px;
    text-decoration: none;
    background: none;
    text-align: left;
    text-transform: uppercase;
    transition: color .18s ease, border-color .18s ease;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 18px;
    font-weight: 600;
}

.mainNavRight .nav > li > a i {
	color:#D3D3D3;
	font-size:14px;
	margin-right:4px;
}

.mainNavRight .nav > li  > a.login {
	background: #49351A;
    background: linear-gradient(360deg, rgba(73, 53, 26, 1) 0%, rgba(117, 93, 52, 1) 100%);
    box-shadow: 0px 4px 1px -2px #000000;
    border: 2px solid #6b5d42;
    text-shadow: none;
    padding: 10px 12px;
    border-radius: 20px;
    color: #d9ccb2;
}

.mainNavRight .nav > li  > a.login i, .mainNavRight .nav > li  > a.signup i {
	color:white;
}

.mainNavRight .nav > li  > a.login:hover {
	background:#4c381c;
	color:#d9ccb2;
}

.mainNavRight .nav > li  > a.signup {
	background: #49351A;
    background: linear-gradient(360deg, rgba(73, 53, 26, 1) 0%, rgba(117, 93, 52, 1) 100%);
    box-shadow: 0px 4px 1px -2px #000000;
    border: 2px solid #6b5d42;
    text-shadow: none;
    padding: 10px 12px;
    border-radius: 20px;
    color: #d9ccb2;
}

.mainNavRight .nav > li  > a.signup:hover {
	background:#4c381c;
	color:#d9ccb2;
}


.dropdown-menu{
	min-width: 173px !important;
    background: #1a261e;
    top: 100%;
}
.dropdown-menu>li>a{
    color: #d9ccb2;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-menu>li>a:hover{
	color: #ffffff;
  background-color: #2f3d30;
}
.mainNavRight .nav > li > a:hover,
.mainNavRight .nav > li > a:focus{
	color: #d3bd7a;
}

.main-container {
	background:#ffffff00;
	width:1170px;
	margin:0px auto;
	padding: 10px;
	box-shadow:0 0 10px #0000001c;
	padding-top:0px;
	z-index: 1000;
}
.main-home {
	background: rgba(27, 27, 28, 0.8);
}


/*********bannerContainer********/
.bannerContainer{
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.banner-top {
    background: url(images/bghome.jpg) transparent no-repeat center;
    font-size: 27px;
    font-weight: 800;
    color: white;
    padding: 30px 0px;
    text-align: center;
    text-transform: uppercase;
}

.banner-top span {
	color:#efb915;
}

.banner-middle{
	margin: 0 auto;
	padding:44px 0px;
	text-align:center;
}

.banner-middle h4 {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.banner-middle h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 40px;

}

.banner-middle ul {
	margin:0px;
	width:100%;
	padding:0px;
}

.banner-middle li {
    background: #56057e;
    display: inline-block;
    color: white;
    overflow: hidden;
    width: 380px;
}

.banner-middle a.banner-signup {
	background: #EFB915;
    color: white;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 0 10px #00000052;
    margin-top: 30px;
}

.banner-middle a.banner-signup:hover {
	background:#F6BC0C;
	text-decoration:none;
}

.banner-middle li .icon {
    background: white;
    width: 100px;
    float: left;
    height: 100px;
    padding-top: 20px;
}

.banner-middle li p {
    float: left;
    width: 240px;
    padding: 14px;
    text-align: left;
    line-height: 21px;
    margin-bottom: 0px;
    padding-top: 18px;
}

.bannerLeft{
	width: 410px;
	height: 100%;
	display: inline-block;
	float: left;
}
.bannerLeft h3{
	font-size: 82px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	margin-top: 111px;
}
.bannerLeft p{
	font-size: 34px;
	color: #ffffff;
	margin: 0;
	margin-top: 30px;
	font-weight: 300;
}
.bannerRight{
	float: right;
	width: 590px;
	height: 100%;
}
.bannerRightPart{
	width: 230px;
	height: 98px;
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	padding-left: 100px;
	padding-top: 40px;
}
.bannerRightPart1{
	background: url(images/iconbn1.png) transparent no-repeat left center;
	margin-left: 263px;
}
.bannerRightPart2{
	background: url(images/iconbn2.png) transparent no-repeat left center;
	margin-left: 121px;
	margin-top: 0;
}
.bannerRightPart3{
	background: url(images/iconbn3.png) transparent no-repeat left center;
	margin-left: 34px;
	margin-top: 30px;
}
.bannerRightPart4{
	background: url(images/iconbn4.png) transparent no-repeat left center;
	margin-top: 51px;
}
.bannerRight img{
	    margin-top: -273px;
    margin-left: 186px;
}
/*********formContainer*********/
.formContainer{
	width: 100%;
	height: 354px;
	background: #272625;
}
.formInner{
	width: 1000px;
	height: 354px;
	margin: 0 auto;
}
.formLeft{
	width: 300px;
	height: 100%;
	float: left;
	background: url(images/iconform.png) transparent no-repeat center 64px;
	text-align: center;
	font-size: 60px;
	color: #ffffff;
	padding-top: 190px;
}
.formRight{
	width: 700px;
	height: 100%;
	float: right;
	display: inline-block;
}
.formRight form{
	width: 684px;
	height: 248px;
	float: right;
	margin-top: 55px;
}
.formRight form input{
	width: 320px;
	height: 44px;
	margin-bottom: 20px;
	padding: 0 5px;
	color: #615c57;
	font-weight: 400;
	font-size: 14px;
}
.formRight form input.login2 {margin-left: 20px;}

.formRight form input.checkbox{
	width: 13px;
    height: 13px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
	min-height: inherit;
}
.check {
	width: 666px;
	margin-top: 20px;
}
.check p{
	color: #fff;
    font-weight: 400;
    font-size: 14px;
    float: left;
}
.formRight form input[type="submit"]{
	width: 130px;
	height: 40px;
	background: #f16310;
	border-bottom: 3px solid #922100;
	float: right;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-right: 0px;
	margin-top: 0px;
}
.formRight form input[type="submit"]:hover{
	color: #fff;
	opacity: 0.8;
}
/***********contentContainer***********/
.contentContainer{
	width: 100%;

}
.contentInner{
	margin: 0 auto;
	padding-top: 45px;
}


.contentInner h3{
    color: #6f0596;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}


.contentInner h3 span {
	color:#efb915;
}

.features-container {
	overflow:hidden;
}

.features-container .feature {
    width: 360px;
    float: left;
    text-align: center;
    border: 3px solid #710599;
    border-radius: 6px;
    margin: 5px;
    padding-top: 20px;
}

.features-container .feature2 {
	border:3px solid #EFB915;
}

.features-container .feature3 {
	border:3px solid #3f086b;
}

.features-container .feature h4 {
	color:#710599;
	font-size:18px;
	text-transform:uppercase;
}

.features-container .feature2 {
    border: 3px solid #EFB915;
    margin: 5px 24px;
}


.features-container .feature p {
    background: #710599;
    margin-bottom: 0px;
    color: white;
    padding: 25px 20px;
    font-size: 16px;
    font-weight: 600;
}


.features-container .feature2 p {
	background:#EFB915;
}


.features-container .feature2 h4 {
	color:#EFB915;
}

.features-container .feature3 p {
	background:#3f086b;
}


.features-container .feature3 h4 {
	color:#3f086b;
}


.stats-middle {
    overflow: hidden;
}

.stats-middle::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(239,185,21,0.06) 0%, transparent 70%);
    pointer-events: none;
}


.stats-middle b {
    font-family: Cinzel, serif;
    letter-spacing: .2px;
    background: -webkit-linear-gradient(#d6bf88, #b78e4f);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.stats-middle span {
    display: block;
    font-size: 12px;
    color: #d4cdb6;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
    margin-top: 2px;
}

@media (max-width: 600px) {
    .stats-middle {
        padding: 16px;
    }

    .stats-middle h1 {
        font-size: 13px;
        letter-spacing: 1px;
        gap: 4px 16px;
    }
}

.stats {
    margin-top: 40px;
    background-color: #00000057;
    border: 10px solid transparent;
    border-image: url(images/container.png) 12 round;
    box-shadow: var(--shadow2);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.stats, .stat {
    overflow: visible !important;
}

@media (max-width: 1024px) {
    .stats {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 18px;
    }
}

@media (max-width: 767px) {
    .stats {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 18px;
    }
}

.table-container table{
	width:100%;
}

.table-container table th {
    color: white;
    padding: 25px 25px;
    background: #46055e;
    font-size: 16px;
    font-weight: 600;
    border-bottom:1px solid #290537;
}

.table-container table th.yellow {
	background:#EFB915;
}

.table-container table td {
    color: white;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-bottom:1px solid #290537;
}

.table-container tr:nth-child(even) {
	background:#710599;
}


.table-container tr:nth-child(odd) {
	background:#3f086b;
}

/***********advertiseContainer************/
.advertiseContainer{
	width: 100%;
	height: 100px;
	background: #edecea;
}
.advertiseInner{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
.advertiseInner img{
	margin-top: 12px;
}
.advertiseInner img.ads{
	float: left;
}
.advertiseInner img.add{
	float: right;
}

.site-footer {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    padding: 0 0 22px;
    margin-top: 20px;
}

.footer-wrap {
  max-width: 1170px;
  margin: auto;
  padding: 0 20px;
}

/* ================= NAV ================= */
.footer-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 22px;
  margin-bottom: 18px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-logo img {
  height: 36px;
}

.footer-copyright {
  font-size: 10px;
  color: rgb(187 165 165 / 51%);
  white-space: nowrap;
}

.footer-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 18px;
}

.footer-links a {
  font-size: 14px;
    color: #d9ccb2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    text-decoration: none;
    letter-spacing: .3px;
    transition: color .2s ease;
}

.footer-links a:hover {
  color: #d3bd7a;
}

.footer-links a.payment-proofs {
  color: #d3bd7a;
}

.footer-links a.payment-proofs:hover {
  color: #d3bd7a;
}

/* SERVER TIME (prawy róg) */
.footer-social {
  display: flex;
  justify-content: flex-end;
}

.server-time-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .03);
  color: rgba(255, 255, 255, .65);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.server-time-badge svg {
  stroke: #f5c36a;
  flex-shrink: 0;
}

/* ================= PAYMENTS BAR ================= */
.footer-payments {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  border-radius: 14px;
}

/* LEFT — security badges */
.footer-security {
  display: flex;
  gap: 10px;
  justify-self: start;
}

.secure-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  background:
    radial-gradient(200px 60px at 50% 0%, rgba(120, 40, 70, .18), transparent 60%),
    rgba(255, 255, 255, .03);
  font-size: 10px;
  color: rgba(255, 255, 255, .75);
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.secure-badge {
  position: relative;
}

.secure-badge::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 135%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  background: rgba(8, 6, 7, .96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .55);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.secure-badge:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.ui-tooltip {
  font-size: 10px !important;
  padding: 6px 9px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  background-color: rgba(8, 6, 7, .96) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .55) !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
}


/* Styl treści wewnątrz tooltipa */
.ui-tooltip-content {
    padding: 6px 9px !important;               /* jeśli chcesz usunąć dodatkowe paddingi */
}

.custom-tooltip {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
  background: rgba(8, 6, 7, .96);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .55);
  border-radius: 8px;
  padding: 8px 12px;
  min-width: 160px;
  max-width: 260px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  cursor: help;
}

.custom-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

.custom-tooltip-title {
  color: #c8ad83;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.custom-tooltip-body {
  color: rgba(255, 255, 255, .85);
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}



.secure-badge svg {
  width: 14px;
  height: 14px;
  fill: #f5c36a;
  filter: drop-shadow(0 0 4px rgba(245, 195, 106, .35));
}

.secure-badge:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 195, 106, .35);
  box-shadow: 0 0 14px rgba(245, 195, 106, .18);
}

/* CENTER — obrazek z metodami płatności */
.footer-payment-icons {
  display: flex;
  gap: 14px;
  justify-self: center;
}

.pay-icon {
    position: relative;
    display: inline-flex;
}

.pay-icon img {
    height: 25px;
    opacity: .85;
    transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.footer-payments-img {
  height: 30px;
  opacity: .8;
  transition: opacity .25s ease;
}

.footer-payments-img:hover {
  opacity: 1;
}

.pay-icon:hover img {
  opacity: 1;
  transform: translateY(-2px);
  filter: drop-shadow(0 0 6px rgba(250, 204, 21, .6));
}

.pay-icon::after {
  content: attr(data-name);
  position: absolute;
  bottom: 135%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  background: rgba(8, 6, 7, .96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .55);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.pay-icon:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* RIGHT — online counter */
.footer-online {
  display: flex;
  justify-self: end;
  justify-content: flex-end;
}

.online-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 204, 102, .08);
  border: 1px solid rgba(255, 204, 102, .25);
  color: #d3bd7a;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3cff6d;
  box-shadow: 0 0 6px rgba(60, 255, 109, .8);
  animation: pulse 1.6s infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%   { transform: scale(1);   opacity: 1; }
  50%  { transform: scale(1.4); opacity: .6; }
  100% { transform: scale(1);   opacity: 1; }
}

/* ================= FOOTER RESPONSIVE ================= */
@media (max-width: 900px) {

  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 18px;
  }

  .footer-links {
    position: static;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .footer-logo {
    align-items: center;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-payments {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

  .footer-security {
    justify-content: center;
    justify-self: center;
    flex-wrap: wrap;
  }

  .footer-payment-icons {
    justify-content: center;
  }

  .footer-online {
    justify-self: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-links {
    gap: 8px;
  }

  .footer-links a {
    font-size: 11px;
  }

  .secure-badge {
    font-size: 9px;
    padding: 5px 8px;
  }

  .online-badge {
    font-size: 10px;
  }

  .server-time-badge {
    font-size: 10px;
  }
}

@media (max-width: 1000px){
 .headerTopInner, .headerBotInner, .bannerInner, .formInner, .earnmoneyInner, .contentInner, .advertiseInner, .footerInner, .main-container{
   margin: 0 !important;
   width: unset;
 } 
}
/*subpage*/
.sub-page-background{
    width: 100%;
    overflow: hidden;

}
.sub-page-backgroundl{
    width: 100%;
    overflow: hidden;

}
.sub-page-backgroundInner{

}
.site_title{
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    color: #b1a181;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    margin-top: 5px;
    font-family: ui-rounded;
    font-weight: 500;
    font-size: 32px;
}
.site_contentl{
    padding: 10px 0px;
}
.site_content{
    background: #0000001a;
    border: 25px solid transparent;
    border-image: url(images/container.png) 30 round;
    margin-bottom: 10px;
}
.site_content p {

}




/**/
.ads{
	float: left;
}
.add{
	float: right;
}
/*ads*/
.site_content_ads{
	padding: 30px 0;
}
#fixedads_title,
.fixedads_title{
	text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #b1a181;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: ui-rounded;
    font-weight: 500;
}
/*Login*/

@media (min-width: 768px) {
.modal-dialog {
    width: 500px;
    margin: 30px auto;
}
}

.Login_Page {
    width: 469px;
    padding: 40px;
    margin: 50px auto;
    overflow: hidden;
    background: white;
    border-radius: 6px;
    color: #48657E;
}

.Login_Page #logo {
	display:block;
	float:none;
	margin:0px auto 30px;
}

.login-title {
	    text-align: center;
    color: white;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 36px;
    padding-top: 50px;
    font-weight: 600;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 0px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: none;
     background: #01569F;
}

button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    opacity: 0.6;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    color: #024b89;
    background: #6ab3f1;
    }

.modal-header {
    padding: 25px 15px;
    border-bottom: 1px solid #0a67b6;
    min-height: 16.42857143px;
    background: #034B89;
    color: white;
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;

}

.modal-header h4 {
    font-weight: 400;
    font-size: 26px;
    text-align: center;

}




.modal-body {
    position: relative;
    padding: 20px;
    background: #01569F;
    border-radius: 0px 0px 6px 6px;
}


.Login_Page form{
	width: 100%;
}
.Login_Page form input{
	width: 100%;
	height: 44px;
	color: #615c57;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}
.LoginCap{
    width: 100%;
    height: 48px;
    padding: 2px 2px 2px 0;
    display: inline-block;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #66a8e1;
    border-radius: 4px;
}
.LoginCap div{
	padding: 0 !important;
}
.Login_Page form .LoginCap input{
    width: 139px;
    height: 40px;
    border: 0;
    float: left;
    margin-bottom: 0;
	color: #615c57;
	font-size: 14px;
	font-weight: 400;
}
.Login_Page form .LoginCap img{
	float: right;
}
.Login_Page form .footerLogin{
    margin-top: 10px;
    text-align: center;
}
.Login_Page form input[type="submit"]{
	width: 100%;
	height: 40px;
	background: #EFB915;
	border-radius: 4px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	color: #ffffff;

}
.Login_Page form .footerLogin a{
    font-size: 14px;
    color: #f1b90d;
    line-height: 24px;
    font-weight: 600;

}

.login-footer {
	    color: white;
    text-align: center;
    padding-bottom: 60px;
    font-weight: 600;
}

.Login_Page form .footerLogin a:hover {
	color:#EFB915;
	text-decoration:none;
}

.Login_Page form .footerLogin input:hover{
	background: #f48748;
}
/*register*/
.Register_Page{
    background-image: linear-gradient(to right, #130631 , #380d4e);
    overflow: hidden;
    padding: 40px;
    border-radius: 0px;
    width: 750px;
    margin: 20px auto;
    border-top: 0px solid #EFB915;
    box-shadow: 0px 5px 10px #00000033;

}

.Register_Page form{
	width: 100%;
}
.Register_Page .sigupRight{


}
.Register_Page form input{
	width: 320px;
	height: 44px;
	font-size: 14px;
	color: #615c57;
	font-weight: 400;
	margin-bottom: 20px;
}
.Register_Page form input:nth-child(2),
.Register_Page form input:nth-child(4),
.Register_Page form input:nth-child(6){
	float: right;
}

#message_sent {
	color:white;
}

.RegisterCap{
    width: 320px;
    height: 48px;
    padding: 2px 2px 2px 0;
    display: inline-block;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #66a8e1;
    border-radius: 4px;
}
.RegisterCap div{
	padding: 0 !important;
}
.Register_Page form .RegisterCap input{
    width: 130px;
    height: 34px;
    border: 0;
    float: left;
    margin-bottom: 0;
    color: #615c57;
    font-size: 14px;
    font-weight: 400;
}
.Register_Page form .RegisterCap img{
	float: right;
}
.footerRegister,
.footerRegister a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;

}
.footerRegister input[type="checkbox"]{
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 5px;
}
.footerRegister input[type="submit"]{
	width: 130px;
	height: 40px;
	background: #EFB915;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	font-weight:600;
	float: right;
	margin-top: -11px;
	text-transform:uppercase;
}
.footerRegister input[type="submit"]:hover{
	background:#EFC315;
}
/*Account*/

.account-menu {
	width:100%;
	text-align:center;
}

.account-menu .nav>li {
    display: inline-block;
    margin: 15px 7px;


}

.account-menu .nav>li a {
    padding: 8px 13px;
    display: block;
    color: #d5cbb6;
    background-color: #00000021;
    border: 7px solid transparent;
    border-image: url(images/container.png) 12 round;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.account-menu .dropdown-menu li a {
	border:0px;
	padding:5px 18px;
}

.account-menu .nav>li a:hover, .account-menu .nav>li a:focus {
	color: #ffffff;
  background-color: #2f3d30;
}

.account-menu .nav .open>a, .account-menu .nav .open>a:hover, .account-menu .nav .open>a:focus {
    background-color: #171d1b;
}

.shares-top {
	text-align:center;
}

.shares-top h2 {
    background: #360e4c;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0px;
}

.shares-top p {
	border:3px solid #360e4c;
	padding:20px;
	border-radius:0px 0px 4px 4px;
	border-top:0px;
}

.shares-top p strong {
	color:#EFB915;
}

.benefits-container {
	overflow:hidden;
}

.benefits-container ul {
	margin:0px;
	padding:0px;
}



.page-title {
	overflow:hidden;
	padding:10px 0px;
	text-align:center;
}

.benefits-container ul li {
    border: 2px solid #b4bfc8;
    border-radius: 6px;
    color: #87939f;
    margin-right: 10px;
    width: 376px;
    float: left;
    list-style: none;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;

}

.purchase-middle {
	border: 2px solid #307ABB;
    border-radius: 4px;
    padding: 10px;
}

.benefits-container ul li span {
    display: block;
    color: #2F7ABB;
    font-size: 16px;
	
}

.form-left {
    width: 49%;
    border: 1px solid #E5F2FD;
    padding: 15px;
    margin: 0px 0px 20px;
    float: left;
}

.form-right {
	float:right;
}

.form-left input[type="radio"], .form-full input[type="radio"], .form-left input[type="checkbox"], .form-full input[type="checkbox"]  {
display: inline-block;
    margin: 0px 3px;
    vertical-align: middle;
}

.form-right #radio label {
    display: inline-block;



}

.form-middle {
    border: 2px solid #3eb92f;
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
    border-top:0px;
}

.group-description  {
	padding-bottom:20px;
}

.group-description h2 {
	    color: #5FA0D8;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.group-description p {
	text-align:center;
	font-weight:400;
	line-height:24px;
}

.form-middle .widget-tbl td {
	border:0px;
}


span#min_deposit {
	    font-size: 12px;
    color: #ef7e60;
    margin-top: 10px;
    display: block;
}

.calc-tbl label {
	display:block;
}

.calc-tbl select {
	width:100%;
}

.add-funds {
	width:500px;
	margin:30px auto;
}

.funds-top {
    background: #3eb92f;
    padding: 15px 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
    margin-bottom:0px;
}

.add-advert {
    display: block;
    padding: 15px 25px;
    border: 2px solid #479BE4;
    border-radius: 4px;
    color: #479BE4;
    margin: 10px auto 20px;
    width: 400px;
    text-align: center;
    text-transform: uppercase;
}

.add-advert:hover {
	background:#D9E7F3;
	text-decoration:none;
	color: #479BE4;
}



.form-group input[type="text"], .form-group input[type="password"], .form-group select {
	width:100%;
}

.form-left label {
	display:block;
	font-weight:normal;
	    color: #5196d0;
	        font-weight: 500;
	            margin-bottom: 5px;
}

.accept-inputs {
    padding: 20px 0px 0px;
}

.form-top {
    background: #479BE4;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
}


.form-left p {
    display: block;
    font-size: 12px;
    padding: 6px 0px;
}


.form-full {
	width:100%;
	text-align:center;
}


.accept-inputs label {
	display:inline-block;
}

.purchase-middle .widget-tbl td {
	border:0px;
}

.purchase-block {
    width: 500px;
    margin: 10px auto 30px;
}

.benefits-container ul li span.colored {
	color:#47C84A;
}

h2.benefits {
    color: #53A2E8;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.benefits-container ul li:last-child {margin-right:0px;}

.page-title  h2 {
	float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #b1a181;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    margin-top: 5px;
    font-family: ui-rounded;
    font-weight: 500;
}

.title-right {
	float:right;
	text-align:right;
}

.title-right ul {
	   margin: 0px;
	   padding:0px;
}

.title-right ul li {
    background: #00000021;
    display: inline-block;
    color: #9d957e;
    border: 1px solid #5a6150;
    border-radius: 3px;
    padding: 7px 7px 7px 10px;
    width: 300px;
    text-align: left;
    overflow: hidden;
    line-height: 24px;
}

.title-right ul span {
    background: #253026;
    padding: 0px 8px;
    color: #9d957e;
    border-radius: 3px;
    margin-left: 5px;
    float: right;
}

.title-right ul span.span2 {
	background:#253026;
}

.page-title .server-account {
	float:right;
}

.top-account ul{
	    margin: 0px;
    width: 100%;
    padding: 0px;
}

.top-account li {
    background-color: #00000021;
    border: 10px solid transparent;
    border-image: url(images/container.png) 12 round;
    display: inline-block;
    color: white;
    overflow: hidden;
    width: 364px;

}

.top-account li p {
	margin-bottom:5px;
	font-weight:600;
	text-transform:uppercase;
    color: #d5cbb6;
}

.top-account ul li h2 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color: #bab095;
}

.top-account ul li h6 {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    color: #bab095;
}

.top-account  li .icon {
    border-right: 12px solid transparent;
    border-image: url(images/container.png) 20 round;
    width: 60px;
    float: left;
    height: 60px;
    padding-top: 20px;
    color: #cca463;
    font-size: 23px;
    padding-left: 5px;
    text-align: center;
}

.top-account  li .text {
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}


.accTop {
    overflow: hidden;
    margin-right: 0;

}
.bgac {
    border: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 21px;
    float: left;
}
.custom-admin {
    background: url(images/iconac.png)#ffffff no-repeat 20px center;
    border-radius: 4px;
    height: 113px;
    width: 343px;
    border: 1px solid #c3c4c7;
    color: #505356;
}
.custom-admin div span{
	color: #45b8dd;
}
.custom-admin .title {
    color: #1788ac;
    padding-top: 21px;
}
.numberacc {
    display: inline-block;
    text-align: right;
}
.numberacc ul {
    display: inline-block;
    color: white;
    padding: 0;
}
.numberacc ul li {
    list-style: none;
    padding: 9px 13px;
    font-size: 14px;
    margin-right: 10px;
    width: 360px;
    float: left;
    text-align: left;
    background-color: #00000021;
    border: 10px solid transparent;
    border-image: url(images/container.png) 12 round;
    border-radius: 6px;
    color: #aaa390;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    }
    
.accTop2 .numberacc ul li {
    padding: 0px;
    text-align: center;
    min-height: 254px;
}    

    
.accTop2 .numberacc ul li h4 {
    background-color: #00000038;
    color: #e7dcc8;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
}

.numberacc ul li a {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(images/button.png);
    background-size: cover;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    border: 2px solid #6a6553;
    color: #dbd9b4;
    padding: 6px 15px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 600;
    transition: all .25s ease;
}


.accTop2 .numberacc ul li a {
    position: relative;
    margin: 5px auto;
    top: 10px;
    right: auto;
}

.accTop2 .numberacc ul li a.link2 {
	background:#01569F;
}

.accTop2 .numberacc ul li a.link1 {
	background:#3EB92F;
}


.numberacc ul li p.description {
    font-size: 13px;
    text-transform: none;
    color: #c0bdad;
    padding: 5px 0px;
}
.numberacc ul li p.description span {
    color: #c4b596;
}


.numberacc ul li a:hover {
	text-decoration:none;
    opacity: 0.75;
}

.numberacc ul li a.color2 {
	background-image: url(images/button.png);
}

.numberacc ul li a.color3 {
    background-image: url(images/button.png);
}

.numberacc ul li p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    color: #c8ad83;
}
.numberacc ul li.balanceLast {
    margin-right: 0;

}

.ribbon {
    position: fixed;
    width: 180px;
    height: 94px;
    right: 0px;
    top: 100px;
    background: url(images/ribbon.png) no-repeat 20px center;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-left: 80px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.ribbon span {
    font-size: 18px;
    display: block;

	
}

.user-id {
	color:#33BD17;
	font-weight:600;
}

.signup-login {
    display: inline-block;
    background: #EFB915;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 16px;
}


.signup-login:hover {
	background:#F4C025;
	color:white;
	text-decoration:none;
}

.numberacc ul li.balanceLast p.earnings-p {
    margin: 0;
    font-size: 17px;
    color: #b1a181;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    margin-top: 5px;
    font-family: ui-rounded;
    font-weight: 500;
    line-height: 24px;
}

.bottom-stats {
	overflow:hidden;
}


.bottom-stats .col {
    width: 49%;
    float: left;
    background-color: #00000021;
    text-align: left;
    color: white;
    padding: 0px;
}

.bottom-stats .col p {
    padding-left: 15px;
    line-height: 36px;
    border: 1px solid #4e4f3d;
    margin-bottom: 0px;
    color: #d7d1c3;
}

.bottom-stats .col span {
    float: right;
    background: #1f271c;
    border-left: 1px solid #4e4f3d;
    color: #d1bb8c;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
}

.bottom-stats .col2 {
	float:right;
}

.linkAccount {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 27px;
}
.linkAccount li {
    list-style: none;
    display: inline-block;
    float: left;
    height: 115px;
    width: 167px;
    margin-right: 12px;
}
.linkAccount li:last-child{
	margin-right: 0;
}
.linkAccount a {
    background-color: #ddf5fd;
    background-image: url(images/iconac1.png);
    background-repeat: no-repeat;
    background-position: 49px 15px;
    border-radius: 5px;
    color: #1986ae;
    height: 115px;
    width: 100%;
    font-size: 18px;
    display: inline-block;
    padding-top: 81px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #1a8ab2;
}
.linkAccount a.funds {
    background-image: url(images/iconac2.png);
}
.linkAccount a.draw {
    background-image: url(images/iconac3.png);
}
.linkAccount li:last-child a {
    background-image: url(images/iconac4.png);
}

.linkAccount a:hover {background-color:#FDFDDD;}

.site_content #tabs.tabAcc {
    background: transparent;
    border: 0;
    padding: 0;
}
#tabs.tabAcc ul {
    padding: 0px;
    border: 0;
    border-bottom: 5px solid #1a8ab2;
    border-radius: 0;
    background: none;
}
#tabs.tabAcc ul.ui-tabs-nav li {
    width: 232px;
    padding: 0;
    margin: 0;
    border: 0;
    margin-right: 5px;
    background-color: transparent;
}
#tabs.tabAcc ul.ui-tabs-nav li:last-child{
	margin-right: 0;
}
#tabs.tabAcc ul li {
    list-style: none;
}
#tabs.tabAcc ul.ui-tabs-nav li.ui-tabs-active a {
    background-color: #f16410;
}
#tabs.tabAcc ul.ui-tabs-nav li a {
    height: 63px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 62px;
    width: 100%;
    padding: 0;
    border-bottom: 0;
    display: inline-block;
    color: #fff;
    background: #1a8ab2;
}
.icontab {
    width: 75px;
    height: 100%;
    display: inline-block;
    float: left;
}
.icon1 {
	background: url(images/iconac5.png) transparent no-repeat 10px center;*/
}
.icon2 {
	background: url(images/iconac6.png) transparent no-repeat 10px center;*/
}
.icon3 {
	background: url(images/iconac7.png) transparent no-repeat 10px center;*/
}
.tab-acc-Left {
    width: 50%;
    float: left;
    overflow: hidden;
}
.tab-acc {
    width: 330px;
    float: left;
}

.ui-widget-content {
    border: 0px;
    background: white;
    color: #666666;
    padding: 0px;
}

.ui-tabs .ui-tabs-panel {
    background-color: #ffffff!important;
    overflow: hidden;
    border: 3px solid #efb914 !important;
    padding: 31px 16px !important;
    border-radius: 6px;
}
#tabs.tabAcc .widget-title {
    color: white;
    font-size: 18px;
    background: #1a8ab2;
    margin-bottom: 5px;
}
#tabs.tabAcc table {
    margin-bottom: 5px;
    border: 1px solid #e3e3e3;
    background: #FFFFFF;
}
#tabs.tabAcc table td {
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
    color: #6F6969;
}
table td {
    padding: 3px;
}
.tab-acc-Right {
    width: 50%;
    float: right;
    overflow: hidden;
}
.tab-acc-Right .tab-acc {
    width: 330px;
    float: right;
}
.ui-tabs .ui-tabs-nav{
	border: 0 !important;
}
.ui-tabs .ui-tabs-nav li{
    background: #1a8ab2;
    border: 0;
    border-radius: 4px 4px 0px 0px;
}
.ui-tabs .ui-tabs-nav li a{
	color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background: #efb914;
    border: 0;
    border-radius: 4px 4px 0px 0px;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 1em 1.5em!important;
    text-decoration: none;
}

.ui-widget-content {
    border: 0px!important;
    background: #ffffff url(images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x;
    color: #666666;
    padding: 0px!important;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 1em 2em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
}


/******forum************/
.site_content_forum{
    padding: 20px 0;
}
.forumTitle{
	float: left;
    width: 560px;
    padding-left: 13px;
    height: 42px;
    border-radius: 4px;
}
.forumStatis{
    float: left;
    text-align: center;
    width: 120px;
}
.forumLast{
    float: left;
    width: 350px;
    padding-left: 28px;
}
.frBar{
    background-color: #590681;
    display: inline-block;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0px 0px 0px;
    border-radius: 0px;
}
.lastBoard{
    padding-left: 38px;
    
}
.statisBoard{
    padding-left: 36px;
}
.forum-content{
    padding:0px;
}
.forum-content td{
    border:0 !important;
}
.forum-tblc{
    border-left: none;
    border-right: none;
    border-top: none;
}
.forum_username td{
    color: #ffffff !important;
}
.txtFrTopic{
	color: #888888;
    font-size: 12px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 10px;
    font-size: 14px;
    border-left: 5px solid #e8a743;
    background: #00000038;
    border-radius: 5px;
}
body.login-container {
	background-image: linear-gradient(to right, #14072e , #3d0954);
    background-size: 100%;
    height: 100%;
    margin: 0 auto;
    font-weight: 400;
    padding: 0px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.42857;
}


.bgforum{

}
.forum-topiclist{

}

.member-col {
	background: #f4f4f4;
}

.member-col-text {

	padding-left:20px;
	padding-top:20px;
}

.clixgrid_block {margin: 10px auto;}

.btn-info {
	background:#187EA7;
	padding: 10px 20px;
	border: 0px;
}

.forum-list {
    margin: 0px;
}

.payment {    background: white;
    margin-top: -20px;}

.payment-inner {width: 1000px; margin: 0px auto;}

.payment ul li {display: inline-block;}
.payment ul {padding-left: 0px;}

.payment ul li a {padding: 10px; background: url(images/payment.png) transparent no-repeat 12px center;}

.payment ul li a.payza {display: block; width:161px; height:61px; background-position: -2px center;}
.payment ul li a.pm {display: block; width:238px; height:61px; background-position: -168px center;}
.payment ul li a.stp {display: block; width:226px; height:61px; background-position: -410px center;}
.payment ul li a.payeer {display: block; width:154px; height:61px; background-position: -646px center;}
.payment ul li a.bitcoin {display: block; width:189px; height:61px; background-position: -800px center;}

.progress-bar-acc{
    width: 60%;
    height: 12px;
    background-color: rgb(33 37 37);
    border-radius: 10px;
    margin: 24px 0;
    overflow: hidden;
    border: 1px solid #665f4d;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.progress-fill{
    height: 100%;
    background-image: url(images/fill.png);
    background-size: cover;
    border-radius: 10px;
}
.level{
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/button.png);
    border: 1px solid #595c4c;
    background-size: cover;
    border-radius: 8px;
    cursor: help;
    color: #facc15;
    font-size: 14px;
    box-shadow: 0 0 8px rgb(0 0 0 / 35%);
    transition: all .25s ease;
    position: relative;
    overflow: visible;
}
.level span{
    color: #c1b187;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.5);
}
.flex-level{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.stat.stat-visible{
    opacity: 1;
    transform: translateY(0);
}
.anim.anim-visible{
    opacity: 1;
    transform: translateY(0);
}

/* HERO */
.hero {
  color: #fff;
  display: flex;
  align-items: center;
}

/* CONTAINER */
.container-home {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}

/* TEXT CONTENT */
.content-home {
  flex: 1;
}

.content-home h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Georgia", serif;
    color: #ebe5d2;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
}

.gold {
    background: -webkit-linear-gradient(#d6bf88, #b78e4f);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-home p {
  font-size: 1.5rem;
  color: #d4cdb6;
  margin-bottom: 25px;
  max-width: 500px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
}

/* BUTTONS */
.buttons-home {
  display: flex;
  gap: 15px;
}

.btn-home {
  padding: 12px 22px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  transition: 0.3s ease;
}

/* PRIMARY BUTTON */
.primary {
    background-image: url(images/button.png);
    background-size: cover;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    border: 2px solid #6a6553 !important;
    color: #dbd9b4 !important;
    padding: 8px 19px;
    border-radius: 11px;
    font-size: 17px;
    font-weight: 600;
    transition: all .25s ease;
    outline: none !important;
}
.primary:focus{
    text-decoration: none !important;
}

.primary:hover {
  opacity: 0.85;
  text-decoration: none !important;
}

/* IMAGE */
.image-home {
  flex: 1;
  text-align: center;
}

.image-home img {
  max-width: 100%;
  height: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .container-home {
    flex-direction: column;
    text-align: center;
  }

  .image-home {
    text-align: center;
  }

  .content-home h1 {
    font-size: 3.5rem;
  }

  .buttons-home {
    justify-content: center;
  }
}
.liveBarOuter {
    position: relative;
    background: linear-gradient(90deg, rgb(0 0 0 / 5%), rgb(0 0 0 / 65%), rgb(255 180 60 / 0%));
    margin-top: -8px;
}
.liveBarOuter::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 180, 60, 0), rgb(97 101 96 / 90%), rgba(255, 180, 60, 0));
    pointer-events: none;
    z-index: 2;
}
.wrap {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.liveBar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    font-size: 13px;
    overflow: hidden;
}
.liveLabel {
    white-space: nowrap;
    color: #f5d07a;
    font-weight: 600;
}
.liveTicker {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative; /* DODANE – żeby absolute child nie uciekał */
}
.liveTrack {
    display: flex;
    width: max-content;
    will-change: transform;
}
/* USUNIĘTE osobne transition – teraz hidden działa przez display/visibility */
.liveTrack.hidden {
    display: none; /* ZMIANA z opacity+position:absolute na display:none */
}
.liveTrackInner {
    display: flex;
    gap: 26px;
    padding-right: 26px;
    animation: ticker 40s linear infinite; /* PRZENIESIONE z .liveTrack na .liveTrackInner */
    will-change: transform;
    animation-play-state: running;
}
.liveToggle {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 200, 120, .22);
    color: #fff;
    border-radius: 8px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 13px;
    flex-shrink: 0; /* DODANE – żeby przycisk się nie zgniatał */
}
@keyframes ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.liveItem {
    white-space: nowrap;
    color: rgba(255, 255, 255, .9);
    background: #0000001c;
    padding: 2px 12px;
    border-radius: 13px;
}
.liveItem .user {
    color: #bdaf84;
    font-weight: 600;
}
.liveItem .sep {
    margin: 0 6px;
    opacity: .5;
}
.liveItem .time {
    color: rgba(255, 255, 255, .6);
}
.liveNugget {
    width: 14px;
    height: 14px;
    vertical-align: -3px;
    margin-right: 4px;
    filter: drop-shadow(0 0 4px rgba(255, 200, 80, .4));
}
.featureStrip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
    margin: 50px auto 50px;
    text-align: center;
}
.stat {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid rgba(255, 255, 255, .05);
    text-align: center;
}
.stat img{
  width: 50px;
}
.stats, .stat {
    overflow: visible !important;
}
.stat {
    position: relative;
}
.stat {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

.anim {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .6s ease, transform .6s ease;
}

@media (max-width: 1024px) {
    .stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
    }
}
.featureStripItem {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    font-weight: 500;
    background: #00000057;
    border: 2px dashed #272727;
    min-width: 140px;
}
.featureStripItem i {
    color: #ffd35a;
    font-size: 15px;
    filter: drop-shadow(0 0 4px rgba(255, 200, 80, .35));
}
.stat span {
    display: block;
    font-size: 12px;
    color: #b8b3a7;
    margin-top: 2px;
}
.joinBonus {
    margin: 22px auto 34px;
    max-width: 1100px;
    background-color: #00000057;
    border: 10px solid transparent;
    border-image: url(images/container.png) 12 round;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .45);
}
.joinBonusInner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
}
.bonusIcon {
    font-size: 32px;
    filter: drop-shadow(0 0 6px rgba(255, 200, 80, .45));
}
.bonusText{
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
}
.bonusText h4 {
    margin: 0 0 4px;
    font-size: 18px;
    color: #bdaf84;
}
.bonusText p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
}
.bonusAmount {
    color: #ffd35a;
    font-weight: 700;
    text-shadow: 0 0 6px rgba(255, 210, 100, .4);
}
.bonusText small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}
.bonusAction {
    white-space: nowrap;
}
.bonusBtn {
    display: inline-block;
    background: linear-gradient(360deg, rgba(73, 53, 26, 1) 0%, rgba(117, 93, 52, 1) 100%);
    box-shadow: 0px 4px 1px -2px #000000;
    border: 2px solid #6b5d42;
    text-shadow: none;
    padding: 10px 12px;
    border-radius: 20px;
    color: #d9ccb2;
}
.bonusBtn:hover {
    background: #4c381c;
    color: #d9ccb2;
    text-decoration: none;
}
:root {
    --card-w: 200px;
    --card-h: 280px;
    --gap: 20px;
  }
.bap-wrap { width: 100%; padding: 32px 0 0; font-family: 'Montserrat', sans-serif; }
  .bap-head { text-align: center; margin-bottom: 24px; }
  .bap-head h3 { color: #ebe5d2; font-size: 24px; font-weight: 800; text-transform: uppercase; margin: 0 0 6px; letter-spacing: 1px; }
  .bap-head h3 span { filter: drop-shadow(rgba(0, 0, 0, 0.8) 2px 2px 4px);
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(top, rgb(214, 191, 136), rgb(183, 142, 79)) text; }
  .bap-head p { color: rgba(217,204,178,0.6); font-size: 13px; margin: 0; }

  .bap-viewport { position: relative; width: 100%; overflow: hidden; padding: 20px 0 60px; }
  .bap-track { display: flex; gap: var(--gap); align-items: center; transition: transform 0.4s cubic-bezier(0.25,0.8,0.25,1); will-change: transform; cursor: grab; user-select: none; }
  .bap-track.dragging { transition: none; cursor: grabbing; }

  .bap-card {
    flex: 0 0 var(--card-w);
    height: var(--card-h);
    border-radius: 14px;
    background: none;
    border: 3px solid rgb(96 90 86);
    border-color: rgba(255, 255, 255, 0.05);
    border-image: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    text-align: center;
    box-sizing: border-box;
    gap: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    opacity: 0.55;
    transform: scale(0.88);
    box-shadow: none;
    position: relative;
    overflow: hidden;
}
.bap-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(images/card-bg.png);
    background-size: cover;
    filter: sepia(1) hue-rotate(89deg) saturate(0.8) brightness(0.77);
    z-index: 0;
    border-radius: 14px;
}
.bap-card > * {
    position: relative;
    z-index: 1;
}
.bap-card.active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 30px rgba(239,185,21,0.15);
}
.bap-card.adjacent { opacity: 0.8; transform: scale(0.93); }
.bap-card--top {
    background: none;
}
.bap-card--top::before {
    background: url(images/premiumcard-bg.png);
    background-size: cover;
    filter: sepia(1) hue-rotate(180deg) saturate(0.9) brightness(0.9);
}
.bap-card--top.active { box-shadow: 0 0 20px rgb(21 126 239 / 30%); }

.bap-card img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

  .c-level { font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(228 222 195);
    filter: drop-shadow(rgba(0, 0, 0, 0.8) 2px 3px 2px);
    margin-bottom: 4px; }
  .c-crown { font-size: 69px;
    line-height: 1;
    margin: 2px 0;
    filter: drop-shadow(rgba(0, 0, 0, 0.8) 2px 3px 2px); }
  .c-range { font-size: 13px;
    font-weight: 700;
    color: rgb(228 222 195);
    filter: drop-shadow(rgba(0, 0, 0, 0.8) 2px 3px 2px);
    line-height: 1.3; }
  .c-label { 
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(217, 204, 178, 0.4);
    filter: drop-shadow(rgba(0, 0, 0, 0.8) 2px 3px 2px);
   }
  .c-divider { 
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 185, 21, 0.5), transparent);
    margin: 8px 0;
   }
  .c-earn { font-size: 32px;
    font-weight: 900;
    filter: drop-shadow(rgba(0, 0, 0, 0.8) 2px 2px 4px);
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(top, rgb(214, 191, 136), rgb(183, 142, 79)) text;
    filter: drop-shadow(rgba(0, 0, 0, 0.8) 2px 3px 2px);
    line-height: 1; }
  .bap-card--top .c-earn { font-size: 26px; }
  .c-ads { margin-top: 6px; font-size: 11px; color: rgba(217,204,178,0.5); font-weight: 600; }
  .c-ads span { color: #efb915; font-weight: 700; }

  .bap-dots { display: flex; justify-content: center; gap: 6px; margin-top: 14px; flex-wrap: wrap; padding: 0 16px; }
  .bap-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(217,204,178,0.2); transition: background 0.3s, transform 0.3s; cursor: pointer; flex-shrink: 0; }
  .bap-dot.active { background: #efb915; transform: scale(1.4);box-shadow: 0 0 6px rgb(255 210 100); }

  .bap-actions { display: flex; justify-content: center; gap: 12px; margin-top: 16px; }
  .bap-btn:hover { background: linear-gradient(360deg, rgba(90,65,30,1) 0%, rgba(140,110,60,1) 100%); color: #fff; }
  .bap-counter { color: rgba(217,204,178,0.5); font-size: 12px; align-self: center; min-width: 50px; text-align: center; }

  @media (max-width: 480px) {
    :root { --card-w: 220px; --card-h: 290px; }
    .c-earn { font-size: 26px !important; }
  }

/* ── Wrapper ── */
.settings-wrap {
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  margin: 0 auto;
  padding: 24px 16px 48px;
  color: #d4cece;
}

/* ── Card ── */
.s-card {
  background-color: #00000030;
    border: 10px solid transparent;
    border-image: url(images/container.png) 12 round;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* ── Card head ── */
.s-card-head {
    background: #00000038;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.s-card-head .s-title {
  font-size: 11px;
  font-weight: 700;
  color: #e7dcc8;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.s-card-head .s-hint {
  font-size: 11px;
  color: #e7dcc8;
}

/* ── Card body ── */
.s-card-body {
  padding: 22px 20px;
}

/* ── Divider ── */
.s-divider {
  border: none;
  border-top: 1px solid #272727;
  margin: 18px 0;
}

/* ── 2-col grid ── */
.s-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

/* ── Field ── */
.s-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.s-field:last-child { margin-bottom: 0; }

.s-field label {
  font-size: 11px;
  font-weight: 600;
  color: #c8ad83;
  letter-spacing: .3px;
  text-transform: uppercase;
}

/* ── Input wrap (with lock icon) ── */
.s-input-wrap {
  position: relative;
}

.s-input-wrap .s-lock {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6f6767;
  font-size: 11px;
  pointer-events: none;
}

/* ── Inputs & selects ── */
.s-input {
  width: 100%;
  box-sizing: border-box;
  background: #111111 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 8px;
  color: #fff;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 13px;
  padding: 9px 36px 9px 12px;
  transition: border-color .18s, box-shadow .18s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.s-input[readonly], .s-input[disabled] {
  opacity: .55;
  cursor: not-allowed;
}

.s-input:not([readonly]):focus {
  border-color: #e8a743;
  box-shadow: 0 0 0 3px rgba(232,167,67,.12);
}

/* no right-padding when no lock */
.s-input.no-lock {
  padding-right: 12px;
}

/* select arrow */
.s-select-wrap {
  position: relative;
}

.s-select-wrap::after {
  content: '▾';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6f6767;
  font-size: 12px;
  pointer-events: none;
}

.s-select-wrap .s-input {
  padding-right: 30px;
  cursor: pointer;
}

/* DOB grid */
.s-dob {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 10px;
}

@media (max-width: 420px) {
  .s-dob { grid-template-columns: 1fr 1fr; }
  .s-dob .s-select-wrap:last-child { grid-column: 1 / -1; }
}

.s-small-note {
  font-size: 11px;
  color: #6f6767;
  margin-top: 5px;
}

/* ── Radio toggle row ── */
.s-radio-row {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.s-radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #2a2a2a;
  background: #111111;
  font-size: 12px;
  color: #6f6767;
  cursor: pointer;
  transition: all .15s;
  user-select: none;
}

.s-radio-label input[type="radio"] {
  display: none;
}

.s-radio-label:has(input:checked),
.s-radio-label.checked {
  border-color: #e8a743;
  color: #e8a743;
  background: rgba(232,167,67,.08);
}

/* ── Claim voucher button ── */
.s-voucher-btn {
  background: transparent;
  border: 1px solid #e8a743;
  color: #e8a743;
  border-radius: 20px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  cursor: pointer;
  transition: background .15s, color .15s;
  white-space: nowrap;
}

.s-voucher-btn:hover {
  background: #e8a743;
  color: #000;
}

/* ── Avatar row ── */
.s-avatar-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.s-avatar-wrap {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.s-avatar-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #272727;
}

.s-avatar-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .15s;
  font-size: 20px;
  color: #fff;
}

.s-avatar-wrap:hover .s-avatar-overlay { opacity: 1; }

.s-avatar-meta { flex: 1; min-width: 0; }

.s-avatar-meta .s-main {
  font-size: 13px;
  font-weight: 600;
  color: #d4cece;
}

.s-avatar-meta .s-sub {
  font-size: 11px;
  color: #6f6767;
  margin-top: 2px;
}

/* ── Submit button ── */
.s-submit {
  background: #e8a743;
  color: #000;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 28px;
  cursor: pointer;
  transition: background .15s, transform .1s;
  letter-spacing: .3px;
}

.s-submit:hover { background: #cf8f2e; }
.s-submit:active { transform: scale(.97); }

/* ── Submit row ── */
.s-submit-row {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

/* ── Error / success boxes ── */
.s-errorbox {
  background: rgba(220,50,50,.12);
  border: 1px solid rgba(220,50,50,.35);
  border-radius: 8px;
  color: #f87171;
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 16px;
  display: none;
}

.s-infobox {
  background: rgba(232,167,67,.08);
  border: 1px solid rgba(232,167,67,.25);
  border-radius: 8px;
  color: #e8a743;
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 16px;
}

/* ── 2FA note ── */
.s-2fa-note {
  font-size: 11px;
  font-weight: 700;
  color: #9a9090;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 8px;
}

/* ── Password hint ── */
.s-pw-hint {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #9a9090;
  margin-bottom: 8px;
}

/* ── Responsive ── */
@media (max-width: 500px) {
  .s-card-body { padding: 16px 14px; }
  .settings-wrap { padding: 12px 10px 40px; }
}
.af-amount-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.af-amt-btn {
  width: 38px;
  height: 38px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #d4cece;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  flex-shrink: 0;
}

.af-amt-btn:hover {
    background: #272727;
    border-color: #26d85b;
    color: #26d85b;
}

.af-amount-input {
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  padding: 8px 12px !important;
}

.af-amt-currency {
  font-size: 13px;
  font-weight: 600;
  color: #6f6767;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Methods grid ── */
.af-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 6px;
}

@media (max-width: 480px) {
  .af-methods { grid-template-columns: 1fr; }
}

/* ── Single method card ── */
.af-method {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 10px 12px 26px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
  overflow: hidden;
}

.af-method:hover {
  border-color: #3a3a3a;
  background: #161616;
}

.af-method.active {
    border-color: #43e875;
    background: rgb(67 232 138 / 6%);
}

.af-method-ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.af-method-ico img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.af-method-txt { flex: 1; min-width: 0; }

.af-method-name {
  font-size: 13px;
  font-weight: 600;
  color: #d4cece;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.af-method-code {
  font-size: 10px;
  color: #6f6767;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.af-method-min {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  color: #6f6767;
  text-align: right;
  padding: 3px 10px;
  background: #0e0e0e;
  border-top: 1px solid #1e1e1e;
}

.af-method.active .af-method-min {
    color: #43e879;
    background: rgba(232, 167, 67, .05);
    border-top-color: rgb(67 232 148 / 15%);
}

/* ── Error ── */
.af-error {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(220,50,50,.1);
  border: 1px solid rgba(220,50,50,.3);
  border-radius: 8px;
  color: #f87171;
  padding: 10px 14px;
  font-size: 13px;
  margin-top: 14px;
}

/* ── CTA ── */
.af-cta-btn {
  background: #e8a743;
  color: #000;
  border: none;
  border-radius: 10px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  cursor: pointer;
  transition: background .15s, transform .1s;
  letter-spacing: .3px;
  width: 100%;
  max-width: 340px;
}

.af-cta-btn:hover { background: #cf8f2e; }
.af-cta-btn:active { transform: scale(.98); }

/* ── Back link ── */
.af-back-link {
  font-size: 12px;
  color: #6f6767;
  text-decoration: none;
  transition: color .15s;
}

.af-back-link:hover { color: #e8a743; }

/* ── Lock banner ── */
.wd-lock-banner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(232,167,67,.07);
  border: 1px dashed rgba(232,167,67,.3);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.wd-lock-ico {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}

.wd-lock-title {
  font-size: 13px;
  font-weight: 700;
  color: #d4cece;
  margin-bottom: 4px;
}

.wd-lock-sub {
  font-size: 12px;
  color: #9a9090;
  line-height: 1.6;
}

/* ── Method grid ── */
.wd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 580px) {
  .wd-grid { grid-template-columns: repeat(2, 1fr); }
}

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

/* ── Method card ── */
.wd-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 12px 12px 12px 12px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
  overflow: hidden;
}

.wd-card:not(.wd-locked):hover {
    border-color: #3a3a3a;
    background: #161616;
}

.wd-card.wd-locked {
  cursor: default;
  opacity: .6;
}

.wd-card-ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1c1c1c;
  border: 1px solid #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.wd-card-ico img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.wd-card-meta { flex: 1; min-width: 0; }

.wd-card-name {
  font-size: 12px;
  font-weight: 600;
  color: #d4cece;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wd-card-sub { margin-top: 4px; }

.wd-badge-min {
  display: inline-block;
  font-size: 10px;
  color: #6f6767;
  background: #1a1a1a;
  border: 1px solid #272727;
  border-radius: 20px;
  padding: 1px 7px;
}

.wd-locked-label {
  position: absolute;
  top: 6px;
  right: 28px;
  font-size: 9px;
  font-weight: 700;
  color: #6f6767;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.wd-card-arrow {
  font-size: 16px;
  color: #6f6767;
  flex-shrink: 0;
  transition: color .15s;
}

.wd-card:not(.wd-locked):hover .wd-card-arrow { color: rgb(58, 58, 58); }

/* ── Info rows in confirm panel ── */
.wd-info-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #272727;
  border-radius: 8px;
  overflow: hidden;
}

.wd-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid #1e1e1e;
  font-size: 13px;
}

.wd-info-row:last-child { border-bottom: none; }

.wd-info-label { color: #9a9090; }

.wd-info-val {
  color: #d4cece;
  font-weight: 600;
  text-align: right;
  max-width: 60%;
  word-break: break-all;
}

/* ── Payout preview ── */
.wd-payout-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  background: rgba(232,167,67,.06);
  border: 1px solid rgba(232,167,67,.2);
  border-radius: 8px;
  padding: 12px 16px;
}

.wd-payout-label {
  font-size: 12px;
  color: #9a9090;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.wd-payout-amount {
  font-size: 20px;
  font-weight: 700;
  color: #e8a743;
}
#message_sent .top-account,
#message_sent .top-account ul,
#message_sent .top-account li {
  all: unset;
  display: block;
  box-sizing: border-box;
}

#message_sent .top-account ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#message_sent .top-account li {
  display: flex !important;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  background: rgba(52,199,89,.08);
  border: 1px solid rgba(52,199,89,.25);
  border-radius: 10px;
  padding: 14px 16px;
  width: auto !important;
  float: none !important;
}

#message_sent .top-account li .icon {
  all: unset;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  background: rgba(52,199,89,.15);
  color: #4ade80;
  font-size: 20px !important;
  padding: 0 !important;
  float: none !important;
  border: none !important;
}

#message_sent .top-account li .text {
  all: unset;
  display: block !important;
  flex: 1;
  min-width: 0;
  float: none !important;
  padding: 0 !important;
}

#message_sent .top-account li p {
  all: unset;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #4ade80;
  margin-bottom: 3px;
}

#message_sent .top-account li h2 {
  all: unset;
  display: block;
  font-size: 13px !important;
  font-weight: 500;
  color: #9a9090;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
  margin: 0 !important;
}

@media (max-width: 480px) {
  #message_sent .top-account li {
    gap: 10px;
    padding: 12px 13px;
  }
  #message_sent .top-account li .icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }
  #message_sent .top-account li h2 {
    font-size: 12px !important;
  }
}
/* ── Table wrapper — wymuszony przez JS (patrz niżej) ── */
.widget-content,
.widget-main,
.widget-box,
.menu-content,
.content-wrap,
.page-content,
.main-content {
  overflow: visible !important;
  overflow-x: visible !important;
}
 
/* ── Table wrapper — horizontal scroll ── */
.widget-tbl-wrap {
  width: 100%;
  overflow-x: auto !important;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  display: block;
  /* Cienki scrollbar — sygnalizuje że można przewijać */
  scrollbar-width: thin;
  scrollbar-color: #2a2a2a #111111;
}
 
.widget-tbl-wrap::-webkit-scrollbar {
  height: 4px;
}
 
.widget-tbl-wrap::-webkit-scrollbar-track {
  background: #111111;
  border-radius: 4px;
}
 
.widget-tbl-wrap::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 4px;
}
 
.widget-tbl-wrap::-webkit-scrollbar-thumb:hover {
  background: #e8a743;
}
 
/* ── Tabela ── */
.widget-tbl {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse !important;
  font-size: 13px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  background: transparent !important;
  border: none !important;
  table-layout: auto;
}
 
/* Nagłówek (wiersz .titles) */
.widget-tbl tr.titles {
  background: #00000038 !important;
  border-bottom: 1px solid #272727;
}
 
.widget-tbl tr.titles td,
.widget-tbl tr.titles th {
  padding: 10px 14px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #9a9090 !important;
  text-transform: uppercase;
  letter-spacing: .4px;
  white-space: nowrap;
  border: none !important;
  background: transparent !important;
}
 
/* Linki sortowania w nagłówku */
.widget-tbl tr.titles td a,
.widget-tbl tr.titles th a {
  color: #c8ad83 !important;
  text-decoration: none !important;
  transition: color .15s;
}
 
.widget-tbl tr.titles td a:hover,
.widget-tbl tr.titles th a:hover {
  color: #e8a743 !important;
}
 
/* Wiersze danych */
.widget-tbl tbody tr,
.widget-tbl tr:not(.titles) {
  border-bottom: 1px solid #1e1e1e !important;
  transition: background .12s;
  background: #00000030 !important;
}
 
.widget-tbl tbody tr:last-child,
.widget-tbl tr:not(.titles):last-child {
  border-bottom: none !important;
}
 
.widget-tbl tbody tr:hover,
.widget-tbl tr:not(.titles):hover {
  background: #161616 !important;
}
 
.widget-tbl tbody td,
.widget-tbl tr:not(.titles) td {
  padding: 11px 14px !important;
  color: #d4cece !important;
  vertical-align: middle !important;
  border: none !important;
  background: transparent !important;
  font-size: 13px;
  white-space: nowrap;
}
 
/* Puste wyniki */
.widget-tbl td[colspan] {
  text-align: center !important;
  color: #6f6767 !important;
  padding: 28px 14px !important;
  white-space: normal !important;
}
 
/* ── Przyciski paginacji — disabled ── */
input[type="button"].btn-disabled,
input[type="button"][disabled] {
  background: #1c1c1c !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 7px !important;
  color: #6f6767 !important;
  font-family: 'DM Sans', 'Segoe UI', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 7px 14px !important;
  cursor: not-allowed !important;
  opacity: .4 !important;
  box-shadow: none !important;
}
 
/* Aktywne przyciski paginacji */
.widget-content input[type="button"]:not(.btn-disabled):not([disabled]) {
  background: #1c1c1c !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 7px !important;
  color: #d4cece !important;
  font-family: 'DM Sans', 'Segoe UI', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 7px 14px !important;
  cursor: pointer !important;
  transition: border-color .15s, color .15s, background .15s !important;
  box-shadow: none !important;
}
 
.widget-content input[type="button"]:not(.btn-disabled):not([disabled]):hover {
  border-color: #e8a743 !important;
  color: #e8a743 !important;
  background: rgba(232,167,67,.06) !important;
}
 
/* ── Select strony (jump to page) ── */
.widget-content select#pagid,
.widget-content select[name="p"] {
  background: #111111 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 7px !important;
  color: #d4cece !important;
  font-family: 'DM Sans', 'Segoe UI', sans-serif !important;
  font-size: 12px !important;
  padding: 6px 10px !important;
  cursor: pointer !important;
  outline: none !important;
  min-width: 60px;
}
 
/* ── Wrapper paginacji ── */
.widget-content > div[style*="margin-top"] {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 12px 0 4px !important;
  margin-top: 12px !important;
  overflow: visible !important;
}
 
/* float:right na jump page — resetujemy do flex */
.widget-content > div[style*="margin-top"] > div[style*="float:right"],
.widget-content > div[style*="margin-top"] > div[style*="float: right"] {
  float: none !important;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
 
@media (max-width: 460px) {
  .widget-content > div[style*="margin-top"] {
    justify-content: center !important;
  }
  .widget-content > div[style*="margin-top"] > div[style*="float"] {
    margin-left: 0 !important;
    width: 100%;
    justify-content: center;
  }
}

/* ── Filter row ── */
.ma-filter-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ma-filter-label {
  font-size: 11px;
  font-weight: 600;
  color: #9a9090;
  text-transform: uppercase;
  letter-spacing: .3px;
  white-space: nowrap;
}

/* ── Add link ── */
.ma-add-link {
  font-size: 11px;
  font-weight: 600;
  color: #e8a743;
  text-decoration: none;
  transition: opacity .15s;
}
.ma-add-link:hover { opacity: .75; }

/* ── Table ── */
.ma-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #d4cece;
}

.ma-table thead tr {
  border-bottom: 1px solid #1e1e1e !important;
    transition: background .12s;
    background: #00000030 !important;
}

.ma-table thead tr:hover {
  background: #161616 !important;
}

.ma-table thead th {
  padding: 10px 14px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #9a9090;
  text-transform: uppercase;
  letter-spacing: .4px;
  white-space: nowrap;
}

.ma-table thead th a {
  color: #9a9090;
  text-decoration: none;
  transition: color .15s;
}

.ma-table thead th a:hover { color: #e8a743; }

.ma-table tbody tr {
  border-bottom: 1px solid #1e1e1e !important;
    transition: background .12s;
    background: #00000030 !important;
}
.ma-table tbody tr:hover {
  background: #161616 !important;
}

.ma-table tbody tr:last-child { border-bottom: none; }

.ma-table tbody tr:hover { background: rgba(255,255,255,.02); }

.ma-table tbody td {
  padding: 10px 14px;
  vertical-align: middle;
  text-align-last: center;
}

.ma-center { text-align: center !important; }

/* ── Links & values ── */
.ma-link {
  color: #d4cece;
  text-decoration: none;
  font-weight: 500;
  transition: color .15s;
}
.ma-link:hover { color: #e8a743; }

.ma-val-orange { color: #e8a743; font-weight: 600; }
.ma-val-green  { color: #4ade80; font-weight: 600; }
.ma-sep        { color: #3a3a3a; margin: 0 4px; }

/* ── Status badges ── */
.ma-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  padding: 2px 10px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.ma-badge-pending {
  background: rgba(232,167,67,.1);
  border: 1px solid rgba(232,167,67,.3);
  color: #e8a743;
}

.ma-badge-warn {
  background: rgba(248,113,113,.1);
  border: 1px solid rgba(248,113,113,.3);
  color: #f87171;
  text-decoration: none;
}

/* ── Action links ── */
.ma-action {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #6f6767;
  text-decoration: none;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
  padding: 3px 8px;
  margin: 2px 1px;
  transition: all .15s;
  white-space: nowrap;
}

.ma-action:hover         { color: #d4cece; border-color: #444; background: #222; }
.ma-action-green         { color: #4ade80; border-color: rgba(74,222,128,.3); }
.ma-action-green:hover   { background: rgba(74,222,128,.08); border-color: #4ade80; color: #4ade80; }
.ma-action-orange        { color: #e8a743; border-color: rgba(232,167,67,.3); }
.ma-action-orange:hover  { background: rgba(232,167,67,.08); border-color: #e8a743; color: #e8a743; }
.ma-action-red           { color: #f87171; border-color: rgba(248,113,113,.3); }
.ma-action-red:hover     { background: rgba(248,113,113,.08); border-color: #f87171; color: #f87171; }

/* ── Empty row ── */
.ma-empty {
  text-align: center;
  padding: 28px 14px !important;
  color: #6f6767;
  font-size: 13px;
}

/* ── Pagination ── */
.ma-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid #1e1e1e;
}

.ma-pag-btns {
  display: flex;
  gap: 8px;
}

.ma-pag-btn {
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 7px;
  color: #9a9090;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  cursor: pointer;
  transition: all .15s;
}

.ma-pag-btn:not([disabled]):hover {
  border-color: #e8a743;
  color: #e8a743;
  background: rgba(232,167,67,.06);
}

.ma-pag-btn[disabled] {
  opacity: .35;
  cursor: not-allowed;
}

.ma-pag-jump {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ma-pag-jump-label {
  font-size: 11px;
  color: #6f6767;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .ma-table thead th,
  .ma-table tbody td { padding: 8px 10px; }
  .settings-wrap { padding: 10px 8px 32px; }
}
.ms-enable-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #e8a743;
  text-decoration: none;
  border: 1px solid rgba(232,167,67,.3);
  border-radius: 20px;
  padding: 5px 16px;
  transition: all .15s;
}
.ms-enable-link:hover {
  background: rgba(232,167,67,.08);
}

/* ── Tab nav ── */
.ms-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.ms-tab {
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #6f6767;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px;
  cursor: pointer;
  transition: all .15s;
  letter-spacing: .3px;
}

.ms-tab:hover {
  border-color: #3a3a3a;
  color: #d4cece;
}

.ms-tab.active {
  border-color: #43e875;
  background: rgb(67 232 138 / 6%);
  color: #43e875;
}

/* ── Unread row ── */
.ms-unread {
  background: rgba(232,167,67,.03);
}

/* ── Read/unread dot ── */
.ms-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ms-dot-unread { background: #e8a743; box-shadow: 0 0 6px rgba(232,167,67,.5); }
.ms-dot-read   { background: #2a2a2a; }

/* ── Subject link ── */
.ms-subject {
  color: #9a9090;
  text-decoration: none;
  font-size: 13px;
  transition: color .15s;
}
.ms-subject:hover { color: #e8a743; }
.ms-subject-bold  { color: #d4cece; font-weight: 600; }

/* ── Checkbox style ── */
.ms-check {
  width: 14px;
  height: 14px;
  accent-color: #e8a743;
  cursor: pointer;
}

/* ── Bulk action row ── */
.ms-bulk-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 16px;
  border-top: 1px solid #1e1e1e;
}

.ms-bulk-label {
  font-size: 11px;
  color: #6f6767;
  white-space: nowrap;
}
/* ── Ref link row ── */
.bn-reflink-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.bn-reflink-input {
  flex: 1;
  font-size: 13px;
  color: #e8a743 !important;
  cursor: pointer;
}

/* ── Copy button ── */
.bn-copy-btn {
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #9a9090;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
  flex-shrink: 0;
}

.bn-copy-btn:hover {
  border-color: #43e875;
  background: rgb(67 232 138 / 6%);
  color: #43e875;

}

/* ── Tab nav ── */
.bn-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.bn-tab {
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: #6f6767;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 16px;
  cursor: pointer;
  transition: all .15s;
}

.bn-tab:hover {
  border-color: #3a3a3a;
  color: #d4cece;
}

.bn-tab.active {
  background: #1c1c1c;
  border-color: #e8a743;
  color: #e8a743;
}

/* ── Panel visibility ── */
.bn-hidden { display: none; }

/* ── Banner preview ── */
.bn-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0e0e0e;
  border: 1px solid #1e1e1e;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 4px;
}

/* ── Code row ── */
.bn-code-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.bn-code-input {
  flex: 1;
  font-size: 11px !important;
  font-family: 'Courier New', monospace !important;
  color: #9a9090 !important;
  cursor: pointer;
}

@media (max-width: 500px) {
  .bn-reflink-row,
  .bn-code-row { flex-direction: column; align-items: stretch; }
  .bn-copy-btn { text-align: center; }
}
/* ── jQuery UI Dialog — dark redesign ── */

.ui-dialog {
  background: #161616 !important;
  border: 1px dashed #272727 !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.6) !important;
  padding: 0 !important;
  font-family: 'DM Sans', 'Segoe UI', sans-serif !important;
  overflow: hidden !important;
}

/* ── Title bar ── */
.ui-dialog .ui-dialog-titlebar {
  background: #1c1c1c !important;
  border: none !important;
  border-bottom: 1px solid #272727 !important;
  border-radius: 0 !important;
  padding: 13px 18px !important;
  display: flex !important;
  align-items: center !important;
}

.ui-dialog .ui-dialog-title {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #bdb2b2 !important;
  letter-spacing: .5px !important;
  text-transform: uppercase !important;
}

/* ── Close button ── */
.ui-dialog .ui-dialog-titlebar-close {
  background: transparent !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 6px !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 14px !important;
  top: 69% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: border-color .15s, background .15s !important;
  cursor: pointer !important;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
  border-color: #f87171 !important;
  background: rgba(248,113,113,.1) !important;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: none !important;
  text-indent: 0 !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  font-size: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon::after {
  content: '✕' !important;
  font-size: 12px !important;
  color: #6f6767 !important;
  line-height: 1 !important;
}

.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon::after {
  color: #f87171 !important;
}

/* ── Content area ── */
.ui-dialog .ui-dialog-content {
  background: #161616 !important;
  border: none !important;
  padding: 20px 20px 16px !important;
  color: #d4cece !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.ui-dialog .ui-dialog-content p {
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  color: #d4cece !important;
}

/* ── Alert icon ── */
.ui-dialog .ui-icon-alert {
  background-image: none !important;
  text-indent: 0 !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  font-size: 0 !important;
  flex-shrink: 0 !important;
  float: none !important;
  margin: 0 !important;
}

.ui-dialog .ui-icon-alert::after {
  content: '⚠' !important;
  font-size: 20px !important;
  color: #e8a743 !important;
  line-height: 1 !important;
}

/* ── Button pane ── */
.ui-dialog .ui-dialog-buttonpane {
  background: #161616 !important;
  border: none !important;
  border-top: 1px solid #1e1e1e !important;
  padding: 14px 20px !important;
  margin: 0 !important;
}

.ui-dialog .ui-dialog-buttonset {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  float: none !important;
}

/* ── Buttons — first = destructive (Delete) ── */
.ui-dialog .ui-dialog-buttonset button {
  background: #1c1c1c !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 8px !important;
  color: #9a9090 !important;
  font-family: 'DM Sans', 'Segoe UI', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 8px 20px !important;
  cursor: pointer !important;
  transition: all .15s !important;
  letter-spacing: .3px !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.ui-dialog .ui-dialog-buttonset button:first-child {
  background: rgba(248,113,113,.1) !important;
  border-color: rgba(248,113,113,.35) !important;
  color: #f87171 !important;
}

.ui-dialog .ui-dialog-buttonset button:first-child:hover {
  background: rgba(248,113,113,.2) !important;
  border-color: #f87171 !important;
}

.ui-dialog .ui-dialog-buttonset button:last-child:hover {
  border-color: #3a3a3a !important;
  color: #d4cece !important;
  background: #222 !important;
}

/* ── Overlay ── */
.ui-widget-overlay {
  background: #000 !important;
  opacity: .65 !important;
}

/* ── Responsive ── */
@media (max-width: 500px) {
  .ui-dialog {
    width: 95vw !important;
    max-width: 95vw !important;
    left: 2.5vw !important;
    box-sizing: border-box !important;
  }
}
/* ── Layout ── */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 16px 48px;
  align-items: start;
}

@media (max-width: 700px) {
  .faq-layout { grid-template-columns: 1fr; }
}

/* ── List header ── */
.faq-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-count {
  font-size: 12px;
  font-weight: 600;
  color: #6f6767;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
}

.faq-list-actions {
  display: flex;
  gap: 6px;
}

.faq-action-btn {
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  color: #6f6767;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  cursor: pointer;
  transition: all .15s;
}

.faq-action-btn:hover {
  border-color: #e8a743;
  color: #e8a743;
}

/* ── FAQ list ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ── Single item ── */
.faq-item {
  background: #00000030;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s;
}

.faq-item:hover {
  border-color: #2e2e2e;
}

.faq-item.open {
  border-color: rgb(0 255 110 / 70%);
}

/* ── Question button ── */
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
}

/* ── Icon badge ── */
.faq-q-ico {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #6f6767;
  flex-shrink: 0;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  transition: all .2s;
}

.faq-item.open .faq-q-ico {
  background: rgb(67 232 138 / 6%);
    border-color: #43e875;
    color: #43e862;
}

/* ── Question text ── */
.faq-question-text {
  flex: 1;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #d4cece;
  line-height: 1.4;
}

/* ── Chevron ── */
.faq-chevron {
  flex-shrink: 0;
  transition: transform .25s;
  display: flex;
  align-items: center;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-item.open .faq-chevron circle { stroke: rgb(0 255 110 / 70%); }
.faq-item.open .faq-chevron path   { stroke: rgb(0 255 110 / 70%); }

/* ── Answer ── */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.faq-answer-inner {
  padding: 14px 16px 16px 60px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 13px;
  color: #9a9090;
  line-height: 1.7;
  border-top: 1px solid #1e1e1e;
}

.faq-answer-inner a { color: #e8a743; text-decoration: none; }
.faq-answer-inner a:hover { text-decoration: underline; }

/* ── Sidebar ── */
.faq-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 20px;
}

.faq-sidebar-card {
  background: #00000030;
  border: 1px dashed #272727;
  border-radius: 12px;
  padding: 16px;
}

.faq-sidebar-title {
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #e8a743;
  margin-bottom: 12px;
  letter-spacing: .3px;
}

/* ── Common questions list ── */
.faq-common-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-common-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.faq-common-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e8a743;
  flex-shrink: 0;
  margin-top: 5px;
}

.faq-common-list a {
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #9a9090;
  text-decoration: none;
  line-height: 1.5;
  transition: color .15s;
}

.faq-common-list a:hover { color: #d4cece; }

/* ── Support card ── */
.faq-support-card {
  background: linear-gradient(135deg, #011c00 0%, #161616 60%);
  border-color: rgb(67 232 138 / 22%);
  border-style: solid;
}

.faq-support-title {
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #d4cece;
  margin-bottom: 8px;
}

.faq-support-sub {
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #6f6767;
  line-height: 1.6;
  margin-bottom: 14px;
}

.faq-support-btn {
  display: block;
  text-align: center;
  background: #e8a743;
  color: #000;
  border-radius: 10px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 16px;
  text-decoration: none;
  transition: background .15s;
  letter-spacing: .3px;
}

.faq-support-btn:hover { background: #cf8f2e; }

@media (max-width: 500px) {
  .faq-answer-inner { padding-left: 16px; }
}
.sp-card {
  margin-bottom: 12px;
}

/* ── Form row: select + button ── */
.sp-form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 480px) {
  .sp-form-row { flex-direction: column; align-items: stretch; }
}

/* ── Buy button ── */
.sp-buy-btn {
  background: #e8a743;
  color: #000;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 20px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s, transform .1s;
  letter-spacing: .3px;
}

.sp-buy-btn:hover  { background: #cf8f2e; }
.sp-buy-btn:active { transform: scale(.97); }

/* ── Special pack description ── */
.sp-pack-descr {
  font-size: 12px;
  color: #9a9090;
  line-height: 1.6;
  border-top: 1px solid #1e1e1e;
  padding-top: 12px;
}
.frb-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 16px 48px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  color: #d4cece;
}

/* ── Breadcrumb ── */
.frb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6f6767;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.frb-bc-link {
  color: #6f6767;
  text-decoration: none;
  transition: color .15s;
}
.frb-bc-link:hover { color: #e8a743; text-decoration: none;}

.frb-bc-sep { color: #3a3a3a; }

.frb-bc-current {
  color: #9a9090;
  font-weight: 600;
}

/* ── Board header ── */
.frb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.frb-board-title {
  font-size: 20px;
  font-weight: 700;
  color: #e8a743;
  margin: 0;
}

.frb-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* ── New topic button ── */
.frb-new-topic-btn {
  background-image: url(images/button.png);
    background-size: cover;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
    border: 2px solid #6a6553;
    color: #dbd9b4;
    padding: 6px 15px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 600;
    transition: all .25s ease;
}
.frb-new-topic-btn:hover { text-decoration: none; opacity: 0.75; }

/* ── Sort bar ── */
.frb-sort-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 14px;
  background: #00000038;
  margin-bottom: 0;
}

.frb-sort-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.frb-sort-label {
  font-size: 11px;
  color: #6f6767;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.frb-sort-links a {
  font-size: 11px;
  font-weight: 600;
  color: #6f6767;
  text-decoration: none;
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  padding: 4px 10px;
  transition: all .15s;
}
.frb-sort-links a:hover {
  border-color: #e8a743;
  color: #e8a743;
}

/* ── Pagination (reuse ma-pag style) ── */
.frb-pagination-top,
.frb-pagination-bot {
  font-size: 12px;
  color: #6f6767;
}

.frb-pagination-top a,
.frb-pagination-bot a {
  color: #9a9090;
  text-decoration: none;
  padding: 3px 8px;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  margin: 0 2px;
  transition: all .15s;
}
.frb-pagination-top a:hover,
.frb-pagination-bot a:hover {
  border-color: #e8a743;
  color: #e8a743;
}

/* ── Topic list ── */
.frb-list {
  border: 1px solid #222;
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

/* ── Single topic row ── */
.frb-topic-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #1e1e1e;
  transition: background .12s;
}
.frb-topic-row:last-child { border-bottom: none; }

/* ── Forum icon ── */
.frb-topic-ico {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.frb-topic-ico img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* ── Title + meta ── */
.frb-topic-main {
  flex: 1;
  min-width: 0;
}

.frb-topic-title {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.frb-topic-link {
  font-size: 13px;
  font-weight: 600;
  color: #d4cece;
  text-decoration: none;
  transition: color .15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 340px;
  display: block;
}
.frb-topic-link:hover { color: #e8a743;
    text-decoration: none; }

.frb-topic-meta {
  font-size: 11px;
  color: #6f6767;
}

/* ── Badges ── */
.frb-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
  padding: 1px 6px;
  white-space: nowrap;
}
.frb-badge-sticky {
  background: rgba(232,167,67,.1);
  border: 1px solid rgba(232,167,67,.3);
  color: #e8a743;
}
.frb-badge-locked {
  background: rgba(248,113,113,.08);
  border: 1px solid rgba(248,113,113,.25);
  color: #f87171;
}

/* ── Stat boxes ── */
.frb-stats {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.frb-stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1111116b;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 6px 14px;
  min-width: 60px;
}

.frb-stat-val {
  font-size: 15px;
  font-weight: 700;
  color: #d4cece;
  line-height: 1.2;
}

.frb-stat-lbl {
  font-size: 9px;
  font-weight: 700;
  color: #6f6767;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-top: 2px;
}

/* ── Last post ── */
.frb-last-post {
  flex-shrink: 0;
  width: 200px;
}

.frb-last-post-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.frb-last-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  overflow: hidden;
  flex-shrink: 0;
}
.frb-last-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frb-last-text { min-width: 0; }

.frb-last-link {
  font-size: 12px;
  font-weight: 600;
  color: #d4cece;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s;
}
.frb-last-link:hover { color: #e8a743; }

.frb-last-meta {
  font-size: 10px;
  color: #6f6767;
  margin-top: 2px;
  white-space: nowrap;
}

.frb-last-by { color: #6f6767; }

.frb-last-author {
  color: #e8a743;
  font-weight: 600;
}

/* ── Empty ── */
.frb-empty {
  text-align: center;
  padding: 28px;
  color: #6f6767;
  font-size: 13px;
  background: #161616;
}

/* ── Footer bar ── */
.frb-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

/* ── Responsive ── */
@media (max-width: 700px) {
  .frb-stats { display: none; }
  .frb-last-post { width: auto; }
  .frb-topic-link { max-width: 100%; }
}

@media (max-width: 480px) {
  .frb-topic-ico { display: none; }
  .frb-topic-row { padding: 12px 12px; }
}
/* ── Category block ── */
.fri-category {
  background-color: #00000030;
  border: 10px solid transparent !important;
  border-image: url(images/container.png) 12 round !important;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
}

/* ── Category header ── */
.fri-cat-head {
display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00000038;
    padding: 11px 16px;
    transition: background .15s;
}

.fri-cat-name {
  font-size: 12px;
  font-weight: 700;
  color: #e7dcc8;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.fri-cat-cols {
  display: flex;
  gap: 0;
}

.fri-cat-cols span {
  font-size: 10px;
  font-weight: 700;
  color: #6f6767;
  text-transform: uppercase;
  letter-spacing: .4px;
  width: 84px;
  text-align: center;
}

.fri-cat-cols span:last-child {
  width: 200px;
  text-align: left;
}


/* ── Single board row ── */
.fri-board-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #1e1e1e;
  transition: background .12s;
}
.fri-board-row:last-child { border-bottom: none; }

/* ── Board icon ── */
.fri-board-ico {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.fri-board-ico img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* ── Board name + descr ── */
.fri-board-main {
  flex: 1;
  min-width: 0;
}

.fri-board-link {
  font-size: 13px;
  font-weight: 600;
  color: #d4cece;
  text-decoration: none;
  transition: color .15s;
}
.fri-board-link:hover { color: #e8a743; }

.fri-board-descr {
  font-size: 11px;
  color: #6f6767;
  margin-top: 3px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 340px;
}

/* ── Responsive ── */
@media (max-width: 700px) {
  .frb-stats { display: none; }
  .frb-last-post { width: auto; }
  .fri-cat-cols { display: none; }
}
@media (max-width: 480px) {
  .fri-board-ico { display: none; }
  .fri-board-row { padding: 12px; }
}
.fnt-admin-opts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 14px 0 0;
  border-top: 1px solid #1e1e1e;
  margin-top: 16px;
}

.fnt-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #9a9090;
  cursor: pointer;
  user-select: none;
}

.fnt-check-label span { transition: color .15s; }
.fnt-check-label:hover span { color: #d4cece; }
/* ── Stats bar ── */
.frt-stats-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.frt-reply-count {
  font-size: 12px;
  font-weight: 600;
  color: #6f6767;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
}

/* ── Pagination row ── */
.frt-pag-row {
  margin-bottom: 12px;
  font-size: 12px;
  color: #6f6767;
}
.frt-pag-row a {
  color: #9a9090;
  text-decoration: none;
  padding: 3px 8px;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  margin: 0 2px;
  transition: all .15s;
}
.frt-pag-row a:hover { border-color: #e8a743; color: #e8a743; }

/* ── Posts container ── */
.frt-posts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── Single post ── */
.frt-post {
    background: #00000030;
    overflow: hidden;
}

/* ── Post head bar ── */
.frt-post-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00000038;
  border-bottom: 1px solid #222;
  padding: 8px 14px;
}

.frt-post-date {
  font-size: 11px;
  color: #6f6767;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
}

.frt-reviewing-badge {
  color: #e8a743;
  font-weight: 700;
  margin-left: 8px;
}

.frt-post-anchor {
  font-size: 10px;
  color: #3a3a3a;
  text-decoration: none;
  transition: color .15s;
}
.frt-post-anchor:hover { color: #6f6767; }

/* ── Post body layout ── */
.frt-post-body {
  display: flex;
  gap: 0;
}

/* ── User card (left col) ── */
.frt-user-card {
  width: 170px;
  flex-shrink: 0;
  padding: 16px 12px;
  border-right: 1px solid #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #00000021;
}

.frt-user-banned { opacity: .5; }

/* Avatar */
.frt-avatar-img {
  width: 80px;
  height: 90px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: #1c1c1c;
  border: 1px solid #2a2a2a;
}

/* Username */
.frt-role-admin {
  font-size: 12px;
  font-weight: 700;
  color: #e8a743;
  text-align: center;
}

.frt-uname {
  font-size: 12px;
  font-weight: 700;
  color: #d4cece;
  text-align: center;
}

.frt-user-group {
  font-size: 10px;
  font-weight: 700;
  color: #e8a743;
  text-transform: uppercase;
  letter-spacing: .4px;
  text-align: center;
}

.frt-user-meta {
  font-size: 10px;
  color: #6f6767;
  text-align: center;
  line-height: 1.4;
}

.frt-user-meta strong { color: #9a9090; }

.frt-msg-link {
  font-size: 16px;
  color: #6f6767;
  text-decoration: none;
  transition: color .15s;
  margin-top: 4px;
}
.frt-msg-link:hover { color: #e8a743; }

/* ── Message area ── */
.frt-message-wrap {
  flex: 1;
  min-width: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.frt-message-body {
  font-size: 13px;
  color: #d4cece;
  line-height: 1.7;
  word-break: break-word;
}

.frt-message-body a { color: #e8a743; text-decoration: none; }
.frt-message-body a:hover { text-decoration: underline; }

/* Edit note */
.frt-edited-note {
  font-size: 11px;
  color: #6f6767;
  border-top: 1px solid #1e1e1e;
  padding-top: 8px;
  font-style: italic;
}

/* Signature */
.frt-signature {
  font-size: 11px;
  color: #6f6767;
  border-top: 1px dashed #272727;
  padding-top: 8px;
  line-height: 1.5;
}

/* ── Action buttons ── */
.frt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid #1e1e1e;
}

.frt-btn {
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #9a9090;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
}
.frt-btn:hover              { border-color: #3a3a3a; color: #d4cece; }
.frt-btn-accent             { background: #e8a743; color: #000; border-color: #e8a743; }
.frt-btn-accent:hover       { background: #cf8f2e; border-color: #cf8f2e; }
.frt-btn-green              { color: #4ade80; border-color: rgba(74,222,128,.3); }
.frt-btn-green:hover        { background: rgba(74,222,128,.08); border-color: #4ade80; }
.frt-btn-orange             { color: #e8a743; border-color: rgba(232,167,67,.3); }
.frt-btn-orange:hover       { background: rgba(232,167,67,.08); border-color: #e8a743; }
.frt-btn-red                { color: #f87171; border-color: rgba(248,113,113,.3); }
.frt-btn-red:hover          { background: rgba(248,113,113,.08); border-color: #f87171; }

/* ── Responsive ── */
@media (max-width: 600px) {
  .frt-user-card { width: 110px; }
  .frt-avatar-img { width: 60px; height: 68px; }
}
@media (max-width: 420px) {
  .frt-post-body { flex-direction: column; }
  .frt-user-card { width: 100%; flex-direction: row; border-right: none; border-bottom: 1px solid #1e1e1e; padding: 10px 14px; }
  .frt-avatar-img { width: 40px; height: 44px; }
}
/* ── Info highlight ── */
.adp-highlight {
  margin-top: 12px;
  background: rgba(232,167,67,.07);
  border: 1px solid rgba(232,167,67,.2);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #e8a743;
  font-weight: 600;
}

/* ── Preview grid ── */
.adp-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 4px;
}

@media (max-width: 480px) {
  .adp-preview-grid { grid-template-columns: 1fr 1fr; }
}

.adp-preview-box {
  background: #111111;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 12px 14px;
  text-align: center;
  transition: border-color .15s;
}

.adp-preview-label {
  font-size: 10px;
  font-weight: 700;
  color: #6f6767;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 6px;
}

.adp-preview-val {
  font-size: 18px;
  font-weight: 700;
  color: #d4cece;
  line-height: 1.2;
}

.adp-val-gold  { color: #e8a743; }
.adp-val-green { color: #4ade80; }
/* ── Page wrapper ── */
.reg-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
}

/* ── Register card ── */
.reg-card {
  width: 100%;
  max-width: 480px;
  background-color: #00000030;
  border: 10px solid transparent !important;
  border-image: url(images/container.png) 12 round !important;
  border-radius: 14px;
  border-radius: 16px;
  overflow: hidden;
}

/* ── Card head ── */
.reg-card-head {
  background: #00000038;
  padding: 22px 24px 18px;
  text-align: center;
}

.reg-logo {
  font-size: 22px;
  font-weight: 700;
  color: #e8a743;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

.reg-subtitle {
  font-size: 12px;
  color: #6f6767;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
}

/* ── Card body ── */
.reg-card-body {
  padding: 22px 24px;
}

/* ── Captcha wrap ── */
.reg-captcha {
  display: flex;
  justify-content: center;
  padding: 4px 0;
}

/* ── Footer row ── */
.reg-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #1e1e1e;
}

.reg-submit-btn {
  width: 100%;
  padding: 11px;
  font-size: 14px;
}

/* ── Card foot ── */
.reg-card-foot {
  background: #00000038;
  padding: 14px 24px;
  text-align: center;
  font-size: 12px;
  color: #6f6767;
}

.reg-login-link {
  color: #e8a743;
  font-weight: 600;
  text-decoration: none;
}
.reg-login-link:hover { text-decoration: underline; }

/* ── Success card ── */
.reg-success-wrap {
  justify-content: center;
  padding: 32px 16px;
}

.reg-success-wrap.visible {
  display: flex;
}

.reg-success-card {
  background-color: #00000030;
  border: 10px solid transparent !important;
  border-image: url(images/container.png) 12 round !important;
  border-radius: 16px;
  padding: 36px 32px;
  text-align: center;
  max-width: 420px;
  width: 100%;
}

.reg-success-ico {
  font-size: 36px;
  margin-bottom: 14px;
}

.reg-success-title {
  font-size: 18px;
  font-weight: 700;
  color: #d4cece;
  margin: 0 0 10px;
}

.reg-success-sub {
  font-size: 13px;
  color: #9a9090;
  line-height: 1.6;
  margin: 0;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ── Responsive ── */
@media (max-width: 500px) {
  .reg-card-body { padding: 16px; }
  .s-grid { grid-template-columns: 1fr !important; }
}
/* ── Quick action row ── */
.hd-actions {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hd-action-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .15s;
}
.hd-action-item:hover { background: rgba(255,255,255,.03); text-decoration: none; }

.hd-action-ico {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #6f6767;
  flex-shrink: 0;
}

.hd-action-new .hd-action-ico { color: #e8a743; border-color: rgba(232,167,67,.3); background: rgba(232,167,67,.08); }
.hd-ico-orange                 { color: #e8a743; border-color: rgba(232,167,67,.3); }
.hd-ico-green                  { color: #4ade80; border-color: rgba(74,222,128,.3); }
.hd-ico-muted                  { color: #6f6767; }

.hd-action-label {
  font-size: 13px;
  font-weight: 600;
  color: #d4cece;
  transition: color .15s;
}
.hd-action-item:hover .hd-action-label { color: #e8a743; }

.hd-action-sub {
  font-size: 11px;
  color: #6f6767;
  margin-top: 1px;
}

/* ── Status badges ── */
.hd-status {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  padding: 2px 10px;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.hd-status-open     { background: rgba(74,222,128,.1);   border: 1px solid rgba(74,222,128,.3);   color: #4ade80; }
.hd-status-answered { background: rgba(232,167,67,.1);   border: 1px solid rgba(232,167,67,.3);   color: #e8a743; }
.hd-status-waiting  { background: rgba(251,146,60,.1);   border: 1px solid rgba(251,146,60,.3);   color: #fb923c; }
.hd-status-closed   { background: rgba(111,103,103,.1);  border: 1px solid rgba(111,103,103,.3);  color: #6f6767; }
/* ── Message bubble ── */
.hd-msg {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #222;
}

.hd-msg-user  { border-color: #2a2a2a; }
.hd-msg-admin { border-color: rgba(232,167,67,.25); }

.hd-msg-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  gap: 10px;
}

.hd-msg-user  .hd-msg-head { background: #1c1c1c; border-bottom: 1px solid #222; }
.hd-msg-admin .hd-msg-head { background: rgba(232,167,67,.06); border-bottom: 1px solid rgba(232,167,67,.15); }

.hd-msg-author {
  font-size: 12px;
  font-weight: 700;
  color: #9a9090;
}

.hd-msg-author-admin { color: #e8a743; }

.hd-msg-date {
  font-size: 11px;
  color: #6f6767;
  white-space: nowrap;
}

.hd-msg-body {
  padding: 14px;
  font-size: 13px;
  color: #d4cece;
  line-height: 1.7;
  background: #161616;
  word-break: break-word;
}

.hd-msg-admin .hd-msg-body { background: rgba(232,167,67,.03); }

.hd-msg-body a { color: #e8a743; text-decoration: none; }
.hd-msg-body a:hover { text-decoration: underline; }

@media (max-width: 500px) {
  .hd-msg-head { flex-direction: column; align-items: flex-start; gap: 2px; }
}
.news-body {
  font-size: 13px;
  color: #9a9090;
  line-height: 1.8;
  word-break: break-word;
}
.news-body a   { color: #e8a743; text-decoration: none; }
.news-body a:hover { text-decoration: underline; }
.news-body img { max-width: 100%; border-radius: 8px; }
.news-body p   { margin: 0 0 10px; }
.news-body p:last-child { margin-bottom: 0; }
/* =====================
   SECTION CONTENT
   ===================== */
.section-content {
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    border-radius: 13px 13px 0 0;
}

@media (max-width: 1500px) {
    .section-content {
        padding: 80px 40px 50px;
    }
}

@media (max-width: 1300px) {
    .section-content {
        background: none;
        border: none;
        padding: 0px 0 30px;
    }
}

@media (max-width: 768px) {
    .section-content {
        padding: 30px 0 20px;
        margin-top: 40px;
    }
}

/* =====================
   LIST
   ===================== */
.section-content .list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .section-content .list {
        flex-direction: column;
        gap: 12px;
    }
}

/* =====================
   ITEM
   ===================== */
.section-content .list .item {
    box-sizing: border-box;
    position: relative;
    width: 33.3333%;
    background-color: #00000057;
    border: 10px solid transparent;
    border-image: url(images/container.png) 12 round;
    border-radius: 13px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
    padding: 28px 28px 28px;
}

@media (max-width: 1300px) {
    .section-content .list .item {
        background-color: #00000057;
    }
}

@media (max-width: 900px) {
    .section-content .list .item {
        width: 100%;
        padding: 20px 18px;
    }
}

/* =====================
   TITLE
   ===================== */
.section-content .list .item .title {
    color: #bdaf84;
    font-size: 22px;
    letter-spacing: 0.3px;
    font-weight: 700;
    margin: 0;
}

/* =====================
   TEXT
   ===================== */
.section-content .list .item .text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.55;
    margin: 8px 0 0;
}

/* =====================
   MINI (lista cech)
   ===================== */
.section-content .list .item .mini {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-content .list .item .mini .cell {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 7px;
    border: 1px solid rgba(189, 175, 132, 0.12);
    overflow: hidden;
    padding: 2px;
    text-decoration: none;
    box-sizing: border-box;
}

.section-content .list .item .mini .cell .shell {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 5px;
    padding: 10px 16px;
}

.section-content .list .item .mini .cell .shell .value {
    color: #d9ccb2;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.section-content .list .item .mini .cell .shell .desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
}

/* =====================
   PERCENTS
   ===================== */
.section-content .list .item .percents {
    display: flex;
    text-align: center;
    width: 100%;
    gap: 12px;
    margin: 14px 0 18px;
    align-content: stretch;
    justify-content: space-evenly;
}

.section-content .list .item .percents .cell {
    width: 33.3333%;
    background-color: #00000040;
    border: 1px solid rgba(189, 175, 132, 0.15);
    border-radius: 9px;
    padding: 10px 6px;
    box-sizing: border-box;
}

.section-content .list .item .percents .cell .value {
    color: #ffd35a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 0 6px rgba(255, 210, 100, 0.35);
}

.section-content .list .item .percents .cell .desc {
    color: rgba(255, 255, 255, 0.45);
    font-size: 9px;
    letter-spacing: 0.5px;
    margin-top: 6px;
    text-transform: uppercase;
    position: relative;
}

.section-content .list .item .percents .cell .desc i {
    position: absolute;
    cursor: help;
}
/* =====================
   STEPS LIST
   ===================== */
.steps-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    gap: 12px;
}

/* =====================
   STEP ITEM WRAPPER
   ===================== */
.steps-list > li {
    padding: 0 6px;
    position: relative;
    width: 32.33%;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .steps-list > li {
        width: 100%;
        padding: 0;
    }
}

/* Łącznik między kartami */
.steps-list > li:not(:last-child)::after {
    background-color: #1a1408;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(189, 175, 132, 0.2);
    border-radius: 50%;
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 2;
    filter: sepia(1) saturate(0.6) brightness(1.4);
}

@media (max-width: 900px) {
    .steps-list > li:not(:last-child)::after {
        display: none;
    }
}

/* =====================
   STEP CARD
   ===================== */
.step-card {
    background-color: #00000057;
    border: 10px solid transparent;
    border-image: url(images/container.png) 12 round;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
    font-weight: 600;
    padding: 149px 20px 32px 38px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .step-card {
        padding: 130px 18px 24px 24px;
    }
}

/* =====================
   STEP IMAGE (ilustracja)
   ===================== */
.step-card__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
}

.step-card__img img {
    width: 145px;
    height: auto;
    max-width: 100%;
    pointer-events: none;
    user-select: none;
}

/* Warianty pozycjonowania obrazka per krok */
.step-card__img--1 {
    left: 30px;
    top: 10px;
}

.step-card__img--2 {
    left: 30px;
    top: 5px;
}

.step-card__img--3 {
    left: 27px;
    top: 10px;
}

/* =====================
   STEP NUMBER
   ===================== */
.step-card__num {
    pointer-events: none;
    position: absolute;
    right: 23px;
    top: 32px;
    width: 80px;
    user-select: none;
    opacity: 0.35;
    filter: sepia(1) saturate(0.6) brightness(1.4);
}

.step-card__num img {
    width: 100%;
    height: auto;
}

/* =====================
   STEP HEADING
   ===================== */
.step-card__heading {
    color: #bdaf84;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.32;
    margin: 0 0 9px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =====================
   STEP TEXT
   ===================== */
.step-card__text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner img {
  max-width: 100%;
  height: auto;
  display: block;
}
.arrow-header{
  width: 1rem;
  height: 1rem;
  transition: transform 0.15s cubic-bezier(.4, 0, .2, 1)
}
.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.open svg{
   transform: rotate(90deg);
}