@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

 h1 {
  font-family: "Rubik", sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  /* white-space: nowrap; */
  overflow: hidden;
  position: relative;
}
body {
	font-family: "Rubik", sans-serif;
/*	letter-spacing: 0.1rem;*/
	overflow-x:hidden;
	background: #040506;
	top: 0 !important;
	position: static !important;
}

.bg-white {
    background: #fff !important;
    color: #000 !important;
}

::selection {
    background-color: #55FE66; /* Цвет фона выделения */
    color: black; /* Цвет текста при выделении */
}

.nav-tabs .nav-link.active {
    color: #3cd2a5 !important;
    border-color: #3cd2a5 !important;
    background-color: transparent;
}

.badge {
	font-size: 13px;
}

.page-item.active .page-link {
    background-color: #3dd2a5;
}

.nav-pills:not(.menu-sidebar) .nav-link.active, .nav-pills:not(.menu-sidebar) .show>.nav-link {
    color: #55FE66;
    background-color: #222324;
}

.badge-vhs {
	background: #192442;
    border: none;
    border-radius: 8px;
    padding: 8px;
}

input[type='range']::-webkit-slider-thumb {
	margin-top: -4px !important;
	cursor: ew-resize;
	-webkit-appearance: none;
	background: #fff !important;
	height: 18px;
	width: 18px;
    opacity: 0 !important;
}

input[type='range']::-ms-thumb {
	cursor: ew-resize;
	-webkit-appearance: none;
	background: #252627 !important;
	height: 48px !important;
  	border-radius: 100px;
}

input[type='range']::-moz-range-thumb {
	cursor: ew-resize;
	-webkit-appearance: none;
	background: #252627 !important;
	height: 48px !important;
  	border-radius: 100px;
}

input[type=range]::-webkit-slider-runnable-track {
	cursor: ew-resize;
	-webkit-appearance: none;
  height: 48px !important;
  border-radius: 100px;
  background: #252627 !important;
}
 
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #55FE66;
}
 
input[type=range]::-moz-range-track {
  height: 48px !important;
  border-radius: 100px;
}
 
input[type=range]::-ms-track {
  height: 48px !important;
  border-radius: 100px;
}

.nowrap {
	white-space: nowrap;
}

.tradingview-widget-copyright {
	display: none !important;
}

.without-saving {
	border-radius: inherit;
}

.product-img{
	width: 46px;
	background: white;
	border-radius: 25px;
}

.form-select {
	background: transparent;
    border-color: #bdbdbd;
    color: white;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #55FE66 !important;
    color: #000;
}

.btn-check:active+.btn-calculator, .btn-check:checked+.btn-calculator, .btn-calculator.active, .btn-calculator:active, .show>.btn-calculator.dropdown-toggle {
    background-color: #55FE66 !important;
    color: #000;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: white;
}

.form-check-input:checked, .form-check-input:checked:focus {
    border-color: #55FE66 !important;
}

.form-check-input[type=radio]:checked:after {
    border-color: #55FE66 !important;
    background-color: #55FE66 !important;
}

a:not(.sidenav-link):not(.btn):not(.dropdown-item):not(.nav-link):not(.navbar-brand):not(.page-link):not(.carousel-control-prev):not(.carousel-control-next) {
    color: #fff;
}

/* a:hover {
	color: #55FE66 !important;
} */

.title {
	font-weight: 900;
	font-size: 5rem;
	margin-top: 4rem;
}

.text-primary {
	color: #55FE66 !important;
}

.nav-link:focus, .nav-link:hover {
    color: #55FE66;
}

.btn-primary {
	background-color: #55FE66;
    color: #000;
    border-radius: 12px;
    padding: 12px 24px;
}

.btn-primary-header {
	background-color: #55FE66;
    color: #000;
    border-radius: 8px;
    padding: 8px 18px;
}

.btn-hero-primary {
	background-color: #55FE66;
    color: #000;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}

.btn-hero-primary.focus, .btn-hero-primary:focus, .btn-hero-primary:hover{
	background-color: #84f68f;
    color: #000;
}

.description-hero {
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #A7A7A7;
}

.btn-calculator {
	background: #222324;
}

.title-hero {
	font-weight: 800;
	font-size: 48px;
	line-height: 68px;
	text-shadow: 0 2px 16px rgba(174,207,242,.24);
}

.statistic-numbers {
	text-shadow: 0 2px 16px rgba(174,207,242,.24);
}

.bg-primary {
	background-color: #55FE66 !important;
	color: #000 !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #84f68f;
    color: #000;
}

.btn-primary-header.focus, .btn-primary-header:focus, .btn-primary-header:hover {
    background-color: #84f68f;
    color: #000;
}

.btn-outline-primary {
    color: #fff !important;
    border-color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 12px !important;
}

.btn-outline-primary.focus .btn-outline-primary:focus, .btn-outline-primary:hover {
    background-color: #fff;
    color: #000;
	border-color: transparent !important;
}

.site-logo-text {
	font-size: 2rem;
    color: white !important;
    font-weight: 800;
}

.hero-logo-text {
	margin-left: 3px;
    padding-left: 3px;
    padding-right: 3px;
    color: #333;
    background: #55FE66;
}

.btn-outline-theme {
    color: #fff;
    border-color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
}

.btn-outline-theme-header {
    color: #fff; /* Цвет текста */
    background-color: transparent; /* Фоновый цвет кнопки */
    border: none; /* Убираем стандартную границу */
    border-radius: 8px; /* Радиус границы */
    padding: 8px 18px; /* Внутренние отступы */
    position: relative; /* Устанавливаем позицию */
    overflow: hidden; /* Скрываем лишнее содержимое */
}

.btn-outline-theme-header::before {
    content: ""; /* Псевдоэлемент перед */
    position: absolute; /* Абсолютное позиционирование */
    top: 0; /* Сверху */
    left: 0; /* Слева */
    right: 0; /* Справа */
    bottom: 0; /* Снизу */
    border-radius: 8px; /* Радиус границы */
    border: 2px solid #fff; /* Внутренняя граница */
    pointer-events: none; /* Игнорируем события мыши */
    box-sizing: border-box; /* Учитываем границу в расчете размеров */
}

.btn-outline-theme-header:hover {
    color: #000;
    background: #fff;
}

.btn-hero-outline-theme {
    color: #fff;
    border-color: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    border-width: 0.125rem;
    border-style: solid;
    box-shadow: none;
}

.btn-outline-theme:hover {
    color: #000;
    background: #fff;
}

.btn-hero-outline-theme:hover {
    color: #000;
    background: #fff;
}

.text-theme {
	color: #55FE66;
}

.img-transform {
    transform: rotate(5deg);
}

@media screen and (max-width: 576px) {
	.title {
		margin-top: 1rem;
    	font-size: 3rem;
	}
	.btn-login {
		padding-left: calc(var(--mdb-gutter-x)*0.5) !important;
		padding-top: 1rem !important;
	}
	.input-login {
		padding-right: calc(var(--mdb-gutter-x)*0.5) !important;
	}
	#particles-js {
  		max-width: 366px !important;
	}
	#calculator {
		margin-top: 3.8rem;
	}
}

.input-group-text {
	line-height: 1.5 !important;
}

@media screen and (max-width: 768px) {
	.btn-login {
		padding-left: calc(var(--mdb-gutter-x)*0.5) !important;
		padding-top: 1rem !important;
	}
	.input-login {
		padding-right: calc(var(--mdb-gutter-x)*0.5) !important;
	}
}

@media screen and (max-width: 992px) {
	.btn-login {
		padding-left: calc(var(--mdb-gutter-x)*0.5) !important;
		padding-top: 1rem !important;
	}
	.input-login {
		padding-right: calc(var(--mdb-gutter-x)*0.5) !important;
	}
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1400px) {

}

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

.float-right {
	float: right !important;
}

.icon-menu {
	line-height: 1.2;
	font-size: 1.75rem;
}

.site-navbar {
	margin-bottom: 0px;
	z-index: 997;
	position: absolute;
	top: 0;
	width: 100%;
}

.site-navbar .site-logo {
	position: relative;
	left: 0;
	font-size: 24px;
}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
	color: #007bff;
	display: inline-block;
	padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
	display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
	padding: 10px 10px;
	font-size: 16px;
	display: inline-block;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 20px;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
	color: #007bff;
}

.site-navbar .site-navigation .site-menu>li.social>a {
	padding-left: 5px;
	padding-right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
	position: relative;
	padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	border-top: 2px solid #3dd2a5;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #151515;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
	color: #007bff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 9px 20px;
	display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	background: #eff1f3;
	color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
	content: "\e315";
	right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
	left: 100%;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
	color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 998;
	background: #040506;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	color: white;
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #fff;
}

.site-mobile-menu .site-nav-wrap a:hover {
	color: #3cd2a5;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
	color: #3cd2a5;
}

.site-mobile-menu .site-nav-wrap .social {
	display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #242424;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
	float: none !important;
	width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
	padding-left: 20px;
	font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	padding-left: 40px;
	font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
	font-size: 16px;
	padding-left: 20px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
	width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
	padding-left: 15px !important;
}

.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
	border-bottom: none;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
	color: #fff !important;
}

.sticky-wrapper .site-navbar .site-logo a {
	color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
	color: #fff !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
	color: #55FE66 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: #040506;
	box-shadow: 4px 0 20px -5px rgb(0 0 0 / 35%);
	box-shadow: 4px 0 20px -5px rgb(0 0 0 / 35%);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
	color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
	color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
	color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
	color: #55FE66 !important;
}

