:root{
  --fg-bg:#02070d;
  --fg-bg2:#06101c;
  --fg-panel:rgba(8,22,38,.56);
  --fg-panel-2:rgba(9,26,45,.68);
  --fg-panel-3:rgba(2,9,17,.48);
  --fg-line:rgba(113,255,241,.20);
  --fg-line-2:rgba(0,242,210,.42);
  --fg-text:#f3fbff;
  --fg-soft:#b9cbe0;
  --fg-muted:#7890a7;
  --fg-cyan:#19e7ff;
  --fg-teal:#00f2d2;
  --fg-green:#18f28c;
  --fg-purple:#a968ff;
  --fg-pink:#ff5bd8;
  --fg-red:#ff5575;
  --fg-amber:#ffbd3d;
  --fg-radius:22px;
  --fg-shadow:0 24px 70px rgba(0,0,0,.46);
  --fg-glow:0 0 34px rgba(0,242,210,.24);
}

html{background:var(--fg-bg)!important;color-scheme:dark;}
body{
  color:var(--fg-text)!important;
  font-family:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
  background:
    radial-gradient(circle at 50% -8%,rgba(0,242,210,.18),transparent 30%),
    radial-gradient(circle at 4% 18%,rgba(25,231,255,.13),transparent 28%),
    radial-gradient(circle at 100% 12%,rgba(169,104,255,.14),transparent 26%),
    linear-gradient(180deg,#02060b 0%,#071320 52%,#02060b 100%)!important;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-20;
  background:
    linear-gradient(rgba(0,242,210,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,242,210,.022) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at 50% 8%,black,transparent 78%);
}

body::after{
  content:"";
  position:fixed;
  left:-15%;
  right:-15%;
  bottom:-18%;
  height:40vh;
  z-index:-19;
  pointer-events:none;
  background:radial-gradient(ellipse at center,rgba(0,242,210,.24),transparent 62%);
  filter:blur(44px);
}

*{scrollbar-width:thin;scrollbar-color:rgba(0,242,210,.38) rgba(255,255,255,.04);}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
::-webkit-scrollbar-thumb{background:linear-gradient(var(--fg-teal),var(--fg-purple));border-radius:99px}

.page{
  width:min(100%,470px)!important;
  margin:0 auto!important;
  padding-left:14px!important;
  padding-right:14px!important;
}

.card,.section-card,.hero-card,.auth-card,.ref-card,.mini-stat,.stat-card,.plan-card,.deposit-method-box,.wallet-card,.list-item,.control-card,
.invest-summary-box,.calc-result-card,.calc-total,.profile-card,.supportpanel-card,.news-card,.level-card,
.quick-row,.table-wrap,.modal-content{
  position:relative;
  border:1px solid var(--fg-line)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.010)),
    radial-gradient(circle at 16% 0%,rgba(0,242,210,.12),transparent 34%),
    radial-gradient(circle at 100% 0%,rgba(169,104,255,.09),transparent 34%),
    rgba(5,16,29,.56)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 -1px 0 rgba(0,0,0,.35),
    0 18px 50px rgba(0,0,0,.38)!important;
  backdrop-filter:blur(22px) saturate(1.2);
  -webkit-backdrop-filter:blur(22px) saturate(1.2);
}

.card::before,.section-card::before,.hero-card::before,.auth-card::before,.ref-card::before,.plan-card::before,.wallet-card::before,.control-card::before,.deposit-method-box::before{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,242,210,.90),rgba(169,104,255,.42),transparent);
  pointer-events:none;
}

.topbar,.page-head,.control-topbar,.supportpanel-topbar{
  background:linear-gradient(180deg,rgba(3,10,18,.88),rgba(3,10,18,.58))!important;
  border-bottom:1px solid rgba(0,242,210,.16)!important;
  backdrop-filter:blur(26px) saturate(1.25);
  -webkit-backdrop-filter:blur(26px) saturate(1.25);
  box-shadow:0 14px 34px rgba(0,0,0,.28)!important;
}

.brand-mark{
  border-radius:14px!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.92),transparent 8%),
    conic-gradient(from 35deg,var(--fg-teal),var(--fg-cyan),var(--fg-green),var(--fg-purple),var(--fg-teal))!important;
  box-shadow:0 0 28px rgba(0,242,210,.42),inset 0 0 16px rgba(255,255,255,.18)!important;
  position:relative!important;
}
.brand-mark::before{
  content:"";
  position:absolute;
  inset:7px;
  border-radius:9px;
  background:rgba(4,18,24,.66);
  border:1px solid rgba(255,255,255,.25);
}
.brand-mark::after{
  content:"AI";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:var(--fg-teal);
  font-weight:900;
  font-size:10px;
  text-shadow:0 0 10px rgba(0,242,210,.9);
}

.brand-text,.auth-title,.section-title,.page-head-title h1,.page-head-title,.hero-title,.plan-name,h1,h2,h3{
  letter-spacing:-.025em;
}
.brand-text{
  font-weight:900!important;
  color:#fff!important;
  text-shadow:0 0 18px rgba(0,242,210,.14);
}

.icon-btn,.action-icon,.back-btn,.control-action,.supportpanel-action{
  border:1px solid rgba(132,255,241,.16)!important;
  background:
    radial-gradient(circle at 28% 18%,rgba(255,255,255,.14),transparent 20%),
    linear-gradient(145deg,rgba(25,45,68,.88),rgba(5,15,28,.86))!important;
  color:#eaffff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 12px 25px rgba(0,0,0,.24)!important;
}
.icon-btn:hover,.action-icon:hover,.back-btn:hover{
  color:var(--fg-teal)!important;
  border-color:rgba(0,242,210,.42)!important;
  box-shadow:var(--fg-glow)!important;
}

.he-icon{
  stroke:currentColor!important;
  fill:none!important;
  filter:drop-shadow(0 0 8px rgba(0,242,210,.26));
}
.icon-premium,.quick-icon,.page-head-icon,.wallet-icon,.method-icon{
  position:relative!important;
  overflow:hidden!important;
  border-radius:17px!important;
  color:#efffff!important;
  background:
    radial-gradient(circle at 28% 18%,rgba(255,255,255,.24),transparent 20%),
    linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.018)),
    rgba(5,18,31,.50)!important;
  border:1px solid rgba(132,255,241,.15)!important;
  box-shadow:
    inset -8px -10px 18px rgba(0,0,0,.22),
    inset 5px 5px 12px rgba(255,255,255,.07),
    0 0 22px rgba(0,242,210,.12)!important;
}
.icon-premium::after,.quick-icon::after,.page-head-icon::after{
  content:"";
  position:absolute;
  inset:-45%;
  background:linear-gradient(120deg,transparent 38%,rgba(255,255,255,.28),transparent 58%);
  transform:translateX(-62%) rotate(12deg);
  transition:transform .55s ease;
}
.icon-premium:hover::after,.quick-row:hover .quick-icon::after,.big-action:hover .icon-premium::after{
  transform:translateX(62%) rotate(12deg);
}
.icon-premium.blue{background:linear-gradient(145deg,rgba(25,231,255,.38),rgba(3,40,52,.70))!important;}
.icon-premium.purple{background:linear-gradient(145deg,rgba(169,104,255,.40),rgba(34,18,56,.72))!important;}
.icon-premium.green{background:linear-gradient(145deg,rgba(24,242,140,.38),rgba(0,55,39,.72))!important;}

.btn,button,.action-link{
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.btn{
  border:1px solid rgba(132,255,241,.16)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.008)),
    rgba(3,12,23,.48)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(0,0,0,.25)!important;
}
.btn:hover{transform:translateY(-2px);border-color:rgba(0,242,210,.44)!important;box-shadow:var(--fg-glow)!important;}
.btn-main{
  color:#f2feff!important;
  border:1px solid rgba(132,255,241,.26)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.030))!important;

  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 12px 28px rgba(0,0,0,.24),0 0 18px rgba(0,242,210,.075)!important;
  text-shadow:0 1px 10px rgba(0,0,0,.36)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
.btn-main .he-icon,.btn-main svg{stroke:#031011!important;
  stroke:#f2feff!important;
  color:#f2feff!important;
}
.btn-dark{
  background:
    linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.006)),
    rgba(0,0,0,.22)!important;
}

.input,.select,.textarea,input[type=text],input[type=email],input[type=password],input[type=number],textarea,select,input[type=file]{
  color:#fff!important;
  border:1px solid rgba(132,255,241,.18)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),
    rgba(1,8,16,.38)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 -1px 0 rgba(0,0,0,.25),0 10px 22px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.input:focus,.select:focus,.textarea:focus,input:focus,textarea:focus,select:focus{
  outline:none!important;
  border-color:rgba(0,242,210,.78)!important;
  background:
    linear-gradient(145deg,rgba(0,242,210,.070),rgba(255,255,255,.010)),
    rgba(1,8,16,.42)!important;
  box-shadow:0 0 0 3px rgba(0,242,210,.12),0 0 24px rgba(0,242,210,.14)!important;
}
.label{color:rgba(226,239,248,.78)!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase;}

.hero-card{
  border-radius:26px!important;
  overflow:hidden!important;
  min-height:230px;
  background:
    radial-gradient(circle at 82% 28%,rgba(0,242,210,.20),transparent 27%),
    radial-gradient(circle at 13% 10%,rgba(25,231,255,.10),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.060),rgba(255,255,255,.010)),
    rgba(5,17,31,.58)!important;
}
.premium-orb{
  background:
    radial-gradient(circle at 32% 23%,rgba(255,255,255,.95),transparent 8%),
    radial-gradient(circle,rgba(0,242,210,.88),rgba(25,231,255,.24) 45%,rgba(169,104,255,.58) 73%)!important;
  box-shadow:inset -20px -24px 38px rgba(0,0,0,.38),0 0 50px rgba(0,242,210,.36)!important;
}
.hero-visual{
  color:var(--fg-teal)!important;
  filter:drop-shadow(0 0 18px rgba(0,242,210,.34));
}
.live-title,.balance-label{
  color:var(--fg-soft)!important;
}
.live-balance{
  color:transparent!important;
  background:linear-gradient(90deg,#f1ffff 0%,#8efff4 26%,var(--fg-teal) 64%,var(--fg-green) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  text-shadow:0 0 18px rgba(0,242,210,.18);
  max-width:100%;
  overflow:hidden;
  text-overflow:clip;
}
.cycle-box{
  background:rgba(1,8,16,.34)!important;
  border:1px solid rgba(132,255,241,.16)!important;
  border-radius:16px!important;
}
.cycle-time{
  font-variant-numeric:tabular-nums;
  color:#fff!important;
}

.invest-active-tag,.status{
  border:1px solid rgba(24,242,140,.25)!important;
  color:var(--fg-green)!important;
  background:rgba(24,242,140,.10)!important;
  box-shadow:0 0 18px rgba(24,242,140,.10);
}
.status.pending{color:var(--fg-amber)!important;background:rgba(255,189,61,.10)!important;border-color:rgba(255,189,61,.25)!important;}
.status.red,.red{color:var(--fg-red)!important;background:rgba(255,85,117,.10)!important;border-color:rgba(255,85,117,.25)!important;}

.cta-grid{
  gap:11px!important;
}
.big-action{
  min-height:122px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  overflow:hidden!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(0,0,0,.30),0 18px 40px rgba(0,0,0,.32)!important;
}
.big-action.deposit{
  background:radial-gradient(circle at 42% 22%,rgba(255,255,255,.18),transparent 22%),linear-gradient(145deg,rgba(0,242,210,.78),rgba(2,84,78,.92))!important;
}
.big-action.invest{
  background:radial-gradient(circle at 42% 22%,rgba(255,255,255,.18),transparent 22%),linear-gradient(145deg,rgba(169,104,255,.80),rgba(54,24,84,.92))!important;
}
.big-action.withdraw{
  background:radial-gradient(circle at 42% 22%,rgba(255,255,255,.18),transparent 22%),linear-gradient(145deg,rgba(24,242,140,.76),rgba(0,82,58,.92))!important;
}
.big-action:hover{
  transform:translateY(-3px);
  box-shadow:0 0 36px rgba(0,242,210,.22),0 18px 44px rgba(0,0,0,.36)!important;
}
.big-action strong,.big-action span{color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.16);}

.quick-list{
  overflow:hidden;
}
.quick-row{
  border-radius:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid rgba(255,255,255,.070)!important;
  box-shadow:none!important;
  background:rgba(255,255,255,.010)!important;
}
.quick-row:hover{
  background:linear-gradient(90deg,rgba(0,242,210,.095),rgba(169,104,255,.040))!important;
}
.quick-name{font-weight:800!important;color:#f7fbff!important;}
.chev{color:var(--fg-teal)!important;}

.ref-card{
  border-radius:22px!important;
}
.ref-link,.wallet-address{
  color:#d7e6f2!important;
  word-break:break-all;
}
.mini-stat strong,.invest-summary-box strong,.wallet-card-title,.list-item-title{
  color:#fff!important;
}
.mini-stat span,.invest-summary-box span,.list-item-sub,.auth-subtitle,.wallet-card p{
  color:var(--fg-soft)!important;
}

.plan-card,.deposit-method-box{
  border-radius:24px!important;
}
.plan-meta,.plan-info,.deposit-info{
  color:var(--fg-soft)!important;
}
.gpu-plans-header,.page-head{
  border-bottom-color:rgba(0,242,210,.16)!important;
}
.calc-result-card strong,.calc-total strong{
  color:var(--fg-green)!important;
}

.auth-card{
  border-radius:26px!important;
}
.eyebrow{
  color:var(--fg-teal)!important;
  font-size:12px!important;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:900!important;
}
.auth-title{
  color:#fff!important;
  font-size:clamp(26px,7vw,34px)!important;
}
.alert{
  border-radius:17px!important;
  border:1px solid rgba(24,242,140,.25)!important;
  background:rgba(24,242,140,.10)!important;
  color:var(--fg-green)!important;
}
.alert.error{
  border-color:rgba(255,85,117,.25)!important;
  background:rgba(255,85,117,.10)!important;
  color:var(--fg-red)!important;
}

.bottom-nav,.user-nav{
  background:
    radial-gradient(circle at 50% 0%,rgba(0,242,210,.10),transparent 40%),
    rgba(4,13,23,.92)!important;
  border:1px solid rgba(132,255,241,.22)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(24px) saturate(1.2);
  -webkit-backdrop-filter:blur(24px) saturate(1.2);
}
.bottom-nav a,.user-nav a{
  color:var(--fg-soft)!important;
  font-weight:800!important;
}
.bottom-nav a.active,.user-nav a.active,.bottom-nav a:hover,.user-nav a:hover{
  color:#031011!important;
  background:linear-gradient(135deg,var(--fg-teal),var(--fg-green))!important;
  box-shadow:0 0 24px rgba(0,242,210,.25)!important;
}
.bottom-nav a.active svg,.user-nav a.active svg{stroke:#031011!important;}

table,.simple-table{
  border-collapse:separate!important;
  border-spacing:0!important;
}
th{
  color:#fff!important;
  background:rgba(0,242,210,.075)!important;
}
td,th{
  border-bottom:1px solid rgba(255,255,255,.070)!important;
}
tr:hover td{
  background:rgba(0,242,210,.045)!important;
}

.sidebar,.control-sidebar,.supportpanel-sidebar{
  background:rgba(3,11,20,.72)!important;
  border-right:1px solid rgba(0,242,210,.14)!important;
  backdrop-filter:blur(24px);
}
.sidebar a,.control-sidebar a,.supportpanel-sidebar a{
  border-radius:16px!important;
}
.sidebar a.active,.control-sidebar a.active,.supportpanel-sidebar a.active{
  background:linear-gradient(135deg,rgba(0,242,210,.18),rgba(169,104,255,.10))!important;
  color:#fff!important;
  border:1px solid rgba(0,242,210,.22)!important;
}

[data-copy]{
  cursor:pointer;
}

.fg-copy-toast{
  position:fixed;
  left:50%;
  bottom:96px;
  transform:translateX(-50%) translateY(18px);
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  display:grid;
  place-items:center;
  z-index:99999;
  color:#031011;
  font-weight:900;
  background:linear-gradient(135deg,var(--fg-teal),var(--fg-green));
  box-shadow:0 0 28px rgba(0,242,210,.28);
  opacity:0;
  pointer-events:none;
  transition:.25s ease;
}
.fg-copy-toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

@media(max-width:420px){
  .hero-card{min-height:210px;}
  .cta-grid{gap:9px!important;}
  .big-action{min-height:112px!important;}
  .icon-premium{width:48px!important;height:48px!important;border-radius:16px!important;}
  .section-title{font-size:13px!important;}
}

@media(max-width:360px){
  .live-balance{font-size:28px!important;}
  .big-action{min-height:104px!important;}
  .big-action strong{font-size:13px!important;}
}

:root{
  --fg-radius:18px;
}

.page{
  width:min(100%,460px)!important;
  padding-left:12px!important;
  padding-right:12px!important;
}

.card,.section-card,.hero-card,.auth-card,.ref-card,.mini-stat,.stat-card,.plan-card,.deposit-method-box,.wallet-card,.list-item,.control-card,
.invest-summary-box,.calc-result-card,.profile-card,.supportpanel-card,.news-card,.level-card,.table-wrap,.modal-content{
  border-radius:18px!important;
}

.section-card,.card,.ref-card,.plan-card,.deposit-method-box,.wallet-card,.auth-card,.control-card,.supportpanel-card,.news-card,.level-card{
  margin-bottom:10px!important;
}

.topbar,.page-head,.control-topbar,.supportpanel-topbar{
  min-height:54px!important;
  padding-top:0!important;
  padding-bottom:0!important;
  margin-bottom:10px!important;
}

.brand{
  min-height:42px!important;
  gap:9px!important;
}

.brand-mark{
  width:33px!important;
  height:33px!important;
  flex:0 0 33px!important;
  border-radius:12px!important;
}

.brand-text{
  line-height:1!important;
}

.icon-btn,.action-icon,.back-btn{
  width:37px!important;
  height:37px!important;
  border-radius:13px!important;
}

.icon-btn svg,.action-icon svg,.back-btn svg,.he-icon{
  width:18px;
  height:18px;
}

h1,.auth-title{
  font-size:clamp(24px,6.4vw,31px)!important;
  line-height:1.08!important;
  margin-top:0!important;
  margin-bottom:8px!important;
}
h2{
  font-size:clamp(19px,5vw,24px)!important;
  line-height:1.12!important;
}
h3{
  font-size:clamp(15px,4vw,18px)!important;
  line-height:1.16!important;
}
p{
  line-height:1.45!important;
}

.section-title,.page-head-title,.card-title{
  min-height:38px!important;
  padding:0 12px!important;
  font-size:13px!important;
  line-height:1.1!important;
  gap:8px!important;
}

.section-title .he-icon,.page-head-icon .he-icon{
  width:17px!important;
  height:17px!important;
}

.form-grid{
  gap:10px!important;
}

.form-group{
  gap:6px!important;
  margin-bottom:10px!important;
}

.label{
  font-size:10.5px!important;
  line-height:1.1!important;
  letter-spacing:.04em!important;
}

.input,.select,.textarea,input[type=text],input[type=email],input[type=password],input[type=number],textarea,select,input[type=file]{
  min-height:46px!important;
  border-radius:14px!important;
  padding:0 13px!important;
  font-size:14px!important;
}

.textarea,textarea{
  min-height:84px!important;
  padding:12px 13px!important;
}

.btn{
  min-height:43px!important;
  border-radius:14px!important;
  padding:0 14px!important;
  font-size:13px!important;
  gap:7px!important;
}

.btn-small{
  min-height:35px!important;
  padding:0 11px!important;
  font-size:12px!important;
}

.auth-card{
  padding:16px!important;
  max-width:420px!important;
}
.eyebrow{
  font-size:11px!important;
  margin-bottom:6px!important;
}
.auth-subtitle{
  margin-top:0!important;
  margin-bottom:12px!important;
  font-size:13px!important;
}
.alert{
  padding:10px 12px!important;
  margin-bottom:10px!important;
  border-radius:14px!important;
  font-size:13px!important;
}

.dashboard-page{
  padding-top:8px!important;
  padding-bottom:80px!important;
}

.dashboard-page .topbar{
  min-height:52px!important;
  margin-bottom:8px!important;
}

.dashboard-page .hero-card{
  margin-bottom:8px!important;
  border-radius:20px!important;
}

.dashboard-page .invest-active-tag{
  top:10px!important;
  left:10px!important;
  min-height:26px!important;
  padding:0 9px!important;
  font-size:10px!important;
}

.dashboard-page .earning-center{
  display:grid!important;
  gap:5px!important;
  justify-items:center!important;
  padding:0!important;
  margin:0!important;
}

.dashboard-page .live-title,
.dashboard-page .balance-label{
  margin:0!important;
  font-size:11px!important;
  line-height:1.05!important;
}

.dashboard-page .live-balance{
  margin:0!important;
  font-size:clamp(29px,8vw,39px)!important;
  line-height:1!important;
  max-width:100%!important;
}

.dashboard-page .cycle-box{
  min-height:36px!important;
  padding:0 10px!important;
  margin:2px 0 0!important;
  gap:6px!important;
  border-radius:13px!important;
}

.dashboard-page .hero-action-stack,
.dashboard-page .active-invest-actions{
  gap:7px!important;
  margin:0!important;
}

.dashboard-page .hero-action-stack .btn,
.dashboard-page .hero-card > .btn,
.dashboard-page .active-invest-actions .btn{
  min-height:40px!important;
  padding:0 12px!important;
  border-radius:13px!important;
}

.dashboard-page .section-card,
.dashboard-page .ref-card,
.dashboard-page .mini-stats,
.dashboard-page .cta-grid{
  margin-top:0!important;
  margin-bottom:8px!important;
}

.dashboard-page .section-card{
  border-radius:18px!important;
  overflow:hidden!important;
}

.dashboard-page .section-card > div[style*="padding"]{
  padding:10px 12px!important;
}

.dashboard-page .section-card h2{
  font-size:21px!important;
  line-height:1.05!important;
  margin:0 0 5px!important;
}

.dashboard-page .section-card p{
  margin:0!important;
  line-height:1.35!important;
  font-size:13px!important;
}

.dashboard-page .invest-summary-grid{
  padding:9px!important;
  gap:7px!important;
}

.dashboard-page .invest-summary-box{
  padding:9px!important;
  border-radius:12px!important;
}

.dashboard-page .invest-summary-box span{
  margin-bottom:4px!important;
  font-size:10px!important;
  line-height:1.1!important;
}

.dashboard-page .invest-summary-box strong{
  font-size:13px!important;
  line-height:1.1!important;
}

.dashboard-page .ref-card{
  padding:10px!important;
  gap:9px!important;
  align-items:center!important;
  border-radius:18px!important;
}

.dashboard-page .ref-left{
  gap:9px!important;
  min-width:0!important;
}

.dashboard-page .ref-title{
  margin:0 0 3px!important;
  line-height:1.1!important;
  font-size:12px!important;
}

.dashboard-page .ref-link{
  margin:0!important;
  line-height:1.22!important;
  font-size:10.5px!important;
}

.dashboard-page .ref-actions{
  gap:6px!important;
}

.dashboard-page .ref-actions .action-icon{
  width:35px!important;
  height:35px!important;
  border-radius:12px!important;
}

.dashboard-page .mini-stats,
.mini-stats{
  gap:8px!important;
}

.dashboard-page .mini-stat,
.mini-stat{
  min-height:56px!important;
  padding:10px 11px!important;
  border-radius:16px!important;
}

.dashboard-page .mini-stat span,
.mini-stat span{
  margin-bottom:4px!important;
  line-height:1.12!important;
  font-size:10.5px!important;
}

.dashboard-page .mini-stat strong,
.mini-stat strong{
  font-size:16px!important;
  line-height:1.1!important;
}

.dashboard-page .cta-grid,
.cta-grid{
  gap:8px!important;
}

.dashboard-page .big-action,
.big-action{
  min-height:102px!important;
  padding:9px 6px!important;
  border-radius:18px!important;
}

.dashboard-page .big-action .icon-premium,
.big-action .icon-premium{
  width:46px!important;
  height:46px!important;
  border-radius:15px!important;
  margin-bottom:6px!important;
}

.dashboard-page .big-action strong,
.big-action strong{
  font-size:12.5px!important;
  line-height:1.05!important;
}

.dashboard-page .big-action span,
.big-action span{
  margin-top:2px!important;
  font-size:10px!important;
  line-height:1.05!important;
}

.quick-list{
  margin:0!important;
}

.quick-row,.list-item{
  min-height:48px!important;
  padding:8px 11px!important;
  gap:9px!important;
}

.quick-name{
  gap:8px!important;
  min-width:0!important;
  line-height:1.12!important;
}

.quick-name strong,.list-item-title{
  font-size:12px!important;
  line-height:1.12!important;
}

.quick-name small,.list-item-sub{
  font-size:10px!important;
  line-height:1.18!important;
}

.quick-icon,.icon-premium{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:13px!important;
}

.status{
  min-height:24px!important;
  padding:0 8px!important;
  font-size:10px!important;
  white-space:nowrap!important;
}

.chev{
  line-height:1!important;
}

.plan-card,.deposit-method-box,.wallet-card{
  padding:12px!important;
}

.plan-card .btn,
.deposit-method-box .btn,
.wallet-card .btn{
  min-height:41px!important;
}

.plan-meta,.plan-info,.deposit-info{
  font-size:12px!important;
  line-height:1.35!important;
}

.gpu-plans-header,.page-head{
  min-height:54px!important;
}

.table-wrap{
  overflow-x:auto!important;
  border-radius:16px!important;
}

table,.simple-table{
  font-size:12px!important;
}

th,td,.simple-table th,.simple-table td{
  padding:9px 10px!important;
  line-height:1.3!important;
}

.control-grid,.supportpanel-grid{
  gap:10px!important;
}

.control-card,.supportpanel-card{
  min-height:118px!important;
  padding:12px!important;
  border-radius:18px!important;
}

.control-card strong,.supportpanel-card strong{
  font-size:14px!important;
  line-height:1.15!important;
}

.control-card span,.supportpanel-card span{
  font-size:11px!important;
  line-height:1.35!important;
}

.bottom-nav,.user-nav{
  min-height:62px!important;
  padding:6px!important;
  bottom:8px!important;
  border-radius:22px!important;
}

.bottom-nav a,.user-nav a{
  gap:2px!important;
  font-size:9.5px!important;
  border-radius:15px!important;
}

.bottom-nav svg,.user-nav svg{
  width:16px!important;
  height:16px!important;
}

@media(max-width:420px){
  .page{
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .topbar,.page-head,.control-topbar,.supportpanel-topbar{
    min-height:50px!important;
    margin-bottom:8px!important;
  }

  .brand-text{
    font-size:17px!important;
  }

  .section-card,.card,.ref-card,.plan-card,.deposit-method-box,.wallet-card,.auth-card{
    margin-bottom:8px!important;
  }

  .dashboard-page .live-balance{
    font-size:clamp(27px,7.6vw,35px)!important;
  }

  .dashboard-page .cycle-box{
    min-height:34px!important;
  }

  .dashboard-page .big-action,
  .big-action{
    min-height:96px!important;
  }

  .dashboard-page .big-action .icon-premium,
  .big-action .icon-premium{
    width:42px!important;
    height:42px!important;
  }

  .quick-row,.list-item{
    min-height:46px!important;
    padding:8px 10px!important;
  }

  .input,.select,.textarea,input[type=text],input[type=email],input[type=password],input[type=number],textarea,select,input[type=file]{
    min-height:44px!important;
  }
}

@media(max-width:360px){
  .brand-text{
    font-size:16px!important;
  }

  .dashboard-page .live-balance{
    font-size:26px!important;
  }

  .dashboard-page .big-action,
  .big-action{
    min-height:90px!important;
  }

  .dashboard-page .big-action strong,
  .big-action strong{
    font-size:11.5px!important;
  }

  .dashboard-page .big-action span,
  .big-action span{
    font-size:9.5px!important;
  }

  .bottom-nav a,.user-nav a{
    font-size:8.8px!important;
  }
}

.dashboard-page .hero-card .earning-center,
.dashboard-page .hero-card .live-title,
.dashboard-page .hero-card .live-balance,
.dashboard-page .hero-card .cycle-box{
  position:relative;
  z-index:6;
}

.dashboard-page .hero-card .hero-visual,
.dashboard-page .hero-card .premium-orb{
  right:8px!important;
}



@media(max-width:360px){
  .dashboard-page .hero-card{
    min-height:124px!important;
  }

  .dashboard-page .hero-card .cycle-box{
    max-width:180px;
  }
}

@media(min-width:520px){
  .live-earning-robot-visual{
    right:8px;
    top:-34px;
    width:160px;
    height:160px;
  }
}

.dashboard-page .hero-card .earning-center,
.dashboard-page .hero-card .live-title,
.dashboard-page .hero-card .live-balance,
.dashboard-page .hero-card .cycle-box,
.dashboard-page .hero-card .hero-action-stack,
.dashboard-page .hero-card .active-invest-actions,
.dashboard-page .hero-card > *:not(.live-earning-robot-visual){
  position:relative!important;
  z-index:5!important;
}





.dashboard-page .hero-card{
  padding-right:12px!important;
}

.dashboard-page .hero-card .earning-center{
  isolation:isolate!important;
}

.dashboard-page .hero-card .live-title,
.dashboard-page .hero-card .live-balance,
.dashboard-page .hero-card .balance-label,
.dashboard-page .hero-card .cycle-box{
  position:relative!important;
  z-index:6!important;
}

.dashboard-page .hero-card .hero-action-stack,
.dashboard-page .hero-card .active-invest-actions,
.dashboard-page .hero-card > *:not(.live-earning-robot-visual){
  position:relative!important;
  z-index:5!important;
}

.dashboard-page .hero-card .hero-visual,
.dashboard-page .hero-card .premium-orb{
  transform:none!important;
}

.live-earning-robot-visual,
.live-earning-robot-visual *{
  max-height:none!important;
}

@media(max-width:420px){
  .dashboard-page .hero-card{
    padding-right:11px!important;
    min-height:0!important;
  }

  .live-earning-robot-visual{
    opacity:.52!important;
  }
}

@media(max-width:360px){
  .dashboard-page .hero-card{
    padding-right:10px!important;
  }
}

.dashboard-page .hero-card .earning-center{
  padding-top:0!important;
  padding-bottom:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
}

.dashboard-page .hero-card .live-title{
  margin-bottom:5px!important;
}

.dashboard-page .hero-card .live-balance{
  margin-top:0!important;
  margin-bottom:6px!important;
}

.dashboard-page .hero-card .cycle-box{
  margin-top:2px!important;
}

.dashboard-page .hero-card{
  padding-top:12px!important;
  padding-bottom:12px!important;
  flex-direction:column!important;
}

.dashboard-page .hero-card .invest-active-tag{
  max-width:none!important;
}

.dashboard-page .hero-card .earning-center{
  max-width:none!important;
}

.dashboard-page .hero-card .live-title{
  margin:0!important;
  line-height:1.05!important;
  text-align:left!important;
}

.dashboard-page .hero-card .balance-label{
  margin:0!important;
  line-height:1.05!important;
  text-align:left!important;
}

.dashboard-page .hero-card .hero-visual,
.dashboard-page .hero-card .premium-orb{
  opacity:0!important;
  pointer-events:none!important;
}

.dashboard-page .hero-card br{
  display:none!important;
}





.dashboard-page .hero-card{
  position:relative!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  padding:12px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-auto-rows:auto!important;
  align-items:start!important;
  align-content:start!important;
  justify-content:stretch!important;
  justify-items:stretch!important;
  gap:8px!important;
}

.dashboard-page .hero-card .hero-visual,
.dashboard-page .hero-card .premium-orb,
.dashboard-page .hero-card .hero-orb,
.dashboard-page .hero-card .visual-orb,
.dashboard-page .hero-card .ai-orb,
.dashboard-page .hero-card .hero-image,
.dashboard-page .hero-card .hero-art,
.dashboard-page .hero-card .floating-dots,
.dashboard-page .hero-card .hero-bg,
.dashboard-page .hero-card .chart-bg{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}

.dashboard-page .hero-card .invest-active-tag{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  order:1!important;
  width:100%!important;
  min-height:28px!important;
  margin:0!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  z-index:10!important;
}

.dashboard-page .hero-card .earning-center{
  order:2!important;
  position:relative!important;
  z-index:9!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0 clamp(94px,28vw,134px) 0 0!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-auto-rows:auto!important;
  align-items:start!important;
  justify-items:start!important;
  justify-content:start!important;
  align-content:start!important;
  text-align:left!important;
  gap:4px!important;
  transform:none!important;
}

.dashboard-page .hero-card .earning-center > *{
  margin-top:0!important;
  margin-bottom:0!important;
}

.dashboard-page .hero-card .live-title,
.dashboard-page .hero-card .balance-label{
  position:relative!important;
  z-index:10!important;
  text-align:left!important;
  line-height:1.05!important;
  margin:0!important;
  padding:0!important;
  text-shadow:0 2px 9px rgba(0,0,0,.55)!important;
}

.dashboard-page .hero-card .live-title{
  font-size:11px!important;
}

.dashboard-page .hero-card .balance-label{
  font-size:11px!important;
}

.dashboard-page .hero-card .live-balance{
  position:relative!important;
  z-index:10!important;
  margin:0!important;
  padding:0!important;
  font-size:clamp(27px,7.8vw,38px)!important;
  line-height:1!important;
  text-align:left!important;
  max-width:100%!important;
  overflow:visible!important;
  white-space:nowrap!important;
  text-shadow:
    0 2px 12px rgba(0,0,0,.58),
    0 0 18px rgba(0,242,210,.18)!important;
}

.dashboard-page .hero-card .cycle-box{
  position:relative!important;
  z-index:10!important;
  margin:4px 0 0!important;
  min-height:34px!important;
  width:max-content!important;
  max-width:100%!important;
  padding:0 10px!important;
}

.dashboard-page .hero-card .active-invest-actions,
.dashboard-page .hero-card .hero-action-stack{
  order:3!important;
  position:relative!important;
  z-index:9!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  width:100%!important;
  min-height:0!important;
}

.dashboard-page .hero-card .active-invest-actions .btn,
.dashboard-page .hero-card .hero-action-stack .btn,
.dashboard-page .hero-card > .btn{
  min-height:42px!important;
  margin:0!important;
  border-radius:14px!important;
}

.dashboard-page .hero-card > .btn{
  order:3!important;
  position:relative!important;
  z-index:9!important;
}

.dashboard-page .hero-card br,
.dashboard-page .hero-card .spacer,
.dashboard-page .hero-card .hero-spacer,
.dashboard-page .hero-card .empty-space{
  display:none!important;
}

.dashboard-page .hero-card > *{
  margin-top:0!important;
  margin-bottom:0!important;
}

@media(max-width:420px){
  .dashboard-page .hero-card{
    padding:11px!important;
    gap:7px!important;
  }

  .dashboard-page .hero-card .live-balance{
    font-size:clamp(25px,7.2vw,34px)!important;
  }

  .dashboard-page .hero-card .cycle-box{
    min-height:32px!important;
  }
}

@media(max-width:360px){

  .dashboard-page .hero-card .live-balance{
    font-size:24px!important;
  }

  .dashboard-page .hero-card .active-invest-actions .btn,
  .dashboard-page .hero-card .hero-action-stack .btn,
  .dashboard-page .hero-card > .btn{
    min-height:39px!important;
  }
}

.live-earning-robot-visual{
  position:absolute!important;
  z-index:7!important;
  transform:none!important;
  margin:0!important;
  padding:0!important;
  pointer-events:none!important;
  display:grid!important;
  place-items:center!important;
  filter:
    drop-shadow(0 0 13px rgba(25,231,255,.34))
    drop-shadow(0 12px 18px rgba(0,0,0,.30))!important;
}

.live-earning-robot-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
}

.live-earning-robot-visual::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:6%!important;
  width:62%!important;
  height:15%!important;
  transform:translateX(-50%)!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse at center,rgba(0,242,210,.24),rgba(0,242,210,.08) 48%,transparent 72%)!important;
  filter:blur(5px)!important;
  z-index:-1!important;
}

.dashboard-page .hero-card .earning-center,
.dashboard-page .hero-card .active-invest-actions,
.dashboard-page .hero-card .hero-action-stack,
.dashboard-page .hero-card .invest-active-tag{
  position:relative!important;
  z-index:9!important;
}







@media(max-width:360px){
  .live-earning-robot-visual{
    opacity:.92!important;
  }
}

