:root {
  --cb-bg: #02040f;
  --cb-panel: rgba(8, 15, 34, 0.76);
  --cb-cyan: #00e0ff;
  --cb-purple: #7b3cff;
  --cb-pink: #ff2fd1;
  --cb-lime: #73ff8f;
  --cb-gold: #ffe45c;
  --cb-text: #f5fbff;
  --cb-muted: #9fb3d7;
}

html {
  scroll-behavior: smooth;
  background-color: var(--cb-bg);
}

body,
.body {
  background-color: var(--cb-bg) !important;
  color: var(--cb-text);
}

body.body {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 224, 255, 0.18), transparent 30%),
    radial-gradient(circle at 82% 4%, rgba(255, 47, 209, 0.14), transparent 26%),
    linear-gradient(180deg, #02040f 0%, #060919 45%, #03040d 100%) !important;
  color: var(--cb-text);
  min-height: 100%;
}

section,
.wf-section,
.footer-wrap {
  background-color: var(--cb-bg);
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(2, 5, 18, 0.82) !important;
  border-bottom: 1px solid rgba(0, 224, 255, 0.3);
  box-shadow: 0 12px 42px rgba(0, 224, 255, 0.12);
  backdrop-filter: blur(18px);
}

.navigation-item {
  color: #e8faff !important;
  text-shadow: 0 0 12px rgba(0, 224, 255, 0.32);
}

.navigation-item:hover {
  color: var(--cb-cyan) !important;
}

.cb-led-logo {
  position: relative;
  width: 265px !important;
  min-height: 78px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: visible;
  text-decoration: none !important;
  perspective: 700px;
}

.cb-led-logo::before {
  content: "";
  position: absolute;
  inset: 14px 20px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 50%, rgba(0, 224, 255, 0.32), transparent 48%),
    radial-gradient(circle at 70% 50%, rgba(255, 47, 209, 0.26), transparent 48%);
  filter: blur(18px);
  opacity: 0.9;
  animation: cbLogoAura 2.4s ease-in-out infinite;
}

.cb-led-logo-text {
  position: relative;
  z-index: 3;
  display: inline-block;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #bff8ff 30%, #00e0ff 52%, #7b3cff 75%, #ff2fd1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font: 1000 29px/1 Montserrat, Arial, sans-serif;
  letter-spacing: -0.5px;
  text-transform: none;
  transform: rotateX(12deg) rotateY(-8deg);
  filter: drop-shadow(0 0 12px rgba(0, 224, 255, 0.72)) drop-shadow(0 0 24px rgba(255, 47, 209, 0.42));
  animation: cbLogoLed 1.9s ease-in-out infinite;
}

.cb-led-logo-text::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: #12142f;
  transform: translate(4px, 5px);
  text-shadow:
    1px 1px 0 #071124,
    2px 2px 0 #0b1434,
    3px 3px 0 #21115a,
    5px 5px 14px rgba(0, 0, 0, 0.65);
}

.cb-led-logo-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.74);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.34);
}

.cb-led-logo-mobile {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: saturate(1.2) contrast(1.18) drop-shadow(0 0 14px rgba(0, 224, 255, 0.48));
  animation: cbLogoFloat 2.6s ease-in-out infinite;
}

.cb-led-logo-grub {
  margin-right: -12px;
  transform: rotate(-8deg);
  object-position: 48% 58%;
}

.cb-led-logo-boomer {
  margin-left: -14px;
  transform: rotate(8deg);
  object-position: 48% 54%;
  animation-delay: -1.1s;
}

.cb-led-logo:hover .cb-led-logo-text {
  filter: drop-shadow(0 0 18px rgba(0, 224, 255, 0.9)) drop-shadow(0 0 34px rgba(255, 47, 209, 0.62));
}

.cb-aaa-hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 118px 24px 70px;
  background:
    linear-gradient(90deg, rgba(2, 4, 15, 0.94), rgba(4, 8, 26, 0.62) 47%, rgba(2, 4, 15, 0.9)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(2, 4, 15, 0.96)),
    url("../images/hero_bg.png") center center / cover no-repeat;
  isolation: isolate;
}

.cb-aaa-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, transparent, #02040f 78%);
  z-index: -1;
}

.cb-hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, black, transparent 88%);
}

.cb-hero-orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(0, 224, 255, 0.28);
  border-radius: 50%;
  filter: drop-shadow(0 0 24px rgba(0, 224, 255, 0.28));
  animation: cbSpin 18s linear infinite;
}

.cb-hero-orbit::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cb-pink);
  box-shadow: 0 0 28px var(--cb-pink);
}

.cb-hero-orbit-one {
  right: 8%;
  top: 16%;
}

.cb-hero-orbit-two {
  right: -120px;
  bottom: 8%;
  width: 300px;
  height: 300px;
  border-color: rgba(255, 47, 209, 0.22);
  animation-duration: 24s;
  animation-direction: reverse;
}

.cb-hero-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cb-hero-content {
  max-width: 760px;
}

.cb-kicker,
.cb-section-heading span,
.cb-admin-copy span {
  display: inline-flex;
  align-items: center;
  color: var(--cb-cyan);
  font: 800 12px/1 Montserrat, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 14px;
  border: 1px solid rgba(0, 224, 255, 0.36);
  background: rgba(0, 224, 255, 0.08);
  box-shadow: inset 0 0 18px rgba(0, 224, 255, 0.12), 0 0 24px rgba(0, 224, 255, 0.15);
}

.cb-hero-logo {
  display: block;
  width: min(420px, 90vw);
  margin: 24px 0 18px;
  filter: drop-shadow(0 0 20px rgba(0, 224, 255, 0.38)) drop-shadow(0 0 34px rgba(255, 47, 209, 0.2));
}

.cb-hero-title {
  margin: 0;
  color: var(--cb-text);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 0.95;
  text-transform: uppercase;
}

.cb-hero-title span,
.cb-hero-title strong {
  display: block;
}

.cb-hero-title span {
  font-size: clamp(46px, 8vw, 104px);
  font-weight: 900;
  text-shadow: 0 0 24px rgba(0, 224, 255, 0.4), 0 0 56px rgba(123, 60, 255, 0.25);
}

.cb-hero-title strong {
  margin-top: 8px;
  font-size: clamp(34px, 5.6vw, 72px);
  font-weight: 900;
  color: transparent;
  background: linear-gradient(90deg, var(--cb-cyan), var(--cb-pink), var(--cb-gold));
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(255, 47, 209, 0.35));
  animation: cbGlowText 3s ease-in-out infinite;
}

