:root{
  --bg:#050816;
  --bg2:#081126;
  --panel:#0d1830;
  --panel2:#12203b;
  --panel3:#172847;
  --line:rgba(79,225,255,.16);
  --line-strong:rgba(79,225,255,.38);
  --text:#f5f7ff;
  --muted:#9baac5;
  --green:#4fe1ff;
  --green2:#7b8cff;
  --cyan:#4fe1ff;
  --gold:#ffc928;
  --orange:#ff6b33;
  --danger:#ff5964;
  --shadow:0 28px 80px rgba(0,0,0,.58);
  --glow:0 0 36px rgba(79,225,255,.15);
  --container:1360px;
}

/* V3.6.0 · rebuilt CLYVEXA user command center from the ground up */
body.user-panel-body{
  --display:"Arial Black","Segoe UI Black",Impact,sans-serif;
  --user-lime:#58e6ff;
  --user-lime-2:#8b7dff;
  --user-mint:#5ee6ff;
  --user-cyan:#48dfff;
  --user-violet:#9b7cff;
  --user-orange:#ffb84d;
  --user-rose:#ff6f91;
  --user-ink:#050815;
  --user-panel:#09142a;
  --user-panel-2:#0d1931;
  --user-line:rgba(79,225,255,.18);
  --user-soft:rgba(92,130,255,.08);
  min-width:320px;
  background:
    radial-gradient(circle at 85% 14%,rgba(93,111,255,.11),transparent 31%),
    radial-gradient(circle at 12% 78%,rgba(66,216,255,.075),transparent 30%),
    linear-gradient(rgba(1,9,5,.78),rgba(1,8,5,.92)),
    url("../img/fhd/site-ambient-bg.jpg") center top/cover fixed;
  color:#f4f7ff;
}
body.user-panel-body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(83,137,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(83,137,255,.028) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,black,transparent 92%);
}
body.user-panel-body .noise{opacity:.18}
body.user-panel-body .container{width:min(calc(100% - 44px),1680px)}
body.user-panel-body .primary-button,
body.user-panel-body .secondary-button,
body.user-panel-body .danger-button{
  clip-path:none;
  border-radius:14px;
}
body.user-panel-body .site-header.user-topbar{
  position:sticky;
  top:0;
  z-index:80;
  min-height:96px;
  padding:0;
  border-bottom:1px solid rgba(79,225,255,.2);
  background:linear-gradient(90deg,rgba(1,8,5,.97),rgba(5,17,10,.96) 52%,rgba(1,11,8,.98));
  box-shadow:0 18px 50px rgba(0,0,0,.36);
  backdrop-filter:blur(22px);
}
body.user-panel-body .site-header.user-topbar:before{
  content:"";
  position:absolute;
  inset:auto 0 -1px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--user-lime),var(--user-mint),transparent);
  opacity:.58;
}
body.user-panel-body .user-topbar .header-inner{height:96px;min-height:96px;gap:28px}
body.user-panel-body .user-topbar .brand{
  flex:0 0 auto;
  min-width:278px;
  padding:12px 18px 12px 12px;
  border:1px solid rgba(88,225,255,.16);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(91,228,255,.065),rgba(130,100,255,.025));
  box-shadow:inset 0 0 28px rgba(82,207,255,.025),0 10px 30px rgba(0,0,0,.2);
}
body.user-panel-body .user-topbar .brand img{
  width:52px;
  height:52px;
  filter:drop-shadow(0 0 14px rgba(87,219,255,.26));
}
body.user-panel-body .user-topbar .brand span{
  font-size:16px;
  letter-spacing:.075em;
}
body.user-panel-body .user-console-name{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding-left:26px;
  border-left:1px solid rgba(90,211,255,.15);
}
body.user-panel-body .user-console-name span{
  color:var(--user-mint);
  font-size:8px;
  font-weight:900;
  letter-spacing:.24em;
}
body.user-panel-body .user-console-name strong{
  font-family:var(--display);
  color:#eef4ff;
  font-size:18px;
  letter-spacing:.055em;
}
body.user-panel-body .user-topbar .header-actions{
  margin-left:auto;
  gap:10px;
}
body.user-panel-body .operator-chip{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:174px;
  min-height:54px;
  padding:10px 15px;
  border:1px solid rgba(90,211,255,.17);
  border-radius:17px;
  background:rgba(7,22,14,.8);
}
body.user-panel-body .operator-chip>i{
  width:9px;
  height:9px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--user-lime);
  box-shadow:0 0 0 5px rgba(92,130,255,.08),0 0 18px var(--user-lime);
  animation:userPulse 2.3s ease-in-out infinite;
}
@keyframes userPulse{50%{opacity:.48;box-shadow:0 0 0 8px rgba(92,130,255,.035),0 0 25px var(--user-lime)}}
body.user-panel-body .operator-chip span{
  color:#81978a;
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
}
body.user-panel-body .operator-chip small{
  display:block;
  max-width:130px;
  margin-top:4px;
  overflow:hidden;
  color:#f2faef;
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.user-panel-body .user-topbar .language-switcher>button,
body.user-panel-body .user-topbar .link-button{
  min-height:54px;
  border-radius:16px;
}
body.user-panel-body .user-topbar .user-exit{
  min-height:54px;
  padding-inline:22px;
  border-radius:16px;
  box-shadow:0 0 26px rgba(174,255,59,.14);
}
body.user-panel-body .user-panel-main{min-height:calc(100vh - 96px)}
body.user-panel-body .dashboard-section{
  position:relative;
  isolation:isolate;
  min-height:calc(100vh - 96px);
  padding:24px 0 94px;
  background:none;
}
body.user-panel-body .dashboard-section:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(125deg,transparent 0 68%,rgba(152,255,64,.035) 68% 74%,transparent 74%),
    radial-gradient(circle at 50% 0,rgba(64,243,207,.055),transparent 30%);
}
body.user-panel-body .dashboard-section>.container{width:min(calc(100% - 44px),1680px)}

body.user-panel-body .user-command-nav{
  position:sticky;
  z-index:60;
  top:111px;
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:8px;
  margin:0 0 24px;
  padding:9px;
  overflow:hidden;
  border:1px solid rgba(169,255,83,.18);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(8,23,15,.96),rgba(3,14,9,.96));
  box-shadow:0 20px 60px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.025);
  backdrop-filter:blur(22px);
}
body.user-panel-body .user-command-nav:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(177,255,64,.035),transparent 25% 75%,rgba(56,242,208,.03));
}
body.user-panel-body .user-command-nav a{
  position:relative;
  display:grid;
  grid-template-columns:43px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:11px;
  align-items:center;
  min-height:78px;
  padding:12px 12px;
  overflow:hidden;
  border:1px solid rgba(158,255,80,.085);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(13,32,21,.88),rgba(5,17,11,.9));
  transition:.26s ease;
}
body.user-panel-body .user-command-nav a:before{
  content:"";
  position:absolute;
  inset:auto 14px 0;
  height:3px;
  border-radius:4px 4px 0 0;
  background:linear-gradient(90deg,var(--user-lime),var(--user-mint));
  box-shadow:0 0 18px var(--user-lime);
  opacity:0;
  transform:scaleX(.2);
  transition:.26s ease;
}
body.user-panel-body .user-command-nav a>small{
  position:absolute;
  top:7px;
  right:9px;
  color:rgba(170,255,80,.28);
  font-size:7px;
  font-weight:900;
  letter-spacing:.1em;
}
body.user-panel-body .user-command-nav a>i{
  grid-row:1/3;
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border:1px solid rgba(81,244,208,.22);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(52,244,205,.11),rgba(171,255,69,.04));
  color:var(--user-mint);
  transition:.26s ease;
}
body.user-panel-body .user-command-nav svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.user-panel-body .user-command-nav strong{
  align-self:end;
  color:#eff7eb;
  font-size:9px;
  font-weight:950;
  letter-spacing:.075em;
}
body.user-panel-body .user-command-nav em{
  align-self:start;
  margin-top:3px;
  color:#6f8879;
  font-size:7px;
  font-style:normal;
  letter-spacing:.04em;
}
body.user-panel-body .user-command-nav a:hover{
  transform:translateY(-2px);
  border-color:rgba(168,255,77,.28);
  background:linear-gradient(145deg,rgba(19,43,27,.94),rgba(7,25,15,.94));
}
body.user-panel-body .user-command-nav a:hover:before,
body.user-panel-body .user-command-nav a.active:before{opacity:1;transform:scaleX(1)}
body.user-panel-body .user-command-nav a.active{
  border-color:rgba(183,255,61,.54);
  background:linear-gradient(135deg,rgba(92,130,255,.98),rgba(88,255,124,.92));
  box-shadow:0 0 30px rgba(160,255,55,.16),inset 0 1px rgba(255,255,255,.32);
}
body.user-panel-body .user-command-nav a.active>i{
  border-color:rgba(2,20,9,.2);
  background:rgba(2,15,7,.12);
  color:#061008;
}
body.user-panel-body .user-command-nav a.active strong{color:#081126}
body.user-panel-body .user-command-nav a.active em{color:rgba(4,20,9,.68)}
body.user-panel-body .user-command-nav a.active>small{color:rgba(3,17,7,.42)}

body.user-panel-body .dashboard-hero{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:366px;
  margin:0 0 22px;
  padding:58px 60px;
  overflow:hidden;
  border:1px solid rgba(168,255,83,.25);
  border-radius:32px;
  background-position:center;
  background-size:cover;
  box-shadow:0 30px 90px rgba(0,0,0,.42),inset 0 0 80px rgba(67,255,193,.025);
}
body.user-panel-body .dashboard-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg,rgba(2,12,8,.98) 0%,rgba(2,13,8,.91) 36%,rgba(2,12,8,.43) 66%,rgba(2,11,7,.66) 100%),
    linear-gradient(180deg,rgba(4,18,11,.1),rgba(1,8,5,.5));
}
body.user-panel-body .dashboard-hero:after{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,transparent 0 55%,rgba(180,255,57,.055) 55% 63%,transparent 63%),
    linear-gradient(90deg,var(--user-lime),var(--user-mint),transparent 72%) left top/62% 3px no-repeat;
}
body.user-panel-body .dashboard-hero>div:first-child{
  position:relative;
  z-index:2;
  width:min(790px,72%);
}
body.user-panel-body .dashboard-hero>div:first-child>span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 14px;
  border:1px solid rgba(181,255,62,.35);
  border-radius:999px;
  background:rgba(129,255,51,.055);
  color:var(--user-lime);
  font-size:9px;
  font-weight:950;
  letter-spacing:.21em;
  box-shadow:0 0 22px rgba(156,255,50,.06);
}
body.user-panel-body .dashboard-hero h1{
  max-width:850px;
  margin:20px 0 13px;
  color:#f4f7ff;
  font-family:var(--display);
  font-size:clamp(50px,4.2vw,76px);
  line-height:.9;
  letter-spacing:-.035em;
  text-wrap:balance;
  text-shadow:0 12px 40px rgba(0,0,0,.56);
}
body.user-panel-body .dashboard-hero p{
  max-width:760px;
  margin:0;
  color:#a8b9ae;
  font-size:13px;
  line-height:1.7;
}
body.user-panel-body .hero-status-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:25px;
}
body.user-panel-body .hero-status-row b{
  padding:8px 11px;
  border:1px solid rgba(113,255,190,.16);
  border-radius:10px;
  background:rgba(4,22,14,.68);
  color:#88eec9;
  font-size:7px;
  letter-spacing:.11em;
}
body.user-panel-body .hero-status-row b:first-child{color:var(--user-lime)}
body.user-panel-body .hero-core{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:178px;
  height:178px;
  margin-right:10px;
  border:1px solid rgba(85,246,211,.3);
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(91,255,199,.16),rgba(5,24,16,.82) 58%,rgba(2,12,8,.85) 59%),
    conic-gradient(from 45deg,rgba(183,255,61,.16),transparent 22%,rgba(67,244,210,.2),transparent 58%,rgba(183,255,61,.16));
  box-shadow:0 0 0 13px rgba(55,244,208,.025),0 0 45px rgba(57,246,210,.14),inset 0 0 38px rgba(63,255,204,.11);
  animation:userCoreFloat 4.5s ease-in-out infinite;
}
@keyframes userCoreFloat{50%{transform:translateY(-7px);box-shadow:0 0 0 17px rgba(55,244,208,.018),0 0 55px rgba(57,246,210,.19),inset 0 0 42px rgba(63,255,204,.14)}}
body.user-panel-body .hero-core:before,
body.user-panel-body .hero-core:after{
  content:"";
  position:absolute;
  border:1px dashed rgba(181,255,64,.22);
  border-radius:50%;
  inset:13px;
}
body.user-panel-body .hero-core:after{inset:-13px;border-color:rgba(73,240,212,.14)}
body.user-panel-body .hero-core img{
  position:relative;
  z-index:2;
  width:78px;
  height:78px;
  object-fit:contain;
  filter:drop-shadow(0 0 20px rgba(145,255,54,.26));
}
body.user-panel-body .hero-core span{
  position:relative;
  z-index:2;
  margin-top:5px;
  color:#8ba092;
  font-size:7px;
  font-weight:900;
  letter-spacing:.16em;
}
body.user-panel-body .hero-core b{
  position:relative;
  z-index:2;
  margin-top:3px;
  color:var(--user-lime);
  font-size:8px;
  letter-spacing:.16em;
}
body.user-panel-body .user-hero-dashboard{background-image:url("../img/fhd/hero-command-center.png")}
body.user-panel-body .user-hero-plans{background-image:url("../img/fhd/hero-command-center.png")}
body.user-panel-body .user-hero-deposit{background-image:url("../img/fhd/hero-command-center.png");background-position:center 42%}
body.user-panel-body .user-hero-withdraw{background-image:url("../img/fhd/engine-core.png")}
body.user-panel-body .user-hero-affiliate{background-image:url("../img/fhd/affiliate-network.png")}
body.user-panel-body .user-hero-creator{background-image:url("../img/fhd/creator-studio.png")}
body.user-panel-body .user-hero-support{background-image:url("../img/fhd/creator-studio.png")}
body.user-panel-body .user-hero-account{background-image:url("../img/fhd/login-vault.png");background-position:center 44%}

body.user-panel-body .metric-grid.user-metric-console{
  display:grid;
  grid-template-columns:2fr repeat(3,1fr);
  gap:12px;
  margin:0 0 22px;
}
body.user-panel-body .metric-grid.user-metric-console article,
body.user-panel-body .metric-grid article{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:162px;
  padding:25px 26px;
  overflow:hidden;
  border:1px solid rgba(157,255,81,.16);
  border-radius:23px;
  background:
    radial-gradient(circle at 100% 0,rgba(160,255,56,.09),transparent 48%),
    linear-gradient(145deg,rgba(11,29,19,.96),rgba(5,17,11,.96));
  box-shadow:0 20px 55px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.018);
}
body.user-panel-body .metric-grid article:before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  bottom:22px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:linear-gradient(var(--user-lime),var(--user-mint));
  box-shadow:0 0 18px var(--user-lime);
}
body.user-panel-body .metric-grid article:after{
  content:"";
  position:absolute;
  right:-40px;
  bottom:-62px;
  width:150px;
  height:150px;
  border:1px solid rgba(177,255,73,.08);
  border-radius:50%;
}
body.user-panel-body .metric-grid article>span{
  color:#779080;
  font-size:8px;
  font-weight:900;
  letter-spacing:.18em;
}
body.user-panel-body .metric-grid article>strong{
  position:relative;
  z-index:2;
  display:block;
  margin:10px 0 6px;
  color:var(--user-lime);
  font-family:var(--display);
  font-size:clamp(24px,2vw,36px);
  letter-spacing:-.015em;
  overflow-wrap:anywhere;
}
body.user-panel-body .metric-grid .balance-metric>strong{
  font-size:clamp(31px,3vw,54px);
  text-shadow:0 0 25px rgba(177,255,58,.15);
}
body.user-panel-body .metric-grid article>small{
  color:#71877a;
  font-size:8px;
  letter-spacing:.05em;
}