.dashboard-page .hero-card{
  overflow:hidden!important;
}

.live-earning-robot-visual{
  transform-origin:50% 88%!important;
  animation:
    heRobotWalkSit 3.2s cubic-bezier(.18,.86,.26,1) 0s 1 both,
    heRobotSitIdle 2.4s ease-in-out 3.25s infinite!important;
  will-change:transform,opacity;
}

.live-earning-robot-visual img{
  transform-origin:58% 86%!important;
  animation:heRobotHandWave 1.15s ease-in-out 3.35s infinite!important;
  will-change:transform;
}

.live-earning-robot-visual::after{
  content:""!important;
  position:absolute!important;
  left:20%!important;
  top:11%!important;
  width:18px!important;
  height:18px!important;
  border-radius:999px!important;
  background:radial-gradient(circle,rgba(25,231,255,.92),rgba(25,231,255,.28) 45%,transparent 72%)!important;
  filter:blur(1px) drop-shadow(0 0 10px rgba(25,231,255,.75))!important;
  opacity:0!important;
  animation:heRobotBulbPulse 1.15s ease-in-out 3.35s infinite!important;
  pointer-events:none!important;
}

@keyframes heRobotWalkSit{
  0%{
    opacity:0;
    transform:translate3d(110px,18px,0) scale(.72) rotate(0deg);
  }
  12%{
    opacity:1;
  }
  25%{
    transform:translate3d(72px,14px,0) scale(.82) rotate(-4deg);
  }
  42%{
    transform:translate3d(38px,9px,0) scale(.92) rotate(4deg);
  }
  60%{
    transform:translate3d(14px,4px,0) scale(1.02) rotate(-3deg);
  }
  78%{
    transform:translate3d(0,-2px,0) scale(1.04) rotate(2deg);
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1) rotate(0deg);
  }
}

@keyframes heRobotSitIdle{
  0%,100%{
    transform:translate3d(0,0,0) scale(1) rotate(0deg);
  }
  50%{
    transform:translate3d(0,-3px,0) scale(1.012) rotate(-1.4deg);
  }
}

@keyframes heRobotHandWave{
  0%,100%{
    transform:rotate(0deg) translateY(0);
  }
  20%{
    transform:rotate(-2.8deg) translateY(-1px);
  }
  42%{
    transform:rotate(2.6deg) translateY(0);
  }
  64%{
    transform:rotate(-2deg) translateY(-1px);
  }
  82%{
    transform:rotate(1.8deg) translateY(0);
  }
}

@keyframes heRobotBulbPulse{
  0%,100%{
    opacity:.45;
    transform:scale(.86);
  }
  50%{
    opacity:1;
    transform:scale(1.22);
  }
}

@media(max-width:420px){

  .live-earning-robot-visual::after{
    width:16px!important;
    height:16px!important;
  }
}

@media(max-width:360px){

  .live-earning-robot-visual::after{
    width:14px!important;
    height:14px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .live-earning-robot-visual,
  .live-earning-robot-visual img,
  .live-earning-robot-visual::after{
    animation:none!important;
  }
}

.live-earning-robot-visual{
  top:42px!important;
  right:clamp(34px,9vw,48px)!important;
  width:clamp(92px,25vw,118px)!important;
  height:clamp(92px,25vw,118px)!important;
  opacity:.96!important;
}

.dashboard-page .hero-card .earning-center{
  padding-right:clamp(96px,28vw,132px)!important;
}

@keyframes heRobotWalkSit{
  0%{
    opacity:0;
    transform:translate3d(96px,8px,0) scale(.74) rotate(0deg);
  }
  12%{
    opacity:1;
  }
  25%{
    transform:translate3d(62px,6px,0) scale(.82) rotate(-4deg);
  }
  42%{
    transform:translate3d(34px,4px,0) scale(.92) rotate(4deg);
  }
  60%{
    transform:translate3d(12px,2px,0) scale(1.02) rotate(-3deg);
  }
  78%{
    transform:translate3d(0,-1px,0) scale(1.04) rotate(2deg);
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1) rotate(0deg);
  }
}

@media(max-width:420px){
  .live-earning-robot-visual{
    top:40px!important;
    right:clamp(26px,8vw,38px)!important;
    width:clamp(84px,24vw,104px)!important;
    height:clamp(84px,24vw,104px)!important;
  }

  .dashboard-page .hero-card .earning-center{
    padding-right:clamp(88px,27vw,116px)!important;
  }
}

@media(max-width:360px){
  .live-earning-robot-visual{
    top:42px!important;
    right:24px!important;
    width:84px!important;
    height:84px!important;
  }

  .dashboard-page .hero-card .earning-center{
    padding-right:86px!important;
  }
}

.active-investments-dropdown{
  padding:0!important;
  overflow:hidden!important;
}

.active-investments-dropdown > summary{
  list-style:none!important;
}

.active-investments-dropdown > summary::-webkit-details-marker{
  display:none!important;
}

.active-investments-summary{
  min-height:48px!important;
  padding:0 13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  cursor:pointer!important;
  user-select:none!important;
  border-bottom:1px solid transparent!important;
}

.active-investments-title{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
}

.active-investments-title .he-icon,
.active-investments-title svg{
  width:18px!important;
  height:18px!important;
  color:var(--fg-teal)!important;
}

.active-investments-meta{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:var(--fg-green)!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

.dropdown-chev{
  width:25px!important;
  height:25px!important;
  border-radius:10px!important;
  display:grid!important;
  place-items:center!important;
  color:#031011!important;
  background:linear-gradient(135deg,var(--fg-teal),var(--fg-green))!important;
  box-shadow:0 0 16px rgba(0,242,210,.20)!important;
  transition:transform .22s ease!important;
  line-height:1!important;
  font-size:17px!important;
}

.active-investments-dropdown[open] .dropdown-chev{
  transform:rotate(180deg)!important;
}

.active-investments-dropdown[open] .active-investments-summary{
  border-bottom-color:rgba(255,255,255,.075)!important;
}

.active-investments-content{
  display:grid!important;
  gap:8px!important;
  padding:9px!important;
}

.active-investments-content .invest-summary-grid{
  padding:0!important;
  margin:0!important;
}

.active-investments-list{
  border-radius:15px!important;
  overflow:hidden!important;
  border:1px solid rgba(132,255,241,.12)!important;
}

.active-investments-list .quick-row{
  min-height:47px!important;
  padding:8px 10px!important;
}

.active-investments-list .quick-row:last-child{
  border-bottom:0!important;
}

.active-investments-dropdown:not([open]){
  margin-bottom:8px!important;
}

.active-investments-dropdown:not([open]) .active-investments-content{
  display:none!important;
}

@media(max-width:420px){
  .active-investments-summary{
    min-height:45px!important;
    padding:0 11px!important;
  }

  .active-investments-title{
    font-size:12.5px!important;
  }

  .active-investments-meta{
    font-size:10.5px!important;
  }

  .dropdown-chev{
    width:23px!important;
    height:23px!important;
    border-radius:9px!important;
    font-size:16px!important;
  }

  .active-investments-content{
    padding:8px!important;
  }
}

.active-investments-summary .dropdown-chev{
  position:relative!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:13px!important;
  display:grid!important;
  place-items:center!important;
  font-size:0!important;
  overflow:hidden!important;
  color:transparent!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.55),transparent 12%),
    linear-gradient(145deg,rgba(0,242,210,.95),rgba(24,242,140,.72))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset -8px -10px 16px rgba(0,0,0,.20),
    0 0 18px rgba(0,242,210,.34)!important;
  transform:none!important;
}

.active-investments-summary .dropdown-chev::before{
  content:""!important;
  width:15px!important;
  height:15px!important;
  border:2px solid #031011!important;
  border-left:0!important;
  border-top:0!important;
  border-radius:3px!important;
  transform:rotate(45deg) translate(-1px,-3px)!important;
  transition:transform .22s ease!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.25))!important;
}

.active-investments-summary .dropdown-chev::after{
  content:""!important;
  position:absolute!important;
  inset:7px!important;
  border-radius:9px!important;
  border:1px solid rgba(3,16,17,.28)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.18) inset,
    0 0 14px rgba(3,16,17,.22)!important;
  pointer-events:none!important;
}

.active-investments-summary .dropdown-chev span,
.active-investments-summary .dropdown-chev svg{
  display:none!important;
}

.active-investments-summary .dropdown-chev:hover{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.38),
    inset -8px -10px 16px rgba(0,0,0,.20),
    0 0 26px rgba(0,242,210,.48)!important;
}

.active-investments-dropdown[open] .active-investments-summary .dropdown-chev{
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.55),transparent 12%),
    linear-gradient(145deg,rgba(169,104,255,.95),rgba(0,242,210,.80))!important;
}

.active-investments-dropdown[open] .active-investments-summary .dropdown-chev::before{
  transform:rotate(225deg) translate(-2px,-3px)!important;
}

.active-investments-summary .dropdown-chev{
  isolation:isolate!important;
}

.active-investments-summary .dropdown-chev i{
  display:none!important;
}

.active-investments-summary .dropdown-chev:focus-visible{
  outline:2px solid rgba(0,242,210,.55)!important;
  outline-offset:2px!important;
}

@media(max-width:420px){
  .active-investments-summary .dropdown-chev{
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
    border-radius:12px!important;
  }

  .active-investments-summary .dropdown-chev::before{
    width:13px!important;
    height:13px!important;
  }

  .active-investments-summary .dropdown-chev::after{
    inset:6px!important;
  }
}

.dashboard-page .big-action::before{
  top:3px!important;
  width:clamp(74px,22vw,94px)!important;
  height:clamp(74px,22vw,94px)!important;
  filter:
    drop-shadow(0 0 14px rgba(0,242,210,.34))
    drop-shadow(0 16px 18px rgba(0,0,0,.30))!important;
}

.dashboard-page .big-action::after{
  top:71px!important;
  width:64px!important;
  background:radial-gradient(ellipse at center,rgba(0,242,210,.26),rgba(0,242,210,.07) 46%,transparent 72%)!important;
}

.dashboard-page .big-action.invest::after{
  background:radial-gradient(ellipse at center,rgba(169,104,255,.28),rgba(169,104,255,.08) 46%,transparent 72%)!important;
}

.dashboard-page .big-action.withdraw::after{
  background:radial-gradient(ellipse at center,rgba(224,244,255,.18),rgba(224,244,255,.06) 46%,transparent 72%)!important;
}

.dashboard-page .big-action strong{
  margin-top:0!important;
  font-size:12.5px!important;
  line-height:1.05!important;
}

.dashboard-page .big-action span{
  margin-top:2px!important;
  font-size:10px!important;
  line-height:1.05!important;
}

.dashboard-page .big-action.deposit{
  background:
    radial-gradient(circle at 50% 24%,rgba(0,242,210,.18),transparent 39%),
    linear-gradient(145deg,rgba(0,242,210,.62),rgba(2,84,78,.88))!important;
}

.dashboard-page .big-action.invest{
  background:
    radial-gradient(circle at 50% 24%,rgba(169,104,255,.20),transparent 39%),
    linear-gradient(145deg,rgba(169,104,255,.64),rgba(54,24,84,.88))!important;
}

.dashboard-page .big-action.withdraw{
  background:
    radial-gradient(circle at 50% 24%,rgba(224,244,255,.14),transparent 39%),
    linear-gradient(145deg,rgba(24,242,140,.58),rgba(0,82,58,.88))!important;
}



@media(max-width:360px){

  .dashboard-page .big-action strong{
    font-size:11.5px!important;
  }

  .dashboard-page .big-action span{
    font-size:9.5px!important;
  }
}

.dashboard-page .cta-grid{
  gap:9px!important;
}

.dashboard-page .big-action{
  border:1px solid rgba(132,255,241,.22)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.010)),
    radial-gradient(circle at 50% 20%,rgba(0,242,210,.16),transparent 44%),
    rgba(5,16,29,.34)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 -1px 0 rgba(0,0,0,.28),
    0 16px 34px rgba(0,0,0,.30),
    0 0 22px rgba(0,242,210,.08)!important;
  backdrop-filter:blur(20px) saturate(1.25)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.25)!important;
}

.dashboard-page .big-action .glass-shine{
  display:none!important;
}

.dashboard-page .big-action > *{
  position:relative!important;
  z-index:3!important;
}

.dashboard-page .big-action.deposit{
  background:
    radial-gradient(circle at 50% 28%,rgba(0,242,210,.28),transparent 42%),
    radial-gradient(circle at 8% 100%,rgba(0,242,210,.11),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.008)),
    rgba(4,22,29,.36)!important;
  border-color:rgba(0,242,210,.34)!important;
}

.dashboard-page .big-action.invest{
  background:
    radial-gradient(circle at 50% 28%,rgba(169,104,255,.30),transparent 42%),
    radial-gradient(circle at 95% 100%,rgba(255,91,216,.11),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.008)),
    rgba(16,10,30,.36)!important;
  border-color:rgba(169,104,255,.34)!important;
}

.dashboard-page .big-action.withdraw{
  background:
    radial-gradient(circle at 50% 28%,rgba(224,244,255,.20),transparent 42%),
    radial-gradient(circle at 95% 100%,rgba(24,242,140,.13),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.008)),
    rgba(8,20,27,.36)!important;
  border-color:rgba(224,244,255,.24)!important;
}

.dashboard-page .big-action::after{
  top:70px!important;
  width:78px!important;
  height:22px!important;
  animation:heCubeFloorPulse 2.4s ease-in-out infinite!important;
}

.dashboard-page .big-action.deposit::after{
  background:radial-gradient(ellipse at center,rgba(0,242,210,.48),rgba(0,242,210,.12) 46%,transparent 74%)!important;
}

.dashboard-page .big-action.invest::after{
  background:radial-gradient(ellipse at center,rgba(169,104,255,.52),rgba(169,104,255,.13) 46%,transparent 74%)!important;
}

.dashboard-page .big-action.withdraw::after{
  background:radial-gradient(ellipse at center,rgba(224,244,255,.32),rgba(224,244,255,.09) 46%,transparent 74%)!important;
}

.dashboard-page .big-action::selection{
  background:transparent!important;
}

.dashboard-page .big-action span::before{
  content:""!important;
  position:absolute!important;
  pointer-events:none!important;
}

.dashboard-page .big-action.deposit strong,
.dashboard-page .big-action.deposit span{
  text-shadow:0 2px 12px rgba(0,0,0,.45),0 0 10px rgba(0,242,210,.25)!important;
}

.dashboard-page .big-action.invest strong,
.dashboard-page .big-action.invest span{
  text-shadow:0 2px 12px rgba(0,0,0,.45),0 0 10px rgba(169,104,255,.25)!important;
}

.dashboard-page .big-action.withdraw strong,
.dashboard-page .big-action.withdraw span{
  text-shadow:0 2px 12px rgba(0,0,0,.45),0 0 10px rgba(224,244,255,.20)!important;
}

.dashboard-page .big-action:hover{
  transform:translateY(-2px)!important;
}

.dashboard-page .big-action.deposit:hover{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 0 34px rgba(0,242,210,.28),
    0 16px 34px rgba(0,0,0,.32)!important;
}

.dashboard-page .big-action.invest:hover{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 0 34px rgba(169,104,255,.30),
    0 16px 34px rgba(0,0,0,.32)!important;
}

.dashboard-page .big-action.withdraw:hover{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 0 30px rgba(224,244,255,.20),
    0 16px 34px rgba(0,0,0,.32)!important;
}

.dashboard-page .big-action.deposit,
.dashboard-page .big-action.invest,
.dashboard-page .big-action.withdraw{
  --shine-color:rgba(255,255,255,.18);
}

.dashboard-page .big-action.deposit:focus-visible,
.dashboard-page .big-action.invest:focus-visible,
.dashboard-page .big-action.withdraw:focus-visible{
  outline:2px solid rgba(0,242,210,.55)!important;
  outline-offset:2px!important;
}

@keyframes heCubeFloat{
  0%,100%{
    transform:translateX(-50%) translateY(0) scale(1);
  }
  50%{
    transform:translateX(-50%) translateY(-4px) scale(1.025);
  }
}

@keyframes heCubeFloorPulse{
  0%,100%{
    opacity:.72;
    transform:translateX(-50%) scale(.92);
  }
  50%{
    opacity:1;
    transform:translateX(-50%) scale(1.08);
  }
}

@media(max-width:420px){
  .dashboard-page .big-action{
    min-height:114px!important;
  }

  .dashboard-page .big-action::before{
    width:clamp(72px,22vw,88px)!important;
    height:clamp(72px,22vw,88px)!important;
    top:3px!important;
  }

  .dashboard-page .big-action::after{
    top:66px!important;
    width:66px!important;
    height:19px!important;
  }
}

@media(max-width:360px){
  .dashboard-page .big-action{
    min-height:106px!important;
  }

  .dashboard-page .big-action::before{
    width:68px!important;
    height:68px!important;
    top:4px!important;
  }

  .dashboard-page .big-action::after{
    width:58px!important;
  }
}

.quick-access-glass-panel{
  padding:0!important;
  overflow:hidden!important;
  border-radius:20px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.006)),
    radial-gradient(circle at 10% 0%,rgba(0,242,210,.10),transparent 34%),
    radial-gradient(circle at 95% 100%,rgba(169,104,255,.08),transparent 36%),
    rgba(3,13,24,.38)!important;
  border:1px solid rgba(132,255,241,.19)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 16px 36px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(20px) saturate(1.2)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.2)!important;
}

.quick-access-glass-title{
  min-height:36px!important;
  padding:0 14px!important;
  display:flex!important;
  align-items:center!important;
  color:#f2fbff!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  position:relative!important;
}

.quick-access-glass-title span{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
}

.quick-access-glass-title span::after{
  content:""!important;
  width:54px!important;
  height:1px!important;
  display:inline-block!important;
  background:linear-gradient(90deg,rgba(0,242,210,.72),transparent)!important;
  box-shadow:0 0 10px rgba(0,242,210,.28)!important;
}

.quick-access-glass-grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:6px!important;
  padding:9px 9px 12px!important;
}

.quick-access-glass-item{
  min-width:0!important;
  display:grid!important;
  justify-items:center!important;
  align-content:start!important;
  text-align:center!important;
  text-decoration:none!important;
  color:#d8e4f0!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.1!important;
  padding:3px 2px 0!important;
  border-radius:16px!important;
  transition:transform .18s ease,color .18s ease,background .18s ease!important;
}

.quick-access-glass-item:hover{
  transform:translateY(-2px)!important;
  color:#fff!important;
  background:rgba(0,242,210,.045)!important;
}

.quick-access-3d-icon{
  width:52px!important;
  height:52px!important;
  position:relative!important;
  color:#eafaff!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.22),transparent 18%),
    linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.012)),
    rgba(8,20,33,.62)!important;
  border:1px solid rgba(132,255,241,.15)!important;
  box-shadow:
    inset -9px -10px 18px rgba(0,0,0,.26),
    inset 5px 5px 12px rgba(255,255,255,.07),
    0 12px 22px rgba(0,0,0,.24),
    0 0 16px rgba(0,242,210,.10)!important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.quick-access-3d-icon::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.16),transparent 36%),
    radial-gradient(circle at 70% 80%,rgba(0,242,210,.11),transparent 42%)!important;
  pointer-events:none!important;
}

.quick-access-3d-icon::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:6px!important;
  width:48%!important;
  height:14%!important;
  transform:translateX(-50%)!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse at center,rgba(0,242,210,.20),transparent 72%)!important;
  filter:blur(4px)!important;
  pointer-events:none!important;
}

.quick-access-3d-icon svg,
.quick-access-3d-icon .he-icon{
  width:25px!important;
  height:25px!important;
  position:relative!important;
  z-index:2!important;
}

.quick-access-3d-icon.plans{
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.26),transparent 18%),
    linear-gradient(145deg,rgba(193,213,228,.16),rgba(255,255,255,.014)),
    rgba(10,22,34,.66)!important;
}

.quick-access-3d-icon.transactions{
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.24),transparent 18%),
    linear-gradient(145deg,rgba(25,231,255,.18),rgba(255,255,255,.012)),
    rgba(7,22,35,.66)!important;
}

.quick-access-3d-icon.referrals{
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.24),transparent 18%),
    linear-gradient(145deg,rgba(169,104,255,.16),rgba(255,255,255,.012)),
    rgba(12,20,36,.66)!important;
}

.quick-access-3d-icon.ai{
  border-color:rgba(0,242,210,.26)!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.28),transparent 18%),
    radial-gradient(circle at 70% 44%,rgba(0,242,210,.22),transparent 36%),
    linear-gradient(145deg,rgba(0,242,210,.16),rgba(169,104,255,.05)),
    rgba(4,22,29,.66)!important;
  box-shadow:
    inset -9px -10px 18px rgba(0,0,0,.26),
    inset 5px 5px 12px rgba(255,255,255,.07),
    0 0 24px rgba(0,242,210,.18)!important;
}

.quick-access-glass-item:hover .quick-access-3d-icon{
  border-color:rgba(0,242,210,.32)!important;
  box-shadow:
    inset -9px -10px 18px rgba(0,0,0,.24),
    inset 5px 5px 12px rgba(255,255,255,.08),
    0 0 26px rgba(0,242,210,.20)!important;
}

@media(max-width:420px){
  .quick-access-glass-title{
    min-height:34px!important;
    padding:0 12px!important;
    font-size:12px!important;
  }

  .quick-access-glass-grid{
    padding:8px 8px 11px!important;
  }

  .quick-access-3d-icon{
    width:47px!important;
    height:47px!important;
    border-radius:17px!important;
  }

  .quick-access-3d-icon svg,
  .quick-access-3d-icon .he-icon{
    width:22px!important;
    height:22px!important;
  }

  .quick-access-glass-item{
    font-size:10px!important;
    gap:6px!important;
  }
}

@media(max-width:350px){
  .quick-access-glass-grid{
    gap:2px!important;
  }

  .quick-access-3d-icon{
    width:43px!important;
    height:43px!important;
    border-radius:16px!important;
  }

  .quick-access-glass-item{
    font-size:9.5px!important;
  }
}

:root{
  --fg-panel:rgba(6,18,32,.34);
  --fg-panel-2:rgba(7,22,38,.40);
  --fg-panel-3:rgba(2,9,17,.28);
  --fg-line:rgba(113,255,241,.18);
  --fg-line-2:rgba(0,242,210,.34);
}

.card,
.section-card,
.hero-card,
.auth-card,
.ref-card,
.mini-stat,
.stat-card,
.plan-card,
.deposit-method-box,
.wallet-card,
.list-item,
.control-card,
.supportpanel-card,
.news-card,
.level-card,
.profile-card,
.invest-summary-box,
.calc-result-card,
.calc-total,
.table-wrap,
.modal-content,
.quick-access-glass-panel,
.active-investments-dropdown,
.active-investments-list,
.deposit-panel,
.withdraw-panel,
.menu-card,
.pin-card,
.logs-card,
.referral-card,
.support-card{
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),
    radial-gradient(circle at 14% 0%,rgba(0,242,210,.085),transparent 34%),
    radial-gradient(circle at 96% 0%,rgba(169,104,255,.060),transparent 34%),
    rgba(3,12,22,.32)!important;
  border-color:rgba(132,255,241,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    inset 0 -1px 0 rgba(0,0,0,.22),
    0 14px 34px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(22px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.18)!important;
}

.dashboard-page .hero-card{
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.006)),
    radial-gradient(circle at 80% 16%,rgba(0,242,210,.11),transparent 36%),
    radial-gradient(circle at 10% 100%,rgba(169,104,255,.055),transparent 36%),
    rgba(3,12,22,.38)!important;
  border-color:rgba(0,242,210,.24)!important;
}

.section-title,
.page-head,
.gpu-plans-header,
.quick-access-glass-title,
.active-investments-summary,
.card-header,
.panel-header,
.tab-header,
.control-card-header,
.supportpanel-card-header{
  background:
    linear-gradient(90deg,rgba(0,242,210,.055),rgba(169,104,255,.025),transparent),
    rgba(255,255,255,.010)!important;
  border-color:rgba(255,255,255,.055)!important;
}

.input,
.select,
.textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=file],
textarea,
select{
  background:
    linear-gradient(145deg,rgba(255,255,255,.036),rgba(255,255,255,.004)),
    rgba(0,5,12,.26)!important;
  border-color:rgba(132,255,241,.17)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 8px 18px rgba(0,0,0,.12)!important;
  backdrop-filter:blur(15px)!important;
  -webkit-backdrop-filter:blur(15px)!important;
}

.input:focus,
.select:focus,
.textarea:focus,
input:focus,
textarea:focus,
select:focus{
  background:
    linear-gradient(145deg,rgba(0,242,210,.055),rgba(255,255,255,.005)),
    rgba(0,5,12,.32)!important;
  border-color:rgba(0,242,210,.62)!important;
}

.btn:not(.btn-main),
.btn-dark,
.action-link,
button:not(.btn-main):not(.tiktok-video-tap-layer):not(.tiktok-action){
  background:
    linear-gradient(145deg,rgba(255,255,255,.042),rgba(255,255,255,.005)),
    rgba(0,7,14,.24)!important;
  border-color:rgba(132,255,241,.16)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}

.dashboard-page .big-action.deposit,
.dashboard-page .big-action.invest,
.dashboard-page .big-action.withdraw{
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.005)),
    radial-gradient(circle at 50% 24%,rgba(0,242,210,.12),transparent 42%),
    rgba(3,12,22,.24)!important;
  backdrop-filter:blur(18px) saturate(1.25)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.25)!important;
}

.dashboard-page .big-action.invest{
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.005)),
    radial-gradient(circle at 50% 24%,rgba(169,104,255,.14),transparent 42%),
    rgba(3,12,22,.24)!important;
}

.dashboard-page .big-action.withdraw{
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.005)),
    radial-gradient(circle at 50% 24%,rgba(224,244,255,.09),transparent 42%),
    rgba(3,12,22,.24)!important;
}

.tab,
.tabs button,
.tab-btn,
.he-tab,
.deposit-tab,
.method-tab,
.nav-tab,
.plan-tab,
button[data-tab]{
  background:
    linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.004)),
    rgba(0,6,14,.24)!important;
  border:1px solid rgba(132,255,241,.15)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}

.tab.active,
.tabs button.active,
.tab-btn.active,
.he-tab.active,
.deposit-tab.active,
.method-tab.active,
.nav-tab.active,
.plan-tab.active,
button[data-tab].active{
  background:
    radial-gradient(circle at 50% 0%,rgba(0,242,210,.16),transparent 50%),
    linear-gradient(145deg,rgba(0,242,210,.075),rgba(255,255,255,.006)),
    rgba(0,8,16,.30)!important;
  border-color:rgba(0,242,210,.42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.085),
    0 0 20px rgba(0,242,210,.14)!important;
}

.quick-row,
.list-item,
.ref-live-row,
.active-investments-list .quick-row,
.transaction-row,
.deposit-row,
.withdraw-row,
.news-row{
  background:
    linear-gradient(90deg,rgba(255,255,255,.020),rgba(255,255,255,.004)),
    rgba(0,5,12,.14)!important;
  border-bottom-color:rgba(255,255,255,.055)!important;
}

.quick-row:hover,
.list-item:hover,
.ref-live-row:hover,
.active-investments-list .quick-row:hover{
  background:
    linear-gradient(90deg,rgba(0,242,210,.070),rgba(169,104,255,.030)),
    rgba(0,5,12,.18)!important;
}

table,
.simple-table{
  background:transparent!important;
}

th{
  background:
    linear-gradient(90deg,rgba(0,242,210,.060),rgba(169,104,255,.025)),
    rgba(0,6,14,.18)!important;
}

td{
  background:rgba(0,6,14,.08)!important;
}

tr:hover td{
  background:rgba(0,242,210,.040)!important;
}

.bottom-nav,
.user-nav{
  background:
    radial-gradient(circle at 50% 0%,rgba(0,242,210,.09),transparent 44%),
    rgba(3,11,20,.68)!important;
  backdrop-filter:blur(24px) saturate(1.25)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.25)!important;
}

.sidebar,
.control-sidebar,
.supportpanel-sidebar{
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.004)),
    rgba(3,11,20,.50)!important;
  border-color:rgba(0,242,210,.12)!important;
  backdrop-filter:blur(24px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.18)!important;
}

.dropdown-menu,
.menu-dropdown,
.modal,
.modal-card,
.popup,
.popover{
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),
    rgba(3,12,22,.42)!important;
  border:1px solid rgba(132,255,241,.18)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.46)!important;
  backdrop-filter:blur(24px) saturate(1.22)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.22)!important;
}

.topbar,
.control-topbar,
.supportpanel-topbar{
  background:
    linear-gradient(180deg,rgba(3,10,18,.58),rgba(3,10,18,.30))!important;
  border-bottom-color:rgba(0,242,210,.12)!important;
  backdrop-filter:blur(24px) saturate(1.2)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.2)!important;
}

.card *,
.section-card *,
.hero-card *,
plan-card *,
.wallet-card *,
.quick-access-glass-panel *{
  text-shadow:0 1px 8px rgba(0,0,0,.22);
}

.dashboard-page .ref-card,
.dashboard-page .mini-stat,
.dashboard-page .invest-summary-box,
.active-investments-content .invest-summary-box,
.quick-access-3d-icon{
  background:
    linear-gradient(145deg,rgba(255,255,255,.042),rgba(255,255,255,.005)),
    rgba(3,12,22,.24)!important;
}

.card::before,
.section-card::before,
.hero-card::before,
.auth-card::before,
.ref-card::before,
.plan-card::before,
.wallet-card::before,
.control-card::before,
.deposit-method-box::before,
.quick-access-glass-panel::before{
  opacity:.68!important;
}

@media(max-width:420px){
  .card,
  .section-card,
  .hero-card,
  .auth-card,
  .ref-card,
  .plan-card,
  .wallet-card,
  .quick-access-glass-panel{
    background:
      linear-gradient(145deg,rgba(255,255,255,.054),rgba(255,255,255,.007)),
      radial-gradient(circle at 14% 0%,rgba(0,242,210,.09),transparent 34%),
      rgba(3,12,22,.36)!important;
  }
}

.dashboard-page .section-card,
.dashboard-page .card,
.dashboard-page .ref-card,
.dashboard-page .mini-stat,
.dashboard-page .stat-card,
.dashboard-page .wallet-card,
.dashboard-page .active-investments-dropdown,
.dashboard-page .active-investments-list,
.dashboard-page .invest-summary-box,
.dashboard-page .quick-access-glass-panel,
.dashboard-page .quick-row,
.dashboard-page .list-item{
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.004)),
    radial-gradient(circle at 10% 0%,rgba(0,242,210,.060),transparent 34%),
    radial-gradient(circle at 100% 0%,rgba(169,104,255,.045),transparent 34%),
    rgba(1,8,16,.18)!important;
  border-color:rgba(132,255,241,.18)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.060),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 12px 26px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}

.dashboard-page .mini-stat,
.dashboard-page .section-card.card,
.dashboard-page .ref-card{
  border-radius:18px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.032),rgba(255,255,255,.003)),
    radial-gradient(circle at 8% 6%,rgba(0,242,210,.070),transparent 38%),
    rgba(1,8,16,.16)!important;
}

.active-investments-dropdown{
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 100% 50%,rgba(0,242,210,.075),transparent 32%),
    rgba(1,8,16,.16)!important;
}

.active-investments-summary{
  background:
    linear-gradient(90deg,rgba(0,242,210,.050),rgba(169,104,255,.022),transparent),
    rgba(255,255,255,.004)!important;
}

.dashboard-page .ref-card{
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.003)),
    radial-gradient(circle at 0% 50%,rgba(169,104,255,.070),transparent 34%),
    radial-gradient(circle at 100% 50%,rgba(0,242,210,.055),transparent 34%),
    rgba(1,8,16,.16)!important;
}

.dashboard-page .quick-row,
.dashboard-page .list-item{
  background:
    linear-gradient(90deg,rgba(255,255,255,.024),rgba(255,255,255,.003)),
    rgba(1,8,16,.12)!important;
  border-color:rgba(132,255,241,.12)!important;
}

.dashboard-page .quick-row:hover,
.dashboard-page .list-item:hover{
  background:
    linear-gradient(90deg,rgba(0,242,210,.060),rgba(169,104,255,.026)),
    rgba(1,8,16,.16)!important;
}

.card,
.section-card,
.auth-card,
.plan-card,
.wallet-card,
.deposit-method-box,
.control-card,
.supportpanel-card,
.news-card,
.level-card,
.profile-card,
.pin-card,
.menu-card,
.logs-card,
.referral-card,
.support-card,
.table-wrap,
.modal-content{
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 14% 0%,rgba(0,242,210,.060),transparent 34%),
    radial-gradient(circle at 96% 0%,rgba(169,104,255,.044),transparent 34%),
    rgba(1,8,16,.18)!important;
  border-color:rgba(132,255,241,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 -1px 0 rgba(0,0,0,.15),
    0 12px 28px rgba(0,0,0,.17)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}

.invest-summary-box,
.calc-result-card,
.calc-total,
.form-box,
.info-box,
.alert-box,
.wallet-info,
.deposit-info-box,
.level-box,
.stat-box{
  background:
    linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.003)),
    rgba(1,8,16,.12)!important;
  border-color:rgba(132,255,241,.12)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}

.input,
.select,
.textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=file],
textarea,
select,
.tab,
.tabs button,
.tab-btn,
.he-tab,
.deposit-tab,
.method-tab,
.nav-tab,
.plan-tab,
button[data-tab]{
  background:
    linear-gradient(145deg,rgba(255,255,255,.026),rgba(255,255,255,.003)),
    rgba(0,5,12,.18)!important;
  border-color:rgba(132,255,241,.15)!important;
}

.btn-main{
  box-shadow:
    0 0 24px rgba(0,242,210,.26),
    inset 0 1px 0 rgba(255,255,255,.28)!important;
}

.card::before,
.section-card::before,
.hero-card::before,
.auth-card::before,
.ref-card::before,
.plan-card::before,
.wallet-card::before,
.control-card::before,
.deposit-method-box::before,
.quick-access-glass-panel::before{
  opacity:.45!important;
}

.dashboard-page .section-card::after,
.dashboard-page .card::after,
.dashboard-page .ref-card::after,
.dashboard-page .mini-stat::after{
  opacity:.22!important;
}

.dashboard-page .section-card *,
.dashboard-page .card *,
.dashboard-page .ref-card *,
.dashboard-page .mini-stat *,
.dashboard-page .quick-row *,
.dashboard-page .list-item *{
  text-shadow:0 2px 9px rgba(0,0,0,.34)!important;
}

.quick-icon,
.icon-premium,
.action-icon,
.ref-actions .action-icon,
.active-investments-title .he-icon{
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.16),transparent 20%),
    linear-gradient(145deg,rgba(255,255,255,.046),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
  border-color:rgba(132,255,241,.14)!important;
  box-shadow:
    inset -7px -8px 14px rgba(0,0,0,.18),
    inset 4px 4px 10px rgba(255,255,255,.045),
    0 0 16px rgba(0,242,210,.09)!important;
}

.bottom-nav,
.user-nav{
  background:
    radial-gradient(circle at 50% 0%,rgba(0,242,210,.075),transparent 44%),
    rgba(1,8,16,.54)!important;
  border-color:rgba(132,255,241,.18)!important;
}

[style*="background:#"],
[style*="background: #"]{
  background-color:rgba(1,8,16,.18)!important;
}

@media(max-width:420px){
  .dashboard-page .section-card,
  .dashboard-page .card,
  .dashboard-page .ref-card,
  .dashboard-page .mini-stat,
  .dashboard-page .active-investments-dropdown,
  .card,
  .section-card,
  .auth-card,
  .plan-card,
  .wallet-card{
    background:
      linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.005)),
      radial-gradient(circle at 14% 0%,rgba(0,242,210,.064),transparent 34%),
      rgba(1,8,16,.22)!important;
  }
}

.active-investments-summary .futuristic-dropdown-svg{
  transition:transform .24s ease, box-shadow .24s ease, background .24s ease!important;
  isolation:isolate!important;
}

.active-investments-summary .futuristic-dropdown-svg::before{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)!important;
}

.active-investments-summary .futuristic-dropdown-svg::after{
  background:linear-gradient(120deg,transparent 38%,rgba(255,255,255,.32),transparent 58%)!important;
}