.cb-hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: #d9e7ff;
  font: 500 18px/1.65 "Libre Franklin", Arial, sans-serif;
}

.cb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.cb-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 172px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 8px;
  color: var(--cb-text) !important;
  font: 900 14px/1 Montserrat, sans-serif;
  letter-spacing: 1.5px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cb-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 34%, rgba(255, 255, 255, 0.12));
  opacity: 0;
  transition: opacity 180ms ease;
}

.cb-btn:hover {
  transform: translateY(-3px) scale(1.02);
}

.cb-btn:hover::before {
  opacity: 1;
}

.cb-btn-primary {
  border: 1px solid rgba(0, 224, 255, 0.75);
  background: linear-gradient(135deg, rgba(0, 224, 255, 0.95), rgba(123, 60, 255, 0.85), rgba(255, 47, 209, 0.9));
  box-shadow: 0 0 28px rgba(0, 224, 255, 0.36), 0 12px 34px rgba(123, 60, 255, 0.2);
  animation: cbPulse 2.2s ease-in-out infinite;
}

.cb-btn-secondary {
  border: 1px solid rgba(255, 47, 209, 0.55);
  background: rgba(8, 15, 34, 0.62);
  box-shadow: inset 0 0 24px rgba(255, 47, 209, 0.14), 0 0 26px rgba(255, 47, 209, 0.18);
}

.cb-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.cb-stat-card,
.cb-profile-card,
.cb-bot-preview,
.cb-feature-card,
.cb-admin-panel,
.cb-chat-window {
  border: 1px solid rgba(0, 224, 255, 0.28);
  background: linear-gradient(145deg, rgba(7, 14, 34, 0.82), rgba(18, 8, 42, 0.7));
  box-shadow: inset 0 0 30px rgba(0, 224, 255, 0.08), 0 18px 60px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(16px);
}

.cb-stat-card {
  padding: 16px 14px;
  border-radius: 8px;
  transform: perspective(700px) rotateX(2deg);
}

.cb-stat-card span,
.cb-profile-card span,
.cb-bot-preview span,
.cb-admin-panel span {
  display: block;
  color: var(--cb-muted);
  font: 700 11px/1.2 Montserrat, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.cb-stat-card strong {
  display: block;
  margin-top: 8px;
  color: var(--cb-cyan);
  font: 900 25px/1 Montserrat, sans-serif;
  text-shadow: 0 0 18px rgba(0, 224, 255, 0.52);
}

.cb-weekly-battles-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(123, 60, 255, 0.46);
}

.cb-weekly-battles-card::after {
  content: "";
  position: absolute;
  inset: auto 12px 9px 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 224, 255, 0.75), rgba(255, 47, 209, 0.7), transparent);
}

.cb-weekly-battles-card strong {
  color: #49ff8d;
  text-shadow: 0 0 18px rgba(73, 255, 141, 0.5);
}

.cb-weekly-battles-card em {
  display: block;
  margin-top: 5px;
  color: rgba(224, 239, 255, 0.74);
  font: 800 8px/1.25 Montserrat, sans-serif;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-style: normal;
}

.cb-weekly-battles-card em + em {
  color: rgba(0, 224, 255, 0.82);
}

.cb-hero-side {
  display: grid;
  gap: 18px;
}

.cb-profile-card {
  position: relative;
  border-radius: 8px;
  padding: 22px;
  overflow: hidden;
}

.cb-profile-card::before,
.cb-feature-card::before,
.cb-chat-window::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 224, 255, 0.35), transparent 35%, rgba(255, 47, 209, 0.25));
  opacity: 0.3;
  pointer-events: none;
}

.cb-profile-top {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}

.cb-avatar-ring {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cb-cyan), var(--cb-purple), var(--cb-pink));
  box-shadow: 0 0 26px rgba(0, 224, 255, 0.32);
}

.cb-avatar-ring img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
}

.cb-profile-top strong,
.cb-bot-preview strong,
.cb-rank-row strong,
.cb-wallet-row strong {
  display: block;
  color: var(--cb-text);
  font: 900 20px/1.2 Montserrat, sans-serif;
}

.cb-wallet-row,
.cb-rank-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cb-profile-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.cb-profile-stats div {
  padding: 13px 10px;
  border-radius: 8px;
  background: rgba(0, 224, 255, 0.08);
  border: 1px solid rgba(0, 224, 255, 0.22);
}

.cb-profile-stats strong {
  display: block;
  margin-top: 6px;
  color: var(--cb-lime);
  font: 900 22px/1 Montserrat, sans-serif;
}

.cb-connect-account {
  position: relative;
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  border: 1px solid rgba(0, 224, 255, 0.55);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--cb-cyan), var(--cb-purple), var(--cb-pink));
  box-shadow: 0 0 24px rgba(0, 224, 255, 0.22);
  font: 900 13px/1 Montserrat, sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.cb-connect-account:disabled {
  cursor: default;
  opacity: 0.82;
}

.cb-connect-status {
  position: relative;
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--cb-muted);
  font: 700 12px/1.45 Montserrat, sans-serif;
}

.cb-connect-status.is-error {
  color: #ff7fae;
}

.cb-bot-preview {
  border-radius: 8px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.cb-bot-core,
.cb-chat-avatar {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 8%, var(--cb-cyan) 9% 28%, var(--cb-purple) 29% 64%, transparent 65%);
  box-shadow: 0 0 28px rgba(0, 224, 255, 0.5), 0 0 46px rgba(255, 47, 209, 0.28);
  animation: cbPulse 2s ease-in-out infinite;
}

.cb-bot-preview strong {
  font-size: 17px;
}

.cb-socials {
  grid-column: 1 / -1;
  justify-content: flex-start;
  margin-top: -8px;
}

.cb-section {
  position: relative;
  padding: 88px 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 224, 255, 0.12), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(255, 47, 209, 0.1), transparent 28%);
}

.cb-section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.cb-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.cb-section-heading h2,
.cb-admin-copy h2 {
  margin: 12px 0 0;
  color: var(--cb-text);
  font: 900 clamp(32px, 5vw, 58px)/1 Montserrat, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(0, 224, 255, 0.28);
}

.cb-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cb-feature-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cb-feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 47, 209, 0.58);
  box-shadow: inset 0 0 34px rgba(255, 47, 209, 0.12), 0 24px 80px rgba(0, 224, 255, 0.16);
}

