@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');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

 h1 {
  font-family: "Manrope", 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: "Manrope", sans-serif;
	/* letter-spacing: -0.07rem; */
	overflow-x:hidden;
	background: #0f0f0f;
	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;
}

.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: #ffffff !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: #ffffff !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: #ffffff;
    color: #000;
    border-radius: 8px;
}

.btn-primary-header {
	background-color: #ffffff;
    color: #000;
    border-radius: 8px;
}

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

.btn-hero-primary.focus, .btn-hero-primary:focus, .btn-hero-primary:hover{
	background-color: #ffffff;
    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: #ffffff;
    color: #000;
}

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

.btn-outline-primary {
    color: #fff !important;
    border-color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 8px !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: #0f0f0f;
	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: #0f0f0f;
	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: #0f0f0f;
    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);
	}
}

.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(145deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.email-verification-banner:hover {
    transform: translateY(-2px);
}

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

.email-verification-banner:active {
    transform: translateY(0);
    box-shadow: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.08));
}

.email-verification-banner .icon {
    margin-right: 12px;
    color: #ffffff;
    font-size: 1.3rem;
}

.email-verification-banner .message {
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #ffffff;
}

.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: 8px;
    text-align: center !important;
}

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

/* Modern Hero Section */

.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: 8px !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: #ffffff !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover {
    background: #ffffff !important;
}

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

.btn-outline-primary:hover {
    background: rgba(85, 254, 102, 0.1) !important;
    border-color: #ffffff !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;
}

.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);
}

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

[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: 20px;
    padding: 32px 24px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
}

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

.icon-circle {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, #1c1c1c, #111111);
	border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.icon-circle i {
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}

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

.how-to-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    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: 8px;
    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;
    }
}

.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: #0f0f0f80;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

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

.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.85rem;
    font-weight: 300;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
}

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

.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.4rem 0.8rem;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
	cursor: pointer;
}

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

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

.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);
}

.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: #0f0f0f;
    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, 1);
    font-size: 1.5rem;
    cursor: pointer;
    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;
}

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

.hero-content {
    display: flex;
    align-items: center;
    text-align: center !important;
    justify-content: center;
    flex-direction: column;
}

.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: 8px;
    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: 8px;
    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 ASCII Animation Container */
.hero-ascii-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    padding: 1rem;
    font-family: 'Courier New', monospace;
    line-height: 1;
    opacity: 0.7;
    user-select: none;
    max-width: 100%;
    overflow: hidden;
}

.hero-ascii-container .ascii-line {
    display: flex;
    white-space: pre;
}

.hero-ascii-container .ascii-char {
    transition: color 0.3s ease;
    font-family: 'Courier New', monospace;
}

.hero-title {
    font-family: "Fira Code", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}

.display-8 {
    font-weight: 700;
    font-family: "Fira Code", sans-serif;
    text-transform: uppercase;
}

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

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

/* 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;
}

/* Hero Stats Container - New Design */
.hero-stats-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.hero-stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 200%; }
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 20px 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
}

.hero-stat-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

.stat-icon-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.stat-icon-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, rgba(255, 255, 255, 0.1), transparent 30%);
    animation: rotateIcon 4s linear infinite;
}

@keyframes rotateIcon {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-stat-item .stat-icon {
    font-size: 26px;
    color: #fff;
    position: relative;
    z-index: 1;
    animation: iconPulse 2s ease-in-out infinite;
}

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

.hero-stat-item .stat-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero-stat-item .stat-number {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    font-family: 'JetBrains Mono', monospace;
}

.hero-stat-item .stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: none !important;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    gap: 0;
}

.hero-stat-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 80px;
}

.divider-dot {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: dotPulse 2s ease-in-out infinite;
}

.divider-dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes dotPulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.3;
    }
    50% { 
        transform: scale(1.5);
        opacity: 1;
    }
}

.divider-line {
    width: 1px;
    flex: 1;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.1)
    );
}

/* 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: 8px;
    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;
    }
    
    /* Hero Stats Responsive */
    .hero-stats-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        margin-top: 40px;
    }
    
    .hero-stat-divider {
        flex-direction: row;
        width: 120px;
        height: auto;
    }
    
    .divider-line {
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, 
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.1)
        );
    }
    
    .hero-stat-item {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 6rem 0 4rem;
    }
    
    .hero-ascii-container {
        margin-bottom: 1.5rem;
        padding: 0.5rem;
        opacity: 0.6;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 0rem !important;
    }
    
    .stat-grid {
        grid-template-columns: 1fr;
    }
    
    /* Hero Stats Mobile */
    .hero-stats-container {
        padding: 15px;
        gap: 15px;
    }
    
    .hero-stat-item .stat-number {
        font-size: 32px;
    }
    
    .hero-stat-item .stat-label {
        font-size: 12px;
    }
    
    .stat-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .hero-stat-item .stat-icon {
        font-size: 22px;
    }
    
    .hero-stat-item {
        padding: 12px 15px;
        gap: 15px;
    }
    
    .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: 8px;
    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 {
    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;
    align-items: center;
    justify-content: end;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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;
}

/* Updating Overlay */
.updating-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.updating-overlay.active {
    opacity: 1;
    visibility: visible;
}

.updating-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 16px;
}

.updating-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dashboard-coin-card {
    position: relative; /* Для оверлея */
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 1.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
}

/* Smooth reordering animation for coin cards */
.col-md-4 {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===============================================
   DASHBOARD HEADER STATS - DESKTOP
   =============================================== */
.dashboard-header-stats {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    /* background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1.5rem; */
}

.header-stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #ffffff;
    flex-shrink: 0;
}

