* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  font-family: Inter,'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
  background-color: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(180deg,var(--bg-main) 0,#1a2030 50%,var(--bg-main) 100%)
}
.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .4;
  animation: float 20s infinite ease-in-out
}
.orb-1 {
  width: 500px;
  height: 500px;
  background: var(--gradient-blue);
  top: -250px;
  left: -250px;
  animation-delay: 0s
}
.orb-2 {
  width: 400px;
  height: 400px;
  background: var(--gradient-primary);
  top: 50%;
  right: -200px;
  animation-delay: 7s
}
.orb-3 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg,#667eea 0,#764ba2 100%);
  bottom: -300px;
  left: 30%;
  animation-delay: 14s
}
@keyframes float {
  0%,
  100% {
    transform: translate(0,0) scale(1)
  }
  33% {
    transform: translate(100px,-100px) scale(1.1)
  }
  66% {
    transform: translate(-100px,100px) scale(.9)
  }
}
body.bg-gaming-blue,
body:not([class*=bg-]) {
  background: linear-gradient(180deg,#1a2439 0,#1e2845 50%,#1a2439 100%)
}
body.bg-gaming-blue .animated-bg,
body:not([class*=bg-]) .animated-bg {
  background: linear-gradient(180deg,#1a2439 0,#1e2845 50%,#1a2439 100%)
}
body.bg-gaming-blue .animated-bg .orb-1,
body:not([class*=bg-]) .animated-bg .orb-1 {
  background: linear-gradient(135deg,#4fa8ff 0,#5dc9ff 100%)
}
body.bg-gaming-blue .animated-bg .orb-2,
body:not([class*=bg-]) .animated-bg .orb-2 {
  background: linear-gradient(135deg,#fc3 0,#fb5607 100%)
}
body.bg-gaming-blue .animated-bg .orb-3,
body:not([class*=bg-]) .animated-bg .orb-3 {
  background: linear-gradient(135deg,#667eea 0,#764ba2 100%)
}
body.bg-cyber-purple {
  background: linear-gradient(180deg,#1a1232 0,#2d1b4e 50%,#1a1232 100%)
}
body.bg-cyber-purple .animated-bg {
  background: linear-gradient(180deg,#1a1232 0,#2d1b4e 50%,#1a1232 100%)
}
body.bg-cyber-purple .animated-bg .orb-1 {
  background: linear-gradient(135deg,#9d4edd 0,#c77dff 100%)
}
body.bg-cyber-purple .animated-bg .orb-2 {
  background: linear-gradient(135deg,#7209b7 0,#b185db 100%)
}
body.bg-cyber-purple .animated-bg .orb-3 {
  background: linear-gradient(135deg,#5a189a 0,#9d4edd 100%)
}
body.bg-sunset-orange {
  background: linear-gradient(180deg,#2d1810 0,#3d2415 50%,#2d1810 100%)
}
body.bg-sunset-orange .animated-bg {
  background: linear-gradient(180deg,#2d1810 0,#3d2415 50%,#2d1810 100%)
}
body.bg-sunset-orange .animated-bg .orb-1 {
  background: linear-gradient(135deg,#ff6b35 0,#f7931e 100%)
}
body.bg-sunset-orange .animated-bg .orb-2 {
  background: linear-gradient(135deg,#ffd60a 0,#ff9500 100%)
}
body.bg-sunset-orange .animated-bg .orb-3 {
  background: linear-gradient(135deg,#e63946 0,#f77f00 100%)
}
body.bg-ocean-green {
  background: linear-gradient(180deg,#0d1f1f 0,#1a3333 50%,#0d1f1f 100%)
}
body.bg-ocean-green .animated-bg {
  background: linear-gradient(180deg,#0d1f1f 0,#1a3333 50%,#0d1f1f 100%)
}
body.bg-ocean-green .animated-bg .orb-1 {
  background: linear-gradient(135deg,#06ffa5 0,#00d9ff 100%)
}
body.bg-ocean-green .animated-bg .orb-2 {
  background: linear-gradient(135deg,#4ade80 0,#22d3ee 100%)
}
body.bg-ocean-green .animated-bg .orb-3 {
  background: linear-gradient(135deg,#10b981 0,#06b6d4 100%)
}
body.bg-neon-pink {
  background: linear-gradient(180deg,#1a0a1f 0,#2d1536 50%,#1a0a1f 100%)
}
body.bg-neon-pink .animated-bg {
  background: linear-gradient(180deg,#1a0a1f 0,#2d1536 50%,#1a0a1f 100%)
}
body.bg-neon-pink .animated-bg .orb-1 {
  background: linear-gradient(135deg,#ff006e 0,#ff66b2 100%)
}
body.bg-neon-pink .animated-bg .orb-2 {
  background: linear-gradient(135deg,#fb5607 0,#ffbe0b 100%)
}
body.bg-neon-pink .animated-bg .orb-3 {
  background: linear-gradient(135deg,#d62828 0,#f77f00 100%)
}
body.bg-dark-space {
  background: linear-gradient(180deg,#0a0a12 0,#13131f 50%,#0a0a12 100%)
}
body.bg-dark-space .animated-bg {
  background: linear-gradient(180deg,#0a0a12 0,#13131f 50%,#0a0a12 100%)
}
body.bg-dark-space .animated-bg .orb-1 {
  background: linear-gradient(135deg,#1e3a8a 0,#3b82f6 100%)
}
body.bg-dark-space .animated-bg .orb-2 {
  background: linear-gradient(135deg,#4338ca 0,#818cf8 100%)
}
body.bg-dark-space .animated-bg .orb-3 {
  background: linear-gradient(135deg,#0f172a 0,#334155 100%)
}
body.bg-solid-midnight {
  background: #1a1f3a
}
body.bg-solid-midnight .animated-bg {
  background: #1a1f3a
}
body.bg-solid-midnight .animated-bg .orb-1,
body.bg-solid-midnight .animated-bg .orb-2,
body.bg-solid-midnight .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-purple {
  background: #2d1b4e
}
body.bg-solid-purple .animated-bg {
  background: #2d1b4e
}
body.bg-solid-purple .animated-bg .orb-1,
body.bg-solid-purple .animated-bg .orb-2,
body.bg-solid-purple .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-teal {
  background: #0f3a3a
}
body.bg-solid-teal .animated-bg {
  background: #0f3a3a
}
body.bg-solid-teal .animated-bg .orb-1,
body.bg-solid-teal .animated-bg .orb-2,
body.bg-solid-teal .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-charcoal {
  background: #1e1e2e
}
body.bg-solid-charcoal .animated-bg {
  background: #1e1e2e
}
body.bg-solid-charcoal .animated-bg .orb-1,
body.bg-solid-charcoal .animated-bg .orb-2,
body.bg-solid-charcoal .animated-bg .orb-3 {
  opacity: .12
}
body.bg-solid-forest {
  background: #1a2f1a
}
body.bg-solid-forest .animated-bg {
  background: #1a2f1a
}
body.bg-solid-forest .animated-bg .orb-1,
body.bg-solid-forest .animated-bg .orb-2,
body.bg-solid-forest .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-wine {
  background: #2d1518
}
body.bg-solid-wine .animated-bg {
  background: #2d1518
}
body.bg-solid-wine .animated-bg .orb-1,
body.bg-solid-wine .animated-bg .orb-2,
body.bg-solid-wine .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-navy {
  background: #0d1b2a
}
body.bg-solid-navy .animated-bg {
  background: #0d1b2a
}
body.bg-solid-navy .animated-bg .orb-1,
body.bg-solid-navy .animated-bg .orb-2,
body.bg-solid-navy .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-chocolate {
  background: #2b1f1a
}
body.bg-solid-chocolate .animated-bg {
  background: #2b1f1a
}
body.bg-solid-chocolate .animated-bg .orb-1,
body.bg-solid-chocolate .animated-bg .orb-2,
body.bg-solid-chocolate .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-slate {
  background: #2c3e50
}
body.bg-solid-slate .animated-bg {
  background: #2c3e50
}
body.bg-solid-slate .animated-bg .orb-1,
body.bg-solid-slate .animated-bg .orb-2,
body.bg-solid-slate .animated-bg .orb-3 {
  opacity: .12
}
body.bg-solid-indigo {
  background: #1e1b3a
}
body.bg-solid-indigo .animated-bg {
  background: #1e1b3a
}
body.bg-solid-indigo .animated-bg .orb-1,
body.bg-solid-indigo .animated-bg .orb-2,
body.bg-solid-indigo .animated-bg .orb-3 {
  opacity: .15
}
body.bg-solid-black {
  background: #0a0a0a
}
body.bg-solid-black .animated-bg {
  background: #0a0a0a
}
body.bg-solid-black .animated-bg .orb-1,
body.bg-solid-black .animated-bg .orb-2,
body.bg-solid-black .animated-bg .orb-3 {
  opacity: .1
}
body.bg-solid-steel {
  background: #1f3a52
}
body.bg-solid-steel .animated-bg {
  background: #1f3a52
}
body.bg-solid-steel .animated-bg .orb-1,
body.bg-solid-steel .animated-bg .orb-2,
body.bg-solid-steel .animated-bg .orb-3 {
  opacity: .15
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 1000;
  transition: var(--transition-smooth)
}
.header-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(79,168,255,.2);
  box-shadow: var(--shadow-small)
}
.header.scrolled {
  padding: 8px 0
}
.header.scrolled .header-glass {
  background: rgba(30,36,57,.95);
  border-bottom-color: var(--primary-blue);
  box-shadow: var(--shadow-medium)
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2
}
.logo {
  position: relative;
  transition: var(--transition-smooth)
}
.logo img {
  height: 80px;
  transition: var(--transition-smooth);
  filter: drop-shadow(var(--glow-blue))
}
.header.scrolled .logo img {
  height: 55px
}
.logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle,rgba(79,168,255,.3) 0,transparent 70%);
  animation: logoGlow 3s ease-in-out infinite;
  z-index: -1
}
@keyframes logoGlow {
  0%,
  100% {
    opacity: .5;
    transform: translate(-50%,-50%) scale(1)
  }
  50% {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.1)
  }
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 8px
}
.nav-menu .mobile-only {
  display: none
}
.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: var(--transition-smooth);
  position: relative;
  background: 0 0;
  border: 2px solid transparent
}
.nav-link i {
  display: none
}
.nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,rgba(79,168,255,.15),rgba(93,201,255,.15));
  border-radius: 10px;
  opacity: 0;
  transition: var(--transition-smooth);
  z-index: -1
}
.nav-link:hover {
  color: var(--primary-cyan);
  border-color: rgba(79,168,255,.3);
  transform: translateY(-2px)
}
.nav-link:hover::before {
  opacity: 1
}
.nav-link.active {
  color: var(--text-primary);
  background: rgba(79,168,255,.15);
  border-color: var(--primary-blue);
  box-shadow: var(--glow-blue)
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 15px
}
.btn {
  padding: 12px 30px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition-smooth);
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-family: Montserrat,sans-serif
}
.btn-large {
  padding: 18px 40px;
  font-size: 18px;
  border-radius: 14px
}
.btn-primary {
  background: var(--gradient-primary);
  color: #000;
  box-shadow: var(--glow-yellow);
  font-weight: 700
}
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(255,204,51,.5)
}
.btn-login {
  padding: 10px 24px;
  background: rgba(79,168,255,.15);
  backdrop-filter: blur(10px);
  border: 2px solid var(--primary-blue);
  color: #fff!important;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-smooth);
  box-shadow: var(--glow-blue)
}
.btn-login:hover {
  background: rgba(79,168,255,.25);
  border-color: var(--primary-cyan);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79,168,255,.4)
}
.btn-login i {
  color: var(--primary-cyan)
}
.user-menu {
  position: relative
}
.user-menu-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(79,168,255,.1);
  border: 2px solid rgba(79,168,255,.3);
  border-radius: 50px;
  color: var(--text-primary);
  cursor: pointer;
  transition: var(--transition-smooth)
}
.user-menu-btn:hover {
  background: rgba(79,168,255,.2);
  border-color: var(--primary-cyan)
}
.user-avatar {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg,var(--primary-blue),var(--primary-cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .9rem
}
.user-name {
  font-weight: 600;
  font-size: .95rem;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.user-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 200px;
  background: var(--bg-card);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 12px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .2s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,.3);
  z-index: 1000
}
.user-menu.open .user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: var(--text-primary);
  text-decoration: none;
  transition: background .2s ease;
  border: none;
  background: 0 0;
  width: 100%;
  cursor: pointer;
  font-size: .95rem
}
.dropdown-item:hover {
  background: rgba(79,168,255,.1)
}
.dropdown-item i {
  width: 20px;
  color: var(--primary-cyan)
}
.dropdown-item-logout {
  color: #ff6b6b
}
.dropdown-item-logout i {
  color: #ff6b6b
}
.dropdown-item-logout:hover {
  background: rgba(255,107,107,.1)
}
.dropdown-divider {
  margin: 8px 0;
  border: none;
  border-top: 1px solid rgba(79,168,255,.1)
}
@media (max-width:768px) {
  .user-name {
    display: none
  }
  .user-menu-btn {
    padding: 8px
  }
}
.btn-glass {
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  color: var(--text-primary);
  border: 1px solid rgba(255,255,255,.2)
}
.btn-glass:hover {
  background: rgba(255,255,255,.2);
  transform: translateY(-2px)
}
.mobile-menu-btn {
  position: relative;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg,rgba(79,168,255,.15),rgba(93,201,255,.1));
  backdrop-filter: blur(20px) saturate(180%);
  border: 2px solid rgba(79,168,255,.3);
  border-radius: 12px;
  cursor: pointer;
  transition: all .3s ease;
  overflow: visible;
  box-shadow: 0 4px 12px rgba(79,168,255,.15);
  display: none
}
.mobile-menu-btn:hover {
  background: linear-gradient(135deg,rgba(79,168,255,.25),rgba(93,201,255,.15));
  border-color: rgba(79,168,255,.5);
  box-shadow: 0 6px 20px rgba(79,168,255,.3);
  transform: scale(1.05)
}
.mobile-menu-btn:active {
  transform: scale(.95)
}
.menu-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px
}
.menu-icon .dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg,#5dc9ff,#4fa8ff);
  border-radius: 50%;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
  box-shadow: 0 0 10px rgba(79,168,255,.6)
}
.menu-icon .dot:first-child {
  top: 0;
  left: 0
}
.menu-icon .dot:nth-child(2) {
  top: 0;
  right: 0
}
.menu-icon .dot:nth-child(3) {
  bottom: 0;
  left: 0
}
.menu-icon .dot:nth-child(4) {
  bottom: 0;
  right: 0
}
.mobile-menu-btn:hover .menu-icon .dot {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 15px rgba(79,168,255,.8)
}
.mobile-menu-btn.active {
  background: linear-gradient(135deg,rgba(255,87,87,.2),rgba(255,107,107,.15));
  border-color: rgba(255,87,87,.5);
  box-shadow: 0 4px 16px rgba(255,87,87,.3)
}
.mobile-menu-btn.active .menu-icon .dot {
  background: linear-gradient(135deg,#ff5757,#ff6b6b);
  box-shadow: 0 0 12px rgba(255,87,87,.6);
  border-radius: 2px;
  width: 16px;
  height: 3px
}
.mobile-menu-btn.active .menu-icon .dot:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg)
}
.mobile-menu-btn.active .menu-icon .dot:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg)
}
.mobile-menu-btn.active .menu-icon .dot:nth-child(3) {
  opacity: 0;
  transform: scale(0)
}
.mobile-menu-btn.active .menu-icon .dot:nth-child(4) {
  opacity: 0;
  transform: scale(0)
}
.sidebar-nav {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth)
}
.sidebar-nav.visible {
  opacity: 1;
  visibility: visible
}
.sidebar-nav-inner {
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: 20px;
  padding: 15px 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid rgba(79,168,255,.3);
  box-shadow: var(--shadow-medium)
}
.sidebar-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: 12px;
  transition: var(--transition-smooth);
  position: relative;
  background: rgba(255,255,255,.05)
}
.sidebar-link::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 60px;
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
  border: 1px solid var(--primary-blue);
  color: var(--text-primary)
}
.sidebar-link:hover::before {
  opacity: 1;
  visibility: visible;
  right: 65px
}
.sidebar-link i {
  font-size: 20px;
  transition: var(--transition-smooth)
}
.sidebar-link.active,
.sidebar-link:hover {
  background: rgba(79,168,255,.2);
  color: var(--primary-cyan);
  transform: scale(1.1)
}
.sidebar-link.active {
  box-shadow: var(--glow-blue)
}
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  background: var(--primary-cyan);
  border: 2px solid rgba(79,168,255,.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-primary);
  font-size: 20px;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition-smooth);
  box-shadow: 0 5px 25px rgba(93,201,255,.4)
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
.scroll-to-top:hover {
  background: var(--primary-blue);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 30px rgba(79,168,255,.6)
}
.scroll-to-top:active {
  transform: translateY(-3px) scale(1.05)
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px
}
.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: rgba(79,168,255,.2);
  border: 2px solid var(--primary-blue);
  border-radius: 50px;
  color: var(--primary-cyan);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 24px;
  animation: pulseGlow 2s infinite;
  box-shadow: var(--glow-blue)
}
.badge i {
  color: var(--primary-orange);
  animation: pulse 1.5s infinite
}
.badge-online-count {
  font-weight: 800;
  color: var(--primary-yellow)
}
@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    box-shadow: var(--glow-blue)
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 30px rgba(79,168,255,.6)
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.2)
  }
}
.hero-title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  font-family: Montserrat,sans-serif
}
.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block
}
.hero-description {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.8;
  max-width: 540px
}
.hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap
}
.hero-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap
}
.stat-item {
  text-align: center
}
.stat-value {
  font-size: 42px;
  font-weight: 900;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  font-family: Montserrat,sans-serif;
  display: block
}
.stat-label {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 600
}
.hero-image {
  position: relative;
  animation: fadeInUp 1s ease-out;
  min-height: 500px
}
.hero-screenshot-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transform: rotate(-2deg);
  transition: var(--transition-smooth)
}
.hero-screenshot-wrapper:hover {
  transform: rotate(0) scale(1.02)
}
.hero-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  border: 3px solid var(--primary-blue)
}
.screenshot-glow {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: var(--gradient-blue);
  opacity: .3;
  filter: blur(30px);
  z-index: -1;
  border-radius: 20px;
  animation: glowPulse 3s ease-in-out infinite
}
@keyframes glowPulse {
  0%,
  100% {
    opacity: .3;
    transform: scale(1)
  }
  50% {
    opacity: .5;
    transform: scale(1.05)
  }
}
.floating-card {
  position: absolute;
  background: var(--bg-card);
  backdrop-filter: blur(20px) saturate(180%);
  padding: 16px 24px;
  border-radius: 16px;
  border: 2px solid rgba(79,168,255,.4);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floatCard 3s ease-in-out infinite;
  box-shadow: var(--shadow-medium);
  transition: var(--transition-smooth);
  z-index: 10
}
.floating-card:hover {
  transform: translateY(-5px) scale(1.05);
  border-color: var(--primary-cyan);
  box-shadow: var(--glow-blue)
}
.floating-card-icon {
  width: 44px;
  height: 44px;
  background: var(--gradient-blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000
}
.floating-card span {
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  font-size: 15px
}
.card-1 {
  top: 10%;
  left: -60px;
  animation-delay: 0s
}
.card-2 {
  top: 45%;
  right: -70px;
  animation-delay: 1s
}
.card-3 {
  bottom: 15%;
  left: -50px;
  animation-delay: 2s
}
@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-15px)
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
section {
  position: relative
}
section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg,transparent 0,rgba(79,168,255,.03) 50%,transparent 100%);
  pointer-events: none;
  z-index: 0
}
.support-project::after {
  display: none
}
.info-page section::after {
  display: none
}
.donate-page section::after,
.donate-page::after {
  display: none
}
.news-page section::after {
  display: none
}
section > * {
  position: relative;
  z-index: 1
}
.section-header {
  text-align: center;
  margin-bottom: 60px
}
.section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: Montserrat,sans-serif
}
.section-subtitle {
  font-size: 18px;
  color: var(--text-secondary)
}
.features {
  background: rgba(255,255,255,.02);
  padding-bottom: 20px
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 30px
}
.feature-card {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  padding: 40px 30px;
  border-radius: var(--border-radius);
  border: 1px solid rgba(79,168,255,.2);
  transition: var(--transition-smooth);
  cursor: pointer
}
.feature-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-blue);
  box-shadow: var(--glow-blue)
}
.feature-icon {
  width: 70px;
  height: 70px;
  background: var(--gradient-blue);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform .6s ease-in-out
}
.feature-card:hover .feature-icon {
  transform: rotateY(360deg)
}
.feature-icon i {
  font-size: 32px;
  color: #000
}
.feature-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--primary-cyan)
}
.feature-text {
  color: var(--text-secondary);
  line-height: 1.8
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 30px;
  margin-bottom: 40px
}
.news-card {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid rgba(79,168,255,.2);
  transition: var(--transition-smooth);
  position: relative
}
.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-blue);
  opacity: 0;
  transition: var(--transition-smooth);
  z-index: 0
}
.news-card:hover::before {
  opacity: .05
}
.news-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--glow-blue);
  border-color: var(--primary-cyan)
}
.news-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  z-index: 1
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth)
}
.news-card:hover .news-image img {
  transform: scale(1.1)
}
.news-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--gradient-primary);
  color: #000;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: var(--shadow-small)
}
.news-content {
  padding: 25px;
  position: relative;
  z-index: 1
}
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}
.news-date {
  color: var(--text-tertiary);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px
}
.news-category {
  background: rgba(79,168,255,.2);
  color: var(--primary-cyan);
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid var(--primary-blue)
}
.news-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--text-primary)
}
.news-excerpt {
  color: var(--text-secondary);
  margin-bottom: 20px;
  line-height: 1.8
}
.news-link {
  color: var(--primary-cyan);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-smooth)
}
.news-link:hover {
  gap: 12px;
  color: var(--primary-yellow)
}
.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px
}
.pagination-info {
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 600;
  padding: 0 20px
}
#news-next,
#news-prev {
  min-width: 140px
}
#news-next:disabled,
#news-prev:disabled {
  opacity: .4;
  cursor: not-allowed
}
.news-toggle {
  display: flex;
  justify-content: center;
  margin-top: 40px
}
.news-toggle .btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  margin-bottom: 20px
}
.news-toggle .btn i {
  font-size: 18px;
  transition: var(--transition-smooth)
}
.news-toggle .btn:hover i {
  transform: scale(1.2)
}
.news-skeleton {
  background: var(--bg-secondary);
  border-radius: 20px;
  overflow: hidden;
  animation: pulse 1.5s ease-in-out infinite
}
.news-skeleton .skeleton-image {
  width: 100%;
  height: 220px;
  background: linear-gradient(90deg,var(--bg-tertiary) 25%,rgba(79,168,255,.1) 50%,var(--bg-tertiary) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite
}
.news-skeleton .skeleton-content {
  padding: 25px
}
.news-skeleton .skeleton-line {
  height: 14px;
  background: linear-gradient(90deg,var(--bg-tertiary) 25%,rgba(79,168,255,.1) 50%,var(--bg-tertiary) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 12px
}
.news-skeleton .skeleton-line.short {
  width: 60%
}
.news-skeleton .skeleton-line.medium {
  width: 80%
}
.news-skeleton .skeleton-line.title {
  height: 24px;
  margin-bottom: 16px
}
@keyframes shimmer {
  0% {
    background-position: 200% 0
  }
  100% {
    background-position: -200% 0
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: .7
  }
}
.news-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 40px;
  background: var(--bg-secondary);
  border-radius: 20px;
  border: 1px solid var(--border-color)
}
.news-empty i {
  font-size: 64px;
  color: var(--text-tertiary);
  margin-bottom: 20px;
  display: block
}
.news-empty p {
  color: var(--text-secondary);
  font-size: 18px;
  margin: 0
}
.news-error {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 40px;
  background: rgba(255,77,79,.1);
  border-radius: 20px;
  border: 1px solid rgba(255,77,79,.3)
}
.news-error i {
  font-size: 64px;
  color: #ff4d4f;
  margin-bottom: 20px;
  display: block
}
.news-error p {
  color: var(--text-secondary);
  font-size: 18px;
  margin: 0
}
.support-project {
  padding: 80px 0;
  background: linear-gradient(135deg,rgba(79,168,255,.03) 0,rgba(93,201,255,.03) 100%);
  position: relative
}
.support-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: start
}
.support-info {
  padding: 40px 0;
  background: 0 0;
  border: none
}
.support-title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text-primary)
}
.support-title i {
  color: var(--primary-orange);
  font-size: 36px
}
.support-description {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
  font-size: 16px
}
.support-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0
}
.support-features li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(79,168,255,.1)
}
.support-features li:last-child {
  border-bottom: none
}
.support-features i {
  color: var(--primary-cyan);
  font-size: 20px
}
.support-features span {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500
}
.support-stats {
  position: sticky;
  top: 100px
}
.stats-card {
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(79,168,255,.2);
  border-radius: 20px;
  padding: 32px
}
.stats-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-cyan)
}
.stats-title i {
  color: var(--primary-yellow);
  font-size: 24px
}
.supporters-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 8px
}
.supporters-list::-webkit-scrollbar {
  width: 6px
}
.supporters-list::-webkit-scrollbar-track {
  background: rgba(79,168,255,.1);
  border-radius: 10px
}
.supporters-list::-webkit-scrollbar-thumb {
  background: rgba(79,168,255,.4);
  border-radius: 10px
}
.supporters-list::-webkit-scrollbar-thumb:hover {
  background: rgba(79,168,255,.6)
}
.supporter-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  background: 0 0;
  border-radius: 12px;
  border: none;
  border-bottom: 2px solid rgba(79,168,255,.2);
  transition: var(--transition-smooth)
}
.supporter-item:hover {
  transform: translateX(8px)
}
.supporter-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,var(--primary-blue),var(--primary-cyan));
  color: #fff;
  font-size: 28px
}
.supporter-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.supporter-name {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 15px
}
.supporter-amount {
  color: var(--primary-yellow);
  font-weight: 800;
  font-size: 16px
}
.stats-footer {
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(79,168,255,.2)
}
.stats-footer i {
  color: var(--primary-cyan)
}
.footer {
  position: relative;
  background: linear-gradient(180deg,rgba(30,36,57,0) 0,var(--bg-secondary) 15%,var(--bg-secondary) 100%);
  padding: 80px 0 0;
  margin-top: 0
}
.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%,rgba(79,168,255,.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(93,201,255,.04) 0,transparent 50%);
  opacity: .6;
  pointer-events: none
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(79,168,255,.2);
  position: relative;
  z-index: 1
}
.footer-brand {
  grid-column: span 1
}
.footer-logo img {
  height: 40px;
  margin-bottom: 16px;
  filter: drop-shadow(var(--glow-blue))
}
.footer-tagline {
  color: var(--text-secondary);
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6
}
.social-links {
  display: flex;
  gap: 12px;
  margin-bottom: 24px
}
.social-link {
  width: 42px;
  height: 42px;
  background: rgba(79,168,255,.15);
  border: 2px solid rgba(79,168,255,.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-cyan);
  font-size: 18px;
  text-decoration: none;
  transition: var(--transition-smooth)
}
.social-link:hover {
  background: rgba(79,168,255,.3);
  border-color: var(--primary-blue);
  transform: translateY(-3px);
  box-shadow: var(--glow-blue)
}
.footer-copyright {
  color: var(--text-tertiary);
  font-size: 13px;
  line-height: 1.6
}
.footer-col {
  position: relative
}
.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-cyan);
  display: flex;
  align-items: center;
  gap: 10px
}
.footer-title i {
  color: var(--primary-blue)
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.footer-links li a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition-smooth);
  display: inline-block
}
.footer-links li a:hover {
  color: var(--primary-cyan);
  transform: translateX(5px)
}
.footer-support .footer-links {
  gap: 16px
}
.support-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary)
}
.support-item i {
  color: var(--primary-blue);
  font-size: 16px;
  min-width: 20px
}
.support-item a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: var(--transition-smooth)
}
.support-item a:hover {
  color: var(--primary-cyan)
}
.online-badge {
  color: #4ade80;
  font-size: 12px;
  margin-left: 8px
}
.btn-support-compact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  margin-top: 16px;
  background: rgba(79,168,255,.15);
  border: 2px solid rgba(79,168,255,.3);
  border-radius: 10px;
  color: var(--primary-cyan);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition-smooth)
}
.btn-support-compact:hover {
  background: rgba(79,168,255,.3);
  border-color: var(--primary-blue);
  transform: translateY(-2px)
}
.btn-support-compact i {
  font-size: 16px
}
.support-time {
  margin-top: 16px;
  padding: 12px;
  background: rgba(79,168,255,.1);
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px
}
.support-time i {
  color: var(--primary-cyan)
}
.donate-text {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: 15px
}
.btn-support {
  background: var(--gradient-primary);
  color: #000;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition-smooth);
  box-shadow: var(--glow-yellow);
  margin-bottom: 20px
}
.btn-support:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(255,204,51,.5)
}
.donate-platforms {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px
}
.platform-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-smooth)
}
.platform-link i {
  color: var(--primary-blue)
}
.platform-link:hover {
  color: var(--primary-cyan);
  transform: translateX(5px)
}
.donate-stats {
  padding: 12px;
  background: rgba(79,168,255,.1);
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px
}
.donate-stats i {
  color: var(--primary-cyan)
}
.donate-stats strong {
  color: var(--primary-yellow);
  font-weight: 700
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  position: relative;
  z-index: 1
}
.footer-bottom-left p {
  color: var(--text-tertiary);
  font-size: 14px
}
.footer-dev {
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-secondary)
}
.footer-dev strong {
  color: var(--primary-cyan);
  font-weight: 600
}
.footer-legal {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px
}
.legal-link {
  color: var(--text-secondary);
  font-size: 13px;
  text-decoration: none;
  transition: var(--transition-smooth)
}
.legal-link:hover {
  color: var(--primary-cyan)
}
.footer-legal .separator {
  color: var(--text-tertiary);
  font-size: 12px
}
.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 15px
}
.theme-toggle {
  width: 40px;
  height: 40px;
  background: rgba(79,168,255,.15);
  border: 2px solid rgba(79,168,255,.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-cyan);
  cursor: pointer;
  transition: var(--transition-smooth)
}
.theme-toggle:hover {
  background: rgba(79,168,255,.3);
  border-color: var(--primary-blue);
  transform: translateY(-2px)
}
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--gradient-primary);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
  box-shadow: var(--glow-yellow);
  z-index: 998
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible
}
.scroll-top:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 30px rgba(255,204,51,.5)
}
.info-page {
  padding: 120px 0 40px
}
.page-hero {
  text-align: center;
  margin-bottom: 40px
}
.page-hero .header-icon {
  font-size: 4rem;
  color: var(--primary-cyan);
  margin-bottom: 20px;
  animation: headerIconFloat 3s ease-in-out infinite
}
@keyframes headerIconFloat {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
}
.page-hero-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}
.page-hero-title i {
  font-size: 36px;
  color: var(--primary-cyan)
}
.page-hero-subtitle {
  font-size: 16px;
  color: var(--text-secondary)
}
.faq-section {
  margin-bottom: 40px
}
.faq-category {
  margin-bottom: 48px
}
.faq-category:last-child {
  margin-bottom: 0
}
.faq-category-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(79,168,255,.2)
}
.faq-category-title i {
  color: var(--primary-cyan);
  font-size: 32px
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 16px
}
.faq-card {
  background: rgba(30,35,50,.6);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 8px;
  padding: 20px;
  transition: all .2s ease
}
.faq-card:hover {
  background: rgba(40,45,60,.7);
  border-color: rgba(79,168,255,.4);
  transform: translateY(-2px)
}
.faq-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(79,168,255,.15)
}
.faq-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: rgba(79,168,255,.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center
}
.faq-icon i {
  font-size: 16px;
  color: var(--primary-cyan)
}
.faq-question {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3
}
.faq-answer {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 14px
}
.faq-answer p {
  margin: 0 0 10px 0
}
.faq-answer p:last-child {
  margin-bottom: 0
}
.faq-answer a {
  color: var(--primary-cyan);
  text-decoration: none;
  border-bottom: 1px dashed var(--primary-cyan);
  transition: var(--transition-smooth)
}
.faq-answer a:hover {
  color: var(--primary-yellow);
  border-bottom-color: var(--primary-yellow)
}
.contact-section {
  display: flex;
  justify-content: center
}
.contact-card {
  background: rgba(30,35,50,.6);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  max-width: 800px;
  width: 100%
}
.contact-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.contact-title i {
  color: var(--primary-cyan);
  font-size: 22px
}
.contact-text {
  color: var(--text-secondary);
  font-size: 14px;
  margin-bottom: 24px
}
.social-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 12px
}
.social-link-card {
  background: rgba(40,45,60,.5);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all .2s ease
}
.social-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79,168,255,.4);
  background: rgba(50,55,70,.6)
}
.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease
}
.social-icon.vk {
  background: linear-gradient(135deg,#4a76a8,#5e89ba)
}
.social-icon.telegram {
  background: linear-gradient(135deg,#229ed9,#34a9dd)
}
.social-icon.discord {
  background: linear-gradient(135deg,#5865f2,#7289da)
}
.social-link-card:hover .social-icon {
  transform: scale(1.05)
}
.social-icon i {
  font-size: 22px;
  color: #fff
}
.social-name {
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600
}
@media (max-width:968px) {
  .header {
    padding: 10px 0
  }
  .header.scrolled {
    padding: 8px 0
  }
  .logo img {
    height: 70px
  }
  .header.scrolled .logo img {
    height: 45px
  }
  .btn-login {
    display: none
  }
  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg,rgba(15,20,35,.97) 0,rgba(20,25,40,.97) 100%);
    backdrop-filter: blur(30px) saturate(180%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 80px 30px 30px;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transition: all .4s cubic-bezier(.68, -.55, .265, 1.55)
  }
  .nav-menu.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
  }
  .nav-menu::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle,rgba(79,168,255,.15) 0,transparent 70%);
    border-radius: 50%;
    animation: floatOrb 8s ease-in-out infinite;
    pointer-events: none
  }
  .nav-menu::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle,rgba(255,204,51,.1) 0,transparent 70%);
    border-radius: 50%;
    animation: floatOrb 10s ease-in-out infinite reverse;
    pointer-events: none
  }
  @keyframes floatOrb {
    0%,
    100% {
      transform: translate(0,0) scale(1)
    }
    50% {
      transform: translate(30px,-30px) scale(1.1)
    }
  }
  .nav-menu li {
    width: 100%;
    max-width: 400px;
    list-style: none;
    opacity: 0;
    transform: translateX(-50px);
    animation: none
  }
  .nav-menu.active li {
    animation: slideInMenu .5s cubic-bezier(.68,-.55,.265,1.55) forwards
  }
  .nav-menu.active li:first-child {
    animation-delay: .1s
  }
  .nav-menu.active li:nth-child(2) {
    animation-delay: .2s
  }
  .nav-menu.active li:nth-child(3) {
    animation-delay: .3s
  }
  .nav-menu.active li:nth-child(4) {
    animation-delay: .4s
  }
  .nav-menu.active li:nth-child(5) {
    animation-delay: .5s
  }
  @keyframes slideInMenu {
    to {
      opacity: 1;
      transform: translateX(0)
    }
  }
  .nav-menu .mobile-only {
    display: block
  }
  .nav-link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    margin: 8px 0;
    border-radius: 16px;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    background: rgba(255,255,255,.03);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: all .3s ease
  }
  .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(79,168,255,.2),transparent);
    transition: left .5s ease
  }
  .nav-link:hover::before {
    left: 100%
  }
  .nav-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: linear-gradient(135deg,rgba(79,168,255,.2),rgba(93,201,255,.2));
    border-radius: 10px;
    color: var(--primary-cyan);
    box-shadow: 0 0 20px rgba(79,168,255,.2);
    transition: all .3s ease
  }
  .nav-link:hover {
    background: rgba(79,168,255,.15);
    border-color: rgba(79,168,255,.4);
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(79,168,255,.3)
  }
  .nav-link:hover i {
    transform: scale(1.2) rotate(5deg);
    box-shadow: 0 0 30px rgba(79,168,255,.5)
  }
  .nav-link.active {
    background: linear-gradient(135deg,rgba(79,168,255,.25),rgba(93,201,255,.15));
    border-color: var(--primary-cyan);
    box-shadow: 0 8px 40px rgba(79,168,255,.4);
    transform: translateX(10px)
  }
  .nav-link.active i {
    background: linear-gradient(135deg,var(--primary-cyan),var(--primary-blue));
    color: #000
  }
  .nav-link-login {
    margin-top: 20px;
    background: linear-gradient(135deg,rgba(255,204,51,.2),rgba(255,153,51,.2));
    border-color: rgba(255,204,51,.4);
    color: var(--primary-yellow)!important
  }
  .nav-link-login:hover {
    background: linear-gradient(135deg,rgba(255,204,51,.3),rgba(255,153,51,.3));
    box-shadow: 0 8px 40px rgba(255,204,51,.4)
  }
  .nav-link-login i {
    background: linear-gradient(135deg,var(--primary-yellow),var(--primary-orange));
    color: #000
  }
  .mobile-menu-btn {
    display: flex;
    z-index: 1002
  }
  .hero-content {
    grid-template-columns: 1fr;
    gap: 50px
  }
  .hero-title {
    font-size: 48px
  }
  .hero-image {
    order: -1
  }
  .floating-card {
    display: none
  }
  .hero-screenshot-wrapper {
    transform: rotate(0)
  }
  .footer-content {
    grid-template-columns: repeat(2,1fr);
    gap: 40px
  }
  .footer-brand {
    grid-column: span 2
  }
  .sidebar-nav {
    display: none
  }
  .info-page {
    padding: 100px 0 40px
  }
  .faq-category {
    margin-bottom: 40px
  }
  .faq-category-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 12px
  }
  .faq-category-title i {
    font-size: 28px
  }
  .faq-grid {
    grid-template-columns: 1fr
  }
  .page-hero {
    padding: 30px 20px
  }
  .page-hero-title {
    font-size: 32px
  }
  body::-webkit-scrollbar {
    display: none
  }
  body {
    -ms-overflow-style: none;
    scrollbar-width: none
  }
  .news {
    padding-top: 120px
  }
}
@media (max-width:640px) {
  .hero-title {
    font-size: 36px
  }
  .hero-buttons {
    flex-direction: column
  }
  .btn-large {
    width: 100%;
    justify-content: center
  }
  .hero-stats {
    gap: 30px
  }
  .section-title {
    font-size: 36px
  }
  .footer-content {
    grid-template-columns: 1fr
  }
  .footer-brand {
    grid-column: span 1
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center
  }
  .info-page {
    padding: 90px 0 30px
  }
  .faq-category {
    margin-bottom: 32px
  }
  .faq-category-title {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    gap: 8px
  }
  .faq-category-title i {
    font-size: 24px
  }
  .page-hero-title {
    font-size: 28px;
    flex-direction: column
  }
  .contact-card {
    padding: 24px 20px
  }
  .contact-title {
    font-size: 20px
  }
}
.auth-page {
  min-height: 100vh;
  padding: 140px 20px 40px;
  position: relative
}
.auth-container {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}
.auth-content {
  position: relative
}
.auth-form-wrapper {
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  border-radius: 24px;
  border: 1px solid rgba(79,168,255,.2);
  padding: 40px;
  box-shadow: var(--shadow-heavy);
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.auth-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative
}
.auth-header {
  text-align: center;
  margin-bottom: 32px
}
.auth-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-yellow);
  margin-bottom: 8px;
  text-shadow: var(--glow-yellow)
}
.auth-subtitle {
  font-size: 15px;
  color: var(--text-secondary)
}
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center
}
.input-icon {
  position: absolute;
  left: 16px;
  color: var(--primary-cyan);
  font-size: 16px;
  pointer-events: none;
  z-index: 2
}
.form-input {
  width: 100%;
  padding: 14px 16px 14px 48px;
  background: rgba(30,36,57,.6);
  border: 2px solid rgba(79,168,255,.2);
  border-radius: 12px;
  color: var(--text-primary);
  font-size: 15px;
  font-family: Inter,sans-serif;
  transition: var(--transition-smooth);
  outline: 0
}
.form-input::placeholder {
  color: var(--text-tertiary)
}
.form-input:focus {
  border-color: var(--primary-blue);
  background: rgba(30,36,57,.8);
  box-shadow: 0 0 0 4px rgba(79,168,255,.1)
}
.form-input.error {
  border-color: #ff4757;
  animation: shake .5s ease
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-8px)
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(8px)
  }
}
.form-input:disabled {
  opacity: .5;
  cursor: not-allowed
}
.toggle-password {
  position: absolute;
  right: 16px;
  background: 0 0;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 8px;
  transition: var(--transition-smooth);
  z-index: 2
}
.toggle-password:hover {
  color: var(--primary-cyan)
}
.toggle-password:disabled {
  opacity: .5;
  cursor: not-allowed
}
.form-hint {
  font-size: 13px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px
}
.form-hint i {
  color: var(--primary-cyan);
  font-size: 14px
}
.form-warning {
  font-size: 13px;
  color: var(--primary-yellow);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 12px;
  background: rgba(255,193,7,.1);
  border: 1px solid rgba(255,193,7,.3);
  border-radius: 8px;
  line-height: 1.5
}
.form-warning i {
  color: var(--primary-yellow);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0
}
.password-requirements {
  margin-top: 12px;
  padding: 12px 14px;
  background: rgba(79,168,255,.08);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 10px
}
.password-requirements .requirements-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-cyan);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px
}
.password-requirements .requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px
}
.password-requirements .requirements-list li {
  font-size: 12px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .2s ease
}
.password-requirements .requirements-list li i {
  font-size: 6px;
  color: var(--text-muted);
  transition: color .2s ease
}
.password-requirements .requirements-list li.valid {
  color: var(--primary-green)
}
.password-requirements .requirements-list li.valid i {
  color: var(--primary-green)
}
.form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-secondary);
  cursor: pointer;
  user-select: none
}
.checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--primary-blue)
}
.checkbox-label.disabled {
  opacity: .5;
  cursor: not-allowed
}
.link-forgot {
  font-size: 14px;
  color: var(--primary-cyan);
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition-smooth)
}
.link-forgot:hover {
  color: var(--primary-yellow);
  text-decoration: underline
}
.gender-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}
.gender-option {
  position: relative
}
.gender-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none
}
.gender-option label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: rgba(30,36,57,.6);
  border: 2px solid rgba(79,168,255,.2);
  border-radius: 12px;
  cursor: pointer;
  transition: var(--transition-smooth);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-secondary)
}
.gender-option label i {
  font-size: 18px
}
.gender-option input:checked + label {
  background: rgba(79,168,255,.15);
  border-color: var(--primary-blue);
  color: var(--primary-cyan)
}
.gender-option[data-gender=male] label {
  border-color: rgba(79,168,255,.3)
}
.gender-option[data-gender=male] input:checked + label {
  background: rgba(79,168,255,.2);
  border-color: #4fa8ff;
  color: #4fa8ff
}
.gender-option[data-gender=male] label:hover {
  border-color: #4fa8ff;
  background: rgba(79,168,255,.15)
}
.gender-option[data-gender=male] label i {
  color: #4fa8ff
}
.gender-option[data-gender=female] label {
  border-color: rgba(255,105,180,.3)
}
.gender-option[data-gender=female] input:checked + label {
  background: rgba(255,105,180,.2);
  border-color: #ff69b4;
  color: #ff69b4
}
.gender-option[data-gender=female] label:hover {
  border-color: #ff69b4;
  background: rgba(255,105,180,.15)
}
.gender-option[data-gender=female] label i {
  color: #ff69b4
}
.gender-option input:disabled + label {
  opacity: .5;
  cursor: not-allowed
}
.btn-submit {
  width: 100%;
  padding: 16px 32px;
  background: var(--gradient-primary);
  border: none;
  border-radius: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat,sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--transition-smooth);
  box-shadow: var(--glow-yellow);
  margin-top: 8px
}
.btn-submit:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(255,204,51,.5)
}
.btn-submit:active {
  transform: translateY(-1px) scale(1.01)
}
.btn-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none
}
.btn-submit i {
  font-size: 18px
}
.form-footer {
  text-align: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(79,168,255,.1)
}
.form-footer p {
  font-size: 14px;
  color: var(--text-secondary)
}
.link-switch {
  color: var(--primary-cyan);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-smooth)
}
.link-switch:hover {
  color: var(--primary-yellow);
  text-decoration: underline
}
.link-inline {
  color: var(--primary-cyan);
  text-decoration: none;
  transition: var(--transition-smooth)
}
.link-inline:hover {
  color: var(--primary-yellow);
  text-decoration: underline
}
.notification {
  position: fixed!important;
  bottom: -200px!important;
  right: 20px!important;
  left: auto!important;
  top: auto!important;
  max-width: 380px;
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(79,168,255,.3);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: var(--shadow-heavy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: bottom .4s cubic-bezier(.4, 0, .2, 1),opacity .3s ease;
  z-index: 999999!important;
  pointer-events: auto;
  transform: translateZ(0)
}
.notification.show {
  bottom: 20px!important
}
.notification-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1
}
.notification-icon {
  font-size: 20px
}
.notification-icon i {
  display: block
}
.notification-message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5
}
.notification-close {
  background: 0 0;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 6px;
  transition: var(--transition-smooth);
  font-size: 16px
}
.notification-close:hover {
  color: var(--text-primary)
}
.notification.success {
  border-color: #2ecc71
}
.notification.success .notification-icon {
  color: #2ecc71
}
.notification.error {
  border-color: #ff4757
}
.notification.error .notification-icon {
  color: #ff4757
}
.notification.warning {
  border-color: var(--primary-yellow)
}
.notification.warning .notification-icon {
  color: var(--primary-yellow)
}
.notification.info {
  border-color: var(--primary-cyan)
}
.notification.info .notification-icon {
  color: var(--primary-cyan)
}
@media (max-width:640px) {
  .auth-page {
    padding: 100px 16px 30px
  }
  .auth-form-wrapper {
    padding: 28px 20px
  }
  .auth-title {
    font-size: 28px
  }
  .form-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
  .notification {
    max-width: calc(100vw - 32px);
    left: 16px!important;
    right: 16px!important;
    bottom: -200px!important
  }
  .notification.show {
    bottom: 16px!important
  }
}
.donate-page {
  min-height: 100vh;
  padding: 120px 20px 40px;
  position: relative
}
.page-hero-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-primary);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 32px rgba(79,168,255,.3)
}
.page-hero-icon i {
  font-size: 36px;
  color: #fff
}
.currency-info {
  margin: 20px 0
}
.currency-card {
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  transition: var(--transition-smooth)
}
.currency-card:hover {
  border-color: rgba(79,168,255,.4);
  box-shadow: 0 8px 32px rgba(79,168,255,.15)
}
.currency-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: none;
  transform: none
}
.currency-icon i {
  font-size: 40px;
  color: #fff;
  animation: none;
  transform: none
}
.currency-name {
  font-family: 'Exo 2',sans-serif;
  font-size: 28px;
  color: var(--primary-yellow);
  margin: 0 0 8px
}
.currency-description {
  font-size: 16px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6
}
.pricing-section {
  margin: 80px 0;
  padding: 0 20px
}
.section-title-small {
  font-family: 'Exo 2',sans-serif;
  font-size: 52px;
  color: #fff;
  text-align: center;
  margin: 0 0 80px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  text-shadow: 0 0 60px rgba(79,168,255,.4)
}
.section-title-small::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg,transparent,var(--primary-cyan),transparent);
  border-radius: 2px
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(340px,1fr));
  gap: 36px;
  max-width: 1600px;
  margin: 0 auto;
  perspective: 1000px
}
.pricing-card {
  background: linear-gradient(145deg,rgba(25,30,45,.95) 0,rgba(15,20,35,.98) 100%);
  border-radius: 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .5s cubic-bezier(.34, 1.56, .64, 1);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(79,168,255,.1) inset;
  transform-style: preserve-3d;
  min-height: 420px
}
.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
  transform: skewX(-25deg);
  transition: left .7s ease;
  z-index: 10;
  pointer-events: none
}
.pricing-card:hover::before {
  left: 150%
}
.pricing-card::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg,rgba(79,168,255,.5),rgba(93,201,255,.3));
  border-radius: 24px;
  opacity: 0;
  z-index: -1;
  filter: blur(20px);
  transition: opacity .5s ease
}
.pricing-card:hover {
  transform: translateY(-16px) rotateX(2deg);
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(79,168,255,.3) inset,0 0 60px rgba(79,168,255,.2)
}
.pricing-card:hover::after {
  opacity: 1
}
.pricing-card.popular {
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,204,51,.2) inset
}
.pricing-card.popular::after {
  background: linear-gradient(135deg,rgba(255,204,51,.5),rgba(255,152,0,.3))
}
.pricing-card.popular:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(255,204,51,.4) inset,0 0 60px rgba(255,204,51,.3)
}
.pricing-card.best-deal {
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(93,201,255,.2) inset
}
.pricing-card.best-deal::after {
  background: linear-gradient(135deg,rgba(93,201,255,.5),rgba(79,168,255,.3))
}
.pricing-card.best-deal:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(93,201,255,.4) inset,0 0 60px rgba(93,201,255,.3)
}
.pricing-card.vip {
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,215,0,.2) inset
}
.pricing-card.vip::after {
  background: linear-gradient(135deg,rgba(255,215,0,.5),rgba(255,152,0,.3))
}
.pricing-card.vip:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(255,215,0,.4) inset,0 0 60px rgba(255,215,0,.3)
}
.popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg,gold 0,orange 100%);
  color: #000;
  font-weight: 900;
  font-size: 11px;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  z-index: 10;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 4px 20px rgba(255,215,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}