body.user-panel-body .dash-grid{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);
  gap:18px;
}
body.user-panel-body .user-dashboard-grid{grid-template-columns:minmax(0,1.34fr) minmax(390px,.66fr)}
body.user-panel-body .deposit-command-grid{grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr)}
body.user-panel-body .payout-command-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)}
body.user-panel-body .creator-command-grid{grid-template-columns:minmax(0,1.1fr) minmax(400px,.9fr)}
body.user-panel-body .account-command-grid{grid-template-columns:1fr 1fr}
body.user-panel-body .dash-panel{
  position:relative;
  min-width:0;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(160,255,82,.16);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0,rgba(60,245,206,.055),transparent 42%),
    linear-gradient(145deg,rgba(10,27,18,.97),rgba(4,16,10,.98));
  box-shadow:0 24px 65px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.02);
}
body.user-panel-body .dash-panel:before{
  content:"";
  position:absolute;
  left:26px;
  top:0;
  width:76px;
  height:3px;
  border-radius:0 0 5px 5px;
  background:linear-gradient(90deg,var(--user-lime),var(--user-mint));
  box-shadow:0 0 15px rgba(177,255,61,.34);
}
body.user-panel-body .panel-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 23px;
  padding:0 0 18px;
  border-bottom:1px solid rgba(162,255,80,.12);
}
body.user-panel-body .panel-title>div{display:grid;gap:5px}
body.user-panel-body .panel-title>div>span{
  color:var(--user-mint);
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
}
body.user-panel-body .dash-panel h2,
body.user-panel-body .panel-title h2{
  margin:0;
  color:#f0f7ed;
  font-family:var(--display);
  font-size:27px;
  letter-spacing:.025em;
}
body.user-panel-body .dash-panel h2:after{display:none}
body.user-panel-body .panel-title>a,
body.user-panel-body .dash-panel .panel-title>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border:1px solid rgba(176,255,66,.2);
  border-radius:12px;
  background:rgba(166,255,59,.045);
  color:var(--user-lime);
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
}
body.user-panel-body .secure-badge{
  padding:9px 12px;
  border:1px solid rgba(65,245,209,.22);
  border-radius:10px;
  background:rgba(59,247,210,.055);
  color:var(--user-mint);
  font-size:8px;
  letter-spacing:.1em;
}
body.user-panel-body .investment-list{display:grid;gap:12px}
body.user-panel-body .investment-list article{
  position:relative;
  display:grid;
  grid-template-columns:148px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  min-height:126px;
  padding:10px 16px 10px 10px;
  border:1px solid rgba(154,255,76,.13);
  border-radius:19px;
  background:linear-gradient(90deg,rgba(19,38,25,.92),rgba(5,16,10,.95));
  transition:.24s ease;
}
body.user-panel-body .investment-list article:hover{
  transform:translateX(4px);
  border-color:rgba(176,255,67,.3);
  box-shadow:0 14px 36px rgba(0,0,0,.25);
}
body.user-panel-body .investment-list img{
  width:148px;
  height:104px;
  border:1px solid rgba(181,255,69,.16);
  border-radius:14px;
  object-fit:cover;
}
body.user-panel-body .investment-list article>div>span{
  color:#eff8eb;
  font-size:13px;
  font-weight:900;
  letter-spacing:.05em;
}
body.user-panel-body .investment-list article>div>strong{
  display:block;
  margin:7px 0 4px;
  color:var(--user-lime);
  font-family:var(--display);
  font-size:18px;
}
body.user-panel-body .investment-list article>div>small{color:#809486;font-size:8px;letter-spacing:.04em}
body.user-panel-body .investment-list article>b{
  align-self:start;
  margin-top:8px;
  padding:8px 11px;
  border:1px solid rgba(182,255,65,.22);
  border-radius:10px;
  background:rgba(177,255,61,.07);
  color:var(--user-lime);
  font-size:7px;
  letter-spacing:.12em;
}
body.user-panel-body .miner-sync-line{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:12px;
}
body.user-panel-body .miner-sync-line i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--user-mint);
  box-shadow:0 0 11px var(--user-mint);
}
body.user-panel-body .miner-sync-line em{color:#5eddbb;font-size:7px;font-style:normal;letter-spacing:.12em}
body.user-panel-body .empty-state{
  display:flex;
  align-items:center;
  gap:22px;
  min-height:190px;
  padding:18px;
  border:1px dashed rgba(158,255,82,.2);
  border-radius:19px;
  background:rgba(6,22,13,.55);
  color:#8ca094;
}
body.user-panel-body .empty-state>img{
  width:190px;
  height:150px;
  border-radius:15px;
  object-fit:cover;
}
body.user-panel-body .empty-state strong{display:block;color:#eff8ec;font-family:var(--display);font-size:23px}
body.user-panel-body .empty-state p{margin:7px 0 15px;color:#7f9488;font-size:10px}
body.user-panel-body .empty-state a{color:var(--user-lime);font-size:9px;font-weight:900}
body.user-panel-body .transaction-list{display:grid;gap:10px}
body.user-panel-body .transaction-list>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:70px;
  padding:13px 14px;
  border:1px solid rgba(158,255,78,.1);
  border-radius:15px;
  background:rgba(4,17,10,.7);
}
body.user-panel-body .transaction-list span{color:#dce8df;font-size:9px;font-weight:800;letter-spacing:.05em}
body.user-panel-body .transaction-list small{display:block;margin-top:5px;color:#657b6e;font-size:7px}
body.user-panel-body .transaction-list strong{
  padding:10px;
  border-radius:10px;
  background:rgba(172,255,61,.06);
  color:var(--user-lime);
  font-size:10px;
  white-space:nowrap;
}
body.user-panel-body .transaction-list strong.negative{color:var(--user-rose);background:rgba(255,90,120,.06)}

body.user-panel-body .user-plan-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
body.user-panel-body .user-plan-card{
  --plan-accent:var(--user-lime);
  position:relative;
  display:grid;
  grid-template-columns:39% 61%;
  min-height:570px;
  overflow:hidden;
  border:1px solid rgba(176,255,71,.19);
  border-radius:29px;
  background:linear-gradient(145deg,rgba(11,27,18,.99),rgba(4,15,10,.99));
  box-shadow:0 28px 78px rgba(0,0,0,.38);
  transition:.28s ease;
}
body.user-panel-body .user-plan-card:nth-child(3){--plan-accent:#ffad55}
body.user-panel-body .user-plan-card:nth-child(4){--plan-accent:#a8eeff}
body.user-panel-body .user-plan-card:nth-child(5){--plan-accent:#ffd356}
body.user-panel-body .user-plan-card:nth-child(6){--plan-accent:#83e5ff}
body.user-panel-body .user-plan-card:nth-child(7){--plan-accent:#ad8cff}
body.user-panel-body .user-plan-card:nth-child(8){--plan-accent:#f9df61}
body.user-panel-body .user-plan-card:nth-child(9){--plan-accent:#7bff9b}
body.user-panel-body .user-plan-card:before{
  content:"";
  position:absolute;
  z-index:5;
  inset:0 30% auto 0;
  height:3px;
  background:linear-gradient(90deg,var(--plan-accent),transparent);
  box-shadow:0 0 18px color-mix(in srgb,var(--plan-accent) 55%,transparent);
}
body.user-panel-body .user-plan-card:hover{
  transform:translateY(-6px);
  border-color:color-mix(in srgb,var(--plan-accent) 42%,transparent);
  box-shadow:0 36px 95px rgba(0,0,0,.48),0 0 35px color-mix(in srgb,var(--plan-accent) 8%,transparent);
}
body.user-panel-body .user-plan-highlight{
  grid-column:1/-1;
  grid-template-columns:42% 58%;
  min-height:480px;
  --plan-accent:var(--user-mint);
}
body.user-panel-body .user-plan-visual{
  position:relative;
  min-height:100%;
  overflow:hidden;
  border-right:1px solid rgba(164,255,83,.13);
}
body.user-panel-body .user-plan-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,9,6,.05) 25%,rgba(2,10,6,.3) 62%,rgba(2,10,6,.93));
}
body.user-panel-body .user-plan-visual img{
  width:100%;
  height:100%;
  min-height:570px;
  object-fit:cover;
  object-position:center;
  transition:.5s ease;
}
body.user-panel-body .user-plan-highlight .user-plan-visual img{min-height:480px}
body.user-panel-body .user-plan-card:hover .user-plan-visual img{transform:scale(1.035);filter:saturate(1.09) contrast(1.03)}
body.user-panel-body .user-plan-visual>span{
  position:absolute;
  z-index:3;
  left:22px;
  top:22px;
  padding:9px 11px;
  border:1px solid rgba(184,255,63,.32);
  border-radius:10px;
  background:rgba(2,13,8,.76);
  color:var(--plan-accent);
  font-size:8px;
  font-weight:900;
  letter-spacing:.15em;
  backdrop-filter:blur(10px);
}
body.user-panel-body .user-plan-visual>b{
  position:absolute;
  z-index:3;
  left:22px;
  bottom:22px;
  padding:11px 14px;
  border-radius:11px;
  background:var(--plan-accent);
  color:#081126;
  font-family:var(--display);
  font-size:24px;
  box-shadow:0 0 28px color-mix(in srgb,var(--plan-accent) 25%,transparent);
}
body.user-panel-body .user-plan-details{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:34px 32px;
}
body.user-panel-body .plan-series{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body.user-panel-body .plan-series span{
  padding-left:10px;
  border-left:3px solid var(--plan-accent);
  color:var(--plan-accent);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
body.user-panel-body .plan-series em{
  padding:7px 9px;
  border:1px solid color-mix(in srgb,var(--plan-accent) 28%,transparent);
  border-radius:9px;
  background:color-mix(in srgb,var(--plan-accent) 5%,transparent);
  color:var(--plan-accent);
  font-size:7px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.12em;
}
body.user-panel-body .user-plan-details h2{
  margin:22px 0 10px;
  color:#f3f8ef;
  font-family:var(--display);
  font-size:clamp(32px,2.4vw,46px);
  line-height:.95;
  letter-spacing:-.025em;
}
body.user-panel-body .user-plan-details>p{
  min-height:48px;
  margin:0;
  color:#93a79a;
  font-size:10px;
  line-height:1.65;
}
body.user-panel-body .plan-output-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2px;
  margin:24px 0 14px;
  padding:2px;
  border-radius:16px;
  background:rgba(162,255,80,.08);
}
body.user-panel-body .plan-output-grid>div{
  min-width:0;
  padding:17px 16px;
  border-radius:14px;
  background:rgba(3,13,8,.9);
}
body.user-panel-body .plan-output-grid small,
body.user-panel-body .plan-range-modern small{
  display:block;
  color:#61776a;
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
}
body.user-panel-body .plan-output-grid strong{
  display:block;
  margin-top:8px;
  color:var(--plan-accent);
  font-family:var(--display);
  font-size:18px;
}
body.user-panel-body .plan-range-modern{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:0 0 18px;
  padding:15px 0;
  border-top:1px solid rgba(163,255,80,.12);
  border-bottom:1px solid rgba(163,255,80,.12);
}
body.user-panel-body .plan-range-modern>div:last-child{
  padding-left:14px;
  border-left:1px solid rgba(163,255,80,.12);
}
body.user-panel-body .plan-range-modern strong{
  display:block;
  margin-top:7px;
  color:#f1f7ed;
  font-family:var(--display);
  font-size:14px;
  overflow-wrap:anywhere;
}
body.user-panel-body .plan-auto-box{
  display:flex;
  align-items:center;
  gap:13px;
  margin:0 0 18px;
  padding:14px;
  border:1px solid rgba(63,245,210,.2);
  border-radius:14px;
  background:rgba(55,244,206,.06);
}
body.user-panel-body .plan-auto-box>i{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 auto;
  border-radius:11px;
  background:var(--user-mint);
  color:#03130d;
  font-size:17px;
  font-style:normal;
  font-weight:950;
}
body.user-panel-body .plan-auto-box b{display:block;color:#dffaf1;font-size:9px}
body.user-panel-body .plan-auto-box span{display:block;margin-top:4px;color:#6e8d80;font-size:7px}
body.user-panel-body .plan-command-button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:52px;
  margin-top:auto;
  padding:0 18px;
  border:1px solid var(--plan-accent);
  border-radius:14px;
  background:linear-gradient(90deg,var(--plan-accent),color-mix(in srgb,var(--plan-accent) 74%,#79ff8c));
  color:#061008;
  font-size:9px;
  font-weight:950;
  letter-spacing:.1em;
  box-shadow:0 15px 32px color-mix(in srgb,var(--plan-accent) 12%,transparent);
  transition:.24s ease;
}
body.user-panel-body .plan-command-button:hover{transform:translateY(-2px);filter:brightness(1.06)}
body.user-panel-body .plan-command-button.secondary{
  border-color:rgba(64,245,210,.4);
  background:linear-gradient(90deg,var(--user-mint),var(--user-lime-2));
}

body.user-panel-body .form-panel form{display:grid;gap:16px}
body.user-panel-body .form-panel label{
  display:grid;
  gap:8px;
  color:#9eafa4;
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
}
body.user-panel-body .form-panel input,
body.user-panel-body .form-panel select,
body.user-panel-body .form-panel textarea,
body.user-panel-body .ref-link-box input,
body.user-panel-body .chat-composer textarea{
  width:100%;
  min-height:54px;
  padding:13px 15px;
  border:1px solid rgba(158,255,82,.17);
  border-radius:13px;
  outline:0;
  background:rgba(2,13,8,.85);
  color:#f2f8ef;
  font-size:12px;
  transition:.2s ease;
}
body.user-panel-body .form-panel textarea{min-height:140px;resize:vertical}
body.user-panel-body .form-panel input:focus,
body.user-panel-body .form-panel select:focus,
body.user-panel-body .form-panel textarea:focus,
body.user-panel-body .ref-link-box input:focus,
body.user-panel-body .chat-composer textarea:focus{
  border-color:var(--user-mint);
  box-shadow:0 0 0 3px rgba(55,245,207,.075),0 0 24px rgba(55,245,207,.055);
}
body.user-panel-body .form-panel input:disabled{color:#61766a;background:rgba(9,20,14,.65)}
body.user-panel-body .form-two{display:grid;grid-template-columns:1fr 1fr;gap:13px}
body.user-panel-body .form-note{
  padding:12px 13px;
  border-left:3px solid var(--user-orange);
  border-radius:0 10px 10px 0;
  background:rgba(255,179,67,.05);
  color:#9b8d75;
  font-size:8px;
}
body.user-panel-body .form-panel .primary-button,
body.user-panel-body .ref-link-box .primary-button,
body.user-panel-body .chat-composer .primary-button{
  min-height:54px;
  border-radius:14px;
  background:linear-gradient(100deg,var(--user-lime),var(--user-lime-2));
  box-shadow:0 16px 32px rgba(143,255,47,.12);
}
body.user-panel-body .balance-callout{
  position:relative;
  display:grid;
  gap:7px;
  margin:0 0 20px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(176,255,63,.2);
  border-radius:19px;
  background:
    radial-gradient(circle at 100% 0,rgba(176,255,63,.14),transparent 52%),
    rgba(3,17,10,.82);
}
body.user-panel-body .balance-callout span{color:#7c9384;font-size:8px;letter-spacing:.15em}
body.user-panel-body .balance-callout strong{color:var(--user-lime);font-family:var(--display);font-size:36px}
body.user-panel-body .balance-callout small{color:#63796d;font-size:7px;letter-spacing:.12em}
body.user-panel-body .currency-preview{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  border:1px solid rgba(57,244,208,.16);
  border-radius:15px;
  background:rgba(43,241,200,.035);
}
body.user-panel-body .currency-preview img{width:48px;height:48px}
body.user-panel-body .currency-preview small{color:var(--user-mint);font-size:7px;letter-spacing:.12em}
body.user-panel-body .currency-preview strong{display:block;margin:4px 0;color:#eaf7ef;font-size:12px}
body.user-panel-body .currency-preview span{color:#718a7c;font-size:8px}
body.user-panel-body .deposit-quote-panel{
  position:relative;
  display:grid;
  gap:5px;
  padding:20px;
  overflow:hidden;
  border:1px solid rgba(177,255,61,.2);
  border-radius:17px;
  background:linear-gradient(135deg,rgba(172,255,60,.07),rgba(50,245,207,.045));
}
body.user-panel-body .deposit-quote-panel>span{color:#7d9384;font-size:8px;letter-spacing:.15em}
body.user-panel-body .deposit-quote-panel strong{color:var(--user-lime);font-family:var(--display);font-size:31px}
body.user-panel-body .deposit-quote-panel small{color:#6f8679;font-size:8px}
body.user-panel-body .live-price-badge{
  padding:9px 11px;
  border:1px solid rgba(70,245,211,.18);
  border-radius:10px;
  color:var(--user-mint);
  font-size:8px;
}
body.user-panel-body .rule-list{display:grid;gap:11px}
body.user-panel-body .rule-list>div{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  align-items:center;
  gap:13px;
  min-height:73px;
  padding:11px 14px;
  border:1px solid rgba(158,255,79,.11);
  border-radius:15px;
  background:rgba(3,16,10,.68);
}
body.user-panel-body .rule-list b{
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border:1px solid rgba(180,255,62,.23);
  border-radius:12px;
  background:rgba(175,255,61,.055);
  color:var(--user-lime);
  font-size:10px;
}
body.user-panel-body .rule-list span{color:#91a69a;font-size:10px;line-height:1.55}
body.user-panel-body .history-panel{margin-top:18px}
body.user-panel-body .table-wrap{
  overflow:auto;
  border:1px solid rgba(161,255,80,.1);
  border-radius:16px;
  background:rgba(2,13,8,.68);
}
body.user-panel-body table{width:100%;min-width:760px;border-collapse:collapse}
body.user-panel-body th{
  padding:15px 16px;
  background:rgba(12,28,19,.96);
  color:#677e70;
  font-size:7px;
  letter-spacing:.14em;
  text-align:left;
}
body.user-panel-body td{
  padding:16px;
  border-bottom:1px solid rgba(155,255,80,.08);
  color:#a6b6ad;
  font-size:9px;
}
body.user-panel-body tr:hover td{background:rgba(68,244,205,.025)}
body.user-panel-body .status{
  display:inline-flex;
  padding:7px 9px;
  border:1px solid rgba(178,255,65,.2);
  border-radius:9px;
  background:rgba(174,255,61,.055);
  color:var(--user-lime);
  font-size:7px;
  font-weight:900;
}
body.user-panel-body .coin-table-label{display:flex;align-items:center;gap:9px}
body.user-panel-body .coin-table-label img{width:30px;height:30px}

body.user-panel-body .ref-link-box{
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  align-items:center;
  gap:20px;
  margin:0 0 18px;
  padding:22px;
  border:1px solid rgba(163,255,81,.18);
  border-radius:21px;
  background:linear-gradient(135deg,rgba(11,31,20,.96),rgba(4,17,10,.97));
  box-shadow:0 20px 55px rgba(0,0,0,.24);
}
body.user-panel-body .ref-link-box>span{
  color:var(--user-lime);
  font-family:var(--display);
  font-size:18px;
  letter-spacing:.05em;
}
body.user-panel-body .ref-link-box>div{display:flex;gap:10px}
body.user-panel-body .ref-link-box .primary-button{flex:0 0 auto;padding-inline:25px}
body.user-panel-body .referral-tier-gallery{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin:0 0 18px;
}
body.user-panel-body .referral-tier-gallery article{
  position:relative;
  min-height:330px;
  overflow:hidden;
  border:1px solid rgba(163,255,79,.17);
  border-radius:22px;
  background:#06110b;
  box-shadow:0 20px 55px rgba(0,0,0,.28);
  transition:.25s ease;
}
body.user-panel-body .referral-tier-gallery article:hover{transform:translateY(-5px);border-color:rgba(180,255,66,.35)}
body.user-panel-body .referral-tier-gallery img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
body.user-panel-body .referral-tier-gallery article:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 30%,rgba(2,10,6,.18) 54%,rgba(2,10,6,.98));
}
body.user-panel-body .referral-tier-gallery article>div{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:18px;
}
body.user-panel-body .referral-tier-gallery span{color:var(--user-orange);font-size:7px;font-weight:900;letter-spacing:.13em}
body.user-panel-body .referral-tier-gallery strong{display:block;margin:5px 0;color:var(--user-lime);font-family:var(--display);font-size:38px}
body.user-panel-body .referral-tier-gallery small{color:#d5e3da;font-size:8px}

body.user-panel-body .creator-platform-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);
  gap:14px;
  margin:0 0 18px;
}
body.user-panel-body .creator-showcase-image{
  position:relative;
  min-height:410px;
  overflow:hidden;
  border:1px solid rgba(159,255,81,.17);
  border-radius:25px;
  background:#06110b;
  box-shadow:0 24px 65px rgba(0,0,0,.32);
}
body.user-panel-body .creator-showcase-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,10,6,.03),rgba(2,10,6,.78));
}
body.user-panel-body .creator-showcase-image>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
body.user-panel-body .creator-showcase-image>div{position:absolute;z-index:2;left:28px;right:28px;bottom:26px}
body.user-panel-body .creator-showcase-image span{display:block;color:var(--user-mint);font-size:8px;font-weight:900;letter-spacing:.16em}
body.user-panel-body .creator-showcase-image strong{display:block;margin-top:7px;color:#f2f9ef;font-family:var(--display);font-size:31px}
body.user-panel-body .creator-platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
body.user-panel-body .creator-platform-grid article{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:196px;
  padding:20px;
  border:1px solid rgba(158,255,80,.15);
  border-radius:21px;
  background:linear-gradient(145deg,rgba(12,31,20,.96),rgba(4,16,10,.97));
}
body.user-panel-body .creator-platform-grid img{
  width:58px;
  height:58px;
  padding:11px;
  border:1px solid rgba(68,245,210,.18);
  border-radius:17px;
  background:rgba(59,244,208,.045);
}
body.user-panel-body .creator-platform-grid span{color:#f0f7ed;font-size:11px;font-weight:900;letter-spacing:.04em}
body.user-panel-body .creator-platform-grid small{display:block;margin-top:5px;color:#6d8577;font-size:7px}

body.user-panel-body .account-identity-card{
  display:grid;
  grid-template-columns:82px minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  margin:0 0 18px;
  padding:20px 24px;
  border:1px solid rgba(160,255,81,.18);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,rgba(176,255,61,.09),transparent 42%),
    linear-gradient(135deg,rgba(12,31,20,.97),rgba(4,16,10,.98));
  box-shadow:0 20px 55px rgba(0,0,0,.25);
}
body.user-panel-body .account-identity-card>img{
  width:82px;
  height:82px;
  padding:10px;
  border:1px solid rgba(76,246,213,.24);
  border-radius:20px;
  background:rgba(53,245,205,.055);
}
body.user-panel-body .account-identity-card span{color:var(--user-mint);font-size:8px;font-weight:900;letter-spacing:.15em}
body.user-panel-body .account-identity-card strong{display:block;margin:6px 0;color:#f1f8ed;font-family:var(--display);font-size:26px}
body.user-panel-body .account-identity-card small{color:#71877a;font-size:9px}
body.user-panel-body .account-identity-card>b{
  padding:11px 14px;
  border:1px solid rgba(178,255,65,.2);
  border-radius:11px;
  color:var(--user-lime);
  font-size:8px;
  letter-spacing:.11em;
}

body.user-panel-body .support-hero>.chat-orb{
  position:relative;
  z-index:3;
  width:170px;
  height:170px;
  margin-right:10px;
  border-color:rgba(62,245,211,.34);
  background:radial-gradient(circle,rgba(63,246,211,.15),rgba(4,20,13,.9));
  box-shadow:0 0 0 13px rgba(61,245,210,.025),0 0 45px rgba(61,245,210,.13);
}
body.user-panel-body .chat-orb b{color:var(--user-mint);font-size:28px}
body.user-panel-body .chat-orb span{color:var(--user-lime)}
body.user-panel-body .user-chat-shell{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  min-height:690px;
  overflow:hidden;
  border:1px solid rgba(160,255,82,.18);
  border-radius:27px;
  background:linear-gradient(135deg,rgba(9,27,17,.98),rgba(2,13,8,.99));
  box-shadow:0 30px 80px rgba(0,0,0,.36);
}
body.user-panel-body .chat-profile-panel{
  padding:28px;
  border-right:1px solid rgba(162,255,81,.13);
  background:linear-gradient(160deg,rgba(16,47,30,.7),rgba(4,16,10,.92));
}
body.user-panel-body .chat-profile-head{
  display:flex;
  align-items:center;
  gap:15px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(160,255,80,.11);
}
body.user-panel-body .chat-profile-head img{width:68px;height:68px;padding:8px;border:1px solid rgba(63,245,211,.22);border-radius:17px;background:rgba(55,245,207,.045)}
body.user-panel-body .chat-profile-head small{color:var(--user-mint);font-size:7px;letter-spacing:.13em}
body.user-panel-body .chat-profile-head strong{display:block;margin:6px 0;color:#f0f8ed;font-family:var(--display);font-size:20px}
body.user-panel-body .chat-profile-head span{color:#698073;font-size:7px}
body.user-panel-body .chat-signal{
  display:flex;
  align-items:center;
  gap:9px;
  margin:20px 0;
  padding:13px;
  border:1px solid rgba(58,245,210,.16);
  border-radius:13px;
  background:rgba(49,244,204,.035);
}
body.user-panel-body .chat-signal i{width:8px;height:8px;border-radius:50%;background:var(--user-lime);box-shadow:0 0 12px var(--user-lime)}
body.user-panel-body .chat-signal span{color:#89a094;font-size:7px}
body.user-panel-body .chat-signal b{margin-left:auto;color:var(--user-lime);font-size:7px}
body.user-panel-body .chat-conversation-panel{display:grid;grid-template-rows:auto 1fr auto;min-width:0;background:rgba(1,11,7,.52)}
body.user-panel-body .chat-conversation-panel>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:88px;
  padding:20px 24px;
  border-bottom:1px solid rgba(159,255,80,.12);
  background:rgba(8,27,17,.66);
}
body.user-panel-body .chat-conversation-panel>header small{color:var(--user-mint);font-size:7px;letter-spacing:.13em}
body.user-panel-body .chat-conversation-panel>header h2{margin:6px 0 0;font-size:22px}
body.user-panel-body .chat-messages{min-height:480px;max-height:590px;padding:25px;overflow:auto}
body.user-panel-body .chat-message{display:flex;align-items:flex-end;gap:10px;margin:0 0 15px}
body.user-panel-body .from-user{flex-direction:row-reverse}
body.user-panel-body .chat-avatar{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  flex:0 0 auto;
  border:1px solid rgba(60,245,210,.19);
  border-radius:13px;
  background:rgba(52,245,207,.06);
  color:var(--user-mint);
  font-size:10px;
  font-weight:900;
}
body.user-panel-body .chat-bubble{
  max-width:72%;
  padding:14px 16px;
  border:1px solid rgba(158,255,80,.14);
  border-radius:17px 17px 17px 5px;
  background:linear-gradient(145deg,rgba(13,35,22,.95),rgba(5,20,13,.96));
}
body.user-panel-body .from-user .chat-bubble{border-radius:17px 17px 5px 17px;background:linear-gradient(145deg,rgba(77,115,27,.35),rgba(14,44,23,.92))}
body.user-panel-body .chat-bubble>div{display:flex;justify-content:space-between;gap:20px}
body.user-panel-body .chat-bubble b{color:var(--user-lime);font-size:8px}
body.user-panel-body .chat-bubble time{color:#657c6e;font-size:7px}
body.user-panel-body .chat-bubble p{margin:8px 0 0;color:#aebdb4;font-size:11px;line-height:1.6}
body.user-panel-body .chat-composer{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  padding:20px;
  border-top:1px solid rgba(159,255,80,.12);
  background:rgba(7,23,14,.82);
}
body.user-panel-body .chat-composer>div>span{display:block;margin-bottom:8px;color:var(--user-lime);font-size:7px;letter-spacing:.14em}
body.user-panel-body .chat-composer textarea{min-height:86px;resize:vertical}
body.user-panel-body .chat-composer button{align-self:end;min-width:175px;height:86px}
body.user-panel-body .chat-empty{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:410px;
  text-align:center;
}
body.user-panel-body .chat-empty img{width:95px;height:95px;padding:13px;border:1px solid rgba(64,245,211,.2);border-radius:23px;background:rgba(55,244,208,.045)}
body.user-panel-body .chat-empty strong{margin-top:18px;color:#f0f8ed;font-family:var(--display);font-size:22px}
body.user-panel-body .chat-empty p{max-width:460px;color:#71877b;font-size:10px;line-height:1.6}

@media (max-width:1500px){
  body.user-panel-body .container,
  body.user-panel-body .dashboard-section>.container{width:min(calc(100% - 34px),1380px)}
  body.user-panel-body .user-console-name{display:none}
  body.user-panel-body .user-command-nav strong{font-size:8px}
  body.user-panel-body .user-command-nav em{display:none}
  body.user-panel-body .user-command-nav a{grid-template-columns:39px minmax(0,1fr);min-height:69px}
  body.user-panel-body .user-command-nav a>i{width:39px;height:39px}
  body.user-panel-body .dashboard-hero{min-height:330px;padding:48px}
  body.user-panel-body .user-plan-card{min-height:540px;grid-template-columns:37% 63%}
  body.user-panel-body .user-plan-visual img{min-height:540px}
  body.user-panel-body .user-plan-details{padding:28px 25px}
  body.user-panel-body .user-plan-details h2{font-size:36px}
  body.user-panel-body .plan-range-modern strong{font-size:12px}
  body.user-panel-body .referral-tier-gallery article{min-height:285px}
}
@media (max-width:1180px){
  body.user-panel-body .user-command-nav{
    top:101px;
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
  }
  body.user-panel-body .user-command-nav a{flex:0 0 160px;scroll-snap-align:start}
  body.user-panel-body .metric-grid.user-metric-console{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.user-panel-body .dash-grid,
  body.user-panel-body .user-dashboard-grid,
  body.user-panel-body .deposit-command-grid,
  body.user-panel-body .payout-command-grid,
  body.user-panel-body .creator-command-grid,
  body.user-panel-body .account-command-grid{grid-template-columns:1fr}
  body.user-panel-body .user-plan-grid{grid-template-columns:1fr}
  body.user-panel-body .user-plan-highlight{grid-column:auto}
  body.user-panel-body .user-plan-card,
  body.user-panel-body .user-plan-highlight{grid-template-columns:40% 60%;min-height:500px}
  body.user-panel-body .user-plan-visual img,
  body.user-panel-body .user-plan-highlight .user-plan-visual img{min-height:500px}
  body.user-panel-body .referral-tier-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.user-panel-body .creator-platform-showcase{grid-template-columns:1fr}
  body.user-panel-body .creator-showcase-image{min-height:380px}
}
@media (max-width:850px){
  body.user-panel-body .container,
  body.user-panel-body .dashboard-section>.container{width:calc(100% - 24px)}
  body.user-panel-body .site-header.user-topbar,
  body.user-panel-body .user-topbar .header-inner{height:82px;min-height:82px}
  body.user-panel-body .user-topbar .brand{min-width:0;border:0;background:none;padding:0}
  body.user-panel-body .user-topbar .brand img{width:46px;height:46px}
  body.user-panel-body .user-topbar .brand span{display:none}
  body.user-panel-body .operator-chip{min-width:138px;min-height:48px}
  body.user-panel-body .operator-chip small{max-width:94px}
  body.user-panel-body .admin-return{display:none}
  body.user-panel-body .user-topbar .language-switcher>button,
  body.user-panel-body .user-topbar .user-exit{min-height:48px}
  body.user-panel-body .user-topbar .user-exit{padding-inline:15px;font-size:8px}
  body.user-panel-body .dashboard-section{padding-top:14px}
  body.user-panel-body .user-command-nav{top:91px;margin-bottom:16px;border-radius:19px}
  body.user-panel-body .dashboard-hero{min-height:390px;padding:36px 30px;align-items:flex-end;border-radius:25px}
  body.user-panel-body .dashboard-hero>div:first-child{width:100%}
  body.user-panel-body .dashboard-hero h1{font-size:clamp(42px,10vw,58px)}
  body.user-panel-body .dashboard-hero p{max-width:86%;font-size:11px}
  body.user-panel-body .hero-core{position:absolute;right:24px;top:28px;width:118px;height:118px;margin:0}
  body.user-panel-body .hero-core img{width:53px;height:53px}
  body.user-panel-body .hero-core span{font-size:6px}
  body.user-panel-body .metric-grid.user-metric-console{grid-template-columns:1fr 1fr}
  body.user-panel-body .metric-grid.user-metric-console article{min-height:145px}
  body.user-panel-body .metric-grid .balance-metric{grid-column:1/-1}
  body.user-panel-body .dash-panel{padding:24px;border-radius:21px}
  body.user-panel-body .investment-list article{grid-template-columns:110px minmax(0,1fr)}
  body.user-panel-body .investment-list img{width:110px;height:95px}
  body.user-panel-body .investment-list article>b{display:none}
  body.user-panel-body .user-plan-card,
  body.user-panel-body .user-plan-highlight{grid-template-columns:1fr;min-height:0}
  body.user-panel-body .user-plan-visual{min-height:360px;border-right:0;border-bottom:1px solid rgba(164,255,83,.13)}
  body.user-panel-body .user-plan-visual img,
  body.user-panel-body .user-plan-highlight .user-plan-visual img{min-height:360px;height:360px}
  body.user-panel-body .user-plan-details{padding:28px}
  body.user-panel-body .referral-tier-gallery{grid-template-columns:1fr 1fr}
  body.user-panel-body .referral-tier-gallery article{min-height:300px}
  body.user-panel-body .ref-link-box{grid-template-columns:1fr}
  body.user-panel-body .creator-platform-grid{grid-template-columns:1fr 1fr}
  body.user-panel-body .creator-platform-grid article{min-height:155px}
  body.user-panel-body .user-chat-shell{grid-template-columns:1fr}
  body.user-panel-body .chat-profile-panel{border-right:0;border-bottom:1px solid rgba(162,255,81,.13)}
  body.user-panel-body .chat-messages{min-height:420px}
}
@media (max-width:580px){
  body.user-panel-body .container,
  body.user-panel-body .dashboard-section>.container{width:calc(100% - 16px)}
  body.user-panel-body .site-header.user-topbar,
  body.user-panel-body .user-topbar .header-inner{height:72px;min-height:72px}
  body.user-panel-body .user-topbar .header-inner{gap:7px}
  body.user-panel-body .user-topbar .brand img{width:42px;height:42px}
  body.user-panel-body .operator-chip{min-width:0;width:48px;height:48px;padding:0;justify-content:center}
  body.user-panel-body .operator-chip>span{display:none}
  body.user-panel-body .user-topbar .language-switcher>button{width:44px;padding:0;font-size:8px}
  body.user-panel-body .user-topbar .user-exit{min-width:68px;padding:0 9px}
  body.user-panel-body .user-command-nav{top:79px;padding:7px}
  body.user-panel-body .user-command-nav a{flex-basis:145px}
  body.user-panel-body .dashboard-hero{min-height:420px;padding:30px 21px}
  body.user-panel-body .dashboard-hero h1{margin-top:16px;font-size:39px}
  body.user-panel-body .dashboard-hero p{max-width:100%}
  body.user-panel-body .hero-core{right:18px;top:20px;width:96px;height:96px}
  body.user-panel-body .hero-core img{width:42px;height:42px}
  body.user-panel-body .hero-core span{display:none}
  body.user-panel-body .hero-status-row{gap:6px;margin-top:18px}
  body.user-panel-body .hero-status-row b{padding:7px 8px;font-size:6px}
  body.user-panel-body .metric-grid.user-metric-console{grid-template-columns:1fr}
  body.user-panel-body .metric-grid .balance-metric{grid-column:auto}
  body.user-panel-body .metric-grid.user-metric-console article{min-height:132px}
  body.user-panel-body .dash-panel{padding:20px 16px}
  body.user-panel-body .panel-title{align-items:flex-start;flex-direction:column}
  body.user-panel-body .investment-list article{grid-template-columns:88px minmax(0,1fr);gap:12px}
  body.user-panel-body .investment-list img{width:88px;height:88px}
  body.user-panel-body .investment-list article>div>strong{font-size:14px}
  body.user-panel-body .empty-state{display:grid}
  body.user-panel-body .empty-state>img{width:100%;height:190px}
  body.user-panel-body .user-plan-visual{min-height:300px}
  body.user-panel-body .user-plan-visual img,
  body.user-panel-body .user-plan-highlight .user-plan-visual img{min-height:300px;height:300px}
  body.user-panel-body .user-plan-details{padding:23px 19px}
  body.user-panel-body .user-plan-details h2{font-size:34px}
  body.user-panel-body .plan-output-grid,
  body.user-panel-body .plan-range-modern{grid-template-columns:1fr}
  body.user-panel-body .plan-range-modern>div:last-child{padding:13px 0 0;border-left:0;border-top:1px solid rgba(163,255,80,.12)}
  body.user-panel-body .form-two{grid-template-columns:1fr}
  body.user-panel-body .ref-link-box>div{display:grid}
  body.user-panel-body .referral-tier-gallery{grid-template-columns:1fr}
  body.user-panel-body .referral-tier-gallery article{min-height:360px}
  body.user-panel-body .creator-platform-grid{grid-template-columns:1fr}
  body.user-panel-body .creator-showcase-image{min-height:320px}
  body.user-panel-body .account-identity-card{grid-template-columns:66px minmax(0,1fr);padding:16px}
  body.user-panel-body .account-identity-card>img{width:66px;height:66px}
  body.user-panel-body .account-identity-card>b{grid-column:1/-1;text-align:center}
  body.user-panel-body .chat-composer{grid-template-columns:1fr}
  body.user-panel-body .chat-composer button{width:100%;height:54px}
  body.user-panel-body .chat-bubble{max-width:86%}
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 78% 4%,rgba(79,225,255,.12),transparent 28%),
    radial-gradient(circle at 8% 42%,rgba(41,227,194,.055),transparent 24%),
    linear-gradient(180deg,#050816 0%,#071009 42%,#050816 100%);
  color:var(--text);
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  line-height:1.55;
}
body.public-body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    linear-gradient(118deg,transparent 0 67%,rgba(79,225,255,.035) 67% 76%,transparent 76%),
    linear-gradient(64deg,transparent 0 82%,rgba(255,201,40,.025) 82% 88%,transparent 88%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.noise{
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.72;
  background-image:
    linear-gradient(rgba(79,225,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(79,225,255,.035) 1px,transparent 1px),
    radial-gradient(rgba(255,255,255,.09) .55px,transparent .65px);
  background-size:44px 44px,44px 44px,13px 13px;
  mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.32) 80%,transparent);
}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.narrow{max-width:920px}
.section-shell{position:relative;padding:88px 0}
.section-shell[id]{scroll-margin-top:92px}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(3,7,4,.9);
  border-bottom:1px solid var(--line);
  box-shadow:0 12px 40px rgba(0,0,0,.35);
  backdrop-filter:blur(18px);
}
.site-header:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--green),transparent);
  opacity:.45;
}
.header-inner{height:86px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;white-space:nowrap;font-weight:1000;letter-spacing:.06em}
.brand img{
  width:50px;
  height:50px;
  object-fit:contain;
  filter:drop-shadow(0 0 15px rgba(79,225,255,.32));
}
.brand span{font-family:"Arial Black","Segoe UI",sans-serif;font-size:18px}
.main-nav{display:flex;align-items:center;gap:22px;margin-left:auto}
.main-nav a{
  position:relative;
  padding:33px 0 31px;
  color:#b6c0b3;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.main-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:0;
  height:3px;
  background:var(--green);
  box-shadow:0 0 16px var(--green);
  transition:.25s ease;
}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a:hover:after,.main-nav a.active:after{right:0}
.header-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:25px;cursor:pointer}
.language-switcher{position:relative}
.language-switcher>button{
  min-height:42px;
  padding:0 13px;
  border:1px solid var(--line);
  background:#081009;
  color:#fff;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}
.language-menu{
  display:none;
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:110px;
  overflow:hidden;
  border:1px solid var(--line-strong);
  background:#081009;
  box-shadow:var(--shadow);
}
.language-menu.open{display:grid}
.language-menu a{padding:10px 15px;font-size:11px;font-weight:800}
.language-menu a:hover{background:var(--green);color:#071006}
.link-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border:1px solid var(--line);
  color:#e6ece3;
  background:rgba(255,255,255,.02);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.primary-button,.secondary-button,.danger-button{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  padding:0 24px;
  border:1px solid transparent;
  cursor:pointer;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.09em;
  text-transform:uppercase;
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
  clip-path:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,13px 100%,0 calc(100% - 13px));
}
.primary-button{
  color:#071006;
  background:linear-gradient(135deg,#dcff45 0%,var(--green) 48%,#6df13b 100%);
  box-shadow:0 0 0 1px rgba(79,225,255,.2),0 13px 35px rgba(105,238,60,.16);
}
.primary-button:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 18px 42px rgba(105,238,60,.25)}
.primary-button.small{min-height:42px;padding:0 17px}
.secondary-button{border-color:var(--line-strong);background:#0b150d;color:#fff}
.danger-button{border-color:rgba(255,89,100,.38);background:#281014;color:#ffabb0}
.full{width:100%}
.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--green);font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.button-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.registration-closed-pill{display:inline-flex;min-height:42px;align-items:center;padding:0 14px;border:1px solid rgba(255,89,100,.38);background:#281014;color:#ffabb0;font-size:8px;font-weight:1000;letter-spacing:.08em}

.flash-stack{position:fixed;top:102px;right:22px;z-index:80;display:grid;gap:10px;width:min(420px,calc(100% - 44px))}
.flash{padding:15px 18px;border:1px solid var(--line);background:#0d1830;box-shadow:var(--shadow);font-size:13px;font-weight:700}
.flash.success{border-left:4px solid var(--green2)}
.flash.error{border-left:4px solid var(--danger)}

.hero{padding-top:52px}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  min-height:670px;
  overflow:hidden;
  border:1px solid var(--line-strong);
  background:linear-gradient(120deg,rgba(11,21,13,.98),rgba(7,13,8,.95));
  box-shadow:var(--shadow),var(--glow);
  clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px));
}
.hero-grid:before,.feature-grid:before,.auth-grid:before,.dashboard-hero:before{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  top:0;
  width:180px;
  height:5px;
  background:linear-gradient(90deg,var(--green),transparent);
  box-shadow:0 0 24px var(--green);
}
.hero-copy{position:relative;z-index:5;padding:62px 20px 46px 58px;display:flex;flex-direction:column;justify-content:center}
.hero-copy:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0 -150px 0 0;
  pointer-events:none;
  background:linear-gradient(90deg,#0a130c 0%,rgba(10,19,12,.98) 66%,transparent 100%);
}
.eyebrow,.section-heading span,.feature-copy>span,.simple-hero>div>span,.dashboard-hero span{
  display:block;
  margin-bottom:18px;
  color:var(--green);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.eyebrow{display:inline-flex;align-self:flex-start;padding:9px 12px;border-left:3px solid var(--green);background:rgba(79,225,255,.07)}
.hero h1,.section-heading h2,.feature-copy h2,.simple-hero h1,.dashboard-hero h1{
  margin:0;
  font-family:"Arial Narrow","Roboto Condensed","Arial Black",Impact,sans-serif;
  font-weight:1000;
  line-height:.9;
  letter-spacing:-.035em;
  text-transform:uppercase;
}
.hero h1{font-size:clamp(58px,5.2vw,88px);max-width:720px;text-shadow:0 10px 30px rgba(0,0,0,.45)}
.hero h1 br+*{color:var(--green)}
.hero-copy>p,.section-heading>p,.feature-copy>p,.simple-hero p,.dashboard-hero p{
  color:#b7c1b4;
  max-width:630px;
  margin:24px 0 28px;
}
.hero-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}
.hero-tags span{
  padding:8px 10px;
  border:1px solid var(--line);
  background:rgba(79,225,255,.045);
  color:#dbe5d7;
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  max-width:610px;
  margin-top:24px;
}
.hero-stats>div{
  position:relative;
  min-height:76px;
  padding:14px 16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(79,225,255,.075),rgba(255,255,255,.015));
}
.hero-stats>div:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--green);box-shadow:0 0 16px var(--green)}
.hero-stats strong{display:block;color:#fff;font-size:22px;line-height:1.15;word-break:break-word}
.hero-stats span{display:block;margin-top:6px;color:#7f8d7f;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hero-art{position:relative;min-width:0;overflow:hidden;background:#081009}
.hero-art img{width:100%;height:670px;object-fit:cover;object-position:center}
.hero-art:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,13,8,.72),transparent 36%),
    linear-gradient(180deg,transparent 56%,rgba(2,6,3,.82));
  pointer-events:none;
}
.panel-cut{clip-path:polygon(4% 0,100% 0,100% 94%,96% 100%,0 100%,0 6%)}
.live-chip{
  position:absolute;
  z-index:3;
  right:24px;
  bottom:24px;
  min-width:270px;
  padding:17px 19px;
  border:1px solid var(--line-strong);
  background:rgba(3,8,4,.9);
  box-shadow:0 16px 42px rgba(0,0,0,.45),inset 0 0 28px rgba(79,225,255,.035);
  backdrop-filter:blur(12px);
}
.live-chip:before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--green);box-shadow:0 0 16px var(--green);animation:corePulse 1.8s infinite}
.live-chip span,.output-screen small{color:#9baa9a;font-size:9px;font-weight:900;letter-spacing:.13em}
.live-chip strong{display:block;margin-top:7px;color:var(--green);font-family:Consolas,monospace;font-size:20px}

.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:36px}
.section-heading h2{max-width:900px;font-size:clamp(46px,4.8vw,72px)}
.section-heading p{margin:0 0 7px;padding-left:18px;border-left:3px solid var(--orange)}

.plans-section:before,.creator-home:before{
  content:"";
  position:absolute;
  inset:10% 0 auto;
  height:70%;
  z-index:-1;
  background:linear-gradient(90deg,transparent,rgba(79,225,255,.032),transparent);
}
.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.plan-card{
  --accent:var(--green);
  position:relative;
  overflow:hidden;
  border:1px solid rgba(79,225,255,.2);
  background:linear-gradient(155deg,#112016 0%,#0a120c 62%,#070d08 100%);
  box-shadow:0 18px 50px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.018);
  transition:.28s ease;
  clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));
}
.plan-card:nth-child(2){--accent:#e09b3a}
.plan-card:nth-child(3){--accent:#86e9f1}
.plan-card:nth-child(4){--accent:#ffd327}
.plan-card:nth-child(5){--accent:#aeeeff}
.plan-card:nth-child(6){--accent:#4fe1ff}
.plan-card:before{content:"";position:absolute;z-index:4;left:0;top:0;width:42%;height:4px;background:linear-gradient(90deg,var(--accent),transparent);box-shadow:0 0 18px var(--accent)}
.plan-card:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--accent) 60%,transparent);box-shadow:0 28px 70px rgba(0,0,0,.52),0 0 32px rgba(79,225,255,.07)}
.plan-image{position:relative;height:300px;overflow:hidden;background:#080f09}
.plan-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .55s ease,filter .35s ease}
.plan-card:hover .plan-image img{transform:scale(1.045);filter:saturate(1.1) contrast(1.03)}
.plan-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 35%,rgba(4,8,5,.93) 100%)}
.plan-image span,.plan-image b{position:absolute;z-index:3;top:17px;font-weight:1000}
.plan-image span{left:17px;padding:7px 10px;border:1px solid rgba(255,255,255,.2);background:rgba(3,7,4,.8);font-size:9px;letter-spacing:.15em}
.plan-image b{right:17px;display:grid;place-items:center;width:58px;height:58px;border:2px solid var(--accent);border-radius:50%;background:rgba(3,7,4,.84);color:var(--accent);font-size:18px;box-shadow:0 0 24px rgba(79,225,255,.18)}
.plan-content{position:relative;padding:25px 25px 27px}
.plan-content>small,.plan-content>a,.gateway-grid article>b{color:var(--accent);font-size:9px;font-weight:1000;letter-spacing:.14em}
.plan-content h3{margin:7px 0 17px;font-family:"Arial Narrow","Arial Black",sans-serif;font-size:29px;line-height:1;text-transform:uppercase}
.yield-box{display:grid;gap:3px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.018)}
.yield-box span,.range span{color:#7f8b7f;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.yield-box strong{color:var(--accent);font-size:15px}
.plan-content p{min-height:58px;margin:16px 0;color:#a8b3a6;font-size:12px}
.range{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.range>div:last-child{text-align:right}
.range strong{display:block;margin-top:3px;color:#f5f7ff;font-size:11px;word-break:break-word}
.plan-content>a{display:flex;align-items:center;justify-content:space-between;padding-top:15px;border-top:1px solid rgba(255,255,255,.08)}

.feature-grid{
  position:relative;
  display:grid;
  grid-template-columns:.76fr 1.24fr;
  min-height:650px;
  overflow:hidden;
  border:1px solid var(--line-strong);
  background:linear-gradient(145deg,#12203b,#070d08);
  box-shadow:var(--shadow);
}
.feature-copy{z-index:3;padding:70px 58px;display:flex;flex-direction:column;justify-content:center}
.feature-copy h2{font-size:clamp(48px,4.7vw,72px)}
.feature-copy>p{font-size:14px}
.feature-art{position:relative;overflow:hidden;background:#060c07}
.feature-art img{width:100%;height:650px;object-fit:cover}
.feature-art:after,.affiliate-art:after,.creator-main:after,.auth-art:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 45%,rgba(3,7,4,.86) 100%);
}
.mini-features{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 28px}
.mini-features b{padding:9px 11px;border:1px solid var(--line);background:rgba(79,225,255,.045);font-size:8px;letter-spacing:.11em}
.output-screen{
  position:absolute;
  z-index:3;
  left:22px;
  right:22px;
  bottom:22px;
  padding:18px;
  border:1px solid var(--line-strong);
  background:rgba(3,8,4,.9);
  box-shadow:inset 0 0 32px rgba(79,225,255,.04);
}
.output-screen strong{display:block;margin-top:5px;color:var(--green);font-family:Consolas,monospace;font-size:31px}

.gateway-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.gateway-grid article{
  position:relative;
  min-height:270px;
  overflow:hidden;
  padding:34px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 88% 12%,rgba(255,107,51,.13),transparent 26%),
    linear-gradient(145deg,#111d13,#09100a);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.gateway-grid article:nth-child(2){background:radial-gradient(circle at 88% 12%,rgba(79,225,255,.14),transparent 26%),linear-gradient(145deg,#111d13,#09100a)}
.gateway-grid article:after{content:"";position:absolute;right:-45px;bottom:-55px;width:180px;height:180px;border:1px solid rgba(255,255,255,.05);transform:rotate(45deg)}
.gateway-badge{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  color:#100803;
  background:linear-gradient(135deg,#ff945a,var(--orange));
  font-family:"Arial Black",sans-serif;
  font-size:15px;
  box-shadow:0 0 28px rgba(255,107,51,.2);
  clip-path:polygon(0 0,75% 0,100% 25%,100% 100%,25% 100%,0 75%);
}
.gateway-badge.pk{color:#071006;background:linear-gradient(135deg,#dcff45,var(--green));box-shadow:0 0 28px rgba(79,225,255,.2)}
.gateway-grid h3{margin:18px 0 7px;font-family:"Arial Black",sans-serif;font-size:31px}
.gateway-grid p{max-width:560px;color:#aab4a8}
.coin-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:9px;margin-top:18px}
.coin-item{
  position:relative;
  min-height:76px;
  padding:13px 12px;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  align-items:center;
  overflow:hidden;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#0d180f,#081009);
  box-shadow:inset 0 0 24px rgba(79,225,255,.018);
}
.coin-item:before{
  content:"";
  position:absolute;
  left:-18px;
  top:-35px;
  width:100px;
  height:100px;
  border:1px solid rgba(79,225,255,.08);
  border-radius:50%;
}
.coin-item img{position:relative;z-index:1;width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(79,225,255,.12))}
.coin-item>div{position:relative;z-index:1;display:grid;min-width:0}
.coin-item b{font-size:12px}
.coin-item small{overflow:hidden;color:#7e897d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.coin-item em{position:absolute;right:8px;top:7px;padding:3px 5px;border:1px solid rgba(79,225,255,.22);color:var(--green);font-size:6px;font-style:normal;font-weight:900;letter-spacing:.07em}
.coin-item em.faucetpay{border-color:rgba(255,107,51,.28);color:#ff9c71}

.affiliate-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.affiliate-art,.creator-main,.auth-art{position:relative;overflow:hidden;border:1px solid var(--line-strong);background:#081126;box-shadow:var(--shadow)}
.affiliate-art{min-height:610px}
.affiliate-art img{width:100%;height:610px;object-fit:cover}
.affiliate-art>div,.creator-main>div,.auth-art>div{position:absolute;z-index:3;left:32px;right:32px;bottom:32px}
.affiliate-art h3,.creator-main h3{max-width:560px;margin:0 0 22px;font-family:"Arial Narrow","Arial Black",sans-serif;font-size:42px;line-height:.92}
.level-stack{display:grid;gap:10px}
.level-stack>div{
  position:relative;
  min-height:114px;
  overflow:hidden;
  padding:19px 22px 18px 82px;
  display:grid;
  align-content:center;
  border:1px solid var(--line);
  background:linear-gradient(110deg,#112016,#0a120c);
}
.level-stack>div:before{
  content:counter(level);
  counter-increment:level;
  position:absolute;
  left:18px;
  top:50%;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid var(--green);
  border-radius:50%;
  color:var(--green);
  transform:translateY(-50%);
  font-family:Consolas,monospace;
  font-weight:900;
}
.level-stack{counter-reset:level}
.level-stack>div:after{content:"";position:absolute;right:-60px;top:-65px;width:180px;height:180px;border:1px solid rgba(79,225,255,.08);transform:rotate(45deg)}
.level-stack span{color:var(--orange);font-size:8px;font-weight:1000;letter-spacing:.14em}
.level-stack strong{color:var(--green);font-size:30px;line-height:1.1}
.level-stack small{color:#899587;font-size:9px}

.creator-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.creator-main{min-height:620px}
.creator-main img{width:100%;height:620px;object-fit:cover}
.platform-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.platform-card{
  position:relative;
  min-height:305px;
  overflow:hidden;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#142319,#09100a);
  transition:transform .2s ease,border-color .2s ease;
}
.platform-card:before{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:190px;
  height:190px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
}
.platform-card:hover{z-index:2;border-color:var(--line-strong);transform:translateY(-3px)}
.platform-card.youtube{border-top:3px solid #ff0033;background:radial-gradient(circle at 20% 15%,rgba(255,0,51,.12),transparent 35%),linear-gradient(145deg,#142319,#09100a)}
.platform-card.telegram{border-top:3px solid #229ed9;background:radial-gradient(circle at 20% 15%,rgba(34,158,217,.12),transparent 35%),linear-gradient(145deg,#142319,#09100a)}
.platform-card.tiktok{border-top:3px solid #25f4ee;background:radial-gradient(circle at 20% 15%,rgba(37,244,238,.1),transparent 35%),linear-gradient(145deg,#142319,#09100a)}
.platform-card.instagram{border-top:3px solid #ff0169;background:radial-gradient(circle at 20% 15%,rgba(255,1,105,.11),transparent 35%),linear-gradient(145deg,#142319,#09100a)}
.platform-card img{position:relative;z-index:1;width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(0,0,0,.35))}
.platform-card>span{position:relative;z-index:1;display:grid;font-family:"Arial Black",sans-serif;font-size:21px}
.platform-card small{margin-top:4px;color:var(--green);font-family:"Segoe UI",sans-serif;font-size:9px;letter-spacing:.11em}

.ledger-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ledger-panel{
  min-height:330px;
  overflow:hidden;
  border:1px solid var(--line);
  border-top:4px solid var(--green);
  background:linear-gradient(150deg,#12203b,#081009);
  box-shadow:0 18px 46px rgba(0,0,0,.25);
}
.ledger-panel.withdraw-ledger{border-top-color:var(--orange)}
.ledger-panel>header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:86px;padding:17px 20px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.015)}
.ledger-panel>header>b{padding:5px 8px;border:1px solid var(--line-strong);color:var(--green);font-size:7px;letter-spacing:.11em}
.withdraw-ledger>header>b{border-color:rgba(255,107,51,.32);color:#ff9c71}
.ledger-title{display:flex;align-items:center;gap:12px}
.ledger-title>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--green);font-size:20px;box-shadow:inset 0 0 22px rgba(79,225,255,.06)}
.withdraw-ledger .ledger-title>span{border-color:rgba(255,107,51,.34);color:#ff9c71}
.ledger-title small{display:block;color:#758173;font-size:7px;font-weight:900;letter-spacing:.13em}
.ledger-title h3{margin:2px 0 0;font-family:"Arial Black",sans-serif;font-size:16px}
.ledger-empty{min-height:240px;padding:35px 22px;display:grid;place-items:center;align-content:center;text-align:center}
.ledger-empty>span{width:60px;height:60px;display:grid;place-items:center;margin-bottom:15px;border:1px dashed var(--line-strong);border-radius:50%;color:var(--green);font-size:24px}
.withdraw-ledger .ledger-empty>span{border-color:rgba(255,107,51,.36);color:#ff9c71}
.ledger-empty strong{font-size:11px;letter-spacing:.08em}
.ledger-empty p{max-width:330px;margin:7px 0 0;color:#7e8a7c;font-size:10px}
.ledger-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.075);transition:background .2s ease}
.ledger-row:hover{background:rgba(79,225,255,.022)}
.ledger-coin{width:46px;height:46px;padding:5px;display:grid;place-items:center;border:1px solid var(--line);background:#081126}
.ledger-coin img{width:35px;height:35px;object-fit:contain}
.ledger-coin.crypto img{width:39px;height:39px}
.ledger-info{display:grid;min-width:0}
.ledger-info>div{display:flex;align-items:center;gap:8px;min-width:0}
.ledger-info b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.ledger-info>div>span{padding:3px 5px;border:1px solid rgba(79,225,255,.24);color:var(--green);font-size:6px;font-weight:900;letter-spacing:.08em}
.withdraw-ledger .ledger-info>div>span{border-color:rgba(255,107,51,.3);color:#ff9c71}
.ledger-info small,.ledger-info time{overflow:hidden;color:#7d897c;font-size:7px;text-overflow:ellipsis;white-space:nowrap}
.ledger-info time{margin-top:2px;color:#5e6a5d}
.ledger-amount{display:grid;text-align:right}
.ledger-amount strong{color:var(--green);font-family:Consolas,monospace;font-size:11px;white-space:nowrap}
.withdraw-ledger .ledger-amount strong{color:#ff9c71}
.ledger-amount small{color:#6f7b6d;font-size:7px;font-weight:900;letter-spacing:.1em}

.faq-list{display:grid;gap:9px;margin-bottom:20px}
.faq-list details{
  overflow:hidden;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#101c12,#081009);
  transition:border-color .2s ease;
}
.faq-list details[open]{border-color:var(--line-strong)}
.faq-list summary{padding:19px 22px;cursor:pointer;list-style:none;font-size:13px;font-weight:900}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";float:right;color:var(--green);font-size:21px;line-height:1}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{margin:0;padding:0 22px 20px;color:#aab5a8;font-size:13px}
.faq-list.large details{border-left:3px solid var(--green)}
.faq-list.large summary{padding:23px 26px;font-size:16px}

.site-footer{position:relative;padding:60px 0 25px;border-top:1px solid var(--line);background:linear-gradient(180deg,#081126,#050816)}
.site-footer:before{content:"";position:absolute;left:0;right:0;top:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:.5}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:44px}
.footer-grid p{max-width:420px;color:#8e9a8c;font-size:12px}
.footer-grid h4{margin:4px 0 7px;color:var(--green);font-size:9px;letter-spacing:.15em}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}
.footer-grid a,.footer-grid>div:not(:first-child)>span{color:#a8b2a5;font-size:11px}
.status-dot{color:var(--green);font-size:9px;font-weight:1000;letter-spacing:.11em}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:21px;border-top:1px solid var(--line);color:#627061;font-size:8px;letter-spacing:.12em}

.auth-section{min-height:calc(100vh - 86px);display:flex;align-items:center}
.auth-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.16fr .84fr;
  min-height:740px;
  overflow:hidden;
  border:1px solid var(--line-strong);
  background:linear-gradient(145deg,#12203b,#070d08);
  box-shadow:var(--shadow),var(--glow);
  clip-path:polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
}
.auth-art{min-height:740px;border:0;box-shadow:none}
.auth-art img{width:100%;height:740px;object-fit:cover;object-position:center}
.auth-art:after{background:linear-gradient(180deg,rgba(3,7,4,.05) 30%,rgba(3,7,4,.95) 100%)}
.auth-art span{color:var(--orange);font-size:9px;font-weight:1000;letter-spacing:.16em}
.auth-art h1{max-width:650px;margin:11px 0;font-family:"Arial Narrow","Arial Black",sans-serif;font-size:54px;line-height:.91}
.auth-art p{max-width:470px;color:#c4cec0}
.auth-card{
  position:relative;
  align-self:center;
  margin:34px;
  padding:38px;
  border:1px solid var(--line-strong);
  background:rgba(6,12,7,.94);
  box-shadow:0 24px 60px rgba(0,0,0,.5),inset 0 0 45px rgba(79,225,255,.025);
}
.auth-card:before{content:"";position:absolute;left:0;top:0;width:120px;height:4px;background:var(--green);box-shadow:0 0 20px var(--green)}
.auth-card>small{color:var(--green);font-size:9px;font-weight:1000;letter-spacing:.15em}
.auth-card h2{margin:9px 0 24px;font-family:"Arial Black",sans-serif;font-size:34px}
.auth-card form,.form-panel form{display:grid;gap:15px}
.auth-points{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:17px}
.auth-points span{padding:9px;border:1px solid var(--line);color:#8f9b8e;font-size:8px;text-align:center}
.auth-switch{text-align:center;color:#8e9a8c;font-size:11px}
.auth-switch a{color:var(--green);font-weight:950}
label{display:grid;gap:7px;color:#bdc8ba;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
label small{color:#7f8c7d;font-weight:400}
input,select,textarea{
  width:100%;
  min-height:48px;
  padding:12px 14px;
  outline:none;
  border:1px solid rgba(79,225,255,.2);
  border-left:3px solid rgba(79,225,255,.36);
  border-radius:0;
  background:#060c07;
  color:#f4f8ee;
}
textarea{min-height:110px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(79,225,255,.06),inset 0 0 20px rgba(79,225,255,.025)}
.captcha-box{display:grid;grid-template-columns:1fr auto 84px;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);background:linear-gradient(110deg,rgba(79,225,255,.07),transparent)}
.captcha-box span{color:#8b9889;font-size:8px}
.captcha-box strong{color:var(--green);font-family:Consolas,monospace;font-size:21px}
.captcha-box input{text-align:center}

.simple-hero{padding:108px 0 42px}
.simple-hero>div{padding:44px;border:1px solid var(--line);border-left:5px solid var(--green);background:linear-gradient(120deg,#12203b,#081009);box-shadow:var(--shadow)}
.simple-hero h1{max-width:960px;font-size:clamp(48px,5.4vw,78px)}
.legal-copy{padding:40px;border:1px solid var(--line);background:linear-gradient(145deg,#101c12,#081009);color:#a8b4a6}
.legal-copy h2{color:#fff}

.dashboard-section{padding-top:32px}
.dash-nav{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:18px;border:1px solid var(--line);background:#081126;box-shadow:0 14px 35px rgba(0,0,0,.25)}
.dash-nav a{position:relative;padding:16px 9px;text-align:center;border-right:1px solid var(--line);color:#a7b2a4;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.dash-nav a:last-child{border-right:0}
.dash-nav a span{margin-right:6px;color:var(--green)}
.dash-nav a.active,.dash-nav a:hover{background:linear-gradient(135deg,var(--green),#6def3f);color:#061006}
.dash-nav a.active span,.dash-nav a:hover span{color:#061006}
.dashboard-hero{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:220px;
  overflow:hidden;
  margin-bottom:16px;
  padding:38px 42px;
  border:1px solid var(--line-strong);
  background:
    radial-gradient(circle at 88% 50%,rgba(79,225,255,.16),transparent 24%),
    linear-gradient(125deg,#122217,#081009);
  box-shadow:var(--shadow);
  clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,22px 100%,0 calc(100% - 22px));
}
.dashboard-hero h1{font-size:clamp(38px,4vw,60px)}
.dashboard-hero p{margin:12px 0 0}
.dashboard-hero img{width:160px;height:160px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(79,225,255,.32))}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}
.metric-grid article{
  position:relative;
  min-height:122px;
  overflow:hidden;
  padding:21px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#112016,#081009);
  box-shadow:0 15px 35px rgba(0,0,0,.23);
}
.metric-grid article:after{content:"";position:absolute;right:-35px;bottom:-35px;width:90px;height:90px;border:1px solid rgba(79,225,255,.08);transform:rotate(45deg)}
.metric-grid span{display:block;color:#849182;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.metric-grid strong{display:block;margin-top:9px;color:var(--green);font-family:Consolas,"Segoe UI",sans-serif;font-size:22px;word-break:break-word}
.metric-grid small{color:#8b9889}
.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.dash-panel{
  padding:24px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#12203b,#081009);
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.dash-panel h2{margin:0 0 18px;font-family:"Arial Black",sans-serif;font-size:19px}
.panel-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px;border-bottom:1px solid var(--line)}
.panel-title a{color:var(--green);font-size:10px;font-weight:950}
.investment-list{display:grid;gap:9px}
.investment-list article{display:grid;grid-template-columns:96px 1fr auto;gap:15px;align-items:center;padding:9px;border:1px solid var(--line);background:rgba(255,255,255,.012)}
.investment-list img{width:96px;height:76px;object-fit:cover}
.investment-list div{display:grid}
.investment-list span{font-weight:900}
.investment-list strong{color:var(--green)}
.investment-list small{color:#839080;font-size:9px}
.investment-list>b{color:var(--green);font-size:8px}
.transaction-list{display:grid}
.transaction-list>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.075)}
.transaction-list span{font-size:10px;font-weight:800}
.transaction-list small{display:block;color:#7f8c7d}
.transaction-list strong{color:var(--green);font-size:11px}
.empty-state{padding:38px;text-align:center;border:1px dashed var(--line-strong);background:rgba(79,225,255,.025);color:#8c988a}
.balance-callout{margin-bottom:17px;padding:20px;border:1px solid var(--line);border-left:4px solid var(--green);background:rgba(79,225,255,.045)}
.balance-callout span{color:#849182;font-size:9px}
.balance-callout strong{display:block;color:var(--green);font-family:Consolas,monospace;font-size:28px}
.rule-list{display:grid;gap:9px}
.rule-list>div{display:grid;grid-template-columns:46px 1fr;gap:13px;padding:16px;border:1px solid var(--line);background:rgba(255,255,255,.012)}
.rule-list b{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--green);color:var(--green);font-family:Consolas,monospace}
.rule-list span{color:#9ba699;font-size:11px}
.form-note{padding:11px;border:1px solid var(--line);background:#060c07;color:#889585;font-size:10px}
.currency-preview{min-height:78px;padding:13px 15px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;border:1px solid var(--line-strong);border-left:3px solid var(--green);background:linear-gradient(110deg,rgba(79,225,255,.07),rgba(6,12,7,.94))}
.currency-preview img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(79,225,255,.14))}
.currency-preview>div{display:grid;min-width:0}
.currency-preview small{color:#778474;font-size:7px;font-weight:900;letter-spacing:.13em}
.currency-preview strong{margin-top:2px;font-size:13px}
.currency-preview span{overflow:hidden;color:#8c988a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.history-panel{margin-top:16px}
.table-wrap{overflow:auto}
table{width:100%;min-width:720px;border-collapse:collapse}
th,td{padding:13px 11px;border-bottom:1px solid rgba(255,255,255,.075);text-align:left;vertical-align:middle;font-size:10px}
th{background:#060c07;color:#778475;font-size:8px;letter-spacing:.11em;text-transform:uppercase}
tr:hover td{background:rgba(79,225,255,.018)}
td small{display:block;color:#7f8c7d}
.status{display:inline-flex;padding:5px 8px;border:1px solid var(--line);font-size:8px;font-weight:1000}
.status.paid,.status.active,.status.approved{background:#142719;color:var(--green)}
.status.pending,.status.processing{background:#2a230e;color:#ffd56e}
.status.rejected,.status.blocked,.status.failed,.status.cancelled{background:#2b1216;color:#ff969e}
.ref-link-box{margin-bottom:16px;padding:22px;border:1px solid var(--line);background:linear-gradient(145deg,#12203b,#081009)}
.ref-link-box>span{display:block;margin-bottom:10px;color:var(--green);font-size:9px;font-weight:900}
.ref-link-box>div{display:flex}
.ref-link-box input{flex:1}
.ref-link-box button{flex:0 0 auto}
.checkout-section{min-height:76vh;display:flex;align-items:center}
.checkout-card{padding:54px;text-align:center;border:1px solid var(--line-strong);border-top:5px solid var(--green);background:linear-gradient(145deg,#111e13,#081126);box-shadow:var(--shadow),var(--glow)}
.checkout-card img{width:130px;height:130px;object-fit:contain;margin:0 auto 18px;filter:drop-shadow(0 0 22px rgba(79,225,255,.28))}
.checkout-card>span{color:var(--green);font-size:9px;font-weight:900;letter-spacing:.14em}
.checkout-card h1{font-family:"Arial Black",sans-serif;font-size:48px;line-height:.95}
.checkout-card p{color:#9aa697}
.registration-closed-card{border-top-color:#ff5964}
.registration-closed-card>span{color:#ff969e}
.registration-closed-card .button-row{justify-content:center;margin-top:26px}
.checkout-card form{margin:25px 0}
.checkout-card>a{color:#8d998a;font-size:11px}

@keyframes corePulse{0%,100%{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}

@media(max-width:1180px){
  .header-inner{gap:18px}
  .main-nav{display:none;position:absolute;top:86px;left:0;right:0;flex-wrap:wrap;margin:0;padding:15px 24px;border-bottom:1px solid var(--line);background:#081126}
  .main-nav.open{display:flex}
  .main-nav a{padding:10px 4px}
  .menu-toggle{display:block;margin-left:auto}
  .header-actions .link-button{display:none}
  .hero-grid{grid-template-columns:1fr;min-height:unset}
  .hero-copy{padding:55px 48px}
  .hero-copy:after{inset:0;background:linear-gradient(180deg,#0a130c 0%,rgba(10,19,12,.95) 86%,transparent)}
  .hero-art img{height:600px}
  .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feature-grid,.affiliate-grid,.creator-grid,.auth-grid{grid-template-columns:1fr}
  .feature-art img{height:580px}
  .platform-cards>div{min-height:220px}
  .auth-art,.auth-art img{min-height:600px;height:600px}
  .auth-card{width:min(680px,calc(100% - 50px));margin:34px auto}
  .footer-grid{grid-template-columns:2fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2}
  .dash-grid{grid-template-columns:1fr}
  .metric-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:820px){
  .container{width:min(100% - 28px,var(--container))}
  .section-shell{padding:58px 0}
  .section-heading{grid-template-columns:1fr;gap:22px}
  .section-heading p{max-width:640px}
  .hero-copy{padding:44px 28px}
  .hero h1{font-size:clamp(48px,12vw,70px)}
  .hero-art img{height:480px}
  .plans-grid{grid-template-columns:1fr}
  .plan-image{height:360px}
  .gateway-grid,.ledger-grid{grid-template-columns:1fr}
  .creator-main,.creator-main img,.affiliate-art,.affiliate-art img{min-height:500px;height:500px}
  .feature-copy{padding:48px 30px}
  .feature-art img{height:500px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:last-child{grid-column:auto}
  .auth-grid{clip-path:none}
  .auth-art,.auth-art img{min-height:520px;height:520px}
  .auth-art h1{font-size:44px}
  .dash-nav{grid-template-columns:repeat(3,1fr)}
  .dashboard-hero{padding:30px}
  .dashboard-hero img{width:110px;height:110px}
}

@media(max-width:560px){
  .container{width:min(100% - 20px,var(--container))}
  .header-inner{height:70px}
  .site-header .brand span{font-size:13px}
  .brand img{width:40px;height:40px}
  .main-nav{top:70px;gap:8px;padding:12px 16px}
  .language-switcher{display:none}
  .primary-button.small{padding:0 12px;font-size:9px}
  .hero{padding-top:24px}
  .hero-grid{clip-path:none}
  .hero-copy{padding:36px 20px}
  .hero h1,.section-heading h2,.feature-copy h2,.simple-hero h1{font-size:39px}
  .hero-stats{grid-template-columns:1fr 1fr}
  .hero-stats>div{min-height:70px;padding:12px}
  .hero-stats strong{font-size:17px}
  .hero-art img{height:390px}
  .live-chip{left:14px;right:14px;bottom:14px;min-width:0}
  .plan-image{height:300px}
  .feature-art img{height:400px}
  .output-screen{left:13px;right:13px;bottom:13px}
  .output-screen strong{font-size:21px}
  .gateway-grid article{padding:25px}
  .affiliate-art,.affiliate-art img,.creator-main,.creator-main img{min-height:420px;height:420px}
  .affiliate-art>div,.creator-main>div,.auth-art>div{left:20px;right:20px;bottom:20px}
  .affiliate-art h3,.creator-main h3{font-size:32px}
  .platform-cards{grid-template-columns:1fr}
  .platform-cards>div{min-height:190px}
  .platform-card img{width:66px;height:66px}
  .ledger-panel>header{padding:14px}
  .ledger-panel>header>b{display:none}
  .ledger-row{grid-template-columns:42px minmax(0,1fr);padding:13px}
  .ledger-coin{width:42px;height:42px}
  .ledger-coin img{width:32px;height:32px}
  .ledger-amount{grid-column:2;text-align:left}
  .currency-preview{grid-template-columns:42px 1fr;padding:11px}
  .currency-preview img{width:42px;height:42px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:grid;gap:8px}
  .auth-art,.auth-art img{min-height:430px;height:430px}
  .auth-card{width:calc(100% - 24px);margin:12px auto 24px;padding:25px 19px}
  .auth-points{grid-template-columns:1fr}
  .captcha-box{grid-template-columns:1fr 80px}
  .captcha-box span{grid-column:1/-1}
  .dash-nav{grid-template-columns:repeat(2,1fr)}
  .metric-grid{grid-template-columns:1fr}
  .dashboard-hero{padding:25px 20px}
  .dashboard-hero h1{font-size:33px}
  .dashboard-hero img{width:76px;height:76px}
  .investment-list article{grid-template-columns:72px 1fr}
  .investment-list img{width:72px;height:66px}
  .investment-list>b{display:none}
  .ref-link-box>div{display:grid}
  .checkout-card{padding:34px 18px}
  .checkout-card h1{font-size:34px}
  .flash-stack{top:82px;right:10px;width:calc(100% - 20px)}
}

/* CLYVEXA · route balance console and private support chat */
.free-plan-card{border-color:rgba(50,255,220,.36);box-shadow:0 22px 70px rgba(38,255,215,.07)}
.free-plan-card .plan-image:after{background:linear-gradient(transparent 35%,rgba(1,14,10,.96))}
.free-plan-card .plan-image>b,.free-plan-card .yield-box strong{color:#37ffe0}
.free-plan-card .plan-content>a{background:linear-gradient(90deg,#3bffe0,#a9ff34);color:#05110b}
.plan-features{display:grid;gap:7px;margin:16px 0}.plan-features span{border:1px solid rgba(53,255,224,.16);background:rgba(53,255,224,.035);padding:8px 10px;color:#83e8d7;font-size:8px;font-weight:900}
.investment-list article.route-plan{border-color:rgba(53,255,224,.25);background:linear-gradient(90deg,rgba(53,255,224,.06),transparent)}
.investment-list article.route-plan b,.investment-list article.route-plan strong{color:#39ffe1}
.transaction-list strong.positive{color:var(--green)}.transaction-list strong.negative{color:#ff7582}
.deposit-command-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}
.deposit-console{border-color:rgba(158,255,48,.26)}
.deposit-console .panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px}
.deposit-console .panel-title h2{margin:0}
.live-price-badge{display:inline-flex;padding:8px 11px;border:1px solid rgba(53,255,224,.28);background:rgba(53,255,224,.055);color:#35ffe0;font-size:8px;font-weight:950;letter-spacing:.07em}
.deposit-console label>small{display:block;color:#748a78;font-size:8px;margin-top:6px}
.deposit-quote-panel{min-height:110px;border:1px solid rgba(53,255,224,.24);background:radial-gradient(circle at 80% 50%,rgba(53,255,224,.1),transparent 27%),linear-gradient(105deg,#09142a,#0b2017);padding:18px;margin:15px 0;display:grid;align-content:center;gap:6px;position:relative;overflow:hidden}
.deposit-quote-panel:after{content:"";position:absolute;width:120px;height:120px;border:1px solid rgba(53,255,224,.12);transform:rotate(45deg);right:-55px;top:-25px}
.deposit-quote-panel span{font-size:8px;color:#35ffe0;font-weight:950;letter-spacing:.12em}.deposit-quote-panel strong{font-size:25px;color:#fff}.deposit-quote-panel small{font-size:8px;color:#738a79}
.payment-rules-visual{background:radial-gradient(circle at 90% 10%,rgba(154,255,47,.08),transparent 25%),var(--panel)}
.coin-table-label{display:inline-flex;align-items:center;gap:8px}.coin-table-label img{width:26px;height:26px;object-fit:contain}
.status.open{color:var(--green);border-color:rgba(163,255,46,.3)}.status.closed{color:#ff7c89;border-color:rgba(255,83,103,.3)}
.support-hero{min-height:230px}.support-hero>.chat-orb{margin-left:auto;margin-right:20px;flex:0 0 130px}
.chat-orb{width:130px;height:130px;border:1px solid rgba(161,255,48,.35);border-radius:50%;display:grid;place-items:center;position:relative;box-shadow:inset 0 0 60px rgba(161,255,48,.08),0 0 60px rgba(161,255,48,.08)}
.chat-orb:before,.chat-orb:after{content:"";position:absolute;inset:14px;border:1px dashed rgba(161,255,48,.25);border-radius:50%;animation:spin 13s linear infinite}.chat-orb:after{inset:29px;animation-direction:reverse}.chat-orb b{font-size:22px;color:var(--green)}.chat-orb span{position:absolute;bottom:-24px;font-size:8px;color:var(--green)}@keyframes spin{to{transform:rotate(360deg)}}
.user-chat-shell{display:grid;grid-template-columns:320px minmax(0,1fr);border:1px solid var(--line);background:#07100b;min-height:680px}
.chat-profile-panel{border-right:1px solid var(--line);padding:22px;background:radial-gradient(circle at 25% 10%,rgba(160,255,46,.09),transparent 24%),linear-gradient(180deg,#0b1810,#061009)}
.chat-profile-head{display:flex;align-items:center;gap:13px;padding-bottom:20px;border-bottom:1px solid var(--line)}.chat-profile-head img{width:66px;height:66px;object-fit:contain;border:1px solid rgba(160,255,46,.22);padding:7px;background:#07100b}.chat-profile-head div{display:grid;gap:4px}.chat-profile-head small{color:var(--green);font-size:8px}.chat-profile-head strong{font-size:16px}.chat-profile-head span{font-size:8px;color:#738677}
.chat-signal{display:grid;grid-template-columns:10px 1fr auto;gap:9px;align-items:center;padding:13px;border:1px solid rgba(160,255,46,.13);margin:17px 0;background:#07100b}.chat-signal i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}.chat-signal span,.chat-signal b{font-size:8px}.chat-signal b{color:var(--green)}
.rule-list.compact>div{grid-template-columns:34px 1fr;min-height:58px}
.chat-conversation-panel{display:flex;flex-direction:column;min-width:0;background:radial-gradient(circle at 50% 40%,rgba(156,255,45,.025),transparent 45%),#050d08}.chat-conversation-panel>header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:17px 20px;border-bottom:1px solid var(--line);background:rgba(10,22,14,.88)}.chat-conversation-panel>header small{font-size:8px;color:var(--green)}.chat-conversation-panel>header h2{margin:5px 0 0;font-size:20px}
.chat-messages{flex:1;min-height:420px;max-height:570px;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:15px;scroll-behavior:smooth}
.chat-message{display:flex;gap:10px;max-width:min(78%,760px)}.chat-message.from-user{align-self:flex-end;flex-direction:row-reverse}.chat-avatar{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid rgba(160,255,46,.25);background:#102018;color:var(--green);font-size:9px;font-weight:950}
.chat-bubble{border:1px solid rgba(160,255,46,.15);background:#0c1911;padding:12px 14px;min-width:180px}.from-user .chat-bubble{border-color:rgba(53,255,224,.22);background:linear-gradient(135deg,rgba(53,255,224,.07),#0a1811)}.chat-bubble>div{display:flex;justify-content:space-between;gap:20px;margin-bottom:7px}.chat-bubble b{font-size:8px;color:var(--green)}.from-user .chat-bubble b{color:#35ffe0}.chat-bubble time{font-size:8px;color:#607263}.chat-bubble p{margin:0;color:#d6e3d4;font-size:11px;line-height:1.65;word-break:break-word}
.chat-composer{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;padding:16px;border-top:1px solid var(--line);background:#08130d}.chat-composer>div{display:grid;gap:7px}.chat-composer span{font-size:8px;color:var(--green);font-weight:950}.chat-composer textarea{min-height:74px;margin:0}.chat-composer button{height:74px}.chat-empty{margin:auto;text-align:center;display:grid;place-items:center;padding:35px}.chat-empty img{width:74px;height:74px}.chat-empty strong{margin:14px 0 7px}.chat-empty p{max-width:420px;color:var(--muted)}

@media(max-width:980px){.deposit-command-grid{grid-template-columns:1fr}.user-chat-shell{grid-template-columns:1fr}.chat-profile-panel{border-right:0;border-bottom:1px solid var(--line)}}
@media(max-width:700px){.deposit-console .panel-title{display:grid}.support-hero>.chat-orb{display:none}.chat-message{max-width:95%}.chat-composer{grid-template-columns:1fr}.chat-composer button{height:48px}.user-chat-shell{min-height:0}.chat-messages{min-height:500px}.form-two{grid-template-columns:1fr}}
.chat-bubble p{white-space:pre-wrap}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* V3.3 · cinematic Full HD homepage */
body.homepage-body{
  --container:1680px;
  background-color:#020805;
  background-image:
    linear-gradient(180deg,rgba(2,8,5,.9) 0%,rgba(2,8,5,.78) 22%,rgba(2,8,5,.88) 58%,rgba(2,8,5,.96) 100%),
    linear-gradient(90deg,rgba(2,8,5,.76),rgba(2,8,5,.38) 48%,rgba(2,8,5,.7)),
    url("../img/fhd/site-ambient-bg.jpg");
  background-position:center top;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.homepage-body:before{
  background:
    radial-gradient(circle at 82% 13%,rgba(100,255,179,.1),transparent 24%),
    radial-gradient(circle at 14% 52%,rgba(124,94,255,.065),transparent 25%),
    linear-gradient(118deg,transparent 0 68%,rgba(79,225,255,.025) 68% 75%,transparent 75%);
}
.homepage-body .noise{
  opacity:.34;
  background-size:56px 56px,56px 56px,17px 17px;
}
.homepage-body main{position:relative}
.homepage-body .section-shell{padding:104px 0}

.homepage-body .site-header{
  padding:10px 0;
  background:linear-gradient(180deg,rgba(3,12,8,.94),rgba(3,10,7,.84));
  border-bottom:1px solid rgba(172,255,96,.18);
  box-shadow:0 20px 70px rgba(0,0,0,.36);
  backdrop-filter:blur(26px) saturate(1.2);
}
.homepage-body .site-header:after{
  left:7%;
  right:7%;
  bottom:0;
  background:linear-gradient(90deg,transparent,#8dff50 25%,#41f5d0 72%,transparent);
  opacity:.58;
}
.homepage-body .header-inner{height:82px;gap:18px}
.homepage-body .brand{
  min-height:60px;
  padding:7px 18px 7px 8px;
  border:1px solid rgba(180,255,88,.15);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(172,255,86,.075),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.homepage-body .brand img{width:48px;height:48px}
.homepage-body .brand span{font-size:18px;letter-spacing:.075em}
.homepage-body .main-nav{
  gap:3px;
  padding:5px;
  border:1px solid rgba(180,255,88,.13);
  border-radius:16px;
  background:rgba(2,10,6,.62);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.homepage-body .main-nav a{
  padding:12px 13px;
  border-radius:11px;
  color:#aebcac;
  font-size:10px;
  letter-spacing:.11em;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.homepage-body .main-nav a:after{display:none}
.homepage-body .main-nav a:hover,.homepage-body .main-nav a.active{
  color:#f8fff4;
  background:linear-gradient(135deg,rgba(173,255,80,.13),rgba(58,242,206,.055));
  transform:translateY(-1px);
}
.homepage-body .header-actions{gap:8px}
.homepage-body .language-switcher>button,
.homepage-body .link-button,
.homepage-body .registration-closed-pill,
.homepage-body .primary-button.small{
  min-height:46px;
  border-radius:13px;
}
.homepage-body .primary-button,
.homepage-body .secondary-button,
.homepage-body .danger-button{
  min-height:54px;
  border-radius:15px;
  clip-path:none;
  padding-inline:27px;
}

.homepage-body .hero{padding-top:38px;padding-bottom:92px}
.homepage-body .hero-grid{
  min-height:730px;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  border-color:rgba(161,255,105,.28);
  border-radius:34px;
  clip-path:none;
  background:
    radial-gradient(circle at 16% 16%,rgba(79,225,255,.1),transparent 31%),
    linear-gradient(130deg,rgba(11,27,17,.97),rgba(4,12,8,.91));
  box-shadow:0 40px 110px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.025),0 0 70px rgba(69,255,193,.055);
}
.homepage-body .hero-grid:before,
.homepage-body .feature-grid:before{
  left:34px;
  top:0;
  width:260px;
  height:3px;
  background:linear-gradient(90deg,transparent,#9bff40,#46f4cf,transparent);
  box-shadow:0 0 28px rgba(118,255,123,.55);
}
.homepage-body .hero-copy{padding:76px 40px 62px 70px}
.homepage-body .hero-copy:after{
  inset:0 -190px 0 0;
  background:linear-gradient(90deg,#07150e 0%,rgba(7,21,14,.98) 58%,rgba(7,21,14,.68) 78%,transparent 100%);
}
.homepage-body .eyebrow{
  padding:10px 15px;
  border:1px solid rgba(176,255,87,.2);
  border-left:3px solid var(--green);
  border-radius:11px;
  background:linear-gradient(90deg,rgba(79,225,255,.1),rgba(41,227,194,.035));
}
.homepage-body .hero h1{
  max-width:760px;
  font-size:clamp(64px,5.05vw,96px);
  line-height:.92;
  letter-spacing:-.045em;
}
.homepage-body .hero-copy>p{max-width:670px;font-size:15px;line-height:1.75}
.homepage-body .hero-tags{gap:9px}
.homepage-body .hero-tags span,
.homepage-body .mini-features b{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(147,255,89,.055);
}
.homepage-body .hero-stats{gap:11px;max-width:650px}
.homepage-body .hero-stats>div{
  min-height:88px;
  padding:17px 18px;
  border-color:rgba(176,255,95,.15);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(165,255,83,.075),rgba(49,233,199,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.homepage-body .hero-stats>div:before{top:14px;bottom:14px;border-radius:99px}
.homepage-body .hero-stats strong{font-size:23px}
.homepage-body .hero-art{border-radius:0 33px 33px 0}
.homepage-body .hero-art img{height:730px}
.homepage-body .hero-art:after{
  background:
    linear-gradient(90deg,rgba(6,18,12,.75),transparent 35%),
    linear-gradient(180deg,transparent 52%,rgba(2,8,5,.88));
}
.homepage-body .panel-cut{clip-path:none}
.homepage-body .live-chip,
.homepage-body .output-screen{
  border-color:rgba(155,255,103,.3);
  border-radius:17px;
  background:rgba(3,13,8,.83);
  box-shadow:0 20px 55px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.04);
}

.homepage-body .section-heading{margin-bottom:44px}
.homepage-body .section-heading h2{font-size:clamp(52px,4.45vw,80px);line-height:.92}
.homepage-body .section-heading p{
  padding:18px 0 18px 22px;
  border-left-color:#46f4cf;
  border-radius:0 16px 16px 0;
  background:linear-gradient(90deg,rgba(67,244,204,.055),transparent);
  font-size:14px;
}
.homepage-body .plans-section:before,
.homepage-body .creator-home:before{
  inset:7% 0 auto;
  height:84%;
  background:linear-gradient(90deg,transparent,rgba(88,255,178,.035),rgba(143,95,255,.025),transparent);
}
.homepage-body .plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.homepage-body .plan-card{
  --accent:#a7ff42;
  min-height:650px;
  display:flex;
  flex-direction:column;
  border-color:rgba(179,255,102,.17);
  border-radius:26px;
  clip-path:none;
  background:
    radial-gradient(circle at 90% 8%,rgba(79,225,255,.075),transparent 24%),
    linear-gradient(155deg,rgba(16,36,23,.96),rgba(5,15,10,.94));
  box-shadow:0 28px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.035);
}
.homepage-body .plan-card:nth-child(1){--accent:#42f4d1}
.homepage-body .plan-card:nth-child(2){--accent:#a7ff42}
.homepage-body .plan-card:nth-child(3){--accent:#e4a454}
.homepage-body .plan-card:nth-child(4){--accent:#aeeeff}
.homepage-body .plan-card:nth-child(5){--accent:#ffd45a}
.homepage-body .plan-card:nth-child(6){--accent:#70e8ff}
.homepage-body .plan-card:nth-child(7){--accent:#b0ff42}
.homepage-body .plan-card:nth-child(8){--accent:#a985ff}
.homepage-body .plan-card:nth-child(9){--accent:#ffe067}
.homepage-body .plan-card:before{
  left:24px;
  width:calc(100% - 48px);
  height:3px;
  background:linear-gradient(90deg,transparent,var(--accent),transparent);
}
.homepage-body .plan-card:hover{
  transform:translateY(-9px);
  border-color:var(--accent);
  box-shadow:0 38px 90px rgba(0,0,0,.55),0 0 42px rgba(92,255,167,.075);
}
.homepage-body .plan-image{height:295px;border-bottom:1px solid rgba(255,255,255,.055)}
.homepage-body .plan-image span{
  top:19px;
  left:19px;
  padding:8px 11px;
  border-radius:10px;
  backdrop-filter:blur(12px);
}
.homepage-body .plan-image b{
  top:18px;
  right:18px;
  width:64px;
  height:64px;
  border-radius:18px;
  background:rgba(3,12,8,.82);
  backdrop-filter:blur(12px);
}
.homepage-body .plan-content{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:29px 28px 30px;
}
.homepage-body .plan-content h3{font-size:31px}
.homepage-body .yield-box{
  padding:14px 15px;
  border-radius:13px;
  background:linear-gradient(135deg,rgba(255,255,255,.025),rgba(120,255,190,.02));
}
.homepage-body .plan-content p{min-height:64px;font-size:12.5px;line-height:1.7}
.homepage-body .range{gap:12px}
.homepage-body .range>div{
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:11px;
  background:rgba(255,255,255,.018);
}
.homepage-body .plan-content>a{
  min-height:48px;
  margin-top:auto;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:13px;
  background:linear-gradient(90deg,rgba(255,255,255,.025),rgba(79,225,255,.05));
}
.homepage-body .plan-features{gap:8px}
.homepage-body .plan-features span{padding:9px 11px;border-radius:10px}
.homepage-body .free-plan-card{
  border-color:rgba(66,244,209,.34);
  box-shadow:0 28px 80px rgba(18,213,178,.08),inset 0 1px 0 rgba(255,255,255,.04);
}

.homepage-body .feature-grid,
.homepage-body .affiliate-art,
.homepage-body .creator-main,
.homepage-body .gateway-grid article,
.homepage-body .platform-card,
.homepage-body .ledger-panel,
.homepage-body .faq-list details,
.homepage-body .coin-item,
.homepage-body .level-stack>div{
  border-color:rgba(172,255,108,.15);
  box-shadow:0 26px 70px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.025);
}
.homepage-body .feature-grid{
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(15,35,23,.95),rgba(4,14,9,.94));
}
.homepage-body .feature-art{border-radius:0 29px 29px 0}
.homepage-body .gateway-grid{gap:24px}
.homepage-body .gateway-grid article{border-radius:24px;background-color:rgba(8,23,14,.9)}
.homepage-body .gateway-badge{border-radius:16px;clip-path:none}
.homepage-body .coin-strip{gap:12px;margin-top:24px}
.homepage-body .coin-item{min-height:84px;border-radius:16px;background:rgba(7,21,13,.86)}
.homepage-body .affiliate-grid,.homepage-body .creator-grid,.homepage-body .ledger-grid{gap:24px}
.homepage-body .affiliate-art,.homepage-body .creator-main{border-radius:28px}
.homepage-body .level-stack{gap:13px}
.homepage-body .level-stack>div{border-radius:18px;background:linear-gradient(110deg,rgba(16,37,23,.94),rgba(5,16,10,.92))}
.homepage-body .platform-cards{gap:13px}
.homepage-body .platform-card{border-radius:21px}
.homepage-body .ledger-panel{border-top-width:1px;border-radius:24px;background:linear-gradient(150deg,rgba(15,34,22,.95),rgba(5,15,10,.92))}
.homepage-body .ledger-panel:before{
  content:"";
  display:block;
  height:3px;
  margin:0 24px;
  background:linear-gradient(90deg,transparent,var(--green),transparent);
}
.homepage-body .withdraw-ledger:before{background:linear-gradient(90deg,transparent,var(--orange),transparent)}
.homepage-body .ledger-panel>header{padding:21px 24px;background:rgba(255,255,255,.02)}
.homepage-body .ledger-row{padding:16px 22px}
.homepage-body .ledger-coin{border-radius:13px}
.homepage-body .faq-list{gap:12px}
.homepage-body .faq-list details{border-radius:16px;background:linear-gradient(145deg,rgba(14,31,20,.94),rgba(5,15,10,.92))}
.homepage-body .faq-list summary{padding:21px 24px}
.homepage-body .site-footer{
  background:linear-gradient(180deg,rgba(5,16,10,.94),#020705);
  backdrop-filter:blur(18px);
}

@media(min-width:1700px){
  .homepage-body .header-inner{height:88px}
  .homepage-body .main-nav a{padding:13px 16px;font-size:10.5px}
  .homepage-body .hero-grid,.homepage-body .hero-art img{min-height:760px;height:760px}
  .homepage-body .hero-copy{padding-left:82px}
  .homepage-body .plan-image{height:320px}
  .homepage-body .plan-card{min-height:688px}
}

@media(max-width:1280px){
  .homepage-body .header-inner{height:78px}
  .homepage-body .main-nav{top:98px;left:24px;right:24px;padding:13px;gap:8px;border-radius:0 0 18px 18px;background:rgba(3,13,8,.98)}
  .homepage-body .main-nav a{padding:12px 14px}
  .homepage-body .hero-grid{grid-template-columns:1fr;min-height:unset}
  .homepage-body .hero-copy{padding:64px 52px}
  .homepage-body .hero-copy:after{inset:0;background:linear-gradient(180deg,#07150e 0%,rgba(7,21,14,.97) 88%,transparent)}
  .homepage-body .hero-art{border-radius:0 0 33px 33px}
  .homepage-body .hero-art img{height:620px}
  .homepage-body .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  body.homepage-body{background-attachment:scroll;background-position:center top}
  .homepage-body .section-shell{padding:72px 0}
  .homepage-body .site-header{padding:6px 0}
  .homepage-body .header-inner{height:72px}
  .homepage-body .brand{min-height:54px;padding-right:13px}
  .homepage-body .brand span{font-size:15px}
  .homepage-body .main-nav{top:84px;left:14px;right:14px}
  .homepage-body .hero{padding-top:22px}
  .homepage-body .hero-grid{border-radius:24px}
  .homepage-body .hero-copy{padding:48px 28px}
  .homepage-body .hero h1{font-size:clamp(48px,12vw,70px)}
  .homepage-body .hero-art{border-radius:0 0 23px 23px}
  .homepage-body .hero-art img{height:490px}
  .homepage-body .plans-grid{grid-template-columns:1fr}
  .homepage-body .plan-card{min-height:0}
  .homepage-body .plan-image{height:390px}
  .homepage-body .feature-art{border-radius:0 0 29px 29px}
}

@media(max-width:560px){
  .homepage-body .site-header{padding:4px 0}
  .homepage-body .header-inner{height:66px;gap:8px}
  .homepage-body .brand{min-height:48px;padding:4px 10px 4px 4px;border-radius:14px}
  .homepage-body .brand img{width:40px;height:40px}
  .homepage-body .brand span{font-size:12px}
  .homepage-body .main-nav{top:74px}
  .homepage-body .hero-copy{padding:38px 20px}
  .homepage-body .hero-art img{height:390px}
  .homepage-body .hero-stats{grid-template-columns:1fr}
  .homepage-body .plan-image{height:310px}
  .homepage-body .plan-content{padding:24px 20px 25px}
  .homepage-body .section-heading h2{font-size:40px}
}

/* V3.3.1 · visible FHD environment, access controls and security seals */
body.homepage-body{
  background-image:
    linear-gradient(180deg,rgba(2,8,5,.5) 0%,rgba(2,8,5,.54) 28%,rgba(2,8,5,.66) 67%,rgba(2,8,5,.82) 100%),
    linear-gradient(90deg,rgba(2,8,5,.5),rgba(2,8,5,.16) 51%,rgba(2,8,5,.42)),
    url("../img/fhd/site-ambient-bg.jpg");
}
.homepage-body:before{
  opacity:.62;
  background:
    radial-gradient(circle at 82% 13%,rgba(100,255,179,.075),transparent 24%),
    radial-gradient(circle at 14% 52%,rgba(124,94,255,.05),transparent 25%);
}
.homepage-body .hero{padding-bottom:28px}
.homepage-body .hero-grid{min-height:920px}
.homepage-body .hero-copy{padding:64px 42px 54px 70px}
.homepage-body .hero h1{
  max-width:740px;
  font-size:clamp(58px,4.35vw,82px);
  line-height:.9;
}
.homepage-body .hero-copy>p{margin:20px 0 22px}
.homepage-body .hero-art img{height:920px}
.homepage-body .hero-access{
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(220px,1fr);
  gap:12px;
  max-width:650px;
}
.homepage-body .hero-plans-link{grid-column:1/-1;width:max-content;margin-top:4px}
.homepage-body .hero-action{
  position:relative;
  min-height:76px;
  padding:10px 15px 10px 11px;
  display:grid;
  grid-template-columns:50px 1fr auto;
  gap:11px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(175,255,91,.32);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.homepage-body .hero-action:before{
  content:"";
  position:absolute;
  inset:-60% auto -60% -35%;
  width:28%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transform:rotate(16deg);
  transition:left .55s ease;
}
.homepage-body .hero-action:hover:before{left:112%}
.homepage-body .hero-action:hover{transform:translateY(-4px)}
.homepage-body .hero-register{
  color:#071107;
  background:linear-gradient(135deg,#d9ff49 0%,#aaff35 48%,#55ef78 100%);
  box-shadow:0 20px 48px rgba(123,255,68,.22),0 0 28px rgba(165,255,64,.12);
}
.homepage-body .hero-register:hover{box-shadow:0 25px 58px rgba(123,255,68,.32),0 0 42px rgba(165,255,64,.2)}
.homepage-body .hero-login{
  color:#effff6;
  border-color:rgba(67,244,207,.38);
  background:linear-gradient(135deg,rgba(26,75,56,.9),rgba(5,28,20,.9));
  box-shadow:0 20px 48px rgba(0,0,0,.34),0 0 28px rgba(50,243,199,.08);
  backdrop-filter:blur(16px);
}
.homepage-body .hero-login:hover{border-color:#45f4ce;box-shadow:0 25px 58px rgba(0,0,0,.42),0 0 38px rgba(50,243,199,.16)}
.homepage-body .hero-action i{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  background:rgba(255,255,255,.12);
}
.homepage-body .hero-login i{background:rgba(52,244,202,.07)}
.homepage-body .hero-action svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.homepage-body .hero-action span{display:grid;line-height:1.1}
.homepage-body .hero-action span b{font-size:11px;font-style:normal;letter-spacing:.075em}
.homepage-body .hero-action span small{margin-top:6px;font-size:7px;font-weight:900;letter-spacing:.1em;opacity:.67}
.homepage-body .hero-action em{font-size:20px;font-style:normal;font-weight:900}
.homepage-body .hero-tags{margin-top:15px}
.homepage-body .hero-stats{margin-top:17px}

.homepage-body .security-seals{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
  margin-top:0;
  margin-bottom:8px;
}
.homepage-body .security-seals:before{
  content:"SECURITY NETWORK · FHD VERIFIED INTERFACE";
  position:absolute;
  left:28px;
  top:-12px;
  z-index:3;
  padding:5px 10px;
  border:1px solid rgba(70,244,205,.28);
  border-radius:999px;
  background:#04110b;
  color:#45f4cd;
  font-size:7px;
  font-weight:1000;
  letter-spacing:.14em;
}
.homepage-body .security-seal{
  position:relative;
  min-height:126px;
  padding:22px 16px 17px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:13px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(166,255,92,.2);
  border-radius:21px;
  background:
    radial-gradient(circle at 10% 20%,rgba(69,244,205,.11),transparent 30%),
    linear-gradient(145deg,rgba(12,37,24,.95),rgba(4,17,11,.94));
  box-shadow:0 22px 60px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.035);
}
.homepage-body .security-seal:after{
  content:"";
  position:absolute;
  right:-45px;
  bottom:-62px;
  width:140px;
  height:140px;
  border:1px solid rgba(70,244,205,.1);
  border-radius:50%;
}
.homepage-body .security-seal-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(71,244,206,.34);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(71,244,206,.12),rgba(170,255,57,.05));
  color:#50f5d1;
  box-shadow:inset 0 0 25px rgba(70,244,205,.06),0 0 24px rgba(70,244,205,.07);
}
.homepage-body .security-seal-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.homepage-body .security-seal>div:nth-child(2){display:grid;min-width:0}
.homepage-body .security-seal span{color:#7c9585;font-size:7px;font-weight:1000;letter-spacing:.12em}
.homepage-body .security-seal strong{margin-top:4px;color:#f4fff7;font-size:11px;letter-spacing:.045em}
.homepage-body .security-seal small{margin-top:4px;color:#89a394;font-size:8px;line-height:1.45}
.homepage-body .security-seal>b{
  position:absolute;
  top:10px;
  right:11px;
  padding:4px 7px;
  border:1px solid rgba(170,255,57,.22);
  border-radius:999px;
  color:#b6ff42;
  background:rgba(170,255,57,.035);
  font-size:6px;
  letter-spacing:.1em;
}

.homepage-body .section-heading{
  position:relative;
  min-height:240px;
  padding:38px 42px;
  overflow:hidden;
  align-items:center;
  border:1px solid rgba(164,255,95,.23);
  border-radius:28px;
  background-color:#06130d;
  background-position:center;
  background-size:cover;
  box-shadow:0 30px 80px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.035);
}
.homepage-body .section-heading:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,14,9,.98) 0%,rgba(3,14,9,.91) 43%,rgba(3,14,9,.6) 68%,rgba(3,14,9,.35) 100%),
    linear-gradient(180deg,rgba(3,14,9,.18),rgba(3,14,9,.74));
}
.homepage-body .section-heading:after{
  content:"";
  position:absolute;
  left:42px;
  right:42px;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,transparent,#aaff3e 25%,#45f4ce 72%,transparent);
  box-shadow:0 0 24px rgba(106,255,135,.32);
}
.homepage-body .section-heading>*{position:relative;z-index:2}
.homepage-body .section-heading>div{align-self:center}
.homepage-body .section-heading h2{
  max-width:900px;
  font-size:clamp(48px,4.1vw,74px);
  text-shadow:0 12px 32px rgba(0,0,0,.72);
}
.homepage-body .section-heading span{
  width:max-content;
  padding:7px 11px;
  border:1px solid rgba(170,255,57,.28);
  border-radius:999px;
  background:rgba(7,25,15,.72);
  backdrop-filter:blur(10px);
}
.homepage-body .section-heading>p{
  justify-self:end;
  max-width:520px;
  margin:0;
  padding:17px 19px;
  border:1px solid rgba(67,244,206,.2);
  border-left:3px solid #45f4ce;
  border-radius:16px;
  background:rgba(3,15,9,.72);
  box-shadow:0 16px 38px rgba(0,0,0,.24);
  backdrop-filter:blur(14px);
}
.homepage-body .plans-section .section-heading{
  background-image:url("../img/fhd/plans/plan-5.png");
  background-position:center 43%;
}
.homepage-body #payments .section-heading{
  background-image:url("../img/fhd/hero-command-center.png");
  background-position:center 45%;
}
.homepage-body .affiliate-home .section-heading{
  background-image:url("../img/fhd/affiliate-network.png");
  background-position:center 41%;
}
.homepage-body .creator-home .section-heading{
  background-image:url("../img/fhd/creator-studio.png");
  background-position:center 48%;
}
.homepage-body .activity-section .section-heading{
  background-image:url("../img/fhd/engine-core.png");
  background-position:center 50%;
}
.homepage-body .faq-preview .section-heading{
  background-image:url("../img/fhd/login-vault.png");
  background-position:center 45%;
}

@media(max-width:1280px){
  .homepage-body .hero-grid{min-height:0}
  .homepage-body .hero-art img{height:620px}
  .homepage-body .security-seals{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  .homepage-body .hero-access{grid-template-columns:1fr}
  .homepage-body .hero-plans-link{grid-column:1}
  .homepage-body .hero-art img{height:490px}
  .homepage-body .security-seals{grid-template-columns:1fr}
  .homepage-body .section-heading{min-height:300px;padding:30px 26px;grid-template-columns:1fr;gap:20px}
  .homepage-body .section-heading:after{left:26px;right:26px}
  .homepage-body .section-heading>p{justify-self:start}
}

@media(max-width:560px){
  .homepage-body .hero h1{font-size:48px}
  .homepage-body .hero-action{grid-template-columns:46px 1fr auto;min-height:70px}
  .homepage-body .hero-action i{width:46px;height:46px}
  .homepage-body .hero-art img{height:390px}
  .homepage-body .security-seal{min-height:118px}
  .homepage-body .section-heading{min-height:290px;padding:26px 20px;border-radius:21px}
  .homepage-body .section-heading:after{left:20px;right:20px}
  .homepage-body .section-heading h2{font-size:38px}
}

/* V3.3.2 · requested hero visibility correction */
.homepage-body .hero-grid{
  height:auto!important;
  min-height:920px;
}
.homepage-body .hero-copy{overflow:visible}
.homepage-body .hero-art{min-height:920px}
.homepage-body .hero-art img{
  height:100%!important;
  min-height:920px;
}
.homepage-body .hero-stats{margin-bottom:8px}

@media(max-width:1280px){
  .homepage-body .hero-grid{min-height:0}
  .homepage-body .hero-art{min-height:620px}
  .homepage-body .hero-art img{height:620px!important;min-height:620px}
}

@media(max-width:820px){
  .homepage-body .hero-art{min-height:490px}
  .homepage-body .hero-art img{height:490px!important;min-height:490px}
}

@media(max-width:560px){
  .homepage-body .hero-art{min-height:390px}
  .homepage-body .hero-art img{height:390px!important;min-height:390px}
}

/* V3.4.0 · cinematic FHD login and registration only */
.auth-section{
  min-height:calc(100vh - 86px);
  padding:58px 0 66px;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(2,10,7,.72),rgba(2,10,7,.38) 52%,rgba(2,10,7,.67)),
    linear-gradient(180deg,rgba(2,8,5,.38),rgba(2,8,5,.72)),
    url("../img/fhd/site-ambient-bg.jpg") center/cover no-repeat;
}
.auth-section:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 42%,rgba(178,255,55,.14),transparent 28%),
    radial-gradient(circle at 79% 26%,rgba(54,243,203,.12),transparent 25%),
    linear-gradient(115deg,transparent 0 59%,rgba(172,255,56,.045) 59% 69%,transparent 69%);
}
.auth-section:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.38;
  background-image:
    linear-gradient(rgba(113,255,183,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(113,255,183,.055) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(90deg,transparent,black 28%,black 72%,transparent);
}
.auth-section .auth-grid{
  width:min(1480px,calc(100% - 64px));
  min-height:800px;
  grid-template-columns:minmax(0,1.08fr) minmax(470px,.92fr);
  overflow:hidden;
  border:1px solid rgba(170,255,69,.3);
  border-radius:34px;
  clip-path:none;
  background:
    radial-gradient(circle at 72% 14%,rgba(67,244,205,.08),transparent 28%),
    linear-gradient(135deg,rgba(7,27,17,.84),rgba(2,12,8,.91));
  box-shadow:
    0 48px 130px rgba(0,0,0,.7),
    0 0 0 1px rgba(255,255,255,.025),
    0 0 80px rgba(121,255,79,.09),
    inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(18px);
}
.auth-section.auth-register .auth-grid{min-height:860px}
.auth-section .auth-grid:before{
  left:42px;
  width:310px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,transparent,#b8ff35,#42f3ce,transparent);
  box-shadow:0 0 32px rgba(111,255,143,.65);
}
.auth-section .auth-grid:after{
  content:"";
  position:absolute;
  z-index:8;
  top:22px;
  right:24px;
  width:74px;
  height:18px;
  pointer-events:none;
  border-top:2px solid rgba(69,244,205,.58);
  border-right:2px solid rgba(69,244,205,.58);
  border-radius:0 13px 0 0;
  filter:drop-shadow(0 0 8px rgba(69,244,205,.42));
}
.auth-section .auth-art{
  min-height:800px;
  overflow:hidden;
  border:0;
  border-radius:33px 0 0 33px;
  background:#06110b;
  box-shadow:none;
}
.auth-section.auth-register .auth-art{min-height:860px}
.auth-section .auth-art img{
  width:100%;
  height:100%;
  min-height:800px;
  object-fit:cover;
  object-position:center;
  filter:saturate(1.09) contrast(1.06);
  transform:scale(1.012);
  transition:transform .8s ease,filter .5s ease;
}
.auth-section.auth-register .auth-art img{min-height:860px}
.auth-section .auth-grid:hover .auth-art img{
  transform:scale(1.035);
  filter:saturate(1.16) contrast(1.08);
}
.auth-section .auth-art:before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(2,10,7,.12),transparent 50%,rgba(2,10,7,.2)),
    linear-gradient(180deg,transparent 46%,rgba(2,9,6,.94) 100%);
}
.auth-section .auth-art:after{
  z-index:2;
  background:
    linear-gradient(90deg,transparent 58%,rgba(2,10,7,.35)),
    linear-gradient(180deg,rgba(2,8,5,.04) 34%,rgba(2,8,5,.94) 100%);
}
.auth-section .auth-art>div{
  left:38px;
  right:38px;
  bottom:38px;
  padding:27px 29px;
  overflow:hidden;
  border:1px solid rgba(175,255,74,.22);
  border-left:3px solid #aaff38;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(3,17,10,.88),rgba(4,21,14,.61));
  box-shadow:0 22px 58px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.045);
  backdrop-filter:blur(15px);
}
.auth-section .auth-art>div:after{
  content:"";
  position:absolute;
  right:-42px;
  top:-70px;
  width:170px;
  height:170px;
  border:1px solid rgba(68,244,204,.15);
  border-radius:50%;
  box-shadow:0 0 45px rgba(68,244,204,.04);
}
.auth-section .auth-art span{
  color:#b7ff34;
  font-size:9px;
  letter-spacing:.2em;
}
.auth-section .auth-art h1{
  max-width:650px;
  margin:12px 0 11px;
  font-size:clamp(46px,3.5vw,66px);
  line-height:.88;
  letter-spacing:-.045em;
  text-shadow:0 14px 30px rgba(0,0,0,.75);
}
.auth-section .auth-art p{
  max-width:520px;
  margin:0;
  color:#b9cbbf;
  font-size:13px;
}
.auth-section .auth-card{
  position:relative;
  z-index:5;
  align-self:center;
  margin:30px;
  padding:39px 38px 32px;
  overflow:hidden;
  border:1px solid rgba(172,255,71,.28);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0,rgba(68,244,204,.1),transparent 34%),
    linear-gradient(145deg,rgba(9,30,19,.94),rgba(3,16,10,.97));
  box-shadow:
    0 32px 86px rgba(0,0,0,.55),
    0 0 38px rgba(143,255,73,.06),
    inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter:blur(22px);
}
.auth-section .auth-card:before{
  left:28px;
  top:0;
  width:160px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#b9ff34,#45f3ce,transparent);
  box-shadow:0 0 24px rgba(129,255,102,.55);
}
.auth-section .auth-card:after{
  content:"TLS 256 · SECURE NODE";
  position:absolute;
  top:20px;
  right:22px;
  padding:5px 8px;
  border:1px solid rgba(69,244,205,.2);
  border-radius:999px;
  color:#67e8cd;
  background:rgba(69,244,205,.035);
  font-size:6px;
  font-weight:1000;
  letter-spacing:.12em;
}
.auth-section .auth-card>small{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 10px;
  border:1px solid rgba(183,255,48,.22);
  border-radius:999px;
  color:#bcff3e;
  background:rgba(183,255,48,.045);
  font-size:8px;
}
.auth-section .auth-card>small:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#aaff37;
  box-shadow:0 0 11px #aaff37;
}
.auth-section .auth-card h2{
  position:relative;
  margin:15px 0 28px;
  padding-bottom:17px;
  font-size:clamp(36px,2.8vw,48px);
  line-height:1;
  letter-spacing:-.045em;
}
.auth-section .auth-card h2:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:82px;
  height:2px;
  background:linear-gradient(90deg,#aaff38,#45f3ce,transparent);
  box-shadow:0 0 14px rgba(126,255,112,.45);
}
.auth-section .auth-card form{gap:13px}
.auth-section.auth-register .auth-card form{
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:12px;
}
.auth-section.auth-register .auth-card form>label:nth-of-type(5),
.auth-section.auth-register .auth-card .captcha-box,
.auth-section.auth-register .auth-card form>.primary-button{
  grid-column:1/-1;
}
.auth-section .auth-card label{
  gap:8px;
  color:#c6d6ca;
  font-size:9px;
  letter-spacing:.095em;
}
.auth-section .auth-card input{
  min-height:54px;
  padding:13px 15px;
  border:1px solid rgba(164,255,85,.2);
  border-left:1px solid rgba(164,255,85,.2);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(3,14,9,.88),rgba(4,20,13,.92));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 0 22px rgba(82,235,180,.018);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.auth-section .auth-card input:hover{border-color:rgba(174,255,84,.38)}
.auth-section .auth-card input:focus{
  border-color:#7bf69f;
  box-shadow:0 0 0 3px rgba(74,244,197,.07),0 0 24px rgba(74,244,197,.08),inset 0 0 22px rgba(82,235,180,.025);
}
.auth-section .captcha-box{
  min-height:70px;
  padding:10px 11px 10px 15px;
  border:1px solid rgba(69,244,205,.2);
  border-radius:15px;
  background:
    radial-gradient(circle at 87% 50%,rgba(183,255,48,.08),transparent 27%),
    linear-gradient(120deg,rgba(69,244,205,.045),rgba(183,255,48,.035));
}
.auth-section .captcha-box span{
  color:#8da296;
  font-size:7px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.auth-section .captcha-box strong{
  color:#b8ff36;
  font-size:20px;
  text-shadow:0 0 15px rgba(183,255,48,.3);
}
.auth-section .captcha-box input{
  min-height:48px;
  border-color:rgba(183,255,48,.26);
  border-radius:11px;
}
.auth-section .auth-card .primary-button{
  min-height:58px;
  margin-top:2px;
  border:1px solid rgba(219,255,122,.6);
  border-radius:15px;
  clip-path:none;
  background:linear-gradient(135deg,#dcff4b 0%,#aaff35 48%,#55ef78 100%);
  box-shadow:0 18px 42px rgba(126,255,76,.18),0 0 25px rgba(126,255,76,.12);
}
.auth-section .auth-card .primary-button:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 52px rgba(126,255,76,.29),0 0 36px rgba(126,255,76,.19);
}
.auth-section .auth-points{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:18px;
}
.auth-section .auth-points span{
  position:relative;
  min-height:52px;
  padding:11px 9px 9px 29px;
  display:flex;
  align-items:center;
  border:1px solid rgba(145,255,91,.14);
  border-radius:12px;
  color:#91a69a;
  background:rgba(255,255,255,.015);
  font-size:7px;
  line-height:1.35;
  text-align:left;
}
.auth-section .auth-points span:before{
  content:"✓";
  position:absolute;
  left:10px;
  width:13px;
  height:13px;
  display:grid;
  place-items:center;
  border:1px solid rgba(70,244,204,.3);
  border-radius:50%;
  color:#4bf2ce;
  font-size:8px;
  box-shadow:0 0 12px rgba(70,244,204,.08);
}
.auth-section .auth-switch{
  margin:17px 0 0;
  color:#8da094;
}
.auth-section .auth-switch a{
  color:#b7ff36;
  text-shadow:0 0 12px rgba(183,255,54,.2);
}

@media(max-width:1180px){
  .auth-section{padding:42px 0 58px;background-attachment:scroll}
  .auth-section .auth-grid{
    width:min(920px,calc(100% - 40px));
    min-height:0;
    grid-template-columns:1fr;
  }
  .auth-section.auth-register .auth-grid{min-height:0}
  .auth-section .auth-art,
  .auth-section.auth-register .auth-art{min-height:560px;border-radius:33px 33px 0 0}
  .auth-section .auth-art img,
  .auth-section.auth-register .auth-art img{height:560px;min-height:560px}
  .auth-section .auth-card{width:min(720px,calc(100% - 56px));margin:34px auto 40px}
}

@media(max-width:820px){
  .auth-section{padding:28px 0 42px}
  .auth-section .auth-grid{width:min(100% - 28px,760px);border-radius:25px}
  .auth-section .auth-art,
  .auth-section.auth-register .auth-art{min-height:470px;border-radius:24px 24px 0 0}
  .auth-section .auth-art img,
  .auth-section.auth-register .auth-art img{height:470px;min-height:470px}
  .auth-section .auth-art>div{left:24px;right:24px;bottom:24px;padding:22px}
  .auth-section .auth-art h1{font-size:44px}
  .auth-section .auth-card{width:calc(100% - 36px);margin:22px auto 30px;padding:34px 28px 28px}
  .auth-section.auth-register .auth-card form{grid-template-columns:1fr}
  .auth-section.auth-register .auth-card form>label:nth-of-type(5),
  .auth-section.auth-register .auth-card .captcha-box,
  .auth-section.auth-register .auth-card form>.primary-button{grid-column:1}
}

@media(max-width:560px){
  .auth-section{padding:18px 0 30px}
  .auth-section .auth-grid{width:calc(100% - 20px);border-radius:20px}
  .auth-section .auth-grid:after{display:none}
  .auth-section .auth-art,
  .auth-section.auth-register .auth-art{min-height:390px;border-radius:19px 19px 0 0}
  .auth-section .auth-art img,
  .auth-section.auth-register .auth-art img{height:390px;min-height:390px}
  .auth-section .auth-art>div{left:15px;right:15px;bottom:15px;padding:18px;border-radius:16px}
  .auth-section .auth-art h1{font-size:36px}
  .auth-section .auth-art p{font-size:11px}
  .auth-section .auth-card{width:calc(100% - 20px);margin:14px auto 22px;padding:29px 18px 23px;border-radius:19px}
  .auth-section .auth-card:after{display:none}
  .auth-section .auth-card h2{font-size:34px}
  .auth-section .auth-points{grid-template-columns:1fr}
  .auth-section .auth-points span{min-height:44px}
}

/* V3.5.0 · complete cinematic FHD user command center */
.dashboard-section{
  position:relative;
  min-height:calc(100vh - 86px);
  padding:38px 0 110px;
  isolation:isolate;
  background:
    linear-gradient(180deg,rgba(2,9,6,.64),rgba(2,9,6,.78)),
    linear-gradient(90deg,rgba(2,9,6,.66),rgba(2,9,6,.3) 52%,rgba(2,9,6,.64)),
    url("../img/fhd/site-ambient-bg.jpg") center top/cover fixed;
}
.dashboard-section:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.5;
  background:
    radial-gradient(circle at 84% 12%,rgba(63,244,202,.13),transparent 23%),
    radial-gradient(circle at 12% 36%,rgba(180,255,54,.1),transparent 25%),
    linear-gradient(rgba(82,255,184,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(82,255,184,.04) 1px,transparent 1px);
  background-size:auto,auto,52px 52px,52px 52px;
  mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.72) 82%,transparent);
}
.dashboard-section>.container{
  position:relative;
  z-index:1;
  width:min(1600px,calc(100% - 52px));
}

.dashboard-section .dash-nav{
  position:relative;
  z-index:9;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
  margin-bottom:18px;
  padding:10px;
  overflow:hidden;
  border:1px solid rgba(164,255,91,.22);
  border-radius:22px;
  background:
    radial-gradient(circle at 50% 0,rgba(65,244,202,.07),transparent 38%),
    linear-gradient(145deg,rgba(8,27,17,.94),rgba(3,15,10,.94));
  box-shadow:0 24px 62px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}
.dashboard-section .dash-nav:before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:2px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,#aaff39 28%,#43f4ce 72%,transparent);
  box-shadow:0 0 22px rgba(93,255,156,.46);
}
.dashboard-section .dash-nav a{
  min-width:0;
  min-height:70px;
  padding:10px 7px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  overflow:hidden;
  border:1px solid rgba(154,255,88,.09);
  border-radius:14px;
  color:#9eb1a5;
  background:rgba(255,255,255,.015);
  font-size:8px;
  letter-spacing:.08em;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}
.dashboard-section .dash-nav a:before{
  content:"";
  position:absolute;
  inset:auto 20% 0;
  height:2px;
  opacity:0;
  background:linear-gradient(90deg,transparent,#43f4ce,transparent);
  transition:opacity .22s ease;
}
.dashboard-section .dash-nav a span{
  width:34px;
  height:34px;
  flex:0 0 34px;
  margin:0;
  display:grid;
  place-items:center;
  border:1px solid rgba(73,244,205,.19);
  border-radius:11px;
  color:#5af0cf;
  background:linear-gradient(145deg,rgba(73,244,205,.08),rgba(170,255,55,.035));
  font-size:15px;
  box-shadow:inset 0 0 18px rgba(73,244,205,.035);
}
.dashboard-section .dash-nav a:hover{
  z-index:2;
  transform:translateY(-2px);
  border-color:rgba(74,244,205,.28);
  color:#f4fff8;
  background:linear-gradient(145deg,rgba(25,67,48,.64),rgba(7,31,21,.82));
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.dashboard-section .dash-nav a:hover:before{opacity:1}
.dashboard-section .dash-nav a.active{
  color:#071207;
  border-color:rgba(218,255,122,.72);
  background:linear-gradient(135deg,#dcff49 0%,#aaff37 52%,#55ef79 100%);
  box-shadow:0 15px 34px rgba(123,255,71,.2),0 0 24px rgba(123,255,71,.1);
}
.dashboard-section .dash-nav a.active span{
  border-color:rgba(5,30,14,.24);
  color:#071207;
  background:rgba(255,255,255,.26);
  box-shadow:none;
}

.dashboard-section .dashboard-hero{
  position:relative;
  min-height:330px;
  margin-bottom:18px;
  padding:52px 54px;
  overflow:hidden;
  border:1px solid rgba(171,255,82,.27);
  border-radius:30px;
  clip-path:none;
  background-color:#06140d;
  background-position:center;
  background-size:cover;
  box-shadow:0 35px 95px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.05),0 0 55px rgba(104,255,113,.055);
}
.dashboard-section .dashboard-hero:before{
  left:42px;
  top:0;
  width:330px;
  height:3px;
  background:linear-gradient(90deg,transparent,#aaff3a,#47f4ce,transparent);
  box-shadow:0 0 30px rgba(107,255,143,.62);
}
.dashboard-section .dashboard-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(2,11,7,.96) 0%,rgba(2,11,7,.86) 38%,rgba(2,11,7,.38) 68%,rgba(2,11,7,.15) 100%),
    linear-gradient(180deg,rgba(2,10,7,.08),rgba(2,10,7,.7));
}
.dashboard-section .dashboard-hero>div:first-child{
  position:relative;
  z-index:3;
  max-width:830px;
}
.dashboard-section .dashboard-hero>div:first-child>span{
  display:inline-flex;
  width:max-content;
  margin:0 0 18px;
  padding:8px 12px;
  border:1px solid rgba(174,255,72,.25);
  border-left:3px solid #aaff38;
  border-radius:999px;
  color:#b9ff3c;
  background:rgba(4,20,12,.68);
  font-size:8px;
  line-height:1;
  backdrop-filter:blur(12px);
}
.dashboard-section .dashboard-hero h1{
  max-width:930px;
  font-size:clamp(48px,4.6vw,76px);
  line-height:.88;
  letter-spacing:-.05em;
  text-shadow:0 16px 36px rgba(0,0,0,.72);
}
.dashboard-section .dashboard-hero p{
  max-width:720px;
  margin:19px 0 0;
  color:#bacbc0;
  font-size:14px;
  line-height:1.7;
  text-shadow:0 4px 18px rgba(0,0,0,.78);
}
.dashboard-section .dashboard-hero>img{
  position:relative;
  z-index:3;
  width:178px;
  height:178px;
  padding:20px;
  flex:0 0 178px;
  object-fit:contain;
  border:1px solid rgba(161,255,84,.28);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(7,29,18,.74),rgba(3,17,11,.5));
  box-shadow:0 22px 55px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06),0 0 35px rgba(115,255,102,.08);
  filter:drop-shadow(0 0 17px rgba(79,225,255,.24));
  backdrop-filter:blur(15px);
}
.dashboard-section .user-hero-dashboard{
  background-image:url("../img/fhd/hero-command-center.png");
  background-position:center 48%;
}
.dashboard-section .user-hero-deposit{
  background-image:url("../img/fhd/hero-command-center.png");
  background-position:center 47%;
}
.dashboard-section .user-hero-withdraw{
  background-image:url("../img/fhd/engine-core.png");
  background-position:center 52%;
}
.dashboard-section .user-hero-affiliate{
  background-image:url("../img/fhd/affiliate-network.png");
  background-position:center 47%;
}
.dashboard-section .user-hero-creator{
  background-image:url("../img/fhd/creator-studio.png");
  background-position:center 48%;
}
.dashboard-section .user-hero-support{
  background-image:url("../img/fhd/engine-core.png");
  background-position:center 46%;
}
.dashboard-section .user-hero-account{
  background-image:url("../img/fhd/hero-command-center.png");
  background-position:center 52%;
}

.dashboard-section .metric-grid{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:13px;
  margin-bottom:18px;
}
.dashboard-section .metric-grid article{
  --metric-accent:#b5ff39;
  min-height:148px;
  padding:25px 24px 22px;
  overflow:hidden;
  border:1px solid rgba(170,255,80,.18);
  border-radius:21px;
  background:
    radial-gradient(circle at 94% 12%,color-mix(in srgb,var(--metric-accent) 13%,transparent),transparent 28%),
    linear-gradient(145deg,rgba(12,35,22,.95),rgba(3,17,10,.95));
  box-shadow:0 22px 55px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.dashboard-section .metric-grid article:nth-child(2){--metric-accent:#48f3cf}
.dashboard-section .metric-grid article:nth-child(3){--metric-accent:#9f7aff}
.dashboard-section .metric-grid article:nth-child(4){--metric-accent:#ffc447}
.dashboard-section .metric-grid article:nth-child(5){--metric-accent:#ff7a8b}
.dashboard-section .metric-grid article:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--metric-accent) 42%,transparent);
  box-shadow:0 28px 65px rgba(0,0,0,.43),0 0 32px color-mix(in srgb,var(--metric-accent) 8%,transparent);
}
.dashboard-section .metric-grid article:before{
  content:"";
  position:absolute;
  right:22px;
  top:21px;
  width:14px;
  height:14px;
  border:2px solid var(--metric-accent);
  border-radius:50%;
  box-shadow:0 0 18px var(--metric-accent),inset 0 0 8px color-mix(in srgb,var(--metric-accent) 35%,transparent);
}
.dashboard-section .metric-grid article:after{
  right:-36px;
  bottom:-55px;
  width:140px;
  height:140px;
  border:1px solid color-mix(in srgb,var(--metric-accent) 12%,transparent);
  border-radius:50%;
  transform:none;
}
.dashboard-section .metric-grid span{
  color:#89a093;
  font-size:8px;
  letter-spacing:.15em;
}
.dashboard-section .metric-grid strong{
  position:relative;
  z-index:2;
  margin-top:15px;
  color:var(--metric-accent);
  font-size:clamp(22px,1.65vw,30px);
  line-height:1.2;
  text-shadow:0 0 17px color-mix(in srgb,var(--metric-accent) 18%,transparent);
}
.dashboard-section .metric-grid small{
  position:relative;
  z-index:2;
  display:block;
  margin-top:8px;
  color:#7f9588;
  font-size:9px;
}

.dashboard-section .dash-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:17px;
  margin-bottom:17px;
}
.dashboard-section .deposit-command-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)}
.dashboard-section .dash-panel{
  position:relative;
  min-width:0;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(157,255,91,.17);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(65,244,202,.055),transparent 28%),
    linear-gradient(145deg,rgba(11,32,20,.96),rgba(3,16,10,.97));
  box-shadow:0 25px 65px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(15px);
}
.dashboard-section .dash-panel:before{
  content:"";
  position:absolute;
  left:28px;
  top:0;
  width:145px;
  height:2px;
  background:linear-gradient(90deg,#aaff39,#44f4ce,transparent);
  box-shadow:0 0 19px rgba(104,255,144,.4);
}
.dashboard-section .dash-panel h2{
  position:relative;
  margin:0 0 22px;
  padding-bottom:16px;
  color:#f3fff7;
  font-size:22px;
  line-height:1.05;
  letter-spacing:-.025em;
}
.dashboard-section .dash-panel h2:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:75px;
  height:2px;
  background:linear-gradient(90deg,#aaff39,#45f4ce,transparent);
}
.dashboard-section .panel-title{
  margin-bottom:20px;
  padding:0;
  border:0;
}
.dashboard-section .panel-title h2{margin:0}
.dashboard-section .panel-title a{
  padding:8px 11px;
  border:1px solid rgba(174,255,75,.23);
  border-radius:999px;
  color:#baff43;
  background:rgba(174,255,75,.04);
  font-size:8px;
  letter-spacing:.08em;
}
.dashboard-section .panel-title a:hover{
  border-color:rgba(69,244,205,.38);
  color:#55f2d0;
  background:rgba(69,244,205,.05);
}
.dashboard-section .empty-state{
  min-height:190px;
  padding:42px;
  display:grid;
  place-items:center;
  border:1px dashed rgba(161,255,83,.25);
  border-radius:18px;
  color:#8fa398;
  background:
    radial-gradient(circle at 50% 50%,rgba(171,255,61,.055),transparent 42%),
    rgba(255,255,255,.012);
}

.dashboard-section .investment-list{gap:11px}
.dashboard-section .investment-list article{
  grid-template-columns:118px minmax(0,1fr) auto;
  gap:17px;
  min-height:110px;
  padding:10px 14px 10px 10px;
  overflow:hidden;
  border:1px solid rgba(156,255,88,.14);
  border-radius:17px;
  background:linear-gradient(135deg,rgba(255,255,255,.026),rgba(255,255,255,.008));
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.dashboard-section .investment-list article:hover{
  transform:translateX(4px);
  border-color:rgba(90,211,255,.31);
  background:linear-gradient(135deg,rgba(174,255,68,.055),rgba(69,244,205,.016));
}
.dashboard-section .investment-list img{
  width:118px;
  height:88px;
  border-radius:13px;
  object-fit:cover;
  box-shadow:0 12px 28px rgba(0,0,0,.38);
}
.dashboard-section .investment-list span{font-size:13px;letter-spacing:.025em}
.dashboard-section .investment-list strong{margin-top:4px;font-size:13px}
.dashboard-section .investment-list small{margin-top:4px;color:#81988a;line-height:1.45}
.dashboard-section .investment-list>b{
  padding:6px 8px;
  border:1px solid rgba(172,255,74,.22);
  border-radius:999px;
  background:rgba(172,255,74,.04);
  letter-spacing:.08em;
}
.dashboard-section .investment-list article.route-plan{
  border-color:rgba(53,255,224,.24);
  background:linear-gradient(90deg,rgba(53,255,224,.065),rgba(255,255,255,.008));
}

.dashboard-section .transaction-list{gap:9px}
.dashboard-section .transaction-list>div{
  min-height:68px;
  padding:13px 15px;
  align-items:center;
  border:1px solid rgba(155,255,89,.12);
  border-radius:14px;
  background:rgba(255,255,255,.013);
  transition:border-color .2s ease,background .2s ease;
}
.dashboard-section .transaction-list>div:hover{
  border-color:rgba(70,244,205,.24);
  background:rgba(70,244,205,.025);
}
.dashboard-section .transaction-list span{font-size:10px;letter-spacing:.025em}
.dashboard-section .transaction-list small{margin-top:4px;color:#748b7d;font-size:8px}
.dashboard-section .transaction-list strong{
  padding:7px 9px;
  border-radius:9px;
  background:rgba(176,255,70,.035);
  font-family:Consolas,monospace;
  font-size:11px;
}
.dashboard-section .transaction-list strong.negative{background:rgba(255,86,104,.045)}

.dashboard-section .form-panel form{gap:16px}
.dashboard-section .form-panel label{
  gap:8px;
  color:#c0d1c5;
  font-size:9px;
  letter-spacing:.09em;
}
.dashboard-section .form-panel input,
.dashboard-section .form-panel select,
.dashboard-section .form-panel textarea,
.dashboard-section .ref-link-box input,
.dashboard-section .chat-composer textarea{
  min-height:54px;
  border:1px solid rgba(162,255,88,.19);
  border-left:1px solid rgba(162,255,88,.19);
  border-radius:13px;
  background:linear-gradient(145deg,rgba(2,13,8,.91),rgba(5,24,15,.91));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.dashboard-section .form-panel textarea{min-height:128px}
.dashboard-section .form-panel input:hover,
.dashboard-section .form-panel select:hover,
.dashboard-section .form-panel textarea:hover{border-color:rgba(171,255,76,.36)}
.dashboard-section .form-panel input:focus,
.dashboard-section .form-panel select:focus,
.dashboard-section .form-panel textarea:focus,
.dashboard-section .ref-link-box input:focus,
.dashboard-section .chat-composer textarea:focus{
  border-color:#52f2ce;
  box-shadow:0 0 0 3px rgba(68,244,205,.065),0 0 25px rgba(68,244,205,.07);
}
.dashboard-section .form-panel input:disabled{
  color:#718278;
  background:rgba(2,11,7,.72);
}
.dashboard-section .form-panel .primary-button,
.dashboard-section .ref-link-box .primary-button,
.dashboard-section .chat-composer .primary-button{
  min-height:56px;
  border-radius:14px;
  clip-path:none;
  background:linear-gradient(135deg,#dcff49,#aaff37 50%,#55ef79);
  box-shadow:0 17px 38px rgba(120,255,71,.16),0 0 25px rgba(120,255,71,.09);
}
.dashboard-section .form-panel .primary-button:hover,
.dashboard-section .ref-link-box .primary-button:hover,
.dashboard-section .chat-composer .primary-button:hover{
  transform:translateY(-3px);
  box-shadow:0 23px 48px rgba(120,255,71,.25),0 0 32px rgba(120,255,71,.14);
}
.dashboard-section .form-note{
  padding:13px 15px;
  border:1px solid rgba(68,244,205,.16);
  border-radius:12px;
  color:#87a095;
  background:rgba(68,244,205,.025);
}
.dashboard-section .balance-callout{
  position:relative;
  margin-bottom:20px;
  padding:23px 24px;
  overflow:hidden;
  border:1px solid rgba(172,255,74,.22);
  border-left:3px solid #aaff39;
  border-radius:17px;
  background:
    radial-gradient(circle at 88% 20%,rgba(70,244,205,.1),transparent 30%),
    linear-gradient(135deg,rgba(172,255,74,.065),rgba(3,18,11,.75));
}
.dashboard-section .balance-callout:after{
  content:"";
  position:absolute;
  right:-30px;
  bottom:-50px;
  width:130px;
  height:130px;
  border:1px solid rgba(70,244,205,.13);
  border-radius:50%;
}
.dashboard-section .balance-callout span{color:#87a093;letter-spacing:.12em}
.dashboard-section .balance-callout strong{
  position:relative;
  z-index:2;
  margin-top:5px;
  font-size:31px;
}

.dashboard-section .currency-preview{
  min-height:92px;
  padding:15px 17px;
  border:1px solid rgba(69,244,205,.21);
  border-left:3px solid #45f4ce;
  border-radius:16px;
  background:
    radial-gradient(circle at 90% 50%,rgba(69,244,205,.1),transparent 28%),
    linear-gradient(110deg,rgba(69,244,205,.045),rgba(3,17,10,.88));
}
.dashboard-section .currency-preview img{
  width:54px;
  height:54px;
  filter:drop-shadow(0 0 14px rgba(69,244,205,.16));
}
.dashboard-section .deposit-quote-panel{
  min-height:126px;
  margin:0;
  padding:22px;
  border:1px solid rgba(69,244,205,.25);
  border-radius:17px;
  background:
    radial-gradient(circle at 82% 45%,rgba(53,255,224,.12),transparent 28%),
    linear-gradient(105deg,rgba(5,25,16,.98),rgba(8,39,27,.9));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.dashboard-section .deposit-quote-panel:after{
  border-radius:50%;
  transform:none;
}
.dashboard-section .deposit-quote-panel strong{font-size:28px}
.dashboard-section .live-price-badge{
  padding:8px 11px;
  border-radius:999px;
  box-shadow:0 0 18px rgba(53,255,224,.055);
}

.dashboard-section .deposit-amount-control{
  margin-top:3px;
  padding:15px;
  display:grid;
  gap:10px;
  border:1px solid rgba(159,255,87,.16);
  border-radius:17px;
  background:
    radial-gradient(circle at 100% 0,rgba(169,255,76,.065),transparent 35%),
    linear-gradient(145deg,rgba(7,27,17,.88),rgba(3,16,10,.9));
  text-transform:none;
}
.dashboard-section .deposit-amount-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.dashboard-section .deposit-amount-head>[data-deposit-amount-label]{
  color:#dcebe1;
  font-size:9px;
  font-weight:950;
  letter-spacing:.08em;
}
.dashboard-section .deposit-range-buttons{
  display:grid;
  grid-template-columns:repeat(2,minmax(138px,1fr));
  gap:8px;
}
.dashboard-section .deposit-range-buttons button{
  min-width:138px;
  min-height:48px;
  padding:7px 11px;
  display:grid;
  grid-template-columns:39px minmax(0,1fr);
  align-items:center;
  gap:9px;
  overflow:hidden;
  border:1px solid rgba(69,244,205,.22);
  border-radius:13px;
  color:#eafff5;
  background:
    radial-gradient(circle at 0 50%,rgba(69,244,205,.11),transparent 48%),
    rgba(4,20,13,.88);
  cursor:pointer;
  transition:.2s ease;
}
.dashboard-section .deposit-range-buttons button:last-child{
  border-color:rgba(169,255,76,.25);
  background:
    radial-gradient(circle at 0 50%,rgba(169,255,76,.12),transparent 48%),
    rgba(5,22,12,.9);
}
.dashboard-section .deposit-range-buttons button:hover:not(:disabled){
  border-color:#45f4ce;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.2);
}
.dashboard-section .deposit-range-buttons button:last-child:hover:not(:disabled){
  border-color:#a9ff4c;
}
.dashboard-section .deposit-range-buttons button>b{
  width:39px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#06110c;
  background:#45f4ce;
  font-size:8px;
  font-weight:950;
  letter-spacing:.05em;
}
.dashboard-section .deposit-range-buttons button:last-child>b{
  background:#a9ff4c;
}
.dashboard-section .deposit-range-buttons button>small{
  min-width:0;
  overflow:hidden;
  margin:0;
  color:#b9c9bf;
  font-size:7px;
  font-weight:850;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.dashboard-section .deposit-range-buttons button:disabled{
  opacity:.42;
  cursor:not-allowed;
  filter:saturate(.35);
}
.dashboard-section .deposit-amount-control>input{
  min-height:58px;
  border-color:rgba(69,244,205,.25);
  border-radius:14px;
  font-size:16px;
  font-weight:800;
}
.dashboard-section .deposit-amount-control>[data-deposit-minimum]{
  margin:0;
  color:#8fa497;
  font-size:10px;
  line-height:1.55;
}
.dashboard-section .deposit-range-status{
  min-height:33px;
  padding:8px 11px;
  display:flex;
  align-items:center;
  border:1px solid rgba(159,255,87,.15);
  border-radius:11px;
  color:#a9ff4c;
  background:rgba(159,255,87,.045);
  font-size:7px;
  font-weight:900;
  letter-spacing:.045em;
}
.dashboard-section .deposit-range-status:empty{display:none}
.dashboard-section .deposit-range-status.invalid{
  min-height:102px;
  padding:18px 20px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  gap:16px;
  align-items:center;
  color:#ffe6eb;
  border-color:rgba(255,91,113,.48);
  background:
    radial-gradient(circle at 0 50%,rgba(255,91,113,.16),transparent 34%),
    linear-gradient(135deg,rgba(66,12,24,.72),rgba(20,7,12,.88));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 14px 35px rgba(0,0,0,.2);
  font-size:12px;
  line-height:1.6;
  letter-spacing:0;
  text-transform:none;
}
.dashboard-section .deposit-warning-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,112,132,.7);
  border-radius:15px;
  color:#fff;
  background:linear-gradient(145deg,#ff6c82,#b52845);
  box-shadow:0 0 28px rgba(255,72,103,.22);
  font-family:Arial,sans-serif;
  font-size:25px;
  font-weight:900;
}
.dashboard-section .deposit-warning-copy{
  min-width:0;
  display:grid;
  gap:5px;
}
.dashboard-section .deposit-warning-copy strong{
  color:#ff9eae;
  font-size:13px;
  font-weight:950;
  line-height:1.25;
  letter-spacing:.055em;
}
.dashboard-section .deposit-warning-copy em{
  color:#ffe8ec;
  font-size:12px;
  font-style:normal;
  font-weight:750;
  line-height:1.6;
}
.dashboard-section [data-deposit-submit]:disabled{
  opacity:.45;
  cursor:not-allowed;
  filter:grayscale(.35);
}

.dashboard-section .rule-list{gap:11px}
.dashboard-section .rule-list>div{
  grid-template-columns:52px minmax(0,1fr);
  gap:14px;
  min-height:74px;
  padding:16px;
  align-items:center;
  border:1px solid rgba(159,255,88,.13);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(255,255,255,.023),rgba(255,255,255,.008));
}
.dashboard-section .rule-list>div:hover{
  border-color:rgba(69,244,205,.22);
  background:linear-gradient(135deg,rgba(69,244,205,.035),rgba(255,255,255,.008));
}
.dashboard-section .rule-list b{
  width:42px;
  height:42px;
  border:1px solid rgba(169,255,76,.3);
  border-radius:13px;
  background:rgba(169,255,76,.035);
  box-shadow:inset 0 0 18px rgba(169,255,76,.025);
}
.dashboard-section .rule-list span{color:#95a99d;font-size:11px;line-height:1.55}

.dashboard-section .history-panel{margin-top:17px}
.dashboard-section .table-wrap{
  overflow:auto;
  border:1px solid rgba(157,255,89,.12);
  border-radius:16px;
  background:rgba(2,12,7,.4);
}
.dashboard-section table{
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
}
.dashboard-section th,
.dashboard-section td{
  padding:15px 14px;
  border-bottom:1px solid rgba(255,255,255,.065);
}
.dashboard-section th{
  color:#8ca194;
  background:linear-gradient(180deg,rgba(12,32,20,.97),rgba(5,20,13,.97));
  font-size:8px;
}
.dashboard-section tr:last-child td{border-bottom:0}
.dashboard-section tr:hover td{background:rgba(69,244,205,.025)}
.dashboard-section .status{
  padding:6px 9px;
  border-radius:999px;
  letter-spacing:.065em;
}
.dashboard-section .coin-table-label img{width:30px;height:30px}

.dashboard-section .ref-link-box{
  margin-bottom:18px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(163,255,87,.19);
  border-radius:21px;
  background:
    radial-gradient(circle at 90% 10%,rgba(69,244,205,.08),transparent 28%),
    linear-gradient(145deg,rgba(11,33,21,.96),rgba(3,17,10,.96));
  box-shadow:0 22px 55px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035);
}
.dashboard-section .ref-link-box>span{
  margin-bottom:12px;
  color:#b7ff3b;
  letter-spacing:.13em;
}
.dashboard-section .ref-link-box>div{gap:10px}
.dashboard-section .ref-link-box input{padding-inline:17px}

.dashboard-section .support-hero>.chat-orb{
  position:relative;
  z-index:3;
  margin-right:24px;
}
.dashboard-section .chat-orb{
  width:150px;
  height:150px;
  flex-basis:150px;
  border:1px solid rgba(69,244,205,.38);
  background:radial-gradient(circle,rgba(69,244,205,.09),rgba(4,18,11,.65) 68%);
  box-shadow:inset 0 0 70px rgba(69,244,205,.07),0 0 55px rgba(69,244,205,.1);
  backdrop-filter:blur(12px);
}
.dashboard-section .chat-orb:before,
.dashboard-section .chat-orb:after{border-color:rgba(69,244,205,.27)}
.dashboard-section .chat-orb b{color:#58f0d0;font-size:25px}
.dashboard-section .chat-orb span{color:#b7ff3b}
.dashboard-section .user-chat-shell{
  grid-template-columns:360px minmax(0,1fr);
  min-height:740px;
  overflow:hidden;
  border:1px solid rgba(159,255,87,.18);
  border-radius:27px;
  background:rgba(4,17,11,.94);
  box-shadow:0 30px 80px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.035);
}
.dashboard-section .chat-profile-panel{
  padding:28px;
  border-color:rgba(159,255,87,.14);
  background:
    radial-gradient(circle at 22% 8%,rgba(69,244,205,.1),transparent 25%),
    linear-gradient(180deg,rgba(11,35,22,.98),rgba(3,16,10,.98));
}
.dashboard-section .chat-profile-head{padding-bottom:23px}
.dashboard-section .chat-profile-head img{
  width:76px;
  height:76px;
  padding:8px;
  border:1px solid rgba(69,244,205,.25);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(69,244,205,.07),rgba(172,255,75,.035));
}
.dashboard-section .chat-profile-head strong{font-size:18px}
.dashboard-section .chat-signal{
  margin:20px 0;
  padding:14px;
  border-radius:13px;
  border-color:rgba(69,244,205,.17);
  background:rgba(69,244,205,.025);
}
.dashboard-section .rule-list.compact>div{
  grid-template-columns:39px minmax(0,1fr);
  min-height:64px;
  padding:13px;
}
.dashboard-section .rule-list.compact b{width:34px;height:34px;border-radius:10px}
.dashboard-section .chat-conversation-panel{
  background:
    radial-gradient(circle at 50% 38%,rgba(69,244,205,.035),transparent 45%),
    linear-gradient(180deg,#06120c,#030d08);
}
.dashboard-section .chat-conversation-panel>header{
  height:96px;
  padding:20px 25px;
  border-color:rgba(159,255,87,.14);
  background:linear-gradient(135deg,rgba(11,34,22,.96),rgba(5,21,14,.94));
}
.dashboard-section .chat-conversation-panel>header small{color:#55f0d0}
.dashboard-section .chat-conversation-panel>header h2{font-size:22px}
.dashboard-section .chat-messages{
  min-height:480px;
  max-height:620px;
  padding:28px;
  gap:17px;
}
.dashboard-section .chat-avatar{
  width:42px;
  height:42px;
  flex-basis:42px;
  border-radius:13px;
  border-color:rgba(69,244,205,.25);
  background:linear-gradient(145deg,rgba(69,244,205,.08),rgba(172,255,75,.035));
}
.dashboard-section .chat-bubble{
  min-width:190px;
  padding:14px 16px;
  border-radius:16px 16px 16px 4px;
  border-color:rgba(161,255,83,.16);
  background:linear-gradient(145deg,rgba(13,36,23,.95),rgba(5,22,14,.95));
  box-shadow:0 13px 30px rgba(0,0,0,.22);
}
.dashboard-section .from-user .chat-bubble{
  border-color:rgba(69,244,205,.23);
  border-radius:16px 16px 4px 16px;
  background:linear-gradient(135deg,rgba(69,244,205,.075),rgba(7,27,18,.96));
}
.dashboard-section .chat-bubble p{font-size:12px}
.dashboard-section .chat-composer{
  gap:12px;
  padding:18px;
  border-color:rgba(159,255,87,.14);
  background:linear-gradient(135deg,rgba(10,31,20,.97),rgba(4,18,12,.97));
}
.dashboard-section .chat-composer textarea{min-height:82px;border-radius:14px}
.dashboard-section .chat-composer button{height:82px}
.dashboard-section .chat-empty img{
  width:92px;
  height:92px;
  padding:12px;
  border:1px solid rgba(69,244,205,.22);
  border-radius:26px;
  background:rgba(69,244,205,.035);
  filter:drop-shadow(0 0 20px rgba(69,244,205,.13));
}

@media(max-width:1280px){
  .dashboard-section>.container{width:min(100% - 36px,1180px)}
  .dashboard-section .dash-nav{grid-template-columns:repeat(4,minmax(0,1fr))}
  .dashboard-section .dashboard-hero{min-height:310px;padding:45px}
  .dashboard-section .dashboard-hero>img{width:150px;height:150px;flex-basis:150px}
}

@media(max-width:1050px){
  .dashboard-section{background-attachment:scroll}
  .dashboard-section .dash-grid,
  .dashboard-section .deposit-command-grid{grid-template-columns:1fr}
  .dashboard-section .user-chat-shell{grid-template-columns:1fr}
  .dashboard-section .chat-profile-panel{border-right:0;border-bottom:1px solid rgba(159,255,87,.14)}
}

@media(max-width:820px){
  .dashboard-section{padding:26px 0 78px}
  .dashboard-section>.container{width:min(100% - 28px,760px)}
  .dashboard-section .dash-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:8px;border-radius:18px}
  .dashboard-section .dash-nav a{min-height:64px}
  .dashboard-section .dashboard-hero{min-height:290px;padding:35px 30px;border-radius:23px}
  .dashboard-section .dashboard-hero h1{font-size:clamp(40px,8.5vw,58px)}
  .dashboard-section .dashboard-hero>img{width:118px;height:118px;flex-basis:118px;padding:14px;border-radius:21px}
  .dashboard-section .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-section .dash-panel{padding:25px;border-radius:20px}
  .dashboard-section .investment-list article{grid-template-columns:96px minmax(0,1fr) auto}
  .dashboard-section .investment-list img{width:96px;height:76px}
  .dashboard-section .user-chat-shell{border-radius:22px}
}

@media(max-width:620px){
  .dashboard-section{padding-top:18px}
  .dashboard-section>.container{width:calc(100% - 20px)}
  .dashboard-section .dash-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-section .dash-nav a{justify-content:flex-start;padding-inline:10px}
  .dashboard-section .dashboard-hero{min-height:310px;padding:30px 22px;align-items:flex-end}
  .dashboard-section .dashboard-hero:after{
    background:
      linear-gradient(90deg,rgba(2,11,7,.95),rgba(2,11,7,.62)),
      linear-gradient(180deg,rgba(2,10,7,.16),rgba(2,10,7,.88));
  }
  .dashboard-section .dashboard-hero>img{display:none}
  .dashboard-section .dashboard-hero p{font-size:12px}
  .dashboard-section .metric-grid{grid-template-columns:1fr}
  .dashboard-section .metric-grid article{min-height:132px}
  .dashboard-section .dash-panel{padding:21px 18px}
  .dashboard-section .panel-title{display:grid;gap:12px}
  .dashboard-section .panel-title a,
  .dashboard-section .live-price-badge{width:max-content}
  .dashboard-section .investment-list article{grid-template-columns:78px minmax(0,1fr)}
  .dashboard-section .investment-list img{width:78px;height:70px}
  .dashboard-section .investment-list>b{display:none}
  .dashboard-section .transaction-list>div{align-items:flex-start}
  .dashboard-section .transaction-list strong{max-width:48%;text-align:right;word-break:break-word}
  .dashboard-section .ref-link-box{padding:18px}
  .dashboard-section .ref-link-box>div{display:grid}
  .dashboard-section .chat-profile-panel{padding:21px 18px}
  .dashboard-section .chat-messages{min-height:460px;padding:18px}
  .dashboard-section .chat-message{max-width:96%}
  .dashboard-section .chat-composer{grid-template-columns:1fr}
  .dashboard-section .chat-composer button{height:56px}
  .dashboard-section .deposit-amount-head{display:grid}
  .dashboard-section .deposit-range-buttons{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .dashboard-section .deposit-range-buttons button{min-width:0;grid-template-columns:35px minmax(0,1fr);padding-inline:8px}
  .dashboard-section .deposit-range-buttons button>b{width:35px}
  .dashboard-section .deposit-range-status.invalid{
    min-height:0;
    padding:15px;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
  }
  .dashboard-section .deposit-warning-icon{width:44px;height:44px;border-radius:13px;font-size:22px}
  .dashboard-section .deposit-warning-copy strong{font-size:12px}
  .dashboard-section .deposit-warning-copy em{font-size:11px}
}

/* V3.7.3 · complete responsive fit without horizontal navigation */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body :where(main,section,article,div,nav,form,label,header,footer,aside){
  min-width:0;
}
body :where(input,select,textarea){
  width:100%;
  min-width:0;
  max-width:100%;
}
body :where(img,svg,video,canvas){
  max-width:100%;
}
body :where(h1,h2,h3,h4,p,a,span,strong,small,em,code,td){
  overflow-wrap:anywhere;
}

@media(max-width:1180px){
  .site-header:not(.user-topbar) .main-nav{
    top:100%;
    max-height:calc(100vh - 92px);
    overflow-y:auto;
  }
  .site-header:not(.user-topbar) .header-actions .link-button{
    display:inline-flex;
  }
  body.user-panel-body .user-command-nav{
    position:relative;
    top:auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    overflow:visible;
    scroll-snap-type:none;
  }
  body.user-panel-body .user-command-nav a{
    width:auto;
    min-width:0;
    max-width:none;
    flex:auto;
  }
}

@media(max-width:850px){
  body.user-panel-body .admin-return{
    display:inline-flex;
    min-height:48px;
    padding-inline:10px;
    font-size:7px;
  }
  body.user-panel-body .user-command-nav{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .table-wrap{
    overflow:visible;
    border:0;
    background:transparent;
  }
  table.responsive-table{
    width:100%;
    min-width:0!important;
    border-collapse:separate;
    border-spacing:0;
  }
  table.responsive-table thead{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
  }
  table.responsive-table tbody{
    display:grid;
    gap:12px;
  }
  table.responsive-table tbody tr{
    display:grid;
    overflow:hidden;
    border:1px solid rgba(161,255,80,.14);
    border-radius:16px;
    background:linear-gradient(145deg,rgba(11,31,20,.96),rgba(3,16,10,.96));
  }
  table.responsive-table tbody td{
    min-width:0;
    padding:12px 14px!important;
    display:grid;
    grid-template-columns:minmax(92px,.36fr) minmax(0,.64fr);
    gap:12px;
    align-items:center;
    border:0!important;
    border-bottom:1px solid rgba(155,255,80,.08)!important;
    text-align:right;
    word-break:break-word;
  }
  table.responsive-table tbody td:last-child{
    border-bottom:0!important;
  }
  table.responsive-table tbody td:before{
    content:attr(data-label);
    color:#6f8879;
    font-size:7px;
    font-weight:950;
    letter-spacing:.1em;
    text-align:left;
    text-transform:uppercase;
  }
  table.responsive-table tbody td[colspan]{
    display:block;
    text-align:center;
  }
  table.responsive-table tbody td[colspan]:before{
    display:none;
  }
  table.responsive-table .coin-table-label{
    min-width:0;
    justify-content:flex-end;
    text-align:right;
  }
}

@media(max-width:720px){
  .site-header:not(.user-topbar) .header-inner{
    position:relative;
    height:auto;
    min-height:70px;
    padding:8px 0;
    flex-wrap:wrap;
    gap:7px;
  }
  .site-header:not(.user-topbar) .brand span{
    display:none;
  }
  .site-header:not(.user-topbar) .menu-toggle{
    order:2;
    width:44px;
    height:44px;
    margin-left:auto;
  }
  .site-header:not(.user-topbar) .main-nav{
    top:100%;
    left:0;
    right:0;
    padding:10px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .site-header:not(.user-topbar) .main-nav.open{
    display:grid;
  }
  .site-header:not(.user-topbar) .main-nav a{
    min-width:0;
    padding:11px 8px;
    border:1px solid rgba(79,225,255,.1);
    text-align:center;
  }
  .site-header:not(.user-topbar) .header-actions{
    order:3;
    width:100%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(66px,1fr));
    gap:6px;
  }
  .site-header:not(.user-topbar) .header-actions>*,
  .site-header:not(.user-topbar) .header-actions .language-switcher>button{
    width:100%;
    min-width:0;
    min-height:40px;
  }
  .site-header:not(.user-topbar) .header-actions .language-switcher{
    display:block;
  }
  .site-header:not(.user-topbar) .header-actions .link-button,
  .site-header:not(.user-topbar) .header-actions .primary-button,
  .site-header:not(.user-topbar) .registration-closed-pill{
    padding-inline:7px;
    font-size:7px;
    text-align:center;
  }
  .site-header:not(.user-topbar) .language-menu{
    left:0;
    right:auto;
    width:100%;
  }
}

@media(max-width:580px){
  body.user-panel-body .user-topbar .header-inner{
    gap:4px;
  }
  body.user-panel-body .user-topbar .header-actions{
    gap:4px;
  }
  body.user-panel-body .admin-return{
    display:inline-flex;
    min-height:44px;
    padding-inline:8px;
    font-size:6px;
  }
  body.user-panel-body .user-command-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.user-panel-body .user-command-nav a{
    min-height:66px;
    padding:9px;
  }
  body.user-panel-body .user-command-nav strong{
    white-space:normal;
  }
  body.user-panel-body .dashboard-hero h1,
  .dashboard-section .dashboard-hero h1{
    overflow-wrap:anywhere;
  }
  body.user-panel-body .account-identity-card small,
  body.user-panel-body .form-note,
  body.user-panel-body .balance-callout strong{
    overflow-wrap:anywhere;
    word-break:break-word;
  }
}

@media(max-width:420px){
  .container,
  body.user-panel-body .container,
  body.user-panel-body .dashboard-section>.container,
  .dashboard-section>.container{
    width:calc(100% - 14px);
  }
  .homepage-body .hero-copy{
    padding:31px 16px;
  }
  .homepage-body .hero h1{
    font-size:clamp(34px,11vw,44px);
  }
  .homepage-body .section-heading{
    min-height:0;
    padding:24px 16px;
  }
  .homepage-body .section-heading h2,
  .simple-hero h1{
    font-size:clamp(31px,10vw,38px);
  }
  .homepage-body .hero-action{
    grid-template-columns:42px minmax(0,1fr) auto;
    padding-inline:8px;
  }
  .homepage-body .hero-action i{
    width:42px;
    height:42px;
  }
  .homepage-body .security-seal{
    grid-template-columns:50px minmax(0,1fr);
    padding-inline:13px;
  }
  .homepage-body .security-seal-icon{
    width:50px;
    height:50px;
  }
  .homepage-body .hero-art,
  .homepage-body .hero-art img{
    min-height:330px!important;
    height:330px!important;
  }
  .auth-section .auth-art,
  .auth-section.auth-register .auth-art,
  .auth-section .auth-art img,
  .auth-section.auth-register .auth-art img{
    min-height:340px;
    height:340px;
  }
  .auth-section .auth-art h1{
    font-size:31px;
  }
  .auth-section .auth-card h2{
    font-size:30px;
  }
  body.user-panel-body .dashboard-hero{
    min-height:0;
    padding:20px 17px 25px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }
  body.user-panel-body .dashboard-hero>div:first-child{
    width:100%;
  }
  body.user-panel-body .hero-core{
    position:relative;
    inset:auto;
    order:-1;
    width:88px;
    height:88px;
    margin:0 0 8px auto;
  }
  body.user-panel-body .hero-core img{
    width:40px;
    height:40px;
  }
  body.user-panel-body .dashboard-hero h1{
    font-size:clamp(31px,10.5vw,39px);
  }
  body.user-panel-body .hero-status-row{
    display:grid;
    grid-template-columns:1fr;
  }
  body.user-panel-body .hero-status-row b{
    width:100%;
  }
  .dashboard-section .dash-panel,
  body.user-panel-body .dash-panel{
    padding:18px 14px;
  }
  .dashboard-section .deposit-range-buttons{
    grid-template-columns:1fr;
  }
  .dashboard-section .deposit-range-buttons button{
    min-width:0;
  }
  .dashboard-section .deposit-range-buttons button>small{
    overflow:visible;
    white-space:normal;
    text-overflow:clip;
  }
  body.user-panel-body .chat-bubble,
  .dashboard-section .chat-bubble{
    min-width:0;
    max-width:100%;
  }
  table.responsive-table tbody td{
    grid-template-columns:minmax(78px,.34fr) minmax(0,.66fr);
    gap:9px;
    padding-inline:11px!important;
  }
}

/* V3.7.4 · compact mobile command menu */
@media(max-width:580px){
  body.user-panel-body .user-command-nav{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:6px;
    margin-bottom:12px;
    padding:6px;
    border-radius:17px;
  }
  body.user-panel-body .user-command-nav a{
    grid-template-columns:32px minmax(0,1fr);
    grid-template-rows:1fr;
    column-gap:7px;
    min-height:56px;
    padding:7px;
    border-radius:13px;
  }
  body.user-panel-body .user-command-nav a>i{
    grid-row:auto;
    width:32px;
    height:32px;
    border-radius:10px;
  }
  body.user-panel-body .user-command-nav svg{
    width:17px;
    height:17px;
  }
  body.user-panel-body .user-command-nav strong{
    align-self:center;
    font-size:6.5px;
    line-height:1.25;
    letter-spacing:.045em;
  }
  body.user-panel-body .user-command-nav a>small{
    top:4px;
    right:5px;
    font-size:5px;
  }
}

@media(max-width:420px){
  body.user-panel-body .user-command-nav{
    gap:5px;
    padding:5px;
  }
  body.user-panel-body .user-command-nav a{
    display:flex;
    min-height:65px;
    padding:6px 3px;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    text-align:center;
  }
  body.user-panel-body .user-command-nav a>i{
    flex:0 0 28px;
    width:28px;
    height:28px;
  }
  body.user-panel-body .user-command-nav svg{
    width:15px;
    height:15px;
  }
  body.user-panel-body .user-command-nav strong{
    width:100%;
    font-size:5.8px;
    line-height:1.15;
  }
}

/* V4.1.1 · robotic futuristic homepage plan matrix */
.homepage-body .plans-section .section-heading{
  margin-bottom:34px;
  padding:22px 26px;
  border:1px solid rgba(96,221,255,.16);
  border-radius:24px;
  background:
    linear-gradient(90deg,rgba(6,18,13,.92),rgba(7,21,34,.9)),
    radial-gradient(circle at 80% 20%,rgba(101,78,255,.16),transparent 28%);
  box-shadow:0 22px 48px rgba(0,0,0,.26),inset 0 0 0 1px rgba(255,255,255,.02);
}
.homepage-body .plans-section .section-heading span{
  color:#6cf4ff;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.22em;
}
.homepage-body .plans-section .section-heading p{
  margin:0;
  padding:18px 20px;
  border-left:none;
  border:1px solid rgba(96,221,255,.18);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,255,255,.02),rgba(96,221,255,.035));
  color:#d7e5ea;
  font-size:13px;
  line-height:1.65;
}
.homepage-body .plans-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.homepage-body .plan-card{
  --accent:#59ecff;
  --accent-soft:rgba(89,236,255,.18);
  position:relative;
  min-height:720px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(111,233,255,.24);
  border-radius:28px;
  clip-path:none;
  background:
    linear-gradient(180deg,rgba(11,24,19,.97) 0%,rgba(6,16,12,.98) 100%),
    radial-gradient(circle at 20% 0%,rgba(89,236,255,.07),transparent 34%);
  box-shadow:0 28px 70px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.025),inset 0 0 36px rgba(89,236,255,.04);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.homepage-body .plan-card::before,
.homepage-body .plan-card::after{
  content:"";
  position:absolute;
  pointer-events:none;
}
.homepage-body .plan-card::before{
  inset:14px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:22px;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
}
.homepage-body .plan-card::after{
  left:20px;
  right:20px;
  top:0;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--accent),transparent);
  box-shadow:0 0 18px var(--accent);
}
.homepage-body .plan-card:nth-child(1){--accent:#52f5ff}
.homepage-body .plan-card:nth-child(2){--accent:#42a5ff}
.homepage-body .plan-card:nth-child(3){--accent:#d9ff3f}
.homepage-body .plan-card:nth-child(4){--accent:#ffbe42}
.homepage-body .plan-card:nth-child(5){--accent:#b66bff}
.homepage-body .plan-card:hover{
  transform:translateY(-8px);
  border-color:color-mix(in srgb,var(--accent) 72%,transparent);
  box-shadow:0 42px 90px rgba(0,0,0,.52),0 0 48px color-mix(in srgb,var(--accent) 16%,transparent),inset 0 0 42px color-mix(in srgb,var(--accent) 10%,transparent);
}
.homepage-body .plan-top-visual{
  position:relative;
  height:180px;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.05);
  background:#050d14;
}
.homepage-body .plan-top-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(4,10,16,.15) 0%,rgba(3,10,14,.4) 55%,rgba(4,10,8,.88) 100%),
    linear-gradient(90deg,rgba(5,10,17,.72),transparent 35%,rgba(5,10,17,.4));
}
.homepage-body .plan-top-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(1.05) contrast(1.04);
  transition:transform .45s ease,filter .3s ease;
}
.homepage-body .plan-card:hover .plan-top-visual img{
  transform:scale(1.04);
  filter:saturate(1.12) contrast(1.08);
}
.homepage-body .plan-visual-overlay{
  position:absolute;
  inset:0;
  z-index:3;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:16px;
}
.homepage-body .plan-serial,
.homepage-body .plan-number-chip,
.homepage-body .plan-mini-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid color-mix(in srgb,var(--accent) 55%,rgba(255,255,255,.15));
  background:rgba(4,11,10,.74);
  backdrop-filter:blur(12px);
  color:var(--accent);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.homepage-body .plan-serial{padding:9px 12px;border-radius:12px}
.homepage-body .plan-number-chip,
.homepage-body .plan-mini-chip{padding:9px 14px;border-radius:11px}
.homepage-body .plan-percent-orb{
  position:absolute;
  right:16px;
  top:16px;
  min-width:74px;
  height:74px;
  padding:0 10px;
  display:grid;
  place-items:center;
  border:2px solid color-mix(in srgb,var(--accent) 90%,rgba(255,255,255,.2));
  border-radius:22px;
  background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--accent) 18%,transparent),rgba(4,10,12,.92) 68%);
  color:var(--accent);
  font-size:23px;
  font-weight:1000;
  line-height:1;
  box-shadow:0 0 22px color-mix(in srgb,var(--accent) 18%,transparent),inset 0 0 24px rgba(255,255,255,.03);
}
.homepage-body .plan-content{
  position:relative;
  z-index:2;
  flex:1;
  display:flex;
  flex-direction:column;
  padding:18px 22px 22px;
}
.homepage-body .plan-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}
.homepage-body .plan-title-row small{
  display:block;
  margin-bottom:8px;
  color:var(--accent);
  font-size:11px;
  font-weight:1000;
  letter-spacing:.2em;
}
.homepage-body .plan-content h3{
  margin:0;
  color:#f4f8ff;
  font-family:"Arial Narrow","Arial Black",sans-serif;
  font-size:28px;
  line-height:1;
  text-transform:uppercase;
}
.homepage-body .plan-return-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:14px;
  margin-bottom:14px;
}
.homepage-body .plan-return-value,
.homepage-body .plan-desc{
  min-height:104px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,255,255,.022),rgba(255,255,255,.012));
  box-shadow:inset 0 0 28px rgba(255,255,255,.012);
}
.homepage-body .plan-return-value span,
.homepage-body .plan-range-box span{
  display:block;
  color:#9baab4;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.homepage-body .plan-return-value strong{
  display:block;
  margin-top:12px;
  color:var(--accent);
  font-size:56px;
  line-height:.95;
  font-weight:1000;
}
.homepage-body .plan-desc{
  margin:0;
  color:#d7e3e9;
  font-size:12.5px;
  line-height:1.62;
}
.homepage-body .plan-features{
  display:grid;
  gap:10px;
  margin:4px 0 16px;
}
.homepage-body .plan-features span{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 13px;
  border:1px solid color-mix(in srgb,var(--accent) 32%,rgba(255,255,255,.08));
  border-radius:12px;
  background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 8%,transparent),rgba(255,255,255,.018));
  color:#def1f7;
}
.homepage-body .plan-features i{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:color-mix(in srgb,var(--accent) 16%,rgba(255,255,255,.04));
  color:var(--accent);
  font-style:normal;
  font-weight:1000;
  font-size:11px;
  flex:0 0 20px;
}
.homepage-body .plan-features em{
  color:#daf1f6;
  font-style:normal;
  font-size:12px;
  line-height:1.35;
}
.homepage-body .plan-range-panel{
  display:grid;
  grid-template-columns:1fr 64px 1fr;
  gap:12px;
  align-items:stretch;
  margin:0 0 18px;
}
.homepage-body .plan-range-box,
.homepage-body .plan-range-core{
  min-height:74px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,255,255,.02),rgba(255,255,255,.012));
}
.homepage-body .plan-range-box{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:12px 14px;
}
.homepage-body .plan-range-box strong{
  display:block;
  margin-top:10px;
  color:#f6fbff;
  font-size:12px;
  font-weight:900;
  word-break:break-word;
}
.homepage-body .plan-range-box-right{
  align-items:flex-end;
  text-align:right;
}
.homepage-body .plan-range-core{
  display:grid;
  place-items:center;
  color:var(--accent);
  font-size:22px;
  box-shadow:inset 0 0 30px color-mix(in srgb,var(--accent) 10%,transparent);
}
.homepage-body .plan-action-button{
  margin-top:auto;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid color-mix(in srgb,var(--accent) 48%,rgba(255,255,255,.1));
  border-radius:16px;
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 20%,rgba(255,255,255,.03)),rgba(2,9,11,.98));
  color:var(--accent);
  font-size:15px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 20px color-mix(in srgb,var(--accent) 8%,transparent);
}
.homepage-body .plan-action-button strong{font-size:17px;line-height:1;color:inherit}
.homepage-body .plan-action-button:hover{
  color:#06110f;
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 92%,#ffffff 6%),color-mix(in srgb,var(--accent) 72%,#06110f 28%));
  box-shadow:0 0 28px color-mix(in srgb,var(--accent) 22%,transparent),0 20px 32px rgba(0,0,0,.26);
}

@media (max-width: 1360px){
  .homepage-body .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .homepage-body .plan-card{min-height:690px}
}
@media (max-width: 980px){
  .homepage-body .plans-section .section-heading{grid-template-columns:1fr;gap:18px;padding:22px}
  .homepage-body .plan-return-panel{grid-template-columns:1fr}
  .homepage-body .plan-return-value,.homepage-body .plan-desc{min-height:0}
}
@media (max-width: 820px){
  .homepage-body .plans-grid{grid-template-columns:1fr}
  .homepage-body .plan-card{min-height:0}
  .homepage-body .plan-top-visual{height:210px}
}
@media (max-width: 560px){
  .homepage-body .plans-section .section-heading{padding:18px}
  .homepage-body .plan-content{padding:16px 16px 18px}
  .homepage-body .plan-top-visual{height:188px}
  .homepage-body .plan-title-row{flex-direction:column;align-items:flex-start}
  .homepage-body .plan-content h3{font-size:22px}
  .homepage-body .plan-return-value strong{font-size:44px}
  .homepage-body .plan-range-panel{grid-template-columns:1fr;gap:10px}
  .homepage-body .plan-range-core{min-height:54px}
  .homepage-body .plan-action-button{min-height:54px;font-size:13px}
}

/* V4.2.0 · full futuristic robotic public redesign */
body.homepage-body{
  --green:#61e8ff;
  --green2:#8c73ff;
  --orange:#ff68e0;
  --line:rgba(105,225,255,.18);
  --line-strong:rgba(105,225,255,.34);
  background-image:
    linear-gradient(180deg,rgba(3,7,16,.56) 0%,rgba(4,8,18,.62) 24%,rgba(4,7,18,.78) 62%,rgba(2,6,14,.92) 100%),
    linear-gradient(90deg,rgba(6,8,20,.55),rgba(8,10,22,.12) 48%,rgba(6,8,20,.5)),
    url("../img/fhd/site-ambient-bg.jpg");
  background-color:#050a14;
}
body.homepage-body:before{
  opacity:.82;
  background:
    radial-gradient(circle at 84% 14%,rgba(115,95,255,.13),transparent 25%),
    radial-gradient(circle at 16% 58%,rgba(97,232,255,.12),transparent 28%),
    radial-gradient(circle at 55% 38%,rgba(255,104,224,.06),transparent 26%);
}
.homepage-body .site-header{
  padding:10px 0;
  background:linear-gradient(180deg,rgba(4,8,18,.85),rgba(4,8,18,.38));
  backdrop-filter:blur(18px);
}
.homepage-body .header-inner{
  border:1px solid rgba(102,218,255,.14);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(7,14,28,.72),rgba(6,12,22,.54));
  box-shadow:0 16px 44px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.02);
}
.homepage-body .brand{
  min-height:60px;
  padding:7px 18px 7px 7px;
  border:1px solid rgba(110,226,255,.18);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(12,20,36,.92),rgba(8,14,24,.78));
  box-shadow:inset 0 0 24px rgba(97,232,255,.045),0 0 28px rgba(97,232,255,.04);
}
.homepage-body .brand img{
  border-radius:14px;
  background:linear-gradient(135deg,rgba(82,234,255,.2),rgba(143,107,255,.16));
  box-shadow:0 0 18px rgba(97,232,255,.12);
}
.homepage-body .brand span,
.homepage-body .main-nav a,
.homepage-body .link-button,
.homepage-body .registration-closed-pill{color:#edf7ff}
.homepage-body .main-nav{
  gap:10px;
  padding:7px;
  border:1px solid rgba(97,232,255,.12);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(10,18,32,.76),rgba(7,14,24,.62));
}
.homepage-body .main-nav a{
  border:1px solid transparent;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(255,255,255,.012),rgba(255,255,255,.004));
}
.homepage-body .main-nav a:hover,
.homepage-body .main-nav a:focus-visible{
  border-color:rgba(97,232,255,.28);
  background:linear-gradient(135deg,rgba(97,232,255,.12),rgba(140,115,255,.08));
  box-shadow:0 0 18px rgba(97,232,255,.1);
}
.homepage-body .link-button,
.homepage-body .language-switcher>button,
.homepage-body .registration-closed-pill{
  border:1px solid rgba(108,223,255,.18);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(10,16,30,.82),rgba(7,13,23,.7));
  box-shadow:inset 0 0 20px rgba(97,232,255,.03);
}
.homepage-body .primary-button,
.homepage-body .primary-button.small{
  border:1px solid rgba(104,219,255,.22);
  border-radius:16px;
  background:linear-gradient(135deg,#61e8ff 0%,#8d70ff 52%,#ff68e0 100%);
  color:#07101e;
  box-shadow:0 18px 42px rgba(94,181,255,.2),0 0 24px rgba(141,112,255,.12);
}
.homepage-body .primary-button:hover,
.homepage-body .primary-button.small:hover{box-shadow:0 24px 56px rgba(94,181,255,.28),0 0 36px rgba(141,112,255,.2)}
.homepage-body .text-link{color:#82e7ff}
.homepage-body .hero-grid{
  min-height:940px;
  border:1px solid rgba(103,219,255,.14);
  border-radius:34px;
  background:
    radial-gradient(circle at 80% 20%,rgba(117,91,255,.12),transparent 26%),
    linear-gradient(135deg,rgba(7,15,30,.92),rgba(4,10,20,.9) 48%,rgba(6,11,18,.94));
  box-shadow:0 38px 88px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.02);
}
.homepage-body .hero-copy{
  padding:72px 52px 60px 76px;
}
.homepage-body .eyebrow{
  border-left:3px solid #63ecff;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(98,234,255,.12),rgba(141,112,255,.08));
  color:#b5efff;
}
.homepage-body .hero h1{color:#f4f9ff;text-shadow:0 16px 38px rgba(0,0,0,.66)}
.homepage-body .hero h1 br+*{color:#7ae9ff}
.homepage-body .hero-copy>p{color:#d0deea;font-size:14px;line-height:1.8;max-width:670px}
.homepage-body .hero-register{
  color:#07111d;
  border-color:rgba(103,219,255,.22);
  background:linear-gradient(135deg,#68ebff 0%,#7dd6ff 24%,#8a72ff 68%,#ff68e0 100%);
  box-shadow:0 20px 50px rgba(103,219,255,.22),0 0 28px rgba(141,112,255,.16);
}
.homepage-body .hero-login{
  color:#eff7ff;
  border-color:rgba(98,234,255,.28);
  background:linear-gradient(135deg,rgba(14,24,42,.96),rgba(7,17,30,.9));
  box-shadow:0 20px 48px rgba(0,0,0,.34),0 0 28px rgba(98,234,255,.08);
}
.homepage-body .hero-action i{border-radius:16px}
.homepage-body .hero-art{
  border-left:1px solid rgba(104,220,255,.14);
  background:linear-gradient(180deg,rgba(6,12,24,.7),rgba(4,10,18,.82));
}
.homepage-body .hero-art img{height:940px;object-fit:cover;object-position:center}
.homepage-body .hero-stats>div{
  border-color:rgba(98,234,255,.16);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(12,20,34,.76),rgba(7,14,26,.72));
  box-shadow:inset 0 0 24px rgba(97,232,255,.04);
}
.homepage-body .hero-stats>div:before{background:linear-gradient(180deg,#63ecff,#8b73ff);box-shadow:0 0 18px rgba(98,234,255,.24)}
.homepage-body .hero-stats strong{color:#eff9ff}
.homepage-body .hero-stats span{color:#98acc5}
.homepage-body .live-chip{
  border-color:rgba(97,232,255,.22);
  background:linear-gradient(135deg,rgba(8,15,28,.94),rgba(10,16,26,.88));
  box-shadow:0 16px 40px rgba(0,0,0,.34),inset 0 0 30px rgba(141,112,255,.05);
}
.homepage-body .live-chip:before{background:#63ecff;box-shadow:0 0 16px #63ecff}
.homepage-body .live-chip strong{color:#63ecff}
.homepage-body .security-seals:before{
  border-color:rgba(97,232,255,.18);
  background:#081121;
  color:#88ebff;
}
.homepage-body .security-seal{
  border:1px solid rgba(105,223,255,.16);
  background:
    radial-gradient(circle at 10% 20%,rgba(97,232,255,.08),transparent 28%),
    linear-gradient(145deg,rgba(11,18,33,.96),rgba(7,12,24,.92));
  box-shadow:0 22px 60px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.035);
}
.homepage-body .security-seal:after{border-color:rgba(97,232,255,.08)}
.homepage-body .security-seal-icon{
  border-color:rgba(97,232,255,.24);
  background:linear-gradient(145deg,rgba(97,232,255,.12),rgba(141,112,255,.08));
  color:#7fe9ff;
  box-shadow:inset 0 0 25px rgba(97,232,255,.06),0 0 24px rgba(97,232,255,.05);
}
.homepage-body .security-seal span{color:#8ca3bd}
.homepage-body .security-seal strong{color:#f5f9ff}
.homepage-body .security-seal small{color:#abc0d4}
.homepage-body .security-seal>b{
  border-color:rgba(141,112,255,.22);
  color:#caa8ff;
  background:rgba(141,112,255,.055);
}
.homepage-body .section-heading{
  border-color:rgba(100,219,255,.18);
  background-color:#07111f;
  box-shadow:0 30px 80px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.035),inset 0 0 42px rgba(97,232,255,.03);
}
.homepage-body .section-heading:before{
  background:
    linear-gradient(90deg,rgba(6,13,24,.98) 0%,rgba(6,13,24,.92) 42%,rgba(6,13,24,.58) 68%,rgba(6,13,24,.26) 100%),
    linear-gradient(180deg,rgba(97,232,255,.05),rgba(6,13,24,.8));
}
.homepage-body .section-heading:after{
  background:linear-gradient(90deg,transparent,#61e8ff 18%,#8c73ff 54%,#ff68e0 84%,transparent);
  box-shadow:0 0 24px rgba(97,232,255,.26);
}
.homepage-body .section-heading h2{color:#f2f8ff}
.homepage-body .section-heading span{
  border-color:rgba(97,232,255,.22);
  background:rgba(9,18,30,.72);
  color:#8defff;
}
.homepage-body .section-heading>p{
  border-color:rgba(97,232,255,.16);
  border-left-color:#8c73ff;
  background:rgba(8,16,28,.74);
  color:#d4e1ee;
}
.homepage-body .feature-grid,
.homepage-body .affiliate-art,
.homepage-body .creator-main,
.homepage-body .gateway-grid article,
.homepage-body .platform-card,
.homepage-body .ledger-panel,
.homepage-body .faq-list details,
.homepage-body .coin-item,
.homepage-body .level-stack>div{
  border-color:rgba(104,220,255,.16);
  background:
    radial-gradient(circle at 86% 14%,rgba(141,112,255,.06),transparent 26%),
    linear-gradient(145deg,rgba(11,19,34,.94),rgba(7,12,24,.92));
  box-shadow:0 22px 62px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.02);
}
.homepage-body .feature-grid{background:linear-gradient(145deg,rgba(10,18,34,.96),rgba(6,12,22,.94));min-height:670px}
.homepage-body .feature-copy span,
.homepage-body .gateway-grid article>b,
.homepage-body .platform-card small,
.homepage-body .footer-grid h4,
.homepage-body .status-dot,
.homepage-body .panel-title a,
.homepage-body .checkout-card>span{color:#86ebff}
.homepage-body .feature-copy h2,
.homepage-body .gateway-grid h3,
.homepage-body .ledger-title h3,
.homepage-body .affiliate-art h3,
.homepage-body .creator-main h3{color:#f4f9ff}
.homepage-body .feature-copy>p,
.homepage-body .gateway-grid p,
.homepage-body .coin-item small,
.homepage-body .platform-card span,
.homepage-body .ledger-empty p,
.homepage-body .faq-list p{color:#c6d8e6}
.homepage-body .mini-features b,
.homepage-body .gateway-badge,
.homepage-body .gateway-badge.pk,
.homepage-body .coin-item em{
  border-color:rgba(97,232,255,.22);
  background:linear-gradient(135deg,rgba(97,232,255,.12),rgba(141,112,255,.08));
  color:#8beeff;
  box-shadow:0 0 18px rgba(97,232,255,.08);
}
.homepage-body .feature-art:after,
.homepage-body .affiliate-art:after,
.homepage-body .creator-main:after{
  background:linear-gradient(180deg,transparent 38%,rgba(7,12,22,.88) 100%);
}
.homepage-body .output-screen{border-color:rgba(97,232,255,.2);background:rgba(8,15,28,.92)}
.homepage-body .output-screen strong{color:#63ecff}
.homepage-body .coin-item,
.homepage-body .platform-card,
.homepage-body .level-stack>div,
.homepage-body .faq-list details{border-radius:20px}
.homepage-body .level-stack strong{color:#8b74ff}
.homepage-body .level-stack span{color:#8defff}
.homepage-body .ledger-panel{border-top-color:#63ecff}
.homepage-body .ledger-panel.withdraw-ledger{border-top-color:#ff68e0}
.homepage-body .ledger-panel>header,
.homepage-body .faq-list summary{border-bottom-color:rgba(97,232,255,.12);background:rgba(255,255,255,.015)}
.homepage-body .ledger-panel>header>b,
.homepage-body .ledger-title>span,
.homepage-body .ledger-empty>span,
.homepage-body .ledger-info>div>span{border-color:rgba(97,232,255,.18);color:#82ebff}
.homepage-body .ledger-amount strong,
.homepage-body .ledger-title>span,
.homepage-body .faq-list summary:after{color:#82ebff}
.homepage-body .ledger-row,
.homepage-body .platform-card,
.homepage-body .coin-item{border-color:rgba(97,232,255,.12)}
.homepage-body .site-footer{
  background:linear-gradient(180deg,rgba(8,15,28,.98),rgba(5,9,19,.98));
  border-top-color:rgba(97,232,255,.16);
}
.homepage-body .site-footer:before{background:linear-gradient(90deg,transparent,#61e8ff,#8c73ff,#ff68e0,transparent);opacity:.62}
.homepage-body .footer-bottom{border-top-color:rgba(97,232,255,.12);color:#7f95ad}

/* stronger robotic plan cards and full visible plan visuals */
.homepage-body .plans-grid{gap:26px}
.homepage-body .plan-card{
  min-height:760px;
  border-color:rgba(101,222,255,.18);
  background:
    radial-gradient(circle at 90% 10%,rgba(141,112,255,.09),transparent 24%),
    linear-gradient(180deg,rgba(10,18,32,.98) 0%,rgba(7,13,24,.97) 100%);
  box-shadow:0 30px 80px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.02),inset 0 0 38px rgba(97,232,255,.035);
}
.homepage-body .plan-card:nth-child(1){--accent:#5feaff}
.homepage-body .plan-card:nth-child(2){--accent:#4fa4ff}
.homepage-body .plan-card:nth-child(3){--accent:#cbff52}
.homepage-body .plan-card:nth-child(4){--accent:#ffbf4d}
.homepage-body .plan-card:nth-child(5){--accent:#c06dff}
.homepage-body .plan-top-visual{
  height:220px;
  padding:10px 10px 0;
  border-bottom:1px solid rgba(255,255,255,.055);
  background:
    linear-gradient(180deg,rgba(5,12,24,.96),rgba(7,13,20,.82)),
    radial-gradient(circle at 25% 20%,rgba(97,232,255,.08),transparent 30%);
}
.homepage-body .plan-top-visual::after{
  background:
    linear-gradient(180deg,rgba(6,12,23,.14) 0%,rgba(6,12,22,.16) 60%,rgba(7,12,21,.68) 100%),
    radial-gradient(circle at 50% 100%,rgba(141,112,255,.14),transparent 34%);
}
.homepage-body .plan-top-visual img{
  object-fit:contain;
  object-position:center;
  padding:6px 6px 0;
  filter:saturate(1.08) contrast(1.08) brightness(1.02);
}
.homepage-body .plan-visual-overlay{padding:12px 12px 0}
.homepage-body .plan-serial,
.homepage-body .plan-number-chip,
.homepage-body .plan-mini-chip{
  border-color:color-mix(in srgb,var(--accent) 58%,rgba(255,255,255,.15));
  background:rgba(8,14,24,.72);
  color:var(--accent);
}
.homepage-body .plan-percent-orb{
  border-radius:18px;
  min-width:78px;
  height:78px;
  background:radial-gradient(circle at 50% 32%,color-mix(in srgb,var(--accent) 22%,transparent),rgba(7,12,22,.94) 70%);
}
.homepage-body .plan-content{padding:18px 18px 20px}
.homepage-body .plan-content h3{font-size:27px}
.homepage-body .plan-return-panel{gap:10px;margin-bottom:12px}
.homepage-body .plan-return-value,
.homepage-body .plan-desc,
.homepage-body .plan-range-box,
.homepage-body .plan-range-core{
  border-color:rgba(255,255,255,.07);
  background:linear-gradient(135deg,rgba(255,255,255,.024),rgba(255,255,255,.01));
}
.homepage-body .plan-return-value strong{font-size:58px}
.homepage-body .plan-features span{border-color:color-mix(in srgb,var(--accent) 34%,rgba(255,255,255,.09));background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 9%,transparent),rgba(255,255,255,.014))}
.homepage-body .plan-range-core{font-size:26px}
.homepage-body .plan-action-button{
  min-height:62px;
  border-color:color-mix(in srgb,var(--accent) 52%,rgba(255,255,255,.09));
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 16%,rgba(255,255,255,.02)),rgba(5,10,18,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 22px color-mix(in srgb,var(--accent) 8%,transparent);
}

@media (max-width:1360px){
  .homepage-body .hero-grid{min-height:0}
  .homepage-body .hero-art img{height:660px}
  .homepage-body .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .homepage-body .plan-card{min-height:740px}
}
@media (max-width:980px){
  .homepage-body .header-inner{gap:10px}
  .homepage-body .main-nav{background:rgba(7,13,24,.96)}
}
@media (max-width:820px){
  .homepage-body .hero-grid{border-radius:28px}
  .homepage-body .hero-copy{padding:50px 26px}
  .homepage-body .hero-art img{height:520px}
  .homepage-body .plans-grid{grid-template-columns:1fr}
  .homepage-body .plan-card{min-height:0}
  .homepage-body .plan-top-visual{height:240px}
}
@media (max-width:560px){
  .homepage-body .hero-grid{border-radius:24px}
  .homepage-body .hero h1{font-size:46px}
  .homepage-body .hero-copy>p{font-size:13px}
  .homepage-body .plan-top-visual{height:205px;padding:8px 8px 0}
  .homepage-body .plan-return-value strong{font-size:46px}
  .homepage-body .plan-content h3{font-size:23px}
}

/* ==========================================================
   CLYVEXA V5 · FULL ROBOTIC FUTURISTIC VISUAL SYSTEM
   Public structure rebuilt — logic untouched
   ========================================================== */
:root{
  --cly-bg:#030712;
  --cly-panel:#07101f;
  --cly-panel2:#0a1426;
  --cly-cyan:#6cecff;
  --cly-blue:#4b9cff;
  --cly-violet:#8d6cff;
  --cly-magenta:#ff61d8;
  --cly-white:#f4f9ff;
  --cly-muted:#9fb3c8;
  --cly-line:rgba(108,236,255,.2);
  --cly-line-strong:rgba(108,236,255,.42);
}
body.public-body{
  color:var(--cly-white);
  background-color:var(--cly-bg);
}
body.public-body.homepage-body{
  background-image:
    radial-gradient(circle at 84% 10%,rgba(141,108,255,.17),transparent 28%),
    radial-gradient(circle at 14% 48%,rgba(90,222,255,.13),transparent 30%),
    radial-gradient(circle at 72% 70%,rgba(255,97,216,.08),transparent 26%),
    linear-gradient(180deg,rgba(3,7,18,.58),rgba(2,6,15,.8)),
    url("../img/fhd/site-ambient-bg.jpg");
  background-size:auto,auto,auto,auto,cover;
  background-position:center;
  background-attachment:fixed;
}
.cyber-backdrop{position:fixed;inset:0;z-index:-2;pointer-events:none;overflow:hidden}
.cyber-backdrop:before{
  content:"";position:absolute;inset:0;opacity:.28;
  background-image:
    linear-gradient(rgba(91,222,255,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(91,222,255,.07) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 75%);
}
.cyber-backdrop i{position:absolute;border:1px solid rgba(107,226,255,.08);border-radius:50%;box-shadow:0 0 60px rgba(107,226,255,.04)}
.cyber-backdrop i:nth-child(1){width:720px;height:720px;right:-240px;top:120px}
.cyber-backdrop i:nth-child(2){width:520px;height:520px;right:-120px;top:220px;border-color:rgba(141,108,255,.09)}
.cyber-backdrop i:nth-child(3){width:640px;height:640px;left:-320px;top:46%;border-color:rgba(255,97,216,.06)}
.cyber-backdrop i:nth-child(4){width:330px;height:330px;left:-120px;top:55%;border-color:rgba(100,229,255,.1)}
.noise{opacity:.035}

/* ROBOTIC HEADER */
.homepage-body .site-header{padding:10px 0 8px;border-bottom:1px solid rgba(100,225,255,.11);background:rgba(2,7,17,.82);backdrop-filter:blur(20px)}
.homepage-body .cyber-header{height:76px;padding:7px 10px;border:1px solid rgba(103,226,255,.16);border-radius:22px;background:linear-gradient(135deg,rgba(9,18,34,.93),rgba(5,11,24,.9));box-shadow:0 20px 52px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.018)}
.homepage-body .robotic-brand{display:flex;align-items:center;gap:10px;min-height:58px;padding:6px 14px 6px 6px;border:1px solid rgba(103,226,255,.18);border-radius:16px;background:linear-gradient(135deg,rgba(15,29,49,.92),rgba(7,15,28,.9));box-shadow:inset 0 0 26px rgba(108,236,255,.045),0 0 28px rgba(108,236,255,.04)}
.homepage-body .brand-core{position:relative;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(108,236,255,.34);border-radius:13px;background:radial-gradient(circle,rgba(108,236,255,.15),rgba(141,108,255,.06) 58%,transparent 70%)}
.homepage-body .brand-core:before,.homepage-body .brand-core:after{content:"";position:absolute;inset:5px;border:1px solid rgba(108,236,255,.12);border-radius:10px;transform:rotate(45deg)}
.homepage-body .brand-core:after{inset:10px;border-color:rgba(255,97,216,.14);transform:rotate(-45deg)}
.homepage-body .robotic-brand img{width:34px;height:34px;object-fit:contain;position:relative;z-index:2}
.homepage-body .robotic-brand>span:last-child{display:grid;color:#f5f9ff;font-size:15px;letter-spacing:.12em;line-height:1.05}
.homepage-body .robotic-brand small{margin-top:5px;color:#6cecff;font-size:6px;letter-spacing:.18em}
.homepage-body .main-nav{padding:6px;gap:6px;border:1px solid rgba(108,236,255,.12);border-radius:16px;background:rgba(7,15,28,.82)}
.homepage-body .main-nav a{position:relative;padding:11px 14px;border:1px solid transparent;border-radius:11px;color:#cfe0ee;font-size:9px;letter-spacing:.095em;overflow:hidden}
.homepage-body .main-nav a:before{content:"";position:absolute;left:16px;right:16px;bottom:5px;height:1px;background:linear-gradient(90deg,transparent,#6cecff,#8d6cff,transparent);opacity:0;transition:.25s}
.homepage-body .main-nav a:hover{color:#fff;border-color:rgba(108,236,255,.14);background:linear-gradient(135deg,rgba(108,236,255,.08),rgba(141,108,255,.06))}
.homepage-body .main-nav a:hover:before{opacity:1}
.network-pulse{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(108,236,255,.12);border-radius:12px;background:rgba(8,16,29,.72);color:#8eeeff;font-size:7px;font-weight:900;letter-spacing:.11em;white-space:nowrap}
.network-pulse i{width:7px;height:7px;border-radius:50%;background:#6cecff;box-shadow:0 0 13px #6cecff;animation:corePulse 1.8s infinite}
.homepage-body .header-actions .link-button,.homepage-body .language-switcher>button{border:1px solid rgba(108,236,255,.15);border-radius:12px;background:rgba(8,16,30,.8);color:#dcecf7}
.homepage-body .header-actions .primary-button{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(135deg,#6cecff,#4b9cff 38%,#8d6cff 68%,#ff61d8);color:#07111f;box-shadow:0 0 28px rgba(104,190,255,.18)}

/* EXCESSIVE ROBOTIC HERO */
.homepage-body .robotic-hero{padding:26px 0 22px}
.homepage-body .robot-hero-shell{
  position:relative;min-height:820px;overflow:hidden;border:1px solid rgba(108,236,255,.22);border-radius:34px;
  background-image:
    linear-gradient(90deg,rgba(3,8,19,.96) 0%,rgba(4,10,22,.87) 31%,rgba(3,8,18,.35) 58%,rgba(3,7,17,.1) 100%),
    linear-gradient(180deg,rgba(3,7,18,.04),rgba(3,7,18,.48)),
    url("../img/fhd/hero-robots-workers.png");
  background-size:cover;background-position:center;
  box-shadow:0 44px 110px rgba(0,0,0,.56),0 0 46px rgba(95,223,255,.07),inset 0 0 0 1px rgba(255,255,255,.025);
}
.homepage-body .robot-hero-shell:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(108,236,255,.07) 1px,transparent 1px),linear-gradient(rgba(108,236,255,.05) 1px,transparent 1px);background-size:72px 72px;opacity:.18;mask-image:linear-gradient(90deg,#000,transparent 66%)}
.homepage-body .robot-hero-shell:after{content:"";position:absolute;inset:16px;border:1px solid rgba(108,236,255,.09);border-radius:26px;pointer-events:none;clip-path:polygon(0 0,34% 0,38% 12px,62% 12px,66% 0,100% 0,100% 100%,0 100%)}
.homepage-body .robot-hero-copy{position:relative;z-index:3;width:52%;padding:58px 56px 190px 58px}
.homepage-body .robot-hero-copy .eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid rgba(108,236,255,.23);border-left:3px solid #6cecff;border-radius:12px;background:rgba(7,17,31,.76);color:#a7f1ff;font-size:8px;font-weight:950;letter-spacing:.14em;backdrop-filter:blur(12px)}
.signal-dot{width:7px;height:7px;border-radius:50%;background:#6cecff;box-shadow:0 0 12px #6cecff}
.hero-kicker-row{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 18px}
.hero-kicker-row span{padding:7px 9px;border:1px solid rgba(141,108,255,.18);border-radius:9px;background:rgba(8,16,31,.62);color:#b9abff;font-size:7px;font-weight:900;letter-spacing:.1em}
.homepage-body .robot-hero-copy h1{max-width:700px;margin:0;color:#f8fbff;font-size:clamp(60px,4.55vw,86px);line-height:.88;letter-spacing:-.035em;text-shadow:0 18px 46px rgba(0,0,0,.72)}
.homepage-body .robot-hero-copy h1 em{font-style:normal;color:#74eaff;text-shadow:0 0 26px rgba(108,236,255,.18)}
.homepage-body .robot-hero-copy>p{max-width:670px;margin:22px 0;color:#d4e1ed;font-size:13px;line-height:1.8}
.homepage-body .hero-access{display:grid;grid-template-columns:1fr 1fr;gap:11px;max-width:620px;margin-top:20px}
.homepage-body .hero-action{min-height:76px;border-radius:16px}
.homepage-body .hero-register{background:linear-gradient(135deg,#6cecff 0%,#4b9cff 42%,#8d6cff 72%,#ff61d8 100%);color:#05101e;border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 44px rgba(77,158,255,.2),0 0 32px rgba(141,108,255,.14)}
.homepage-body .hero-login{background:linear-gradient(135deg,rgba(15,30,50,.94),rgba(7,16,30,.92));color:#f3f9ff;border:1px solid rgba(108,236,255,.24)}
.homepage-body .hero-plans-link{margin-top:13px;color:#83edff}
.hero-holo-stack{position:absolute;z-index:4;right:24px;top:26px;display:grid;gap:9px;width:238px}
.hero-holo-badge{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:9px 11px;border:1px solid rgba(108,236,255,.18);border-radius:14px;background:linear-gradient(135deg,rgba(7,16,30,.84),rgba(11,18,34,.66));box-shadow:0 12px 30px rgba(0,0,0,.22),inset 0 0 20px rgba(108,236,255,.03);backdrop-filter:blur(12px)}
.hero-holo-badge img{width:32px;height:32px;padding:5px;border:1px solid rgba(108,236,255,.18);border-radius:10px;background:rgba(108,236,255,.05)}
.hero-holo-badge div{display:grid;gap:4px}.hero-holo-badge span{color:#8fa5bb;font-size:6px;font-weight:900;letter-spacing:.12em}.hero-holo-badge strong{color:#8eeeff;font-size:10px;letter-spacing:.08em}
.homepage-body .robot-stats{position:absolute;z-index:4;left:30px;right:30px;bottom:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0}
.homepage-body .robot-stats>div{position:relative;min-height:104px;padding:17px 16px 14px;border:1px solid rgba(108,236,255,.18);border-radius:15px;background:linear-gradient(135deg,rgba(8,18,33,.9),rgba(6,13,25,.84));box-shadow:inset 0 0 22px rgba(108,236,255,.03);overflow:hidden}
.homepage-body .robot-stats>div:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:2px;background:linear-gradient(180deg,#6cecff,#8d6cff,#ff61d8);box-shadow:0 0 15px rgba(108,236,255,.25)}
.homepage-body .robot-stats span{display:block;color:#6cecff;font-family:Consolas,monospace;font-size:9px}.homepage-body .robot-stats strong{display:block;margin-top:7px;color:#f5f9ff;font-size:24px}.homepage-body .robot-stats small{display:block;margin-top:6px;color:#8fa4ba;font-size:7px;letter-spacing:.11em}
.hero-network-status{position:absolute;z-index:5;right:28px;bottom:146px;display:grid;grid-template-columns:10px auto;gap:4px 9px;align-items:center;padding:12px 14px;border:1px solid rgba(108,236,255,.2);border-radius:14px;background:rgba(6,13,25,.86);backdrop-filter:blur(14px)}
.hero-network-status i{grid-row:1/3;width:8px;height:8px;border-radius:50%;background:#6cecff;box-shadow:0 0 14px #6cecff}.hero-network-status span{color:#899fb5;font-size:6px;letter-spacing:.12em}.hero-network-status strong{color:#7feaff;font-family:Consolas,monospace;font-size:11px}

/* SECURITY ROBOT STRIP */
.homepage-body .cyber-security-strip{position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:0}
.homepage-body .cyber-security-strip:before{content:"ROBOTIC SECURITY MATRIX · 04 ACTIVE NODES";position:absolute;left:18px;top:-10px;padding:5px 9px;border:1px solid rgba(108,236,255,.2);border-radius:999px;background:#061020;color:#7cecff;font-size:6px;font-weight:1000;letter-spacing:.13em}
.homepage-body .security-seal{min-height:120px;padding:20px 14px 15px;border:1px solid rgba(108,236,255,.15);border-radius:19px;background:radial-gradient(circle at 10% 20%,rgba(108,236,255,.08),transparent 28%),linear-gradient(145deg,rgba(10,20,37,.96),rgba(5,12,25,.94));box-shadow:0 20px 52px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.018)}
.homepage-body .security-seal-icon{border-color:rgba(108,236,255,.22);background:linear-gradient(145deg,rgba(108,236,255,.08),rgba(141,108,255,.08));color:#6cecff}
.homepage-body .security-seal-icon img{width:32px;height:32px}.homepage-body .security-seal span{color:#7e96af}.homepage-body .security-seal strong{color:#edf7ff}.homepage-body .security-seal small{color:#93a9be}.homepage-body .security-seal>b{border-color:rgba(141,108,255,.2);background:rgba(141,108,255,.05);color:#c4a8ff}

/* ROBOT SECTION BANNERS */
.homepage-body .section-shell{padding:90px 0}
.robot-section-banner{--banner:url("../img/fhd/sections/faq.jpg");position:relative;min-height:245px;margin-bottom:28px;padding:34px 38px;display:grid;grid-template-columns:84px minmax(0,1.05fr) minmax(300px,.75fr);gap:24px;align-items:center;overflow:hidden;border:1px solid rgba(108,236,255,.2);border-radius:28px;background-image:linear-gradient(90deg,rgba(4,10,22,.98) 0%,rgba(5,12,26,.94) 42%,rgba(5,11,23,.45) 75%,rgba(5,10,20,.3)),var(--banner);background-size:cover;background-position:center;box-shadow:0 30px 80px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.02)}
.robot-section-banner:before{content:"";position:absolute;left:38px;right:38px;bottom:0;height:3px;background:linear-gradient(90deg,transparent,#6cecff 20%,#8d6cff 58%,#ff61d8 85%,transparent);box-shadow:0 0 24px rgba(108,236,255,.24)}
.robot-section-banner:after{content:"";position:absolute;inset:12px;border:1px solid rgba(108,236,255,.05);border-radius:21px;pointer-events:none}
.robot-section-banner>*{position:relative;z-index:2}
.robot-section-icon{width:76px;height:76px;display:grid;place-items:center;border:1px solid rgba(108,236,255,.22);border-radius:21px;background:linear-gradient(145deg,rgba(108,236,255,.09),rgba(141,108,255,.07));box-shadow:inset 0 0 30px rgba(108,236,255,.05),0 0 25px rgba(108,236,255,.04)}
.robot-section-icon img{width:44px;height:44px}.robot-section-banner span{color:#78eaff;font-size:8px;font-weight:1000;letter-spacing:.16em}.robot-section-banner h2{margin:8px 0 0;color:#f5f9ff;font-size:clamp(42px,3.8vw,66px);line-height:.94}.robot-section-banner p{justify-self:end;max-width:460px;margin:0;padding:16px 18px;border:1px solid rgba(108,236,255,.13);border-left:3px solid #8d6cff;border-radius:14px;background:rgba(6,13,25,.72);color:#cbd9e7;font-size:12px;line-height:1.65;backdrop-filter:blur(12px)}
.robot-banner-plans{--banner:url("../img/fhd/sections/engine.jpg")}

/* ROBOT PLAN MATRIX */
.homepage-body .plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.homepage-body .plan-card{--accent:#6cecff;min-height:780px;border:1px solid color-mix(in srgb,var(--accent) 28%,rgba(255,255,255,.06));border-radius:24px;background:radial-gradient(circle at 88% 10%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 23%),linear-gradient(180deg,rgba(8,18,33,.98),rgba(5,12,24,.98));box-shadow:0 28px 70px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.018)}
.homepage-body .plan-card:nth-child(1){--accent:#6cecff}.homepage-body .plan-card:nth-child(2){--accent:#4b9cff}.homepage-body .plan-card:nth-child(3){--accent:#c7ff54}.homepage-body .plan-card:nth-child(4){--accent:#ffb84e}.homepage-body .plan-card:nth-child(5){--accent:#c46cff}
.homepage-body .plan-card:hover{transform:translateY(-9px);box-shadow:0 38px 86px rgba(0,0,0,.52),0 0 38px color-mix(in srgb,var(--accent) 12%,transparent)}
.homepage-body .plan-top-visual{height:270px;padding:10px;display:grid;place-items:center;border-bottom:1px solid rgba(255,255,255,.055);background:linear-gradient(180deg,rgba(6,13,25,.98),rgba(8,14,24,.94));overflow:hidden}
.homepage-body .plan-top-visual img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:14px;filter:saturate(1.15) contrast(1.08) brightness(1.04);box-shadow:0 0 26px color-mix(in srgb,var(--accent) 8%,transparent)}
.homepage-body .plan-top-visual:after{background:linear-gradient(180deg,transparent 55%,rgba(6,12,23,.5))}
.homepage-body .plan-visual-overlay{padding:18px}.homepage-body .plan-percent-orb{min-width:76px;height:68px;border-radius:17px;font-size:20px;background:rgba(5,12,22,.88)}
.homepage-body .plan-content{padding:20px 20px 22px}.homepage-body .plan-title-row small{color:var(--accent)}.homepage-body .plan-content h3{color:#f6f9ff;font-size:29px}.homepage-body .plan-return-value,.homepage-body .plan-desc,.homepage-body .plan-range-box,.homepage-body .plan-range-core{border-color:rgba(255,255,255,.065);background:linear-gradient(135deg,rgba(255,255,255,.022),rgba(255,255,255,.008))}.homepage-body .plan-return-value strong{color:var(--accent);font-size:58px}.homepage-body .plan-desc{color:#c9d9e6}.homepage-body .plan-features span{border-color:color-mix(in srgb,var(--accent) 28%,rgba(255,255,255,.06));background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 7%,transparent),rgba(255,255,255,.01))}.homepage-body .plan-features i{color:var(--accent)}.homepage-body .plan-range-core img{width:28px;height:28px}.homepage-body .plan-action-button{border-color:color-mix(in srgb,var(--accent) 42%,rgba(255,255,255,.08));background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 12%,transparent),rgba(5,11,21,.96));color:var(--accent);font-size:13px}.homepage-body .plan-action-button:hover{background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 64%,#8d6cff 36%));color:#06101c}

/* ENGINE / MEDIA PANELS */
.robot-engine-grid,.affiliate-command-grid,.robot-creator-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}
.robot-media-panel{position:relative;min-height:620px;overflow:hidden;border:1px solid rgba(108,236,255,.18);border-radius:26px;background:#06101d;box-shadow:0 28px 72px rgba(0,0,0,.38)}
.robot-media-panel:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(3,8,18,.04),rgba(3,8,18,.76) 86%)}
.robot-media-panel img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(1.16) contrast(1.08)}
.media-hud{position:absolute;z-index:3;left:22px;right:22px;bottom:22px;padding:17px 18px;border:1px solid rgba(108,236,255,.18);border-radius:16px;background:rgba(6,13,25,.82);backdrop-filter:blur(14px);box-shadow:inset 0 0 28px rgba(108,236,255,.03)}
.media-hud span{display:block;color:#7a91a8;font-size:7px;letter-spacing:.13em}.media-hud strong{display:block;margin-top:7px;color:#72ebff;font-family:Consolas,monospace;font-size:18px}
.robot-console-panel{position:relative;padding:40px 36px;border:1px solid rgba(108,236,255,.17);border-radius:26px;background:radial-gradient(circle at 84% 12%,rgba(141,108,255,.09),transparent 27%),linear-gradient(145deg,rgba(10,20,37,.96),rgba(6,13,25,.95));box-shadow:0 28px 72px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.018)}
.console-index{display:inline-flex;padding:8px 10px;border:1px solid rgba(108,236,255,.18);border-radius:10px;background:rgba(108,236,255,.04);color:#79ebff;font-size:8px;font-weight:900;letter-spacing:.13em}.robot-console-panel h3{margin:22px 0 14px;color:#f5f9ff;font-size:42px;line-height:.96}.robot-console-panel>p{color:#bdcedd;font-size:13px;line-height:1.75}.robot-console-list{display:grid;gap:10px;margin:26px 0}.robot-console-list>div{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;padding:13px;border:1px solid rgba(108,236,255,.12);border-radius:14px;background:rgba(255,255,255,.012)}.robot-console-list img{width:34px;height:34px;padding:5px;border:1px solid rgba(108,236,255,.18);border-radius:10px;background:rgba(108,236,255,.04)}.robot-console-list span{display:grid;gap:4px}.robot-console-list b{color:#eaf7ff;font-size:10px}.robot-console-list small{color:#8299b0;font-size:8px}

/* PAYMENT MATRIX */
.gateway-grid-robot{display:grid;grid-template-columns:1fr 1fr;gap:18px}.gateway-grid-robot article{min-height:300px;padding:30px;border:1px solid rgba(108,236,255,.16);border-radius:24px;background:radial-gradient(circle at 86% 18%,rgba(141,108,255,.08),transparent 30%),linear-gradient(145deg,rgba(9,19,36,.96),rgba(5,12,24,.94));box-shadow:0 24px 66px rgba(0,0,0,.34)}.gateway-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.gateway-top>div:last-child{display:grid;text-align:right}.gateway-top span{color:#7e94aa;font-size:7px;letter-spacing:.13em}.gateway-top b{color:#8eeeff;font-size:8px}.gateway-grid-robot h3{margin:32px 0 12px;color:#f5f9ff;font-size:38px}.gateway-grid-robot p{max-width:580px;color:#c4d4e1;line-height:1.75}.gateway-badge{width:64px;height:64px;border-radius:18px;background:linear-gradient(145deg,rgba(108,236,255,.14),rgba(75,156,255,.08));color:#72ebff}.gateway-badge.pk{background:linear-gradient(145deg,rgba(141,108,255,.15),rgba(255,97,216,.08));color:#d5a9ff}.gateway-status{display:flex;align-items:center;gap:8px;margin-top:26px;padding-top:16px;border-top:1px solid rgba(108,236,255,.1);color:#79ebff;font-size:8px;font-weight:900;letter-spacing:.1em}.gateway-status i{width:7px;height:7px;border-radius:50%;background:#6cecff;box-shadow:0 0 12px #6cecff}.coin-grid-robot{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-top:16px}.coin-grid-robot .coin-item{min-height:78px;padding:11px;border:1px solid rgba(108,236,255,.12);border-radius:15px;background:linear-gradient(145deg,rgba(9,18,34,.9),rgba(5,12,24,.88));box-shadow:inset 0 0 20px rgba(108,236,255,.02)}.coin-grid-robot .coin-item:hover{transform:translateY(-3px);border-color:rgba(108,236,255,.26);box-shadow:0 16px 30px rgba(0,0,0,.24),0 0 18px rgba(108,236,255,.05)}

/* AFFILIATE / CREATOR */
.affiliate-media,.robot-creator-grid .creator-main{min-height:590px}.affiliate-media .primary-button,.robot-creator-grid .creator-main>.primary-button{position:absolute;z-index:4;left:22px;bottom:102px}.holographic-levels{display:grid;gap:11px}.holographic-levels>div{position:relative;min-height:104px;padding:18px 22px 16px 88px;border:1px solid rgba(108,236,255,.14);border-radius:18px;background:linear-gradient(145deg,rgba(9,19,35,.95),rgba(5,12,24,.93));overflow:hidden}.holographic-levels>div:before{content:attr(data-level);position:absolute}.holographic-levels>div:after{content:"";position:absolute;left:22px;top:23px;width:48px;height:48px;border:1px solid rgba(108,236,255,.24);border-radius:50%;background:radial-gradient(circle,rgba(108,236,255,.08),transparent 70%);box-shadow:0 0 20px rgba(108,236,255,.05)}.holographic-levels span{color:#75eaff;font-size:8px;letter-spacing:.12em}.holographic-levels strong{display:block;margin-top:6px;color:#bba1ff;font-size:30px}.holographic-levels small{color:#7990a6;font-size:7px}.holographic-levels i{position:absolute;right:20px;top:50%;width:56px;height:1px;background:linear-gradient(90deg,rgba(108,236,255,.7),transparent)}
.robot-creator-grid{grid-template-columns:1.25fr .75fr}.robot-creator-grid .platform-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.robot-creator-grid .platform-card{position:relative;min-height:285px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(108,236,255,.14);border-radius:22px;background:radial-gradient(circle at 70% 20%,rgba(141,108,255,.07),transparent 28%),linear-gradient(145deg,rgba(9,18,34,.96),rgba(5,12,23,.94));overflow:hidden}.robot-creator-grid .platform-card:after{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;border:1px solid rgba(108,236,255,.07);border-radius:50%}.robot-creator-grid .platform-card img{width:52px;height:52px;position:relative;z-index:2}.robot-creator-grid .platform-card span{position:relative;z-index:2;color:#f5f9ff;font-size:16px;font-weight:950}.robot-creator-grid .platform-card small{display:block;margin-top:6px;color:#76eaff;font-size:7px;letter-spacing:.11em}

/* LEDGER / FAQ */
.robot-ledger-grid{gap:18px}.robot-ledger-grid .ledger-panel{border:1px solid rgba(108,236,255,.14);border-top:3px solid #6cecff;border-radius:22px;background:linear-gradient(145deg,rgba(9,18,34,.96),rgba(5,12,23,.94));box-shadow:0 24px 64px rgba(0,0,0,.32)}.robot-ledger-grid .withdraw-ledger{border-top-color:#ff61d8}.robot-ledger-grid .ledger-panel>header{background:linear-gradient(90deg,rgba(108,236,255,.035),transparent);border-bottom-color:rgba(108,236,255,.11)}.robot-ledger-grid .ledger-title>span{border-color:rgba(108,236,255,.2);color:#6cecff}.robot-ledger-grid .withdraw-ledger .ledger-title>span{color:#ff7edd;border-color:rgba(255,97,216,.2)}.robot-ledger-grid .ledger-empty{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.robot-faq-list{display:grid;gap:10px;margin-bottom:18px}.robot-faq-list details{border:1px solid rgba(108,236,255,.12);border-radius:16px;background:linear-gradient(145deg,rgba(9,18,34,.94),rgba(5,12,23,.92));box-shadow:inset 0 0 20px rgba(108,236,255,.015)}.robot-faq-list details[open]{border-color:rgba(141,108,255,.3);box-shadow:0 14px 30px rgba(0,0,0,.22),0 0 18px rgba(141,108,255,.04)}.robot-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;color:#edf7ff;font-size:11px;font-weight:900}.robot-faq-list summary:after{display:none}.robot-faq-list summary b{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(108,236,255,.18);border-radius:9px;color:#78eaff;font-size:16px}.robot-faq-list details p{margin:0;padding:0 20px 20px;color:#b7c9d8;line-height:1.7}

/* CYBER FOOTER */
.cyber-footer{position:relative;margin-top:30px;padding:54px 0 24px;border-top:1px solid rgba(108,236,255,.16);background:radial-gradient(circle at 20% 0%,rgba(108,236,255,.06),transparent 28%),radial-gradient(circle at 80% 0%,rgba(141,108,255,.06),transparent 30%),linear-gradient(180deg,#07101f,#030813)}
.cyber-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#6cecff 20%,#8d6cff 52%,#ff61d8 82%,transparent);box-shadow:0 0 18px rgba(108,236,255,.16)}
.cyber-footer-grid{display:grid;grid-template-columns:1.35fr 1.15fr .7fr .7fr .6fr;gap:28px}.footer-brand-zone p{max-width:360px;color:#8297ad}.footer-system{padding:18px;border:1px solid rgba(108,236,255,.12);border-radius:16px;background:rgba(255,255,255,.012);display:grid;align-content:center;gap:7px}.footer-system span{color:#7f96ac;font-size:7px;letter-spacing:.13em}.footer-system strong{color:#7eeaff;font-family:Consolas,monospace;font-size:15px}.footer-system small{color:#70869c;font-size:7px}.cyber-footer h4{color:#74eaff}.cyber-footer a,.cyber-footer span{color:#8ea3b8}.cyber-footer .footer-bottom{border-top-color:rgba(108,236,255,.1);color:#6e8398}

/* AUTH + USER PANEL ALIGNMENT TO SAME THEME */
body.public-body:not(.homepage-body){background-color:#030812;background-image:radial-gradient(circle at 80% 10%,rgba(141,108,255,.1),transparent 28%),radial-gradient(circle at 15% 55%,rgba(108,236,255,.08),transparent 30%),linear-gradient(rgba(3,8,18,.72),rgba(3,8,18,.88)),url("../img/fhd/site-ambient-bg.jpg");background-size:auto,auto,auto,cover;background-attachment:fixed}
body.public-body:not(.homepage-body) .site-header{background:rgba(3,8,18,.86);border-bottom-color:rgba(108,236,255,.12)}
.auth-shell,.dashboard-hero,.dash-panel,.user-command-nav,.user-plan-card,.checkout-card,.simple-hero>div,.legal-copy{border-color:rgba(108,236,255,.16)!important;background:radial-gradient(circle at 85% 10%,rgba(141,108,255,.07),transparent 28%),linear-gradient(145deg,rgba(10,20,37,.96),rgba(5,12,24,.95))!important;box-shadow:0 26px 70px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.018)!important}
.user-command-nav a.active,.user-command-nav a:hover{background:linear-gradient(135deg,rgba(108,236,255,.14),rgba(141,108,255,.1))!important;color:#f5f9ff!important}
.user-command-nav a.active:before{background:linear-gradient(180deg,#6cecff,#8d6cff,#ff61d8)!important}
.metric-grid strong,.panel-title a,.balance-callout strong,.transaction-list strong.positive,.investment-list strong{color:#76eaff!important}
input:focus,select:focus,textarea:focus{border-color:#6cecff!important;box-shadow:0 0 0 3px rgba(108,236,255,.07),inset 0 0 20px rgba(108,236,255,.025)!important}

/* RESPONSIVE */
@media(max-width:1360px){
  .network-pulse{display:none}.homepage-body .robot-hero-shell{min-height:760px}.homepage-body .robot-hero-copy{width:58%;padding-right:36px}.homepage-body .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coin-grid-robot{grid-template-columns:repeat(4,minmax(0,1fr))}.robot-section-banner{grid-template-columns:70px 1fr}.robot-section-banner p{grid-column:2;justify-self:start;max-width:700px}.robot-engine-grid,.affiliate-command-grid,.robot-creator-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:980px){
  .homepage-body .robot-hero-shell{min-height:940px;background-position:62% center}.homepage-body .robot-hero-copy{width:100%;padding:54px 34px 360px;background:linear-gradient(90deg,rgba(3,8,19,.95),rgba(3,8,19,.75) 60%,rgba(3,8,19,.2))}.hero-holo-stack{top:auto;bottom:170px;left:30px;right:30px;width:auto;grid-template-columns:repeat(3,1fr)}.homepage-body .robot-stats{grid-template-columns:repeat(2,1fr)}.hero-network-status{display:none}.homepage-body .cyber-security-strip{grid-template-columns:repeat(2,1fr)}.robot-engine-grid,.affiliate-command-grid,.robot-creator-grid,.gateway-grid-robot{grid-template-columns:1fr}.robot-media-panel{min-height:520px}.coin-grid-robot{grid-template-columns:repeat(3,1fr)}.cyber-footer-grid{grid-template-columns:1fr 1fr}.footer-brand-zone,.footer-system{grid-column:span 1}
}
@media(max-width:820px){
  body.homepage-body{background-attachment:scroll}.homepage-body .cyber-header{height:68px}.homepage-body .main-nav{top:82px;left:14px;right:14px;background:rgba(5,12,24,.98)}.homepage-body .robot-hero-shell{min-height:1030px;border-radius:24px}.homepage-body .robot-hero-copy{padding:42px 22px 430px}.homepage-body .robot-hero-copy h1{font-size:clamp(48px,12vw,68px)}.homepage-body .hero-access{grid-template-columns:1fr}.hero-holo-stack{grid-template-columns:1fr;bottom:230px}.homepage-body .robot-stats{left:18px;right:18px;bottom:18px}.homepage-body .cyber-security-strip{grid-template-columns:1fr}.robot-section-banner{min-height:320px;padding:28px 24px;grid-template-columns:58px 1fr}.robot-section-icon{width:56px;height:56px;border-radius:16px}.robot-section-icon img{width:34px;height:34px}.robot-section-banner p{grid-column:1/-1}.homepage-body .plans-grid{grid-template-columns:1fr}.homepage-body .plan-top-visual{height:330px}.robot-media-panel{min-height:460px}.coin-grid-robot{grid-template-columns:repeat(2,1fr)}.robot-creator-grid .platform-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .homepage-body .robotic-brand small{display:none}.homepage-body .robotic-brand>span:last-child{font-size:12px}.homepage-body .robot-hero-shell{min-height:1120px}.homepage-body .robot-hero-copy{padding:34px 18px 500px}.hero-kicker-row{display:grid;grid-template-columns:1fr 1fr}.homepage-body .robot-stats{grid-template-columns:1fr 1fr}.homepage-body .robot-stats>div{min-height:86px;padding:13px}.homepage-body .robot-stats strong{font-size:18px}.hero-holo-stack{left:18px;right:18px;bottom:390px}.robot-section-banner{grid-template-columns:1fr;padding:22px 18px}.robot-section-icon{display:none}.robot-section-banner p{grid-column:1}.robot-section-banner h2{font-size:38px}.homepage-body .plan-top-visual{height:250px}.homepage-body .plan-content{padding:17px}.homepage-body .plan-return-panel{grid-template-columns:1fr}.homepage-body .plan-return-value strong{font-size:48px}.gateway-grid-robot article{padding:22px}.coin-grid-robot{grid-template-columns:1fr 1fr}.robot-creator-grid .platform-cards{grid-template-columns:1fr}.robot-console-panel{padding:28px 22px}.robot-console-panel h3{font-size:34px}.cyber-footer-grid{grid-template-columns:1fr}.cyber-footer-grid>*{grid-column:1!important}
}

/* final palette lock: no lime/green UI remnants */
.homepage-body .plan-card:nth-child(3){--accent:#8d7dff}
.public-body .primary-button,
.public-body button.primary-button,
.public-body a.primary-button{
  background:linear-gradient(135deg,#6cecff 0%,#4b9cff 38%,#8d6cff 70%,#ff61d8 100%);
  color:#06101d;
  border-color:rgba(130,210,255,.24);
  box-shadow:0 16px 38px rgba(75,156,255,.18),0 0 22px rgba(141,108,255,.1);
}
.public-body .primary-button:hover,
.public-body button.primary-button:hover,
.public-body a.primary-button:hover{box-shadow:0 22px 52px rgba(75,156,255,.26),0 0 34px rgba(141,108,255,.18)}
.public-body .dash-nav a.active,.public-body .dash-nav a:hover{background:linear-gradient(135deg,#6cecff,#4b9cff 45%,#8d6cff);color:#06101d}
.public-body .status.paid,.public-body .status.active,.public-body .status.approved{background:rgba(108,236,255,.08);color:#78eaff;border-color:rgba(108,236,255,.18)}
