/* OrbitX production redesign */
body { background-color: #02050d; }
.ox-nav {
  min-height: 78px;
  padding: 5px max(28px, calc((100vw - 1540px) / 2));
  background: rgba(2, 5, 16, .94);
  border-bottom-color: rgba(255, 255, 255, .09);
}
.ox-brand { width: 160px; height: 70px; overflow: visible; flex: none; }
.ox-brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: none; }
.ox-nav-links { border: 0; background: transparent; gap: 18px; font-size: 14px; }
.ox-nav-links a { padding: 10px 3px; border-radius: 0; }
.ox-nav-links a:first-child, .ox-nav-links a:hover { color: #ff9b00; background: transparent; border-bottom: 2px solid #ff9b00; }
.ox-nav .ox-btn { min-height: 44px; padding: 0 22px; border-radius: 8px; color: #fff; background: rgba(255, 128, 0, .08); border: 1px solid #ff8a00; box-shadow: 0 0 24px rgba(255, 116, 0, .24); }

.orbitx-launch-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: 690px;
  padding: 82px max(4.2vw, calc((100vw - 1540px) / 2)) 132px;
  grid-template-columns: minmax(480px, .78fr) minmax(500px, 1.22fr);
  overflow: hidden;
  background: #020816 url("./assets/orbitx-astronaut-hero.png") center / cover no-repeat;
}
.orbitx-launch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(1,4,13,.92) 0%, rgba(1,4,13,.68) 34%, rgba(1,4,13,.05) 63%), linear-gradient(0deg, rgba(1,4,13,.34), transparent 45%);
}
.orbitx-launch-hero .ox-hero-copy { max-width: 720px; }
.orbitx-launch-hero .ox-kicker { display: inline-flex; padding: 12px 20px; border: 1px solid #ff8500; border-radius: 999px; background: rgba(5,8,20,.68); box-shadow: 0 0 24px rgba(255,121,0,.22); color: #fff; letter-spacing: 0; }
.orbitx-launch-hero h1 { margin-top: 24px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(56px, 5.5vw, 88px); font-weight: 850; line-height: .98; }
.orbitx-launch-hero h1 span { background: linear-gradient(180deg, #ffc027, #ff6900); -webkit-background-clip: text; background-clip: text; color: transparent; }
.orbitx-launch-hero p { max-width: 600px; margin-top: 22px; color: #d7dbea; font-size: 20px; line-height: 1.55; }
.orbitx-launch-hero .ox-btn { min-width: 220px; min-height: 62px; border-radius: 9px; font-size: 17px; }
.orbitx-launch-hero .ox-btn-dark { border-color: #ff7b00; background: rgba(3,8,22,.68); }
.orbitx-launch-hero .hero-chips {
  width: min(100%, 600px);
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.orbitx-launch-hero .hero-chips span {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border-color: rgba(255,125,0,.46);
  background: rgba(4,8,19,.64);
  color: #f4f5f8;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.orbitx-launch-hero .hero-art-shell { min-height: 1px; border: 0; box-shadow: none; background: none; }
.hero-stats { position: relative; z-index: 3; width: min(1440px, calc(100% - 60px)); grid-template-columns: repeat(5, 1fr); margin: -86px auto 46px; padding: 10px; border: 1px solid #ff8400; border-radius: 16px; background: rgba(4,6,18,.9); box-shadow: 0 0 35px rgba(255,110,0,.16); }
.hero-stats div { min-height: 88px; padding: 18px 24px; border: 0; border-right: 1px solid rgba(255,132,0,.28); border-radius: 0; background: transparent; text-align: center; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; margin-top: 7px; color: #fff; font-size: 25px; }
.hero-stats span { color: #aeb7ca; }

.orbitx-register-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 96px max(5vw, calc((100vw - 1540px) / 2)) 38px;
  grid-template-columns: minmax(480px, 1fr) minmax(480px, 580px);
  gap: 54px;
  background: #030716 url("./assets/orbitx-astronaut-hero.png") center / cover no-repeat;
}
.orbitx-register-stage::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,5,17,.26), rgba(2,5,17,.56) 55%, rgba(3,4,15,.92) 82%), linear-gradient(0deg, rgba(3,4,15,.68), transparent 50%); }
.orbitx-register-stage .activate-art-panel { min-height: 720px; display: flex; align-items: flex-start; padding-top: 70px; overflow: visible; }
.orbitx-register-stage .activate-art-panel::after { display: none; }
.register-intro h1 { margin: 0; font-size: clamp(58px, 6vw, 88px); line-height: 1; }
.register-intro h1 span { color: #ff8a00; }
.register-intro p { margin: 10px 0 28px; color: #ced4e2; font-size: 25px; }
.register-chips { display: grid; grid-template-columns: repeat(2, max-content); gap: 12px; }
.register-chips span { padding: 12px 18px; border: 1px solid rgba(255,126,0,.35); border-radius: 999px; background: rgba(4,8,21,.68); font-weight: 750; }
.premium-auth-card { width: 100%; padding: 26px 34px 24px; gap: 13px; border: 1px solid #ff8a00; border-radius: 28px; background: linear-gradient(155deg, rgba(12,16,44,.94), rgba(4,6,22,.96)); box-shadow: 0 0 0 1px rgba(226,78,255,.18), 0 0 42px rgba(255,111,0,.18), 0 30px 90px rgba(0,0,0,.46); backdrop-filter: blur(24px); }
.activate-brand { justify-content: center; width: 240px; height: 110px; margin: -8px auto -4px; overflow: visible; }
.activate-brand img { width: 100%; max-height: none; height: 100%; object-fit: contain; object-position: center; filter: none; }
.activate-card-heading { text-align: center; }
.activate-card-heading h1 { margin: 0; font-size: 27px; }
.activate-card-heading p { margin: 6px 0 2px; color: #aeb6ca; }
.premium-auth-card .auth-connect { min-height: 48px; margin-top: 2px; border-radius: 9px; color: #fff; background: linear-gradient(180deg, #ff9700, #eb5a00); }
.premium-auth-card .network-badge { min-height: 34px; font-size: 12px; }
.premium-auth-card .activation-summary { grid-template-columns: 1fr 1fr; }
.premium-auth-card .activation-summary div { min-height: 58px; padding: 11px 14px; border-radius: 9px; }
.premium-auth-card .action-form { gap: 10px; }
.premium-auth-card label { font-size: 13px; }
.premium-auth-card input { min-height: 48px; border-radius: 7px; background: rgba(20,25,57,.88); color: #fff; border-color: rgba(125,144,210,.35); }
.premium-auth-card input::placeholder { color: #8f97ad; }
.premium-auth-card .lookup-row { grid-template-columns: 1fr 100px; gap: 8px; }
.premium-auth-card .secondary-btn { min-height: 48px; border-radius: 7px; }
.premium-auth-card .verification-card { padding: 10px 13px; border-radius: 8px; }
.premium-auth-card .activation-wallet-card { grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid rgba(255,127,0,.38); border-radius: 9px; overflow: hidden; }
.premium-auth-card .activation-wallet-card div { min-width: 0; padding: 11px; border-right: 1px solid rgba(255,127,0,.18); }
.premium-auth-card .activation-wallet-card div:last-child { border-right: 0; }
.premium-auth-card .activation-wallet-card strong { overflow-wrap: anywhere; font-size: 12px; }
.premium-auth-card .form-meta { padding: 11px 14px; border-radius: 8px; }
.terms-check { display: flex; align-items: flex-start; gap: 9px; color: #c4cada !important; font-weight: 600 !important; }
.terms-check input { width: 18px; min-height: 18px; height: 18px; margin: 0; accent-color: #ff7800; }
.premium-auth-card #activateBtn { min-height: 52px; border-radius: 999px; color: #fff; background: linear-gradient(180deg, #ff9700, #ed5700); }
.premium-auth-card .auth-back { min-height: 46px; border-radius: 999px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 5px; color: #bfc6d6; font-size: 10px; text-align: center; }
.activate-body > .site-footer { display: none; }

.dashboard-body { background: #020609; }
.dashboard-body::before { opacity: .3; }
.db-shell { grid-template-columns: 190px minmax(0,1fr); padding: 0; gap: 0; }
.sidebar { top: 0; height: 100vh; padding: 8px 10px; border-width: 0 1px 0 0; border-radius: 0; border-color: rgba(117,150,178,.25); background: linear-gradient(180deg, #030b10, #020609); box-shadow: none; }
.sidebar .brand { height: 88px; margin: 0 0 8px; padding: 4px 0; justify-content: center; overflow: visible; }
.sidebar .brand img { width: 158px; max-height: none; height: 78px; object-fit: contain; object-position: center; filter: none; }
.side-nav { gap: 4px; }
.nav-link { min-height: 40px; padding: 0 11px; border-radius: 7px; font-size: 13px; color: #e1e7ef; }
.nav-link::before { display: none; }
.nav-link > span { width: 26px; color: #ff8900; font-size: 17px; }
.nav-link.active, .nav-link:hover { border-color: rgba(255,129,0,.35); background: linear-gradient(90deg, rgba(124,55,0,.88), rgba(255,125,0,.55)); box-shadow: inset 0 0 18px rgba(255,150,0,.18); }
.nav-link.active > span { color: #fff; }
.sidebar-card { left: 10px; right: 10px; bottom: 12px; border-radius: 7px; font-size: 11px; }
.main { max-width: none; padding: 0; }
.topbar { position: relative; top: 0; min-height: 72px; margin: 0; padding: 8px 18px; border: 0; border-bottom: 1px solid rgba(117,150,178,.22); border-radius: 0; background: rgba(2,7,10,.96); box-shadow: none; }
.topbar .eyebrow { margin: 0 0 3px; color: #aeb8c5; text-transform: none; letter-spacing: 0; }
.topbar h1 { font-family: Inter, sans-serif; font-size: 22px; }
.topbar .primary-btn { min-height: 42px; padding: 0 22px; border-radius: 7px; color: #fff; background: linear-gradient(180deg, #ff8f00, #eb5c00); }
.dashboard-board { grid-template-columns: minmax(0,1fr) 330px; gap: 0; }
.dashboard-center { padding: 12px; border-right: 1px solid rgba(117,150,178,.2); }
.dashboard-aside { top: 0; padding: 12px; gap: 10px; }
.dashboard-welcome { min-height: 82px; margin: 0 0 10px; padding: 10px 16px; border: 0; border-bottom: 1px solid rgba(117,150,178,.16); border-radius: 0; background: transparent; }
.dashboard-welcome h2 { font-family: Inter, sans-serif; font-size: 20px; }
.welcome-rank-card, .welcome-balance-card { min-width: 145px; padding: 9px 12px; border: 0; border-left: 1px solid rgba(117,150,178,.18); border-radius: 0; background: transparent; text-align: left; }
.welcome-rank-card span, .welcome-balance-card span { display: block; color: #a9b2bf; font-size: 10px; }
.welcome-rank-card strong, .welcome-balance-card strong { display: block; margin-top: 4px; color: #ff9a00; font-size: 17px; }
.dashboard-body .panel, .dashboard-body .tree-panel, .dashboard-body .empty-state, .dashboard-body .event-item, .earnings-row div, .stat-card, .metric-card, .rank-card, .pool-card { border-color: rgba(117,150,178,.22); border-radius: 8px; background: linear-gradient(145deg, rgba(8,17,22,.96), rgba(3,9,13,.96)); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.earnings-row { gap: 10px; margin: 0 0 10px; }
.earnings-row div { min-height: 104px; padding: 18px 16px; }
.earnings-row span, .metric-card span { color: #c0c8d1; text-transform: none; }
.earnings-row strong { display: block; margin: 7px 0; font-size: 24px; }
.earnings-row small { color: #51df65; }
.dashboard-grid { grid-template-columns: repeat(6, 1fr); gap: 8px; }
.metric-card, .stat-card { min-height: 82px; padding: 13px; }
.metric-card strong, .stat-card strong { margin-top: 8px; font-size: 21px; }
.dashboard-panels { grid-template-columns: .88fr 1.12fr 1fr; gap: 10px; margin-top: 10px; }
.network-warning, .panel { margin-bottom: 10px; padding: 15px; }
.dashboard-body .panel h2 { font-family: Inter, sans-serif; font-size: 16px; }
.rank-grid, .pool-grid { grid-template-columns: 1fr; gap: 6px; }
.rank-card, .pool-card { min-height: 62px; padding: 10px; }
.rank-card strong, .pool-card strong { font-size: 14px; }
.rank-card small, .pool-card small { display: block; margin-top: 3px; color: #9eabba; font-size: 10px; }
.tree-node { padding: 10px 6px; border-radius: 999px; font-size: 10px; }
.profile-panel { text-align: left; }
.avatar-ring { float: left; width: 84px; height: 84px; margin: 0 14px 14px 0; border-width: 5px; }
.avatar-ring span { width: 42px; height: 42px; }
.profile-panel .profile-meta { clear: both; }
.quick-grid a, .quick-grid button { min-height: 42px; border-radius: 7px; font-size: 12px; }
.pool-ring { width: 124px; height: 124px; }
.system-strip { margin: 0; border-width: 1px 0; border-radius: 0; }
.system-strip div { padding: 12px 14px; }
.system-strip strong { font-size: 15px; }
.dashboard-footer { margin: 0; border-width: 0; border-radius: 0; background: #020609; }
.site-footer img, .dashboard-footer img, .top-mobile-logo img { filter: none; }
.top-mobile-logo { height: 56px; overflow: visible; }
.top-mobile-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

@media (max-width: 1180px) {
  .ox-nav-links { gap: 8px; }
  .orbitx-launch-hero { grid-template-columns: 1fr; background-position: 64% center; }
  .orbitx-launch-hero .ox-hero-copy { padding: 30px 0; }
  .dashboard-board { grid-template-columns: 1fr; }
  .dashboard-aside { position: static; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(117,150,178,.2); }
}

@media (max-width: 980px) {
  .ox-nav { min-height: 68px; padding: 2px 14px; }
  .ox-brand { width: 132px; height: 62px; }
  .ox-brand img { width: 100%; height: 100%; object-fit: contain; }
  .orbitx-launch-hero { min-height: 720px; padding: 92px 26px 130px; background-position: 67% center; }
  .orbitx-launch-hero::before { background: linear-gradient(90deg, rgba(1,4,13,.94), rgba(1,4,13,.58) 55%, rgba(1,4,13,.16)); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); margin-top: -70px; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid rgba(255,132,0,.2); }
  .orbitx-register-stage { grid-template-columns: 1fr; padding: 90px 18px 30px; background-position: 64% center; }
  .orbitx-register-stage::before { background: rgba(2,5,17,.78); }
  .orbitx-register-stage .activate-art-panel { min-height: auto; padding: 30px 0 10px; }
  .register-intro { text-align: center; margin: auto; }
  .register-chips { justify-content: center; }
  .premium-auth-card { max-width: 600px; margin: auto; }
  .db-shell { grid-template-columns: 1fr; }
  .sidebar { width: min(82vw, 260px); }
  .dashboard-aside { grid-template-columns: 1fr; }
  .dashboard-panels { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .orbitx-launch-hero { min-height: 720px; padding: 84px 18px 130px; align-items: flex-start; background-position: 70% center; }
  .orbitx-launch-hero::before { background: linear-gradient(180deg, rgba(1,4,13,.88) 0%, rgba(1,4,13,.72) 58%, rgba(1,4,13,.26)); }
  .orbitx-launch-hero h1 { font-size: 45px; }
  .orbitx-launch-hero p { font-size: 16px; }
  .orbitx-launch-hero .hero-chips { width: 100%; grid-template-columns: 1fr 1fr; gap: 9px; }
  .orbitx-launch-hero .hero-chips span { min-height: 44px; padding: 0 8px; white-space: normal; }
  .hero-stats { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; }
  .hero-stats div { min-height: 72px; padding: 12px; }
  .hero-stats strong { font-size: 18px; }
  .register-intro h1 { font-size: 44px; }
  .register-intro p { font-size: 18px; }
  .register-chips { grid-template-columns: 1fr 1fr; }
  .register-chips span { padding: 9px; font-size: 11px; text-align: center; }
  .premium-auth-card { padding: 22px 16px; border-radius: 18px; }
  .premium-auth-card .activation-wallet-card, .premium-auth-card .activation-summary { grid-template-columns: 1fr; }
  .premium-auth-card .activation-wallet-card div { border-right: 0; border-bottom: 1px solid rgba(255,127,0,.18); }
  .trust-row { grid-template-columns: 1fr; }
  .dashboard-center, .dashboard-aside { padding: 8px; }
  .dashboard-welcome { display: grid; grid-template-columns: 1fr 1fr; }
  .dashboard-welcome > div:first-child { grid-column: 1 / -1; }
  .welcome-rank-card, .welcome-balance-card { min-width: 0; border-left: 0; border-top: 1px solid rgba(117,150,178,.18); }
  .dashboard-body .dashboard-grid, .dashboard-body .earnings-row { grid-template-columns: 1fr 1fr; }
  .earnings-row div { min-height: 92px; padding: 13px; }
  .earnings-row strong { font-size: 19px; }
  .system-strip { grid-template-columns: 1fr 1fr; }
}