.popular-badge.best {
  background: linear-gradient(135deg,#5dc9ff 0,#4fa8ff 100%)
}
.popular-badge.vip {
  background: linear-gradient(135deg,gold 0,#ff9800 100%)
}
.popular-badge i {
  font-size: 11px
}
.pricing-header {
  padding: 32px 32px 20px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.pricing-amount {
  font-family: 'Exo 2',sans-serif;
  font-size: 42px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px
}
.pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background: linear-gradient(135deg,rgba(79,168,255,.2),rgba(93,201,255,.1));
  color: var(--primary-cyan);
  font-weight: 800;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid rgba(79,168,255,.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 15px rgba(79,168,255,.2);
  white-space: nowrap
}
.pricing-badge.bonus-5,
.pricing-badge.bonus-7 {
  background: linear-gradient(135deg,rgba(76,175,80,.2),rgba(76,175,80,.1));
  color: #4caf50;
  border-color: rgba(76,175,80,.4);
  box-shadow: 0 4px 15px rgba(76,175,80,.2)
}
.pricing-badge.bonus-10 {
  background: linear-gradient(135deg,rgba(255,193,7,.2),rgba(255,193,7,.1));
  color: #ffc107;
  border-color: rgba(255,193,7,.4);
  box-shadow: 0 4px 15px rgba(255,193,7,.2)
}
.pricing-badge.bonus-15 {
  background: linear-gradient(135deg,rgba(255,152,0,.2),rgba(255,152,0,.1));
  color: #ff9800;
  border-color: rgba(255,152,0,.4);
  box-shadow: 0 4px 15px rgba(255,152,0,.2)
}
.pricing-badge.bonus-20 {
  background: linear-gradient(135deg,rgba(255,87,34,.2),rgba(255,87,34,.1));
  color: #ff5722;
  border-color: rgba(255,87,34,.4);
  box-shadow: 0 4px 15px rgba(255,87,34,.2)
}
.pricing-badge.bonus-25 {
  background: linear-gradient(135deg,rgba(255,215,0,.2),rgba(255,215,0,.1));
  color: gold;
  border-color: rgba(255,215,0,.4);
  box-shadow: 0 4px 15px rgba(255,215,0,.2)
}
.pricing-badge.discount {
  background: linear-gradient(135deg,rgba(255,23,68,.3),rgba(244,67,54,.2));
  color: #ff1744;
  border-color: rgba(255,23,68,.5);
  box-shadow: 0 4px 20px rgba(255,23,68,.3);
  font-size: 14px;
  font-weight: 900;
  padding: 8px 16px;
  animation: pulse-discount 2s ease-in-out infinite
}
@keyframes pulse-discount {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(255,23,68,.3)
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 30px rgba(255,23,68,.5)
  }
}
.pricing-amount-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start
}
.pricing-amount.original {
  font-size: 24px;
  color: rgba(255,255,255,.4);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255,23,68,0.6);
  margin: 0;
  opacity: .7
}
.pricing-amount.discounted {
  font-size: 48px;
  color: #ff1744;
  background: linear-gradient(135deg,#ff1744 0,#f44336 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(255, 23, 68, .5));
  margin: 0;
  animation: glow-price 2s ease-in-out infinite
}
@keyframes glow-price {
  0%,
  100% {
    filter: drop-shadow(0 0 20px rgba(255, 23, 68, .5))
  }
  50% {
    filter: drop-shadow(0 0 30px rgba(255, 23, 68, .8))
  }
}
.discount-percentage {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg,#ff1744 0,#f44336 100%);
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255,23,68,.4);
  animation: float 3s ease-in-out infinite
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-5px)
  }
}
.pricing-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 32px 32px;
  position: relative;
  z-index: 5
}
.pricing-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 10px
}
.pricing-icon img {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(255, 215, 0, .3));
  transition: var(--transition-smooth)
}
.pricing-card:hover .pricing-icon img {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 16px rgba(255, 215, 0, .5))
}
.pricing-card.popular .pricing-icon img {
  filter: drop-shadow(0 4px 12px rgba(255, 204, 51, .4))
}
.pricing-card.popular:hover .pricing-icon img {
  filter: drop-shadow(0 6px 16px rgba(255, 204, 51, .6))
}
.pricing-card.best-deal .pricing-icon img {
  filter: drop-shadow(0 4px 12px rgba(255, 153, 51, .5))
}
.pricing-card.best-deal:hover .pricing-icon img {
  filter: drop-shadow(0 6px 16px rgba(255, 153, 51, .7))
}
.pricing-card.vip .pricing-icon img {
  filter: drop-shadow(0 4px 12px rgba(255, 215, 0, .6))
}
.pricing-card.vip:hover .pricing-icon img {
  filter: drop-shadow(0 6px 16px rgba(255, 215, 0, .8))
}
.pricing-main {
  padding: 40px 0;
  margin-bottom: 28px;
  text-align: center;
  position: relative
}
.pricing-main::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle,rgba(255,215,0,.15) 0,rgba(255,152,0,.08) 40%,transparent 70%);
  animation: pulse 3s ease-in-out infinite;
  pointer-events: none
}
@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%,-50%) scale(1);
    opacity: .6
  }
  50% {
    transform: translate(-50%,-50%) scale(1.1);
    opacity: 1
  }
}
.pricing-bucks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative
}
.pricing-bucks i {
  font-size: 100px;
  background: linear-gradient(135deg,gold 0,orange 50%,gold 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 10px 40px rgba(255, 215, 0, .6))
}
@keyframes shimmer {
  0%,
  100% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
}
.bucks-count {
  font-family: 'Exo 2',sans-serif;
  font-size: 72px;
  background: linear-gradient(180deg,#fff 0,rgba(255,255,255,.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -3px;
  position: relative
}
.bucks-label {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800
}
.pricing-bonus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  padding: 20px;
  background: rgba(0,0,0,.2);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.05)
}
.bonus-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0
}
.bonus-row.highlight {
  padding: 18px 20px;
  margin: 8px -20px;
  background: linear-gradient(90deg,rgba(255,204,51,.08) 0,rgba(255,204,51,.15) 50%,rgba(255,204,51,.08) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255,204,51,.25);
  box-shadow: 0 0 30px rgba(255,204,51,.15)
}
.bonus-label {
  color: rgba(255,255,255,.6);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px
}
.bonus-value {
  color: rgba(255,255,255,.9);
  font-weight: 800;
  font-size: 16px;
  font-family: 'Exo 2',sans-serif
}
.bonus-row.highlight .bonus-label {
  color: #ffc107;
  font-size: 14px
}
.bonus-row.highlight .bonus-value {
  color: gold;
  font-size: 24px;
  text-shadow: 0 0 20px rgba(255,215,0,.8)
}
.pricing-total {
  display: none
}
.btn-buy {
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg,#4fa8ff 0,#5dc9ff 100%);
  color: #000;
  font-weight: 900;
  font-size: 16px;
  padding: 0 32px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(79,168,255,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(255,255,255,.3) 0,transparent 50%,rgba(255,255,255,.3) 100%);
  opacity: 0;
  transition: opacity .4s ease
}
.btn-buy:hover::before {
  opacity: 1
}
.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(79,168,255,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
.btn-buy:active {
  transform: translateY(0)
}
.btn-buy i,
.btn-buy span {
  position: relative;
  z-index: 1
}
.btn-buy i {
  font-size: 20px;
  transition: transform .3s ease
}
.btn-buy:hover i {
  transform: scale(1.2) rotate(-10deg)
}
.btn-buy.popular {
  background: linear-gradient(135deg,#ffc107 0,#ff9800 100%);
  box-shadow: 0 10px 30px rgba(255,193,7,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy.popular:hover {
  box-shadow: 0 15px 40px rgba(255,193,7,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
.btn-buy.best {
  background: linear-gradient(135deg,#5dc9ff 0,#4fa8ff 100%);
  box-shadow: 0 10px 30px rgba(93,201,255,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy.best:hover {
  box-shadow: 0 15px 40px rgba(93,201,255,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
.btn-buy.vip {
  background: linear-gradient(135deg,gold 0,#ff9800 100%);
  box-shadow: 0 10px 30px rgba(255,215,0,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy.vip:hover {
  box-shadow: 0 15px 40px rgba(255,215,0,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
@media (max-width:1200px) {
  .pricing-grid {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 30px
  }
}
@media (max-width:768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .section-title-small {
    font-size: 38px;
    margin-bottom: 60px
  }
  .pricing-amount {
    font-size: 36px
  }
  .bucks-count {
    font-size: 56px
  }
  .pricing-bucks i {
    font-size: 80px
  }
  .pricing-body,
  .pricing-header {
    padding: 24px
  }
  .btn-buy {
    height: 56px;
    font-size: 15px
  }
  .popular-badge {
    font-size: 10px;
    padding: 10px 16px
  }
}
@media (max-width:480px) {
  .pricing-bucks i {
    font-size: 70px
  }
  .bucks-count {
    font-size: 48px
  }
  .pricing-badge {
    font-size: 11px;
    padding: 7px 14px
  }
}
.pricing-section {
  margin: 80px 0;
  padding: 0 20px
}
.section-title-small {
  font-family: 'Exo 2',sans-serif;
  font-size: 52px;
  color: #fff;
  text-align: center;
  margin: 0 0 80px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  text-shadow: 0 0 60px rgba(79,168,255,.4)
}
.section-title-small::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg,transparent,var(--primary-cyan),transparent);
  border-radius: 2px
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
  gap: 22px;
  max-width: 1600px;
  margin: 0 auto;
  perspective: 1000px
}
.pricing-card {
  background: linear-gradient(145deg,rgba(25,30,45,.95) 0,rgba(15,20,35,.98) 100%);
  border-radius: 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .5s cubic-bezier(.34, 1.56, .64, 1);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(79,168,255,.1) inset;
  transform-style: preserve-3d
}
.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
  transform: skewX(-25deg);
  transition: left .7s ease;
  z-index: 10;
  pointer-events: none
}
.pricing-card:hover::before {
  left: 150%
}
.pricing-card::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg,rgba(79,168,255,.5),rgba(93,201,255,.3));
  border-radius: 18px;
  opacity: 0;
  z-index: -1;
  filter: blur(20px);
  transition: opacity .5s ease
}
.pricing-card:hover {
  transform: translateY(-16px) rotateX(2deg);
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(79,168,255,.3) inset,0 0 60px rgba(79,168,255,.2)
}
.pricing-card:hover::after {
  opacity: 1
}
.pricing-card.popular {
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,204,51,.2) inset
}
.pricing-card.popular::after {
  background: linear-gradient(135deg,rgba(255,204,51,.5),rgba(255,152,0,.3))
}
.pricing-card.popular:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(255,204,51,.4) inset,0 0 60px rgba(255,204,51,.3)
}
.pricing-card.best-deal {
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(93,201,255,.2) inset
}
.pricing-card.best-deal::after {
  background: linear-gradient(135deg,rgba(93,201,255,.5),rgba(79,168,255,.3))
}
.pricing-card.best-deal:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(93,201,255,.4) inset,0 0 60px rgba(93,201,255,.3)
}
.pricing-card.vip {
  box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(255,215,0,.2) inset
}
.pricing-card.vip::after {
  background: linear-gradient(135deg,rgba(255,215,0,.5),rgba(255,152,0,.3))
}
.pricing-card.vip:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,.7),0 0 0 1px rgba(255,215,0,.4) inset,0 0 60px rgba(255,215,0,.3)
}
.popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg,gold 0,orange 100%);
  color: #000;
  font-weight: 900;
  font-size: 9px;
  padding: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  z-index: 10;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 4px 20px rgba(255,215,0,.4)
}
.popular-badge.best {
  background: linear-gradient(135deg,#5dc9ff 0,#4fa8ff 100%)
}
.popular-badge.vip {
  background: linear-gradient(135deg,gold 0,#ff9800 100%)
}
.popular-badge i {
  margin-right: 5px
}
.pricing-header {
  padding: 20px 20px 16px;
  position: relative;
  z-index: 5
}
.pricing-card.best-deal .pricing-header,
.pricing-card.popular .pricing-header,
.pricing-card.vip .pricing-header {
  padding-top: 50px
}
.pricing-amount {
  font-family: 'Exo 2',sans-serif;
  font-size: 34px;
  color: #fff;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px
}
.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg,rgba(79,168,255,.2),rgba(93,201,255,.1));
  color: var(--primary-cyan);
  font-weight: 800;
  font-size: 10px;
  padding: 5px 11px;
  border-radius: 11px;
  border: 1px solid rgba(79,168,255,.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(79,168,255,.2)
}
.pricing-badge::before {
  content: '🎁';
  font-size: 12px
}
.pricing-badge.bonus-5,
.pricing-badge.bonus-7 {
  background: linear-gradient(135deg,rgba(76,175,80,.2),rgba(76,175,80,.1));
  color: #4caf50;
  border-color: rgba(76,175,80,.4);
  box-shadow: 0 4px 15px rgba(76,175,80,.2)
}
.pricing-badge.bonus-10 {
  background: linear-gradient(135deg,rgba(255,193,7,.2),rgba(255,193,7,.1));
  color: #ffc107;
  border-color: rgba(255,193,7,.4);
  box-shadow: 0 4px 15px rgba(255,193,7,.2)
}
.pricing-badge.bonus-15 {
  background: linear-gradient(135deg,rgba(255,152,0,.2),rgba(255,152,0,.1));
  color: #ff9800;
  border-color: rgba(255,152,0,.4);
  box-shadow: 0 4px 15px rgba(255,152,0,.2)
}
.pricing-badge.bonus-20 {
  background: linear-gradient(135deg,rgba(255,87,34,.2),rgba(255,87,34,.1));
  color: #ff5722;
  border-color: rgba(255,87,34,.4);
  box-shadow: 0 4px 15px rgba(255,87,34,.2)
}
.pricing-badge.bonus-25 {
  background: linear-gradient(135deg,rgba(255,215,0,.2),rgba(255,215,0,.1));
  color: gold;
  border-color: rgba(255,215,0,.4);
  box-shadow: 0 4px 15px rgba(255,215,0,.2)
}
.pricing-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
  position: relative;
  z-index: 5
}
.pricing-main {
  padding: 24px 0;
  margin-bottom: 18px;
  text-align: center;
  position: relative
}
.pricing-main::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle,rgba(255,215,0,.15) 0,rgba(255,152,0,.08) 40%,transparent 70%);
  animation: pulse 3s ease-in-out infinite
}
@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%,-50%) scale(1);
    opacity: .6
  }
  50% {
    transform: translate(-50%,-50%) scale(1.1);
    opacity: 1
  }
}
.pricing-bucks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  position: relative
}
.pricing-bucks i {
  font-size: 68px;
  background: linear-gradient(135deg,gold 0,orange 50%,gold 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 10px 40px rgba(255, 215, 0, .6))
}
@keyframes shimmer {
  0%,
  100% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
}
.bucks-count {
  font-family: 'Exo 2',sans-serif;
  font-size: 52px;
  background: linear-gradient(180deg,#fff 0,rgba(255,255,255,.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -2px;
  position: relative
}
.bucks-count::after {
  content: attr(data-count);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,var(--primary-cyan) 0,rgba(79,168,255,.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(10px);
  opacity: .6;
  z-index: -1
}
.bucks-label {
  font-size: 10px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 800
}
.pricing-bonus {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
  padding: 16px;
  background: rgba(0,0,0,.2);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.05)
}
.bonus-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0
}
.bonus-row.highlight {
  padding: 12px;
  margin: 0 -16px;
  background: linear-gradient(90deg,rgba(255,204,51,.08) 0,rgba(255,204,51,.15) 50%,rgba(255,204,51,.08) 100%);
  border-radius: 10px;
  border: 1px solid rgba(255,204,51,.25);
  box-shadow: 0 0 30px rgba(255,204,51,.15)
}
.bonus-label {
  color: rgba(255,255,255,.6);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px
}
.bonus-value {
  color: rgba(255,255,255,.9);
  font-weight: 800;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif
}
.bonus-row.highlight .bonus-label {
  color: #ffc107;
  font-size: 12px
}
.bonus-row.highlight .bonus-value {
  color: gold;
  font-size: 20px;
  text-shadow: 0 0 20px rgba(255,215,0,.8)
}
.pricing-total {
  display: none
}
.btn-buy {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg,#4fa8ff 0,#5dc9ff 100%);
  color: #000;
  font-weight: 900;
  font-size: 14px;
  padding: 0 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(79,168,255,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(255,255,255,.3) 0,transparent 50%,rgba(255,255,255,.3) 100%);
  opacity: 0;
  transition: opacity .4s ease
}
.btn-buy:hover::before {
  opacity: 1
}
.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(79,168,255,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
.btn-buy:active {
  transform: translateY(0)
}
.btn-buy i,
.btn-buy span {
  position: relative;
  z-index: 1
}
.btn-buy i {
  font-size: 17px;
  transition: transform .3s ease
}
.btn-buy:hover i {
  transform: scale(1.2) rotate(-10deg)
}
.btn-buy.popular {
  background: linear-gradient(135deg,#ffc107 0,#ff9800 100%);
  box-shadow: 0 10px 30px rgba(255,193,7,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy.popular:hover {
  box-shadow: 0 15px 40px rgba(255,193,7,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
.btn-buy.best {
  background: linear-gradient(135deg,#5dc9ff 0,#4fa8ff 100%);
  box-shadow: 0 10px 30px rgba(93,201,255,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy.best:hover {
  box-shadow: 0 15px 40px rgba(93,201,255,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
.btn-buy.vip {
  background: linear-gradient(135deg,gold 0,#ff9800 100%);
  box-shadow: 0 10px 30px rgba(255,215,0,.4),0 0 0 1px rgba(255,255,255,.1) inset
}
.btn-buy.vip:hover {
  box-shadow: 0 15px 40px rgba(255,215,0,.6),0 0 0 1px rgba(255,255,255,.2) inset
}
@media (max-width:1200px) {
  .pricing-grid {
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    gap: 20px
  }
}
@media (max-width:768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }
  .section-title-small {
    font-size: 38px;
    margin-bottom: 60px
  }
  .pricing-amount {
    font-size: 30px
  }
  .pricing-icon img {
    width: 100px
  }
  .bucks-count {
    font-size: 46px
  }
  .pricing-bucks i {
    font-size: 60px
  }
  .pricing-header {
    padding: 18px
  }
  .pricing-card.best-deal .pricing-header,
  .pricing-card.popular .pricing-header,
  .pricing-card.vip .pricing-header {
    padding-top: 36px
  }
  .pricing-body {
    padding: 0 18px 18px
  }
  .btn-buy {
    height: 46px;
    font-size: 13px
  }
}
@media (max-width:480px) {
  .pricing-bucks i {
    font-size: 56px
  }
  .bucks-count {
    font-size: 42px
  }
}
.payment-info {
  margin: 20px 0 0
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto
}
.info-card {
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  transition: var(--transition-smooth)
}
.info-card:hover {
  border-color: rgba(79,168,255,.4);
  transform: translateY(-4px)
}
.info-card i {
  font-size: 48px;
  color: var(--primary-cyan);
  margin-bottom: 16px
}
.info-card h3 {
  font-family: Montserrat,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px
}
.info-card p {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6
}
@media (max-width:768px) {
  .donate-page {
    padding: 110px 16px 30px
  }
  .page-hero-icon {
    width: 60px;
    height: 60px
  }
  .page-hero-icon i {
    font-size: 28px
  }
  .currency-card {
    flex-direction: column;
    text-align: center;
    padding: 24px
  }
  .currency-icon {
    width: 60px;
    height: 60px
  }
  .currency-icon i {
    font-size: 32px
  }
  .currency-name {
    font-size: 24px
  }
  .pricing-grid {
    grid-template-columns: 1fr
  }
  .section-title-small {
    font-size: 28px
  }
  .info-cards {
    grid-template-columns: 1fr
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.85);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible
}
.modal-content {
  background: var(--bg-glass);
  backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(79,168,255,.3);
  border-radius: 24px;
  padding: 0;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  transform: scale(.9);
  transition: all .3s ease
}
.modal-overlay.active .modal-content {
  transform: scale(1)
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 16px;
  transition: all .3s ease;
  z-index: 10
}
.modal-close:hover {
  background: rgba(255,255,255,.15);
  color: var(--text-primary);
  transform: rotate(90deg)
}
.modal-header {
  padding: 40px 32px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(79,168,255,.2)
}
.modal-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-primary);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(79,168,255,.3)
}
.modal-icon i {
  font-size: 36px;
  color: #fff
}
.modal-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 24px;
  color: var(--text-primary);
  margin: 0
}
.modal-body {
  padding: 32px
}
.purchase-summary {
  background: rgba(79,168,255,.05);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 15px
}
.summary-row.bonus-row {
  padding-top: 8px
}
.summary-row.total-row {
  padding-top: 16px
}
.summary-label {
  color: var(--text-secondary);
  font-weight: 500
}
.summary-value {
  color: var(--text-primary);
  font-weight: 700
}
.summary-value.highlight {
  color: var(--primary-cyan);
  font-size: 18px
}
.summary-value.bonus {
  color: var(--primary-yellow)
}
.summary-value.total {
  color: var(--primary-cyan);
  font-size: 18px
}
.summary-divider {
  height: 1px;
  background: rgba(79,168,255,.2);
  margin: 8px 0
}
.modal-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: rgba(93,201,255,.1);
  border-left: 3px solid var(--primary-cyan);
  border-radius: 8px;
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6
}
.modal-notice i {
  color: var(--primary-cyan);
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px
}
.modal-footer {
  padding: 24px 32px 32px;
  display: flex;
  gap: 12px
}
.btn-modal {
  flex: 1;
  padding: 16px 24px;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .3s ease
}
.btn-cancel {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--text-secondary)
}
.btn-cancel:hover {
  background: rgba(255,255,255,.1);
  color: var(--text-primary);
  transform: translateY(-2px)
}
.btn-confirm {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(79,168,255,.3)
}
.btn-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(79,168,255,.5)
}
@media (max-width:768px) {
  .modal-content {
    width: 95%;
    border-radius: 20px
  }
  .modal-header {
    padding: 32px 24px 20px
  }
  .modal-icon {
    width: 64px;
    height: 64px
  }
  .modal-icon i {
    font-size: 28px
  }
  .modal-title {
    font-size: 20px
  }
  .modal-body {
    padding: 24px
  }
  .modal-footer {
    padding: 20px 24px 24px;
    flex-direction: column
  }
  .btn-modal {
    width: 100%
  }
}
.donate-page section {
  padding: 0
}
.donate-page .page-hero {
  margin-bottom: 20px
}
.donate-page .section-title-small {
  margin-bottom: 32px
}
.tasks-page {
  background: var(--bg-primary)
}
.tasks-main {
  padding-top: 120px;
  min-height: 100vh
}
.tasks-hero {
  padding: 60px 0 40px;
  text-align: center;
  position: relative
}
.tasks-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 48px;
  background: linear-gradient(135deg,#fff 0,var(--primary-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}
.tasks-title i {
  font-size: 44px;
  color: var(--primary-cyan)
}
.tasks-subtitle {
  font-size: 18px;
  color: var(--text-secondary);
  margin: 0;
  max-width: 600px;
  margin: 0 auto
}
.tasks-content {
  padding: 40px 0 100px
}
.tasks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto
}
.task-card {
  background: linear-gradient(145deg,rgba(30,35,50,.9) 0,rgba(20,25,40,.95) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 24px;
  padding: 32px;
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp .6s ease forwards
}
.task-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,var(--primary-blue) 0,var(--primary-cyan) 100%);
  opacity: 0;
  transition: opacity .3s ease
}
.task-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(79,168,255,.5);
  box-shadow: 0 20px 60px rgba(79,168,255,.3)
}
.task-card:hover::before {
  opacity: 1
}
.task-card.completed {
  border-color: rgba(76,175,80,.4)
}
.task-card.completed::before {
  background: linear-gradient(90deg,#4caf50 0,#66bb6a 100%);
  opacity: 1
}
.task-card.completed:hover {
  box-shadow: 0 20px 60px rgba(76,175,80,.3)
}
.task-card.in-progress {
  border-color: rgba(255,193,7,.4)
}
.task-card.in-progress::before {
  background: linear-gradient(90deg,#ffc107 0,#ffd54f 100%);
  opacity: 1
}
.task-card.in-progress:hover {
  box-shadow: 0 20px 60px rgba(255,193,7,.3)
}
.task-card.final {
  border-color: rgba(255,215,0,.5)
}
.task-card.final::before {
  background: linear-gradient(90deg,gold 0,var(--primary-orange) 100%);
  opacity: 1
}
.task-card.final:hover {
  box-shadow: 0 20px 60px rgba(255,215,0,.4)
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.task-card:first-child {
  animation-delay: .1s
}
.task-card:nth-child(2) {
  animation-delay: .2s
}
.task-card:nth-child(3) {
  animation-delay: .3s
}
.task-card:nth-child(4) {
  animation-delay: .4s
}
.task-card:nth-child(5) {
  animation-delay: .5s
}
.task-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%
}
.task-header {
  width: 100%;
  margin-bottom: 24px
}
.task-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}
.completed-badge {
  background: rgba(76,175,80,.2);
  color: #4caf50;
  border: 1px solid rgba(76,175,80,.4)
}
.progress-badge {
  background: rgba(255,193,7,.2);
  color: #ffc107;
  border: 1px solid rgba(255,193,7,.4)
}
.pending-badge {
  background: rgba(79,168,255,.2);
  color: var(--primary-cyan);
  border: 1px solid rgba(79,168,255,.4)
}
.final-badge {
  background: rgba(255,215,0,.2);
  color: gold;
  border: 1px solid rgba(255,215,0,.4)
}
.task-progress-circle {
  position: relative;
  margin-bottom: 24px
}
.progress-ring {
  transform: rotate(-90deg)
}
.progress-ring-bg {
  fill: none;
  stroke: rgba(255,255,255,0.05);
  stroke-width: 8
}
.progress-ring-bar {
  fill: none;
  stroke: var(--primary-cyan);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  transition: stroke-dashoffset 1.5s cubic-bezier(.4, 0, .2, 1)
}
.task-card.completed .progress-ring-bar {
  stroke: #4CAF50
}
.task-card.in-progress .progress-ring-bar {
  stroke: #FFC107
}
.task-card.final .progress-ring-bar {
  stroke: #FFD700
}
.task-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Exo 2',sans-serif;
  font-size: 48px;
  background: linear-gradient(135deg,#fff 0,var(--primary-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.task-card.completed .task-number {
  background: linear-gradient(135deg,#4caf50 0,#66bb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.task-card.in-progress .task-number {
  background: linear-gradient(135deg,#ffc107 0,#ffd54f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.task-card.final .task-number {
  background: linear-gradient(135deg,gold 0,var(--primary-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.task-info {
  flex: 1;
  width: 100%;
  margin-bottom: 24px
}
.task-name {
  font-family: Montserrat,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.3
}
.task-year {
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  color: var(--primary-yellow);
  margin: 0 0 12px
}
.task-description {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0
}
.task-progress-bar {
  width: 100%;
  margin-top: auto
}
.progress-bar-track {
  height: 6px;
  background: rgba(255,255,255,.05);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px
}
.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg,var(--primary-blue) 0,var(--primary-cyan) 100%);
  border-radius: 3px;
  transition: width 1.5s cubic-bezier(.4, 0, .2, 1)
}
.task-card.completed .progress-bar-fill {
  background: linear-gradient(90deg,#4caf50 0,#66bb6a 100%)
}
.task-card.in-progress .progress-bar-fill {
  background: linear-gradient(90deg,#ffc107 0,#ffd54f 100%)
}
.task-card.final .progress-bar-fill {
  background: linear-gradient(90deg,gold 0,var(--primary-orange) 100%)
}
.progress-percent {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-cyan);
  text-align: center;
  display: block
}
.task-card.completed .progress-percent {
  color: #4caf50
}
.task-card.in-progress .progress-percent {
  color: #ffc107
}
.task-card.final .progress-percent {
  color: gold
}
@media (max-width:1024px) {
  .tasks-grid {
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 24px
  }
}
@media (max-width:768px) {
  .tasks-main {
    padding-top: 100px
  }
  .tasks-hero {
    padding: 40px 0 30px
  }
  .tasks-title {
    font-size: 32px;
    flex-direction: column;
    gap: 12px
  }
  .tasks-title i {
    font-size: 36px
  }
  .tasks-subtitle {
    font-size: 16px;
    padding: 0 20px
  }
  .tasks-content {
    padding: 30px 0 80px
  }
  .tasks-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }
  .task-card {
    padding: 24px
  }
  .task-name {
    font-size: 18px
  }
  .task-number {
    font-size: 40px
  }
  .progress-ring {
    width: 120px;
    height: 120px
  }
  .progress-ring-bar,
  .progress-ring-bg {
    r: 52;
    cx: 60;
    cy: 60
  }
}
@media (max-width:480px) {
  .tasks-title {
    font-size: 28px
  }
  .task-card {
    padding: 20px
  }
  .task-name {
    font-size: 16px
  }
  .task-description {
    font-size: 13px
  }
  .progress-ring {
    width: 100px;
    height: 100px
  }
  .progress-ring-bar,
  .progress-ring-bg {
    r: 42;
    cx: 50;
    cy: 50
  }
  .task-number {
    font-size: 32px
  }
}
.alarm-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}
.alarm-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 20px 60px;
  min-height: calc(100vh - 80px)
}
.alarm-container {
  width: 100%;
  max-width: 700px;
  animation: fadeInUp .6s ease-out
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.alarm-card {
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(79,168,255,.2);
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
  position: relative;
  overflow: hidden
}
.alarm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,transparent 0,var(--color-yellow) 25%,var(--color-orange) 50%,var(--color-yellow) 75%,transparent 100%);
  animation: shimmer 3s infinite
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(100%)
  }
}
.warning-icon {
  font-size: 72px;
  color: var(--color-yellow);
  margin-bottom: 24px;
  text-align: center;
  animation: pulse 2s infinite;
  filter: drop-shadow(0 0 20px rgba(255, 204, 51, .5))
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }
  50% {
    transform: scale(1.05);
    opacity: .9
  }
}
.alarm-header {
  text-align: center;
  margin-bottom: 32px
}
.alarm-header h1 {
  font-family: 'Exo 2',sans-serif;
  font-size: 36px;
  color: var(--color-yellow);
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 0 30px rgba(255,204,51,.6)
}
.alarm-content {
  margin-bottom: 40px
}
.alarm-text,
.alarm-warning {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-primary);
  margin-bottom: 20px
}
.alarm-warning {
  color: var(--text-secondary);
  font-size: 14px
}
.link-info {
  background: rgba(251,86,7,.1);
  border: 2px solid rgba(251,86,7,.3);
  border-radius: 16px;
  padding: 24px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: glowBorder 3s infinite
}
@keyframes glowBorder {
  0%,
  100% {
    border-color: rgba(251,86,7,.3);
    box-shadow: 0 0 0 rgba(251,86,7,0)
  }
  50% {
    border-color: rgba(251,86,7,.6);
    box-shadow: 0 0 20px rgba(251,86,7,.2)
  }
}
.link-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(251,86,7,.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-orange)
}
.link-text {
  flex: 1;
  overflow: hidden
}
.destination {
  font-family: 'Fira Code','Courier New',monospace;
  font-size: 15px;
  color: var(--color-orange);
  word-break: break-all;
  font-weight: 600;
  margin: 0
}
.alarm-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px
}
.alarm-actions .btn {
  flex: 1;
  max-width: 220px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Montserrat,sans-serif;
  text-transform: none
}
.btn-cancel {
  background: rgba(255,64,64,.2);
  color: #ff6b6b;
  border: 2px solid rgba(255,64,64,.4)
}
.btn-cancel:hover {
  background: rgba(255,64,64,.3);
  border-color: rgba(255,64,64,.6);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,64,64,.3)
}
.btn-proceed {
  background: linear-gradient(135deg,var(--primary-yellow) 0,var(--primary-orange) 100%);
  color: #0f1419;
  border: 2px solid transparent;
  font-weight: 700
}
.btn-proceed:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,204,51,.4);
  filter: brightness(1.1)
}
.btn-cancel:active,
.btn-proceed:active {
  transform: translateY(0)
}
.official-resources {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(79,168,255,.2);
  text-align: center
}
.official-resources h2 {
  font-family: Montserrat,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.official-resources h2 i {
  color: var(--color-blue);
  font-size: 24px
}
.official-resources p {
  color: var(--text-secondary);
  font-size: 14px;
  margin-bottom: 24px
}
.resource-list {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(165px,1fr));
  gap: 12px;
  margin-top: 20px
}
.resource-item {
  background: rgba(79,168,255,.1);
  border: 1px solid rgba(79,168,255,.3);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease;
  text-decoration: none;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 14px
}
.resource-item i {
  font-size: 20px;
  color: var(--color-blue);
  transition: transform .3s ease
}
.resource-item:hover {
  background: rgba(79,168,255,.2);
  border-color: rgba(79,168,255,.5);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(79,168,255,.2)
}
.resource-item:hover i {
  transform: scale(1.2)
}
@media (max-width:768px) {
  .alarm-main {
    padding: 100px 15px 40px
  }
  .alarm-card {
    padding: 32px 24px
  }
  .warning-icon {
    font-size: 56px;
    margin-bottom: 20px
  }
  .alarm-header h1 {
    font-size: 28px
  }
  .alarm-text,
  .alarm-warning {
    font-size: 14px
  }
  .link-info {
    padding: 20px 16px;
    flex-direction: column;
    text-align: center
  }
  .link-icon {
    width: 40px;
    height: 40px;
    font-size: 20px
  }
  .destination {
    font-size: 13px
  }
  .alarm-actions {
    flex-direction: column;
    gap: 12px
  }
  .alarm-actions .btn {
    max-width: 100%;
    width: 100%;
    padding: 14px 24px;
    font-size: 15px
  }
  .official-resources h2 {
    font-size: 18px
  }
  .resource-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }
  .resource-item {
    padding: 12px 16px;
    font-size: 13px
  }
  .resource-item i {
    font-size: 18px
  }
}
@media (max-width:480px) {
  .alarm-card {
    padding: 24px 20px;
    border-radius: 20px
  }
  .warning-icon {
    font-size: 48px
  }
  .alarm-header h1 {
    font-size: 24px
  }
  .resource-list {
    grid-template-columns: 1fr
  }
}
@media (max-width:768px) {
  .hero {
    display: none
  }
  .features {
    display: none
  }
  .support-grid {
    display: flex;
    flex-direction: column;
    gap: 40px
  }
  .support-info {
    order: 1
  }
  .support-stats {
    order: 2;
    position: relative;
    top: 0
  }
}
#telegram-modal .modal-header {
  padding: 40px 32px 24px;
  text-align: center;
  border-bottom: none
}
#telegram-modal .modal-header .telegram-icon {
  font-size: 64px;
  color: var(--primary-cyan);
  margin-bottom: 16px;
  display: block;
  animation: pulse 2s ease-in-out infinite
}
#telegram-modal .modal-title {
  font-family: 'Exo 2',sans-serif;
  font-size: 28px;
  color: var(--text-primary);
  margin: 0
}
#telegram-modal .modal-body {
  padding: 0 32px 32px
}
#telegram-modal .modal-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 24px;
  text-align: center
}
.telegram-bot-info {
  background: rgba(79,168,255,.1);
  border: 1px solid rgba(79,168,255,.3);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px
}
.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--text-secondary)
}
.info-item i {
  color: var(--primary-cyan);
  font-size: 18px;
  width: 24px;
  text-align: center
}
.info-item strong {
  color: var(--text-primary);
  font-weight: 600
}
.info-item:not(:last-child) {
  border-bottom: 1px solid rgba(79,168,255,.2)
}
.btn-telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 24px;
  background: var(--gradient-blue);
  border: none;
  border-radius: 12px;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 20px rgba(79,168,255,.3)
}
.btn-telegram:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(79,168,255,.5)
}
.btn-telegram i {
  font-size: 20px
}
.modal-hint {
  font-size: 13px;
  color: var(--text-tertiary);
  text-align: center;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}
.modal-hint i {
  color: var(--primary-yellow)
}
#telegram-modal .modal-footer {
  padding: 0 32px 32px;
  display: flex;
  justify-content: center;
  gap: 12px;
  border-top: none
}
.btn-secondary {
  padding: 12px 24px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-smooth)
}
.btn-secondary:hover {
  background: rgba(255,255,255,.15);
  color: var(--text-primary)
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }
  50% {
    transform: scale(1.05);
    opacity: .8
  }
}
@media (max-width:768px) {
  #telegram-modal .modal-header .telegram-icon {
    font-size: 48px
  }
  #telegram-modal .modal-title {
    font-size: 22px
  }
  #telegram-modal .modal-text {
    font-size: 14px
  }
  .btn-telegram {
    font-size: 15px;
    padding: 14px 20px
  }
}