.stat-content {
    flex: 1;
    min-width: 0;
}

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

.stat-value-main {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    display: inline-block;
    text-align: left;
}

.stat-unit {
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.stat-sublabel {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-active {
    background: rgba(85, 254, 102, 0.15);
    color: #55FE66;
    border: 1px solid rgba(85, 254, 102, 0.3);
}

.status-inactive {
    background: rgba(255, 68, 68, 0.15);
    color: #ff4444;
    border: 1px solid rgba(255, 68, 68, 0.3);
}

.header-upgrade-btn {
    min-width: 140px;
    justify-content: center;
}

.upgrade-btn-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.upgrade-btn-header i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #55FE66 0%, #2ecc71 100%);
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(85, 254, 102, 0.3);
}

.upgrade-btn-header:hover {
    color: #55FE66;
    transform: scale(1.05);
}

.upgrade-btn-header:hover i {
    box-shadow: 0 6px 20px rgba(85, 254, 102, 0.5);
}

/* ===============================================
   DASHBOARD HEADER STATS - MOBILE
   =============================================== */
.dashboard-header-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.mobile-stat-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1rem;
    transition: all 0.3s ease;
}

.mobile-stat-card:active {
    transform: scale(0.98);
}

.mobile-stat-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.mobile-stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #ffffff;
    flex-shrink: 0;
}

.mobile-stat-title {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.mobile-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    min-width: 160px;
    display: inline-block;
    text-align: left;
}

.stat-unit-small {
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.mobile-stat-meta {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.upgrade-btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, #55FE66 0%, #2ecc71 100%);
    border-radius: 12px;
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(85, 254, 102, 0.3);
    transition: all 0.3s ease;
}

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

.upgrade-btn-mobile:hover {
    color: #000000;
    box-shadow: 0 6px 20px rgba(85, 254, 102, 0.5);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .mobile-stat-card {
        padding: 1.25rem;
    }
    
    .upgrade-btn-mobile {
        font-size: 0.95rem;
        padding: 0.875rem;
    }
}

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

.coin-header-left {
    flex: 1;
}

.coin-name-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.coin-name-value {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Fira Code', monospace;
}

.coin-icon {
    width: 56px;
	height: 56px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.dashboard-coin-card:hover .coin-icon {
    transform: scale(1.1) rotate(5deg);
}

.coin-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.coin-stat-item {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 0.875rem;
    transition: all 0.3s ease;
}

.coin-stat-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.coin-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

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

.coin-power {
    font-size: 1.125rem;
    font-weight: 700;
    color: #55FE66;
    font-family: 'Fira Code', monospace;
}

.coin-balance {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Fira Code', monospace;
    word-break: break-all;
}

/* Power Control Wrapper */
.power-control-wrapper {
    margin-bottom: 1.5rem;
}

.power-control-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.power-control-value {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-family: 'Fira Code', monospace;
    font-size: 0.75rem;
}

/* Segmented Control */
.segmented-control {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
}

/* Slider value labels */
.segmented-control::before,
.segmented-control::after {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    font-weight: 500;
    min-width: 20px;
    text-align: center;
    order: 10;
}

.segmented-control::before {
    content: '0';
    order: 0;
}

.segmented-control::after {
    content: '100';
    order: 99;
}

.segment-btn {
    width: 32px;
    height: 32px;
	border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.segment-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: scale(1.05);
}

.segment-btn:active {
    transform: scale(0.95);
}

.segment-minus:hover {
    background: rgba(255, 68, 68, 0.08);
    border-color: rgba(255, 68, 68, 0.2);
    color: #ff6666;
}

.segment-plus:hover {
    background: rgba(85, 254, 102, 0.08);
    border-color: rgba(85, 254, 102, 0.2);
    color: #55FE66;
}

/* Quick Actions */
.quick-actions {
    display: flex;
    gap: 0.4rem;
}

.quick-btn {
    flex: 1;
    height: 28px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.quick-btn:hover {
    background: rgba(85, 254, 102, 0.08);
    border-color: rgba(85, 254, 102, 0.2);
    color: #55FE66;
    transform: translateY(-1px);
}

.quick-btn:active {
    transform: translateY(0) scale(0.98);
}

/* Modern Range Slider */
.power-control {
    position: relative;
    height: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: visible;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.power-control:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(85, 254, 102, 0.3);
}

/* Progress Bar Background */
.power-control::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: var(--range-percent, 0%);
    background: linear-gradient(90deg, 
        rgba(85, 254, 102, 0.9) 0%, 
        rgba(85, 254, 102, 0.5) 100%);
    border-radius: 2px;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 1;
}

/* Slider Track Animation */
.power-control::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    pointer-events: none;
    z-index: 0;
}

/* Range Input Styling */
.power-control input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* WebKit Thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.15s ease;
    position: relative;
    z-index: 3;
}

/* Mozilla Thumb */
input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.15s ease;
}

/* Track Styling */
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: transparent;
    border: none;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 2px;
    background: transparent;
    border: none;
}

/* Different colors for cryptocurrencies */
.power-control-trx::before {
    background: linear-gradient(90deg, rgba(255, 0, 122, 0.2) 0%, rgba(255, 0, 122, 0.1) 100%);
    border-right-color: #FF007A;
}

.power-control-btc::before {
    background: linear-gradient(90deg, rgba(247, 147, 26, 0.2) 0%, rgba(247, 147, 26, 0.1) 100%);
    border-right-color: #F7931A;
}

.power-control-eth::before {
    background: linear-gradient(90deg, rgba(98, 126, 234, 0.2) 0%, rgba(98, 126, 234, 0.1) 100%);
    border-right-color: #627EEA;
}

