/* Final sweep: remaining pages, generic panels, modals and records. */
.page:not(#home):not(#coin-detail):not(#market):not(#trade):not(#assets):not(#profile){
  width:min(1500px,calc(100% - 36px))!important;
  margin:0 auto!important;
  padding:36px 0 56px!important;
}
.page:not(#home):not(#coin-detail):not(#market):not(#trade):not(#assets):not(#profile) > .page-title{
  margin:0 0 8px!important;
  color:#f6fbfb!important;
  font-size:34px!important;
  letter-spacing:0!important;
}
.page:not(#home):not(#coin-detail):not(#market):not(#trade):not(#assets):not(#profile) > .page-desc{
  max-width:760px!important;
  margin:0 0 22px!important;
  color:#94a4af!important;
  font-size:13px!important;
  line-height:1.8!important;
}
#security .security-list,
.footer-info-page .premium-module,
#about .premium-module,
#about .features,
#about .security-list,
#news .news-timeline{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
#security .security-list{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
#security .security-item,
.footer-info-page .premium-module-card,
#about .premium-module-card,
#about .feature,
#about .security-item,
#news .news-timeline .premium-module-card{
  min-height:178px!important;
  padding:22px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(53,229,212,.10),transparent 32%),
    linear-gradient(145deg,rgba(17,28,34,.88),rgba(7,13,17,.78))!important;
  color:#d9e4e8!important;
  box-shadow:0 18px 48px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.045)!important;
  position:relative!important;
  overflow:hidden!important;
  cursor:default!important;
}
#security .security-item{
  cursor:pointer!important;
}
#security .security-item::after,
.footer-info-page .premium-module-card::after,
#about .premium-module-card::after,
#about .feature::after,
#about .security-item::after,
#news .news-timeline .premium-module-card::after{
  content:""!important;
  position:absolute!important;
  right:16px!important;
  top:16px!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  background:conic-gradient(from 120deg,rgba(53,229,212,0),rgba(53,229,212,.54),rgba(255,255,255,.08),rgba(53,229,212,0))!important;
  opacity:.65!important;
  animation:vxFinalPanelOrb 8s linear infinite!important;
  pointer-events:none!important;
}
#security .security-item:hover,
.footer-info-page .premium-module-card:hover,
#about .premium-module-card:hover,
#about .feature:hover,
#about .security-item:hover,
#news .news-timeline .premium-module-card:hover{
  border-color:rgba(53,229,212,.20)!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(53,229,212,.14),transparent 34%),
    linear-gradient(145deg,rgba(19,34,38,.92),rgba(8,14,18,.82))!important;
  transform:translateY(-2px)!important;
}
#security .security-item h3,
.footer-info-page .premium-module-card h3,
#about .premium-module-card h3,
#about .feature h3,
#about .security-item h3,
#news .news-timeline .premium-module-card h3{
  color:#f4fbfb!important;
  font-size:18px!important;
  line-height:1.4!important;
  margin:0 0 12px!important;
  position:relative!important;
  z-index:1!important;
}
#security .security-item p,
.footer-info-page .premium-module-card p,
#about .premium-module-card p,
#about .feature p,
#about .security-item p,
#news .news-timeline .premium-module-card p{
  color:#8fa0ab!important;
  font-size:12px!important;
  line-height:1.78!important;
  margin:0!important;
  position:relative!important;
  z-index:1!important;
}
#security .security-action{
  width:max-content!important;
  max-width:100%!important;
  margin-top:18px!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  border:1px solid rgba(53,229,212,.18)!important;
  background:rgba(53,229,212,.065)!important;
  color:#35e5d4!important;
  font-size:11px!important;
  font-weight:950!important;
}
.about-hero-card{
  min-height:220px!important;
  padding:28px!important;
  border:1px solid rgba(53,229,212,.16)!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(53,229,212,.18),transparent 30%),
    linear-gradient(145deg,rgba(15,31,35,.94),rgba(7,13,17,.88) 56%,rgba(13,19,24,.96))!important;
  box-shadow:0 26px 70px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.055)!important;
  overflow:hidden!important;
  position:relative!important;
}
.about-hero-card::after{
  content:""!important;
  position:absolute!important;
  right:-62px!important;
  top:-80px!important;
  width:220px!important;
  height:220px!important;
  border-radius:50%!important;
  background:conic-gradient(from 120deg,rgba(53,229,212,0),rgba(53,229,212,.46),rgba(255,255,255,.08),rgba(53,229,212,0))!important;
  animation:vxFinalPanelOrb 10s linear infinite!important;
  opacity:.8!important;
}
.about-hero-card span,
.about-hero-card h2,
.about-hero-card p{
  position:relative!important;
  z-index:1!important;
}
.about-hero-card span{
  color:#35e5d4!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:2px!important;
}
.about-hero-card h2{
  margin:12px 0!important;
  color:#f6fbfb!important;
  font-size:clamp(28px,3vw,44px)!important;
  line-height:1.12!important;
}
.about-hero-card p{
  max-width:680px!important;
  color:#94a4af!important;
  line-height:1.8!important;
}
.table-card:not(#assets > .table-card){
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(17,28,34,.88),rgba(7,13,17,.78))!important;
  box-shadow:0 18px 48px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.table-card h3{
  color:#f4fbfb!important;
  font-size:19px!important;
  font-weight:950!important;
}
.table-card th{
  color:#7e8f9b!important;
  background:rgba(53,229,212,.045)!important;
  font-size:11px!important;
}
.table-card td{
  color:#dfe8eb!important;
  border-top:1px solid rgba(255,255,255,.045)!important;
}
.back-home,
.btn.back-home{
  min-height:46px!important;
  padding:0 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;
  border-radius:999px!important;
  border:1px solid rgba(53,229,212,.26)!important;
  background:rgba(53,229,212,.075)!important;
  color:#35e5d4!important;
  font-size:13px!important;
  font-weight:950!important;
  box-shadow:none!important;
}
.order-modal-mask,
.login-modal-mask{
  background:rgba(2,6,10,.72)!important;
  backdrop-filter:blur(14px) saturate(118%)!important;
  -webkit-backdrop-filter:blur(14px) saturate(118%)!important;
  padding:18px!important;
}
.order-modal,
.login-modal{
  border:1px solid rgba(53,229,212,.18)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 90% 10%,rgba(53,229,212,.16),transparent 30%),
    linear-gradient(145deg,rgba(17,28,34,.96),rgba(7,13,17,.94))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.055)!important;
}
.order-modal h3,
.login-modal h3{
  color:#f4fbfb!important;
}
.order-modal-row{
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  color:#8fa0ab!important;
}
.order-modal-row strong{
  color:#f4fbfb!important;
}
.order-modal-close,
.login-modal-login{
  border-radius:15px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0) 42%),
    linear-gradient(135deg,#5ff5e6,#25dcca 48%,#119b91)!important;
  color:#061314!important;
  font-weight:950!important;
}
.login-modal-cancel{
  border-radius:15px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  background:rgba(255,255,255,.045)!important;
  color:#d7e0e5!important;
}
#change-email-mask .order-modal,
#google-2fa-mask .order-modal,
#kyc-mask .order-modal{
  max-height:min(88svh,760px)!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  scroll-padding-bottom:100px!important;
}
#change-email-mask input,
#google-2fa-mask input,
#kyc-mask input,
#kyc-mask select{
  width:100%!important;
  min-height:46px!important;
  border-radius:13px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  background:rgba(7,13,17,.58)!important;
  color:#eef6f7!important;
}
@keyframes vxFinalPanelOrb{to{transform:rotate(360deg);}}
@media(max-width:1100px){
  #security .security-list,
  .footer-info-page .premium-module,
  #about .premium-module,
  #about .features,
  #about .security-list,
  #news .news-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:900px){
  .page:not(#home):not(#coin-detail):not(#market):not(#trade):not(#assets):not(#profile){
    width:calc(100% - 28px)!important;
    padding:24px 0 calc(80px + env(safe-area-inset-bottom))!important;
  }
  .page:not(#home):not(#coin-detail):not(#market):not(#trade):not(#assets):not(#profile) > .page-title{
    font-size:28px!important;
  }
  #security .security-list,
  .footer-info-page .premium-module,
  #about .premium-module,
  #about .features,
  #about .security-list,
  #news .news-timeline{
    grid-template-columns:1fr!important;
  }
  #security .security-item,
  .footer-info-page .premium-module-card,
  #about .premium-module-card,
  #about .feature,
  #about .security-item,
  #news .news-timeline .premium-module-card{
    min-height:auto!important;
    padding:20px!important;
    border-radius:20px!important;
  }
  .about-hero-card{
    min-height:auto!important;
    padding:22px!important;
    border-radius:22px!important;
  }
  .table-card{
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .table-card table{
    min-width:620px!important;
  }
  .login-modal-actions{
    grid-template-columns:1fr!important;
  }
}