canvas {
  display: block;
  vertical-align: bottom;
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    place-items: center;
    background-color: #303030;
    z-index: 999;
    opacity: 1;
    transition: opacity 1s ease;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
	.mt-md-5-custom {
		margin-top: 3rem;
	}
	.text-hero {
		font-size: 43px;
	}
}

.icon-price {
	background: #222228;
    padding: 9px;
    border-radius: 10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 2px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 2px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
	display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
	display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc {
	display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
	display: none !important;
}

.small-btn-hero {
	transition: transform 0.3s ease;
}

.small-btn-hero:hover {
	transform: scale(1.1);
}

.card-hover {
	transition: transform 0.3s ease;
}

.card-hover:hover {
	transform: scale(1.03);
}

#preloader {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040506;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader {
    position: relative;
    width: 150px;
    height: 150px;
}

.logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulse {
	animation: pulseAnimation 2s ease 0s infinite normal forwards;
}

@keyframes pulseAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.range-container {
    position: relative;
    display: flex;
    align-items: center;
	width: 100%;
}

.range-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: transparent;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.minus-btn {
	left: 5px;
	z-index: 3;
}

.plus-btn {
	right: 5px;
	z-index: 3;
}

.coin-marquee {
	width: 100%;
    overflow: hidden;
    position: relative;
}

.coin-marquee::before,
.coin-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
    pointer-events: none;
}

.coin-marquee::before {
    left: 0;
    background: linear-gradient(to right, rgba(11, 15, 25, 1), rgba(11, 15, 25, 0));
}

.coin-marquee::after {
    right: 0;
    background: linear-gradient(to left, rgba(11, 15, 25, 1), rgba(11, 15, 25, 0));
}

.coin-marquee-content {
    display: flex;
    width: calc(64px * 8 + 40px * 8);
    animation: marquee 7.5s linear infinite;
}

.coin-marquee-content img {
    margin-right: 40px;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

.email-verification-banner {
    display: flex;
    width: 100%;
    padding: 20px 28px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, 
        rgba(85, 254, 102, 0.08) 0%,
        rgba(85, 254, 102, 0.15) 50%,
        rgba(85, 254, 102, 0.08) 100%
    );
    border: 1px solid rgba(85, 254, 102, 0.2);
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 
        0 8px 32px rgba(85, 254, 102, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.email-verification-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(85, 254, 102, 0) 0%,
        rgba(85, 254, 102, 0.3) 25%,
        rgba(85, 254, 102, 0.7) 50%,
        rgba(85, 254, 102, 0.3) 75%,
        rgba(85, 254, 102, 0) 100%
    );
    animation: shimmer 2s ease-in-out infinite;
}

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