.cb-feature-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #02040f;
  background: linear-gradient(135deg, var(--cb-cyan), var(--cb-pink));
  font: 900 16px/1 Montserrat, sans-serif;
  box-shadow: 0 0 26px rgba(0, 224, 255, 0.45);
}

.cb-feature-card h3 {
  position: relative;
  margin: 22px 0 10px;
  color: var(--cb-text);
  font: 900 22px/1.15 Montserrat, sans-serif;
}

.cb-feature-card p {
  position: relative;
  margin: 0;
  color: #c8d6f2;
  font: 500 15px/1.6 "Libre Franklin", Arial, sans-serif;
}

.cb-admin-preview {
  padding-top: 30px;
}

.cb-admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: center;
}

.cb-admin-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
}

.cb-admin-panel div {
  padding: 18px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cb-admin-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--cb-gold);
  font: 900 26px/1 Montserrat, sans-serif;
}

.quickguide,
.about,
.media,
.faq,
.roadmap,
.footer-wrap {
  background-color: var(--cb-bg) !important;
}

.footer-wrap {
  position: relative;
  width: min(1220px, calc(100% - 48px));
  margin: 80px auto 110px !important;
  border: 1px solid rgba(0, 224, 255, 0.32);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(4, 11, 29, 0.9), rgba(18, 8, 42, 0.76)),
    radial-gradient(circle at 16% 22%, rgba(0, 224, 255, 0.16), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(255, 47, 209, 0.14), transparent 28%) !important;
  box-shadow: inset 0 0 42px rgba(0, 224, 255, 0.08), 0 26px 90px rgba(0, 0, 0, 0.48);
}

.footer-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
}

.footer-wrap .div-block-13,
.footer-wrap .div-block-8 {
  display: none !important;
}

.footer-wrap .section-5 {
  position: relative;
  z-index: 2;
  min-height: 250px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 54px !important;
  border-bottom: 1px solid rgba(0, 224, 255, 0.24);
  background: transparent !important;
}

.footer-wrap .div-block-10 {
  width: min(480px, 100%) !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 1px solid rgba(0, 224, 255, 0.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(6, 14, 34, 0.86), rgba(18, 8, 42, 0.72));
  box-shadow: inset 0 0 28px rgba(0, 224, 255, 0.1), 0 18px 52px rgba(0, 0, 0, 0.34);
}

.footer-wrap .text-block-4 {
  margin: 0 0 12px !important;
  color: var(--cb-text) !important;
  font: 900 27px/1.1 Montserrat, sans-serif !important;
  text-shadow: 0 0 24px rgba(0, 224, 255, 0.32), 0 8px 0 rgba(255, 47, 209, 0.14) !important;
}

.footer-wrap .div-block-11,
.footer-wrap .div-block-12 {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 12px 0 !important;
}

.footer-wrap .image-13 {
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 224, 255, 0.32);
}

.footer-wrap .image-4 {
  width: 20px !important;
  height: 20px !important;
  filter: drop-shadow(0 0 10px rgba(0, 224, 255, 0.45));
}

.footer-wrap .link {
  color: var(--cb-cyan) !important;
  font: 900 12px/1 Montserrat, sans-serif !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 0 0 16px rgba(0, 224, 255, 0.46);
}

.footer-wrap .link:hover {
  color: var(--cb-pink) !important;
}

.footer-wrap .div-block-10 h3 {
  margin: 26px 0 0 !important;
  color: #d8e5ff !important;
  font: 800 18px/1.35 Montserrat, sans-serif !important;
  text-shadow: none !important;
}

.footer-wrap .div-block-16 {
  flex: 1;
  min-height: 170px;
  border-radius: 8px;
  border: 1px solid rgba(255, 47, 209, 0.24);
  background:
    radial-gradient(circle at center, rgba(255, 47, 209, 0.12), transparent 58%),
    url("../images/cryptobound-logo.png") center center / min(420px, 70%) no-repeat;
  opacity: 0.9;
}

.footer-wrap .section-4 {
  position: relative;
  z-index: 2;
  padding: 22px 54px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18) !important;
}

.footer-wrap .footer-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.footer-wrap .footer-item {
  display: inline-flex !important;
  align-items: center;
  min-height: 40px;
  padding: 0 16px !important;
  border: 1px solid rgba(0, 224, 255, 0.24);
  border-radius: 8px;
  color: var(--cb-text) !important;
  background: rgba(0, 224, 255, 0.07);
  font: 900 12px/1 Montserrat, sans-serif !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.footer-wrap .footer-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 47, 209, 0.58);
  box-shadow: 0 0 24px rgba(255, 47, 209, 0.18);
}

.footer-wrap .section-3 {
  position: relative;
  z-index: 2;
  padding: 18px 54px !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.footer-wrap .paragraph-tiny {
  margin: 0 !important;
  color: var(--cb-muted) !important;
  font: 800 12px/1.4 Montserrat, sans-serif !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.footer-wrap .webflow-link {
  text-decoration: none !important;
}

.quickguide,
.about,
.media {
  position: relative;
  overflow: hidden;
  padding: 105px 24px !important;
  border-top: 1px solid rgba(0, 224, 255, 0.16);
  background:
    radial-gradient(circle at 14% 14%, rgba(0, 224, 255, 0.16), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(255, 47, 209, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(2, 4, 15, 0.96), rgba(9, 13, 34, 0.92) 52%, rgba(15, 6, 28, 0.94)) !important;
}

.quickguide::before,
.about::before,
.media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.38;
}

.quickguide > .w-container,
.about > .w-container,
.media > .w-container,
.nfts_purchase {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
}

.titles {
  margin-bottom: 42px !important;
  text-align: center;
}

.titles .linebreak_grad {
  width: min(260px, 64vw) !important;
  height: 2px !important;
  margin: 18px auto !important;
  background: linear-gradient(90deg, transparent, var(--cb-cyan), var(--cb-pink), transparent) !important;
  box-shadow: 0 0 22px rgba(0, 224, 255, 0.35);
}

.quickguide .text-block,
.about .text-block,
.media .text-block {
  margin: 0 !important;
  color: var(--cb-text) !important;
  font: 900 clamp(36px, 5vw, 64px)/1.02 Montserrat, sans-serif !important;
  letter-spacing: 0 !important;
  text-shadow: 0 0 28px rgba(0, 224, 255, 0.28), 0 10px 0 rgba(255, 47, 209, 0.16) !important;
}

.quickguide .titles > .text-block-17 {
  max-width: 860px;
  margin: 8px auto !important;
  color: #d9e7ff !important;
  font: 600 16px/1.7 "Libre Franklin", Arial, sans-serif !important;
  text-align: center;
}

.quickguide .grid-9 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100%;
}

.quickguide .div-block-36 {
  position: relative;
  min-height: 210px;
  padding: 26px 24px !important;
  border: 1px solid rgba(0, 224, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(6, 14, 34, 0.82), rgba(18, 8, 42, 0.74)),
    radial-gradient(circle at top left, rgba(0, 224, 255, 0.15), transparent 45%);
  box-shadow: inset 0 0 28px rgba(0, 224, 255, 0.08), 0 18px 54px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quickguide .div-block-36::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background: linear-gradient(120deg, rgba(0, 224, 255, 0.38), transparent 38%, rgba(255, 47, 209, 0.24));
  pointer-events: none;
}

.quickguide .div-block-36:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 47, 209, 0.62);
  box-shadow: inset 0 0 36px rgba(255, 47, 209, 0.11), 0 26px 74px rgba(0, 224, 255, 0.14);
}