.dropdown-svg-icon{
  width:25px!important;
  height:25px!important;
  position:relative!important;
  z-index:2!important;
  fill:none!important;
  overflow:visible!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.24))
    drop-shadow(0 0 8px rgba(3,16,17,.25))!important;
  transition:transform .24s ease!important;
}

.dropdown-svg-icon .drop-chip{
  stroke:url(#dropSvgGrad)!important;
  stroke-width:1.45!important;
  fill:rgba(3,18,18,.16)!important;
  stroke-linejoin:round!important;
}

.dropdown-svg-icon .drop-inner{
  stroke:#031313!important;
  stroke-width:2.4!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.dropdown-svg-icon .drop-orbit{
  stroke:#EFFFFF!important;
  stroke-width:1.15!important;
  stroke-linecap:round!important;
  opacity:.70!important;
}

.dropdown-svg-icon .drop-dot{
  fill:#EFFFFF!important;
  opacity:.88!important;
}

.active-investments-dropdown[open] .futuristic-dropdown-svg{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.40),
    inset -9px -11px 18px rgba(0,0,0,.22),
    0 0 24px rgba(169,104,255,.36),
    0 0 18px rgba(0,242,210,.18),
    0 12px 20px rgba(0,0,0,.20)!important;
}

.active-investments-summary .futuristic-dropdown-svg::marker{
  display:none!important;
}

.active-investments-summary .futuristic-dropdown-svg > span,
.active-investments-summary .futuristic-dropdown-svg i{
  display:none!important;
}

.active-investments-summary .futuristic-dropdown-svg:hover{
  transform:translateY(-1px)!important;
}

@media(max-width:420px){

  .dropdown-svg-icon{
    width:22px!important;
    height:22px!important;
  }
}

.dropdown-svg-icon .drop-inner{
  display:none!important;
}

.dropdown-svg-icon .drop-center-arrow{
  stroke:#031313!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.28))
    drop-shadow(0 0 5px rgba(255,255,255,.12))!important;
}

.active-investments-summary .futuristic-dropdown-svg .dropdown-svg-icon{
  transform-origin:50% 50%!important;
}

.active-investments-dropdown[open] .dropdown-svg-icon{
  transform:rotate(180deg)!important;
}

.active-investments-summary .futuristic-dropdown-svg{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:15px!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  overflow:hidden!important;
  font-size:0!important;
  color:transparent!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.62),transparent 13%),
    radial-gradient(circle at 70% 80%,rgba(0,242,210,.26),transparent 42%),
    linear-gradient(145deg,rgba(0,242,210,.92),rgba(24,242,140,.62))!important;
  border:1px solid rgba(183,255,248,.38)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.40),
    inset -9px -11px 18px rgba(0,0,0,.22),
    0 0 20px rgba(0,242,210,.34),
    0 12px 20px rgba(0,0,0,.20)!important;
}

.active-investments-summary .futuristic-dropdown-svg::before{
  content:""!important;
  position:absolute!important;
  inset:6px!important;
  border-radius:11px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.014)),
    rgba(2,18,18,.12)!important;
  border:1px solid rgba(3,16,17,.22)!important;
  pointer-events:none!important;
}

.active-investments-summary .futuristic-dropdown-svg::after{
  content:""!important;
  position:absolute!important;
  inset:-42%!important;
  background:linear-gradient(120deg,transparent 38%,rgba(255,255,255,.30),transparent 58%)!important;
  transform:translateX(-64%) rotate(18deg)!important;
  transition:transform .55s ease!important;
  pointer-events:none!important;
}

.active-investments-summary:hover .futuristic-dropdown-svg::after{
  transform:translateX(64%) rotate(18deg)!important;
}

.dropdown-svg-visible-arrow{
  width:25px!important;
  height:25px!important;
  display:block!important;
  position:relative!important;
  z-index:5!important;
  overflow:visible!important;
  transform-origin:50% 50%!important;
  transition:transform .24s ease!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.24))
    drop-shadow(0 0 8px rgba(3,16,17,.25))!important;
}

.dropdown-svg-visible-arrow path,
.dropdown-svg-visible-arrow circle{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}

.dropdown-svg-visible-arrow .drop-chip{
  fill:rgba(3,18,18,.16)!important;
  stroke:#eaffff!important;
  stroke-width:1.35!important;
  stroke-linejoin:round!important;
}

.dropdown-svg-visible-arrow .drop-orbit{
  fill:none!important;
  stroke:#eaffff!important;
  stroke-width:1.05!important;
  stroke-linecap:round!important;
  opacity:.64!important;
}

.dropdown-svg-visible-arrow .drop-arrow-visible{
  fill:none!important;
  stroke:#031313!important;
  stroke-width:3!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  opacity:1!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.35))
    drop-shadow(0 0 4px rgba(255,255,255,.20))!important;
}

.dropdown-svg-visible-arrow .drop-dot{
  fill:#eaffff!important;
  opacity:.88!important;
}

.dropdown-svg-icon .drop-inner,
.dropdown-svg-icon .drop-center-arrow{
  display:none!important;
}

.dropdown-svg-visible-arrow .drop-arrow-visible{
  display:block!important;
}

.active-investments-dropdown[open] .dropdown-svg-visible-arrow{
  transform:rotate(180deg)!important;
}

.active-investments-dropdown[open] .futuristic-dropdown-svg{
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.62),transparent 13%),
    radial-gradient(circle at 70% 80%,rgba(169,104,255,.28),transparent 42%),
    linear-gradient(145deg,rgba(169,104,255,.92),rgba(0,242,210,.70))!important;
}

@media(max-width:420px){
  .active-investments-summary .futuristic-dropdown-svg{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:13px!important;
  }

  .active-investments-summary .futuristic-dropdown-svg::before{
    inset:5px!important;
    border-radius:10px!important;
  }

  .dropdown-svg-visible-arrow{
    width:22px!important;
    height:22px!important;
  }
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg svg.dropdown-svg-visible-arrow,
.active-investments-summary .dropdown-chev.futuristic-dropdown-svg svg.dropdown-svg-icon,
.active-investments-summary .futuristic-dropdown-svg svg.dropdown-svg-visible-arrow{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:25px!important;
  height:25px!important;
  position:relative!important;
  z-index:8!important;
  pointer-events:none!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg svg.dropdown-svg-visible-arrow path,
.active-investments-summary .dropdown-chev.futuristic-dropdown-svg svg.dropdown-svg-visible-arrow circle{
  display:block!important;
  visibility:visible!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg svg.dropdown-svg-visible-arrow .drop-arrow-visible{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  fill:none!important;
  stroke:#031313!important;
  stroke-width:3.25!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.42))
    drop-shadow(0 0 5px rgba(255,255,255,.18))!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg .dropdown-fallback-arrow{
  display:block!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg::after{
  width:11px!important;
  height:11px!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg::before{
  background:
    linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.014)),
    rgba(2,18,18,.12)!important;
}

.active-investments-dropdown[open] .dropdown-chev.futuristic-dropdown-svg svg.dropdown-svg-visible-arrow{
  transform:rotate(180deg)!important;
}

@media(max-width:420px){
  .active-investments-summary .dropdown-chev.futuristic-dropdown-svg svg.dropdown-svg-visible-arrow{
    width:22px!important;
    height:22px!important;
  }
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  overflow:hidden!important;
  font-size:0!important;
  color:transparent!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.38),transparent 14%),
    linear-gradient(145deg,rgba(0,242,210,.42),rgba(24,242,140,.26)),
    rgba(3,18,18,.34)!important;
  border:1px solid rgba(132,255,241,.32)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset -7px -8px 14px rgba(0,0,0,.18),
    0 0 16px rgba(0,242,210,.24)!important;
  backdrop-filter:blur(14px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.18)!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg svg,
.active-investments-summary .dropdown-chev.futuristic-dropdown-svg .dropdown-fallback-arrow,
.active-investments-summary .dropdown-chev.futuristic-dropdown-svg .drop-chip,
.active-investments-summary .dropdown-chev.futuristic-dropdown-svg .drop-orbit,
.active-investments-summary .dropdown-chev.futuristic-dropdown-svg .drop-dot,
.active-investments-summary .dropdown-chev.futuristic-dropdown-svg .drop-arrow-visible{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg::before{
  content:""!important;
  position:absolute!important;
  inset:6px!important;
  border-radius:10px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.015)),
    rgba(0,0,0,.10)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:inset 0 0 0 1px rgba(0,242,210,.06)!important;
  z-index:1!important;
  pointer-events:none!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:10px!important;
  height:10px!important;
  border-right:2.8px solid #eaffff!important;
  border-bottom:2.8px solid #eaffff!important;
  border-radius:2px!important;
  transform:translate(-50%,-62%) rotate(45deg)!important;
  z-index:3!important;
  pointer-events:none!important;
  background:none!important;
  filter:
    drop-shadow(0 0 5px rgba(0,242,210,.70))
    drop-shadow(0 1px 0 rgba(0,0,0,.28))!important;
  transition:transform .22s ease!important;
}

.active-investments-dropdown[open] .dropdown-chev.futuristic-dropdown-svg{
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.36),transparent 14%),
    linear-gradient(145deg,rgba(169,104,255,.38),rgba(0,242,210,.30)),
    rgba(3,18,18,.34)!important;
  border-color:rgba(169,104,255,.34)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset -7px -8px 14px rgba(0,0,0,.18),
    0 0 16px rgba(169,104,255,.22)!important;
}

.active-investments-dropdown[open] .dropdown-chev.futuristic-dropdown-svg::after{
  transform:translate(-50%,-38%) rotate(225deg)!important;
}

.active-investments-summary .dropdown-chev.futuristic-dropdown-svg:hover{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset -7px -8px 14px rgba(0,0,0,.18),
    0 0 22px rgba(0,242,210,.34)!important;
}

@media(max-width:420px){
  .active-investments-summary .dropdown-chev.futuristic-dropdown-svg{
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
    border-radius:13px!important;
  }

  .active-investments-summary .dropdown-chev.futuristic-dropdown-svg::before{
    inset:5px!important;
    border-radius:9px!important;
  }

  .active-investments-summary .dropdown-chev.futuristic-dropdown-svg::after{
    width:9px!important;
    height:9px!important;
    border-right-width:2.5px!important;
    border-bottom-width:2.5px!important;
  }
}

.gpu-plan-list{
  display:grid!important;
  gap:12px!important;
  margin-bottom:82px!important;
}

.gpu-plan-card{
  position:relative!important;
  border-radius:22px!important;
  padding:15px!important;
  border:1px solid rgba(132,255,241,.22)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.048),rgba(255,255,255,.006)),
    radial-gradient(circle at 20% 80%,rgba(169,104,255,.13),transparent 42%),
    radial-gradient(circle at 100% 30%,rgba(0,242,210,.095),transparent 38%),
    rgba(1,8,16,.24)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(0,0,0,.22),
    0 18px 38px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(22px) saturate(1.2)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.2)!important;
}

.gpu-plan-card::before{
  content:""!important;
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  top:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(0,242,210,.72),rgba(169,104,255,.45),transparent)!important;
  pointer-events:none!important;
}

.gpu-plan-card.purple{
  border-color:rgba(169,104,255,.28)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),
    radial-gradient(circle at 22% 82%,rgba(169,104,255,.20),transparent 42%),
    radial-gradient(circle at 100% 32%,rgba(0,242,210,.080),transparent 38%),
    rgba(1,8,16,.24)!important;
}

.gpu-plan-card.teal{
  border-color:rgba(0,242,210,.28)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),
    radial-gradient(circle at 20% 82%,rgba(0,242,210,.18),transparent 42%),
    radial-gradient(circle at 100% 30%,rgba(169,104,255,.070),transparent 38%),
    rgba(1,8,16,.24)!important;
}

.gpu-plan-top{
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:10px!important;
}

.gpu-plan-top h3{
  margin:0!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.1!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}

.gpu-plan-badge{
  min-height:24px!important;
  display:inline-flex!important;
  align-items:center!important;
  border-radius:9px!important;
  color:#f7d7ff!important;
  font-size:10px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.03em!important;
  background:linear-gradient(135deg,rgba(169,104,255,.68),rgba(255,91,216,.30))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 0 16px rgba(169,104,255,.18)!important;
}

.gpu-plan-card.teal .gpu-plan-badge{
  color:#cffff8!important;
  background:linear-gradient(135deg,rgba(0,242,210,.55),rgba(24,242,140,.26))!important;
  box-shadow:0 0 16px rgba(0,242,210,.16)!important;
}

.gpu-plan-body{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  gap:12px!important;
  align-items:end!important;
}

.gpu-plan-left{
  min-width:0!important;
  display:grid!important;
  gap:6px!important;
  align-content:end!important;
}

.gpu-plan-rate strong{
  display:block!important;
  color:#25f59a!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.045em!important;
  text-shadow:0 0 18px rgba(24,242,140,.18)!important;
}

.gpu-plan-rate span{
  display:block!important;
  margin-top:2px!important;
  color:#b8c9d8!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  line-height:1.1!important;
}

.gpu-plan-image-wrap{
  position:relative!important;
  height:88px!important;
  margin-top:2px!important;
}

.gpu-plan-image-wrap::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:5px!important;
  width:82%!important;
  height:22px!important;
  transform:translateX(-50%)!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse at center,rgba(169,104,255,.34),rgba(169,104,255,.08) 48%,transparent 72%)!important;
  filter:blur(7px)!important;
  z-index:0!important;
}

.gpu-plan-card.teal .gpu-plan-image-wrap::after{
  background:radial-gradient(ellipse at center,rgba(0,242,210,.32),rgba(0,242,210,.08) 48%,transparent 72%)!important;
}

.gpu-plan-image-wrap img{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:left bottom!important;
  filter:
    drop-shadow(0 0 16px rgba(169,104,255,.28))
    drop-shadow(0 14px 18px rgba(0,0,0,.32))!important;
}

.gpu-plan-card.teal .gpu-plan-image-wrap img{
  filter:
    drop-shadow(0 0 16px rgba(0,242,210,.26))
    drop-shadow(0 14px 18px rgba(0,0,0,.32))!important;
}

.gpu-plan-right{
  display:grid!important;
  gap:8px!important;
  min-width:0!important;
}

.gpu-plan-info-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:1px solid rgba(255,255,255,.070)!important;
}

.gpu-plan-info-row span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#bac9d8!important;
  font-weight:850!important;
  text-transform:uppercase!important;
}

.gpu-plan-info-row svg,
.gpu-plan-info-row .he-icon{
  width:14px!important;
  height:14px!important;
  color:#dce8f2!important;
}

.gpu-plan-info-row strong{
  color:#fff!important;
  font-weight:900!important;
}

.gpu-plan-form{
  display:grid!important;
  grid-template-columns:1fr!important;
  margin-top:1px!important;
}

.gpu-plan-amount{
  width:100%!important;
  min-height:36px!important;
  border-radius:13px!important;
  border:1px solid rgba(132,255,241,.15)!important;
  color:#fff!important;
  font-weight:800!important;
  background:rgba(0,5,12,.22)!important;
  outline:none!important;
}

.gpu-plan-invest-btn{
  width:100%!important;
  min-height:39px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  color:#fff!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
  background:
    radial-gradient(circle at 24% 15%,rgba(255,255,255,.52),transparent 14%),
    linear-gradient(135deg,rgba(169,104,255,.95),rgba(255,91,216,.48))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 0 22px rgba(169,104,255,.26)!important;
}

.gpu-plan-card.teal .gpu-plan-invest-btn{
  background:
    radial-gradient(circle at 24% 15%,rgba(255,255,255,.50),transparent 14%),
    linear-gradient(135deg,rgba(0,242,210,.90),rgba(24,242,140,.50))!important;
  color:#031011!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 0 22px rgba(0,242,210,.24)!important;
}

.gpu-plan-invest-btn svg,
.gpu-plan-invest-btn .he-icon{
  width:15px!important;
  height:15px!important;
}

.form-help{
  display:block!important;
  margin-top:6px!important;
  color:var(--fg-soft, #b9cbe0)!important;
  font-size:11px!important;
  line-height:1.35!important;
}

.control-plan-image-preview{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 12px!important;
  padding:10px!important;
  border-radius:16px!important;
  border:1px solid rgba(132,255,241,.14)!important;
  background:rgba(1,8,16,.16)!important;
}

.control-plan-image-preview img{
  width:92px!important;
  height:64px!important;
  object-fit:contain!important;
  border-radius:12px!important;
  background:rgba(0,0,0,.18)!important;
}

.control-plan-image-preview label{
  color:#d8e7f2!important;
  font-size:12px!important;
  font-weight:800!important;
}

.control-plan-row{
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
}

.control-plan-thumb{
  width:86px!important;
  height:66px!important;
  object-fit:contain!important;
  flex:0 0 86px!important;
  border-radius:14px!important;
  background:
    radial-gradient(circle at center,rgba(0,242,210,.10),transparent 64%),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.12)!important;
}

.control-plan-row-body{
  min-width:0!important;
  flex:1!important;
}

@media(max-width:420px){
  .gpu-plan-card{
    border-radius:20px!important;
  }

  .gpu-plan-image-wrap{
    height:76px!important;
  }

  .gpu-plan-info-row{
    padding-bottom:6px!important;
  }

  .gpu-plan-invest-btn{
    min-height:37px!important;
  }

  .gpu-plan-amount{
    min-height:34px!important;
  }

  .control-plan-thumb{
    width:74px!important;
    height:58px!important;
    flex-basis:74px!important;
  }
}

@media(max-width:350px){

  .gpu-plan-image-wrap{
    height:84px!important;
  }
}

.gpu-plan-card{
  overflow:hidden!important;
}

.gpu-plan-top{
  min-width:0!important;
}

.gpu-plan-top h3{
  min-width:0!important;
  max-width:calc(100% - 92px)!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.gpu-plan-badge{
  flex:0 0 auto!important;
  max-width:88px!important;
  padding:0 9px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.gpu-plan-body{
  grid-template-columns:minmax(94px, 38%) minmax(0, 1fr)!important;
  min-width:0!important;
}

.gpu-plan-left,
.gpu-plan-right{
  min-width:0!important;
}

.gpu-plan-rate strong{
  font-size:clamp(24px,7vw,34px)!important;
  white-space:nowrap!important;
}

.gpu-plan-rate span{
  font-size:10px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.gpu-plan-image-wrap{
  height:76px!important;
}

.gpu-plan-info-row{
  min-width:0!important;
  gap:7px!important;
  padding-bottom:6px!important;
}

.gpu-plan-info-row span{
  min-width:0!important;
  flex:1 1 auto!important;
  font-size:9.5px!important;
  letter-spacing:.01em!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.gpu-plan-info-row span svg,
.gpu-plan-info-row span .he-icon{
  flex:0 0 auto!important;
  width:13px!important;
  height:13px!important;
}

.gpu-plan-info-row strong{
  flex:0 0 auto!important;
  max-width:88px!important;
  font-size:11.5px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-align:right!important;
}

.gpu-plan-form{
  gap:6px!important;
}

.gpu-plan-amount{
  min-height:34px!important;
  font-size:12px!important;
  padding:0 10px!important;
}

.gpu-plan-invest-btn{
  min-height:36px!important;
  padding:0 8px!important;
  font-size:10.5px!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}

.gpu-plan-invest-btn span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.gpu-plan-invest-btn svg,
.gpu-plan-invest-btn .he-icon{
  flex:0 0 auto!important;
  width:13px!important;
  height:13px!important;
}

@media(max-width:420px){
  .gpu-plan-card{
    padding:12px!important;
  }

  .gpu-plan-top{
    margin-bottom:8px!important;
  }

  .gpu-plan-top h3{
    font-size:14px!important;
    max-width:calc(100% - 84px)!important;
  }

  .gpu-plan-badge{
    max-width:78px!important;
    min-height:22px!important;
    padding:0 8px!important;
    font-size:9px!important;
  }

  .gpu-plan-body{
    grid-template-columns:minmax(88px, 37%) minmax(0, 1fr)!important;
    gap:8px!important;
  }

  .gpu-plan-rate strong{
    font-size:clamp(22px,6.6vw,29px)!important;
  }

  .gpu-plan-rate span{
    font-size:9px!important;
  }

  .gpu-plan-image-wrap{
    height:68px!important;
  }

  .gpu-plan-info-row{
    gap:5px!important;
  }

  .gpu-plan-info-row span{
    font-size:8.7px!important;
  }

  .gpu-plan-info-row strong{
    max-width:72px!important;
    font-size:10.5px!important;
  }

  .gpu-plan-amount{
    min-height:32px!important;
    font-size:11px!important;
  }

  .gpu-plan-invest-btn{
    min-height:34px!important;
    font-size:9.7px!important;
    gap:5px!important;
  }
}

@media(max-width:350px){
  .gpu-plan-top{
    display:grid!important;
    grid-template-columns:1fr auto!important;
  }

  .gpu-plan-top h3{
    max-width:100%!important;
    font-size:13.5px!important;
  }

  .gpu-plan-body{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  .gpu-plan-left{
    grid-template-columns:1fr 106px!important;
    align-items:end!important;
    gap:8px!important;
  }

  .gpu-plan-image-wrap{
    height:74px!important;
  }

  .gpu-plan-rate strong{
    font-size:27px!important;
  }

  .gpu-plan-info-row strong{
    max-width:118px!important;
  }

  .gpu-plan-form{
    grid-template-columns:1fr 1fr!important;
  }

  .gpu-plan-amount,
  .gpu-plan-invest-btn{
    min-height:34px!important;
  }
}

.gpu-plan-card *{
  box-sizing:border-box!important;
}

.gpu-plan-card{
  word-break:normal!important;
}

.gpu-plan-info-row,
.gpu-plan-form,
.gpu-plan-top{
  max-width:100%!important;
}

.dashboard-page .live-balance-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:0 0 8px!important;
}

.dashboard-page .live-balance-row .mini-stat{
  min-height:58px!important;
  padding:9px 11px!important;
  border-radius:16px!important;
  display:grid!important;
  align-content:center!important;
  gap:4px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 10% 0%,rgba(0,242,210,.060),transparent 34%),
    rgba(1,8,16,.16)!important;
  border:1px solid rgba(132,255,241,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 10px 22px rgba(0,0,0,.14)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}

.dashboard-page .live-balance-row .mini-stat span{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  margin:0!important;
  font-size:10.5px!important;
  line-height:1.1!important;
  color:#b9cbe0!important;
  font-weight:750!important;
}

.dashboard-page .live-balance-row .mini-stat span svg,
.dashboard-page .live-balance-row .mini-stat span .he-icon{
  width:14px!important;
  height:14px!important;
  color:#d8faff!important;
  flex:0 0 auto!important;
}

.dashboard-page .live-balance-row .mini-stat strong{
  margin:0!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:950!important;
  text-align:right!important;
  font-variant-numeric:tabular-nums!important;
}

.dashboard-page .hero-card + .live-balance-row{
  margin-top:8px!important;
}

@media(max-width:420px){
  .dashboard-page .live-balance-row{
    gap:7px!important;
    margin-bottom:8px!important;
  }

  .dashboard-page .live-balance-row .mini-stat{
    min-height:54px!important;
    padding:8px 10px!important;
    border-radius:15px!important;
  }

  .dashboard-page .live-balance-row .mini-stat span{
    font-size:10px!important;
  }

  .dashboard-page .live-balance-row .mini-stat strong{
    font-size:16px!important;
  }
}

@media(max-width:340px){
  .dashboard-page .live-balance-row{
    grid-template-columns:1fr!important;
  }
}

.dashboard-header-balance{
  flex:0 1 auto!important;
  min-width:0!important;
  min-height:38px!important;
  max-width:138px!important;
  padding:6px 10px!important;
  border-radius:15px!important;
  display:grid!important;
  align-content:center!important;
  gap:2px!important;
  border:1px solid rgba(132,255,241,.18)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.044),rgba(255,255,255,.004)),
    radial-gradient(circle at 10% 0%,rgba(0,242,210,.080),transparent 36%),
    rgba(1,8,16,.18)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.070),
    0 10px 22px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}

.dashboard-header-balance span{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  color:#b9cbe0!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.dashboard-header-balance span svg,
.dashboard-header-balance span .he-icon{
  width:12px!important;
  height:12px!important;
  color:#dffcff!important;
  flex:0 0 auto!important;
}

.dashboard-header-balance strong{
  display:block!important;
  min-width:0!important;
  color:#fff!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-variant-numeric:tabular-nums!important;
  text-shadow:0 2px 9px rgba(0,0,0,.34)!important;
}

.dashboard-page .live-balance-row + .active-investments-dropdown,
.dashboard-page .live-balance-row + .section-card,
.dashboard-page .live-balance-row + .card{
  margin-top:0!important;
}

@media(max-width:420px){

  .dashboard-header-balance{
    max-width:112px!important;
    min-height:36px!important;
    padding:5px 8px!important;
    border-radius:14px!important;
  }

  .dashboard-header-balance span{
    font-size:8.5px!important;
  }

  .dashboard-header-balance strong{
    font-size:13px!important;
  }
}

@media(max-width:360px){
  .dashboard-page .brand-text{
    max-width:105px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .dashboard-header-balance{
    max-width:96px!important;
    padding-left:7px!important;
    padding-right:7px!important;
  }

  .dashboard-header-balance span{
    font-size:8px!important;
  }

  .dashboard-header-balance strong{
    font-size:12px!important;
  }
}

.menu-deposit-history-card{
  margin-top:10px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 0% 50%,rgba(0,242,210,.060),transparent 34%),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.16)!important;
}

.menu-deposit-history-card .section-title{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}

.menu-deposit-history-card .section-title span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}

.menu-deposit-history-card .section-title .action-link{
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  color:var(--fg-teal)!important;
  font-size:10.5px!important;
  font-weight:900!important;
  text-decoration:none!important;
  border:1px solid rgba(0,242,210,.18)!important;
  background:rgba(0,242,210,.055)!important;
}

.menu-deposit-history-list .quick-row{
  min-height:52px!important;
  padding:8px 11px!important;
}

.menu-deposit-history-list .quick-name{
  min-width:0!important;
}

.menu-deposit-history-list .quick-name strong{
  font-size:12px!important;
}

.menu-deposit-history-list .quick-name small{
  font-size:10px!important;
  line-height:1.2!important;
}

.menu-deposit-history-list .status{
  flex:0 0 auto!important;
}

@media(max-width:420px){
  .menu-deposit-history-card .section-title{
    min-height:40px!important;
  }

  .menu-deposit-history-list .quick-row{
    min-height:50px!important;
  }
}

.menu-page-stats{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:0 0 10px!important;
}

.menu-page-stat{
  min-height:58px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  display:grid!important;
  align-content:center!important;
  gap:4px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 10% 0%,rgba(0,242,210,.060),transparent 34%),
    rgba(1,8,16,.16)!important;
  border:1px solid rgba(132,255,241,.16)!important;
}

.menu-page-stat span{
  color:#b9cbe0!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:850!important;
  text-transform:uppercase!important;
}

.menu-page-stat strong{
  color:#fff!important;
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:950!important;
  font-variant-numeric:tabular-nums!important;
}

.menu-detail-card{
  border-radius:18px!important;
  overflow:hidden!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 0% 50%,rgba(0,242,210,.060),transparent 34%),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.16)!important;
}

.menu-detail-card .section-title{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}

.menu-detail-card .section-title span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}

.menu-detail-card .section-title .action-link{
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  color:var(--fg-teal)!important;
  font-size:10.5px!important;
  font-weight:900!important;
  text-decoration:none!important;
  border:1px solid rgba(0,242,210,.18)!important;
  background:rgba(0,242,210,.055)!important;
}

.menu-detail-list .quick-row{
  min-height:52px!important;
  padding:8px 11px!important;
}

.menu-history-info{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
}

.menu-history-info strong{
  font-size:12px!important;
  line-height:1.15!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.menu-history-info small{
  color:var(--muted)!important;
  font-size:10px!important;
  line-height:1.2!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.menu-invest-summary{
  padding:9px!important;
  gap:7px!important;
}

.menu-invest-summary .invest-summary-box{
  padding:9px!important;
  border-radius:13px!important;
}

.menu-invest-row .quick-name,
.menu-history-row .quick-name{
  min-width:0!important;
}

.menu-invest-row .status,
.menu-history-row .status{
  flex:0 0 auto!important;
}

@media(max-width:420px){
  .menu-page-stats{
    gap:7px!important;
  }

  .menu-page-stat{
    min-height:54px!important;
    padding:9px 10px!important;
  }

  .menu-detail-card .section-title{
    min-height:40px!important;
  }

  .menu-detail-list .quick-row{
    min-height:50px!important;
  }

  .menu-history-info strong{
    max-width:210px!important;
  }
}

@media(max-width:340px){
  .menu-page-stats{
    grid-template-columns:1fr!important;
  }
}

.profit-calc-modal{
  position:relative!important;
  backdrop-filter:blur(26px) saturate(1.22)!important;
  -webkit-backdrop-filter:blur(26px) saturate(1.22)!important;
  animation:heCalcPop .22s ease-out both!important;
}

.profit-calc-modal::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,transparent,rgba(0,242,210,.80),transparent) top / 100% 1px no-repeat,
    linear-gradient(180deg,transparent,rgba(0,242,210,.22),transparent) left / 1px 100% no-repeat,
    linear-gradient(180deg,transparent,rgba(0,242,210,.22),transparent) right / 1px 100% no-repeat!important;
  opacity:.72!important;
}

@keyframes heCalcPop{
  from{opacity:0;transform:translateY(18px) scale(.97);}
  to{opacity:1;transform:translateY(0) scale(1);}
}

.profit-calc-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  position:relative!important;
  z-index:2!important;
}

.profit-calc-head h3{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#fff!important;
  font-weight:950!important;
  text-shadow:0 0 16px rgba(0,242,210,.18)!important;
}

.profit-calc-head h3 svg,
.profit-calc-head h3 .he-icon{
  width:18px!important;
  height:18px!important;
  color:var(--fg-cyan,#19e7ff)!important;
  filter:drop-shadow(0 0 8px rgba(25,231,255,.45))!important;
}

.profit-calc-close{
  border:1px solid rgba(132,255,241,.17)!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
  color:#dff7ff!important;
  line-height:1!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 18%),
    linear-gradient(145deg,rgba(255,255,255,.054),rgba(255,255,255,.006)),
    rgba(1,8,16,.32)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 18px rgba(0,242,210,.10)!important;
}

.profit-calc-body{
  position:relative!important;
  z-index:2!important;
}

.calc-plan-select{
  width:100%!important;
  padding:0 42px 0 14px!important;
  font-weight:900!important;
  border:1px solid rgba(0,242,210,.26)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 18px rgba(0,242,210,.10)!important;
}

.calc-label{
  display:block!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}

.calc-amount-control{
  display:grid!important;
  align-items:center!important;
}

.calc-step-btn{
  border:1px solid rgba(132,255,241,.18)!important;
  color:#eaffff!important;
  line-height:1!important;
  font-weight:700!important;
  cursor:pointer!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.20),transparent 17%),
    linear-gradient(145deg,rgba(255,255,255,.060),rgba(255,255,255,.006)),
    rgba(1,8,16,.36)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 0 18px rgba(0,242,210,.10)!important;
}

.calc-step-btn:hover{
  border-color:rgba(0,242,210,.42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 0 22px rgba(0,242,210,.20)!important;
}

.calc-input-wrap{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  border:1px solid rgba(132,255,241,.16)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.005)),
    rgba(1,8,16,.34)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    inset 0 -1px 0 rgba(0,0,0,.18)!important;
}

.calc-input-wrap span{
  flex:0 0 auto!important;
  color:#dce8f2!important;
  font-size:13px!important;
  font-weight:900!important;
}

.calc-input-wrap input{
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  color:#fff!important;
  background:transparent!important;
  box-shadow:none!important;
}

.calc-empty-state{
  place-items:center!important;
  text-align:center!important;
  border-radius:18px!important;
  color:#8ea3b6!important;
  background:rgba(1,8,16,.12)!important;
}

.calc-empty-state .big-icon{
  font-size:38px!important;
  color:rgba(188,204,220,.24)!important;
  line-height:1!important;
}

.calc-empty-state p{
  margin:7px 0 0!important;
  font-size:12px!important;
  color:#aab7c8!important;
}

.calc-results .calc-label{
  margin-top:4px!important;
}

.calc-grid{
}

.calc-result-card{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(67,141,255,.24)!important;
  background:
    radial-gradient(circle at 100% 100%,rgba(67,141,255,.12),transparent 45%),
    linear-gradient(145deg,rgba(67,141,255,.090),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055)!important;
}