.power-control-bnb::before {
    background: linear-gradient(90deg, rgba(243, 186, 47, 0.2) 0%, rgba(243, 186, 47, 0.1) 100%);
    border-right-color: #F3BA2F;
}

.power-control-doge::before {
    background: linear-gradient(90deg, rgba(198, 147, 28, 0.2) 0%, rgba(198, 147, 28, 0.1) 100%);
    border-right-color: #C6931C;
}

.power-control-usdt::before {
    background: linear-gradient(90deg, rgba(38, 161, 123, 0.2) 0%, rgba(38, 161, 123, 0.1) 100%);
    border-right-color: #26A17B;
}

.power-control-ltc::before {
    background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 0%, rgba(190, 190, 190, 0.1) 100%);
    border-right-color: #BEBEBE;
}

.power-control-sol::before {
    background: linear-gradient(90deg, rgba(220, 31, 255, 0.2) 0%, rgba(220, 31, 255, 0.1) 100%);
    border-right-color: #DC1FFF;
}

.power-control-xmr::before {
    background: linear-gradient(90deg, rgba(255, 102, 0, 0.2) 0%, rgba(255, 102, 0, 0.1) 100%);
    border-right-color: #FF6600;
}

.power-control-ton::before {
    background: linear-gradient(90deg, rgba(0, 136, 204, 0.2) 0%, rgba(0, 136, 204, 0.1) 100%);
    border-right-color: #0088CC;
}

.power-control-usdc::before {
    background: linear-gradient(90deg, rgba(38, 122, 193, 0.2) 0%, rgba(38, 122, 193, 0.1) 100%);
    border-right-color: #267AC1;
}

.power-control-not::before {
    background: linear-gradient(90deg, rgba(93, 148, 251, 0.2) 0%, rgba(93, 148, 251, 0.1) 100%);
    border-right-color: #5D94FB;
}

.power-control-pol::before {
    background: linear-gradient(90deg, rgba(130, 71, 229, 0.2) 0%, rgba(130, 71, 229, 0.1) 100%);
    border-right-color: #8247E5;
}

.power-control-bch::before {
    background: linear-gradient(90deg, rgba(141, 195, 81, 0.2) 0%, rgba(141, 195, 81, 0.1) 100%);
    border-right-color: #8DC351;
}

.power-control-shib::before {
    background: linear-gradient(90deg, rgba(255, 165, 0, 0.2) 0%, rgba(255, 165, 0, 0.1) 100%);
    border-right-color: #FFA500;
}

.power-control-dogs::before {
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.2) 0%, rgba(255, 193, 7, 0.1) 100%);
    border-right-color: #FFC107;
}

.power-control-dai::before {
    background: linear-gradient(90deg, rgba(251, 188, 5, 0.2) 0%, rgba(251, 188, 5, 0.1) 100%);
    border-right-color: #FBBC05;
}

/* Coin Actions */
.coin-actions {
    display: flex;
    gap: 0.75rem;
}

.coin-action-btn {
    flex: 1;
    padding: 0.875rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.coin-action-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

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

.coin-action-btn:hover i {
    transform: rotate(180deg);
}

.coin-action-btn:active {
    transform: translateY(0);
}

.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(85, 254, 102, 0.1);
    color: rgba(85, 254, 102, 0.9);
    border: 1px solid rgba(85, 254, 102, 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: 8px;
    }

    .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: 8px;
    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;
}

/* Power Distribution Card */
.power-distribution-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    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: 8px;
}

.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: 8px;
    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;
    }
}

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

.coin-option {
    background: #222324;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    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: 8px;
	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: 8px;
    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: 8px !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: 8px !important;
    font-size: 1rem;
}

.modal-body .qr-code {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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-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: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-icon i {
    font-size: 0.875rem;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px;
    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: 8px !important;
    background: rgba(85, 254, 102, 0.2);
    color: #55fe66;
}

.badge-level-2 {
    border-radius: 8px !important;
    background: rgba(255, 255, 0, 0.2);
    color: #FFFF00;
}

.badge-level-3 {
    border-radius: 8px !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: 8px;
    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;
    }
}

/* ============================================
   Auth Modal Styles
   ============================================ */
.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

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

.auth-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}

.auth-modal-container {
    position: relative;
    width: 90%;
    max-width: 480px;
    background: #101010;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.4s ease;
    z-index: 10001;
}

.auth-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.auth-modal-close:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(90deg);
}

.auth-modal-header {
    margin-bottom: 32px;
}

.auth-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.auth-modal-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.auth-modal-form {
    margin-bottom: 24px;
}

.auth-modal-divider {
    position: relative;
    text-align: center;
    margin: 24px 0;
}