.quickguide .text-block-2 {
  position: relative;
  float: none !important;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 0 18px !important;
  border-radius: 8px;
  color: #02040f !important;
  background: linear-gradient(135deg, var(--cb-cyan), var(--cb-purple), var(--cb-pink));
  font: 900 30px/1 Montserrat, sans-serif !important;
  text-shadow: none !important;
  box-shadow: 0 0 28px rgba(0, 224, 255, 0.45), inset 0 0 18px rgba(255, 255, 255, 0.34);
}

.quickguide .text-block-31 {
  position: relative;
  color: var(--cb-cyan) !important;
  font: 900 24px/1.15 Montserrat, sans-serif !important;
  text-shadow: 0 0 22px rgba(0, 224, 255, 0.45) !important;
}

.quickguide .text-block-17 {
  position: relative;
  color: #d8e5ff !important;
  font: 600 15px/1.6 "Libre Franklin", Arial, sans-serif !important;
  text-shadow: none !important;
}

.quickguide .link-4,
.about .popup_trigger {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  margin-top: 16px;
  color: var(--cb-cyan) !important;
  font: 900 12px/1 Montserrat, sans-serif !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 0 0 16px rgba(0, 224, 255, 0.5) !important;
}

.quickguide .link-4:hover,
.about .popup_trigger:hover {
  color: var(--cb-pink) !important;
}

.about .paragraph-5,
.about .paragraph-10 {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #d9e7ff !important;
  font: 600 17px/1.85 "Libre Franklin", Arial, sans-serif !important;
  text-align: center;
}

.about .div-block-47 {
  margin: 46px auto 24px !important;
  text-align: center;
}

.about .heading-2 {
  color: var(--cb-cyan) !important;
  font: 900 20px/1.2 Montserrat, sans-serif !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 224, 255, 0.35);
}

.about .moneysix {
  position: relative;
  width: min(1000px, 100%);
  margin: 46px auto 0 !important;
  padding: 34px 34px 10px;
  border: 1px solid rgba(0, 224, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(4, 11, 29, 0.78), rgba(18, 8, 42, 0.62)),
    radial-gradient(circle at center, rgba(255, 47, 209, 0.1), transparent 35%);
  box-shadow: inset 0 0 34px rgba(0, 224, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.42);
}

.about .moneysix::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 224, 255, 0.8), transparent 32%, rgba(255, 47, 209, 0.72));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.about .columns-3 {
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.9fr) minmax(260px, 1fr);
  gap: 28px;
  align-items: start;
}

.about .w-col {
  width: auto !important;
  float: none !important;
}

.about .columns-3 > .w-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 72px;
}

.about .columns-3 > .w-col:first-child {
  grid-column: 1;
}

.about .columns-3 > .column-7 {
  grid-column: 2;
  grid-row: 1;
}

.about .columns-3 > .w-col:last-child {
  grid-column: 3;
}

.about .column-7 {
  min-height: 440px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 52%, rgba(0, 224, 255, 0.24), transparent 44%),
    radial-gradient(circle at 50% 52%, rgba(255, 47, 209, 0.18), transparent 62%),
    url("../images/Moneysix_character.png") center center / contain no-repeat !important;
  filter: drop-shadow(0 0 28px rgba(255, 47, 209, 0.32)) drop-shadow(0 0 42px rgba(0, 224, 255, 0.2));
}

.about .msx_detail {
  min-height: 150px;
  margin: 0 0 20px !important;
  padding: 22px !important;
  border: 1px solid rgba(0, 224, 255, 0.22);
  border-radius: 8px;
  background: rgba(0, 224, 255, 0.07);
  box-shadow: inset 0 0 22px rgba(0, 224, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about .msx_detail:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 47, 209, 0.56);
  box-shadow: inset 0 0 28px rgba(255, 47, 209, 0.09), 0 18px 46px rgba(0, 224, 255, 0.12);
}

.about .msx_detail.top,
.about .msx_detail.bottom,
.about .msx_detail.extra,
.about .msx_detail.complementary {
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.about .header_msxin {
  color: var(--cb-cyan) !important;
  font: 900 21px/1.15 Montserrat, sans-serif !important;
  text-shadow: 0 0 18px rgba(0, 224, 255, 0.4) !important;
}

.about .msxin_description {
  margin: 12px 0 0 !important;
  color: #d8e5ff !important;
  font: 600 15px/1.6 "Libre Franklin", Arial, sans-serif !important;
}

.about .w-col > .popup_trigger {
  margin: -8px 0 20px 22px !important;
}

.about .msx_detail .popup_trigger {
  margin-top: 14px !important;
}

@media (min-width: 981px) {
  .about .moneysix {
    min-height: 690px !important;
    padding-bottom: 42px !important;
  }

  .about .columns-3 {
    position: relative !important;
    display: block !important;
    min-height: 650px !important;
    height: 650px !important;
  }

  .about .columns-3 > .w-col {
    position: absolute !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 31% !important;
    padding-top: 0 !important;
    top: 54px !important;
    z-index: 3;
  }

  .about .columns-3 > .w-col:first-child {
    left: 0 !important;
  }

  .about .columns-3 > .w-col:last-child {
    right: 0 !important;
  }

  .about .columns-3 > .column-7 {
    position: absolute !important;
    top: 0 !important;
    left: 34% !important;
    width: 32% !important;
    min-height: 440px !important;
    z-index: 2;
  }
}

.nfts_purchase {
  margin-top: 80px !important;
}

.nft_slider {
  width: min(920px, 100%) !important;
  margin: 28px auto 0 !important;
  border: 1px solid rgba(0, 224, 255, 0.38);
  border-radius: 8px;
  background: rgba(2, 4, 15, 0.68);
  box-shadow: 0 22px 74px rgba(0, 0, 0, 0.45), 0 0 40px rgba(0, 224, 255, 0.14);
  overflow: hidden;
}

.nft_slider img,
.image_content {
  border-radius: 8px !important;
  box-shadow: none !important;
}

.media {
  text-align: center;
}

.media-player-gallery {
  width: min(980px, 100%);
  margin: 28px auto 0;
  padding: 18px;
  border: 1px solid rgba(0, 224, 255, 0.3);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(6, 14, 34, 0.8), rgba(18, 8, 42, 0.7));
  box-shadow: inset 0 0 28px rgba(0, 224, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.42);
}