.calc-result-card.green{
  border-color:rgba(0,242,210,.24)!important;
  background:
    radial-gradient(circle at 100% 100%,rgba(0,242,210,.11),transparent 45%),
    linear-gradient(145deg,rgba(0,242,210,.075),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
}

.calc-result-card.purple{
  border-color:rgba(169,104,255,.24)!important;
  background:
    radial-gradient(circle at 100% 100%,rgba(169,104,255,.12),transparent 45%),
    linear-gradient(145deg,rgba(169,104,255,.085),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
}

.calc-result-card.orange{
  border-color:rgba(255,189,61,.24)!important;
  background:
    radial-gradient(circle at 100% 100%,rgba(255,189,61,.12),transparent 45%),
    linear-gradient(145deg,rgba(255,189,61,.080),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
}

.calc-result-card::after{
  content:""!important;
  position:absolute!important;
  border-radius:12px!important;
  border:2px solid currentColor!important;
}

.calc-result-card small{
  display:block!important;
  color:#7fbfff!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}

.calc-result-card.green small{color:#00f2d2!important;}
.calc-result-card.purple small{color:#a968ff!important;}
.calc-result-card.orange small{color:#ffbd3d!important;}

.calc-result-card strong{
  color:#fff!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}

.calc-total{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  border:1px solid rgba(0,242,210,.28)!important;
  background:
    radial-gradient(circle at 100% 50%,rgba(0,242,210,.17),transparent 45%),
    linear-gradient(145deg,rgba(0,242,210,.10),rgba(255,255,255,.006)),
    rgba(1,8,16,.20)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 22px rgba(0,242,210,.12)!important;
}

.calc-total span{
  display:block!important;
  color:#b9cbe0!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}

.calc-total small{
  display:block!important;
  color:#8ea3b6!important;
  line-height:1.1!important;
}

.calc-total > strong{
  color:#00f2d2!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
  text-shadow:0 0 18px rgba(0,242,210,.22)!important;
}

.calc-based-row{
  display:flex!important;
  align-items:center!important;
  color:#aebfd1!important;
  font-weight:750!important;
}

.calc-ai-badge{
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  color:#00f2d2!important;
  border:1px solid rgba(0,242,210,.28)!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(0,242,210,.22),transparent 62%),
    rgba(1,8,16,.20)!important;
  box-shadow:0 0 14px rgba(0,242,210,.16)!important;
}

.calc-ai-badge svg,
.calc-ai-badge .he-icon{
}

.calc-modal-close-bottom{
  display:none!important;
}

@media(max-width:420px){

  .calc-step-btn{
    border-radius:12px!important;
  }

  .calc-input-wrap{
  }

  .calc-result-card{
  }
}

.gpu-plans-header,
.page-head{
  margin:0 -2px 12px!important;
  gap:8px!important;
  border-radius:0 0 18px 18px!important;
  background:
    linear-gradient(180deg,rgba(0,242,210,.075),rgba(3,12,22,.18)),
    rgba(1,8,16,.34)!important;
  border-bottom:1px solid rgba(132,255,241,.16)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}

.gpu-plans-header .back-btn,
.page-head .back-btn{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#bfefff!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.gpu-plans-header .back-btn:hover,
.page-head .back-btn:hover{
  color:#fff!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:0 0 18px rgba(0,242,210,.12)!important;
}

.gpu-plans-header h1,
.gpu-plans-header .page-title,
.page-head h1,
.page-head-title,
.page-head-title h1{
  margin:0!important;
  gap:8px!important;
  letter-spacing:-.045em!important;
  text-shadow:0 2px 14px rgba(0,0,0,.30)!important;
}

.gpu-plans-header h1 svg,
.gpu-plans-header .page-title svg,
.page-head h1 svg,
.page-head-title svg,
.page-head-icon svg,
.page-head-icon .he-icon{
  width:17px!important;
  height:17px!important;
  color:var(--fg-cyan,#19e7ff)!important;
  filter:drop-shadow(0 0 8px rgba(25,231,255,.45))!important;
}

.gpu-calc-trigger,
#profitCalculatorBtn,
#openProfitCalculator,
button[data-open-calculator],
a[href="#calculator"]{
  min-height:38px!important;
  height:38px!important;
  padding:0 12px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  color:#dce8f2!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  border:1px solid rgba(132,255,241,.16)!important;
  background:
    radial-gradient(circle at 28% 18%,rgba(255,255,255,.14),transparent 18%),
    linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.006)),
    rgba(1,8,16,.26)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.070),
    0 10px 22px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(15px) saturate(1.15)!important;
  -webkit-backdrop-filter:blur(15px) saturate(1.15)!important;
}

.gpu-calc-trigger:hover,
#profitCalculatorBtn:hover,
#openProfitCalculator:hover,
button[data-open-calculator]:hover,
a[href="#calculator"]:hover{
  color:#fff!important;
  border-color:rgba(0,242,210,.36)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.085),
    0 0 20px rgba(0,242,210,.18)!important;
}

.gpu-calc-trigger svg,
#profitCalculatorBtn svg,
#openProfitCalculator svg,
button[data-open-calculator] svg,
a[href="#calculator"] svg{
  width:15px!important;
  height:15px!important;
  color:#c9d8e4!important;
  filter:drop-shadow(0 0 5px rgba(0,242,210,.20))!important;
}

.gpu-plans-header .header-actions,
.gpu-plans-header .page-actions,
.page-head .header-actions,
.page-head .page-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-width:0!important;
}

.profit-calc-modal{
  border-color:rgba(132,255,241,.38)!important;
}

.profit-calc-close{
}

.calc-plan-select{
  margin-bottom:13px!important;
  color:#dffcff!important;
  background:
    linear-gradient(145deg,rgba(0,242,210,.070),rgba(255,255,255,.005)),
    rgba(1,8,16,.30)!important;
}

.calc-label{
  margin-bottom:7px!important;
  color:#9fb2c7!important;
}

.calc-step-btn{
}

.calc-input-wrap{
  justify-content:center!important;
}

.calc-result-card{
}

.calc-total{
}

.calc-based-row{
}

.calc-ai-badge{
}

@media(max-width:420px){
  .gpu-plans-header,
  .page-head{
    min-height:54px!important;
    grid-template-columns:34px minmax(0,1fr) auto!important;
    gap:6px!important;
    padding:0 9px!important;
  }

  .gpu-plans-header h1,
  .gpu-plans-header .page-title,
  .page-head h1,
  .page-head-title,
  .page-head-title h1{
    font-size:22px!important;
    gap:7px!important;
  }

  .gpu-calc-trigger,
  #profitCalculatorBtn,
  #openProfitCalculator,
  button[data-open-calculator],
  a[href="#calculator"]{
    min-height:35px!important;
    height:35px!important;
    padding:0 9px!important;
    border-radius:13px!important;
    font-size:11px!important;
  }

  .gpu-calc-trigger svg,
  #profitCalculatorBtn svg,
  #openProfitCalculator svg,
  button[data-open-calculator] svg,
  a[href="#calculator"] svg{
    width:14px!important;
    height:14px!important;
  }

  .calc-amount-control{
    grid-template-columns:36px 1fr 36px!important;
    gap:7px!important;
  }

  .calc-step-btn{
    width:36px!important;
    height:36px!important;
  }

  .calc-input-wrap{
    height:36px!important;
  }
}

@media(max-width:350px){
  .gpu-plans-header h1,
  .gpu-plans-header .page-title,
  .page-head h1,
  .page-head-title,
  .page-head-title h1{
    font-size:20px!important;
  }

  .gpu-calc-trigger span,
  #profitCalculatorBtn span,
  #openProfitCalculator span{
    display:none!important;
  }

  .gpu-calc-trigger,
  #profitCalculatorBtn,
  #openProfitCalculator{
    width:36px!important;
    padding:0!important;
  }

  .calc-grid{
    grid-template-columns:1fr 1fr!important;
  }
}

.gpu-plans-header,
.page-head{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) auto!important;
  align-items:center!important;
  min-height:54px!important;
  padding:0 10px!important;
}

.gpu-plans-header h1,
.gpu-plans-header .page-title,
.page-head h1,
.page-head-title,
.page-head-title h1{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:center!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#fff!important;
  font-size:clamp(20px,5.6vw,25px)!important;
  line-height:1!important;
  font-weight:950!important;
}

.gpu-calc-trigger,
#profitCalculatorBtn,
#openProfitCalculator,
button[data-open-calculator]{
  flex:0 0 auto!important;
}

.profit-calc-modal{
  background:
    linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.005)),
    radial-gradient(circle at 0% 0%,rgba(0,242,210,.16),transparent 34%),
    radial-gradient(circle at 100% 100%,rgba(0,242,210,.080),transparent 42%),
    rgba(1,8,16,.76)!important;
  border:1px solid rgba(132,255,241,.36)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 26px rgba(0,242,210,.30),
    0 20px 58px rgba(0,0,0,.58)!important;
}

.profit-calc-head{
  min-height:32px!important;
  margin-bottom:10px!important;
  padding:0!important;
}

.profit-calc-head h3{
  font-size:16px!important;
  line-height:1!important;
  text-transform:uppercase!important;
  letter-spacing:.01em!important;
}

.profit-calc-close{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:50%!important;
  font-size:20px!important;
}

.calc-empty-state{
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

.calc-plan-select{
  min-height:38px!important;
  height:38px!important;
  margin:0 0 10px!important;
  border-radius:14px!important;
  font-size:11.5px!important;
  text-align:center!important;
}

.calc-label{
  margin:0 0 6px!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.045em!important;
}

.calc-amount-control{
  grid-template-columns:36px 1fr 36px!important;
  gap:7px!important;
  margin-bottom:10px!important;
}

.calc-step-btn{
  width:36px!important;
  height:36px!important;
  border-radius:12px!important;
  font-size:22px!important;
}

.calc-input-wrap{
  height:36px!important;
  border-radius:12px!important;
  padding:0 10px!important;
}

.calc-input-wrap input{
  text-align:center!important;
  font-size:14px!important;
  font-weight:950!important;
}

.calc-results > .calc-label{
  margin-top:2px!important;
  margin-bottom:7px!important;
}

.calc-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:7px!important;
  margin-top:0!important;
}

.calc-result-card{
  min-height:58px!important;
  padding:9px 10px!important;
  border-radius:14px!important;
}

.calc-result-card small{
  font-size:8.5px!important;
  margin-bottom:7px!important;
  line-height:1!important;
}

.calc-result-card strong{
  font-size:15px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.calc-result-card::after{
  width:30px!important;
  height:30px!important;
  right:-6px!important;
  bottom:-6px!important;
  opacity:.07!important;
}

.calc-total{
  min-height:56px!important;
  margin-top:8px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
}

.calc-total span{
  font-size:10px!important;
  line-height:1!important;
}

.calc-total small{
  margin-top:3px!important;
  font-size:10px!important;
}

.calc-total > strong{
  font-size:23px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.calc-based-row{
  min-height:28px!important;
  margin-top:7px!important;
  gap:8px!important;
  font-size:10px!important;
  line-height:1.15!important;
}

.calc-ai-badge{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
}

.calc-ai-badge svg,
.calc-ai-badge .he-icon{
  width:13px!important;
  height:13px!important;
}

.profit-calc-modal .btn-dark,
.profit-calc-modal .calc-modal-close-bottom{
  display:none!important;
}

#calcAmountInput{
  color:#fff!important;
}

@media(max-width:420px){

  .profit-calc-head h3{
    font-size:15px!important;
  }

  .calc-grid{
    gap:7px!important;
  }

  .calc-result-card{
    min-height:56px!important;
    padding:8px 9px!important;
  }

  .calc-result-card strong{
    font-size:14px!important;
  }

  .calc-total > strong{
    font-size:21px!important;
  }
}

@media(max-width:350px){
  .profit-calc-modal{
    padding:12px!important;
  }

  .calc-plan-select{
    font-size:10.5px!important;
  }

  .calc-result-card small{
    font-size:8px!important;
  }

  .calc-result-card strong{
    font-size:13px!important;
  }

  .calc-total > strong{
    font-size:19px!important;
  }
}

.gpu-plans-visible-title-v34{
  min-height:44px!important;
  margin:0 0 10px!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  border-radius:18px!important;
  color:#fff!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 0% 50%,rgba(0,242,210,.075),transparent 34%),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 10px 22px rgba(0,0,0,.14)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}

.gpu-plans-visible-title-v34 span{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  border-radius:11px!important;
  display:grid!important;
  place-items:center!important;
  color:var(--fg-cyan,#19e7ff)!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.20),transparent 18%),
    linear-gradient(145deg,rgba(0,242,210,.10),rgba(255,255,255,.006)),
    rgba(1,8,16,.22)!important;
  border:1px solid rgba(132,255,241,.14)!important;
  box-shadow:0 0 14px rgba(0,242,210,.12)!important;
}

.gpu-plans-visible-title-v34 svg,
.gpu-plans-visible-title-v34 .he-icon{
  width:16px!important;
  height:16px!important;
  stroke:currentColor!important;
  filter:drop-shadow(0 0 7px rgba(25,231,255,.38))!important;
}

.gpu-plans-visible-title-v34 strong{
  display:block!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
  text-shadow:0 2px 12px rgba(0,0,0,.28)!important;
}

.page-head-title,
.page-head-title h1,
.gpu-plans-header h1,
.gpu-plans-header .page-title{
  visibility:visible!important;
  opacity:1!important;
}

.user-invest-page .gpu-plans-visible-title-v34,
.page .gpu-plans-visible-title-v34{
  display:flex!important;
}

@media(max-width:420px){
  .gpu-plans-visible-title-v34{
    min-height:40px!important;
    margin-bottom:8px!important;
    padding:0 10px!important;
    border-radius:16px!important;
  }

  .gpu-plans-visible-title-v34 strong{
    font-size:20px!important;
  }

  .gpu-plans-visible-title-v34 span{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
  }
}

.profit-calc-modal .profit-calc-head{
  justify-content:space-between!important;
  box-shadow:none!important;
}

.profit-calc-modal .profit-calc-head::before,
.profit-calc-modal .profit-calc-head::after{
  display:none!important;
  content:none!important;
}

.profit-calc-modal .profit-calc-head h3{
  color:#f6fbff!important;
  font-weight:850!important;
  letter-spacing:.005em!important;
  text-transform:uppercase!important;
  text-shadow:0 0 12px rgba(0,242,210,.14)!important;
  background:transparent!important;
}

.profit-calc-modal .profit-calc-close{
  border-radius:50%!important;
  color:#dff7ff!important;
  border:1px solid rgba(132,255,241,.18)!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.14),transparent 18%),
    rgba(1,8,16,.30)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 14px rgba(0,242,210,.10)!important;
}

.profit-calc-modal .calc-input-wrap input{
  font-size:13px!important;
  font-weight:760!important;
}

.profit-calc-modal .calc-grid{
  grid-template-columns:1fr 1fr!important;
}

.profit-calc-modal .calc-result-card strong{
  letter-spacing:0!important;
}

.profit-calc-modal .calc-total span{
  letter-spacing:.035em!important;
}

.profit-calc-modal .calc-total small{
  margin-top:3px!important;
}

.profit-calc-modal .calc-total > strong{
  letter-spacing:-.025em!important;
}

.profit-calc-modal .profit-calc-head,
.profit-calc-modal .profit-calc-head *{
  background-color:transparent!important;
}

@media(max-width:420px){

  .profit-calc-modal .profit-calc-head h3{
    font-size:15px!important;
  }
}

@media(max-width:350px){

  .profit-calc-modal .profit-calc-head h3{
    font-size:14px!important;
  }

  .profit-calc-modal .calc-total > strong{
    font-size:18px!important;
  }
}

.profit-calc-modal .calc-input-wrap input#calcAmountInput,
.profit-calc-modal .calc-input-wrap input[type="number"]#calcAmountInput{
  appearance:textfield!important;
  -moz-appearance:textfield!important;
  -webkit-appearance:none!important;
}

.profit-calc-modal .calc-result-card{
  justify-content:space-between!important;
}

.profit-calc-modal .calc-result-card small{
  min-width:0!important;
  flex:1 1 auto!important;
}

.profit-calc-modal .calc-result-card strong{
  flex:0 0 auto!important;
}





.profit-calc-modal .profit-calc-close{
  font-weight:400!important;
}

.profit-calc-modal .calc-input-wrap{
  grid-template-columns:22px minmax(0,1fr) 22px!important;
  justify-items:center!important;
}

.profit-calc-modal .calc-input-wrap input#calcAmountInput,
.profit-calc-modal .calc-input-wrap input[type="number"]#calcAmountInput{
  grid-column:2!important;
}

.profit-calc-modal .calc-step-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  line-height:1!important;
}

@media(max-width:420px){

  .profit-calc-modal .calc-input-wrap,
  .profit-calc-modal .calc-input-wrap input#calcAmountInput,
  .profit-calc-modal .calc-input-wrap input[type="number"]#calcAmountInput,
  .profit-calc-modal .calc-input-wrap span{
    height:35px!important;
    min-height:35px!important;
    line-height:35px!important;
  }

  .profit-calc-modal .calc-step-btn{
    width:35px!important;
    height:35px!important;
    min-width:35px!important;
    min-height:35px!important;
  }

  .profit-calc-modal .calc-amount-control{
    grid-template-columns:35px 1fr 35px!important;
  }
}

.profit-calc-modal .calc-input-wrap{
  line-height:1!important;
}.profit-calc-modal .calc-input-wrap::after{
  grid-column:3!important;
  width:22px!important;
  height:1px!important;
  display:none!important;
  content:none!important;
}

.profit-calc-modal .calc-input-wrap > span{
  position:static!important;
  z-index:2!important;
  flex:0 0 auto!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  font-size:13px!important;
  font-weight:800!important;
  color:#dce8f2!important;
  transform:none!important;
}

.profit-calc-modal .calc-input-wrap input#calcAmountInput,
.profit-calc-modal .calc-input-wrap input[type="number"]#calcAmountInput{
  position:static!important;
  z-index:2!important;
  flex:0 1 88px!important;
  width:88px!important;
  max-width:calc(100% - 22px)!important;
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  text-align:left!important;
  font-weight:850!important;
  transform:none!important;
}

.profit-calc-modal .calc-input-wrap input#calcAmountInput::placeholder{
  color:#9aa9b9!important;
  opacity:.75!important;
}

.profit-calc-modal .calc-input-wrap input#calcAmountInput::-webkit-outer-spin-button,
.profit-calc-modal .calc-input-wrap input#calcAmountInput::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}

.profit-calc-modal .calc-input-wrap:focus-within{
  border-color:rgba(0,242,210,.44)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 0 3px rgba(0,242,210,.08)!important;
}

@media(max-width:420px){
  .profit-calc-modal .calc-input-wrap{
    height:35px!important;
    min-height:35px!important;
    gap:6px!important;
  }

  .profit-calc-modal .calc-input-wrap input#calcAmountInput,
  .profit-calc-modal .calc-input-wrap input[type="number"]#calcAmountInput{
    width:82px!important;
    flex-basis:82px!important;
    height:33px!important;
    min-height:33px!important;
    max-height:33px!important;
    line-height:33px!important;
  }
}

@media(max-width:350px){
  .profit-calc-modal .calc-input-wrap input#calcAmountInput,
  .profit-calc-modal .calc-input-wrap input[type="number"]#calcAmountInput{
    width:72px!important;
    flex-basis:72px!important;
  }
}

.profit-calc-modal .profit-calc-head{
  margin:0 0 12px!important;
  padding:0!important;
  display:grid!important;
  align-items:center!important;
  gap:10px!important;
  background:transparent!important;
  border:0!important;
}

.profit-calc-modal .profit-calc-head h3{
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  line-height:1!important;
  transform:none!important;
}

.profit-calc-modal .profit-calc-close{
  align-self:center!important;
  justify-self:center!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  transform:none!important;
  position:relative!important;
  top:0!important;
  right:auto!important;
}

.profit-calc-modal .calc-step-btn,
.profit-calc-modal .calc-input-wrap{
  align-self:center!important;
  margin:0!important;
}

.profit-calc-modal .calc-input-wrap{
  justify-content:center!important;
}

.profit-calc-modal .calc-input-wrap > span,
.profit-calc-modal .calc-input-wrap input#calcAmountInput{
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  height:auto!important;
  min-height:0!important;
}

.profit-calc-modal .calc-result-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
}

.profit-calc-modal .calc-result-card small{
  margin:0!important;
  padding:0!important;
  align-self:center!important;
  justify-self:start!important;
  line-height:1!important;
  display:block!important;
  transform:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.profit-calc-modal .calc-result-card strong{
  margin:0!important;
  padding:0!important;
  align-self:center!important;
  justify-self:end!important;
  line-height:1!important;
  display:block!important;
  transform:none!important;
  white-space:nowrap!important;
  text-align:right!important;
}

.profit-calc-modal .calc-total{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
}

.profit-calc-modal .calc-total > div{
  min-width:0!important;
  display:grid!important;
  align-content:center!important;
  gap:3px!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}

.profit-calc-modal .calc-total span,
.profit-calc-modal .calc-total small{
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  display:block!important;
}

.profit-calc-modal .calc-total > strong{
  margin:0!important;
  padding:0!important;
  align-self:center!important;
  justify-self:end!important;
  line-height:1!important;
  display:block!important;
  transform:none!important;
  white-space:nowrap!important;
  text-align:right!important;
}

.profit-calc-modal .calc-result-card *,
.profit-calc-modal .calc-total *,
.profit-calc-modal .profit-calc-head *{
  vertical-align:middle!important;
}

@media(max-width:420px){
  .profit-calc-modal .profit-calc-head{
    height:32px!important;
    min-height:32px!important;
    grid-template-columns:minmax(0,1fr) 30px!important;
  }

  .profit-calc-modal .profit-calc-head h3{
    height:32px!important;
    min-height:32px!important;
  }

  .profit-calc-modal .profit-calc-close{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
  }
}

.profit-calc-modal{
  padding:11px 11px 10px!important;
}

.profit-calc-modal .profit-calc-head{
  height:30px!important;
  min-height:30px!important;
  margin-bottom:9px!important;
  grid-template-columns:minmax(0,1fr) 30px!important;
}

.profit-calc-modal .profit-calc-head h3{
  height:30px!important;
  min-height:30px!important;
  font-size:14.5px!important;
  gap:6px!important;
}.profit-calc-modal .profit-calc-head h3 svg,
.profit-calc-modal .profit-calc-head h3 .he-icon{
  color:#19e7ff!important;
  filter:drop-shadow(0 0 7px rgba(25,231,255,.38))!important;
  flex:0 0 auto!important;
  transform:none!important;
  width:14px!important;
  height:14px!important;
}

.profit-calc-modal .profit-calc-close{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  font-size:18px!important;
}.profit-calc-modal .calc-plan-select{
  font-weight:760!important;
  height:34px!important;
  min-height:34px!important;
  margin-bottom:8px!important;
  border-radius:12px!important;
  font-size:10.5px!important;
}.profit-calc-modal .calc-label{
  margin:0 0 5px!important;
  font-weight:760!important;
  letter-spacing:.035em!important;
  color:#aab9ca!important;
  margin-bottom:4px!important;
  font-size:9px!important;
  line-height:1!important;
}

.profit-calc-modal .calc-amount-control{
  margin-bottom:8px!important;
}

.profit-calc-modal .calc-step-btn{
  width:33px!important;
  height:33px!important;
  min-width:33px!important;
  min-height:33px!important;
  border-radius:11px!important;
  font-size:20px!important;
}

.profit-calc-modal .calc-input-wrap input#calcAmountInput,
.profit-calc-modal .calc-input-wrap input[type="number"]#calcAmountInput{
  height:31px!important;
  min-height:31px!important;
  max-height:31px!important;
  line-height:31px!important;
  font-size:12.5px!important;
}

.profit-calc-modal .calc-results > .calc-label{
  margin:0 0 5px!important;
}

.profit-calc-modal .calc-grid{
  gap:5px!important;
  margin:0!important;
}

.profit-calc-modal .calc-result-card{
  height:36px!important;
  min-height:36px!important;
  padding:0 8px!important;
  border-radius:12px!important;
  gap:6px!important;
}

.profit-calc-modal .calc-result-card small{
  font-size:7.5px!important;
  font-weight:720!important;
  letter-spacing:.025em!important;
}

.profit-calc-modal .calc-result-card strong{
  font-size:12.5px!important;
  font-weight:800!important;
}.profit-calc-modal .calc-result-card::after{
  width:21px!important;
  height:21px!important;
  right:-7px!important;
  bottom:-7px!important;
  opacity:.04!important;
}

.profit-calc-modal .calc-total{
  height:44px!important;
  min-height:44px!important;
  margin-top:6px!important;
  padding:0 9px!important;
  border-radius:13px!important;
}

.profit-calc-modal .calc-total span{
  font-size:8.5px!important;
  font-weight:720!important;
}

.profit-calc-modal .calc-total small{
  font-size:8.5px!important;
}

.profit-calc-modal .calc-total > strong{
  font-size:18.5px!important;
  font-weight:850!important;
}.profit-calc-modal .calc-based-row{
  font-weight:650!important;
  color:#aebfd1!important;
  display:flex!important;
  align-items:center!important;
  line-height:1!important;
  min-height:22px!important;
  margin-top:5px!important;
  gap:6px!important;
  font-size:8.8px!important;
}.profit-calc-modal .calc-ai-badge{
  align-self:center!important;
  width:21px!important;
  height:21px!important;
  min-width:21px!important;
}.profit-calc-modal .calc-ai-badge svg,
.profit-calc-modal .calc-ai-badge .he-icon{
  width:11px!important;
  height:11px!important;
}.profit-calc-modal .calc-empty-state{
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

@media(max-width:420px){
  .profit-calc-modal{
    padding:10px!important;
    border-radius:19px!important;
  }

  .profit-calc-modal .calc-result-card{
    height:35px!important;
    min-height:35px!important;
    padding:0 7px!important;
  }

  .profit-calc-modal .calc-result-card small{
    font-size:7.2px!important;
  }

  .profit-calc-modal .calc-result-card strong{
    font-size:12px!important;
  }

  .profit-calc-modal .calc-total{
    height:42px!important;
    min-height:42px!important;
  }

  .profit-calc-modal .calc-total > strong{
    font-size:17.5px!important;
  }
}

@media(max-width:350px){
  .profit-calc-modal{
    width:min(100%,310px)!important;
  }

  .profit-calc-modal .calc-grid{
    gap:4px!important;
  }

  .profit-calc-modal .calc-result-card{
    padding:0 6px!important;
  }

  .profit-calc-modal .calc-result-card small{
    font-size:6.8px!important;
  }

  .profit-calc-modal .calc-result-card strong{
    font-size:11.2px!important;
  }
}

.gpu-plans-inline-header{
  min-height:54px!important;
  margin:0 0 10px!important;
  padding:0 10px!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  border-radius:18px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 0% 50%,rgba(0,242,210,.075),transparent 34%),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 10px 22px rgba(0,0,0,.14)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}

.gpu-back-btn{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  text-decoration:none!important;
  border:1px solid rgba(132,255,241,.12)!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.14),transparent 18%),
    rgba(1,8,16,.20)!important;
  box-shadow:0 0 14px rgba(0,242,210,.08)!important;
}

.gpu-back-btn:hover{
  color:#fff!important;
  border-color:rgba(0,242,210,.28)!important;
  box-shadow:0 0 18px rgba(0,242,210,.16)!important;
}

.gpu-back-btn svg,
.gpu-back-btn .he-icon{
  width:17px!important;
  height:17px!important;
  stroke:currentColor!important;
}

.gpu-inline-title{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}

.gpu-inline-title svg,
.gpu-inline-title .he-icon{
  width:17px!important;
  height:17px!important;
  color:var(--fg-cyan,#19e7ff)!important;
  filter:drop-shadow(0 0 7px rgba(25,231,255,.38))!important;
  flex:0 0 auto!important;
}

.gpu-inline-title strong{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
  text-shadow:0 2px 12px rgba(0,0,0,.28)!important;
}

.gpu-plans-inline-header .gpu-calc-trigger,
.gpu-plans-inline-header .calculator-btn{
  justify-self:end!important;
  height:36px!important;
  min-height:36px!important;
  padding:0 11px!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  white-space:nowrap!important;
}

.gpu-plans-inline-header .gpu-calc-trigger svg,
.gpu-plans-inline-header .calculator-btn svg,
.gpu-plans-inline-header .gpu-calc-trigger .he-icon,
.gpu-plans-inline-header .calculator-btn .he-icon{
  width:14px!important;
  height:14px!important;
}

.gpu-plans-visible-title-v34,
.gpu-plans-header,
.page-head:has(+ .gpu-plans-inline-header){
  display:none!important;
}

@media(max-width:420px){
  .gpu-plans-inline-header{
    min-height:50px!important;
    grid-template-columns:32px minmax(0,1fr) auto!important;
    gap:7px!important;
    padding:0 8px!important;
    border-radius:16px!important;
  }

  .gpu-back-btn{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
  }

  .gpu-inline-title strong{
    font-size:20px!important;
  }

  .gpu-plans-inline-header .gpu-calc-trigger,
  .gpu-plans-inline-header .calculator-btn{
    height:34px!important;
    min-height:34px!important;
    padding:0 9px!important;
    font-size:11px!important;
  }
}

@media(max-width:350px){
  .gpu-inline-title strong{
    font-size:18px!important;
  }

  .gpu-plans-inline-header .gpu-calc-trigger span,
  .gpu-plans-inline-header .calculator-btn span{
    display:none!important;
  }

  .gpu-plans-inline-header .gpu-calc-trigger,
  .gpu-plans-inline-header .calculator-btn{
    width:34px!important;
    padding:0!important;
  }
}

.gpu-back-btn .gpu-back-arrow{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  filter:drop-shadow(0 0 6px rgba(25,231,255,.35))!important;
}

.gpu-back-btn{
  color:#cdefff!important;
}

.gpu-back-btn:hover .gpu-back-arrow{
  stroke:#ffffff!important;
}

@media(max-width:420px){
  .gpu-back-btn .gpu-back-arrow{
    width:17px!important;
    height:17px!important;
  }
}

.brand-mark,
.logo-mark,
.auth-logo,
.app-logo,
.header-logo,
.control-brand-mark,
.supportpanel-brand-mark,
.sidebar-logo,
.brand-icon{
  background-image:url("/assets/img/brand-logo-neon.png")!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:
    0 0 18px rgba(0,242,210,.28),
    0 0 28px rgba(169,104,255,.16)!important;
}

.brand-mark::before,
.brand-mark::after,
.logo-mark::before,
.logo-mark::after,
.auth-logo::before,
.auth-logo::after,
.app-logo::before,
.app-logo::after,
.header-logo::before,
.header-logo::after,
.control-brand-mark::before,
.control-brand-mark::after,
.supportpanel-brand-mark::before,
.supportpanel-brand-mark::after,
.sidebar-logo::before,
.sidebar-logo::after,
.brand-icon::before,
.brand-icon::after{
  display:none!important;
  content:none!important;
}

.brand .brand-mark{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:12px!important;
  filter:drop-shadow(0 0 10px rgba(0,242,210,.24)) drop-shadow(0 0 14px rgba(169,104,255,.12))!important;
}

.auth-logo,
.app-logo{
  width:64px!important;
  height:64px!important;
}

.he-link-loader{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:none!important;
  place-items:center!important;
  background:rgba(0,0,0,.16)!important;
  backdrop-filter:blur(8px) saturate(1.15)!important;
  -webkit-backdrop-filter:blur(8px) saturate(1.15)!important;
  pointer-events:auto!important;
}

.he-link-loader.active{
  display:grid!important;
}

.he-link-loader-card{
  min-width:178px!important;
  min-height:154px!important;
  padding:20px 22px!important;
  border-radius:28px!important;
  display:grid!important;
  place-items:center!important;
  gap:10px!important;
  text-align:center!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.006)),
    radial-gradient(circle at 50% 20%,rgba(0,242,210,.12),transparent 48%),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.22)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 0 30px rgba(0,242,210,.18),
    0 24px 70px rgba(0,0,0,.38)!important;
  backdrop-filter:blur(20px) saturate(1.25)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.25)!important;
}

.he-link-loader-logo{
  width:82px!important;
  height:82px!important;
  display:block!important;
  object-fit:contain!important;
  animation:heLogoLoaderFloat 1.35s ease-in-out infinite!important;
  filter:
    drop-shadow(0 0 12px rgba(0,242,210,.52))
    drop-shadow(0 0 20px rgba(169,104,255,.30))!important;
}

.he-link-loader-text{
  color:#eaffff!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  line-height:1!important;
  text-shadow:
    0 0 10px rgba(0,242,210,.34),
    0 2px 12px rgba(0,0,0,.32)!important;
}

.he-link-loader-dots{
  width:72px!important;
  height:3px!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:rgba(132,255,241,.12)!important;
  position:relative!important;
}

.he-link-loader-dots::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  width:42%!important;
  border-radius:inherit!important;
  background:linear-gradient(90deg,#19e7ff,#00f2d2,#a968ff)!important;
  animation:heLoaderBar 1.05s ease-in-out infinite!important;
  box-shadow:0 0 12px rgba(0,242,210,.56)!important;
}

@keyframes heLogoLoaderFloat{
  0%,100%{
    transform:translateY(0) scale(1);
  }
  50%{
    transform:translateY(-5px) scale(1.035);
  }
}

@keyframes heLoaderBar{
  0%{
    transform:translateX(-110%);
  }
  100%{
    transform:translateX(250%);
  }
}

@media(max-width:420px){
  .brand .brand-mark{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
  }

  .he-link-loader-card{
    min-width:160px!important;
    min-height:140px!important;
    padding:18px 20px!important;
    border-radius:25px!important;
  }

  .he-link-loader-logo{
    width:74px!important;
    height:74px!important;
  }

  .he-link-loader-text{
    font-size:13px!important;
  }
}

html.is-pwa-standalone body{
  min-height:100vh;
}

html.is-pwa-standalone .app-shell{
  padding-top:max(env(safe-area-inset-top), 0px);
  padding-bottom:max(env(safe-area-inset-bottom), 0px);
}

.dashboard-page .hero-card .hero-earning-action-stack{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  margin-top:0!important;
}

.dashboard-page .hero-card .btn-progress{
  display:none!important;
}

.earning-live-animation{
  min-height:42px!important;
  width:100%!important;
  border-radius:15px!important;
  padding:7px 10px!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 52px!important;
  align-items:center!important;
  gap:8px!important;
  overflow:hidden!important;
  position:relative!important;
  border:1px solid rgba(0,242,210,.22)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.004)),
    radial-gradient(circle at 8% 50%,rgba(0,242,210,.16),transparent 38%),
    radial-gradient(circle at 100% 50%,rgba(25,231,255,.12),transparent 42%),
    rgba(1,8,16,.18)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.065),
    0 0 20px rgba(0,242,210,.10)!important;
  backdrop-filter:blur(16px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.14)!important;
}

.earning-live-animation::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,transparent,rgba(0,242,210,.11),transparent)!important;
  transform:translateX(-120%)!important;
  animation:heEarningScan 2.2s ease-in-out infinite!important;
  pointer-events:none!important;
}

.earning-live-orb{
  width:30px!important;
  height:30px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  background:
    radial-gradient(circle at 35% 28%,rgba(255,255,255,.42),transparent 16%),
    radial-gradient(circle at center,rgba(0,242,210,.42),rgba(0,242,210,.10) 58%,transparent 74%)!important;
  border:1px solid rgba(0,242,210,.32)!important;
  box-shadow:
    0 0 18px rgba(0,242,210,.28),
    inset 0 1px 0 rgba(255,255,255,.14)!important;
}

.earning-live-orb::before,
.earning-live-orb::after{
  content:""!important;
  position:absolute!important;
  inset:-4px!important;
  border-radius:inherit!important;
  border:1px solid rgba(0,242,210,.26)!important;
  animation:heEarningRing 1.65s ease-out infinite!important;
}

.earning-live-orb::after{
  animation-delay:.78s!important;
}

.earning-live-orb span{
  width:10px!important;
  height:10px!important;
  border-radius:999px!important;
  background:#18f28c!important;
  box-shadow:0 0 12px rgba(24,242,140,.75)!important;
  animation:heEarningPulse 1.05s ease-in-out infinite!important;
}

.earning-live-copy{
  min-width:0!important;
  display:grid!important;
  gap:2px!important;
  position:relative!important;
  z-index:2!important;
}

.earning-live-copy strong{
  color:#eaffff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.earning-live-copy small{
  color:#8fffe9!important;
  font-size:9.5px!important;
  line-height:1!important;
  font-weight:750!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.earning-live-bars{
  height:26px!important;
  display:flex!important;
  align-items:end!important;
  justify-content:flex-end!important;
  gap:4px!important;
  position:relative!important;
  z-index:2!important;
}

.earning-live-bars i{
  width:5px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#19e7ff,#00f2d2,#18f28c)!important;
  box-shadow:0 0 9px rgba(0,242,210,.42)!important;
  animation:heEarningBars .86s ease-in-out infinite!important;
}

.earning-live-bars i:nth-child(1){height:9px!important;animation-delay:0s!important;}
.earning-live-bars i:nth-child(2){height:16px!important;animation-delay:.12s!important;}
.earning-live-bars i:nth-child(3){height:12px!important;animation-delay:.24s!important;}
.earning-live-bars i:nth-child(4){height:21px!important;animation-delay:.36s!important;}

.invest-more-glass-btn{
  min-height:44px!important;
  width:100%!important;
  border-radius:15px!important;
  padding:0 13px!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr) 24px!important;
  align-items:center!important;
  gap:9px!important;
  color:#eaffff!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(169,104,255,.30)!important;
  background:
    radial-gradient(circle at 12% 50%,rgba(0,242,210,.18),transparent 36%),
    radial-gradient(circle at 100% 50%,rgba(169,104,255,.28),transparent 40%),
    linear-gradient(135deg,rgba(0,242,210,.16),rgba(169,104,255,.20)),
    rgba(1,8,16,.22)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 22px rgba(169,104,255,.12),
    0 10px 22px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(16px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.18)!important;
}

.invest-more-glass-btn::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)!important;
  transform:translateX(-120%) skewX(-18deg)!important;
  transition:transform .55s ease!important;
  pointer-events:none!important;
}

.invest-more-glass-btn:hover::before{
  transform:translateX(120%) skewX(-18deg)!important;
}

.invest-more-glass-btn:hover{
  border-color:rgba(0,242,210,.38)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 0 26px rgba(0,242,210,.16),
    0 0 22px rgba(169,104,255,.14)!important;
}

.invest-more-icon{
  width:30px!important;
  height:30px!important;
  border-radius:12px!important;
  display:grid!important;
  place-items:center!important;
  color:#031011!important;
  background:linear-gradient(135deg,#19e7ff,#00f2d2,#a968ff)!important;
  box-shadow:0 0 18px rgba(0,242,210,.28)!important;
  position:relative!important;
  z-index:2!important;
}

.invest-more-icon svg,
.invest-more-icon .he-icon{
  width:15px!important;
  height:15px!important;
  stroke:currentColor!important;
}

.invest-more-glass-btn > span:nth-child(2){
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  position:relative!important;
  z-index:2!important;
}

.invest-more-arrow{
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  color:#eaffff!important;
  font-size:20px!important;
  line-height:1!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  position:relative!important;
  z-index:2!important;
}

@keyframes heEarningScan{
  0%{transform:translateX(-120%);}
  54%{transform:translateX(120%);}
  100%{transform:translateX(120%);}
}

@keyframes heEarningRing{
  0%{opacity:.82;transform:scale(.70);}
  100%{opacity:0;transform:scale(1.45);}
}

@keyframes heEarningPulse{
  0%,100%{transform:scale(.82);opacity:.74;}
  50%{transform:scale(1.12);opacity:1;}
}

@keyframes heEarningBars{
  0%,100%{transform:scaleY(.62);opacity:.62;}
  50%{transform:scaleY(1.12);opacity:1;}
}

@media(max-width:420px){
  .earning-live-animation{
    min-height:40px!important;
    grid-template-columns:32px minmax(0,1fr) 46px!important;
    padding:6px 9px!important;
    border-radius:14px!important;
  }

  .earning-live-orb{
    width:28px!important;
    height:28px!important;
  }

  .earning-live-copy strong{
    font-size:11.5px!important;
  }

  .earning-live-copy small{
    font-size:9px!important;
  }

  .earning-live-bars{
    height:24px!important;
    gap:3px!important;
  }

  .earning-live-bars i{
    width:4px!important;
  }

  .invest-more-glass-btn{
    min-height:41px!important;
    border-radius:14px!important;
    grid-template-columns:30px minmax(0,1fr) 22px!important;
    font-size:12.5px!important;
    padding:0 11px!important;
  }

  .invest-more-icon{
    width:28px!important;
    height:28px!important;
  }

  .invest-more-arrow{
    width:22px!important;
    height:22px!important;
  }
}

.bottom-nav a[href*="/user/invest"]::after,
.user-nav a[href*="/user/invest"]::after{
  position:absolute!important;
  left:50%!important;
  top:7px!important;
  width:46px!important;
  height:34px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:
    radial-gradient(ellipse at center,rgba(169,104,255,.28),rgba(0,242,210,.10) 42%,transparent 72%)!important;
  filter:blur(8px)!important;
  z-index:1!important;
  pointer-events:none!important;
  animation:heBottomInvestGlow 2.7s ease-in-out infinite!important;
}

.bottom-nav a[href*="/user/invest"].active,
.user-nav a[href*="/user/invest"].active{
  background:
    radial-gradient(circle at 50% 18%,rgba(169,104,255,.25),transparent 42%),
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),
    rgba(1,8,16,.24)!important;
}