.auth-modal-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.auth-modal-divider span {
    position: relative;
    background: #101010;
    padding: 0 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.auth-modal-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.auth-modal-input {
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0 16px;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease;
}

.auth-modal-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.auth-modal-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.auth-modal-password-wrapper {
    position: relative;
}

.auth-modal-password-wrapper .auth-modal-input {
    padding-right: 48px;
}

.auth-modal-password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.auth-modal-password-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.auth-modal-button {
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.auth-modal-button:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.auth-modal-button:active {
    transform: translateY(0);
}

.auth-modal-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 12px;
    margin-top: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.auth-modal-notice i {
    color: #ffc107;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.auth-modal-captcha-notice {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 16px;
    margin-bottom: 0;
}

.auth-modal-captcha-notice a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.auth-modal-captcha-notice a:hover {
    color: #fff;
}

.auth-modal-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.auth-modal-footer a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-modal-footer a:hover {
    color: #ffc107;
}

/* Forgot Password Link */
.auth-forgot-link {
    font-size: 13px;
    color: #55FE66;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.auth-forgot-link:hover {
    color: #84f68f;
    text-decoration: none;
}

.auth-forgot-link i {
    font-size: 12px;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .auth-modal-container {
        width: 95%;
        padding: 30px 20px;
    }

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

    .auth-modal-subtitle {
        font-size: 14px;
    }
}

/* ============================================
   Modern Transactions Table Styles
   ============================================ */
.transactions-table-modern {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.transactions-header {
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.transactions-header h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.transactions-tabs {
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    padding: 6px;
    border-radius: 12px;
}

.tab-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-button:hover {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
}

.tab-button.active {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.tab-button .header-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
}

.header-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.header-icon.deposit-icon {
    background: rgba(85, 254, 102, 1);
    color: #55FE66;
}

.header-icon.withdrawal-icon {
    background: rgba(255, 159, 10, 1);
    color: #ff9f0a;
}

.header-icon.users-icon {
    background: #55FE66;
    color: #5e5ce6;
}

.badge-success-soft {
    background: rgba(85, 254, 102, 0.1);
    color: #55FE66;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(85, 254, 102, 0.2);
}

.badge-warning-soft {
    background: rgba(255, 159, 10, 0.1);
    color: #ff9f0a;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(255, 159, 10, 0.2);
}

.badge-primary-soft {
    background: rgba(85, 254, 102, 0.1);
    color: #55FE66;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(85, 254, 102, 0.2);
}

.transactions-modern-table {
    margin: 0;
    color: #fff;
}

.transactions-modern-table thead th {
    background: rgba(255, 255, 255, 0.02);
    border: none;
    padding: 16px 28px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
}

.transactions-modern-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

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

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

.transactions-modern-table tbody td {
    padding: 20px 28px;
    border: none;
    vertical-align: middle;
}

.coin-info-table {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: start;
}

.coin-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: contain;
    flex-shrink: 0;
}

.coin-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.coin-symbol {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.amount {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
}

.usd-amount {
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.tx-date {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}

.tx-hash {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

.tx-hash i {
    transition: all 0.2s ease;
}

.transactions-modern-table tbody tr:hover .tx-hash i {
    color: rgba(255, 255, 255, 0.8);
    transform: translateX(2px);
}

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

.transactions-modern-table .fa-inbox {
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 991px) {
    .transactions-table-modern {
        border-radius: 16px;
    }

    .transactions-header {
        padding: 20px;
    }

    .transactions-header h4 {
        font-size: 1.125rem;
    }

    .header-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .tab-button {
        padding: 8px 16px;
        font-size: 0.875rem;
    }

    .tab-button .header-icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .transactions-modern-table thead th {
        padding: 14px 20px;
        font-size: 0.6875rem;
    }

    .transactions-modern-table tbody td {
        padding: 16px 20px;
    }

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

    .coin-name {
        font-size: 0.875rem;
    }

    .amount,
    .usd-amount {
        font-size: 0.875rem;
    }
}

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

    .transactions-header {
        padding: 16px;
    }

    .transactions-tabs {
        width: 100%;
        padding: 4px;
    }

    .tab-button {
        flex: 1;
        justify-content: center;
        padding: 10px 12px;
        font-size: 0.8125rem;
    }

    .tab-button span {
        display: none;
    }

    .tab-button .header-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .badge-success-soft,
    .badge-warning-soft {
        font-size: 0.6875rem;
        padding: 4px 10px;
    }

    /* Keep table horizontal scroll on mobile */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .transactions-modern-table {
        min-width: 600px;
    }

    .transactions-modern-table thead th {
        padding: 12px 16px;
        font-size: 0.6875rem;
        white-space: nowrap;
    }

    .transactions-modern-table tbody td {
        padding: 14px 16px;
        white-space: nowrap;
    }

    .coin-info-table {
        gap: 10px;
        min-width: 150px;
    }

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

    .coin-name {
        font-size: 0.8125rem;
    }

    .coin-symbol {
        font-size: 0.75rem;
    }

    .amount,
    .usd-amount {
        font-size: 0.8125rem;
    }

    .tx-date {
        font-size: 0.75rem;
    }
}

/* ============================================
   Transaction Type Badge Styles
   ============================================ */
.tx-type-deposit,
.tx-type-withdrawal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.tx-type-deposit {
    background: rgba(85, 254, 102, 0.12);
    color: #55FE66;
    border: 1px solid rgba(85, 254, 102, 0.25);
}

.tx-type-deposit i {
    font-size: 0.75rem;
}

.tx-type-withdrawal {
    background: rgba(255, 159, 10, 0.12);
    color: #ff9f0a;
    border: 1px solid rgba(255, 159, 10, 0.25);
}

.tx-type-withdrawal i {
    font-size: 0.75rem;
}

/* User Info Compact for Transactions Table */
.user-info-compact {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
}

.user-avatar-compact {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-avatar-compact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-email-compact {
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3;
}

/* Responsive for Transaction Type */
@media (max-width: 991px) {
    .tx-type-deposit,
    .tx-type-withdrawal {
        padding: 5px 12px;
        font-size: 0.75rem;
        min-width: 100px;
        gap: 6px;
    }

    .user-info-compact {
        min-width: 140px;
        gap: 8px;
    }

    .user-avatar-compact {
        width: 28px;
        height: 28px;
    }

    .user-email-compact {
        font-size: 0.75rem;
    }
}

@media (max-width: 767px) {
    .transactions-modern-table {
        min-width: 900px;
    }

    .tx-type-deposit,
    .tx-type-withdrawal {
        padding: 4px 10px;
        font-size: 0.6875rem;
        min-width: 90px;
        gap: 5px;
    }

    .tx-type-deposit i,
    .tx-type-withdrawal i {
        font-size: 0.6875rem;
    }

    .user-info-compact {
        min-width: 130px;
        gap: 8px;
    }

    .user-avatar-compact {
        width: 26px;
        height: 26px;
    }

    .user-email-compact {
        font-size: 0.6875rem;
    }
}

.font-fira {
    font-family: "Fira Code", sans-serif;
}

/* ============================================
   Loading Screen Styles
   ============================================ */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease;
}

.loading-screen.fade-out {
    opacity: 0;
    pointer-events: none;
}

.ascii-container {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1;
    text-align: center;
    white-space: pre;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.ascii-line {
    display: block;
    white-space: pre;
}

.ascii-char {
    display: inline-block;
    transition: color 0.1s ease;
}

.loading-text {
    font-size: 2rem;
    font-weight: 700;
    color: #55FE66;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loading-text span {
    color: #ffffff;
}

.loading-text.show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
    .loading-text {
        font-size: 1.5rem;
    }
    
    .ascii-container {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .loading-text {
        font-size: 1.25rem;
        letter-spacing: 1px;
    }
    
    .ascii-container {
        margin-bottom: 20px;
        padding: 0 20px;
    }
}

.site-logo-text {
    font-family: "Fira Code", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #55FE66 !important;
    letter-spacing: 2px;
}

.site-logo-text span {
    color: #ffffff !important;
    text-transform: uppercase;
}

/* ============================================
   FAQ Modern Styles
   ============================================ */
.faq-header-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, #1c1c1c, #111111);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-header-icon i {
    font-size: 24px;
    color: #55FE66;
}

/* FAQ Tabs */
.faq-tabs-container {
    display: flex;
    justify-content: center;
}

.faq-tabs {
    display: inline-flex;
    gap: 12px;
    background: rgba(20, 20, 20, 0.6);
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
}

.faq-tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.faq-tab-btn i {
    font-size: 1.125rem;
}

.faq-tab-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
}

.faq-tab-btn.active {
    background: rgba(85, 254, 102, 0.12);
    border-color: rgba(85, 254, 102, 0.25);
    color: #55FE66;
}

/* FAQ Content */
.faq-content {
    animation: fadeIn 0.4s ease-in-out;
}

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

.faq-section {
    display: grid;
    gap: 20px;
}

.faq-item {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.faq-q-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(145deg, #1c1c1c, #111111);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-q-icon i {
    font-size: 16px;
    color: #55FE66;
}

.faq-question h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.faq-answer {
    /* padding-left: 64px; */
}

.faq-answer p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 0.9375rem;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer ul {
    margin: 16px 0;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.faq-answer li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 0.9375rem;
}

.faq-answer strong {
    color: #55FE66;
    font-weight: 600;
}

/* Crypto Grid */
.crypto-grid {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.crypto-item {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.crypto-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Fira Code', monospace;
    transition: all 0.3s ease;
    cursor: default;
}

.crypto-badge:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.crypto-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 50%;
}

/* Info Note */
.info-note {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(85, 254, 102, 0.08);
    border: 1px solid rgba(85, 254, 102, 0.2);
    border-radius: 10px;
    margin-top: 16px;
}

.info-note i {
    color: #55FE66;
    font-size: 1.125rem;
}

.info-note span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    font-weight: 500;
}

/* Contact Info */
.contact-info {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: rgba(85, 254, 102, 0.1);
    border-color: rgba(85, 254, 102, 0.3);
    color: #55FE66;
    transform: translateY(-2px);
}

.contact-link i {
    font-size: 1.125rem;
}

/* Steps Modern */
.steps-modern {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.step-modern {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Earnings Modern */
.earnings-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.earning-card {
    padding: 24px;
    background: rgba(85, 254, 102, 0.08);
    border: 1px solid rgba(85, 254, 102, 0.2);
    border-radius: 12px;
    text-align: center;
}

.earning-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #55FE66;
    margin-bottom: 8px;
    line-height: 1.2;
}

.earning-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* Withdrawal Limits */
.withdrawal-limits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.limit-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.limit-crypto {
    font-weight: 700;
    color: #55FE66;
    font-size: 0.875rem;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
}

.limit-amount {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    .faq-tabs {
        gap: 0;
        padding: 6px;
    }

    .faq-tab-btn {
        padding: 10px 18px;
        font-size: 0.875rem;
    }

    .faq-tab-btn i {
        font-size: 1rem;
    }

    .faq-item {
        padding: 24px;
    }

    .faq-question h3 {
        font-size: 1.125rem;
    }

    .faq-q-icon {
        width: 44px;
        height: 44px;
    }

    .faq-q-icon i {
        font-size: 18px;
    }

    .faq-answer {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .faq-header-icon {
        width: 40px;
        height: 40px;
    }

    .faq-header-icon i {
        font-size: 20px;
    }

    .faq-tabs {
        gap: 4px;
        justify-content: center;
    }

    .faq-tab-btn {
        padding: 4px 8px;
        font-size: 0.8125rem;
        flex: 1 1 auto;
    }

    .faq-tab-btn i {
        font-size: 0.8rem;
    }

    .faq-item {
        padding: 20px;
    }

    .faq-question {
        gap: 12px;
        margin-bottom: 14px;
    }

    .faq-q-icon {
        width: 40px;
        height: 40px;
    }

    .faq-q-icon i {
        font-size: 16px;
    }

    .faq-question h3 {
        font-size: 1rem;
    }

    .faq-answer {
        padding-left: 0;
    }

    .faq-answer p,
    .faq-answer li {
        font-size: 0.875rem;
    }

    .crypto-item {
        gap: 6px;
    }

    .crypto-badge {
        padding: 6px 12px;
        font-size: 0.75rem;
        gap: 6px;
    }
    
    .crypto-icon {
        width: 16px;
        height: 16px;
    }

    .withdrawal-limits {
        grid-template-columns: 1fr;
    }

    .earnings-modern {
        grid-template-columns: 1fr;
    }

    .contact-info {
        flex-direction: column;
        gap: 12px;
    }

    .contact-link {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   Deposit Page Styles
   ============================================ */
.deposit-page {
    min-height: calc(100vh - 80px);
    padding-top: 80px;
}

.deposit-header-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, #55FE66, #40d150);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit-header-icon i {
    font-size: 24px;
    color: #000;
}

.deposit-card {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.deposit-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

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

.deposit-card-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.deposit-card-header p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.deposit-card-body {
    padding: 1.5rem;
}

/* Wallet Registration Buttons */
.btn-register {
    width: 100%;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 0.75rem;
}

.btn-register:last-child {
    margin-bottom: 0;
}

.btn-register i {
    font-size: 1.25rem;
}

.btn-register.cwallet:hover {
    background: rgba(172, 233, 93, 0.1);
    border-color: rgba(172, 233, 93, 0.3);
    color: #ace15d;
}

.btn-register.faucetpay:hover {
    background: rgba(79, 127, 249, 0.1);
    border-color: rgba(79, 127, 249, 0.3);
    color: #4f7ff9;
}

/* Crypto Info Header */
.crypto-info-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(85, 254, 102, 0.1) 0%, transparent 100%);
}

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

.crypto-description {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

/* Tariff Plans */
.tariff-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tariff-item {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.tariff-badge {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    display: inline-block;
}

.tariff-item.free .tariff-badge {
    background: rgba(94, 92, 230, 0.15);
    color: #5e5ce6;
}

.tariff-item.starter .tariff-badge {
    background: rgba(255, 159, 10, 0.15);
    color: #ff9f0a;
}

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

.tariff-rate {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0.5rem 0;
}

.tariff-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
}

.tariff-bonus,
.tariff-min {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(85, 254, 102, 0.9);
    margin-top: 0.5rem;
}

/* Info Notice */
.info-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(85, 254, 102, 0.08);
    border: 1px solid rgba(85, 254, 102, 0.2);
    border-radius: 10px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.info-notice i {
    color: #55FE66;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

/* Amount Input */
.form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
    display: block;
}

.amount-input-wrapper {
    position: relative;
    margin-bottom: 1rem;
}

.amount-input {
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.amount-input:focus {
    outline: none;
    border-color: rgba(85, 254, 102, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

/* Select dropdown options styling */
.amount-input option {
    background: #101010;
    color: #fff;
    padding: 12px;
}

.amount-input option:hover,
.amount-input option:checked,
.amount-input option:focus {
    background: #55FE66;
    color: #000000;
}

select.amount-input {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
}

.amount-currency {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
}

/* Quick Amount Buttons */
.quick-amounts {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.quick-amount-btn {
    flex: 1;
    min-width: calc(20% - 0.4rem);
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.quick-amount-btn:hover {
    background: rgba(85, 254, 102, 0.1);
    border-color: rgba(85, 254, 102, 0.3);
    color: #55FE66;
}

/* Calculation Result */
.calculation-result {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(94, 92, 230, 0.1) 0%, rgba(85, 254, 102, 0.1) 100%);
    border-radius: 16px;
    margin-bottom: 1rem;
}

.calculation-item {
    flex: 1;
    text-align: center;
}

.calc-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.calc-value.profit {
    color: #55FE66;
}

.calc-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.daily-income {
    text-align: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.daily-income span {
    font-weight: 700;
    color: #55FE66;
}

/* Pay Button */
.btn-pay {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #55FE66, #40d150);
    border: none;
    border-radius: 12px;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.btn-pay:hover {
    transform: translateY(-2px);
}

.btn-pay i {
    font-size: 1.25rem;
}

/* Payment Information */
.payment-info {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.payment-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.payment-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.875rem;
}

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

.payment-info-row span {
    color: rgba(255, 255, 255, 0.6);
}

.payment-info-row strong {
    color: #fff;
    font-weight: 600;
}

.payment-coins {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.payment-coins img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 50%;
}

.more-coins {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.25rem;
}

/* Deposits Table */
.deposits-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.deposits-table thead tr {
    background: rgba(255, 255, 255, 0.03);
}

.deposits-table th {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.deposits-table td {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.deposits-table tbody tr {
    transition: background 0.2s ease;
}

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

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

.deposit-amount {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
}

.deposit-hash {
    font-size: 0.875rem;
    font-weight: 600;
    color: #55FE66;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.success {
    background: rgba(85, 254, 102, 0.15);
    color: #55FE66;
    border: 1px solid rgba(85, 254, 102, 0.25);
}

.tx-link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    transition: color 0.2s ease;
}

.tx-link:hover {
    color: #55FE66;
}

/* Responsive */
@media (max-width: 991px) {
    .tariff-plans {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .calculation-result {
        flex-direction: column;
        gap: 1rem;
    }
    
    .payment-info-row {
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (max-width: 767px) {
    .deposit-page {
        padding-top: 60px;
    }
    
    .quick-amounts {
        gap: 0.5rem;
    }
    
    .quick-amount-btn {
        min-width: calc(33.333% - 0.34rem);
    }
    
    .deposits-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .deposits-table th,
    .deposits-table td {
        padding: 0.875rem 1rem;
    }
}

/* ============================================
   Users Table Styles
   ============================================ */
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 200px;
}

.user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-avatar-sm {
    width: 28px;
    height: 28px;
    border-width: 1.5px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-email {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease;
}

.user-email:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
}

.user-email-secondary {
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.text-muted-subtle {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.25);
    font-weight: 500;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 80px;
    text-transform: capitalize;
}

.status-active {
    background: rgba(85, 254, 102, 0.12);
    color: #55FE66;
    border: 1px solid rgba(85, 254, 102, 0.25);
}

.status-inactive {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.user-time-ago {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    white-space: nowrap;
}

.users-table tbody tr {
    cursor: default;
}

.users-table tbody tr td {
    padding: 12px 16px !important;
    vertical-align: middle;
}

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

.users-table thead tr th {
    padding: 14px 16px !important;
}

/* Responsive for Users Table */
@media (max-width: 991px) {
    .user-info {
        min-width: 180px;
        gap: 8px;
    }

    .user-avatar {
        width: 36px;
        height: 36px;
    }

    .user-avatar-sm {
        width: 26px;
        height: 26px;
    }

    .user-email {
        font-size: 0.8125rem;
    }

    .user-email-secondary {
        font-size: 0.75rem;
    }

    .status-badge {
        padding: 4px 12px;
        font-size: 0.6875rem;
        min-width: 75px;
    }

    .user-time-ago {
        font-size: 0.75rem;
    }

    .users-table tbody tr td {
        padding: 10px 14px !important;
    }

    .users-table thead tr th {
        padding: 12px 14px !important;
    }
}

@media (max-width: 767px) {
    .users-table {
        min-width: 700px;
    }

    .user-info {
        min-width: 150px;
        gap: 8px;
    }

    .user-avatar {
        width: 34px;
        height: 34px;
    }

    .user-avatar-sm {
        width: 24px;
        height: 24px;
    }

    .user-email {
        font-size: 0.75rem;
    }

    .user-email-secondary {
        font-size: 0.6875rem;
    }

    .status-badge {
        padding: 4px 10px;
        font-size: 0.625rem;
        min-width: 65px;
    }

    .user-time-ago {
        font-size: 0.6875rem;
    }

    .users-table tbody tr td {
        padding: 9px 12px !important;
    }

    .users-table thead tr th {
        padding: 11px 12px !important;
    }
}

/* ============================================
   Mobile Bottom Navigation
   ============================================ */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: #1a1a1a;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 0 8px;
    z-index: 1000;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.4);
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 40px;
    position: relative;
    flex: 1;
    max-width: 80px;
}

.bottom-nav-item i {
    font-size: 22px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottom-nav-item span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottom-nav-item:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.bottom-nav-item.active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.bottom-nav-item.active span {
    font-weight: 700;
}

/* Show always */
.mobile-bottom-nav {
    display: flex;
}

/* Add padding to body to prevent content from being hidden behind bottom nav */
body {
    padding-bottom: 72px;
}

/* Desktop floating style */
@media (min-width: 992px) {
    .mobile-bottom-nav {
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        max-width: 600px;
        min-width: 480px;
        border-radius: 24px;
        bottom: 20px;
        padding: 0 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.1);
        animation: floatUp 0.6s ease-out;
    }
    
    .bottom-nav-item {
        padding: 4px 8px;
        min-width: 40px;
        border-radius: 16px;
    }
    
    .bottom-nav-item i {
        font-size: 24px;
    }
    
    .bottom-nav-item span {
        font-size: 12px;
    }
    
    body {
        padding-bottom: 100px; /* More space on desktop */
    }
    
    /* Adjust Telegram button on desktop */
    .telegram-float {
        bottom: 120px; /* Higher on desktop to avoid floating nav */
    }
}

/* Animation for floating nav on desktop */
@keyframes floatUp {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .mobile-bottom-nav {
        height: 70px;
        padding: 0 2px;
    }
    
    .bottom-nav-item {
        padding: 6px 6px;
        min-width: 40px;
        gap: 3px;
        border-radius: 12px;
    }
    
    .bottom-nav-item i {
        font-size: 20px;
    }
    
    .bottom-nav-item span {
        font-size: 10px;
    }
    
    body {
        padding-bottom: 70px;
    }
}

/* Very small devices */
@media (max-width: 380px) {
    .mobile-bottom-nav {
        padding: 0;
    }
    
    .bottom-nav-item {
        padding: 6px 4px;
        min-width: 40px;
    }
    
    .bottom-nav-item i {
        font-size: 18px;
    }
    
    .bottom-nav-item span {
        font-size: 9px;
    }
}

.telegram-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #27A5E7;
    color: white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(39,165,231,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 2s infinite;
}

.telegram-float:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(39,165,231,0.8);
    color: #ffffff !important;
}

@keyframes pulse {
    0% {
    box-shadow: 0 0 0 0 rgba(39,165,231, 0.6);
    }
    70% {
    box-shadow: 0 0 0 15px rgba(39,165,231, 0);
    }
    100% {
    box-shadow: 0 0 0 0 rgba(39,165,231, 0);
    }
}

/* Simple Range Slider */
.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
}

/* WebKit Thumb */
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.form-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.15), 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Mozilla Thumb */
.form-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.form-range::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.15), 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* WebKit Track */
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

/* Mozilla Track */
.form-range::-moz-range-track {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

input[type='range']::-webkit-slider-thumb {
	margin-top: -4px !important;
	cursor: ew-resize;
	-webkit-appearance: none;
	background: #ffffff !important;
	border: 2px solid #2C2C2C;
	height: 18px;
	width: 18px;
}

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

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

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

/* ===================================
   NOTIFICATIONS SYSTEM
   =================================== */

/* Notification Button Badge */
.notification-btn {
    position: relative !important;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #55fe66;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(85, 254, 102, 0.3);
}

/* Notifications Dropdown */
.notifications-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 420px;
    max-height: 600px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    display: none;
    flex-direction: column;
    z-index: 9999;
    overflow: hidden;
}

.notifications-dropdown.active {
    display: flex;
}

.notifications-header {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notifications-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.notifications-header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.mark-all-btn {
    background: transparent;
    border: none;
    color: #55fe66;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.mark-all-btn:hover {
    background: rgba(85, 254, 102, 0.1);
}

.close-notifications-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.close-notifications-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.notifications-body {
    overflow-y: auto;
    max-height: 540px;
}

.notification-empty {
    padding: 60px 20px;
    text-align: center;
    color: #666;
}

.notification-empty i {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.notification-empty p {
    margin: 0;
    font-size: 16px;
}

/* Notification Item */
.notification-item {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.notification-item:hover {
    background: rgba(255, 255, 255, 0.03);
}

.notification-item.unread {
    background: rgba(85, 254, 102, 0.05);
}

.notification-item.priority-important {
    border-left: 3px solid #ffa500;
}

.notification-item.priority-critical {
    border-left: 3px solid #ff4444;
}

.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.notification-icon.primary {
    background: rgba(85, 254, 102, 0.1);
    color: #55fe66;
}

.notification-icon.success {
    background: rgba(52, 211, 153, 0.1);
    color: #34d399;
}

.notification-icon.warning {
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
}

.notification-icon.danger {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.notification-icon.info {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.notification-content {
    flex: 1;
    min-width: 0;
}

.notification-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-preview {
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-time {
    font-size: 12px;
    color: #666;
}

.notification-unread-dot {
    width: 8px;
    height: 8px;
    background: #55fe66;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 20px;
    box-shadow: 0 0 0 3px rgba(85, 254, 102, 0.2);
}

.priority-badge {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.priority-badge.important {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

.priority-badge.critical {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

/* Notification Modal (Full Screen) */
.notification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

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

.notification-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.notification-modal-container {
    position: relative;
    width: 90%;
    max-width: 700px;
    max-height: 85vh;
    background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    animation: modalSlideIn 0.3s ease;
}

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

.notification-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.notification-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.notification-modal-close i {
    color: #fff;
    font-size: 20px;
}

.notification-modal-content {
    padding: 40px;
    overflow-y: auto;
    max-height: 85vh;
}

.notification-modal-header {
    text-align: center;
    margin-bottom: 32px;
}

.notification-modal-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px;
}

.notification-modal-icon.primary {
    background: rgba(85, 254, 102, 0.1);
    color: #55fe66;
}

.notification-modal-icon.success {
    background: rgba(52, 211, 153, 0.1);
    color: #34d399;
}

.notification-modal-icon.warning {
    background: rgba(251, 191, 36, 0.1);
    color: #fbbf24;
}

.notification-modal-icon.danger {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.notification-modal-icon.info {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.notification-modal-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.notification-modal-date {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.notification-modal-body {
    font-size: 16px;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 32px;
    text-align: center;
}

.notification-modal-body p {
    margin-bottom: 16px;
}

.notification-modal-body p:last-child {
    margin-bottom: 0;
}

.notification-modal-footer {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.notification-action-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.notification-action-btn.primary {
    background: #55fe66;
    color: #000;
}

.notification-action-btn.primary:hover {
    background: #4ae557;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(85, 254, 102, 0.3);
}

.notification-action-btn.success {
    background: #34d399;
    color: #fff;
}

.notification-action-btn.success:hover {
    background: #2bc687;
    transform: translateY(-2px);
}

.notification-action-btn.warning {
    background: #fbbf24;
    color: #000;
}

.notification-action-btn.warning:hover {
    background: #f59e0b;
    transform: translateY(-2px);
}

.notification-action-btn.danger {
    background: #ef4444;
    color: #fff;
}

.notification-action-btn.danger:hover {
    background: #dc2626;
    transform: translateY(-2px);
}

.notification-action-btn.info {
    background: #3b82f6;
    color: #fff;
}

.notification-action-btn.info:hover {
    background: #2563eb;
    transform: translateY(-2px);
}

/* Mobile Notification Button */
.notification-btn-mobile {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    padding: 8px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-btn-mobile:hover,
.notification-btn-mobile:active {
    color: #55fe66;
    transform: scale(1.1);
}

.notification-btn-mobile .notification-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ff4444;
    color: white;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Mobile Notifications Dropdown - Full Screen */
#notificationsDropdownMobile {
    position: fixed !important;
    top: 80px !important;
    left: 10px !important;
    right: 10px !important;
    width: calc(100% - 20px) !important;
    max-height: calc(100vh - 100px) !important;
    z-index: 10001 !important;
    display: none !important;
}

#notificationsDropdownMobile.active {
    display: flex !important;
}

/* Overlay for mobile notifications */
.notifications-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    pointer-events: none;
}

.notifications-overlay.active {
    display: block;
    pointer-events: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .notifications-dropdown {
        width: calc(100% - 40px);
        right: 20px;
        left: 20px;
        max-height: 70vh;
    }

    .notification-modal-container {
        width: 95%;
        margin: 20px;
    }

    .notification-modal-content {
        padding: 24px;
    }

    .notification-modal-header h2 {
        font-size: 22px;
    }

    .notification-modal-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}