.media-player-gallery iframe,
.media-player-gallery .w-embed-youtubevideo {
  border-radius: 8px;
}

.media-player-gallery .w-embed-youtubevideo {
  overflow: hidden;
  box-shadow: 0 0 34px rgba(0, 224, 255, 0.16);
}

.cb-chat-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0, 224, 255, 0.72);
  border-radius: 999px;
  padding: 12px 18px 12px 12px;
  color: var(--cb-text);
  background: linear-gradient(135deg, rgba(0, 224, 255, 0.22), rgba(123, 60, 255, 0.72), rgba(255, 47, 209, 0.34));
  box-shadow: 0 0 26px rgba(0, 224, 255, 0.42), 0 12px 42px rgba(255, 47, 209, 0.2);
  cursor: pointer;
  transition: transform 180ms ease;
}

.cb-chat-fab:hover {
  transform: translateY(-4px) scale(1.02);
}

.cb-chat-fab-core {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 12%, var(--cb-cyan) 13% 42%, var(--cb-purple) 43%);
  box-shadow: 0 0 22px rgba(0, 224, 255, 0.68);
  animation: cbPulse 1.8s ease-in-out infinite;
}

.cb-chat-fab strong {
  font: 900 13px/1 Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cb-chat-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
  align-items: end;
  justify-content: end;
  padding: 24px;
}

.cb-chat-modal.is-open {
  display: flex;
}

body.cb-chat-open {
  overflow: hidden;
}

.cb-chat-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(8px);
}

.cb-chat-window {
  position: relative;
  width: min(720px, 100%);
  height: min(680px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  overflow: hidden;
}

.cb-chat-sidebar {
  position: relative;
  z-index: 2;
  padding: 16px 10px;
  background: rgba(2, 4, 15, 0.62);
  border-right: 1px solid rgba(0, 224, 255, 0.24);
}

.cb-chat-sidebar button,
.cb-quick-questions button {
  width: 100%;
  border: 1px solid rgba(0, 224, 255, 0.2);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px 10px;
  color: var(--cb-text);
  background: rgba(255, 255, 255, 0.04);
  font: 800 12px/1 Montserrat, sans-serif;
  cursor: pointer;
}

.cb-chat-sidebar button.is-active,
.cb-chat-sidebar button:hover,
.cb-quick-questions button:hover {
  border-color: rgba(0, 224, 255, 0.72);
  background: rgba(0, 224, 255, 0.14);
  box-shadow: 0 0 18px rgba(0, 224, 255, 0.16);
}

.cb-chat-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-width: 0;
  min-height: 0;
}

.cb-chat-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid rgba(0, 224, 255, 0.22);
}

.cb-chat-avatar {
  width: 48px;
  height: 48px;
}

.cb-chat-header strong {
  display: block;
  color: var(--cb-text);
  font: 900 18px/1 Montserrat, sans-serif;
}

.cb-chat-header span {
  display: block;
  margin-top: 5px;
  color: var(--cb-lime);
  font: 800 12px/1 Montserrat, sans-serif;
}

.cb-chat-close {
  margin-left: auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 47, 209, 0.52);
  border-radius: 8px;
  color: var(--cb-text);
  background: rgba(255, 47, 209, 0.14);
  cursor: pointer;
}