@keyframes heBottomInvestCubeFloat{
  0%,100%{
    transform:translateY(0) scale(1);
  }
  50%{
    transform:translateY(-3px) scale(1.045);
  }
}

@keyframes heBottomInvestGlow{
  0%,100%{
    opacity:.68;
    transform:translateX(-50%) scale(.92);
  }
  50%{
    opacity:1;
    transform:translateX(-50%) scale(1.08);
  }
}

@media(max-width:420px){

  .bottom-nav a[href*="/user/invest"]::after,
  .user-nav a[href*="/user/invest"]::after{
    width:42px!important;
    height:30px!important;
    top:7px!important;
  }
}

@media(max-width:350px){
  .bottom-nav a[href*="/user/invest"]::before,
  .user-nav a[href*="/user/invest"]::before{
    width:31px!important;
    height:31px!important;
  }

  .bottom-nav a[href*="/user/invest"]::after,
  .user-nav a[href*="/user/invest"]::after{
    width:38px!important;
    height:28px!important;
  }
}

.logs-page{
  padding-bottom:88px!important;
}

.logs-section-card{
  overflow:hidden!important;
  border-radius:18px!important;
  margin-bottom:10px!important;
}

.logs-section-card .section-title{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}

.logs-section-card .section-title span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
}

.logs-section-card .section-title small{
  color:var(--fg-teal,#00f2d2)!important;
  font-size:10px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}

.logs-row{
  min-height:52px!important;
  padding:8px 11px!important;
}

.logs-row .quick-name{
  min-width:0!important;
}

.logs-row-info{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
}

.logs-row-info strong{
  color:#fff!important;
  font-size:12px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.logs-row-info small{
  color:var(--muted,#9fb0c3)!important;
  font-size:10px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.logs-pagination{
  padding:9px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
}

.logs-pagination a,
.logs-pagination span{
  min-width:30px!important;
  height:30px!important;
  padding:0 9px!important;
  border-radius:11px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  color:#dcecff!important;
  font-size:10.5px!important;
  font-weight:900!important;
  border:1px solid rgba(132,255,241,.14)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    rgba(1,8,16,.16)!important;
}

.logs-pagination a.active{
  color:#031011!important;
  background:linear-gradient(135deg,#19e7ff,#00f2d2,#18f28c)!important;
  border-color:rgba(0,242,210,.42)!important;
  box-shadow:0 0 16px rgba(0,242,210,.18)!important;
}

.logs-pagination a.disabled{
  opacity:.45!important;
  pointer-events:none!important;
}

.logs-page-numbers{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-width:0!important;
  overflow:hidden!important;
}

.logs-page-numbers span{
  min-width:22px!important;
  padding:0!important;
  border-color:transparent!important;
  background:transparent!important;
}

@media(max-width:420px){
  .logs-section-card .section-title{
    min-height:40px!important;
  }

  .logs-row{
    min-height:50px!important;
    padding:8px 10px!important;
  }

  .logs-pagination{
    gap:6px!important;
    padding:8px!important;
  }

  .logs-pagination a,
  .logs-pagination span{
    min-width:28px!important;
    height:28px!important;
    padding:0 7px!important;
    font-size:10px!important;
    border-radius:10px!important;
  }

  .logs-page-numbers{
    gap:4px!important;
  }
}

.status,
.badge,
.status-badge,
.label-status,
.deposit-status,
.transaction-status,
span.status,
a.status,
button.status{
  min-height:26px!important;
  height:auto!important;
  padding:0 10px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  vertical-align:middle!important;
  line-height:1!important;
  font-size:10.5px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  text-align:center!important;
  box-sizing:border-box!important;
}

.status *,
.badge *,
.status-badge *,
.label-status *{
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
}

.quick-row .status,
.list-item .status,
.logs-row .status,
.menu-history-row .status,
.menu-invest-row .status,
.active-investments-list .status{
  align-self:center!important;
  margin-top:0!important;
  margin-bottom:0!important;
}

.status:not(.red):not(.pending),
.status.approved,
.status.active{
  color:#18f28c!important;
  border:1px solid rgba(24,242,140,.28)!important;
  background:rgba(24,242,140,.10)!important;
}

.status.red,
.status.rejected{
  color:#ff6b96!important;
  border:1px solid rgba(255,107,150,.30)!important;
  background:rgba(255,107,150,.10)!important;
}

.status.pending,
.status.warning{
  color:#ffbd3d!important;
  border:1px solid rgba(255,189,61,.30)!important;
  background:rgba(255,189,61,.10)!important;
}

td .status,
th .status{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}

@media(max-width:420px){
  .status,
  .badge,
  .status-badge,
  .label-status,
  .deposit-status,
  .transaction-status{
    min-height:24px!important;
    padding:0 9px!important;
    font-size:10px!important;
  }
}

.user-menu-page,
.menu-page{
  padding-bottom:88px!important;
}

.user-menu-page .profile-card,
.menu-page .profile-card,
.user-profile-card,
.menu-profile-card,
.page .profile-card:first-child,
.page > .card:first-child:has(.brand-text),
.page > .card:first-child:has(h1),
.page > .section-card:first-child{
  position:relative!important;
  overflow:hidden!important;
  border-radius:24px!important;
  min-height:116px!important;
  padding:18px!important;
  background:
    radial-gradient(circle at 15% 10%,rgba(0,242,210,.16),transparent 34%),
    radial-gradient(circle at 100% 0%,rgba(169,104,255,.17),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.006)),
    rgba(1,8,16,.20)!important;
  border:1px solid rgba(132,255,241,.20)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 18px 42px rgba(0,0,0,.22),
    0 0 24px rgba(0,242,210,.08)!important;
  backdrop-filter:blur(22px) saturate(1.16)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.16)!important;
}

.user-menu-page .profile-card::before,
.menu-page .profile-card::before,
.user-profile-card::before,
.menu-profile-card::before,
.page .profile-card:first-child::before,
.page > .card:first-child:has(.brand-text)::before,
.page > .card:first-child:has(h1)::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,transparent,rgba(0,242,210,.55),rgba(169,104,255,.28),transparent) top / 100% 1px no-repeat,
    radial-gradient(circle at 10% 80%,rgba(0,242,210,.10),transparent 34%)!important;
  opacity:.75!important;
}

.user-menu-page .profile-card .quick-icon,
.menu-page .profile-card .quick-icon,
.user-profile-card .quick-icon,
.menu-profile-card .quick-icon,
.profile-avatar,
.menu-avatar{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:16px!important;
  display:grid!important;
  place-items:center!important;
  color:#eaffff!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.24),transparent 18%),
    linear-gradient(145deg,rgba(0,242,210,.16),rgba(255,255,255,.012)),
    rgba(1,8,16,.26)!important;
  border:1px solid rgba(132,255,241,.22)!important;
  box-shadow:
    inset -8px -9px 16px rgba(0,0,0,.18),
    inset 4px 4px 10px rgba(255,255,255,.05),
    0 0 20px rgba(0,242,210,.13)!important;
}

.profile-avatar svg,
.menu-avatar svg,
.user-menu-page .profile-card .quick-icon svg,
.menu-page .profile-card .quick-icon svg{
  width:20px!important;
  height:20px!important;
}

.user-menu-page .profile-card h1,
.menu-page .profile-card h1,
.user-profile-card h1,
.menu-profile-card h1,
.page .profile-card:first-child h1,
.page > .card:first-child h1{
  color:#fff!important;
  font-size:26px!important;
  line-height:1.05!important;
  font-weight:950!important;
  letter-spacing:-.045em!important;
  margin:0 0 5px!important;
  text-shadow:0 2px 14px rgba(0,0,0,.34)!important;
}

.user-menu-page .profile-card p,
.menu-page .profile-card p,
.user-profile-card p,
.menu-profile-card p,
.page .profile-card:first-child p,
.page > .card:first-child p{
  color:#b9cbe0!important;
  font-size:12.5px!important;
  line-height:1.2!important;
  font-weight:650!important;
  margin:0!important;
  word-break:break-word!important;
}

.account-menu-card,
.menu-card,
.user-menu-page .section-card,
.menu-page .section-card,
.page .section-card:has(.quick-row){
  overflow:hidden!important;
  border-radius:22px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.036),rgba(255,255,255,.004)),
    radial-gradient(circle at 0% 0%,rgba(0,242,210,.080),transparent 34%),
    radial-gradient(circle at 100% 100%,rgba(169,104,255,.070),transparent 36%),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.18)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.060),
    0 16px 36px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(20px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.14)!important;
}

.account-menu-card .section-title,
.menu-card .section-title,
.user-menu-page .section-card .section-title,
.menu-page .section-card .section-title,
.page .section-card:has(.quick-row) .section-title{
  min-height:44px!important;
  padding:0 14px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#f7fbff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.015em!important;
  background:
    linear-gradient(90deg,rgba(0,242,210,.055),rgba(169,104,255,.030),transparent),
    rgba(255,255,255,.006)!important;
  border-bottom:1px solid rgba(132,255,241,.12)!important;
}

.account-menu-card .section-title svg,
.menu-card .section-title svg,
.user-menu-page .section-card .section-title svg,
.menu-page .section-card .section-title svg{
  width:17px!important;
  height:17px!important;
  color:#dffcff!important;
  filter:drop-shadow(0 0 7px rgba(0,242,210,.32))!important;
}

.account-menu-card .quick-list,
.menu-card .quick-list,
.user-menu-page .quick-list,
.menu-page .quick-list{
  border-radius:0!important;
  overflow:hidden!important;
}

.account-menu-card .quick-row,
.menu-card .quick-row,
.user-menu-page .quick-row,
.menu-page .quick-row,
.page .section-card:has(.quick-row) .quick-row{
  min-height:54px!important;
  padding:8px 13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  color:#eaf3ff!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.022),rgba(255,255,255,.003)),
    rgba(1,8,16,.08)!important;
  border-bottom:1px solid rgba(132,255,241,.105)!important;
  text-decoration:none!important;
  transition:
    background .18s ease,
    transform .18s ease,
    border-color .18s ease!important;
}

.account-menu-card .quick-row:last-child,
.menu-card .quick-row:last-child,
.user-menu-page .quick-row:last-child,
.menu-page .quick-row:last-child{
  border-bottom:0!important;
}

.account-menu-card .quick-row:hover,
.menu-card .quick-row:hover,
.user-menu-page .quick-row:hover,
.menu-page .quick-row:hover{
  background:
    linear-gradient(90deg,rgba(0,242,210,.070),rgba(169,104,255,.035)),
    rgba(1,8,16,.13)!important;
  transform:translateX(2px)!important;
}

.account-menu-card .quick-name,
.menu-card .quick-name,
.user-menu-page .quick-name,
.menu-page .quick-name{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#f3f8ff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.012em!important;
}

.account-menu-card .quick-icon,
.menu-card .quick-icon,
.user-menu-page .quick-icon,
.menu-page .quick-icon{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:15px!important;
  display:grid!important;
  place-items:center!important;
  color:#eaffff!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 18%),
    linear-gradient(145deg,rgba(0,242,210,.10),rgba(255,255,255,.010)),
    rgba(1,8,16,.24)!important;
  border:1px solid rgba(132,255,241,.16)!important;
  box-shadow:
    inset -7px -8px 15px rgba(0,0,0,.20),
    inset 4px 4px 10px rgba(255,255,255,.045),
    0 0 16px rgba(0,242,210,.09)!important;
}

.account-menu-card .quick-icon svg,
.menu-card .quick-icon svg,
.user-menu-page .quick-icon svg,
.menu-page .quick-icon svg,
.account-menu-card .quick-icon .he-icon,
.menu-card .quick-icon .he-icon,
.user-menu-page .quick-icon .he-icon,
.menu-page .quick-icon .he-icon{
  width:18px!important;
  height:18px!important;
  color:#dffcff!important;
  stroke-width:1.9!important;
  filter:drop-shadow(0 0 7px rgba(0,242,210,.24))!important;
}

.account-menu-card .chev,
.menu-card .chev,
.user-menu-page .chev,
.menu-page .chev{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  color:#00f2d2!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:800!important;
  background:rgba(0,242,210,.045)!important;
  border:1px solid rgba(0,242,210,.10)!important;
  text-shadow:0 0 10px rgba(0,242,210,.60)!important;
}

.account-menu-card a[href*="logout"] .quick-icon,
.menu-card a[href*="logout"] .quick-icon,
.user-menu-page a[href*="logout"] .quick-icon,
.menu-page a[href*="logout"] .quick-icon{
  border-color:rgba(255,107,150,.18)!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.20),transparent 18%),
    linear-gradient(145deg,rgba(255,107,150,.09),rgba(255,255,255,.010)),
    rgba(1,8,16,.24)!important;
}

.account-menu-card a[href*="logout"]:hover,
.menu-card a[href*="logout"]:hover,
.user-menu-page a[href*="logout"]:hover,
.menu-page a[href*="logout"]:hover{
  background:
    linear-gradient(90deg,rgba(255,107,150,.070),rgba(169,104,255,.025)),
    rgba(1,8,16,.13)!important;
}

@media(max-width:420px){
  .user-menu-page .profile-card,
  .menu-page .profile-card,
  .user-profile-card,
  .menu-profile-card,
  .page .profile-card:first-child,
  .page > .card:first-child:has(h1){
    min-height:104px!important;
    padding:15px!important;
    border-radius:21px!important;
  }

  .user-menu-page .profile-card h1,
  .menu-page .profile-card h1,
  .user-profile-card h1,
  .menu-profile-card h1,
  .page .profile-card:first-child h1,
  .page > .card:first-child h1{
    font-size:24px!important;
  }

  .account-menu-card .section-title,
  .menu-card .section-title,
  .user-menu-page .section-card .section-title,
  .menu-page .section-card .section-title{
    min-height:42px!important;
    padding:0 12px!important;
    font-size:12.5px!important;
  }

  .account-menu-card .quick-row,
  .menu-card .quick-row,
  .user-menu-page .quick-row,
  .menu-page .quick-row{
    min-height:51px!important;
    padding:7px 11px!important;
  }

  .account-menu-card .quick-name,
  .menu-card .quick-name,
  .user-menu-page .quick-name,
  .menu-page .quick-name{
    gap:10px!important;
    font-size:12.5px!important;
  }

  .account-menu-card .quick-icon,
  .menu-card .quick-icon,
  .user-menu-page .quick-icon,
  .menu-page .quick-icon{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:14px!important;
  }

  .account-menu-card .chev,
  .menu-card .chev,
  .user-menu-page .chev,
  .menu-page .chev{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    font-size:18px!important;
  }
}

.deposit-method-select-wrap .select{
  min-height:46px!important;
}

.local-payment-grid{
  display:grid!important;
  gap:8px!important;
}

.deposit-method-box .auth-card{
  border-color:rgba(132,255,241,.18)!important;
}

.deposit-method-box .wallet-card{
  background:
    radial-gradient(circle at 0% 50%,rgba(0,242,210,.08),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
  border-color:rgba(132,255,241,.16)!important;
}



.dashboard-header-balance.dashboard-balance-popup-trigger{
  cursor:pointer!important;
  appearance:none!important;
  border:1px solid rgba(132,255,241,.18)!important;
  min-height:38px!important;
  max-width:116px!important;
  padding:0 11px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  color:#eaffff!important;
  text-decoration:none!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.14),transparent 18%),
    linear-gradient(145deg,rgba(255,255,255,.044),rgba(255,255,255,.004)),
    rgba(1,8,16,.20)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.070),
    0 10px 22px rgba(0,0,0,.16),
    0 0 14px rgba(0,242,210,.08)!important;
}

.dashboard-header-balance.dashboard-balance-popup-trigger span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  font-size:10.5px!important;
  font-weight:950!important;
  color:#eaffff!important;
  text-transform:none!important;
  letter-spacing:.01em!important;
}

.dashboard-header-balance.dashboard-balance-popup-trigger strong{
  display:none!important;
}

.dashboard-header-balance.dashboard-balance-popup-trigger:hover{
  border-color:rgba(0,242,210,.36)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.085),
    0 0 22px rgba(0,242,210,.16)!important;
}

.balance-popup-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:99992!important;
  display:none!important;
  place-items:center!important;
  padding:18px!important;
  background:rgba(0,0,0,.22)!important;
  backdrop-filter:blur(10px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(10px) saturate(1.14)!important;
}

.balance-popup-overlay.active{
  display:grid!important;
}

.balance-popup-card{
  width:min(100%,330px)!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:26px!important;
  padding:24px 20px 22px!important;
  text-align:center!important;
  border:1px solid rgba(132,255,241,.30)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(0,242,210,.16),transparent 42%),
    radial-gradient(circle at 100% 100%,rgba(169,104,255,.13),transparent 42%),
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),
    rgba(1,8,16,.74)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 30px rgba(0,242,210,.24),
    0 22px 70px rgba(0,0,0,.48)!important;
  backdrop-filter:blur(24px) saturate(1.20)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.20)!important;
  animation:balancePopupIn .20s ease-out both!important;
}

.balance-popup-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,transparent,rgba(0,242,210,.65),transparent) top / 100% 1px no-repeat,
    radial-gradient(circle at 50% 100%,rgba(0,242,210,.10),transparent 48%)!important;
}

.balance-popup-close{
  position:absolute!important;
  right:13px!important;
  top:13px!important;
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  border:1px solid rgba(132,255,241,.18)!important;
  display:grid!important;
  place-items:center!important;
  color:#dffcff!important;
  font-size:20px!important;
  line-height:1!important;
  cursor:pointer!important;
  background:rgba(1,8,16,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}

.balance-popup-icon{
  width:58px!important;
  height:58px!important;
  margin:0 auto 13px!important;
  border-radius:20px!important;
  display:grid!important;
  place-items:center!important;
  color:#031011!important;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.42),transparent 18%),
    linear-gradient(135deg,#19e7ff,#00f2d2,#18f28c)!important;
  box-shadow:
    0 0 24px rgba(0,242,210,.30),
    0 14px 24px rgba(0,0,0,.20)!important;
}

.balance-popup-icon svg,
.balance-popup-icon .he-icon{
  width:28px!important;
  height:28px!important;
}

.balance-popup-label{
  margin:0 0 7px!important;
  color:#aebfd1!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}

.balance-popup-card h2{
  margin:0!important;
  color:#00f2d2!important;
  font-size:36px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.045em!important;
  text-shadow:0 0 20px rgba(0,242,210,.25)!important;
}

.balance-popup-sub{
  margin:10px 0 0!important;
  color:#b9cbe0!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:650!important;
}

@keyframes balancePopupIn{
  from{opacity:0;transform:translateY(10px) scale(.96);}
  to{opacity:1;transform:translateY(0) scale(1);}
}

@media(max-width:420px){
  .dashboard-header-balance.dashboard-balance-popup-trigger{
    max-width:96px!important;
    min-height:36px!important;
    padding:0 9px!important;
  }

  .dashboard-header-balance.dashboard-balance-popup-trigger span{
    font-size:10px!important;
  }

  .balance-popup-card{
    width:min(100%,300px)!important;
    border-radius:24px!important;
    padding:22px 18px 20px!important;
  }

  .balance-popup-card h2{
    font-size:32px!important;
  }
}

.supportpanel-local-payment-grid,
.local-payment-grid{
  display:grid!important;
  gap:8px!important;
}

.local-payment-row{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:9px 11px!important;
  border-radius:14px!important;
  border:1px solid rgba(132,255,241,.14)!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.030),rgba(255,255,255,.004)),
    rgba(1,8,16,.16)!important;
}

.local-payment-row span{
  flex:0 0 auto!important;
  color:#aebfd1!important;
  font-size:10.5px!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.025em!important;
}

.local-payment-row strong{
  min-width:0!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  text-align:right!important;
  word-break:break-word!important;
}

.supportpanel-payment-note{
  margin:8px 0 0!important;
  color:var(--muted,#9fb0c3)!important;
  font-size:12px!important;
  line-height:1.4!important;
}

.simple-table td small{
  line-height:1.35!important;
}

@media(max-width:420px){
  .local-payment-row{
    min-height:40px!important;
    padding:8px 10px!important;
  }

  .local-payment-row span{
    font-size:10px!important;
  }

  .local-payment-row strong{
    font-size:11.5px!important;
  }
}

.support-page{padding-bottom:88px!important;}
.support-option-card{
  min-height:112px!important;
  display:grid!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 0% 50%,rgba(0,242,210,.090),transparent 36%),
    radial-gradient(circle at 100% 50%,rgba(169,104,255,.070),transparent 40%),
    linear-gradient(145deg,rgba(255,255,255,.038),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
  backdrop-filter:blur(20px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.14)!important;
}
.support-option-icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  display:grid!important;
  place-items:center!important;
  background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.42),transparent 18%),linear-gradient(135deg,#19e7ff,#00f2d2,#a968ff)!important;
}
.support-option-icon svg,.support-option-icon .he-icon{width:22px!important;height:22px!important;}
.support-option-body{min-width:0!important;display:grid!important;gap:5px!important;}
.support-option-body h2{letter-spacing:-.02em!important;}
.support-option-btn{
  min-height:34px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  gap:6px!important;
  font-size:11px!important;
  white-space:nowrap!important;
  background:linear-gradient(135deg,#19e7ff,#00f2d2,#18f28c)!important;
  box-shadow:0 0 18px rgba(0,242,210,.16)!important;
}
.support-option-btn span{font-size:17px!important;line-height:1!important;}
.support-option-btn.disabled{
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(132,255,241,.12)!important;
  box-shadow:none!important;
}
.support-control-group{
  padding:12px!important;
  border-radius:18px!important;
  border:1px solid rgba(132,255,241,.14)!important;
  background:radial-gradient(circle at 0% 0%,rgba(0,242,210,.060),transparent 36%),rgba(1,8,16,.14)!important;
  margin-bottom:12px!important;
}
.support-control-group h3{
  margin:0 0 12px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:950!important;
}
.support-control-group h3 svg,.support-control-group h3 .he-icon{width:16px!important;height:16px!important;color:#00f2d2!important;}
@media(max-width:420px){
  .support-option-card{min-height:100px!important;grid-template-columns:42px minmax(0,1fr)!important;gap:10px!important;padding:12px!important;}
  .support-option-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:16px!important;}
  .support-option-btn{grid-column:1 / -1!important;width:100%!important;min-height:36px!important;}
  .support-option-body h2{font-size:14px!important;}
  .support-option-body p{font-size:10.5px!important;}
}

.control-menu-section{
  margin-top:12px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}

.control-menu-section .section-title{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}

.control-options-complete-grid{
  padding:10px!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
}

.control-options-complete-grid .control-card{
  min-height:112px!important;
  padding:13px 11px!important;
  border-radius:18px!important;
  display:grid!important;
  align-content:center!important;
  gap:8px 10px!important;
  text-decoration:none!important;
  background:
    radial-gradient(circle at 0% 0%,rgba(0,242,210,.070),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.036),rgba(255,255,255,.004)),
    rgba(1,8,16,.18)!important;
  border:1px solid rgba(132,255,241,.16)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.058),
    0 10px 24px rgba(0,0,0,.16)!important;
}

.control-options-complete-grid .control-card .icon-premium{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:15px!important;
}

.control-options-complete-grid .control-card strong{
  min-width:0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:950!important;
  overflow:hidden!important;
}

.control-options-complete-grid .control-card span{
  min-width:0!important;
  color:#aebfd1!important;
  font-size:10.5px!important;
  line-height:1.25!important;
  font-weight:650!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.control-options-complete-grid .control-card:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(0,242,210,.28)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    0 0 22px rgba(0,242,210,.10),
    0 14px 28px rgba(0,0,0,.20)!important;
}

@media(max-width:420px){
  .control-options-complete-grid{
    gap:8px!important;
    padding:9px!important;
  }

  .control-options-complete-grid .control-card{
    min-height:102px!important;
    padding:11px 9px!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    border-radius:16px!important;
  }

  .control-options-complete-grid .control-card .icon-premium{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    border-radius:14px!important;
  }

  .control-options-complete-grid .control-card strong{
    font-size:12px!important;
  }

  .control-options-complete-grid .control-card span{
    font-size:9.8px!important;
  }
}

@media(max-width:340px){
  .control-options-complete-grid{
    grid-template-columns:1fr!important;
  }

  .control-options-complete-grid .control-card{
    min-height:82px!important;
  }
}

.he-install-app-row{
  width:100%;
  border-left:0;
  border-right:0;
  border-top:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  font:inherit;
}
.he-install-app-row[hidden]{display:none!important;}
.he-install-app-row .quick-name{text-align:left;}
.he-install-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(2,10,18,.74);
  backdrop-filter:blur(18px);
}
.he-install-modal.show{display:flex;}
.he-install-card{
  width:100%;
  max-width:420px;
  border:1px solid rgba(0,242,210,.28);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(13,30,52,.96),rgba(5,13,28,.98));
  box-shadow:0 30px 80px rgba(0,0,0,.46),0 0 38px rgba(0,242,210,.12);
  padding:18px;
}
.he-install-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.he-install-logo{
  width:48px;
  height:48px;
  border-radius:15px;
  display:grid;
  place-items:center;
  color:var(--blue);
  background:linear-gradient(135deg,rgba(0,242,210,.18),rgba(124,42,255,.18));
  border:1px solid rgba(0,242,210,.24);
}
.he-install-title{
  margin:0;
  font-size:20px;
  font-weight:900;
}
.he-install-text{
  margin:0 0 16px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.he-install-actions{
  display:grid;
  gap:10px;
}
.he-install-actions .btn{
  width:100%;
}

.supportpanel-action-card{
  width:100%;
  text-align:left;
  color:inherit;
  border:1px solid var(--line);
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
.supportpanel-action-card:active{transform:translateY(1px);}

.referrals-page .referral-summary-card{
  min-height:56px!important;
  border-radius:17px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  column-gap:12px!important;
  margin:0!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.004)),
    radial-gradient(circle at 8% 5%,rgba(0,242,210,.072),transparent 38%),
    radial-gradient(circle at 100% 50%,rgba(169,104,255,.042),transparent 36%),
    rgba(1,8,16,.16)!important;
  border:1px solid rgba(132,255,241,.18)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.060),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 12px 26px rgba(0,0,0,.16)!important;
}

.referrals-page .referral-summary-label{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  color:#b9cbe0!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.referrals-page .referral-summary-label svg,
.referrals-page .referral-summary-label .he-icon{
  width:15px!important;
  height:15px!important;
  flex:0 0 auto!important;
  color:#d8faff!important;
}

.referrals-page .referral-summary-value{
  margin:0!important;
  color:#fff!important;
  font-weight:950!important;
  font-variant-numeric:tabular-nums!important;
  white-space:nowrap!important;
}

.referrals-page .referral-commission-card{
  overflow:hidden!important;
  margin:0 0 14px!important;
  padding:0 0 14px!important;
  border-radius:22px!important;
}

.referrals-page .referral-commission-header{
  display:grid!important;
  align-items:center!important;
  gap:11px!important;
  border-bottom:1px solid rgba(132,255,241,.14)!important;
}

.referrals-page .referral-commission-icon{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:13px!important;
}

.referrals-page .referral-commission-heading{
  min-width:0!important;
}

.referrals-page .referral-commission-heading h3{
  margin:0 0 3px!important;
  color:#f7fbff!important;
  font-size:18px!important;
  line-height:1.08!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.referrals-page .referral-commission-heading p{
  margin:0!important;
  color:#b9cbe0!important;
  font-size:12.5px!important;
  line-height:1.22!important;
  font-weight:700!important;
}

.referrals-page .referral-level-row{
  height:52px!important;
  min-height:52px!important;
  border:1px solid rgba(132,255,241,.13)!important;
  display:flex!important;
  justify-content:flex-start!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.026),rgba(255,255,255,.003)),
    rgba(1,8,16,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}

.referrals-page .referral-level-badge{
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  color:#fff!important;
  font-weight:950!important;
  text-align:center!important;
  background:linear-gradient(145deg,rgba(0,242,210,.23),rgba(255,255,255,.025))!important;
  border:1px solid rgba(132,255,241,.16)!important;
  box-shadow:0 0 18px rgba(0,242,210,.10)!important;
}

.referrals-page .referral-level-name{
  flex:1 1 auto!important;
  height:36px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  align-self:center!important;
  color:#f7fbff!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.referrals-page .referral-level-percent{
  flex:0 0 auto!important;
  height:36px!important;
  min-width:42px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  align-self:center!important;
  font-weight:950!important;
  font-variant-numeric:tabular-nums!important;
  white-space:nowrap!important;
}

.referrals-page .referral-level-invest .referral-level-percent,
.referrals-page .referral-invest-commission .referral-commission-icon{
  color:var(--fg-teal,var(--blue))!important;
}

.referrals-page .referral-level-earn .referral-level-percent,
.referrals-page .referral-earn-commission .referral-commission-icon{
  color:var(--fg-green,var(--green))!important;
}

.referrals-page .referral-level-earn .referral-level-badge{
  background:linear-gradient(145deg,rgba(24,242,140,.22),rgba(255,255,255,.025))!important;
  box-shadow:0 0 18px rgba(24,242,140,.10)!important;
}

.referrals-page .referral-commission-note{
  margin:0 12px!important;
  min-height:42px!important;
  padding:0 12px!important;
  border:1px solid rgba(132,255,241,.13)!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  color:#b9cbe0!important;
  background:rgba(255,255,255,.010)!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:800!important;
}

@media(min-width:760px){
  .referrals-page .referral-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:360px){
  .referrals-page .referral-commission-heading h3{
    font-size:16px!important;
  }

  .referrals-page .referral-summary-card,
  .referrals-page .referral-level-row{
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .referrals-page .referral-summary-value,
  .referrals-page .referral-level-percent{
    font-size:15px!important;
  }
}

.referrals-page .referral-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
  margin:0 0 16px!important;
}

.referrals-page .referral-summary-card{
  width:100%!important;
  height:74px!important;
  min-height:74px!important;
  padding:10px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:8px!important;
}

.referrals-page .referral-summary-label{
  width:100%!important;
  gap:6px!important;
  font-size:10.5px!important;
  line-height:1.1!important;
}

.referrals-page .referral-summary-value{
  width:100%!important;
  text-align:left!important;
  font-size:15.5px!important;
  line-height:1.05!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.referrals-page .referral-level-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
  padding:12px!important;
}

.referrals-page .referral-level-row{
  width:100%!important;
  height:56px!important;
  min-height:56px!important;
  padding:0 10px!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
}

.referrals-page .referral-level-badge{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  flex-basis:32px!important;
  border-radius:12px!important;
  line-height:32px!important;
  font-size:13px!important;
}

.referrals-page .referral-level-name{
  width:100%!important;
  height:auto!important;
  min-width:0!important;
  line-height:1!important;
  font-size:14px!important;
}

.referrals-page .referral-level-percent{
  height:auto!important;
  min-width:0!important;
  line-height:1!important;
  font-size:14.5px!important;
  justify-content:flex-end!important;
  text-align:right!important;
}

@media(min-width:760px){
  .referrals-page .referral-summary-grid,
  .referrals-page .referral-level-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:360px){
  .referrals-page .referral-summary-grid,
  .referrals-page .referral-level-list{
    gap:8px!important;
  }
  .referrals-page .referral-summary-card{
    height:70px!important;
    min-height:70px!important;
    padding:9px!important;
  }
  .referrals-page .referral-summary-label{
    font-size:9.8px!important;
  }
  .referrals-page .referral-summary-value{
    font-size:14px!important;
  }
  .referrals-page .referral-level-row{
    height:52px!important;
    min-height:52px!important;
    padding:0 8px!important;
    grid-template-columns:28px minmax(0,1fr) auto!important;
    gap:6px!important;
  }
  .referrals-page .referral-level-badge{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    flex-basis:28px!important;
    line-height:28px!important;
    font-size:12px!important;
  }
  .referrals-page .referral-level-name,
  .referrals-page .referral-level-percent{
    font-size:13px!important;
  }
}

.notif-wrap,
.supportpanel-chat-top-link{
  position:relative;
}

.dashboard-page .topbar .icon-btn{
  flex:0 0 34px!important;
}

@media(max-width:420px){

  .dashboard-page .topbar .icon-btn{
    width:31px!important;
    height:31px!important;
  }
}

@media(max-width:360px){

  .dashboard-page .topbar .icon-btn{
    width:29px!important;
    height:29px!important;
  }
}

.bottom-nav a[href*="/user/live-chat"]{
  color:#d9fff8!important;
}

.bottom-nav a[href*="/user/live-chat"].active{
  color:#031011!important;
}

.live-chat-shell,
.supportpanel-chat-shell{
  position:relative!important;
  z-index:2!important;
}

.live-chat-panel{
  display:grid!important;
  grid-template-rows:auto minmax(340px,58vh) auto!important;
  overflow:hidden!important;
  border-radius:22px!important;
}

.live-chat-header,
.live-chat-list-head{
  min-height:72px!important;
  padding:14px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-bottom:1px solid rgba(132,255,241,.14)!important;
  background:linear-gradient(145deg,rgba(0,242,210,.07),rgba(255,255,255,.012))!important;
}

.live-chat-header .auth-title,
.live-chat-list-head h2{
  margin:0!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1.05!important;
}

.live-chat-header .auth-subtitle{
  margin:7px 0 0!important;
  font-size:12px!important;
  line-height:1.35!important;
}

.live-chat-presence,
.live-chat-count{
  flex:0 0 auto!important;
  min-height:28px!important;
  min-width:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#ffbf3d!important;
  background:rgba(255,191,61,.12)!important;
  border:1px solid rgba(255,191,61,.24)!important;
  font-size:11px!important;
  font-weight:950!important;
}

.live-chat-presence.online,
.live-chat-count{
  color:#00eb84!important;
  background:rgba(0,235,132,.12)!important;
  border-color:rgba(0,235,132,.26)!important;
}

.live-chat-messages{
  min-height:0!important;
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  overflow-y:auto!important;
  background:
    radial-gradient(circle at 0% 0%,rgba(0,242,210,.045),transparent 32%),
    rgba(1,8,16,.10)!important;
}

.live-chat-empty{
  margin:auto!important;
  max-width:310px!important;
  padding:18px!important;
  border:1px solid rgba(132,255,241,.14)!important;
  border-radius:18px!important;
  display:grid!important;
  gap:7px!important;
  text-align:center!important;
  background:rgba(255,255,255,.025)!important;
}

.live-chat-empty.small{
  margin:12px!important;
}

.live-chat-empty strong{
  color:#fff!important;
  font-size:14px!important;
  font-weight:950!important;
}

.live-chat-empty span{
  color:#aebfd1!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:700!important;
}

.live-chat-message{
  display:flex!important;
  width:100%!important;
}

.live-chat-message.mine{
  justify-content:flex-end!important;
}

.live-chat-message.theirs{
  justify-content:flex-start!important;
}

.live-chat-bubble{
  width:max-content!important;
  max-width:min(78%,520px)!important;
  padding:10px 12px!important;
  border-radius:18px!important;
  border:1px solid rgba(132,255,241,.14)!important;
  color:#eaf7ff!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.14)!important;
}

.live-chat-message.mine .live-chat-bubble{
  color:#04111f!important;
  background:linear-gradient(135deg,#19e7ff,#00f2d2,#18f28c)!important;
  border-color:rgba(0,242,210,.36)!important;
}

.live-chat-bubble p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:750!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

.live-chat-bubble span{
  display:block!important;
  margin-top:5px!important;
  opacity:.72!important;
  font-size:10px!important;
  font-weight:900!important;
  text-align:right!important;
}

.live-chat-compose{
  padding:12px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 124px!important;
  gap:10px!important;
  border-top:1px solid rgba(132,255,241,.14)!important;
  background:rgba(1,8,16,.18)!important;
}

.live-chat-compose[hidden],
.live-chat-close-btn[hidden]{
  display:none!important;
}

.live-chat-compose .textarea{
  min-height:48px!important;
  max-height:130px!important;
  resize:vertical!important;
}

.live-chat-compose .btn{
  width:100%!important;
  min-height:48px!important;
}

.supportpanel-chat-shell{
  display:grid!important;
  grid-template-columns:minmax(260px,340px) minmax(0,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}

.supportpanel-chat-list{
  min-height:520px!important;
  overflow:hidden!important;
  border-radius:22px!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
}

.supportpanel-chat-threads{
  min-height:0!important;
  padding:10px!important;
  display:grid!important;
  align-content:start!important;
  gap:8px!important;
  overflow-y:auto!important;
}

.chat-thread-item{
  width:100%!important;
  min-height:86px!important;
  padding:11px!important;
  border-radius:16px!important;
  border:1px solid rgba(132,255,241,.12)!important;
  display:grid!important;
  gap:6px!important;
  text-align:left!important;
  cursor:pointer!important;
  color:#fff!important;
  background:rgba(255,255,255,.025)!important;
}

.chat-thread-item.active,
.chat-thread-item:hover{
  border-color:rgba(0,242,210,.34)!important;
  background:rgba(0,242,210,.075)!important;
}

.chat-thread-top,
.chat-thread-time,
.chat-thread-message{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}

.chat-thread-top{
  justify-content:space-between!important;
}

.chat-thread-top strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:13px!important;
  font-weight:950!important;
}

.chat-thread-top em{
  min-width:22px!important;
  height:22px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#04111f!important;
  background:#00f2d2!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:950!important;
}

.chat-thread-message,
.chat-thread-time{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#aebfd1!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:750!important;
}

.live-chat-close-btn{
  flex:0 0 auto!important;
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:13px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#d7f8ff!important;
  background:rgba(255,255,255,.055)!important;
  font-size:11px!important;
  font-weight:950!important;
  cursor:pointer!important;
}

@media(max-width:760px){
  .supportpanel-chat-shell{
    grid-template-columns:1fr!important;
  }

  .supportpanel-chat-list{
    min-height:240px!important;
    max-height:320px!important;
  }

  .live-chat-panel{
    grid-template-rows:auto minmax(360px,54vh) auto!important;
  }
}

@media(max-width:440px){
  .live-chat-header{
    align-items:flex-start!important;
  }

  .live-chat-compose{
    grid-template-columns:1fr!important;
  }

  .live-chat-bubble{
    max-width:88%!important;
  }
}

.bottom-nav{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:center!important;
  min-height:68px!important;
  height:68px!important;
  padding:7px 8px!important;
  overflow:visible!important;
}

.bottom-nav a{
  min-width:0!important;
  min-height:48px!important;
  align-content:center!important;
  justify-items:center!important;
  gap:2px!important;
}

.bottom-nav a[href*="/user/invest"]{
  transform:translateY(-11px)!important;
  min-height:64px!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 50% 14%,rgba(169,104,255,.30),transparent 44%),
    linear-gradient(145deg,rgba(0,242,210,.14),rgba(169,104,255,.18)),
    rgba(1,8,16,.38)!important;
  border:1px solid rgba(132,255,241,.24)!important;
  box-shadow:
    0 16px 30px rgba(0,0,0,.32),
    0 0 24px rgba(169,104,255,.24),
    inset 0 1px 0 rgba(255,255,255,.10)!important;
}

.bottom-nav a[href*="/user/invest"]::before{
  width:44px!important;
  height:44px!important;
  margin:0 auto 0!important;
}

.bottom-nav a[href*="/user/invest"]::after{
  width:54px!important;
  height:38px!important;
  top:8px!important;
}

.bottom-nav a[href*="/user/invest"] span{
  margin-top:-2px!important;
  font-size:11px!important;
}

@media(max-width:420px){
  .bottom-nav{
    height:66px!important;
    min-height:66px!important;
  }

  .bottom-nav a[href*="/user/invest"]{
    transform:translateY(-9px)!important;
    min-height:60px!important;
  }

  .bottom-nav a[href*="/user/invest"]::before{
    width:40px!important;
    height:40px!important;
  }
}

.bottom-nav a.active:not([href*="/user/invest"]){
  position:relative!important;
  isolation:isolate!important;
  overflow:visible!important;
  transform:none!important;
  min-height:48px!important;
  border-radius:18px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 50% 14%,rgba(169,104,255,.30),transparent 44%),
    linear-gradient(145deg,rgba(0,242,210,.14),rgba(169,104,255,.18)),
    rgba(1,8,16,.38)!important;
  border:1px solid rgba(132,255,241,.24)!important;
  box-shadow:
    0 16px 30px rgba(0,0,0,.32),
    0 0 24px rgba(169,104,255,.24),
    inset 0 1px 0 rgba(255,255,255,.10)!important;
}