.email-verification-banner:hover {
    background: linear-gradient(135deg, 
        rgba(85, 254, 102, 0.12) 0%,
        rgba(85, 254, 102, 0.2) 50%,
        rgba(85, 254, 102, 0.12) 100%
    );
    border-color: rgba(85, 254, 102, 0.4);
    transform: translateY(-2px);
    box-shadow: 
        0 12px 40px rgba(85, 254, 102, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.email-verification-banner:hover::after {
    left: 100%;
}

.email-verification-banner:active {
    transform: translateY(0);
    box-shadow: 
        0 4px 16px rgba(85, 254, 102, 0.1),
        0 2px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.email-verification-banner .icon {
    margin-right: 12px;
    color: #55FE66;
    font-size: 1.3rem;
    filter: drop-shadow(0 2px 4px rgba(85, 254, 102, 0.3));
    animation: pulse-glow 2s ease-in-out infinite;
}

.email-verification-banner .message {
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.email-verification-banner .message u {
    color: #55FE66;
    text-decoration: none;
    border-bottom: 2px solid rgba(85, 254, 102, 0.6);
    transition: all 0.3s ease;
}

.email-verification-banner:hover .message u {
    color: #7AFF8A;
    border-bottom-color: rgba(85, 254, 102, 0.8);
}

@keyframes shimmer {
    0%, 100% { 
        opacity: 0.6;
        transform: translateX(-10px);
    }
    50% { 
        opacity: 1;
        transform: translateX(10px);
    }
}

@keyframes pulse-glow {
    0%, 100% { 
        filter: drop-shadow(0 2px 4px rgba(85, 254, 102, 0.3));
    }
    50% { 
        filter: drop-shadow(0 2px 8px rgba(85, 254, 102, 0.6));
    }
}

.promo-banner {
    display: flex;
    width: 100%;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    background: rgba(85, 254, 254, 0.1);
    border: 1px solid rgba(85, 254, 254, 0.2);
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.promo-banner .icon {
    margin-right: 10px;
    color: #55dffe;
    font-size: 1.2rem;
}

.promo-banner .message {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    color: #ffeaea;
}

.deposit-banner {
    display: flex;
    width: 100%;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #320000 0%, #4a0000 50%, #320000 100%);
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(50, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

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

.deposit-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.deposit-banner:hover {
    background: linear-gradient(135deg, #4a0000 0%, #5a0000 50%, #4a0000 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(50, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.deposit-banner:hover::before {
    left: 100%;
}

.deposit-banner:active {
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(50, 0, 0, 0.3);
}

.deposit-banner .icon {
    margin-right: 12px;
    color: #ff6b6b;
    font-size: 1.4rem;
    animation: deposit-pulse-glow 2s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(255, 107, 107, 0.5));
}

.deposit-banner .message {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.deposit-banner .message strong {
    color: #ff6b6b;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
}

.deposit-banner:hover .message strong {
    color: #ff8a8a;
    text-shadow: 0 0 15px rgba(255, 138, 138, 0.4);
}

@keyframes deposit-pulse-glow {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 8px rgba(255, 107, 107, 0.5));
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 15px rgba(255, 107, 107, 0.8));
    }
}

.deposit-banner-2 {
    display: flex;
    width: 393px;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: flex-start;
    background: #55fe66;
    border-radius: 12px;
    text-align: center !important;
}

.bg-success {
    background: rgba(255, 255, 255, 0.075) !important;
}

/* Modern Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.hero-section.hash {
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 20px 20px; /* Размер ячейки сетки */
    background-repeat: repeat;
}

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

.title-hero {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 800;
    background: linear-gradient(120deg, #ffffff 0%, #55FE66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}

.description-hero {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

/* Modern Statistics Cards */
.stat-card {
    background: rgba(26, 26, 26, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(120deg, #ffffff 0%, #55FE66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

/* Modern Form Styling */
.auth-form {
    border-radius: 24px !important;
    backdrop-filter: blur(10px);
    padding: 2rem !important;
}

.form-floating label {
    padding: 0.8rem 1rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Modern Steps Section */
.steps {
    position: relative;
    z-index: 1;
}

.step-number {
    background: rgba(26, 26, 26, 0.95) !important;
    border: 2px solid rgba(85, 254, 102, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    transition: all 0.3s ease;
}

.step-number:hover {
    border-color: #55FE66 !important;
    transform: scale(1.05);
}

.step-number-inner {
    color: #55FE66 !important;
    font-weight: 700 !important;
}

.step-body h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-body p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Modern Badges */
.badge-vhs {
    padding: 0.8rem 1.2rem !important;
    border-radius: 12px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
}

.badge-vhs:hover {
    transform: translateY(-2px);
}

/* Modern Buttons */
.btn-primary {
    background: #55FE66 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover {
    background: #55FE66 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(85, 254, 102, 0.3);
}

.btn-outline-primary {
    border: 2px solid rgba(85, 254, 102, 0.5) !important;
    color: #55FE66 !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-outline-primary:hover {
    background: rgba(85, 254, 102, 0.1) !important;
    border-color: #55FE66 !important;
    transform: translateY(-2px);
}

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

.animate-fadeInUp {
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .title-hero {
        font-size: 2.5rem;
    }
    
    .stat-card {
        margin-bottom: 1rem;
    }
    
    .auth-form {
        padding: 1.5rem !important;
    }
}

.settings-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.settings-card.card-header {
    background: rgba(255, 255, 255, 0.06) !important;
}

.toggle-ios {
    width: 48px;
    height: 28px;
    background-color: #555;
    border-radius: 14px;
    position: relative;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.25s ease;
    vertical-align: middle;
}
.toggle-ios::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.25s ease;
}
.toggle-ios:checked {
    background-color: #4cd964;
}
.toggle-ios:checked::before {
    transform: translateX(20px);
}
.toggle-label {
    margin-left: 0.75rem;
    font-size: 0.95rem;
    vertical-align: middle;
}

/* Pricing Cards Styles */
.pricing-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 48px rgba(85, 254, 102, 0.2);
    border-color: rgba(85, 254, 102, 0.2);
}

.pricing-card.popular {
    background: linear-gradient(145deg, #161616, #252525);
    border: 2px solid rgba(85, 254, 102, 0.3);
}

.popular-badge {
    position: absolute;
    top: 16px;
    right: -32px;
    background: #55FE66;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 40px;
    transform: rotate(45deg);
    box-shadow: 0 2px 12px rgba(85, 254, 102, 0.3);
}

.pricing-value {
    margin: 32px 0;
    position: relative;
}

.pricing-value h2 {
    color: #55FE66;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 3.5rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: #55FE66;
    margin-right: 12px;
    font-size: 14px;
}

.badge.bg-primary-subtle {
    background: rgba(85, 254, 102, 0.1) !important;
    color: #55FE66 !important;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid rgba(85, 254, 102, 0.2);
}

.pricing-card .btn-primary {
    background: #55FE66;
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pricing-card .btn-primary:hover {
    background: #55FE66;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(85, 254, 102, 0.3);
}

@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 24px;
    }
    
    .pricing-value h2 {
        font-size: 2.5rem;
    }
}

[data-bs-theme="dark"] .pricing-card {
    background: rgba(255, 255, 255, 0.03);
}

[data-bs-theme="dark"] .pricing-value h2 {
    color: #55FE66;
}

[data-bs-theme="dark"] .pricing-features li {
    color: rgba(255, 255, 255, 0.8);
}

[data-bs-theme="dark"] .badge.bg-primary-subtle {
    background: rgba(85, 254, 102, 0.1) !important;
    color: #55FE66 !important;
}

/* How to earn cryptocurrency section */
.how-to-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    padding: 32px 24px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.how-to-card:hover {
    transform: translateY(-5px);
    border-color: rgba(85, 254, 102, 0.2);
    box-shadow: 0 8px 32px rgba(5, 254, 102, 0.15);
}

.how-to-icon {
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(145deg, #2a2b2c, #1a1b1c);
	border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    border: 1px solid rgba(85, 254, 102, 0.1);
}

.how-to-card:hover .icon-circle {
    border-color: rgba(85, 254, 102, 0.3);
    box-shadow: 0 0 20px rgba(85, 254, 102, 0.15);
}

.icon-circle i {
    font-size: 28px;
    color: #55FE66;
    transition: all 0.3s ease;
}

.how-to-card:hover .icon-circle i {
    transform: scale(1.1);
}

.step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    background: #55FE66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #2a2b2c;
}

.how-to-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.how-to-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .how-to-card {
        padding: 24px 20px;
        margin-bottom: 20px;
    }
    
    .icon-circle {
        width: 70px;
        height: 70px;
    }
    
    .icon-circle i {
        font-size: 24px;
    }
    
    .how-to-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

.how-to-card::before {
    display: none !important;
}

.how-to-card::after {
    display: none !important;
}

.icon-circle:before {
    display: none !important;
}

.icon-circle:after {
    display: none !important;
}

/* Calculator Styles */
.calculator-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.coin-option {
    background: linear-gradient(145deg, #222324, #2a2b2c);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
    transition: all 0.3s ease;
	cursor: pointer;
}

.coin-option:hover {
    border-color: rgba(85, 254, 102, 0.2);
    transform: translateY(-2px);
}

.coin-option input[type="radio"] {
        display: none;
}

.coin-option input[type="radio"]:checked + .coin-label {
    color: #55FE66;
}

.coin-option input[type="radio"]:checked + .coin-label .coin-info {
    border-color: rgba(85, 254, 102, 0.3);
}

.coin-label {
    margin: 0;
    cursor: pointer;
	width: 100%;
}

.coin-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.coin-name {
    font-weight: 600;
    font-size: 15px;
}

.custom-input-wrapper {
    position: relative;
    background: linear-gradient(145deg, #222324, #2a2b2c);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.custom-input-wrapper:focus-within {
    border-color: rgba(85, 254, 102, 0.3);
}

.custom-input-wrapper .form-control {
	background: transparent;
    border: none;
    color: #fff;
    padding: 8px 70px 8px 0;
}

.custom-input-wrapper .form-control:focus {
    box-shadow: none;
}

.currency-badge {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(85, 254, 102, 0.1);
    color: #55FE66;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.result-card {
    background: linear-gradient(145deg, #222324, #2a2b2c);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.result-card:hover {
    border-color: rgba(85, 254, 102, 0.2);
    transform: translateY(-2px);
}

.result-icon {
    width: 48px;
	height: 48px;
    background: rgba(85, 254, 102, 0.1);
    border-radius: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.result-icon i {
    color: #55FE66;
    font-size: 20px;
}

.result-value {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.result-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.period-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.period-input input {
    width: 50px;
    text-align: center;
    padding: 4px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
    color: #fff;
}

.period-input input:focus {
    border-color: rgba(85, 254, 102, 0.3);
	outline: none;
}

.period-input span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

@media (max-width: 768px) {
    .calculator-wrapper {
        padding: 20px;
    }
    
    .result-card {
        margin-bottom: 20px;
    }
    
    .coin-option {
        margin-bottom: 16px;
    }
}

.features-section {
    background: linear-gradient(180deg, rgba(45,44,44,0.3) 0%, rgba(45,44,44,0) 100%);
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(85, 254, 102, 0.2);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: rgba(85, 254, 102, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: rgba(85, 254, 102, 0.15);
    transform: scale(1.05);
}

.feature-icon i {
    font-size: 28px;
    color: #55FE66;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.feature-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .feature-card {
        padding: 1.5rem;
    }
    
    .feature-icon {
        width: 56px;
        height: 56px;
    }
    
    .feature-icon i {
        font-size: 24px;
    }
    
    .feature-title {
        font-size: 1.1rem;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
}

/* Modern Header Styles */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(4, 5, 6, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    padding: 0.75rem 0;
    background: rgba(4, 5, 6, 0.98);
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    flex-shrink: 0;
}

.logo-link {
        display: block;
    transition: opacity 0.3s ease;
}

.logo-link:hover {
    opacity: 0.9;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, #55FE66, #ffe14c);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    opacity: 0;
}

.nav-link:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.nav-link:hover::after {
    width: 100%;
    opacity: 1;
}

.nav-link.active {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.nav-link.active::after {
    width: 100%;
    opacity: 1;
    background: linear-gradient(90deg, #55FE66, #ffe14c);
}

.nav-link.contest-link {
    background: linear-gradient(45deg, rgb(85, 254, 102), #ffe14c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.nav-link.contest-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -8px;
    right: -8px;
    bottom: -2px;
    background: linear-gradient(45deg, rgba(85, 254, 102, 0.1), rgba(255, 229, 98, 0.1));
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-link.contest-link:hover::before {
    opacity: 1;
}

.nav-link.contest-link:hover {
    text-shadow: 0 0 15px rgba(13, 110, 253, 0.5);
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
	cursor: pointer;
}

.btn-outline:hover {
    color: #ffffff !important;
}

.btn-primary {
    background: #55FE66;
    color: #000;
}

.btn-primary:hover {
    background: #55FE66;
    transform: translateY(-1px);
}

.btn-outline {
	background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
}

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

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0); /* Прозрачный по умолчанию */
    backdrop-filter: blur(0px);         /* Без blur по умолчанию */
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Активное состояние */
.mobile-menu-overlay.add-overlay {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Styles */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    background: #040506;
    z-index: 1001;
    transition: all 0.3s ease;
    display: none;
    flex-direction: column;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
}

.mobile-menu.active {
        right: 0;
}

.mobile-menu-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s ease;
}

.mobile-menu-close:hover {
    color: #fff;
}

.mobile-menu-body {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.mobile-nav-menu .nav-link {
        display: block;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 1.1rem;
}

.mobile-nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-menu-toggle {
        display: none;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s ease;
}

.mobile-menu-toggle:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: block;
    }
    
    .header-nav {
        display: none;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/* Hero Section Styles */
.hero-section {
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(45,44,44,0.3) 0%, rgba(45,44,44,0) 100%);
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-content {
    max-width: 640px;
}

.hero-badges {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    backdrop-filter: blur(2px);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.hero-badge i {
    font-size: 1.1rem;
}

.hero-badge:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    color: #fff;
}

.badge-accent {
    background: rgba(85, 254, 102, 0.1);
    color: #55FE66;
}

.badge-accent:hover {
    background: rgba(85, 254, 102, 0.15);
    color: #55FE66;
}

.signin-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(254, 186, 85, 0.1);
    color: #fea455;
}

.signin-badge i {
    font-size: 1.8rem;
}

.signin-badge:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    color: #fff;
}

.hero-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}

.hero-title .accent {
    color: #55FE66;
    position: relative;
    display: inline-block;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3rem;
    max-width: 540px;
}

/* Statistics Styles */
.hero-stats {
    margin-top: 3rem;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);

}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.coin-stat-value {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.stat-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
}

.stat-label i {
    color: #55FE66;
    font-size: 1.1rem;
}

/* Auth Card Styles */
.hero-form {
    position: relative;
}

.auth-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.auth-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.auth-logo {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.auth-logo:hover {
    transform: scale(1.05);
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}

.auth-form .form-floating {
    position: relative;
}

.auth-input .form-control {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 20px 12px 48px;
    height: auto;
    font-size: 15px;
    color: white;
    transition: all 0.3s ease;
}

.auth-input .form-control:focus {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--bs-primary);
    box-shadow: none;
}

.auth-input label {
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

.auth-input label i {
    color: var(--bs-primary);
    font-size: 16px;
}

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-check-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.form-check-input {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.auth-link {
    color: var(--bs-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-link:hover {
    color: var(--bs-primary-hover);
}

.captcha-notice {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.captcha-notice a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.captcha-notice a:hover {
    color: var(--bs-primary);
}

.auth-footer {
	position: relative;
	z-index: 2;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0;
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 991px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-content {
        text-align: center;
        margin: 0 auto;
    }
    
    .hero-badges {
        justify-content: center;
    }
    
    .hero-description {
        margin-left: auto;
    margin-right: auto;
    }
    
    .stat-grid {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .hero-form {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 6rem 0 4rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 0rem !important;
    }
    
    .stat-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-value {
        font-size: 1.75rem;
    }
    
    .hero-badge {
        width: 100%;
        justify-content: center;
    }
}

.crypto-cards {
    margin-bottom: 2rem;
}

.crypto-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.crypto-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.crypto-icon {
	width: 24px;
	height: 24px;
    object-fit: contain;
}

.crypto-info h5 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

.crypto-info .price {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.action-buttons {
    margin-top: 2rem;
}

.action-buttons .btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.action-buttons .btn-outline-light {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.action-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.action-buttons .btn-primary {
    background: linear-gradient(45deg, #55FE66, #0099ff);
    border: none;
    box-shadow: 0 4px 15px rgba(85, 254, 102, 0.2);
}

.action-buttons .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(85, 254, 102, 0.3);
}

.btc-card { 
    border-color: rgba(85, 254, 102, 0.3);
    background: linear-gradient(45deg, rgba(85, 254, 102, 0.05), rgba(85, 254, 102, 0.1));
}

.ton-card { 
    border-color: rgba(0, 195, 255, 0.3);
    background: linear-gradient(45deg, rgba(0, 195, 255, 0.05), rgba(0, 195, 255, 0.1));
}

.trx-card { 
    border-color: rgba(25, 135, 84, 0.3);
    background: linear-gradient(45deg, rgba(25, 135, 84, 0.05), rgba(25, 135, 84, 0.1));
}

.doge-card { 
    border-color: rgba(255, 193, 7, 0.3);
    background: linear-gradient(45deg, rgba(255, 193, 7, 0.05), rgba(255, 193, 7, 0.1));
}

.chart-container {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .crypto-card {
        padding: 15px;
    }
    
    .crypto-info h5 {
        font-size: 0.9rem;
    }
    
    .crypto-info .price {
        font-size: 0.9rem;
    }
}

/* Modern Footer Styles */
.site-footer {
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-logo {
    display: block;
    margin-bottom: 1.5rem;
    transition: opacity 0.3s ease;
}

.footer-logo:hover {
    opacity: 0.8;
}

.footer-description {
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.footer-nav-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-item {
    margin-bottom: 0.75rem;
}

.footer-nav-link {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #55FE66;
    transition: width 0.3s ease;
}

.footer-nav-link:hover {
    color: #fff;
}

.footer-nav-link:hover::after {
    width: 100%;
}

.footer-bottom {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-copyright {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-link {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .site-footer {
        padding: 3rem 0 1.5rem;
    }
    
    .footer-links {
        margin-top: 1rem;
        flex-direction: column;
        gap: 0.75rem;
    }
}

.custom-dropdown {
	position: relative;
    display: inline-block;
}

.custom-dropdown-toggle {
	cursor: pointer;
    user-select: none;
	display: flex;
	align-items: center;
}

.custom-dropdown-toggle .fa-chevron-down {
    transition: transform 0.2s ease;
    font-size: 0.8em;
}

.custom-dropdown:hover .fa-chevron-down {
    transform: rotate(180deg);
}

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}

.custom-dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.custom-dropdown-item:hover {
    background: rgba(255,255,255,0.1);
    color: #55FE66 !important;
}

.custom-dropdown-item a:hover {
    color: #55FE66 !important;
}

.custom-dropdown-item i {
    margin-right: 12px;
    width: 16px;
    text-align: center;
    font-size: 1.1em;
}

.custom-dropdown-item span {
    font-size: 0.95em;
}

/* Mobile styles */
.mobile-nav-menu .custom-dropdown-menu {
    position: static;
    background: rgba(255,255,255,0.05);
    border: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 8px;
    box-shadow: none;
}

.mobile-nav-menu .custom-dropdown-toggle {
    padding: 12px 16px;
}

.mobile-nav-menu .custom-dropdown-item {
    padding: 12px 16px;
}

.privacy-hero {
    padding: 120px 0 60px;
    margin-bottom: 60px;
}

.privacy-hero .badge {
    background: rgba(85, 254, 102, 0.1) !important;
    color: #55FE66 !important;
    border: 1px solid rgba(85, 254, 102, 0.2);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.badge-new {
    background: rgba(85, 254, 102, 0.1) !important;
    color: #55FE66 !important;
    border: 1px solid rgba(85, 254, 102, 0.2);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.privacy-hero .lead {
    color: #adb5bd;
}

.privacy-content {
    padding-bottom: 60px;
}

.privacy-section {
    margin-bottom: 60px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
}

.section-icon {
    width: 60px;
    height: 60px;
    background: rgba(85, 254, 102, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(85, 254, 102, 0.2);
}

.section-icon i {
    font-size: 1.5rem;
    color: #55FE66;
}

.info-card {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.info-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #fff;
}

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

.info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #adb5bd;
}

.info-list li i {
    color: #55FE66;
    margin-right: 0.75rem;
    width: 20px;
}

.security-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.security-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.security-item i {
    font-size: 2rem;
    color: #55FE66;
    margin-bottom: 1rem;
}

.security-item h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.security-item p {
    color: #adb5bd;
    margin: 0;
    font-size: 0.9rem;
}

.usage-list {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
}

.usage-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.usage-item:last-child {
    margin-bottom: 0;
}

.usage-item i {
    color: #55FE66;
    margin-right: 1rem;
}

.usage-item span {
    color: #adb5bd;
}

.rights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.right-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
}

.right-card i {
    font-size: 2rem;
    color: #55FE66;
    margin-bottom: 1rem;
}

.right-card h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.right-card p {
    color: #adb5bd;
    margin: 0;
    font-size: 0.9rem;
}

.contact-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.contact-method {
    display: flex;
    align-items: center;
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-method:hover {
    color: #55FE66;
}

.contact-method i {
    margin-right: 1rem;
    color: #55FE66;
}

@media (max-width: 768px) {
    .security-features,
    .rights-grid {
        grid-template-columns: 1fr;
    }

    .privacy-hero {
        padding: 120px 0 40px;
    }

    .privacy-section {
        padding: 20px;
    }
}

.bg-dark {
    background-color: #101010 !important;
}

/* Terms Page Styles */
.terms-hero {
    background: linear-gradient(135deg, var(--bs-dark) 0%, #2a2a2a 100%);
    padding: 120px 0 60px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.terms-hero::before {
    content: '';
    position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.terms-hero .badge {
    background: rgba(85, 254, 102, 0.1) !important;
    color: #55FE66 !important;
    border: 1px solid rgba(85, 254, 102, 0.2);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.terms-content {
    padding-bottom: 80px;
}

.terms-section {
    background: var(--bs-dark);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.section-icon {
    width: 50px;
    height: 50px;
    background: var(--bs-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.section-icon i {
    font-size: 24px;
    color: white;
}

.terms-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
    color: white;
}

.requirements-list {
    display: grid;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.requirement-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.requirement-item i {
    color: var(--bs-primary);
}

.terms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.term-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.term-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

.term-card i {
    font-size: 24px;
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.term-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
}

.term-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
}

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

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

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

.info-list li i {
    color: var(--bs-primary);
}

.security-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
}

.security-box h4 {
    color: white;
    margin-bottom: 20px;
}

.security-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.security-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.security-list li i {
    color: var(--bs-primary);
}

.warning-box {
    background: rgba(var(--bs-danger-rgb), 0.1);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(var(--bs-danger-rgb), 0.2);
}

.warning-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.warning-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

.warning-list li i {
    color: var(--bs-danger);
}

.update-process {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.process-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
    transition: all 0.3s ease;
}

.process-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.process-item i {
    color: var(--bs-primary);
}

.contact-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
}

.contact-methods {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--bs-primary);
}

.contact-method i {
    color: var(--bs-primary);
}

@media (max-width: 768px) {

    .terms-section {
        padding: 20px;
    }

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

    .term-card {
        padding: 15px;
    }
}

/* Authentication Pages Styles */
.auth-hero {
    min-height: calc(100vh - 100px);
    padding: 60px 0;
    background: linear-gradient(135deg, var(--bs-dark) 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.auth-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.auth-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.auth-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.auth-logo {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.auth-logo:hover {
    transform: scale(1.05);
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}

.auth-form .form-floating {
    position: relative;
}

.auth-input .form-control {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 20px 12px 48px;
    height: auto;
    font-size: 15px;
    color: white;
    transition: all 0.3s ease;
}

.auth-input .form-control:focus {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--bs-primary);
    box-shadow: none;
}

.auth-input label {
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

.auth-input label i {
    color: var(--bs-primary);
    font-size: 16px;
}

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-check-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.form-check-input {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.auth-link {
    color: var(--bs-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-link:hover {
    color: var(--bs-primary-hover);
}

.captcha-notice {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.captcha-notice a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.captcha-notice a:hover {
    color: var(--bs-primary);
}

.auth-footer {
	position: relative;
	z-index: 2;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0;
}

@media (max-width: 768px) {
    .auth-hero {
        padding: 40px 0;
    }

    .auth-card {
        padding: 30px 20px;
    }

    .auth-title {
        font-size: 24px;
    }
}

/* Authentication Pages Enhanced Styles */
.auth-hero {
    min-height: calc(100vh - 100px);
    padding: 60px 0;
    background: linear-gradient(135deg, var(--bs-dark) 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.auth-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.auth-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.auth-shapes {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.auth-shapes .shape-1 {
    position: absolute;
    top: -20%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(85, 254, 102, 0.1) 0%, rgba(85, 254, 102, 0) 70%);
	border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.auth-shapes .shape-2 {
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.2) 0%, rgba(var(--bs-primary-rgb), 0) 70%);
    border-radius: 50%;
    animation: float 12s ease-in-out infinite reverse;
}

.auth-shapes .shape-3 {
    position: absolute;
    top: 40%;
    left: -30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
}

.auth-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.auth-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 30px;
}

.auth-form {
	position: relative;
	z-index: 2;
}

.auth-input {
    position: relative;
    margin-bottom: 20px;
}

.auth-input .form-control {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    height: 56px;
    font-size: 15px;
    color: white;
    transition: all 0.3s ease;
    padding: 0.375rem 0.75rem;
    padding-left: 48px;
    line-height: 1.5;
}

.auth-input .form-control:focus {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.1);
}

.auth-input .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.auth-input label {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 16px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.auth-input label i {
    color: var(--bs-primary);
    font-size: 16px;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.auth-input .form-control:focus + label i,
.auth-input .form-control:not(:placeholder-shown) + label i {
    color: var(--bs-primary);
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	background: transparent;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
    padding: 5px;
    z-index: 5;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: var(--bs-primary);
}

.custom-checkbox .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0.2em;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-checkbox .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.custom-checkbox .form-check-label {
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    cursor: pointer;
}

.btn-glow {
  position: relative;
  overflow: hidden;
}

.btn-glow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;                 /* ещё дальше слева */
  width: 500%;                 /* чуть шире, чтобы градиент не обрезался */
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.10) 45%,  /* чуть менее ярко */
    rgba(255,255,255,0.3) 50%,
    rgba(255,255,255,0.15) 55%,
    rgba(255,255,255,0) 100%
  );
  animation: glowAnimation 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes glowAnimation {
  0%, 10% {
    transform: translateX(0);   /* задержка в начале */
    opacity: 0;                 /* пока не видно */
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateX(50%); /* середина */
    opacity: 1;
  }
  80% {
    opacity: 0;                 /* затухает к концу */
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.auth-link {
    color: var(--bs-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.auth-link:hover {
    color: #55FE66;
    text-decoration: none;
}

.auth-link i {
    transition: transform 0.3s ease;
}

.auth-link:hover i {
    transform: translateX(4px);
}

.captcha-notice {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.captcha-notice a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.captcha-notice a:hover {
    color: var(--bs-primary);
}

.auth-footer {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0;
}

@media (max-width: 768px) {
    .auth-hero {
        padding: 40px 0;
    }

    .auth-card {
        padding: 30px 20px;
    }

    .auth-title {
        font-size: 24px;
    }

    .auth-shapes .shape-1,
    .auth-shapes .shape-2,
    .auth-shapes .shape-3 {
        opacity: 0.5;
    }
}

/* Mining Dashboard Styles */
.dashboard-hero {
    padding: 6rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.dashboard-welcome {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.welcome-icon {
    width: 36px;
    height: 36px;
}

.dashboard-stats {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.dashboard-coin-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.dashboard-coin-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.coin-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.coin-icon {
    width: 48px;
	height: 48px;
}

.coin-power {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: monospace;
}

.coin-balance {
    font-size: 1.1rem;
    font-family: monospace;
    color: rgba(255, 255, 255, 0.7);
}

.range-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.range-btn {
    width: 32px;
    height: 32px;
	border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.range-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.coin-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.coin-action-btn {
    flex: 1;
    padding: 0.75rem;
    border-radius: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.coin-action-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.transactions-table {
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
}

.transactions-table .table {
    margin: 0;
}

.transactions-table .table > :not(caption) > * > * {
    padding: 1rem;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.transactions-table tr {
    transition: background-color 0.2s ease;
}

.transactions-table tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.transaction-coin {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.transaction-coin img {
	width: 24px;
	height: 24px;
    object-fit: contain;
}

.transaction-coin span {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.transaction-hash {
    font-family: 'Inter', monospace;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.transaction-hash:hover {
    color: rgba(255, 255, 255, 0.95);
}

.transaction-hash i {
    font-size: 0.75rem;
    opacity: 0.7;
}

.transaction-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    gap: 0.5rem;
}

.badge-deposit {
    background: rgba(52, 199, 89, 0.1);
    color: rgba(52, 199, 89, 0.9);
    border: 1px solid rgba(52, 199, 89, 0.2);
}

.badge-payout {
    background: rgba(255, 149, 0, 0.1);
    color: rgba(255, 149, 0, 0.9);
    border: 1px solid rgba(255, 149, 0, 0.2);
}

/* Empty State */
.transactions-table .text-center {
    padding: 2rem !important;
}

#empty {
    opacity: 0.6;
    margin-bottom: 1rem;
}

.transactions-table .font-monospace.text-muted {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Table Header */
.transactions-table h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    text-align: center;
    padding-top: 0.5rem;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .transactions-table .table > :not(caption) > * > * {
        padding: 0.875rem;
    }

    .transaction-coin span {
        font-size: 0.875rem;
    }

    .transaction-hash {
        font-size: 0.8125rem;
    }
}

@media (max-width: 767px) {
    .transactions-table {
        border-radius: 12px;
    }

    .transaction-badge {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }

    .transaction-coin img {
        width: 20px;
        height: 20px;
    }
}

/* Mining Chart Styles */
.chart-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1rem;
    height: 150px;
    margin-bottom: 1rem;
}

.mining-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.mining-status {
    width: 10px;
    height: 10px;
	border-radius: 50%;
    background: #4CAF50;
    animation: pulse 1s infinite;
}

.mining-status.inactive {
    background: #757575;
    animation: none;
}

/* Styles for different cryptocurrencies */
.custom-range-trx::after {
    --range-color: #FF007A;
}

.custom-range-doge::after {
    --range-color: #D5AC06;
}

.custom-range-bnb::after {
    --range-color: #D5AC06;
}

.custom-range-usdt::after {
    --range-color: #26a17b;
}

.custom-range-ltc::after {
    --range-color: #bebebe;
}

.custom-range-ton::after {
    --range-color: #24A1DE;
}

/* Power Control Container */
.power-control {
	position: relative;
    padding: 1rem;
    margin: 0.5rem 0;
}

/* Power Distribution Card */
.power-distribution-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.power-distribution-card .chart-wrapper {
    position: relative;
    height: 200px;
    margin: 0 auto;
}

.power-legend {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.power-legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

/* Update existing dashboard styles */
.dashboard-welcome {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dashboard-welcome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.dashboard-welcome:hover::before {
    transform: translateX(100%);
}

.dashboard-welcome h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.dashboard-welcome .user-greeting {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dashboard-welcome .user-greeting i {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.9);
    background: linear-gradient(135deg, #55FE66 0%, #00f593 100%);
    padding: 0.5rem;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.3);
}

.dashboard-welcome h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upgrade-plan-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: transparent;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.upgrade-plan-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.upgrade-plan-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    color: #55FE66 !important;
}

.upgrade-plan-btn i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.upgrade-plan-btn:hover i {
    transform: translateX(3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .power-distribution-card .chart-wrapper {
        height: 180px;
    }
    
    .dashboard-welcome {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .power-distribution-card {
        margin-bottom: 1rem;
    }
    
    .power-distribution-card .chart-wrapper {
        height: 160px;
    }
}


/* Modern Minimalist Dashboard Styles */
.dashboard-welcome {
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    transition: transform 0.2s ease;
}

.dashboard-welcome:hover {
    transform: translateY(-2px);
}

.welcome-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 0.75rem;
}

.dashboard-welcome h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    opacity: 0.9;
}

/* Stats Card */
.dashboard-stats {
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    transition: all 0.2s ease;
}

.dashboard-stats .text-muted {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 0.3px;
}

/* Power Distribution */
.power-distribution-card {
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.power-distribution-card h6 {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.25rem;
    text-align: center;
    letter-spacing: 0.3px;
}

.chart-wrapper {
    height: 160px;
    margin-bottom: 1rem;
}

.power-legend {
    display: grid;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.power-legend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    transition: background 0.2s ease;
}

.power-legend-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.legend-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.legend-color {
    width: 6px;
    height: 6px;
    border-radius: 2px;
}

.legend-value {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    opacity: 0.9;
}

/* Plan Info */
.plan-info {
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
}

.plan-info .plan-name {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0.25rem;
    opacity: 0.9;
}

.plan-info .plan-rate {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

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

/* Responsive */
@media (max-width: 991px) {
    .dashboard-welcome,
    .dashboard-stats,
    .power-distribution-card,
    .plan-info {
        padding: 1rem;
    }

    .stat-value {
        font-size: 1.5rem;
    }

    .chart-wrapper {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .power-legend {
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .power-legend-item {
        padding: 0.375rem 0.5rem;
    }

    .legend-label,
    .legend-value {
        font-size: 0.8125rem;
    }
}

/* Plan Card Styles */
.dashboard-stats.plan-card {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.4), rgba(40, 40, 40, 0.4));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
}

.dashboard-stats.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.plan-card .stat-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.75rem;
    position: relative;
}

.plan-card .stat-value::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
}

.plan-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.plan-info-item {
    text-align: center;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: background 0.2s ease;
}

.plan-info-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.plan-info-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-info-value {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.75rem;
}

.plan-badge i {
    font-size: 0.75rem;
    margin-right: 0.375rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Plan Status Indicator */
.plan-status {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 8px;
    height: 8px;
	border-radius: 50%;
    background: #4CAF50;
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}

.plan-status-red {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 8px;
    height: 8px;
	border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .dashboard-stats.plan-card {
        padding: 1rem;
    }

    .plan-card .stat-value {
        font-size: 1.25rem;
    }

    .plan-info-grid {
        gap: 0.75rem;
    }
}

@media (max-width: 767px) {
    .plan-info-item {
        padding: 0.375rem;
    }

    .plan-info-value {
        font-size: 0.875rem;
    }
}

/* Range Input Styles - Unified */
.power-control {
    position: relative;
    height: 48px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    border-radius: 100px !important;
    overflow: hidden;
}

input[type="range"] {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px !important;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	width: 100%;
    height: 48px !important;
    background: transparent;
	outline: none;
    border: none;
    margin: 0;
    padding: 0;
	cursor: pointer;
}

/* Track base */
input[type="range"]::before {
    border-radius: 100px !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 48px;
    background: #252627 !important;
}

/* Track progress */
input[type="range"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--range-percent, 0%);
	height: 48px;
    background: var(--range-color, #55FE66);
    border-radius: 100px 0 0 100px !important;
    transition: all 0.2s ease;
}

/* Thumb styles - hidden but necessary for functionality */
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
    height: 18px;
    width: 18px;
    opacity: 0 !important;
	cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    opacity: 0 !important;
    cursor: pointer;
}

input[type="range"]::-ms-thumb {
    height: 18px;
    width: 18px;
    opacity: 0 !important;
    cursor: pointer;
}

/* Track styles for different browsers */
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 48px !important;
    border-radius: 100px;
	background: transparent;
}

input[type="range"]::-moz-range-track {
    height: 48px !important;
    border-radius: 100px;
	background: transparent;
}

input[type="range"]::-ms-track {
    height: 48px !important;
    border-radius: 100px;
    background: transparent;
}

/* Cryptocurrency specific colors */
.custom-range-trx::after {
    --range-color: #FF007A;
}

.custom-range-doge::after {
    --range-color: #D5AC06;
}

.custom-range-bnb::after {
    --range-color: #D5AC06;
}

.custom-range-usdt::after {
    --range-color: #26a17b;
}

.custom-range-ltc::after {
    --range-color: #bebebe;
}

.custom-range-ton::after {
    --range-color: #24A1DE;
}

/* Power value display */
.power-value-display {
    position: absolute;
    top: -30px;
    right: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 100px !important;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

input[type="range"]:hover + .power-value-display {
    opacity: 1;
}

/* Range Input Styles - Enhanced UX */
.power-control {
    position: relative;
    height: 48px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    border-radius: 100px !important;
    overflow: hidden;
	cursor: pointer;
}

.power-control::before {
    content: 'Drag to adjust power';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.power-control:hover::before {
    opacity: 1;
}

input[type="range"] {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px !important;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	width: 100%;
    height: 48px !important;
    background: transparent;
	outline: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: ew-resize;
}

/* Track base */
input[type="range"]::before {
    border-radius: 100px !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #252627 !important;
}

/* Track progress */
input[type="range"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--range-percent, 0%);
    height: 48px;
    background: var(--range-color, #55FE66);
    border-radius: 100px 0 0 100px !important;
    transition: all 0.2s ease;
    box-shadow: 0 0 15px var(--range-color, rgba(85, 254, 102, 0.3));
}

/* Thumb styles */
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
    height: 48px;
    width: 6px;
    background: rgba(255, 255, 255, 0.9);
    cursor: ew-resize;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

input[type="range"]::-moz-range-thumb {
    height: 48px;
    width: 6px;
    background: rgba(255, 255, 255, 0.9);
    cursor: ew-resize;
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

/* Hover effects */
input[type="range"]:hover::-webkit-slider-thumb {
    width: 8px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

input[type="range"]:hover::-moz-range-thumb {
    width: 8px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

/* Active state */
input[type="range"]:active::-webkit-slider-thumb {
    width: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}

input[type="range"]:active::-moz-range-thumb {
    width: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}

/* Power value display */
.power-value-display {
    position: absolute;
    top: -30px;
    right: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 4px 12px;
    border-radius: 100px !important;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

input[type="range"]:hover + .power-value-display {
    opacity: 1;
}

/* Cryptocurrency specific colors */
.custom-range-trx::after {
    --range-color: #FF007A;
}

.custom-range-doge::after {
    --range-color: #D5AC06;
}

.custom-range-bnb::after {
    --range-color: #D5AC06;
}

.custom-range-usdt::after {
    --range-color: #26a17b;
}

.custom-range-ltc::after {
    --range-color: #bebebe;
}

.custom-range-ton::after {
    --range-color: #24A1DE;
}

.custom-range-btc::after {
    --range-color: #F7931A;
}

/* Pulse animation for new users */
@keyframes rangePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.power-control:not(:hover) input[type="range"]::-webkit-slider-thumb {
    animation: rangePulse 2s infinite;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .power-control {
        height: 64px; /* Увеличиваем высоту для удобства на телефоне */
        margin: 10px 0 !important;
    }

    .power-control::before {
        content: 'Slide to adjust mining power';
        font-size: 14px;
        background: rgba(0, 0, 0, 0.6);
        padding: 4px 12px;
        border-radius: 100px;
        white-space: nowrap;
    }

    input[type="range"] {
        height: 64px !important;
    }

    input[type="range"]::before {
        height: 64px;
    }

    input[type="range"]::after {
        height: 64px;
    }

    /* Larger thumb for better touch interaction */
    input[type="range"]::-webkit-slider-thumb {
        width: 12px;
        height: 64px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 1);
    }

    input[type="range"]::-moz-range-thumb {
        width: 12px;
        height: 64px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 1);
    }

    /* Enhanced touch state */
    input[type="range"]:active::-webkit-slider-thumb {
        width: 16px;
        transform: scale(1.1);
    }

    input[type="range"]:active::-moz-range-thumb {
        width: 16px;
        transform: scale(1.1);
    }

    /* Larger and more visible power value display */
    .power-value-display {
        top: -40px;
        padding: 6px 16px;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    /* Show power value by default on mobile */
    input[type="range"] + .power-value-display {
        opacity: 1;
    }

    /* Add touch hint animation */
    @keyframes touchHint {
        0% {
            transform: translateX(-50px);
            opacity: 0;
        }
        20% {
            transform: translateX(0);
            opacity: 1;
        }
        80% {
            transform: translateX(50px);
            opacity: 1;
        }
        100% {
            transform: translateX(100px);
            opacity: 0;
        }
    }

    .power-control::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
	width: 24px;
	height: 24px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        pointer-events: none;
        animation: touchHint 2s infinite;
        z-index: 1;
    }

    /* Hide hint animation after interaction */
    .power-control:active::after {
        display: none;
    }
}

/* Mobile Touch-Friendly Range Input */
@media (max-width: 768px) {
    .power-control {
	position: relative;
        height: 64px;
        margin: 10px 0 !important;
        touch-action: none;
    }

    .power-control::before {
        content: 'Touch and drag anywhere';
        font-size: 14px;
        background: rgba(0, 0, 0, 0.6);
        padding: 4px 12px;
        border-radius: 100px;
        white-space: nowrap;
        opacity: 1;
    }

    /* Делаем всю область активной для касания */
    .power-control::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        cursor: grab;
        touch-action: none;
    }

    .power-control:active::after {
        cursor: grabbing;
    }

    input[type="range"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 64px !important;
        margin: 0;
        opacity: 1;
        -webkit-appearance: none;
        pointer-events: none;
	z-index: 2;
}

    /* Базовый трек */
    input[type="range"]::before {
        height: 64px;
        background: #252627 !important;
        border-radius: 100px;
    }

    /* Прогресс трек */
    input[type="range"]::after {
        height: 64px;
        border-radius: 100px 0 0 100px;
        transition: width 0.1s ease;
    }

    /* Скрываем стандартный ползунок */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 4px;
        height: 64px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 2px;
        pointer-events: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    input[type="range"]::-moz-range-thumb {
        width: 4px;
        height: 64px;
        background: rgba(255, 255, 255, 0.9);
        border: none;
        border-radius: 2px;
        pointer-events: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    /* Улучшенное отображение значения */
    .power-value-display {
        position: absolute;
        top: -40px;
        left: var(--value-position, 50%);
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.2);
        padding: 6px 16px;
        border-radius: 100px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        opacity: 1;
        pointer-events: none;
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 4;
        white-space: nowrap;
    }

    /* Активное состояние при перетаскивании */
    .power-control.dragging::after {
        background: rgba(255, 255, 255, 0.1);
    }

    .power-control.dragging .power-value-display {
        background: rgba(255, 255, 255, 0.3);
        transform: translateX(-50%) scale(1.1);
    }
}

/* Калькулятор стили */
.coin-selection .row {
    margin: 0 -8px;
}

.coin-option {
    background: #222324;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease;
}

.coin-option:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.coin-label {
    display: block;
    cursor: pointer;
    margin: 0;
    width: 100%;
}

.coin-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coin-name {
    font-weight: 600;
    font-size: 1rem;
}

input[type="radio"].form-check-input {
    margin-right: 10px;
}

.input-group-custom {
    margin-bottom: 0;
}

.custom-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-input-wrapper .form-control {
    border-radius: 12px;
	height: 48px;
    padding-right: 80px;
}

.currency-badge {
    position: absolute;
    right: 15px;
    background: #2e2e2e;
    padding: 4px 12px;
    border-radius: 8px;
    font-weight: 600;
}

.calculator-results {
    margin-top: 30px;
}

.result-card {
    background: #222324;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.result-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.result-icon {
    margin-bottom: 15px;
}

.result-icon i {
    font-size: 24px;
    opacity: 0.7;
}

.result-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.result-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.period-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.period-input .form-control {
    width: 45px;
    text-align: center;
    padding: 4px;
    height: auto;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 768px) {
    .result-card {
        margin-bottom: 15px;
    }
    
    .coin-name {
        font-size: 0.9rem;
    }
}

/* Модальное окно депозита */
.modal-content {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
}

.modal-header .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.modal-header .btn-close {
    opacity: 0.75;
    transition: opacity 0.2s;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 1.5rem;
}

.modal-body label.fw-bold {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.modal-body .text-white {
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-body .input-group {
	background: transparent;
}

.modal-body .input-group .form-control {
    background: #2e2e2e !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px !important;
    color: #fff;
    font-family: monospace;
    font-size: 1rem;
    padding: 1rem;
    height: auto;
}

.modal-body .input-group .btn {
    margin-left: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 12px !important;
    font-size: 1rem;
}

.modal-body .qr-code {
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    width: 200px;
    height: 200px;
    margin: 1rem auto;
}

.modal-body .text-white p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.modal-body .text-white p b {
    color: #ff3b3b;
    font-weight: 600;
}

.modal-body .text-white p .link-primary {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s;
}

.modal-body .text-white p .link-primary:hover {
    color: #0056b3;
}

.modal-body .fa-triangle-exclamation {
    color: #ff3b3b;
}

/* Анимация появления модального окна */
.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.2s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* Медиа-запросы для адаптивности */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 0.5rem;
    }
    
    .modal-content {
        border-radius: 15px;
    }
    
    .modal-body {
        padding: 1rem;
    }
    
    .modal-body .qr-code {
        width: 150px;
        height: 150px;
    }
}

/* ... existing code ... *//* Affiliate Page Styles */
.earnings-summary {
    background: #1e1e1e;
    border: 1px solid #303030;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.earnings-summary .coin-row {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #303030;
    transition: all 0.2s ease;
}

.earnings-summary .coin-row:last-child {
    border-bottom: none;
}

.earnings-summary .coin-row:hover {
    background: rgba(255, 255, 255, 0.02);
}

.earnings-summary .coin-icon {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}

.earnings-summary .coin-details {
    flex-grow: 1;
}

.earnings-summary .coin-name {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.earnings-summary .coin-stats {
    display: flex;
    gap: 2rem;
    font-size: 0.85rem;
    color: #999;
}

.earnings-summary .coin-total {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

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

.stat-card {
    background: #1e1e1e;
    border: 1px solid #303030;
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.2s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.stat-card .stat-icon {
    width: 48px;
	height: 48px;
    background: #303030;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.stat-card .stat-icon i {
    font-size: 1.5rem;
    color: #55FE66;
}

.stat-card .stat-title {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.stat-card .stat-value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.stat-card .stat-change {
    font-size: 0.85rem;
    color: #55FE66;
}

.stat-card .stat-change.negative {
    color: #ff4b4b;
}

.referral-history {
    background: #1e1e1e;
    border: 1px solid #303030;
    border-radius: 20px;
    overflow: hidden;
}

.referral-history .table {
    margin: 0;
}

.referral-history .table td {
    padding: 1rem;
    vertical-align: middle;
}

.referral-history .transaction-coin {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.referral-history .transaction-coin img {
    width: 32px;
    height: 32px;
}

.level-badge {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 500;
}

.level-badge.level-1 {
    background: rgba(113, 209, 44, 0.1);
    color: #55FE66;
}

.level-badge.level-2 {
    background: rgba(64, 156, 255, 0.1);
    color: #409cff;
}

.level-badge.level-3 {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
}

.affiliate-link-card {
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.affiliate-link-card .qr-code {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    padding: 0.5rem;
    margin: 0 auto 1.5rem;
}

.affiliate-link-card .input-group {
    background: #303030;
    border-radius: 12px;
    padding: 0.5rem;
}

.affiliate-link-card .form-control {
    background: transparent !important;
    border: none;
    color: #fff !important;
    font-size: 0.9rem;
}

.affiliate-link-card .btn-copy {
    background: #55FE66;
    border: none;
    border-radius: 8px !important;
    padding: 0.5rem 1rem;
    color: #fff;
    transition: all 0.2s ease;
}

.affiliate-link-card .btn-copy:hover {
    background: #62b526;
    transform: translateY(-1px);
}

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

.commission-card {
    background: #1e1e1e;
    border: 1px solid #303030;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
}

.commission-card .level-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: #303030;
	border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commission-card .level-icon i {
    font-size: 1.5rem;
    color: #55FE66;
}

.commission-card .level-title {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.commission-card .commission-rate {
    font-size: 2rem;
    font-weight: 600;
    color: #55FE66;
    margin-bottom: 0.5rem;
}

.commission-card .commission-info {
    font-size: 0.9rem;
    color: #999;
} 

/* Affiliate Page Styles */
.affiliate-stats {
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.6) 0%, rgba(24, 24, 24, 0.4) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
}

.affiliate-stats .stat-card {
    background: rgba(30, 30, 30, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.affiliate-stats .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.affiliate-stats .stat-icon {
    width: 48px;
    height: 48px;
    background: rgba(113, 209, 44, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.affiliate-stats .stat-icon i {
    font-size: 24px;
    color: #55FE66;
}

.affiliate-stats .stat-value {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #55FE66 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.affiliate-stats .stat-label {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}

.affiliate-earnings {
    background: rgba(24, 24, 24, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
}

.affiliate-earnings .coin-row {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.affiliate-earnings .coin-row:last-child {
    border-bottom: none;
}

.affiliate-earnings .coin-icon {
	width: 40px;
	height: 40px;
    margin-right: 16px;
}

.affiliate-earnings .coin-details {
    flex-grow: 1;
}

.affiliate-earnings .coin-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
}

.affiliate-earnings .coin-amount {
    font-size: 14px;
    color: #55FE66;
    font-family: monospace;
}

.affiliate-link-card {
    background: linear-gradient(135deg, rgba(85, 254, 102, 0.1) 0%, rgba(85, 254, 102, 0.1) 100%);
    border: 1px solid rgba(85, 254, 102, 0.2);
    border-radius: 16px;

    color: #55FE66;
}

/* Bounty Page Styles */
.bounty-card {
    background: linear-gradient(145deg, #1e1e1e, #242424);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
}

.bounty-card:hover {
    transform: translateY(-5px);
}

.bounty-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(145deg, var(--bs-primary), var(--bs-primary-dark));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.youtube-card .bounty-icon {
    background: linear-gradient(145deg, #FF0000, #CC0000);
}

.telegram-card .bounty-icon {
    background: linear-gradient(145deg, #2AABEE, #229ED9);
}

.bounty-icon i {
    font-size: 2rem;
	color: white;
}

.bounty-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.reward-range {
    margin-bottom: 1.5rem;
}

.reward-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    font-family: var(--bs-font-monospace);
    color: #ffffff !important;
}

.reward-badge i {
    color: #ffffff !important;
}

.requirements-list,
.rules-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements-list li,
.rules-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* padding: 0.5rem 0; */
    color: var(--bs-gray-400);
}

.requirements-list li i,
.rules-list li i {
    color: var(--bs-primary);
    font-size: 1rem;
}

.submission-card {
    background: linear-gradient(145deg, #1e1e1e, #242424);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.submission-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.header-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, var(--bs-primary), var(--bs-primary-dark));
    border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-icon i {
    font-size: 1.5rem;
    color: white;
}

.history-card {
    background: linear-gradient(145deg, #1e1e1e, #242424);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-badge.pending {
    background: linear-gradient(145deg, #f59e0b, #d97706);
    color: white;
}

.status-badge.approved {
    background: linear-gradient(145deg, #10b981, #059669);
    color: white;
}

.status-badge.rejected {
    background: linear-gradient(145deg, #ef4444, #dc2626);
    color: white;
}

.content-link {
    color: var(--bs-gray-400);
    text-decoration: none;
    transition: color 0.3s ease;
}

.content-link:hover {
    color: var(--bs-primary);
}

.form-select,
.form-control {
    background: #2e2e2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    height: 48px;
}

.form-control:focus,
.form-select:focus {
    background: #2e2e2e;
    border-color: var(--bs-primary);
    color: white;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    resize: none;
}

@media (max-width: 768px) {
    .bounty-card {
        padding: 1.5rem;
    }
    
    .submission-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .header-icon {
        margin: 0 auto;
    }
    
    .submission-card,
    .history-card {
        padding: 1.5rem;
    }
}

/* Стили для страницы Bounty */
.bounty-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bounty-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bounty-card:hover::before {
    opacity: 1;
}

.bounty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.bounty-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #fff;
    transition: all 0.3s ease;
}

.youtube-card .bounty-icon {
    color: #ff0000;
    background: linear-gradient(145deg, rgba(255, 0, 0, 0.7) 0%, rgba(255, 0, 0, 0.5) 100%);
}

.telegram-card .bounty-icon {
    color: #0088cc;
    background: linear-gradient(145deg, rgba(0, 136, 204, 0.7) 0%, rgba(0, 136, 204, 0.5) 100%);
}

.bounty-card:hover .bounty-icon {
    transform: scale(1.1);
}

.bounty-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.reward-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 12px;
    color: #ffd700;
    font-weight: 500;
}

.reward-badge i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.requirements-list,
.rules-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements-list li,
.rules-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.requirements-list li i,
.rules-list li i {
    margin-right: 0.75rem;
    color: #00ff88;
    font-size: 1rem;
}

.submission-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    margin-top: 2rem;
}

.submission-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.header-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #00ff88;
}

.history-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    margin-top: 2rem;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

.status-badge.pending {
    background: rgba(192, 192, 192, 0.2);
    color: #ffffff;
}

.status-badge.approved {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
}

.status-badge.rejected {
    background: rgba(255, 59, 59, 0.2);
    color: #ff3b3b;
}

.content-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.content-link:hover {
    color: #fff;
}

.form-select,
.form-control {
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    padding: 0.75rem 1rem;
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color: #fff;
}

textarea.form-control {
    min-height: 120px;
}

@media (max-width: 768px) {
    .bounty-card {
        padding: 1.5rem;
    }
    
    .submission-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .header-icon {
        margin: 0 auto;
    }
    
    .submission-card,
    .history-card {
        padding: 1.5rem;
    }
}

/* Стили для страницы бонусов */
.bonus-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bonus-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bonus-card:hover::before {
    opacity: 1;
}

.bonus-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bonus-card .card-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.bonus-button {
    background: linear-gradient(145deg, #2563eb, #1e40af);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bonus-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.bonus-button:disabled {
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.5), rgba(30, 64, 175, 0.5));
    cursor: not-allowed;
}

.bonus-button i {
    margin-right: 0.5rem;
}

/* Bonus Table Styles */
.bonus-table {
    background: rgba(255,255,255,0.02);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.05);
}

.bonus-table table {
    margin: 0;
}

.bonus-table th {
    color: #adb5bd;
    font-weight: 500;
    border-bottom-color: rgba(255,255,255,0.1);
    padding: 1rem;
}

.bonus-table td {
    padding: 1rem;
    border-bottom-color: rgba(255,255,255,0.05);
    color: #fff;
}

.bonus-table tr:last-child td {
    border-bottom: none;
}

.currency-icon {
    width: 24px;
    height: 24px;
}

.empty-state {
    padding: 3rem 1rem;
    text-align: center;
    color: #adb5bd;
}

.empty-state i {
    font-size: 2.5rem;
    color: var(--bs-primary);
    opacity: 0.5;
    display: block;
}

.text-success {
    color: #00f593 !important;
}

/* Hover effect for table rows */
.bonus-table tbody tr {
    transition: all 0.3s ease;
}

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

@media (max-width: 768px) {
    .bonus-table {
        padding: 0.5rem;
    }
    
    .bonus-table td,
    .bonus-table th {
        padding: 0.75rem;
    }
    
    .currency-icon {
        width: 20px;
        height: 20px;
    }
}

.bonus-usd {
    font-size: 0.875rem;
    color: #adb5bd;
    margin-top: 0.25rem;
}

.text-muted {
    color: #adb5bd !important;
}

.step-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.step-badge {
    background: linear-gradient(145deg, #fbbf24, #d97706);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.step-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #fff;
}

.step-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.5;
}

.widgets-icons {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.step-card:hover .widgets-icons {
    transform: scale(1.1) rotate(5deg);
}

.bonus-table {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}

.bonus-table thead th {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    padding: 1rem;
    border: none;
}

.bonus-table tbody td {
    color: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

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

/* Обновленные стили для страницы бонусов */
.bonus-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.bonus-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bonus-card:hover::before {
    opacity: 1;
}

.bonus-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.bonus-card .card-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.bonus-button {
    background: rgba(85, 254, 102, 0.1);
    border: 1px solid rgba(85, 254, 102, 0.2);
    border-radius: 12px;
    padding: 1rem 2rem;
    color: #55FE66;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bonus-button:hover {
    background: rgba(85, 254, 102, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(85, 254, 102, 0.1);
}

.bonus-button:disabled {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

.bonus-button i {
    margin-right: 0.5rem;
}

.step-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.step-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.03);
}

.step-badge {
    background: rgba(85, 254, 102, 0.1);
    color: #55FE66;
    border: 1px solid rgba(85, 254, 102, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.step-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #fff;
}

.step-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.5;
}

.widgets-icons {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
    background: rgba(85, 254, 102, 0.1) !important;
    color: #55FE66 !important;
    transition: all 0.3s ease;
}

.step-card:hover .widgets-icons {
    transform: scale(1.1);
    background: rgba(85, 254, 102, 0.15) !important;
}

.bonus-table {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.bonus-table thead th {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    padding: 1rem;
    border: none;
}

.bonus-table tbody td {
    color: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

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

/* Стили для модального окна */
.bonus-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(31, 31, 31, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(85, 254, 102, 0.1);
    border-radius: 20px;
    padding: 2rem;
    z-index: 1000;
    width: 90%;
    max-width: 500px;
    animation: modalFadeIn 0.3s ease;
}

.bonus-modal-content {
    text-align: center;
}

.bonus-modal-icon {
    font-size: 3rem;
    color: #55FE66;
    margin-bottom: 1rem;
}

.bonus-modal-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.bonus-modal-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.bonus-modal-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #55FE66;
    margin: 1rem 0;
    text-shadow: 0 0 20px rgba(85, 254, 102, 0.3);
}

.bonus-modal-button {
    background: rgba(85, 254, 102, 0.1);
    border: 1px solid rgba(85, 254, 102, 0.2);
    color: #55FE66;
    padding: 0.75rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bonus-modal-button:hover {
    background: rgba(85, 254, 102, 0.15);
    transform: translateY(-2px);
}

.bonus-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 999;
    animation: overlayFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.input-group>.form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.form-control:focus, .form-select:focus {
    background: transparent !important;
}

.tawk-min-chat-icon, .tawk-min-chat-icon-down {
    color: #ffffff !important;
}

.tawk-min-chat-icon {
    fill: #ffffff !important;
}

.badge-level-1 {
    border-radius: 12px !important;
    background: rgba(85, 254, 102, 0.2);
    color: #55fe66;
}

.badge-level-2 {
    border-radius: 12px !important;
    background: rgba(255, 255, 0, 0.2);
    color: #FFFF00;
}

.badge-level-3 {
    border-radius: 12px !important;
    background: rgba(255, 0, 0, 0.2);
    color: #ff0000;
}

.new-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    animation: pulse 2s infinite;
}

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

.coin-option {
    position: relative;
}

@media (max-width: 576px) {
    .new-badge {
        font-size: 8px;
        padding: 1px 4px;
        top: -6px;
        right: -6px;
    }
}

.poll-banner {
    background-color: rgba(30, 30, 30, 0.4);
    color: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.poll-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.poll-banner .form-check {
    background-color: #252627;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.2s ease;
}

.poll-banner .form-check:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.poll-banner .form-check-input {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    margin: 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.poll-banner .form-check-input:checked {
    background-color: #55fe66;
    border-color: #55fe66;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.poll-banner .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 254, 102, 0.25);
    outline: none;
}

.poll-banner .form-check-label {
    color: #fff;
    margin: 0;
    user-select: none;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.poll-banner .form-check-label img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Стили для результатов голосования */
.poll-banner .results-header h6 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.poll-banner .results-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.poll-banner .result-item {
    background-color: #252627;
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.poll-banner .result-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.poll-banner .result-header img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.poll-banner .coin-name {
    color: #fff;
    font-weight: 500;
    flex: 1;
}

.poll-banner .vote-count {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.poll-banner .progress-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.poll-banner .progress {
    flex: 1;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.poll-banner .progress-bar {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s ease;
    background-color: #55FE66 !important;
}

.poll-banner .percentage {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    min-width: 40px;
    text-align: right;
}

@media (max-width: 576px) {
    .poll-banner .form-check {
        width: 100%;
        padding: 10px 12px;
    }
    
    .poll-banner .form-check-input {
        width: 16px;
        height: 16px;
    }
    
    .poll-banner .form-check-label img {
        width: 18px;
        height: 18px;
    }
    
    .poll-banner .result-item {
        padding: 10px 12px;
    }
    
    .poll-banner .progress-wrapper {
        gap: 8px;
    }
    
    .poll-banner .percentage {
        min-width: 35px;
        font-size: 0.8rem;
    }
    
    .poll-banner .btn-close {
        padding: 0.25rem;
        margin: -0.25rem;
    }
}

/* Стили для заголовка голосования */
.poll-banner .poll-header {
    transition: all 0.2s ease;
}

.poll-banner .poll-header:hover {
    opacity: 0.8;
}

.poll-banner .poll-toggle-icon {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.poll-banner .poll-toggle-icon:hover {
    color: #fff;
    transform: scale(1.1);
}

/* Стили для контента голосования */
.poll-banner .poll-content {
    transition: all 0.3s ease;
}

@media (max-width: 576px) {
    .poll-banner .form-check {
        width: 100%;
        padding: 10px 12px;
    }
    
    .poll-banner .form-check-input {
        width: 16px;
        height: 16px;
    }
    
    .poll-banner .form-check-label img {
        width: 18px;
        height: 18px;
    }
    
    .poll-banner .result-item {
        padding: 10px 12px;
    }
    
    .poll-banner .progress-wrapper {
        gap: 8px;
    }
    
    .poll-banner .percentage {
        min-width: 35px;
        font-size: 0.8rem;
    }
    
    .poll-banner .poll-toggle-icon {
        font-size: 0.75rem;
    }
}

/* Стили для выделения голоса пользователя */
.result-item.user-vote {
    border: 2px solid #28a745;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, rgba(40, 167, 69, 0.1) 100%);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
    position: relative;
    overflow: hidden;
}

.user-vote-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

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

.user-vote-message {
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 8px;
    border-left: 3px solid #28a745;
}

.result-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.coin-name {
    font-weight: 600;
    flex: 1;
}

.vote-count {
    color: #6c757d;
    font-size: 0.875rem;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .user-vote-badge {
        font-size: 0.7rem;
        padding: 3px 6px;
    }
    
    .result-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .user-vote-badge {
        margin-left: 0;
        align-self: flex-end;
    }
}