.cb-chat-messages {
  overflow-y: auto;
  overscroll-behavior: contain;
  min-height: 0;
  padding: 20px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.cb-msg {
  width: fit-content;
  max-width: 82%;
  margin-bottom: 14px;
  padding: 13px 15px;
  border-radius: 8px;
  color: var(--cb-text);
  font: 600 14px/1.45 "Libre Franklin", Arial, sans-serif;
}

.cb-msg-bot {
  border: 1px solid rgba(0, 224, 255, 0.38);
  background: rgba(0, 224, 255, 0.1);
  box-shadow: 0 0 18px rgba(0, 224, 255, 0.12);
}

.cb-msg-user {
  margin-left: auto;
  border: 1px solid rgba(255, 47, 209, 0.38);
  background: rgba(255, 47, 209, 0.12);
}

.cb-quick-questions {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cb-quick-questions button {
  width: auto;
  white-space: nowrap;
  margin: 0;
}

.cb-chat-input {
  display: flex;
  gap: 10px;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(0, 224, 255, 0.18);
}

.cb-chat-input input {
  flex: 1;
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(0, 224, 255, 0.28);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--cb-text);
  background: rgba(0, 0, 0, 0.34);
  outline: none;
}

.cb-chat-input input:focus {
  border-color: var(--cb-cyan);
  box-shadow: 0 0 18px rgba(0, 224, 255, 0.24);
}

.cb-chat-input button {
  border: 1px solid rgba(0, 224, 255, 0.6);
  border-radius: 8px;
  padding: 0 18px;
  color: #02040f;
  background: var(--cb-cyan);
  font: 900 12px/1 Montserrat, sans-serif;
  cursor: pointer;
}

.cb-chat-modal.is-locked .cb-chat-input input,
.cb-chat-modal.is-locked .cb-chat-input button,
.cb-chat-modal.is-locked .cb-quick-questions button {
  cursor: not-allowed;
  opacity: 0.58;
  filter: grayscale(0.35);
}

.cb-chat-modal.is-locked .cb-chat-input input {
  border-color: rgba(255, 232, 107, 0.42);
  box-shadow: inset 0 0 18px rgba(255, 232, 107, 0.08);
}

@keyframes cbPulse {
  0%, 100% { box-shadow: 0 0 22px rgba(0, 224, 255, 0.34), 0 0 42px rgba(255, 47, 209, 0.16); }
  50% { box-shadow: 0 0 38px rgba(0, 224, 255, 0.62), 0 0 70px rgba(255, 47, 209, 0.32); }
}

@keyframes cbGlowText {
  0%, 100% { filter: drop-shadow(0 0 14px rgba(0, 224, 255, 0.3)); }
  50% { filter: drop-shadow(0 0 26px rgba(255, 47, 209, 0.45)); }
}

@keyframes cbSpin {
  to { transform: rotate(360deg); }
}

@keyframes cbLogoLed {
  0%, 100% {
    text-shadow: 0 0 8px rgba(0, 224, 255, 0.42), 0 0 18px rgba(255, 47, 209, 0.24);
  }
  50% {
    text-shadow: 0 0 18px rgba(0, 224, 255, 0.78), 0 0 34px rgba(255, 47, 209, 0.48);
  }
}

@keyframes cbLogoAura {
  0%, 100% { opacity: 0.62; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes cbLogoFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -4px; }
}

@media (max-width: 980px) {
  .cb-hero-shell,
  .cb-admin-grid {
    grid-template-columns: 1fr;
  }

  .cb-stats-grid,
  .cb-feature-grid,
  .quickguide .grid-9 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-hero-side {
    max-width: 620px;
  }

  .cb-led-logo {
    width: 220px !important;
  }

  .cb-led-logo-text {
    font-size: 24px;
  }

  .cb-led-logo-mobile {
    width: 54px;
    height: 54px;
  }

  .about .columns-3 {
    grid-template-columns: 1fr;
  }

  .about .column-7 {
    min-height: 320px;
    order: -1;
  }
}

@media (max-width: 640px) {
  .cb-aaa-hero {
    min-height: auto;
    padding: 92px 16px 54px;
  }

  .cb-hero-title span {
    font-size: 42px;
  }

  .cb-hero-title strong {
    font-size: 31px;
  }

  .cb-hero-copy {
    font-size: 16px;
  }

  .cb-stats-grid,
  .cb-feature-grid,
  .quickguide .grid-9,
  .cb-admin-panel,
  .cb-profile-stats {
    grid-template-columns: 1fr;
  }

  .cb-section,
  .quickguide,
  .about,
  .media {
    padding: 62px 16px;
  }

  .quickguide .div-block-36 {
    min-height: auto;
  }

  .about .moneysix,
  .media-player-gallery {
    padding: 14px;
  }

  .about .column-7 {
    min-height: 250px;
  }

  .cb-section-heading {
    display: block;
  }

  .cb-chat-fab {
    right: 14px;
    bottom: 14px;
    padding-right: 14px;
  }

  .cb-chat-fab strong {
    display: none;
  }

  .cb-chat-modal {
    padding: 10px;
  }

  .cb-chat-window {
    height: calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    grid-template-columns: 1fr;
  }

  .cb-chat-sidebar {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 224, 255, 0.24);
  }

  .cb-chat-sidebar button {
    width: auto;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .cb-led-logo {
    width: 178px !important;
    min-height: 64px;
  }

  .cb-led-logo-text {
    font-size: 20px;
  }

  .cb-led-logo-mobile {
    width: 44px;
    height: 44px;
  }

  .footer-wrap {
    width: calc(100% - 24px);
    margin-bottom: 92px !important;
  }

  .footer-wrap .section-5,
  .footer-wrap .section-4,
  .footer-wrap .section-3 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .footer-wrap .section-5 {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .footer-wrap .div-block-16 {
    min-height: 120px;
  }
}

/* Production hero paint guard: neutralize old Webflow .hero rules. */
#Hero.cb-aaa-hero,
body.body #Hero.cb-aaa-hero,
html.w-mod-js body.body #Hero.cb-aaa-hero {
  display: flex !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 94vh !important;
  max-height: none !important;
  overflow: hidden !important;
  background-color: var(--cb-bg) !important;
  background-image:
    linear-gradient(90deg, rgba(2, 4, 15, 0.94), rgba(4, 8, 26, 0.62) 47%, rgba(2, 4, 15, 0.9)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(2, 4, 15, 0.96)),
    url("../images/hero_bg.png") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  contain: paint;
  transform: translateZ(0);
}

#Hero .cb-hero-shell,
#Hero .cb-hero-content,
#Hero .cb-hero-side,
#Hero .cb-socials {
  background-color: transparent !important;
}

#Hero .cb-hero-title,
#Hero .cb-hero-title span,
#Hero .cb-hero-title strong {
  background-color: transparent !important;
  box-shadow: none !important;
  backface-visibility: hidden;
}

#Hero .cb-hero-title span {
  text-shadow: 0 0 18px rgba(0, 224, 255, 0.34), 0 0 34px rgba(123, 60, 255, 0.2);
}