.bottom-nav a.active:not([href*="/user/invest"])::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:10px!important;
  width:44px!important;
  height:34px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:radial-gradient(ellipse at center,rgba(169,104,255,.28),rgba(0,242,210,.10) 42%,transparent 72%)!important;
  filter:blur(8px)!important;
  z-index:1!important;
  pointer-events:none!important;
}

.bottom-nav a.active:not([href*="/user/invest"]) svg,
.bottom-nav a.active:not([href*="/user/invest"]) .he-icon{
  position:relative!important;
  z-index:2!important;
  width:23px!important;
  height:23px!important;
  color:#fff!important;
  stroke:#fff!important;
  filter:
    drop-shadow(0 0 9px rgba(169,104,255,.72))
    drop-shadow(0 0 14px rgba(0,242,210,.22))!important;
}

.bottom-nav a.active:not([href*="/user/invest"]) span{
  position:relative!important;
  z-index:3!important;
  color:#fff!important;
  margin-top:0!important;
  font-size:11px!important;
  font-weight:900!important;
  text-shadow:
    0 0 9px rgba(169,104,255,.30),
    0 2px 8px rgba(0,0,0,.34)!important;
}

@media(max-width:420px){
  .bottom-nav a.active:not([href*="/user/invest"]){
    transform:none!important;
    min-height:48px!important;
  }

  .bottom-nav a.active:not([href*="/user/invest"]) svg,
  .bottom-nav a.active:not([href*="/user/invest"]) .he-icon{
    width:21px!important;
    height:21px!important;
  }
}

.card,
.section-card,
.auth-card,
.hero-card,
.ref-card,
.mini-stat,
.stat-card,
.plan-card,
.deposit-method-box,
.wallet-card,
.list-item,
.control-card,
.supportpanel-card,
.news-card,
.level-card,
.support-option-card{
  position:relative!important;
  border-color:rgba(0,242,210,.26)!important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.22),
    0 0 18px rgba(0,242,210,.09),
    inset 0 0 18px rgba(169,104,255,.045)!important;
}

.dashboard-page .big-action,
.dashboard-header-balance,
.balance-popup-card,
.earning-live-animation,
.cycle-box{
  position:relative!important;
  border-color:rgba(0,242,210,.26)!important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.22),
    0 0 18px rgba(0,242,210,.09),
    inset 0 0 18px rgba(169,104,255,.045)!important;
}

.dashboard-page .quick-access-glass-panel{
  border-color:rgba(132,255,241,.14)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}

.dashboard-page .quick-access-glass-panel::after{
  display:none!important;
}

:root{
  --he-polish-text:#f4fbff;
  --he-polish-soft:#b9cadc;
  --he-polish-muted:#8fa3b8;
  --he-polish-border:rgba(132,255,241,.24);
  --he-polish-border-strong:rgba(0,242,210,.48);
  --he-polish-glow:0 0 18px rgba(0,242,210,.20),0 0 36px rgba(169,104,255,.14),0 16px 34px rgba(0,0,0,.28);
  --he-polish-glow-hover:0 0 22px rgba(0,242,210,.34),0 0 48px rgba(169,104,255,.24),0 18px 38px rgba(0,0,0,.32);
  --he-polish-glow-green:0 0 20px rgba(24,242,140,.30),0 0 42px rgba(0,242,210,.16),0 16px 34px rgba(0,0,0,.28);
  --he-polish-glow-red:0 0 20px rgba(255,85,117,.28),0 0 42px rgba(255,91,216,.12),0 16px 34px rgba(0,0,0,.28);
}

body{
  font-size:14px!important;
  line-height:1.45!important;
}

.page,
.card,
.section-card,
.auth-card,
.hero-card,
.ref-card,
.quick-row,
.list-item,
.plan-card,
.control-card,
.supportpanel-card,
.profile-hero-card,
.settings-panel,
.profit-calc-modal{
  color:var(--he-polish-text)!important;
}

h1,
.auth-title,
.page-title{
  font-size:clamp(21px,5.25vw,28px)!important;
  line-height:1.10!important;
  letter-spacing:-.018em!important;
}

h2,
.trust-device-title,
.balance-popup-card h2{
  font-size:clamp(18px,4.5vw,23px)!important;
  line-height:1.12!important;
  letter-spacing:-.015em!important;
}

h3,
.settings-heading h3,
.list-item-title,
.plan-card h3,
.gpu-plan-top h3{
  font-size:clamp(14px,3.8vw,17px)!important;
  line-height:1.18!important;
  letter-spacing:-.01em!important;
}

.brand-text{
  font-size:16px!important;
  letter-spacing:-.01em!important;
}

.page-head-title{
  min-width:0!important;
  font-size:15px!important;
  line-height:1.12!important;
  letter-spacing:-.01em!important;
}

.page-head-title span:last-child,
.section-title span,
.quick-name,
.settings-heading,
.level-copy,
.profile-identity{
  min-width:0!important;
}

.section-title,
.card-title,
.quick-access-glass-title,
.active-investments-title,
.profit-calc-head h3{
  font-size:12.5px!important;
  line-height:1.15!important;
  letter-spacing:.01em!important;
}

.auth-subtitle,
.list-item-sub,
.plan-meta,
.detail-label,
.profile-section-note,
.settings-heading p,
.quick-access-glass-item span,
.control-card span,
.supportpanel-card span,
.menu-history-info small,
.ref-link,
.profile-identity p{
  color:var(--he-polish-soft)!important;
  font-size:12px!important;
  line-height:1.38!important;
}

.detail-value,
.quick-name,
.menu-history-info strong,
.control-card strong,
.supportpanel-card strong,
.ref-title,
.wallet-card-title{
  font-size:13px!important;
  line-height:1.22!important;
}

.simple-table th,
.simple-table td,
table th,
table td{
  font-size:12px!important;
  line-height:1.35!important;
}

.status,
.level-chip,
.gpu-plan-badge,
.dashboard-header-balance span,
.label{
  font-size:10px!important;
  line-height:1.05!important;
  letter-spacing:.035em!important;
}

.live-title{
  font-size:13px!important;
  line-height:1.1!important;
}

.balance-label,
.cycle-box,
.mini-stat span,
.profile-chip span{
  font-size:10.5px!important;
  line-height:1.12!important;
}

.live-balance{
  font-size:clamp(27px,8vw,39px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
}

.mini-stat strong,
.dashboard-page .live-balance-row .mini-stat strong,
.stat-card strong{
  font-size:clamp(15px,4.2vw,20px)!important;
  line-height:1.05!important;
}

.dashboard-header-balance strong{
  font-size:13px!important;
  line-height:1!important;
}

.level-name-row .auth-title,
.profile-identity h2,
.chat-panel .auth-title,
.live-chat-main .auth-title,
.balance-popup-card h2{
  max-width:100%!important;
  font-size:clamp(18px,4.8vw,22px)!important;
  line-height:1.08!important;
  letter-spacing:-.016em!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.level-name-row{
  width:100%!important;
  gap:7px!important;
}

.level-copy,
.profile-identity,
.settings-heading,
.quick-name,
.ref-left,
.ref-left > div,
.control-card,
.supportpanel-card{
  min-width:0!important;
}

.level-copy .auth-subtitle,
.profile-identity p,
.ref-link,
.menu-history-info strong,
.menu-history-info small{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.btn-dark,
.calc-modal-close-bottom,
.profit-calc-close,
.balance-popup-close,
.btn:not(.btn-main):not(.btn-small){
  background:
    radial-gradient(circle at 24% 16%,rgba(255,255,255,.14),transparent 19%),
    linear-gradient(145deg,rgba(0,242,210,.09),rgba(169,104,255,.12)),
    rgba(1,8,16,.50)!important;
}

.btn-small,
.action-link,
.calculator-btn,
.gpu-calc-trigger,
.gpu-calculator-top,
.calc-step-btn{
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:13px!important;
}

.icon-btn,
.action-icon,
.back-btn,
.profit-calc-close,
.balance-popup-close{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
}

.action-link.green,
.action-icon.green,
.big-action.withdraw{
  border-color:rgba(24,242,140,.34)!important;
  box-shadow:var(--he-polish-glow-green)!important;
}

.action-link.red,
.status.red,
button.action-link.red{
  border-color:rgba(255,85,117,.34)!important;
  color:#ffe6ec!important;
  background:
    radial-gradient(circle at 24% 16%,rgba(255,255,255,.16),transparent 20%),
    linear-gradient(145deg,rgba(255,85,117,.18),rgba(169,104,255,.09)),
    rgba(22,3,13,.48)!important;
  box-shadow:var(--he-polish-glow-red)!important;
}

.big-action{
  border-radius:18px!important;
  background:
    radial-gradient(circle at 42% 18%,rgba(255,255,255,.18),transparent 23%),
    linear-gradient(145deg,rgba(0,242,210,.20),rgba(169,104,255,.18)),
    rgba(2,10,20,.46)!important;
}

.big-action.deposit{
  border-color:rgba(25,231,255,.34)!important;
  box-shadow:0 0 22px rgba(25,231,255,.30),0 0 42px rgba(0,242,210,.16),0 16px 34px rgba(0,0,0,.28)!important;
}

.big-action.invest{
  border-color:rgba(169,104,255,.36)!important;
  box-shadow:0 0 22px rgba(169,104,255,.30),0 0 42px rgba(0,242,210,.13),0 16px 34px rgba(0,0,0,.28)!important;
}

.big-action strong{
  font-size:12.5px!important;
}

.big-action span{
  font-size:10.5px!important;
  color:rgba(239,255,255,.82)!important;
}

.quick-access-glass-item,
.control-card,
.supportpanel-card,
.chat-thread-item,
.quick-row,
.bottom-nav a,
.user-nav a{
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease,filter .18s ease!important;
}

.quick-access-glass-item:hover,
.control-card:hover,
.supportpanel-card:hover,
.chat-thread-item:hover,
.quick-row:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(0,242,210,.34)!important;
  box-shadow:0 0 20px rgba(0,242,210,.16),0 12px 28px rgba(0,0,0,.22)!important;
}

.bottom-nav a,
.user-nav a{
  font-size:10px!important;
  line-height:1!important;
}

.bottom-nav a.active,
.user-nav a.active,
.bottom-nav a:hover,
.user-nav a:hover{
  box-shadow:0 0 20px rgba(0,242,210,.24),0 0 34px rgba(169,104,255,.16)!important;
}

button:disabled,
.btn:disabled,
.action-link:disabled,
.gpu-plan-invest-btn:disabled,
.calc-step-btn:disabled{
  opacity:.54!important;
  cursor:not-allowed!important;
  filter:saturate(.65)!important;
  box-shadow:0 0 12px rgba(132,255,241,.10)!important;
  transform:none!important;
}

@media(max-width:420px){
  body{
    font-size:13.5px!important;
  }

  h1,
  .auth-title,
  .page-title{
    font-size:clamp(20px,5.8vw,25px)!important;
  }

  .page-head-title{
    font-size:14px!important;
  }

  .level-name-row .auth-title,
  .profile-identity h2,
  .chat-panel .auth-title,
  .live-chat-main .auth-title{
    font-size:clamp(17px,5.2vw,20px)!important;
  }

  .live-balance{
    font-size:clamp(26px,8vw,34px)!important;
  }
}

.dashboard-page .topbar{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

.dashboard-page .topbar .brand{
  flex:1 1 auto!important;
  min-width:0!important;
}

.dashboard-page .topbar .brand-text{
  max-width:none!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  font-size:17px!important;
}

.dashboard-page .topbar .icon-row{
  flex:0 0 auto!important;
}

.dashboard-balance-card{
  width:100%!important;
  max-width:none!important;
  min-height:58px!important;
  margin:0 0 10px!important;
  padding:10px 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  text-align:left!important;
  cursor:pointer!important;
  appearance:none!important;
}

.dashboard-balance-card span{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  color:#b9cbe0!important;
  font-size:11px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.dashboard-balance-card span svg,
.dashboard-balance-card span .he-icon{
  width:16px!important;
  height:16px!important;
  flex:0 0 auto!important;
}

.dashboard-balance-card strong{
  display:block!important;
  min-width:0!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  text-align:right!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-variant-numeric:tabular-nums!important;
}

.dashboard-page .live-balance-row + .dashboard-balance-card{
  margin-top:0!important;
}

@media(max-width:420px){
  .dashboard-page .topbar{
    gap:8px!important;
  }

  .dashboard-page .topbar .brand-text{
    font-size:15.5px!important;
  }

  .dashboard-page .topbar .icon-row{
    gap:4px!important;
  }

  .dashboard-page .topbar .icon-btn{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    flex-basis:30px!important;
    border-radius:10px!important;
  }

  .dashboard-balance-card{
    min-height:54px!important;
    padding:9px 12px!important;
  }

  .dashboard-balance-card span{
    font-size:10px!important;
  }

  .dashboard-balance-card strong{
    font-size:16px!important;
  }
}

@media(max-width:360px){
  .dashboard-page .topbar .brand-text{
    font-size:14px!important;
  }

  .dashboard-page .topbar .icon-row{
    gap:3px!important;
  }

  .dashboard-page .topbar .icon-btn{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    flex-basis:28px!important;
  }

  .dashboard-balance-card span{
    font-size:9.5px!important;
  }

  .dashboard-balance-card strong{
    font-size:15px!important;
  }
}

.control-options-complete-grid .control-card{
  align-items:start!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  min-height:116px!important;
  overflow:hidden!important;
}

.control-options-complete-grid .control-card::before,
.control-options-complete-grid .control-card::after{
  display:none!important;
}

.control-options-complete-grid .control-card .icon-premium{
  grid-row:1 / span 2!important;
}

.control-options-complete-grid .control-card strong{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

.control-options-complete-grid .control-card span{
  -webkit-line-clamp:2!important;
}

.video-control-upload-card{
  margin-bottom:12px!important;
}

.video-upload-progress{
  display:none!important;
  gap:8px!important;
  margin-top:12px!important;
  padding:12px!important;
  border-radius:16px!important;
  border:1px solid rgba(82,231,255,.16)!important;
  background:rgba(1,8,16,.34)!important;
}

.video-upload-progress.active{
  display:grid!important;
}

.video-upload-progress-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  color:#d8f7ff!important;
  font-size:12px!important;
  font-weight:850!important;
}

.video-upload-progress-head strong{
  color:#31f4b1!important;
}

.video-upload-progress-bar{
  height:8px!important;
  overflow:hidden!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;
}

.video-upload-progress-bar span{
  display:block!important;
  width:0;
  height:100%!important;
  border-radius:inherit!important;
  background:linear-gradient(90deg,#31f4b1,#19e7ff)!important;
  transition:width .18s ease!important;
}

.video-control-list{
  display:grid!important;
  gap:12px!important;
  padding:10px!important;
}

.video-control-row{
  padding:12px!important;
  display:grid!important;
  gap:12px!important;
  grid-template-columns:120px minmax(0,1fr)!important;
  align-items:start!important;
}

.video-control-row video{
  width:100%!important;
  aspect-ratio:9 / 16!important;
  object-fit:cover!important;
  border-radius:16px!important;
  background:#000!important;
}

.video-control-row-body{
  min-width:0!important;
  display:grid!important;
  gap:10px!important;
}
@media(max-width:640px){
}
@media(max-width:640px){
  .video-admin-row{
    grid-template-columns:1fr!important;
  }
}

.video-control-row-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:10px!important;
}

.video-control-row-top h2{
  margin:0!important;
  font-size:15px!important;
  line-height:1.2!important;
  color:#fff!important;
}

.video-control-row-top p,
.video-control-caption,
.video-control-meta{
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
}

.video-control-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px 14px!important;
}

.video-reels-app{
  position:relative!important;
  min-height:100vh!important;
  background:#050812!important;
  overflow:hidden!important;
}

.reels-topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:40!important;
  height:62px!important;
  padding:0 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  background:linear-gradient(180deg,rgba(5,8,18,.94),rgba(5,8,18,.58))!important;
  backdrop-filter:blur(18px)!important;
  border-bottom:1px solid rgba(132,255,241,.12)!important;
}

.reels-topbar strong{
  display:block!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
}

.reels-topbar span{
  display:block!important;
  color:var(--muted)!important;
  font-size:11px!important;
}

.reels-icon-btn{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  border:1px solid rgba(132,255,241,.14)!important;
  background:rgba(1,8,16,.28)!important;
  color:#fff!important;
  text-decoration:none!important;
}

.reels-topbar-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}

.reels-mode-link{
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 12px!important;
  border-radius:12px!important;
  border:1px solid rgba(49,244,177,.22)!important;
  background:rgba(49,244,177,.10)!important;
  color:#dffef7!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

.reels-feed{
  height:100vh!important;
  overflow-y:auto!important;
  scroll-snap-type:y mandatory!important;
}

.reel-slide{
  position:relative!important;
  min-height:100vh!important;
  scroll-snap-align:start!important;
  background:#000!important;
}

.reel-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  background:#000!important;
}

.reel-shade{
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(180deg,rgba(0,0,0,.20),rgba(0,0,0,.18) 40%,rgba(0,0,0,.62)),
    linear-gradient(90deg,rgba(0,0,0,.34),transparent 35%,transparent 68%,rgba(0,0,0,.28))!important;
}

.reel-copy{
  position:absolute!important;
  left:14px!important;
  right:82px!important;
  bottom:124px!important;
  z-index:2!important;
  display:grid!important;
  gap:8px!important;
}

.reel-audience{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:rgba(82,231,255,.14)!important;
  border:1px solid rgba(82,231,255,.20)!important;
  color:#d8f7ff!important;
  font-size:10px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}

.reel-copy h1{
  margin:0!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:900!important;
}

.reel-copy p{
  margin:0!important;
  color:rgba(255,255,255,.86)!important;
  font-size:13px!important;
  line-height:1.45!important;
}

.reel-actions{
  position:absolute!important;
  right:12px!important;
  bottom:136px!important;
  z-index:2!important;
  display:grid!important;
  gap:10px!important;
}

.reel-action{
  width:58px!important;
  min-height:58px!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(5,10,19,.44)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  gap:4px!important;
  text-decoration:none!important;
  padding:8px 6px!important;
  backdrop-filter:blur(12px)!important;
}

.reel-action span{
  display:grid!important;
  place-items:center!important;
  width:22px!important;
  height:22px!important;
}

.reel-action strong{
  display:block!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:850!important;
}

.reel-action.active{
  border-color:rgba(49,244,177,.32)!important;
  background:rgba(49,244,177,.14)!important;
  color:#31f4b1!important;
}

.reel-download-icon{
  min-height:50px!important;
}

.reel-control-bar{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  bottom:72px!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  padding:8px 10px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(4,9,18,.46)!important;
  backdrop-filter:blur(14px)!important;
}

.reel-play-toggle{
  width:36px!important;
  height:36px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  border:1px solid rgba(82,231,255,.16)!important;
  background:rgba(82,231,255,.10)!important;
  color:#fff!important;
}

.reel-play-toggle span{
  width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
}

.reel-seek{
  width:100%!important;
  height:22px!important;
  margin:0!important;
  accent-color:#31f4b1!important;
  cursor:pointer!important;
}

.reel-seek::-webkit-slider-runnable-track{
  height:5px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.24)!important;
}

.reel-seek::-webkit-slider-thumb{
  -webkit-appearance:none!important;
  width:15px!important;
  height:15px!important;
  margin-top:-5px!important;
  border-radius:50%!important;
  background:#31f4b1!important;
  box-shadow:0 0 0 5px rgba(49,244,177,.18)!important;
}

.reel-seek::-moz-range-track{
  height:5px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.24)!important;
}

.reel-seek::-moz-range-thumb{
  width:15px!important;
  height:15px!important;
  border:0!important;
  border-radius:50%!important;
  background:#31f4b1!important;
  box-shadow:0 0 0 5px rgba(49,244,177,.18)!important;
}





.reels-empty{
  min-height:100vh!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  padding:120px 20px 40px!important;
}

.reels-empty h1{
  margin:16px 0 8px!important;
  color:#fff!important;
  font-size:22px!important;
}

.reels-empty p{
  margin:0!important;
  color:var(--muted)!important;
  font-size:13px!important;
  line-height:1.6!important;
}

@media(max-width:420px){
  .control-options-complete-grid .control-card{
    min-height:94px!important;
  }

  .video-control-row{
    grid-template-columns:100px minmax(0,1fr)!important;
  }

  .reel-copy{
    right:78px!important;
    bottom:126px!important;
  }

  .reel-copy h1{
    font-size:18px!important;
  }

  .reel-actions{
    right:10px!important;
    bottom:134px!important;
  }

  .reels-mode-link{
    max-width:96px!important;
    padding:0 9px!important;
    font-size:10px!important;
  }

  .reel-action{
    width:52px!important;
    min-height:52px!important;
  }

  .reel-control-bar{
    left:10px!important;
    right:10px!important;
    bottom:62px!important;
  }
}

@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .particles{
    display:none!important;
  }

  .particle{
    animation:none!important;
  }

  .card,
  .section-card,
  .hero-card,
  .auth-card,
  .ref-card,
  .plan-card,
  .wallet-card,
  .control-card,
  .topbar,
  .bottom-nav,
  .reels-topbar,
  .reel-action,
  .reel-control-bar{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .card::before,
  .card::after,
  .section-card::before,
  .section-card::after{
    animation:none!important;
    filter:none!important;
  }

  .big-action,
  .card,
  .plan-card,
  .control-card,
  .deposit-method-box{
    transform:none!important;
    transition:none!important;
  }
}

.card::after,
.section-card::after,
.auth-card::after,
.hero-card::after,
.ref-card::after,
.mini-stat::after,
.stat-card::after,
.plan-card::after,
.deposit-method-box::after,
.wallet-card::after,
.list-item::after,
.control-card::after,
.supportpanel-card::after,
.news-card::after,
.level-card::after,
.support-option-card::after,
.dashboard-header-balance::before,
.balance-popup-card::after,
.earning-live-animation::after,
.cycle-box::after,
.profile-hero-card::before,
.settings-panel::before,
.trust-device-modal::before,
.deposit-pkr-modal::before{
  content:none!important;
  display:none!important;
  animation:none!important;
  background:none!important;
  filter:none!important;
  opacity:0!important;
  -webkit-mask:none!important;
  mask:none!important;
}

.card,
.section-card,
.auth-card,
.hero-card,
.ref-card,
.mini-stat,
.stat-card,
.plan-card,
.wallet-card,
.list-item,
.news-card,
.level-card,
.support-option-card,
.profile-hero-card,
.settings-panel,
.deposit-pkr-modal,
.trust-device-modal,
.dashboard-header-balance,
.balance-popup-card,
.earning-live-animation,
.cycle-box{
  animation:none!important;
  filter:none!important;
}

.dashboard-page .big-action{
  animation:none!important;
}

.card:hover::after,
.section-card:hover::after,
.auth-card:hover::after,
.hero-card:hover::after,
.ref-card:hover::after,
.mini-stat:hover::after,
.stat-card:hover::after,
.plan-card:hover::after,
.deposit-method-box:hover::after,
.wallet-card:hover::after,
.list-item:hover::after,
.news-card:hover::after,
.level-card:hover::after,
.support-option-card:hover::after,
.dashboard-header-balance:hover::before,
.balance-popup-card:hover::after,
.earning-live-animation:hover::after,
.cycle-box:hover::after{
  content:none!important;
  display:none!important;
  animation:none!important;
  opacity:0!important;
}

.live-earning-robot-visual.robot-static,
.live-earning-robot-visual.robot-static img,
.live-earning-robot-visual.robot-static::after{
  animation:none!important;
  transition:none!important;
}
.live-earning-robot-visual.robot-static{
  transform:none!important;
}
.live-earning-robot-visual.robot-static::after{
  display:none!important;
}

.he-icon{
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  stroke-width:2!important;
}

.bottom-nav a,
.user-nav a{
  position:relative!important;
  overflow:visible!important;
}

.bottom-nav a[href*="/user/invest"]::before,
.bottom-nav a[href*="/user/invest"]::after,
.user-nav a[href*="/user/invest"]::before,
.user-nav a[href*="/user/invest"]::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}

.bottom-nav a[href*="/user/invest"] > svg,
.bottom-nav a[href*="/user/invest"] > .he-icon,
.user-nav a[href*="/user/invest"] > svg,
.user-nav a[href*="/user/invest"] > .he-icon{
  width:22px!important;
  height:22px!important;
  overflow:visible!important;
}

.bottom-nav a[href*="/user/invest"] span,
.user-nav a[href*="/user/invest"] span{
  margin-top:0!important;
}

.bottom-nav a.active,
.user-nav a.active,
.bottom-nav a[href*="/user/invest"].active,
.user-nav a[href*="/user/invest"].active{
  transform:none!important;
  min-height:48px!important;
  border-radius:18px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 50% 14%,rgba(169,104,255,.30),transparent 44%),
    linear-gradient(145deg,rgba(0,242,210,.14),rgba(169,104,255,.18)),
    rgba(1,8,16,.38)!important;
  border:1px solid rgba(132,255,241,.24)!important;
  box-shadow:
    0 16px 30px rgba(0,0,0,.32),
    0 0 24px rgba(169,104,255,.24),
    inset 0 1px 0 rgba(255,255,255,.10)!important;
}

.bottom-nav a.active svg,
.bottom-nav a.active .he-icon,
.user-nav a.active svg,
.user-nav a.active .he-icon,
.bottom-nav a[href*="/user/invest"].active svg,
.bottom-nav a[href*="/user/invest"].active .he-icon{
  position:relative!important;
  z-index:2!important;
  width:22px!important;
  height:22px!important;
  color:#fff!important;
  stroke:#fff!important;
  filter:
    drop-shadow(0 0 9px rgba(169,104,255,.72))
    drop-shadow(0 0 14px rgba(0,242,210,.22))!important;
}

.bottom-nav a.active span,
.user-nav a.active span,
.bottom-nav a[href*="/user/invest"].active span,
.user-nav a[href*="/user/invest"].active span{
  position:relative!important;
  z-index:3!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  text-shadow:0 0 9px rgba(169,104,255,.30),0 2px 8px rgba(0,0,0,.34)!important;
}


.he-chat-widget{
  position:fixed!important;
  pointer-events:none!important;
}

.he-chat-fab{
  pointer-events:auto!important;
  width:58px!important;
  height:58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,var(--fg-teal),var(--fg-green))!important;
  cursor:pointer!important;
  position:relative!important;
}

.he-chat-fab .he-icon{
  width:25px!important;
  height:25px!important;
  stroke:#06111d!important;
  filter:none!important;
}

.he-chat-fab-dot{
  position:absolute!important;
  right:8px!important;
  top:8px!important;
  width:11px!important;
  height:11px!important;
  border-radius:999px!important;
  background:#18f28c!important;
  box-shadow:0 0 0 4px rgba(24,242,140,.22),0 0 14px rgba(24,242,140,.70)!important;
}

.he-chat-window{
  pointer-events:auto!important;
  position:absolute!important;
  right:0!important;
  bottom:72px!important;
  width:min(360px,calc(100vw - 28px))!important;
  height:min(560px,calc(100vh - 150px))!important;
  transform:translateY(12px) scale(.96)!important;
  transform-origin:bottom right!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
  box-shadow:0 24px 70px rgba(0,0,0,.58),0 0 32px rgba(0,242,210,.16)!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
}

.he-chat-widget.is-open .he-chat-window{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0) scale(1)!important;
}

.he-chat-window-head{
  align-items:center!important;
}

.he-chat-window-head .auth-title{
  font-size:20px!important;
  margin:2px 0 0!important;
}

.he-chat-minimize{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  background:rgba(255,255,255,.055)!important;
  cursor:pointer!important;
}

.he-chat-widget .live-chat-messages{
  min-height:0!important;
}

.he-chat-widget .live-chat-compose{
  grid-template-columns:minmax(0,1fr) 86px!important;
}

.he-chat-widget .live-chat-compose .btn{
  min-height:46px!important;
  padding:0 12px!important;
}

@media(max-width:480px){
  .he-chat-fab{
    width:54px!important;
    height:54px!important;
  }
  .he-chat-window{
    right:-4px!important;
    bottom:68px!important;
    width:calc(100vw - 24px)!important;
    height:min(560px,calc(100vh - 150px))!important;
  }
  .he-chat-widget .live-chat-compose{
    grid-template-columns:1fr!important;
  }
}

.dashboard-page .big-action::before,
.dashboard-page .big-action::after{
  content:none!important;
  display:none!important;
  background-image:none!important;
}
.dashboard-page .big-action{
  gap:8px!important;
}
.dashboard-page .big-action .icon-premium{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto 8px!important;
}
.bottom-nav a:not(.active):hover,
.user-nav a:not(.active):hover{
  color:var(--fg-soft)!important;
  background:transparent!important;
  box-shadow:none!important;
  border-color:transparent!important;
}

.dashboard-page .cta-grid{
  gap:8px!important;
}

.dashboard-page .big-action{
  position:relative!important;
  min-height:118px!important;
  padding:8px 6px 9px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  overflow:hidden!important;
  isolation:isolate!important;
}

.dashboard-page .big-action .icon-premium{
  display:none!important;
}

.dashboard-page .big-action::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:1px!important;
  width:clamp(78px,23vw,100px)!important;
  height:clamp(78px,23vw,100px)!important;
  transform:translateX(-50%)!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  z-index:2!important;
  pointer-events:none!important;
  animation:heCubeFloat 2.8s ease-in-out infinite!important;
}

.dashboard-page .big-action.deposit::before{
  background-image:url("/assets/img/action-cube-deposit.png")!important;
  filter:drop-shadow(0 0 10px rgba(0,242,210,.62)) drop-shadow(0 0 22px rgba(0,242,210,.26)) drop-shadow(0 16px 20px rgba(0,0,0,.36))!important;
}

.dashboard-page .big-action.invest::before{
  background-image:url("/assets/img/action-cube-invest.png")!important;
  filter:drop-shadow(0 0 11px rgba(169,104,255,.70)) drop-shadow(0 0 24px rgba(169,104,255,.34)) drop-shadow(0 16px 20px rgba(0,0,0,.36))!important;
}

.dashboard-page .big-action.withdraw::before{
  background-image:url("/assets/img/action-cube-withdraw.png")!important;
  filter:drop-shadow(0 0 9px rgba(224,244,255,.52)) drop-shadow(0 0 20px rgba(224,244,255,.20)) drop-shadow(0 16px 20px rgba(0,0,0,.36))!important;
}

.dashboard-page .big-action::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:72px!important;
  width:66px!important;
  height:18px!important;
  border-radius:50%!important;
  transform:translateX(-50%)!important;
  background:radial-gradient(ellipse at center,rgba(0,242,210,.20),rgba(0,242,210,.055) 46%,transparent 74%)!important;
  filter:blur(5px)!important;
  z-index:1!important;
  pointer-events:none!important;
}

.dashboard-page .big-action.invest::after{
  background:radial-gradient(ellipse at center,rgba(169,104,255,.24),rgba(169,104,255,.07) 46%,transparent 74%)!important;
}

.dashboard-page .big-action.withdraw::after{
  background:radial-gradient(ellipse at center,rgba(224,244,255,.18),rgba(224,244,255,.055) 46%,transparent 74%)!important;
}

.dashboard-page .big-action strong,
.dashboard-page .big-action span{
  position:relative!important;
  z-index:3!important;
  text-align:center!important;
  text-shadow:0 2px 10px rgba(0,0,0,.34)!important;
}

@media(max-width:420px){
  .dashboard-page .big-action{min-height:112px!important;padding-bottom:8px!important;}
  .dashboard-page .big-action::before{width:clamp(68px,21vw,84px)!important;height:clamp(68px,21vw,84px)!important;top:4px!important;}
  .dashboard-page .big-action::after{top:65px!important;width:58px!important;height:16px!important;}
}

@media(max-width:360px){
  .dashboard-page .big-action{min-height:104px!important;}
  .dashboard-page .big-action::before{width:66px!important;height:66px!important;top:5px!important;}
  .dashboard-page .big-action::after{top:62px!important;}
}

.bottom-nav a[href*="/user/invest"],
.user-nav a[href*="/user/invest"]{
  min-height:48px!important;
  border-radius:20px!important;
  background:transparent!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
}

.bottom-nav a[href*="/user/invest"] > svg,
.bottom-nav a[href*="/user/invest"] > .he-icon,
.user-nav a[href*="/user/invest"] > svg,
.user-nav a[href*="/user/invest"] > .he-icon{
  opacity:0!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  overflow:hidden!important;
}

.bottom-nav a[href*="/user/invest"]::before,
.user-nav a[href*="/user/invest"]::before{
  content:""!important;
  width:38px!important;
  height:38px!important;
}

.bottom-nav a[href*="/user/invest"]::after,
.user-nav a[href*="/user/invest"]::after{
  content:none!important;
  display:none!important;
}

.bottom-nav a[href*="/user/invest"] span,
.user-nav a[href*="/user/invest"] span{
  text-shadow:0 0 9px rgba(169,104,255,.24),0 2px 8px rgba(0,0,0,.34)!important;
}

.bottom-nav a[href*="/user/invest"].active,
.user-nav a[href*="/user/invest"].active{
  background:radial-gradient(circle at 50% 18%,rgba(169,104,255,.25),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.006)),rgba(1,8,16,.24)!important;
  border:1px solid rgba(169,104,255,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 24px rgba(169,104,255,.18)!important;
}

.bottom-nav a[href*="/user/invest"].active::after,
.user-nav a[href*="/user/invest"].active::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  top:7px!important;
  width:46px!important;
  height:34px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:radial-gradient(ellipse at center,rgba(169,104,255,.28),rgba(0,242,210,.10) 42%,transparent 72%)!important;
  filter:blur(8px)!important;
  z-index:1!important;
  pointer-events:none!important;
  animation:heBottomInvestGlow 2.7s ease-in-out infinite!important;
}

.bottom-nav a[href*="/user/invest"].active span,
.user-nav a[href*="/user/invest"].active span{
  color:#fff!important;
}

@media(max-width:420px){
  .bottom-nav a[href*="/user/invest"]::before,
  .user-nav a[href*="/user/invest"]::before{width:34px!important;height:34px!important;margin-bottom:1px!important;}
  .bottom-nav a[href*="/user/invest"].active::after,
  .user-nav a[href*="/user/invest"].active::after{width:42px!important;height:30px!important;top:7px!important;}
}

.he-chat-widget{
  right:18px!important;
  bottom:92px!important;
  z-index:2200!important;
}