/* CryptoBound Battle Rewards section */
.cb-rewards { position: relative; padding: 96px 22px 92px; overflow: hidden; background: radial-gradient(circle at 16% 18%, rgba(115,255,143,.13), transparent 27%), radial-gradient(circle at 88% 28%, rgba(255,47,209,.14), transparent 30%), linear-gradient(180deg, #02040f 0%, #071026 48%, #02040f 100%); border-top: 1px solid rgba(0,224,255,.22); border-bottom: 1px solid rgba(0,224,255,.18); }
.cb-rewards::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; }
.cb-rewards::after { content: "CBT"; position: absolute; right: 5vw; top: 70px; color: transparent; -webkit-text-stroke: 1px rgba(0,224,255,.13); font: 1000 180px/1 Montserrat, Arial, sans-serif; letter-spacing: 0; opacity: .55; }
.cb-rewards-wrap { position: relative; z-index: 1; width: min(1180px, 100%); margin: 0 auto; }
.cb-rewards-heading { margin-bottom: 18px; }
.cb-rewards-lead { width: min(900px, 100%); margin: 0 auto 28px; color: #d9efff; font: 900 18px/1.55 Montserrat, Arial, sans-serif; text-align: center; text-shadow: 0 0 18px rgba(0,224,255,.28); }
.cb-rewards-dashboard { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(180px, .55fr) minmax(180px, .55fr); gap: 14px; margin-bottom: 16px; }
.cb-rewards-main, .cb-rewards-stat, .cb-rewards-grid article, .cb-rewards-oracle { border: 1px solid rgba(0,224,255,.34); border-radius: 8px; background: linear-gradient(145deg, rgba(2,8,24,.94), rgba(18,8,39,.88)); box-shadow: inset 0 0 24px rgba(0,224,255,.08), 0 18px 44px rgba(0,0,0,.35); }
.cb-rewards-main { padding: 24px; border-color: rgba(115,255,143,.42); }
.cb-rewards-main span, .cb-rewards-stat span, .cb-rewards-grid article span, .cb-rewards-oracle span { display: block; color: var(--cb-gold); font: 1000 12px/1.2 Montserrat, Arial, sans-serif; letter-spacing: 1.4px; text-transform: uppercase; }
.cb-rewards-main strong { display: block; margin: 12px 0 10px; color: #fff; font: 1000 34px/1.05 Montserrat, Arial, sans-serif; text-shadow: 0 0 22px rgba(115,255,143,.36), 0 0 24px rgba(0,224,255,.24); }
.cb-rewards-main p, .cb-rewards-stat p, .cb-rewards-grid article p, .cb-rewards-oracle p { color: #cfe7ff; font: 800 14px/1.45 Montserrat, Arial, sans-serif; }
.cb-rewards-meter { display: grid; grid-template-columns: 3fr 7fr; min-height: 54px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(0,0,0,.28); }
.cb-rewards-meter div { display: flex; align-items: center; justify-content: center; color: #06101d; font: 1000 13px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: none; }
.cb-rewards-auto { background: linear-gradient(135deg, #ffe45c, #ff9b39); }
.cb-rewards-play { background: linear-gradient(135deg, #21e8ff, #5cffb0); }
.cb-rewards-stat { display: flex; flex-direction: column; justify-content: center; min-height: 190px; padding: 20px; }
.cb-rewards-stat strong { display: block; margin-top: 12px; color: #fff; font: 1000 34px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: 0 0 20px rgba(0,224,255,.5); }
.cb-rewards-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.cb-rewards-grid article { min-height: 220px; padding: 22px; }
.cb-rewards-grid article span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 50%; color: #02040f; background: var(--cb-gold); box-shadow: 0 0 20px rgba(255,228,92,.42); }
.cb-rewards-grid article h3 { margin: 0 0 12px; color: #fff; font: 1000 23px/1.05 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: 0 0 18px rgba(255,47,209,.28); }
.cb-rewards-oracle { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-top: 16px; padding: 24px; border-color: rgba(255,228,92,.42); background: radial-gradient(circle at 0% 50%, rgba(255,228,92,.13), transparent 36%), linear-gradient(145deg, rgba(2,8,24,.95), rgba(20,9,38,.9)); }
.cb-rewards-oracle h3 { margin: 8px 0 10px; color: #fff; font: 1000 30px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: 0 0 18px rgba(255,228,92,.34); }
.cb-rewards-oracle a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 7px; color: #071026; background: linear-gradient(135deg, #21e8ff, #ffe45c); font: 1000 13px/1 Montserrat, Arial, sans-serif; letter-spacing: .8px; text-decoration: none; text-transform: uppercase; box-shadow: 0 0 24px rgba(0,224,255,.26); }
@media (max-width: 980px) { .cb-rewards-dashboard, .cb-rewards-oracle { grid-template-columns: 1fr; } .cb-rewards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .cb-rewards { padding: 74px 14px; } .cb-rewards::after { display: none; } .cb-rewards-main strong { font-size: 26px; } .cb-rewards-grid { grid-template-columns: 1fr; } .cb-rewards-oracle a { width: 100%; } }

/* CryptoBound CBT Economy transparency section */
.cbt-economy { position: relative; scroll-margin-top: 122px; padding: 96px 22px 88px; overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(255, 228, 92, 0.14), transparent 26%), radial-gradient(circle at 86% 22%, rgba(255, 47, 209, 0.12), transparent 28%), linear-gradient(180deg, #02040f 0%, #071026 54%, #02040f 100%); border-top: 1px solid rgba(0, 224, 255, 0.2); }
.cbt-economy::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; }
.cbt-economy-wrap { position: relative; z-index: 1; width: min(1180px, 100%); margin: 0 auto; }
.cbt-economy-heading { margin-bottom: 20px; }
.cbt-economy-lead { width: min(900px, 100%); margin: 0 auto 28px; color: #d7ecff; font: 800 17px/1.55 Montserrat, Arial, sans-serif; text-align: center; text-shadow: 0 0 18px rgba(0,224,255,.28); }
.cbt-economy-live, .cbt-economy-grid, .cbt-wallet-list, .cbt-oracle-steps { display: grid; gap: 14px; }
.cbt-economy-live { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 26px 0 18px; }
.cbt-economy-live-card, .cbt-economy-card, .cbt-economy-contract, .cbt-economy-wallets, .cbt-economy-oracle { border: 1px solid rgba(0,224,255,.34); border-radius: 8px; background: linear-gradient(145deg, rgba(2,8,24,.92), rgba(19,10,42,.86)); box-shadow: inset 0 0 24px rgba(0,224,255,.08), 0 18px 42px rgba(0,0,0,.34); }
.cbt-economy-live-card { min-height: 100px; padding: 18px; }
.cbt-economy-live-card span, .cbt-economy-card span, .cbt-economy-contract span, .cbt-wallet-list span { display: block; color: var(--cb-gold); font: 900 12px/1.2 Montserrat, Arial, sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.cbt-economy-live-card strong, .cbt-economy-card strong { display: block; margin-top: 10px; color: #fff; font: 1000 24px/1.05 Montserrat, Arial, sans-serif; text-shadow: 0 0 18px rgba(0,224,255,.55); }
.cbt-economy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 16px; }
.cbt-economy-card { min-height: 210px; padding: 22px; }
.cbt-economy-card-gold { border-color: rgba(255,228,92,.55); background: linear-gradient(145deg, rgba(43,28,4,.72), rgba(4,12,30,.92)); }
.cbt-economy-card p, .cbt-economy-wallets p, .cbt-oracle-steps p, .cbt-economy-updated { color: #cce4ff; font: 800 14px/1.45 Montserrat, Arial, sans-serif; }
.cbt-economy-contract { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; margin-top: 16px; padding: 24px; border-color: rgba(115,255,143,.42); }
.cbt-economy-contract code { display: block; margin-top: 10px; padding: 14px; overflow-wrap: anywhere; color: #7dff95; background: rgba(0,0,0,.28); border: 1px solid rgba(115,255,143,.22); border-radius: 6px; font: 800 13px/1.45 Consolas, monospace; }
.cbt-economy-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cbt-economy-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 7px; color: #071026; background: linear-gradient(135deg, #21e8ff, #ffe45c); font: 1000 12px/1 Montserrat, Arial, sans-serif; letter-spacing: .8px; text-decoration: none; text-transform: uppercase; box-shadow: 0 0 22px rgba(0,224,255,.26); }
.cbt-economy-wallets, .cbt-economy-oracle { margin-top: 16px; padding: 24px; }
.cbt-economy-wallets h3, .cbt-economy-oracle h3 { margin: 0 0 16px; color: #fff; font: 1000 28px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: 0 0 20px rgba(255,47,209,.36); }
.cbt-wallet-list { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 12px; }
.cbt-wallet-list div, .cbt-oracle-steps div { padding: 16px; border: 1px solid rgba(0,224,255,.22); border-radius: 7px; background: rgba(0,0,0,.22); }
.cbt-wallet-list strong { display: block; margin-top: 8px; color: #fff; font: 900 15px/1.3 Montserrat, Arial, sans-serif; }
.cbt-oracle-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cbt-oracle-steps span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 10px; border-radius: 50%; color: #02040f; background: var(--cb-gold); font: 1000 14px/1 Montserrat, Arial, sans-serif; box-shadow: 0 0 18px rgba(255,228,92,.44); }
.cbt-economy-updated { margin: 18px 0 0; color: #9fb3d7; }
@media (max-width: 980px) { .cbt-economy-live, .cbt-economy-grid, .cbt-oracle-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cbt-economy-contract { grid-template-columns: 1fr; } .cbt-economy-actions { justify-content: flex-start; } }
@media (max-width: 620px) { .cbt-economy { padding: 72px 14px; } .cbt-economy-live, .cbt-economy-grid, .cbt-wallet-list, .cbt-oracle-steps { grid-template-columns: 1fr; } .cbt-economy-live-card strong, .cbt-economy-card strong { font-size: 21px; } .cbt-economy-actions a { width: 100%; } }

/* CryptoBound CBT Tokenomics panel */
.cbt-tokenomics-panel { margin-top: 16px; padding: 26px; border: 1px solid rgba(255,228,92,.48); border-radius: 8px; background: radial-gradient(circle at 16% 10%, rgba(255,228,92,.16), transparent 28%), radial-gradient(circle at 92% 10%, rgba(255,47,209,.16), transparent 30%), linear-gradient(145deg, rgba(5,10,28,.94), rgba(18,6,36,.9)); box-shadow: inset 0 0 28px rgba(255,228,92,.08), 0 22px 54px rgba(0,0,0,.42); }
.cbt-tokenomics-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.cbt-tokenomics-head span, .cbt-tokenomics-objective h4 { display: block; color: var(--cb-gold); font: 1000 12px/1.2 Montserrat, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.cbt-tokenomics-head h3 { margin: 8px 0 0; color: #fff; font: 1000 32px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: 0 0 20px rgba(0,224,255,.38), 0 0 24px rgba(255,47,209,.24); }
.cbt-tokenomics-head strong { flex: 0 0 auto; padding: 13px 16px; border: 1px solid rgba(115,255,143,.38); border-radius: 999px; color: #7dff95; background: rgba(0,0,0,.24); font: 1000 13px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; box-shadow: 0 0 22px rgba(115,255,143,.18); }
.cbt-tokenomics-objective { padding: 18px; border: 1px solid rgba(0,224,255,.22); border-radius: 7px; background: rgba(0,0,0,.2); }
.cbt-tokenomics-objective h4 { margin: 0 0 10px; }
.cbt-tokenomics-objective p { margin: 0; color: #d8efff; font: 800 15px/1.55 Montserrat, Arial, sans-serif; }
.cbt-tokenomics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.cbt-tokenomic-row { position: relative; min-height: 150px; padding: 18px; overflow: hidden; border: 1px solid rgba(0,224,255,.24); border-radius: 7px; background: linear-gradient(150deg, rgba(0,0,0,.34), rgba(9,18,45,.78)); }
.cbt-tokenomic-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--row-color, var(--cb-cyan)); box-shadow: 0 0 20px var(--row-color, var(--cb-cyan)); }
.cbt-tokenomic-row span { display: block; color: #fff; font: 1000 16px/1.15 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: 0 0 14px rgba(0,224,255,.34); }
.cbt-tokenomic-row strong { display: block; margin-top: 12px; color: var(--row-color, var(--cb-cyan)); font: 1000 34px/1 Montserrat, Arial, sans-serif; }
.cbt-tokenomic-row em { display: block; margin-top: 8px; color: var(--cb-gold); font: normal 900 14px/1.25 Montserrat, Arial, sans-serif; }
.cbt-tokenomic-row p { margin: 10px 0 0; color: #cce4ff; font: 800 13px/1.35 Montserrat, Arial, sans-serif; }
.cbt-row-p2e { --row-color: #21e8ff; }
.cbt-row-liquidity { --row-color: #5cffb0; }
.cbt-row-dev { --row-color: #ffe45c; }
.cbt-row-marketing { --row-color: #ff4fd8; }
.cbt-row-team { --row-color: #9d7cff; }
.cbt-row-community { --row-color: #ff8b45; }
.cbt-tokenomics-bars { display: grid; gap: 10px; margin-top: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; background: rgba(0,0,0,.22); }
.cbt-tokenomics-bars div { position: relative; min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; background: rgba(2,4,15,.78); }
.cbt-tokenomics-bars div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--token-width); background: linear-gradient(90deg, var(--token-color), rgba(255,255,255,.08)); opacity: .88; box-shadow: 0 0 18px var(--token-color); }
.cbt-tokenomics-bars span, .cbt-tokenomics-bars strong { position: relative; z-index: 1; color: #fff; font: 1000 13px/1 Montserrat, Arial, sans-serif; text-transform: uppercase; text-shadow: 0 2px 4px rgba(0,0,0,.6); }
.cbt-tokenomics-link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 18px; padding: 0 22px; border-radius: 7px; color: #071026; background: linear-gradient(135deg, #21e8ff, #ffe45c, #ff4fd8); font: 1000 13px/1 Montserrat, Arial, sans-serif; letter-spacing: .9px; text-decoration: none; text-transform: uppercase; box-shadow: 0 0 26px rgba(255,228,92,.24); }
@media (max-width: 980px) { .cbt-tokenomics-head { flex-direction: column; } .cbt-tokenomics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .cbt-tokenomics-panel { padding: 18px; } .cbt-tokenomics-head h3 { font-size: 25px; } .cbt-tokenomics-grid { grid-template-columns: 1fr; } .cbt-tokenomics-link { width: 100%; text-align: center; } }