.he-chat-fab{
  width:60px!important;
  height:60px!important;
  border:1px solid rgba(132,255,241,.46)!important;
  color:#04111f!important;
  background:linear-gradient(145deg,#18f2d0 0%,#14d7ff 48%,#8a6dff 100%)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.10) inset,0 0 34px rgba(0,242,210,.26)!important;
}

.he-chat-fab-mark{
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(255,255,255,.88)!important;
  color:#06111d!important;
}

.he-chat-fab-mark .he-icon,
.he-chat-fab .he-icon{
  width:22px!important;
  height:22px!important;
  stroke:#06111d!important;
  color:#06111d!important;
  filter:none!important;
}

.he-chat-window,
.he-chat-window.live-chat-panel{
  background:#07111f!important;
  border:1px solid rgba(132,255,241,.22)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.66),0 0 0 1px rgba(255,255,255,.035) inset,0 0 34px rgba(0,242,210,.12)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

.he-chat-window::before,
.he-chat-window::after,
.he-chat-window.live-chat-panel::before,
.he-chat-window.live-chat-panel::after{
  content:none!important;
  display:none!important;
}

.he-chat-window-head,
.he-chat-window .live-chat-header{
  background:linear-gradient(135deg,#0b1c31 0%,#0d2734 58%,#111b3c 100%)!important;
  border-bottom:1px solid rgba(132,255,241,.18)!important;
}

.he-chat-head-main{
  display:flex!important;
  align-items:flex-start!important;
  min-width:0!important;
}

.he-chat-head-logo{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(145deg,#18f2d0,#14d7ff)!important;
  color:#04111f!important;
}

.he-chat-head-logo .he-icon{
  width:22px!important;
  height:22px!important;
  stroke:#04111f!important;
  color:#04111f!important;
  filter:none!important;
}

.he-chat-window .live-chat-messages{
  background:#081426!important;
}

.he-chat-window .live-chat-compose{
  background:#07111f!important;
  border-top:1px solid rgba(132,255,241,.18)!important;
}

.he-chat-window .live-chat-compose .textarea{
  color:#eefbff!important;
  background:#0d1c2f!important;
  border:1px solid rgba(132,255,241,.18)!important;
  box-shadow:none!important;
}

.he-chat-window .live-chat-compose .textarea::placeholder{
  color:#8fa8ba!important;
}

.he-chat-window .live-chat-compose .btn{
  border:0!important;
  color:#04111f!important;
  background:linear-gradient(135deg,#18f2d0,#14d7ff)!important;
  box-shadow:0 10px 24px rgba(0,242,210,.18)!important;
}

.he-chat-minimize{
  background:rgba(255,255,255,.08)!important;
}

@media(max-width:480px){
  .he-chat-widget{right:14px!important;bottom:88px!important;}
  .he-chat-fab{width:56px!important;height:56px!important;border-radius:19px!important;}
  .he-chat-fab-mark{width:32px!important;height:32px!important;}
}
body:not(.admin-panel-body) .btn-main .he-icon,
body:not(.admin-panel-body) .btn-main svg,
body:not(.admin-panel-body) .public-cta-main .he-icon,
body:not(.admin-panel-body) .public-cta-main svg{
  stroke:#f2feff!important;
  color:#f2feff!important;

}
body:not(.admin-panel-body) .invest-more-glass-btn{
  position:relative!important;
  overflow:hidden!important;
  min-height:52px!important;
  border-radius:18px!important;
  border:1px solid rgba(132,255,241,.24)!important;
  color:#f6ffff!important;
  background:linear-gradient(135deg,rgba(0,242,210,.10),rgba(139,109,255,.08)),rgba(3,14,27,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 32px rgba(0,0,0,.23),0 0 24px rgba(0,242,210,.09)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}
body:not(.admin-panel-body) .invest-more-glass-btn::before{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  border-radius:inherit!important;
  background:radial-gradient(circle at 18% 50%,rgba(0,242,210,.20),transparent 32%),radial-gradient(circle at 82% 50%,rgba(139,109,255,.16),transparent 36%)!important;
  opacity:.9!important;
  pointer-events:none!important;
  transform:none!important;
}
body:not(.admin-panel-body) .invest-more-glass-btn:hover{
  border-color:rgba(132,255,241,.40)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 18px 38px rgba(0,0,0,.28),0 0 28px rgba(139,109,255,.15)!important;
}
body:not(.admin-panel-body) .invest-more-icon,
body:not(.admin-panel-body) .invest-more-arrow{
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#f2feff!important;
}
body:not(.admin-panel-body) .dashboard-page .quick-access-glass-title span:empty,
body:not(.admin-panel-body) .dashboard-page [href="/user/support"]{
  display:none!important;
}
body:not(.admin-panel-body) .he-chat-window .live-chat-compose .btn{
  color:#f2feff!important;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04))!important;
  border:1px solid rgba(132,255,241,.28)!important;
}
body:not(.admin-panel-body) .he-chat-window .live-chat-compose .btn svg,
body:not(.admin-panel-body) .he-chat-window .live-chat-compose .btn .he-icon{
  stroke:#f2feff!important;
  color:#f2feff!important;
}

body:not(.admin-panel-body) button.btn::before,
body:not(.admin-panel-body) a.btn::before,
body:not(.admin-panel-body) .btn::before,
body:not(.admin-panel-body) .btn-main::before,
body:not(.admin-panel-body) .btn-dark::before,
body:not(.admin-panel-body) .action-link::before,
body:not(.admin-panel-body) .public-cta-main::before,
body:not(.admin-panel-body) .public-cta-ghost::before,
body:not(.admin-panel-body) .gpu-plan-invest-btn::before,
body:not(.admin-panel-body) .calculator-btn::before,
body:not(.admin-panel-body) .profile-secondary-btn::before{
  background:linear-gradient(135deg,rgba(0,242,210,.08),rgba(139,109,255,.07),rgba(255,255,255,.025))!important;
  opacity:1!important;
}

body:not(.admin-panel-body) button.btn:hover,
body:not(.admin-panel-body) a.btn:hover,
body:not(.admin-panel-body) .btn:hover,
body:not(.admin-panel-body) .btn-main:hover,
body:not(.admin-panel-body) .btn-dark:hover,
body:not(.admin-panel-body) .action-link:hover,
body:not(.admin-panel-body) .public-cta-main:hover,
body:not(.admin-panel-body) .public-cta-ghost:hover,
body:not(.admin-panel-body) .deposit-copy-btn:hover,
body:not(.admin-panel-body) .deposit-pkr-calc-btn:hover,
body:not(.admin-panel-body) .gpu-calc-trigger:hover,
body:not(.admin-panel-body) .calculator-btn:hover,
body:not(.admin-panel-body) .gpu-plan-invest-btn:hover,
body:not(.admin-panel-body) .calc-modal-close-bottom:hover,
body:not(.admin-panel-body) .profile-secondary-btn:hover{
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.035))!important;
  background-color:rgba(6,22,40,.24)!important;
  border-color:rgba(132,255,241,.42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.17),
    inset 0 -1px 0 rgba(0,0,0,.18),
    0 16px 34px rgba(0,0,0,.28),
    0 0 24px rgba(0,242,210,.12)!important;
}

body:not(.admin-panel-body) .btn-main,
body:not(.admin-panel-body) button.btn.btn-main,
body:not(.admin-panel-body) a.btn.btn-main,
body:not(.admin-panel-body) .auth-card .btn-main,
body:not(.admin-panel-body) .public-auth-card .btn-main,
body:not(.admin-panel-body) .profile-card .btn-main,
body:not(.admin-panel-body) .section-card .btn-main,
body:not(.admin-panel-body) .card .btn-main{
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.028))!important;
  background-color:rgba(5,18,32,.19)!important;
}

body:not(.admin-panel-body) .btn-main .he-icon,
body:not(.admin-panel-body) .btn-main svg,
body:not(.admin-panel-body) button.btn.btn-main .he-icon,
body:not(.admin-panel-body) button.btn.btn-main svg,
body:not(.admin-panel-body) a.btn.btn-main .he-icon,
body:not(.admin-panel-body) a.btn.btn-main svg{
  color:#f4ffff!important;
  stroke:#f4ffff!important;
  stroke-width:1.85!important;
  filter:none!important;
}

body:not(.admin-panel-body) .invest-more-glass-btn .invest-more-icon{
  width:31px!important;
  height:31px!important;
  border-radius:12px!important;
  color:#ffffff!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(0,0,0,.16)!important;
}

body:not(.admin-panel-body) .invest-more-glass-btn .invest-more-icon svg,
body:not(.admin-panel-body) .invest-more-glass-btn .invest-more-icon .he-icon{
  width:16px!important;
  height:16px!important;
  color:#ffffff!important;
  stroke:#ffffff!important;
  stroke-width:1.65!important;
  fill:none!important;
  filter:none!important;
}

body:not(.admin-panel-body) .invest-more-glass-btn .invest-more-arrow{
  color:#ffffff!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  font-weight:500!important;
}
body:not(.admin-panel-body) .btn > span,
body:not(.admin-panel-body) .btn-main > span,
body:not(.admin-panel-body) button[type="submit"] > span{
  position:relative!important;
  z-index:2!important;
}

.deposit-method-select-wrap{margin-top:4px!important;margin-bottom:6px!important;}
.deposit-method-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:9px!important;
}
.deposit-method-option{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  min-height:76px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 28px!important;
  align-items:center!important;
  gap:10px!important;
  padding:12px!important;
  border-radius:19px!important;
  border:1px solid rgba(132,255,241,.17)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
  color:#f4ffff!important;
  text-align:left!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 12px 24px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  cursor:pointer!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.deposit-method-option::before{display:none!important;content:none!important;}
.deposit-method-option:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(132,255,241,.34)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 16px 30px rgba(0,0,0,.22),0 0 20px rgba(0,242,210,.08)!important;
}
.deposit-method-option.active{
  border-color:rgba(0,242,210,.58)!important;
  background:linear-gradient(145deg,rgba(0,242,210,.16),rgba(139,109,255,.09),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 18px 36px rgba(0,0,0,.28),0 0 25px rgba(0,242,210,.16)!important;
}
.deposit-method-option-icon{
  width:42px!important;
  height:42px!important;
  border-radius:15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 10px 18px rgba(0,0,0,.18)!important;
}
.deposit-method-option-icon.cyan{background:linear-gradient(145deg,rgba(0,242,210,.22),rgba(0,161,255,.12))!important;}
.deposit-method-option-icon.green{background:linear-gradient(145deg,rgba(0,235,132,.22),rgba(0,242,210,.10))!important;}
.deposit-method-option-icon.orange{background:linear-gradient(145deg,rgba(255,190,83,.22),rgba(255,117,83,.10))!important;}
.deposit-method-option-icon.blue{background:linear-gradient(145deg,rgba(82,168,255,.24),rgba(139,109,255,.11))!important;}
.deposit-method-option-icon.purple{background:linear-gradient(145deg,rgba(151,111,255,.25),rgba(0,242,210,.08))!important;}
.deposit-method-option-icon svg,
.deposit-method-option-check svg{
  color:#ffffff!important;
  stroke:#ffffff!important;
  fill:none!important;
  stroke-width:1.8!important;
}
.deposit-method-option-copy{min-width:0!important;display:grid!important;gap:4px!important;}
.deposit-method-option-copy strong{font-size:13px!important;font-weight:950!important;letter-spacing:-.01em!important;color:#fff!important;line-height:1.1!important;}
.deposit-method-option-copy small{font-size:10px!important;font-weight:800!important;color:rgba(221,244,255,.72)!important;line-height:1.2!important;}
.deposit-method-option-check{
  width:28px!important;
  height:28px!important;
  border-radius:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:.46!important;
  transform:translateX(-2px)!important;
  transition:opacity .18s ease,transform .18s ease,background .18s ease!important;
}
.deposit-method-option.active .deposit-method-option-check{
  opacity:1!important;
  transform:translateX(0)!important;
  background:rgba(255,255,255,.10)!important;
}
.deposit-method-box > .auth-card,
.deposit-method-box .wallet-card{
  border-color:rgba(132,255,241,.18)!important;
  background:linear-gradient(145deg,rgba(7,20,36,.82),rgba(4,12,25,.62))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 40px rgba(0,0,0,.22)!important;
}
.deposit-method-box > .auth-card{padding-top:20px!important;}
.local-payment-row{
  border-color:rgba(132,255,241,.16)!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.local-payment-row span{color:rgba(221,244,255,.68)!important;letter-spacing:.03em!important;}
.local-payment-row strong{color:#ffffff!important;}
.deposit-copy-btn svg,
.deposit-copy-btn svg *{stroke:#ffffff!important;color:#ffffff!important;fill:none!important;}
@media(max-width:540px){
  .deposit-method-grid{grid-template-columns:1fr!important;gap:9px!important;}
  .deposit-method-option{min-height:68px!important;border-radius:17px!important;padding:11px!important;grid-template-columns:39px minmax(0,1fr) 26px!important;}
  .deposit-method-option-icon{width:39px!important;height:39px!important;border-radius:14px!important;}
}

.he-icon.phosphor-duotone{
  width:1.12em!important;
  height:1.12em!important;
  display:inline-block!important;
  vertical-align:-.18em!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  filter:none!important;
  flex:0 0 auto!important;
}
.he-icon.phosphor-duotone .duo-fill{
  fill:currentColor!important;
  opacity:.22!important;
  stroke:none!important;
}
.he-icon.sm{width:18px!important;height:18px!important;}
.he-icon.lg{width:26px!important;height:26px!important;}
.he-icon.xl{width:42px!important;height:42px!important;}

.he-icon-home{color:#7dd3fc!important;}
.he-icon-deposit,.he-icon-wallet{color:#22f2d2!important;}
.he-icon-invest,.he-icon-chart{color:#b28cff!important;}
.he-icon-withdraw{color:#86efac!important;}
.he-icon-logs,.he-icon-news{color:#93c5fd!important;}
.he-icon-menu,.he-icon-settings{color:#c7d2fe!important;}
.he-icon-referral,.he-icon-users{color:#f0abfc!important;}
.he-icon-levels{color:#fde68a!important;}
.he-icon-shield{color:#67e8f9!important;}
.he-icon-chat,.he-icon-support,.he-icon-send{color:#5eead4!important;}
.he-icon-video,.he-icon-play,.he-icon-pause{color:#f9a8d4!important;}
.he-icon-heart{color:#fb7185!important;}
.he-icon-copy,.he-icon-share,.he-icon-download{color:#bae6fd!important;}
.he-icon-bell,.he-icon-spark{color:#fef08a!important;}
.he-icon-calculator,.he-icon-clock{color:#99f6e4!important;}
.he-icon-profile{color:#ddd6fe!important;}
.he-icon-arrow,.he-icon-back{color:inherit!important;}

.btn .he-icon,.btn-main .he-icon,.btn-dark .he-icon,
button.btn .he-icon,.form-actions .he-icon,
.invest-more-glass-btn .he-icon,
.deposit-copy-btn .he-icon,.deposit-pkr-calc-btn .he-icon,
.deposit-method-option-check .he-icon,
.he-chat-fab .he-icon,.he-chat-window .btn .he-icon{
  color:#fff!important;
  stroke:#fff!important;
}
.btn .he-icon .duo-fill,.btn-main .he-icon .duo-fill,.btn-dark .he-icon .duo-fill,
button.btn .he-icon .duo-fill,.form-actions .he-icon .duo-fill,
.invest-more-glass-btn .he-icon .duo-fill,
.deposit-copy-btn .he-icon .duo-fill,.deposit-pkr-calc-btn .he-icon .duo-fill,
.deposit-method-option-check .he-icon .duo-fill,
.he-chat-fab .he-icon .duo-fill,.he-chat-window .btn .he-icon .duo-fill{
  opacity:.24!important;
}

.icon-premium .he-icon,.quick-icon .he-icon,.page-head-icon .he-icon,.wallet-icon .he-icon,.method-icon .he-icon,
.deposit-method-option-icon .he-icon,.settings-icon .he-icon,.support-option-icon .he-icon,.trust-device-icon .he-icon{
  width:22px!important;
  height:22px!important;
  stroke-width:1.65!important;
}
.quick-icon,.icon-premium,.page-head-icon,.wallet-icon,.method-icon,.settings-icon,.support-option-icon,.trust-device-icon,
.deposit-method-option-icon{
  color:inherit!important;
}

.bottom-nav a:not([href*="/user/invest"]) .he-icon,
.user-nav a:not([href*="/user/invest"]) .he-icon{
  width:20px!important;
  height:20px!important;
  margin-bottom:1px!important;
  color:#a8c7df!important;
  stroke:currentColor!important;
}
.bottom-nav a.active:not([href*="/user/invest"]),
.user-nav a.active:not([href*="/user/invest"]){
  color:#ffffff!important;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035))!important;
  border:1px solid rgba(132,255,241,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 24px rgba(0,242,210,.14)!important;
}
.bottom-nav a.active:not([href*="/user/invest"]) .he-icon,
.user-nav a.active:not([href*="/user/invest"]) .he-icon,
.bottom-nav a:not([href*="/user/invest"]):hover .he-icon,
.user-nav a:not([href*="/user/invest"]):hover .he-icon{
  color:#ffffff!important;
  stroke:#ffffff!important;
}
.bottom-nav a.active:not([href*="/user/invest"]) .he-icon .duo-fill,
.user-nav a.active:not([href*="/user/invest"]) .he-icon .duo-fill{
  opacity:.26!important;
}

.deposit-method-option-icon.cyan{color:#22f2d2!important;}
.deposit-method-option-icon.green{color:#86efac!important;}
.deposit-method-option-icon.orange{color:#fdba74!important;}
.deposit-method-option-icon.blue{color:#93c5fd!important;}
.deposit-method-option-icon.purple{color:#c4b5fd!important;}
.deposit-method-option.active .deposit-method-option-icon .he-icon{
  color:#fff!important;
  stroke:#fff!important;
}

.dashboard-page .big-action .icon-premium .he-icon{
  display:none!important;
}
.dashboard-page .big-action::before{
  display:block!important;
}

:root{
  --ph-cyan:#62f6ff;
  --ph-teal:#18f2d2;
  --ph-green:#25f2a0;
  --ph-purple:#b48cff;
  --ph-blue:#7cc8ff;
  --ph-gold:#ffd36a;
  --ph-pink:#ff8fd4;
}
.he-icon.phosphor-duotone,
.phosphor-duotone{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  flex:0 0 auto!important;
  display:inline-block!important;
  vertical-align:middle!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  filter:drop-shadow(0 0 7px rgba(0,242,210,.18))!important;
}
.phosphor-duotone .duo-fill{
  fill:currentColor!important;
  stroke:none!important;
  opacity:.22!important;
}
.phosphor-duotone.sm{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  stroke-width:1.65!important;
}
.phosphor-duotone.lg{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
}
.phosphor-duotone.xl{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
}

.he-icon-home{color:var(--ph-cyan)!important;}
.he-icon-deposit{color:var(--ph-blue)!important;}
.he-icon-withdraw{color:var(--ph-green)!important;}
.he-icon-invest,.he-icon-chart{color:var(--ph-purple)!important;}
.he-icon-logs,.he-icon-news,.he-icon-video{color:#aee8ff!important;}
.he-icon-menu,.he-icon-settings{color:#d8e7ff!important;}
.he-icon-wallet,.he-icon-calculator{color:var(--ph-gold)!important;}
.he-icon-referral,.he-icon-users{color:var(--ph-pink)!important;}
.he-icon-levels,.he-icon-shield{color:#c5f7ff!important;}
.he-icon-chat,.he-icon-support{color:var(--ph-teal)!important;}
.he-icon-bell,.he-icon-spark{color:#9fffee!important;}

.btn .he-icon,
.btn-main .he-icon,
.btn-dark .he-icon,
button .he-icon,
.action-link .he-icon,
.invest-more-glass-btn .he-icon,
.support-chat-send .he-icon,
.auth-card .btn .he-icon,
.deposit-submit .he-icon,
.profile-page .btn .he-icon{
  color:#ffffff!important;
  stroke:#ffffff!important;
  filter:drop-shadow(0 0 6px rgba(255,255,255,.16))!important;
}
.btn .he-icon .duo-fill,
button .he-icon .duo-fill,
.action-link .he-icon .duo-fill,
.invest-more-glass-btn .he-icon .duo-fill{
  fill:#ffffff!important;
  opacity:.18!important;
}

.bottom-nav,
.user-nav{
  min-height:66px!important;
  height:66px!important;
  padding:7px!important;
  border-radius:24px!important;
}
.bottom-nav a,
.user-nav a{
  gap:3px!important;
  border-radius:17px!important;
  color:#d8e7f7!important;
  background:transparent!important;
  box-shadow:none!important;
}
.bottom-nav a:not([href*="/user/invest"]) svg,
.bottom-nav a:not([href*="/user/invest"]) .he-icon,
.user-nav a:not([href*="/user/invest"]) svg,
.user-nav a:not([href*="/user/invest"]) .he-icon{
  width:23px!important;
  height:23px!important;
  min-width:23px!important;
  stroke-width:1.55!important;
}
.bottom-nav a:not([href*="/user/invest"]).active,
.user-nav a:not([href*="/user/invest"]).active,
.bottom-nav a:not([href*="/user/invest"]):hover,
.user-nav a:not([href*="/user/invest"]):hover{
  color:#ffffff!important;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.015)),rgba(4,20,32,.46)!important;
  border:1px solid rgba(132,255,241,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 18px rgba(0,242,210,.12)!important;
}
.bottom-nav a:not([href*="/user/invest"]).active svg,
.bottom-nav a:not([href*="/user/invest"]).active .he-icon,
.user-nav a:not([href*="/user/invest"]).active svg,
.user-nav a:not([href*="/user/invest"]).active .he-icon{
  stroke:currentColor!important;
}
.bottom-nav a span,
.user-nav a span{
  font-size:10px!important;
  line-height:1!important;
  margin-top:0!important;
}

.quick-access-glass-panel .quick-access-glass-grid{
  gap:10px!important;
}
.quick-access-glass-item{
  gap:8px!important;
}
.quick-access-3d-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:21px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.quick-access-3d-icon svg,
.quick-access-3d-icon .he-icon{
  width:31px!important;
  height:31px!important;
  min-width:31px!important;
  stroke-width:1.48!important;
  color:currentColor!important;
  filter:drop-shadow(0 0 9px rgba(255,255,255,.16))!important;
}
.quick-access-3d-icon svg .duo-fill,
.quick-access-3d-icon .he-icon .duo-fill{
  opacity:.30!important;
}
.quick-access-3d-icon.plans{color:#bff9ff!important;}
.quick-access-3d-icon.transactions{color:#77d7ff!important;}
.quick-access-3d-icon.referrals{color:#ff9edb!important;}
.quick-access-3d-icon.ai{color:#6dffd8!important;}

.quick-icon,
.menu-card .quick-icon,
.user-menu-page .quick-icon,
.menu-page .quick-icon,
.account-menu-card .quick-icon,
.page-head-icon,
.wallet-icon,
.method-icon,
.settings-icon,
.support-option-icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:16px!important;
  display:inline-grid!important;
  place-items:center!important;
}
.quick-icon svg,
.quick-icon .he-icon,
.menu-card .quick-icon svg,
.menu-card .quick-icon .he-icon,
.user-menu-page .quick-icon svg,
.user-menu-page .quick-icon .he-icon,
.menu-page .quick-icon svg,
.menu-page .quick-icon .he-icon,
.account-menu-card .quick-icon svg,
.account-menu-card .quick-icon .he-icon,
.page-head-icon svg,
.page-head-icon .he-icon,
.wallet-icon svg,
.wallet-icon .he-icon,
.method-icon svg,
.method-icon .he-icon,
.settings-icon svg,
.settings-icon .he-icon,
.support-option-icon svg,
.support-option-icon .he-icon{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  stroke-width:1.5!important;
}
.icon-premium:not(.blue):not(.purple):not(.green){
  color:#bffcff!important;
}
.icon-premium svg,
.icon-premium .he-icon{
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  stroke-width:1.48!important;
}
.section-title .he-icon,
.active-investments-title .he-icon,
.gpu-inline-title .he-icon,
.profit-calc-head h3 .he-icon{
  width:19px!important;
  height:19px!important;
  min-width:19px!important;
}
.icon-btn .he-icon,
.action-icon .he-icon,
.back-btn .he-icon,
.reels-icon-btn .he-icon{
  width:21px!important;
  height:21px!important;
  min-width:21px!important;
  stroke-width:1.55!important;
}

.dashboard-page .big-action.deposit .icon-premium .he-icon,
.dashboard-page .big-action.invest .icon-premium .he-icon,
.dashboard-page .big-action.withdraw .icon-premium .he-icon{
  opacity:0!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
}

@media(max-width:420px){
  .bottom-nav,
  .user-nav{
    min-height:64px!important;
    height:64px!important;
    padding:7px!important;
  }
  .bottom-nav a:not([href*="/user/invest"]) svg,
  .bottom-nav a:not([href*="/user/invest"]) .he-icon,
  .user-nav a:not([href*="/user/invest"]) svg,
  .user-nav a:not([href*="/user/invest"]) .he-icon{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
  }
  .quick-access-glass-grid{
    gap:8px!important;
  }
  .quick-access-3d-icon{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
  }
  .quick-access-3d-icon svg,
  .quick-access-3d-icon .he-icon{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
  }
  .quick-icon,
  .menu-card .quick-icon,
  .user-menu-page .quick-icon,
  .menu-page .quick-icon,
  .account-menu-card .quick-icon,
  .page-head-icon,
  .wallet-icon,
  .method-icon,
  .settings-icon,
  .support-option-icon{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
  }
  .quick-icon svg,
  .quick-icon .he-icon,
  .menu-card .quick-icon svg,
  .menu-card .quick-icon .he-icon,
  .user-menu-page .quick-icon svg,
  .user-menu-page .quick-icon .he-icon,
  .menu-page .quick-icon svg,
  .menu-page .quick-icon .he-icon,
  .account-menu-card .quick-icon svg,
  .account-menu-card .quick-icon .he-icon,
  .page-head-icon svg,
  .page-head-icon .he-icon,
  .wallet-icon svg,
  .wallet-icon .he-icon,
  .method-icon svg,
  .method-icon .he-icon,
  .settings-icon svg,
  .settings-icon .he-icon,
  .support-option-icon svg,
  .support-option-icon .he-icon{
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
  }
}

.he-chat-logo-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.he-chat-fab-mark{
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:hidden!important;
}
.he-chat-fab-mark .he-icon,
.he-chat-fab .he-icon{
  display:none!important;
}
.he-chat-head-logo{
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:hidden!important;
}
.he-chat-head-logo .he-icon{
  display:none!important;
}

.he-chat-fab{
  width:56px!important;
  height:56px!important;
  border-radius:18px!important;
}
.he-chat-fab-mark{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  border-radius:10px!important;
}
.he-chat-fab .he-chat-logo-img,
.he-chat-fab-mark .he-chat-logo-img{
  width:30px!important;
  height:30px!important;
  max-width:30px!important;
  max-height:30px!important;
  object-fit:contain!important;
}
.he-chat-head-logo{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  max-width:34px!important;
  border-radius:12px!important;
}
.he-chat-head-logo .he-chat-logo-img{
  width:26px!important;
  height:26px!important;
  max-width:26px!important;
  max-height:26px!important;
  object-fit:contain!important;
}
@media(max-width:420px){
  .he-chat-fab{
    width:54px!important;
    height:54px!important;
  }
  .he-chat-fab-mark,
  .he-chat-fab .he-chat-logo-img,
  .he-chat-fab-mark .he-chat-logo-img{
    width:28px!important;
    height:28px!important;
    max-width:28px!important;
    max-height:28px!important;
  }
}

.he-chat-widget{
  right:14px!important;
  bottom:88px!important;
}
.he-chat-window,
.he-chat-window.live-chat-panel{
  width:min(320px, calc(100vw - 28px))!important;
  max-width:320px!important;
  height:auto!important;
  max-height:min(470px, calc(100vh - 150px))!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.he-chat-window-head,
.he-chat-window .live-chat-header{
  padding:12px 12px!important;
  min-height:auto!important;
}
.he-chat-head-main{
  gap:9px!important;
}
.he-chat-window .auth-title,
.he-chat-window h2.auth-title{
  font-size:16px!important;
  line-height:1.1!important;
  margin:1px 0 2px!important;
}
.he-chat-window .eyebrow{
  font-size:10px!important;
  letter-spacing:.08em!important;
  margin-bottom:1px!important;
}
.he-chat-window .auth-subtitle{
  font-size:11px!important;
  line-height:1.25!important;
}
.he-chat-window .live-chat-messages{
  min-height:210px!important;
  max-height:270px!important;
  padding:12px!important;
}
.he-chat-window .live-chat-empty{
  padding:18px 12px!important;
  border-radius:18px!important;
}
.he-chat-window .live-chat-empty strong{
  font-size:14px!important;
}
.he-chat-window .live-chat-empty span{
  font-size:12px!important;
}
.he-chat-window .live-chat-compose{
  padding:10px!important;
  gap:8px!important;
}
.he-chat-window .live-chat-compose .textarea{
  min-height:46px!important;
  max-height:82px!important;
  padding:10px 12px!important;
  font-size:13px!important;
  border-radius:16px!important;
}
.he-chat-window .live-chat-compose .btn{
  min-height:42px!important;
  padding:10px 12px!important;
  border-radius:15px!important;
  font-size:13px!important;
}
.he-chat-window .live-chat-bubble,
.he-chat-window .message-bubble,
.he-chat-window [data-chat-message]{
  font-size:12.5px!important;
  line-height:1.35!important;
}
@media(max-width:420px){
  .he-chat-widget{
    right:12px!important;
    bottom:84px!important;
  }
  .he-chat-window,
  .he-chat-window.live-chat-panel{
    width:min(300px, calc(100vw - 24px))!important;
    max-width:300px!important;
    max-height:min(430px, calc(100vh - 145px))!important;
    border-radius:20px!important;
  }
  .he-chat-window .live-chat-messages{
    min-height:190px!important;
    max-height:235px!important;
    padding:10px!important;
  }
  .he-chat-window-head,
  .he-chat-window .live-chat-header{
    padding:11px!important;
  }
}
@media(max-width:360px){
  .he-chat-window,
  .he-chat-window.live-chat-panel{
    width:min(286px, calc(100vw - 18px))!important;
    max-width:286px!important;
    max-height:min(410px, calc(100vh - 138px))!important;
  }
  .he-chat-window .live-chat-messages{
    max-height:215px!important;
  }
}

.referrals-page .referral-commission-card{
  background:linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.006)),rgba(1,8,16,.20)!important;
  border-color:rgba(132,255,241,.18)!important;
}
.referrals-page .referral-commission-header{
  grid-template-columns:42px minmax(0,1fr)!important;
  padding:14px!important;
}
.referrals-page .referral-commission-icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.080),rgba(255,255,255,.014)),rgba(8,25,43,.58)!important;
  border:1px solid rgba(132,255,241,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 16px rgba(0,242,210,.08)!important;
}
.referrals-page .referral-level-row{
  border-radius:18px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.006)),rgba(8,20,35,.42)!important;
}
.referrals-page .referral-level-percent{
  margin-left:auto!important;
}

.levels-page{
  padding-bottom:94px!important;
}
.level-current-card{
  overflow:hidden!important;
  margin-bottom:14px!important;
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.006)),rgba(1,8,16,.22)!important;
}
.level-current-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:14px!important;
}
.level-current-card .eyebrow{
  margin:0 0 5px!important;
}
.level-current-card .auth-title{
  margin:0!important;
  font-size:24px!important;
  line-height:1.1!important;
}
.level-current-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:9px 12px!important;
  border-radius:999px!important;
  background:linear-gradient(145deg,rgba(0,242,210,.14),rgba(169,104,255,.07)),rgba(8,25,43,.42)!important;
  border:1px solid rgba(132,255,241,.24)!important;
  color:#dffff8!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.level-current-chip .he-icon{
  width:16px!important;
  height:16px!important;
}
.level-current-note{
  margin:0!important;
  line-height:1.45!important;
}
.level-list{
  display:grid!important;
  gap:12px!important;
}
.level-list-card{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:74px!important;
  padding:12px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.006)),rgba(1,8,16,.20)!important;
  border:1px solid rgba(132,255,241,.18)!important;
  overflow:hidden!important;
}
.level-list-left{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
.level-list-logo{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,rgba(255,255,255,.080),rgba(255,255,255,.014)),rgba(8,25,43,.58)!important;
  border:1px solid rgba(132,255,241,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 16px rgba(0,242,210,.08)!important;
}
.level-list-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.level-list-logo .he-icon{
  width:24px!important;
  height:24px!important;
  color:#b7fff5!important;
}

/* Levels compact progress source styles */

.level-current-stats,
.level-progress-compact{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:14px!important;
  align-items:stretch!important;
}
.level-current-stats>div,
.level-progress-compact>div{
  min-width:0!important;
  min-height:62px!important;
  padding:10px!important;
  border-radius:16px!important;
}
.level-current-stats span,
.level-progress-compact span{
  display:block!important;
  font-size:10px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.level-current-stats strong,
.level-progress-compact strong{
  display:block!important;
  margin-top:6px!important;
  font-size:14px!important;
  line-height:1.08!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:340px){
  .level-current-stats,
  .level-progress-compact{
    gap:7px!important;
  }
  .level-current-stats>div,
  .level-progress-compact>div{
    min-height:58px!important;
    padding:9px 8px!important;
    border-radius:14px!important;
  }
  .level-current-stats span,
  .level-progress-compact span{
    font-size:9px!important;
  }
  .level-current-stats strong,
  .level-progress-compact strong{
    font-size:13px!important;
  }
}

.level-current-card{padding:16px!important;border-radius:22px!important;}
      .level-current-card .eyebrow{margin-bottom:5px!important;font-size:11px!important;}
      .level-current-card .auth-title{font-size:26px!important;line-height:1.05!important;margin:0!important;}
      .level-current-chip{min-height:34px!important;padding:0 12px!important;font-size:11px!important;}
      .level-current-note{margin-top:12px!important;font-size:12px!important;line-height:1.45!important;}
      .level-list-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:14px!important;border-radius:22px!important;}
      .level-list-left{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}
      .level-list-logo{width:44px!important;height:44px!important;min-width:44px!important;border-radius:15px!important;}
      .level-list-copy{min-width:0!important;display:grid!important;gap:7px!important;}
      .level-list-copy .list-item-title{margin:0!important;font-size:16px!important;line-height:1.08!important;}
      .level-progress-meta{display:grid!important;gap:5px!important;min-width:0!important;}
      .level-target-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0!important;}
      .level-target-row span{color:#aebed2!important;font-size:11px!important;font-weight:850!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
      .level-target-row b{color:#eaffff!important;font-size:10px!important;font-weight:900!important;line-height:1!important;}
      .level-mini-progress{width:100%!important;height:6px!important;border-radius:999px!important;background:rgba(255,255,255,.075)!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.055)!important;}
      .level-mini-progress i{display:block!important;height:100%!important;max-width:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#0ff0ce,#20e38b)!important;}
      .level-mini-progress.referral i{background:linear-gradient(90deg,#9d7cff,#0ff0ce)!important;}
      .level-side-status{display:grid!important;justify-items:end!important;gap:7px!important;align-content:center!important;min-width:76px!important;}
      .level-reward-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:24px!important;padding:0 9px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.11)!important;background:rgba(255,255,255,.065)!important;color:#f4ffff!important;font-size:10px!important;font-weight:900!important;white-space:nowrap!important;}
      .level-status{white-space:nowrap!important;}
      @media(max-width:380px){
        .level-current-card{padding:14px!important;}
        .level-current-card .auth-title{font-size:24px!important;}
        .level-list-card{grid-template-columns:1fr!important;gap:10px!important;padding:13px!important;}
        .level-side-status{grid-template-columns:auto auto!important;justify-content:space-between!important;justify-items:stretch!important;width:100%!important;min-width:0!important;}
        .level-reward-pill{font-size:9.5px!important;padding:0 8px!important;}
      }

.level-list-copy{
  min-width:0!important;
}
.level-list-copy .list-item-title{
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.1!important;
  font-weight:950!important;
}
.level-list-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 12px!important;
  color:#aabbd0!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
.level-status{
  flex:0 0 auto!important;
  min-width:72px!important;
  text-align:center!important;
}
.level-status.current{
  background:rgba(0,242,210,.14)!important;
  color:#19ffd8!important;
  border-color:rgba(0,242,210,.40)!important;
}
.level-status.active{
  background:rgba(24,214,255,.10)!important;
  color:#d9f8ff!important;
  border-color:rgba(132,255,241,.25)!important;
}
.level-status.locked{
  background:rgba(255,255,255,.045)!important;
  color:#9fb4c8!important;
  border-color:rgba(255,255,255,.10)!important;
}

.support-page .support-hero-card{
  background:linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.006)),rgba(1,8,16,.22)!important;
}
.support-options-grid{
  display:grid!important;
  gap:12px!important;
}
.support-option-card{
  min-height:104px!important;
  padding:13px!important;
  border-radius:22px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  gap:13px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.006)),rgba(1,8,16,.20)!important;
  border:1px solid rgba(132,255,241,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.16)!important;
}
.support-option-icon{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.080),rgba(255,255,255,.014)),rgba(8,25,43,.58)!important;
  border:1px solid rgba(132,255,241,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 16px rgba(0,242,210,.08)!important;
  color:#dffff8!important;
}
.support-option-icon::after{
  content:none!important;
}
.support-option-icon .he-icon{
  width:24px!important;
  height:24px!important;
  filter:drop-shadow(0 0 7px rgba(0,242,210,.16))!important;
}
.support-option-body h2{
  margin:0 0 5px!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.12!important;
  font-weight:950!important;
}
.support-option-body p{
  margin:0!important;
  color:#aebed2!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.support-option-btn{
  grid-column:1 / -1!important;
  width:100%!important;
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.008)),rgba(8,25,43,.42)!important;
  border:1px solid rgba(132,255,241,.14)!important;
  color:#eafcff!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.support-option-btn.disabled{
  color:#aebed2!important;
  opacity:.82!important;
}
@media(max-width:380px){
  .level-current-top{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .level-list-card{
    align-items:flex-start!important;
  }
  .level-status{
    min-width:64px!important;
  }
}

.level-profile-card .level-name-row{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
}
.level-profile-card .level-name-row .auth-title{
  min-width:0!important;
  max-width:calc(100% - 84px)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  line-height:1.08!important;
}
.level-profile-card .level-chip{
  flex:0 0 auto!important;
  align-self:center!important;
}
.level-profile-card .level-profile-email{
  overflow:hidden!important;
}
.level-profile-card .level-title-inline{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.level-profile-card .level-name-text{
  min-width:0!important;
  overflow:hidden!important;
}
.level-profile-card .level-title-inline .level-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  height:21px!important;
  min-height:21px!important;
  padding:0 9px!important;
  margin:0!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
  vertical-align:middle!important;
}
.level-profile-card .level-title-inline .level-chip span{
  line-height:1!important;
  display:block!important;
}

.level-profile-card{position:relative!important;}
.level-profile-card .level-name-row{display:block!important;min-width:0!important;width:100%!important;}
.level-profile-card .auth-title{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.level-profile-card .level-chip{position:absolute!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;height:24px!important;min-height:24px!important;margin:0!important;border-radius:999px!important;background:rgba(22,199,132,.12)!important;border:1px solid rgba(22,199,132,.40)!important;color:#19e38b!important;box-shadow:0 0 16px rgba(22,199,132,.14), inset 0 1px 0 rgba(255,255,255,.06)!important;transform:none!important;}
.level-profile-card .level-chip-dot{width:8px!important;height:8px!important;min-width:8px!important;border-radius:50%!important;background:#19e38b!important;box-shadow:0 0 0 rgba(25,227,139,.45)!important;animation:levelChipPulse 1.6s ease-in-out infinite!important;}
@keyframes levelChipPulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(25,227,139,.48);}70%{transform:scale(1.12);box-shadow:0 0 0 8px rgba(25,227,139,0);}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(25,227,139,0);}}
.level-profile-card .level-chip{top:4px!important;letter-spacing:0!important;}
.level-profile-card .level-chip-dot{width:6px!important;height:6px!important;min-width:6px!important;}
.level-profile-card .auth-title{padding-right:0!important;}
.level-profile-card .level-copy{
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
}
.level-profile-card .level-name-row,
.level-profile-card .level-title-inline{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}
.level-profile-card .level-name-row .auth-title,
.level-profile-card .auth-title,
.level-profile-card .level-title-inline{
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  line-height:1.12!important;
}
.level-profile-card .level-name-text{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  line-height:1.12!important;
  word-break:break-word!important;
}
.level-profile-card .level-profile-email{
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:break-word!important;
  line-height:1.25!important;
}
.level-profile-card .level-chip{
  top:0!important;
  height:20px!important;
  min-height:20px!important;
  padding:0 7px!important;
  font-size:9px!important;
  gap:4px!important;
}

.dashboard-page .dashboard-guide-video-btn{
  min-height:38px!important;
  padding:0 10px!important;
  border-radius:16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  color:#eaffff!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  background:linear-gradient(145deg,rgba(255,255,255,.060),rgba(255,255,255,.010)),rgba(8,25,43,.56)!important;
  border:1px solid rgba(132,255,241,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.070),0 0 18px rgba(0,242,210,.10)!important;
}
.dashboard-page .dashboard-guide-video-btn .he-icon{
  width:16px!important;
  height:16px!important;
  color:#9efff3!important;
  filter:drop-shadow(0 0 7px rgba(0,242,210,.16))!important;
}
@media(max-width:370px){
  .dashboard-page .dashboard-guide-video-btn{
    min-height:36px!important;
    padding:0 8px!important;
    font-size:10px!important;
    gap:5px!important;
  }
  .dashboard-page .dashboard-guide-video-btn .he-icon{
    width:15px!important;
    height:15px!important;
  }
}

.profit-calc-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:99990!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  min-height:100dvh!important;
  background:rgba(3,8,23,.72)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
.profit-calc-overlay.active{
  display:flex!important;
}
.profit-calc-modal{
  width:min(390px, calc(100vw - 28px))!important;
  max-width:390px!important;
  max-height:min(620px, calc(100dvh - 44px))!important;
  margin:auto!important;
  overflow:auto!important;
  transform:none!important;
  border-radius:24px!important;
}.calc-results{
  display:none!important;
}
.calc-results.active{
  display:block!important;
}
.calc-input-wrap input::placeholder{
  color:rgba(205,224,240,.46)!important;
}
@media(max-width:420px){
  .profit-calc-overlay{
    align-items:center!important;
    justify-content:center!important;
    padding:14px!important;
  }
  .profit-calc-modal{
    width:min(360px, calc(100vw - 24px))!important;
    max-height:calc(100dvh - 34px)!important;
  }
}

.dashboard-page .topbar .icon-row{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
@media(max-width:370px){
  .dashboard-page .dashboard-guide-video-btn span{
    font-size:9px!important;
  }
}

.gpu-plan-form{
  background:transparent!important;
  box-shadow:none!important;
}
.gpu-plan-amount,
.gpu-plan-form .gpu-plan-amount,
input.gpu-plan-amount[type="number"]{
  color:#ffffff!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.008)),
    rgba(8,25,43,.40)!important;
  border:1px solid rgba(132,255,241,.24)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.065),
    0 0 0 1px rgba(0,242,210,.045)!important;
  -webkit-appearance:none!important;
  appearance:textfield!important;
  outline:none!important;
}
.gpu-plan-amount::placeholder{
  color:rgba(220,238,246,.66)!important;
  opacity:1!important;
}
.gpu-plan-amount:focus{
  background:
    linear-gradient(145deg,rgba(255,255,255,.060),rgba(255,255,255,.012)),
    rgba(8,25,43,.50)!important;
  border-color:rgba(0,242,210,.52)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 0 1px rgba(0,242,210,.12),
    0 0 18px rgba(0,242,210,.16)!important;
}
.gpu-plan-amount:-webkit-autofill,
.gpu-plan-amount:-webkit-autofill:hover,
.gpu-plan-amount:-webkit-autofill:focus{
  -webkit-text-fill-color:#ffffff!important;
  -webkit-box-shadow:0 0 0 1000px rgba(8,25,43,.88) inset!important;
  box-shadow:0 0 0 1000px rgba(8,25,43,.88) inset!important;
  border-color:rgba(132,255,241,.28)!important;
}
.gpu-plan-amount::-webkit-outer-spin-button,
.gpu-plan-amount::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}

.gpu-plan-card .gpu-plan-left{
  justify-content:flex-start!important;
  padding-top:4px!important;
}
.gpu-plan-card .gpu-plan-rate{
  transform:translateY(-8px)!important;
  margin-bottom:2px!important;
}
.gpu-plan-card .gpu-plan-image-wrap{
  transform:translateY(-8px)!important;
  margin-top:0!important;
}
@media(max-width:380px){
  .gpu-plan-card .gpu-plan-rate{
    transform:translateY(-6px)!important;
  }
  .gpu-plan-card .gpu-plan-image-wrap{
    transform:translateY(-6px)!important;
  }
}

.bottom-nav a[href*="/user/invest"],
.user-nav a[href*="/user/invest"]{
  min-height:54px!important;
  height:54px!important;
  padding:4px 8px 5px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  overflow:visible!important;
  position:relative!important;
  isolation:isolate!important;
  transform:none!important;
}
.bottom-nav a[href*="/user/invest"]::before,
.user-nav a[href*="/user/invest"]::before{
  width:31px!important;
  height:31px!important;
  min-width:31px!important;
  min-height:31px!important;
  margin:0 auto 1px!important;
  display:block!important;
  position:relative!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  background-image:url("/assets/img/action-cube-invest.png")!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  filter:drop-shadow(0 0 8px rgba(169,104,255,.64)) drop-shadow(0 0 12px rgba(0,242,210,.16))!important;
  animation:heBottomInvestCubeFloat 2.7s ease-in-out infinite!important;
  z-index:2!important;
}
.bottom-nav a[href*="/user/invest"] span,
.user-nav a[href*="/user/invest"] span{
  display:block!important;
  position:relative!important;
  z-index:3!important;
  margin:0!important;
  padding:0!important;
  line-height:1.05!important;
  font-size:10px!important;
  font-weight:900!important;
  text-align:center!important;
  color:#dfefff!important;
  transform:none!important;
}
.bottom-nav a[href*="/user/invest"].active,
.user-nav a[href*="/user/invest"].active{
  overflow:visible!important;
  border-radius:20px!important;
}
.bottom-nav a[href*="/user/invest"].active::before,
.user-nav a[href*="/user/invest"].active::before{
  width:33px!important;
  height:33px!important;
  min-width:33px!important;
  min-height:33px!important;
  margin-bottom:1px!important;
}
@media(max-width:380px){
  .bottom-nav a[href*="/user/invest"],
  .user-nav a[href*="/user/invest"]{
    min-height:52px!important;
    height:52px!important;
    padding-top:4px!important;
    padding-bottom:4px!important;
  }
  .bottom-nav a[href*="/user/invest"]::before,
  .user-nav a[href*="/user/invest"]::before{
    width:29px!important;
    height:29px!important;
    min-width:29px!important;
    min-height:29px!important;
  }
  .bottom-nav a[href*="/user/invest"].active::before,
  .user-nav a[href*="/user/invest"].active::before{
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
    min-height:31px!important;
  }
  .bottom-nav a[href*="/user/invest"] span,
  .user-nav a[href*="/user/invest"] span{
    font-size:9.5px!important;
  }
}

.level-profile-card{
  padding-top:0!important;
  padding-right:0!important;
  align-items:center!important;
  min-height:58px!important;
}
.level-profile-card .level-chip{
  top:2px!important;
  right:0!important;
}
.level-profile-card .level-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.level-profile-card .level-profile-email{
  margin-top:6px!important;
}

.mobile-auth-pro{
  min-height:100dvh!important;
  padding:18px 14px 28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(0,242,210,.18),transparent 34%),
    radial-gradient(circle at 100% 18%,rgba(169,104,255,.13),transparent 32%),
    linear-gradient(180deg,#06101d 0%,#020913 100%)!important;
}
.mobile-auth-pro .public-auth-layout{
  width:100%!important;
  max-width:430px!important;
  display:block!important;
  position:relative!important;
  z-index:2!important;
}
.mobile-auth-pro .public-auth-side{
  display:none!important;
}
.mobile-auth-pro .public-auth-card{
  width:100%!important;
  max-width:430px!important;
  margin:0 auto!important;
}
.mobile-auth-pro .public-auth-brand{
  display:flex!important;
  justify-content:center!important;
  margin:0 0 16px!important;
}
.mobile-auth-pro .brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:44px!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  border:1px solid rgba(132,255,241,.16)!important;
  background:rgba(8,25,43,.34)!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.18)!important;
}

.mobile-auth-pro .brand-text{
  color:#ecfbff!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
}
.mobile-auth-pro .auth-mobile-card,
.mobile-auth-pro .auth-card.card{
  width:100%!important;
  margin:0 auto!important;
  padding:20px 16px 18px!important;
  border-radius:28px!important;
  border:1px solid rgba(132,255,241,.22)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(0,242,210,.105),transparent 36%),
    radial-gradient(circle at 100% 100%,rgba(169,104,255,.095),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.050),rgba(255,255,255,.008)),
    rgba(3,12,24,.74)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 24px 60px rgba(0,0,0,.38),
    0 0 0 1px rgba(0,242,210,.03)!important;
  backdrop-filter:blur(20px) saturate(1.15)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.15)!important;
  overflow:hidden!important;
  position:relative!important;
}
.mobile-auth-pro .auth-mobile-card::before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(0,242,210,.68),rgba(169,104,255,.55),transparent)!important;
  opacity:.65!important;
}
.mobile-auth-pro .auth-mobile-mark{
  width:58px!important;
  height:58px!important;
  margin:0 auto 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:20px!important;
  color:#dffff8!important;
  background:rgba(8,25,43,.72)!important;
  border:1px solid rgba(132,255,241,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 24px rgba(0,242,210,.13)!important;

  padding:8px!important;
  overflow:hidden!important;
}

.mobile-auth-pro .eyebrow{
  text-align:center!important;
  margin:0 0 6px!important;
  color:#12f0cd!important;
  font-size:11px!important;
  letter-spacing:.12em!important;
}
.mobile-auth-pro .auth-title{
  text-align:center!important;
  margin:0!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
}
.mobile-auth-pro .auth-subtitle{
  max-width:280px!important;
  margin:9px auto 16px!important;
  text-align:center!important;
  color:#aebed2!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.mobile-auth-pro .auth-form-grid{
  display:grid!important;
  gap:12px!important;
}
.mobile-auth-pro .form-group{
  margin:0!important;
}
.mobile-auth-pro .label{
  display:block!important;
  margin:0 0 7px!important;
  color:#cde1ec!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
.mobile-auth-pro .input,
.mobile-auth-pro .select,
.mobile-auth-pro .password-toggle-field .input{
  min-height:50px!important;
  width:100%!important;
  border-radius:18px!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.008)),
    rgba(8,25,43,.46)!important;
  border:1px solid rgba(132,255,241,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 0 0 1px rgba(0,242,210,.025)!important;
  outline:none!important;
}
.mobile-auth-pro .input::placeholder{
  color:rgba(220,238,246,.48)!important;
  opacity:1!important;
}
.mobile-auth-pro .input:focus,
.mobile-auth-pro .select:focus{
  border-color:rgba(0,242,210,.50)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(0,242,210,.12),0 0 18px rgba(0,242,210,.12)!important;
}
.mobile-auth-pro .phone-grid{
  display:grid!important;
  grid-template-columns:minmax(104px,.44fr) 1fr!important;
  gap:9px!important;
}
.mobile-auth-pro .password-toggle-field{
  position:relative!important;
}
.mobile-auth-pro .password-toggle-field .input{
  padding-right:48px!important;
}
.mobile-auth-pro .password-toggle-btn{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:36px!important;
  height:36px!important;
  border-radius:13px!important;
  border:1px solid rgba(132,255,241,.14)!important;
  background:rgba(255,255,255,.045)!important;
  color:#d9f8ff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}


.mobile-auth-pro .auth-mobile-logo img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
}
.mobile-auth-pro .brand-mark{
  background-image:url("/assets/img/brand-logo-neon.png")!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-color:transparent!important;
}
.password-toggle-icon{
  display:grid!important;
  place-items:center!important;
  width:18px!important;
  height:18px!important;
  line-height:1!important;
}
.password-toggle-icon .he-icon,
.password-toggle-icon svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  margin:0!important;
}

.mobile-auth-pro .auth-submit-btn,
.mobile-auth-pro .btn.btn-main{
  min-height:52px!important;
  margin-top:4px!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  color:#f4ffff!important;
  font-size:14px!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.090),rgba(255,255,255,.016)),
    rgba(9,28,45,.64)!important;
  border:1px solid rgba(132,255,241,.25)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(0,0,0,.22),0 0 22px rgba(0,242,210,.10)!important;
}
.mobile-auth-pro .auth-submit-btn .he-icon{
  width:17px!important;
  height:17px!important;
}
.mobile-auth-pro .form-note{
  text-align:center!important;
  margin:12px 0 0!important;
  color:#aebed2!important;
  font-size:13px!important;
  font-weight:800!important;
}
.mobile-auth-pro .form-note a{
  color:#19ffd8!important;
  font-weight:950!important;
  text-decoration:none!important;
}
.mobile-auth-pro .auth-mobile-divider{
  margin:16px 0 12px!important;
}
.mobile-auth-pro .auth-divider::before,
.mobile-auth-pro .auth-divider::after{
  background:rgba(132,255,241,.13)!important;
}
.mobile-auth-pro .auth-divider span{
  color:#8ea3b6!important;
  background:rgba(3,12,24,.92)!important;
  border:1px solid rgba(132,255,241,.10)!important;
}
.mobile-auth-pro .alert{
  border-radius:18px!important;
  margin:0 0 12px!important;
  font-size:13px!important;
}
@media(max-width:380px){
  .mobile-auth-pro{
    padding:14px 10px 24px!important;
  }
  .mobile-auth-pro .auth-mobile-card,
  .mobile-auth-pro .auth-card.card{
    padding:18px 13px 16px!important;
    border-radius:24px!important;
  }
  .mobile-auth-pro .auth-title{
    font-size:25px!important;
  }
  .mobile-auth-pro .phone-grid{
    grid-template-columns:1fr!important;
  }
}

.profit-calc-modal .calc-amount-control{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:8px!important;
}
.profit-calc-modal .calc-input-wrap{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  width:100%!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 12px!important;
  gap:7px!important;
  overflow:hidden!important;
  border-radius:14px!important;
  border:1px solid rgba(0,242,210,.38)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.040),rgba(255,255,255,.006)),rgba(8,25,43,.48)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(0,242,210,.035)!important;
}
.profit-calc-modal .calc-input-wrap::before,
.profit-calc-modal .calc-input-wrap::after{
  content:none!important;
  display:none!important;
}.profit-calc-modal .calc-input-wrap span{
  grid-column:1!important;
  transform:none!important;
  position:static!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  min-width:12px!important;
  margin:0!important;
  padding:0!important;
  color:rgba(230,246,255,.86)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  z-index:2!important;
  pointer-events:none!important;
}
.profit-calc-modal .calc-input-wrap input,
.profit-calc-modal .calc-input-wrap input#calcAmountInput{
  position:static!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  color:#ffffff!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:14px!important;
  line-height:42px!important;
  font-weight:900!important;
  vertical-align:middle!important;
  z-index:2!important;
  -webkit-appearance:none!important;
  appearance:textfield!important;
}
.profit-calc-modal .calc-input-wrap input::placeholder{
  color:rgba(222,238,246,.56)!important;
  opacity:1!important;
}

.he-chat-window-head,
.he-chat-window .live-chat-header{
  position:relative!important;
  padding-right:52px!important;
}
.he-chat-minimize{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  bottom:auto!important;
  transform:none!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:11px!important;
  border:1px solid rgba(132,255,241,.18)!important;
  background:rgba(8,25,43,.72)!important;
  color:#eaffff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 14px rgba(0,242,210,.08)!important;
  font-size:20px!important;
  line-height:1!important;
  z-index:10!important;
}

.support-page .support-option-card{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  column-gap:13px!important;
  row-gap:10px!important;
  padding:13px!important;
}
.support-page .support-option-icon{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  margin:0!important;
}
.support-page .support-option-body{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  align-self:center!important;
  text-align:left!important;
}
.support-page .support-option-body h2,
.support-page .support-option-body p{
  text-align:left!important;
}
.support-page .support-option-btn{
  grid-column:1 / -1!important;
  grid-row:2!important;
  width:100%!important;
  margin:0!important;
}
@media(max-width:360px){
  .support-page .support-option-card{
    grid-template-columns:44px minmax(0,1fr)!important;
    column-gap:11px!important;
  }
  .support-page .support-option-icon{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
  }
}

html:has(.tiktok-reels-app),
body:has(.tiktok-reels-app){
  height:100%!important;
  overflow:hidden!important;
  background:#000!important;
}
.tiktok-reels-app{
  position:fixed!important;
  inset:0!important;
  z-index:1!important;
  width:100vw!important;
  height:100vh!important;
  height:100dvh!important;
  overflow:hidden!important;
  background:#000!important;
  color:#fff!important;
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
}
.tiktok-topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:50!important;
  height:64px!important;
  padding:calc(env(safe-area-inset-top) + 6px) 12px 6px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 42px!important;
  align-items:center!important;
  gap:8px!important;
  background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,0))!important;
  border:0!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.tiktok-nav-btn,
.tiktok-topbar .reels-icon-btn{
  width:40px!important;
  height:40px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  background:rgba(0,0,0,.32)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
}
.tiktok-tabs{
  justify-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:4px!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.28)!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.tiktok-tabs a{
  min-height:32px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
}
.tiktok-tabs a.active{
  color:#111!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
}
.tiktok-feed,
.reels-feed.tiktok-feed{
  width:100%!important;
  height:100vh!important;
  height:100dvh!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scroll-snap-type:y mandatory!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
  background:#000!important;
}
.tiktok-feed::-webkit-scrollbar{
  width:0!important;
  height:0!important;
}
.tiktok-slide,
.reel-slide.tiktok-slide{
  position:relative!important;
  width:100%!important;
  min-height:100vh!important;
  min-height:100dvh!important;
  height:100vh!important;
  height:100dvh!important;
  scroll-snap-align:start!important;
  scroll-snap-stop:always!important;
  overflow:hidden!important;
  background:#000!important;
}
.tiktok-video,
.reel-video.tiktok-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  background:#000!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  opacity:1!important;
}
.tiktok-video-tap-layer{
  position:absolute!important;
  inset:64px 76px 96px 0!important;
  z-index:6!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  outline:none!important;
}
.tiktok-shade,
.reel-shade.tiktok-shade{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:transparent!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.tiktok-pause-indicator{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%) scale(.82)!important;
  z-index:8!important;
  width:76px!important;
  height:76px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  color:#fff!important;
  background:rgba(0,0,0,.40)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .18s ease, transform .18s ease!important;
}
.tiktok-pause-indicator.active{
  opacity:1!important;
  transform:translate(-50%,-50%) scale(1)!important;
}
.tiktok-pause-indicator .he-icon{
  width:34px!important;
  height:34px!important;
}
.tiktok-mode-pill{
  position:absolute!important;
  left:14px!important;
  top:76px!important;
  z-index:5!important;
  min-height:32px!important;
  padding:0 11px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#fff!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.28)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
}
.tiktok-mode-pill .he-icon{
  width:15px!important;
  height:15px!important;
}
.tiktok-copy,
.reel-copy.tiktok-copy{
  position:absolute!important;
  left:14px!important;
  right:82px!important;
  bottom:82px!important;
  z-index:5!important;
  display:grid!important;
  gap:8px!important;
}
.tiktok-creator-row{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
}
.tiktok-avatar{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  background:linear-gradient(135deg,#12f0cd,#7d5cff)!important;
  border:2px solid rgba(255,255,255,.85)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.26)!important;
}
.tiktok-avatar .he-icon{
  width:19px!important;
  height:19px!important;
}
.tiktok-creator-row strong{
  display:block!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.05!important;
  font-weight:950!important;
  text-shadow:0 2px 8px rgba(0,0,0,.55)!important;
}
.tiktok-creator-row span:not(.tiktok-avatar){
  display:block!important;
  margin-top:3px!important;
  color:rgba(255,255,255,.75)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:800!important;
}
.tiktok-copy h1{
  margin:2px 0 0!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.12!important;
  font-weight:950!important;
  text-shadow:0 2px 12px rgba(0,0,0,.65)!important;
}
.tiktok-copy p{
  margin:0!important;
  color:rgba(255,255,255,.88)!important;
  font-size:13px!important;
  line-height:1.42!important;
  max-height:3.1em!important;
  overflow:hidden!important;
  text-shadow:0 2px 10px rgba(0,0,0,.55)!important;
}
.tiktok-meta-row{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
}
.tiktok-meta-row span{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:24px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  color:rgba(255,255,255,.86)!important;
  background:rgba(0,0,0,.24)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:850!important;
}
.tiktok-meta-row .he-icon{
  width:12px!important;
  height:12px!important;
}
.tiktok-actions,
.reel-actions.tiktok-actions{
  position:absolute!important;
  right:10px!important;
  bottom:92px!important;
  z-index:7!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:12px!important;
}
.tiktok-action,
.reel-action.tiktok-action{
  width:54px!important;
  min-height:54px!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:0!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:transparent!important;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
}
.tiktok-action span{
  width:46px!important;
  height:46px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  color:#fff!important;
  background:rgba(0,0,0,.18)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.tiktok-action .he-icon{
  width:22px!important;
  height:22px!important;
  filter:drop-shadow(0 2px 7px rgba(0,0,0,.40))!important;
}
.tiktok-action strong{
  color:#fff!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
  text-shadow:0 2px 7px rgba(0,0,0,.6)!important;
}
.tiktok-action.active span{
  background:#ff2d55!important;
  border-color:rgba(255,255,255,.22)!important;
  color:#fff!important;
  box-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.tiktok-action.active strong{
  color:#fff!important;
}
.tiktok-disc{
  width:46px!important;
  height:46px!important;
  margin-top:2px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.16),transparent 31%),
    conic-gradient(from 0deg,#111,#5d687a,#111,#7d5cff,#111)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.25)!important;
  animation:tiktokDiscSpin 5s linear infinite!important;
}
.tiktok-disc .he-icon{
  width:19px!important;
  height:19px!important;
}
@keyframes tiktokDiscSpin{
  to{transform:rotate(360deg);}
}
.tiktok-progress-wrap{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:10!important;
  height:28px!important;
  display:flex!important;
  align-items:flex-end!important;
  padding:0!important;
  pointer-events:auto!important;
}
.tiktok-seek,
.reel-seek.tiktok-seek{
  width:100%!important;
  height:22px!important;
  margin:0!important;
  padding:0!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  background:transparent!important;
  cursor:pointer!important;
}
.tiktok-seek::-webkit-slider-runnable-track{
  height:3px!important;
  border-radius:0!important;
  background:rgba(255,255,255,.28)!important;
}
.tiktok-seek::-webkit-slider-thumb{
  -webkit-appearance:none!important;
  width:13px!important;
  height:13px!important;
  margin-top:-5px!important;
  border-radius:50%!important;
  border:2px solid #fff!important;
  background:#fff!important;
  box-shadow:0 2px 10px rgba(0,0,0,.35)!important;
}
.tiktok-seek::-moz-range-track{
  height:3px!important;
  border-radius:0!important;
  background:rgba(255,255,255,.28)!important;
}
.tiktok-seek::-moz-range-thumb{
  width:13px!important;
  height:13px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  background:#fff!important;
}

.tiktok-comments-panel,
.reel-comments-panel.tiktok-comments-panel{
  position:fixed!important;
  inset:0!important;
  z-index:1000!important;
  display:none!important;
  align-items:flex-end!important;
  justify-content:center!important;
  padding:0!important;
  overflow:hidden!important;
  background:rgba(0,0,0,.56)!important;
}
.tiktok-comments-panel.active{
  display:flex!important;
}
.tiktok-comments-card,
.reel-comments-card.tiktok-comments-card{
  width:100%!important;
  max-width:560px!important;
  height:auto!important;
  max-height:calc(100dvh - 78px)!important;
  min-height:min(420px, calc(100dvh - 116px))!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:24px 24px 0 0!important;
  background:#161823!important;
  box-shadow:0 -18px 60px rgba(0,0,0,.52)!important;
}
.tiktok-comments-handle{
  flex:0 0 auto!important;
  width:42px!important;
  height:4px!important;
  margin:10px auto 8px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.28)!important;
}
.tiktok-comments-head{
  position:relative!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  padding:2px 18px 14px!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.tiktok-comments-head-copy{
  min-width:0!important;
  text-align:center!important;
}
.tiktok-comments-head strong{
  display:block!important;
  width:100%!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.1!important;
  font-weight:900!important;
}
.tiktok-comments-head span{
  display:block!important;
  margin-top:4px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:700!important;
}
.tiktok-comments-head button{
  position:absolute!important;
  top:0!important;
  right:12px!important;
  width:36px!important;
  height:36px!important;
  border:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:transparent!important;
  color:#fff!important;
  font-size:26px!important;
  line-height:1!important;
  box-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.tiktok-comments-list{
  flex:1 1 auto!important;
  min-height:120px!important;
  max-height:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:12px!important;
  padding:14px 16px 12px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  background:#161823!important;
}
.tiktok-empty-comments{
  margin:8px 0 0!important;
  color:rgba(255,255,255,.54)!important;
  font-size:13px!important;
  line-height:1.4!important;
  text-align:center!important;
}
.tiktok-comment{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.tiktok-comment-avatar{
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  overflow:hidden!important;
  color:#fff!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.09)!important;
}
.tiktok-comment-avatar .he-icon,
.tiktok-comment-avatar svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
  color:#fff!important;
  stroke:#fff!important;
}
.tiktok-comment-body{
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:calc(100% - 42px)!important;
  width:fit-content!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:4px!important;
  padding:8px 11px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.075)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.tiktok-comment-body > strong{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  color:rgba(255,255,255,.64)!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:850!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.tiktok-comment-body > span{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.38!important;
  font-weight:500!important;
  white-space:pre-wrap!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.tiktok-comment-form{
  flex:0 0 auto!important;
  position:sticky!important;
  bottom:0!important;
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) 32px!important;
  align-items:center!important;
  gap:6px!important;
  padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  background:#161823!important;
}
.tiktok-comment-self-avatar{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  color:#fff!important;
}
.tiktok-comment-self-avatar .he-icon,
.tiktok-comment-self-avatar svg{
  width:15px!important;
  height:15px!important;
  display:block!important;
  color:#fff!important;
  stroke:#fff!important;
}
.tiktok-comment-form input{
  min-width:0!important;
  min-height:38px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  padding:0 12px!important;
  outline:none!important;
  box-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.tiktok-comment-form input::placeholder{
  color:rgba(255,255,255,.46)!important;
}
.tiktok-comment-form button,
.tiktok-comment-submit{
  width:32px!important;
  min-width:32px!important;
  height:32px!important;
  min-height:32px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:0!important;
  line-height:1!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;

  align-items:center!important;
  justify-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  vertical-align:middle!important;
  overflow:hidden!important;
}
.tiktok-comment-form button .he-icon,
.tiktok-comment-submit .he-icon,
.tiktok-comment-form button svg,
.tiktok-comment-submit svg{
  width:16px!important;
  height:16px!important;
  display:block!important;
  margin:0!important;
  transform:none!important;
  color:#fff!important;
  stroke:#fff!important;
  position:static!important;
}


.tiktok-comment-form.locked{
  grid-template-columns:minmax(0,1fr)!important;
}
.tiktok-comment-locked{
  margin:0!important;
  width:100%!important;
  min-height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 12px!important;
  border-radius:999px!important;
  color:rgba(255,255,255,.74)!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:750!important;
  text-align:center!important;
}
@media(max-width:420px){
  .tiktok-comments-card,
  .reel-comments-card.tiktok-comments-card{
    max-height:calc(100dvh - 62px)!important;
    min-height:min(360px, calc(100dvh - 98px))!important;
    border-radius:22px 22px 0 0!important;
  }
  .tiktok-comments-list{
    padding:12px 14px 10px!important;
    gap:12px!important;
  }
  .tiktok-comment-form{
    grid-template-columns:26px minmax(0,1fr) 30px!important;
    gap:6px!important;
    padding:9px 10px calc(9px + env(safe-area-inset-bottom))!important;
  }
  .tiktok-comment-self-avatar{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
  }
  .tiktok-comment-form button,
  .tiktok-comment-submit{
    width:30px!important;
    min-width:30px!important;
    height:30px!important;
    min-height:30px!important;
  
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  font-size:0!important;
  overflow:hidden!important;
}
}
@media(max-height:680px){
  .tiktok-comments-card,
  .reel-comments-card.tiktok-comments-card{
    max-height:calc(100dvh - 52px)!important;
    min-height:min(300px, calc(100dvh - 88px))!important;
  }
}
@media(max-height:560px){
  .tiktok-comments-card,
  .reel-comments-card.tiktok-comments-card{
    max-height:calc(100dvh - 30px)!important;
    min-height:0!important;
    border-radius:18px 18px 0 0!important;
  }
  .tiktok-comments-list{
    min-height:70px!important;
  }
}

.tiktok-empty-comments{
  margin:8px 0 0!important;
  color:rgba(255,255,255,.54)!important;
  font-size:13px!important;
  line-height:1.4!important;
  text-align:center!important;
}




.tiktok-empty-comments{
  margin:8px 0 0!important;
  color:rgba(255,255,255,.54)!important;
  font-size:13px!important;
  text-align:center!important;
}



