@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --tl-bg: #020617;
  --tl-bg-soft: #080a1a;
  --tl-surface: #111222;
  --tl-surface-2: #0d0e21;
  --tl-brand: var(--brand-500);
  --tl-brand-2: var(--brand-700);
  --tl-brand-soft: var(--brand-300);
  --tl-sub-text: #8d91a4;
  --tl-cyan: #5cebfd;
  --tl-blue: #2196ff;
  --tl-red: #ed443d;
  --tl-orange: #fb723c;
  --tl-yellow: #fdc546;
  --tl-green: #00c853;
  --tl-pink: #c55ec1;
  --tl-border: rgba(255, 255, 255, 0.06);
  --tl-border-purple: rgba(153, 68, 255, 0.16);
  --tl-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
  --tl-shadow-purple: 0 10px 35px rgba(153, 68, 255, 0.14);
  --tl-radius-sm: 10px;
  --tl-radius-md: 16px;
  --tl-radius-lg: 24px;
  --tl-radius-xl: 32px;
  --tl-container: 1180px;
  --tl-section-y: 96px;
  --tl-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
/* font-family: "Inter", sans-serif; */
/* font-family: "Exo 2", sans-serif; */
/* font-family: "Open Sans", sans-serif; */

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.tl-landing-body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #fff;
  background: var(--tl-bg);
  overflow-x: hidden;
}
.tl-homepage button,
.tl-homepage input {
  font: inherit;
}
.tl-homepage button {
  color: inherit;
}
.tl-homepage a {
  color: inherit;
  text-decoration: none;
}
.tl-homepage img {
  max-width: 100%;
  display: block;
}

::selection {
  background: rgba(153, 68, 255, 0.28);
  color: #fff;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
* {
  scrollbar-width: none;
}

.tl-container {
  width: min(var(--tl-container), calc(100% - 32px));
  margin-inline: auto;
}
.tl-section {
  padding: var(--tl-section-y) 0;
}
.tl-section--alt {
  background: var(--tl-bg-soft);
  border-top: 1px solid rgba(153, 68, 255, 0.06);
  border-bottom: 1px solid rgba(153, 68, 255, 0.06);
}
.tl-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.tl-section-head p {
  margin: 12px auto 0;
  max-width: 620px;
  font-size: 16px;
  color: var(--tl-sub-text);
}
.tl-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(153, 68, 255, 0.12);
  border: 1px solid rgba(153, 68, 255, 0.3);
  color: var(--tl-brand-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.tl-section-title {
  margin: 16px 0 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.03;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #fff;
}
.tl-section-copy,
.muted {
  color: var(--tl-sub-text);
  font-size: 14px;
  margin-top: 8px;
}

.grid-bg {
  background-image:
    linear-gradient(rgb(153 68 255 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(153 68 255 / 6%) 1px, transparent 1px);
  background-size: 48px 48px;
}
.glow-purple {
  box-shadow:
    0 0 40px rgba(153, 68, 255, 0.35),
    0 0 80px rgba(153, 68, 255, 0.12);
}
.glow-purple-sm {
  box-shadow: 0 0 18px rgba(153, 68, 255, 0.25);
}
.text-glow {
  text-shadow: 0 0 28px rgba(153, 68, 255, 0.55);
}

.tl-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0.75rem;
  padding: 0.6rem 1.25rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  transition:
    transform 0.2s var(--tl-ease),
    box-shadow 0.2s var(--tl-ease),
    opacity 0.2s;
}
.tl-btn:hover {
  transform: translateY(-2px) scale(1.01);
}
.tl-btn:active {
  transform: translateY(0) scale(0.98);
}

.tl-btn--primary {
  background: linear-gradient(135deg, var(--tl-brand), var(--tl-brand-2));
  box-shadow: 0 8px 40px var(--brand-alpha-40);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.tl-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 45px var(--brand-alpha-60);
}

.tl-btn-secondary {
  background:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--brand-20);
  border: 1px solid rgb(255 255 255 / 10%) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.5s;
}
.tl-btn-secondary:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--brand-30);
  box-shadow: 0 12px 45px var(--brand-alpha-60);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(2, 6, 23, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(153, 68, 255, 0.1);
  transition: background 0.25s ease;
}
/* .site-header.is-scrolled {
  background: rgba(2, 6, 23, 0.92);
} */
.navbar {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand .app-brand-img {
  display: block;
  width: auto;
  /* width: 140px; */
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.nav-actions {
  display: flex;
  align-items: center;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links a {
  position: relative;
  color: var(--tl-sub-text);
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  background: var(--tl-brand);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s;
}
.nav-links a:hover {
  color: #fff;
}
.nav-links a:hover::after {
  transform: scaleX(1);
}
.mobile-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  cursor: pointer;
}
.mobile-backdrop {
  display: none;
}

.mobile-drawer {
  display: none;
}

/* ========================================
   MOBILE MENU
======================================== */

.mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.mobile-backdrop.open {
  display: block;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;

  width: min(320px, 88vw);
  height: 100vh;

  z-index: 999;

  display: flex;
  flex-direction: column;

  padding: 20px;

  background: #0b0c1c;
  border-left: 1px solid rgba(153, 68, 255, 0.18);

  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.45);

  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);

  visibility: hidden;
}

.mobile-drawer.open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.drawer-close {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.04);
  color: #fff;

  font-size: 26px;
  line-height: 1;

  cursor: pointer;
}

.drawer-close:hover {
  background: rgba(153, 68, 255, 0.12);
  border-color: rgba(153, 68, 255, 0.25);
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;

  padding: 24px 0;
}

.drawer-nav a {
  display: block;

  padding: 13px 14px;
  border-radius: 12px;

  color: #9296a8;
  font-size: 15px;
  font-weight: 600;

  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.drawer-nav a:hover {
  color: #fff;
  background: rgba(153, 68, 255, 0.1);
}

.drawer-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-top: auto;
}

body.menu-open {
  overflow: hidden;
}
/* ========================================
   MOBILE MENU
======================================== */

.hero {
  position: relative;
  min-height: 760px;
  padding-top: 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero .ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ambient::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: 7%;
  top: 12%;
  background: radial-gradient(circle, var(--brand-alpha-20), transparent 70%);
  filter: blur(40px);
}
.ambient::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: 10%;
  top: 28%;
  background: radial-gradient(circle, var(--brand-alpha-20), transparent 70%);
  filter: blur(50px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 72px 0 88px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(153, 68, 255, 0.12);
  border: 1px solid rgba(153, 68, 255, 0.3);
  color: var(--tl-brand-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 24px 0 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 1.4583rem + 3.3333vw, 4.125rem);
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.05;
  max-width: 760px;
}

.hero h1 .text-primary {
  text-shadow: 0 0 28px var(--brand-glow);
}

.hero h1 .soft {
  color: rgba(255, 255, 255, 0.9);
}
.hero-copy {
  max-width: 610px;
  color: var(--tl-sub-text);
  font-size: 18px;
  line-height: 1.68;
}

.hero-title {
  margin: 22px 0 18px;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(2rem, 0.143rem + 7.62vw, 3rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.hero-title .typewrite {
  display: inline-block;
  color: #fff;
  min-height: 1.05em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.trust-row {
  margin-top: 40%;
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.trust-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 4px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: -7px;
}

.trust-avatar:first-child {
  margin-left: 0;
}
.stars {
  display: flex;
  gap: 2px;
  color: var(--tl-yellow);
  font-size: 14px;
}
.trust-meta {
  font-size: 12px;
  color: var(--tl-sub-text);
  margin-left: 7px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}
.hero-visual .visual-glow {
  position: absolute;
  inset: 22px -20px;
  border-radius: 40px;
  background: radial-gradient(
    circle at center,
    rgba(153, 68, 255, 0.28),
    transparent 68%
  );
  filter: blur(30px);
  animation: glowPulse 2.8s ease-in-out infinite;
}

/* ========================================
   FLOATING CHIP WRAPPER
   Handles position + rotation
======================================== */

.float-chip-wrap {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

/* Rotations */
.float-chip-wrap.c1 {
  left: -45px;
  top: -35px;
  transform: rotate(-10deg);
}

.float-chip-wrap.c2 {
  right: -120px;
  top: 120px;
  transform: rotate(-8deg);
}

.float-chip-wrap.c3 {
  left: -135px;
  top: 54%;
  transform: rotate(8deg);
}

.float-chip-wrap.c4 {
  left: -50px;
  bottom: -50px;
  transform: rotate(-8deg);
}

.float-chip-wrap.c5 {
  right: -130px;
  bottom: -25px;
  transform: rotate(8deg);
}

/* ========================================
   CHIP
   Handles floating animation
======================================== */

.float-chip {
  display: flex;
  align-items: center;
  gap: 4px;

  padding: 8px 12px;
  border-radius: 16px;

  background: rgb(31 32 63 / 50%);
  border: 1px solid rgba(153, 68, 255, 0.22);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);

  animation: float 4.2s ease-in-out infinite;
  will-change: transform;
}

.c1 .float-chip {
  animation-delay: 0s;
}
.c2 .float-chip {
  animation-delay: -0.8s;
}
.c3 .float-chip {
  animation-delay: -1.6s;
}
.c4 .float-chip {
  animation-delay: -2.4s;
}
.c5 .float-chip {
  animation-delay: -3.2s;
}

/* ========================================
   ICON
======================================== */

.chip-icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

/* ========================================
   TEXT
======================================== */

.chip-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.chip-text b {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.chip-text span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #848aa0;
  white-space: nowrap;
}

/* ========================================
   REWARD COLORS
======================================== */

.chip-text .blue {
  color: #2196ff;
}

.chip-text .orange {
  color: #fb723c;
}

.chip-text .yellow {
  color: #fdc546;
}

.chip-text .cyan {
  color: #5cebfd;
}

/* Glowing Sing Up Box Effect */
.glow-area {
  overflow: hidden;
}

.glow-area samp {
  position: absolute;
  inset: 2px;
  border-radius: 28px;
  background: #0b0c1c;
  z-index: -1;
}

.glow-area .glow-card-body {
  z-index: 1;
}

.glow-box-shape {
  width: 300%;
  margin-left: -100%;
  position: absolute;
  /* background: linear-gradient(transparent, var(--brand-color) 60%, transparent); */
  background: linear-gradient(
    transparent,
    #7319fa,
    #ff33b4,
    #ff7e29 60%,
    transparent
  );
  z-index: -2;
}

.glow-box-animation {
  animation-name: glow-animation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes glow-animation {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  75% {
    transform: rotate(270deg);
  }

  to {
    transform: rotate(1turn);
  }
}
/* End Glowing Sing Up Box Effect */

.home-dashboard {
  position: relative;
  z-index: 2;
  background: rgba(11, 12, 28, 0.97);
  border: 1px solid rgba(153, 68, 255, 0.18);
  backdrop-filter: blur(24px);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--tl-shadow);
  animation: float 6.2s ease-in-out infinite;
}
.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(153, 68, 255, 0.1);
}
.dashboard-top span.rew-today-num {
  color: var(--tl-sub-text);
  font-weight: bold;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  color: var(--tl-brand);
}
.dashboard-top span.rew-today-txt {
  color: var(--tl-sub-text);
  font-weight: bold;
  font-size: 12px;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: rgb(70 255 138);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}
.dashboard-balance {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.kicker {
  color: var(--tl-sub-text);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.balance {
  font-size: 42px;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
  letter-spacing: -0.04em;

  background: linear-gradient(
    110deg,
    var(--tl-brand-2),
    var(--tl-brand),
    var(--brand-soft),
    var(--tl-brand),
    var(--tl-brand-2)
  );

  background-size: 300% 100%;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: balanceShine 10s ease-in-out infinite;

  text-shadow:
    0 0 12px var(--brand-alpha-30),
    0 0 28px var(--brand-alpha-20);
}
.balance-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}
.balance-icon i {
  color: var(--tl-brand-soft);
  font-size: 18px;
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.mini-stat {
  padding: 11px;
  border-radius: 12px;
  background: rgba(153, 68, 255, 0.06);
  border: 1px solid rgba(153, 68, 255, 0.08);
}
.mini-stat b {
  display: block;
  font-size: 16px;
}
.mini-stat span {
  display: block;
  font-size: 14px;
  color: var(--tl-sub-text);
  margin-top: 3px;
}
.goal {
  margin: 16px 0 14px;
}
.goal-head {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--tl-sub-text);
  margin-bottom: 7px;
}
.progress {
  height: 7px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  overflow: hidden;
}
.progress > i {
  display: block;
  height: 100%;
  width: 74%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7722dd, #9944ff, #bb77ff);
  box-shadow: 0 0 14px rgba(153, 68, 255, 0.55);
  animation: progressGrow 1.3s ease-out both;
}
.activity-title {
  color: var(--tl-brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 24px 0 10px 0;
}

/* ========================================
   LIVE HOMEPAGE ACTIVITY
======================================== */

.activity-list {
  display: grid;
  gap: 7px;
}

.activity-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;

  padding: 8px 10px;

  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.activity-avatar {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.activity-avatar img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;
}

.activity-info {
  min-width: 0;
}

.activity-name {
  font-size: 14px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-time {
  font-size: 14px;
  color: var(--tl-sub-text);
  white-space: nowrap;
}

.activity-result {
  margin-left: auto;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;

  min-width: 55px;

  text-align: right;
}

.activity-reward {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;

  font-size: 14px;
  font-weight: 800;
  color: var(--tl-brand);
  white-space: nowrap;
}

.activity-coin {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

/* ========================================
   END LIVE HOMEPAGE ACTIVITY
======================================== */

.mobile-chip-row {
  display: none;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tl-surface {
  background: var(--tl-surface);
  border: 1px solid rgba(153, 68, 255, 0.1);
  border-radius: 18px;
}
.tl-surface-hover {
  transition:
    transform 0.2s var(--tl-ease),
    border-color 0.2s,
    box-shadow 0.2s;
}
.tl-surface-hover:hover {
  transform: translateY(-4px);
  border-color: rgba(153, 68, 255, 0.28);
  box-shadow: var(--tl-shadow-purple);
}
.tl-stat-card {
  padding: 22px;
  text-align: center;
}
.tl-stat-icon {
  color: var(--tl-brand-soft);
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  font-size: 26px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.tl-stat-value {
  margin-top: 7px;
  font-family: "Exo 2", sans-serif;
  font-size: 34px;
  font-weight: 800;
  background: linear-gradient(
    90deg,
    var(--tl-brand),
    var(--tl-brand-soft),
    var(--tl-brand)
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}
.tl-stat-label {
  margin-top: 5px;
  color: var(--tl-sub-text);
  font-size: 14px;
  font-weight: 600;
}
.tl-stat-card {
  position: relative;
  overflow: hidden;
}
.tl-stat-card:hover .tl-stat-decoration {
  left: -6%;
  top: 16%;
  font-size: 160px;
  filter: blur(10px);
}
.tl-stat-decoration {
  position: absolute;
  left: -10%;
  top: 20%;
  transition: 0.3s;

  font-size: 150px;
  line-height: 1;
  color: var(--brand-alpha-10);

  z-index: 0;
  pointer-events: none;
}

.tl-stat-content {
  position: relative;
  z-index: 2;
}
.ways-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.way-card {
  padding: 19px;
  min-height: 160px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(153, 68, 255, 0.133);
  border-radius: 18px;
}
.way-card .icon {
  font-size: 32px;
}
.way-card h3 {
  margin: 12px 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.way-card p {
  margin: 0 0 14px;
  color: var(--tl-sub-text);
  font-size: 14px;
  line-height: 1.5;
}
.way-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.tl-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}
.arrow {
  color: var(--tl-sub-text);
  transition: 0.2s;
}
.way-card:hover .arrow {
  color: #fff;
  transform: translateX(3px);
}

.offer-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}
.offer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 28px;
}
.offer-tabs button,
.filter-tabs button {
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #74798a;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}
.offer-tabs button.active,
.filter-tabs button.active {
  background: var(--tl-brand);
  border-color: var(--tl-brand);
  color: #fff;
}
.offer-tabs button.active,
.filter-tabs button.active {
  border-color: var(--tl-brand);
  color: #fff;
  background: linear-gradient(135deg, var(--tl-brand), var(--tl-brand-2));
  box-shadow: 0 8px 40px var(--brand-alpha-40);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.offer-tabs button:hover,
.filter-tabs button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 45px var(--brand-alpha-60);
}
.offer-tabs button:hover:not(.active),
.filter-tabs button:hover:not(.active) {
  background: rgba(153, 68, 255, 0.12);
  color: #fff;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.tl-offer-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.offer-art {
  height: 114px;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 48px;
  background: linear-gradient(
    135deg,
    rgba(153, 68, 255, 0.15),
    rgba(33, 150, 255, 0.1)
  );
}
.offer-badge {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
.offer-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}
.offer-name {
  font-size: 14px;
  font-weight: 800;
}
.offer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.offer-reward {
  font-size: 24px;
  font-weight: 800;
  color: var(--tl-brand);
  font-family: "Exo 2", sans-serif;
}
.difficulty {
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}
.offer-progress-label {
  display: flex;
  justify-content: space-between;
  color: var(--tl-sub-text);
  font-size: 14px;
  margin-bottom: 5px;
}
.offer-progress {
  height: 5px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  overflow: hidden;
}
.offer-progress i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #7722dd, #9944ff, #bb77ff);
  border-radius: inherit;
}
.offer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--tl-sub-text);
  font-size: 14px;
}
.tl-btn--tiny {
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-bottom: 26px;
}
.game-layout {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 14px;
}
.featured-game {
  min-height: 310px;
  padding: 24px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-game .game-decor {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -34px;
  top: -34px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.15;
}
.featured-game .featured-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
.featured-game .game-emoji {
  font-size: 58px;
  margin: 14px 0;
}
.featured-game h3 {
  margin: 0 0 5px;
  font-size: 24px;
  color: #fff;
  font-weight: 800;
}
.game-genre {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tl-brand);
  font-weight: 800;
}
.game-milestone {
  margin-top: 10px;
  color: var(--tl-sub-text);
  font-size: 12px;
}
.featured-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}
.featured-price {
  font-size: 32px;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.game-card {
  padding: 16px;
  display: flex;
  grid-template-columns: 58px 1fr;
  gap: 11px;
  flex-direction: column;
}
.game-top {
  display: flex;
  gap: 8px;
  align-items: center;
}
.game-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 31px;
}
.game-title {
  font-size: 14px;
  font-weight: 800;
}
.game-card .game-genre {
  margin-top: 4px;
  font-size: 12px;
  color: var(--tl-brand);
}
.game-card .game-milestone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 7px;
  font-size: 12px;
}
.game-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 8px;
}
.game-price {
  font-size: 16px;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
}
.play-mini {
  border: 0;
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(153, 68, 255, 0.12);
  font-size: 8px;
  font-weight: 900;
  cursor: pointer;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.connector {
  position: absolute;
  top: 31px;
  left: 25%;
  right: 25%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--brand-alpha-40),
    transparent
  );
}
.step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 25px;
  background: linear-gradient(135deg, var(--tl-brand), var(--tl-brand-2));
  box-shadow: 0 0 20px rgba(153, 68, 255, 0.25);
  position: relative;
}
.step-num {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tl-bg);
  border: 2px solid var(--tl-brand);
  color: var(--tl-brand);
  font-size: 12px;
  font-weight: 900;
}
.step-faint {
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: var(--brand-alpha-40);
  font-weight: 800;
  margin-top: -8px;
}
.step h3 {
  margin: 10px 0 8px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.step p {
  margin: 0;
  color: var(--tl-sub-text);
  font-size: 14px;
  line-height: 1.6;
}
.center-action {
  text-align: center;
  margin-top: 44px;
}

.streak-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.streak-card {
  min-width: 120px;
  padding: 14px;
  border-radius: 18px;
  text-align: center;
}
.streak-card.today {
  border: 2px solid var(--tl-brand) !important;
  box-shadow: 0 0 38px rgba(153, 68, 255, 0.25);
}
.streak-day {
  color: var(--tl-sub-text);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}
.streak-visual {
  width: 32px;
  height: 32px;
  margin: 9px auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--tl-brand);
  font-size: 24px;
}
.streak-visual i {
  font-size: 18px !important;
}

.streak-card.today .streak-visual {
  background: transparent;
  font-size: 23px;
  animation: streakGiftFloat 2.2s ease-in-out infinite;
}

.streak-card.locked .streak-visual {
  opacity: 0.4;
  background: transparent;
}
.streak-reward {
  font-size: 14px;
  font-weight: 900;
}
.streak-bonus {
  font-size: 12px;
  font-weight: 900;
  margin-top: 3px;
}
.streak-today-label {
  margin-top: 5px;
  color: var(--tl-brand);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.streak-summary {
  max-width: 590px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.summary-title {
  font-size: 16px;
  font-weight: 800;
}
.summary-copy {
  margin-top: 4px;
  color: var(--tl-sub-text);
  font-size: 14px;
}
.summary-progress {
  width: 100%;
  margin-top: 10px;
}

.browser {
  overflow: hidden;
  border-radius: 18px;
  background: #0a0b1a;
  border: 1px solid rgba(153, 68, 255, 0.15);
  box-shadow: var(--tl-shadow);
}
.browser-chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: #0d0e21;
  border-bottom: 1px solid rgba(153, 68, 255, 0.1);
}
.browser-dots {
  display: flex;
  gap: 6px;
}
.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.address-bar {
  width: min(360px, 48%);
  height: 20px;
  margin: auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--tl-sub-text);
  font: 12px/1 monospace;
}
.browser-body {
  display: flex;
  min-height: 360px;
}
.browser-side {
  width: 185px;
  padding: 14px;
  background: #0d0e21;
  border-right: 1px solid rgba(153, 68, 255, 0.08);
}
.browser-side a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--tl-sub-text);
  font-size: 12px;
  font-weight: 700;
}
.browser-side a.active {
  background: rgba(153, 68, 255, 0.15);
  color: #bb77ff;
}
.browser-main {
  flex: 1;
  padding: 16px;
  min-width: 0;
}
.browser-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.browser-kpi {
  padding: 11px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.browser-kpi b {
  display: block;
  font-size: 15px;
}
.browser-kpi span {
  display: block;
  margin-top: 3px;
  color: var(--tl-sub-text);
  font-size: 10px;
}
.browser-lower {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.browser-panel {
  min-height: 170px;
  padding: 14px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.browser-panel h4 {
  margin: 0 0 10px;
  color: var(--tl-sub-text);
  font-size: 10px;
}
.chart {
  width: 100%;
  height: 100px;
}

.cashout-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.cashout-card {
  padding: 15px 12px;
  text-align: center;
}
.cashout-icon {
  font-size: 28px;
}
.cashout-name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 800;
}
.cashout-min {
  margin-top: 4px;
  color: var(--tl-sub-text);
  font-size: 14px;
}
.cashout-time {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.quick-withdraw {
  max-width: 510px;
  margin: 0 auto;
  padding: 20px;
}
.quick-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.quick-head strong {
  font-size: 14px;
}
.quick-balance {
  color: var(--tl-sub-text);
  font-size: 14px;
}
.quick-input-row {
  display: flex;
  gap: 8px;
}
.quick-input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  outline: 0;
}
.quick-max {
  border: 1px solid rgba(153, 68, 255, 0.3);
  background: rgba(153, 68, 255, 0.15);
  color: var(--tl-brand);
  border-radius: 10px;
  padding: 0 14px;
  cursor: pointer;
}
.payment-select {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  padding: 11px;
  border-radius: 11px;
  background: rgba(92, 235, 253, 0.06);
  border: 1px solid rgba(92, 235, 253, 0.15);
}
.payment-text strong {
  display: block;
  font-size: 14px;
}
.payment-text span {
  display: block;
  color: var(--tl-sub-text);
  font-size: 12px;
  margin-top: 2px;
}
.payment-arrow {
  margin-left: auto;
  color: var(--tl-cyan);
}
.tl-full {
  width: 100%;
}

.referral-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(153, 68, 255, 0.12),
    rgba(33, 150, 255, 0.06)
  );
  border: 1px solid rgba(153, 68, 255, 0.2);
}
.referral-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.02;
}
.referral-card p {
  color: var(--tl-sub-text);
  line-height: 1.7;
  font-size: 14px;
}
.referral-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 22px 0;
}
.ref-stat {
  padding: 11px;
  border-radius: 11px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.ref-stat b {
  display: block;
  font-size: 22px;
  font-family: "Exo 2", sans-serif;
}
.ref-stat span {
  display: block;
  margin-top: 2px;
  color: var(--tl-sub-text);
  font-size: 14px;
}
.ref-link {
  display: flex;
  gap: 8px;
}
.ref-url {
  flex: 1;
  min-width: 0;
  padding: 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--tl-sub-text);
  font: 12px monospace;
  overflow: hidden;
  white-space: nowrap;
}
.tl-copy-btn {
  min-width: 82px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  background: var(--tl-brand);
  font-size: 10px;
  font-weight: 800;
}
.ref-visual {
  min-height: 300px;
  display: grid;
  place-items: center;
}
.orbit {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle, rgba(153, 68, 255, 0.1), transparent 68%);
}
.orbit-core {
  position: absolute;
  width: 72px;
  height: 72px;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--tl-brand), var(--tl-brand-2));
  box-shadow: 0 0 34px rgba(153, 68, 255, 0.42);
  font-size: 28px;
}
.orbit-node {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: -20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(153, 68, 255, 0.18);
  border: 1px solid rgba(153, 68, 255, 0.35);
  animation: float 4.5s ease-in-out infinite;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.testimonial {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.user-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.user-main {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
}
.user-name {
  font-size: 14px;
  font-weight: 800;
}
.user-country {
  color: var(--tl-sub-text);
  font-size: 14px;
  margin-top: 2px;
}
.verified {
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(var(--tl-green), 0.15);
  border: 1px solid rgba(133, 156, 55, 0.2);
  color: var(--tl-green);
  font-size: 10px;
  font-weight: 900;
}
.quote {
  margin: 0;
  color: var(--tl-sub-text);
  font-size: 14px;
  line-height: 1.65;
  flex: 1;
}
.earned {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 16px;
  font-weight: 800;
  color: var(--tl-brand);
  font-family: "Exo 2", sans-serif;
}

.faq-wrap {
  max-width: 850px;
  margin: 0 auto;
}
.faq-item {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 8px;
  background: var(--tl-surface);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.faq-item.open {
  border-color: rgba(153, 68, 255, 0.3);
}
.faq-q {
  width: 100%;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.faq-icon {
  width: 25px;
  height: 25px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.25s;
}
.faq-item.open .faq-icon {
  background: var(--tl-brand);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-a-inner {
  padding: 0 18px 17px;
  color: var(--tl-sub-text);
  font-size: 14px;
  line-height: 1.7;
}

.cta {
  position: relative;
  overflow: hidden;
  background: var(--tl-bg-soft);
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(153, 68, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(153, 68, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
}
.cta::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    rgba(153, 68, 255, 0.18),
    transparent 70%
  );
  filter: blur(30px);
}
.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.cta h2 {
  margin: 18px 0 14px;
  font-size: clamp(50px, 7vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #fff;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
}
.cta h2 span {
  color: var(--tl-brand);
  text-shadow: 0 0 28px rgba(153, 68, 255, 0.55);
}
.cta p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--tl-sub-text);
  font-size: 24px;
  line-height: 1.65;
}
.cta-meta i {
  color: var(--tl-brand);
}
.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.cta-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 26px;
  color: var(--tl-sub-text);
  font-size: 14px;
}
.decor {
  position: absolute;
  z-index: 1;
  opacity: 0.35;
  animation: float 4.5s ease-in-out infinite;
  pointer-events: none;
}
.decor.d1 {
  left: 5%;
  top: 12%;
  font-size: 31px;
}
.decor.d2 {
  right: 8%;
  top: 15%;
  font-size: 25px;
  animation-delay: 0.6s;
}
.decor.d3 {
  left: 10%;
  bottom: 14%;
  font-size: 25px;
  animation-delay: 1s;
}
.decor.d4 {
  right: 6%;
  bottom: 10%;
  font-size: 30px;
  animation-delay: 1.5s;
}

.site-footer {
  background: var(--tl-bg-soft);
  border-top: 1px solid rgba(153, 68, 255, 0.1);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 34px;
  padding: 58px 0 48px;
}
.footer-brand p {
  max-width: 260px;
  color: var(--tl-sub-text);
  font-size: 12px;
  line-height: 1.7;
}
.socials {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}
.social {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}
.footer-col h4 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
}
.footer-col a {
  display: block;
  margin-top: 8px;
  color: var(--tl-sub-text);
  font-size: 14px;
}
.footer-col a:hover {
  color: var(--tl-brand);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--tl-sub-text);
  font-size: 14px;
}
.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s ease,
    transform 0.6s var(--tl-ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes streakGiftFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.38;
  }
  50% {
    opacity: 0.85;
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.28;
  }
}
@keyframes progressGrow {
  from {
    width: 0;
  }
  to {
    width: 74%;
  }
}
@keyframes balanceShine {
  0%,
  100% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 0% 50%;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  :root {
    --tl-section-y: 80px;
  }
  .hero-badge {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  .hero h1 {
    margin-bottom: 22px;
    text-align: center;
  }
  .hero-copy {
    font-size: 16px;
    text-align: center;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
  }
  .trust-row {
    margin-top: 48px;
    display: flex;
    justify-content: center;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }
  .mobile-toggle {
    display: grid;
    place-items: center;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .hero {
    min-height: auto;
  }
  .hero-copy,
  .hero h1 {
    max-width: none;
  }
  .hero-visual {
    min-height: 520px;
  }

  .float-chip {
    display: none;
  }
  .mobile-chip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .mobile-chip {
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(17, 18, 34, 0.88);
    border: 1px solid rgba(153, 68, 255, 0.22);
    font-size: 9px;
    font-weight: 800;
  }
  .stat-grid,
  .ways-grid,
  .offer-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .game-layout {
    grid-template-columns: 1fr;
  }
  .referral-card {
    grid-template-columns: 1fr;
  }
  .ref-visual {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  :root {
    --tl-section-y: 66px;
  }
  .tl-container {
    width: min(var(--tl-container), calc(100% - 22px));
  }
  .navbar {
    height: 60px;
  }
  .hero-grid {
    padding: 48px 0 66px;
  }

  .trust-row {
    align-items: flex-start;
  }
  .glow-area samp {
    border-radius: 22px;
  }
  .home-dashboard {
    padding: 15px;
    border-radius: 22px;
  }
  .balance {
    font-size: 34px;
  }
  .mini-stats {
    grid-template-columns: 1fr;
  }
  .stat-grid,
  .ways-grid,
  .offer-grid,
  .testimonial-grid,
  .game-grid,
  .cashout-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ways-grid {
    gap: 9px;
  }
  .way-card {
    padding: 15px;
    min-height: 145px;
  }
  .way-card p {
    display: none;
  }
  .offer-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .game-grid {
    gap: 9px;
  }
  .game-card {
    grid-template-columns: 48px 1fr;
    padding: 12px;
  }
  .game-icon {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
  .featured-game {
    min-height: 280px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .connector {
    display: none;
  }
  .streak-card {
    min-width: 76px;
    padding: 12px 9px;
  }
  .streak-summary {
    align-items: flex-start;
    flex-direction: column;
  }
  .summary-progress {
    width: 100%;
  }
  .browser-side {
    display: none;
  }
  .browser-main {
    padding: 10px;
  }
  .browser-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .browser-lower {
    grid-template-columns: 1fr;
  }
  .cashout-grid {
    gap: 8px;
  }
  .cashout-card {
    padding: 12px 7px;
  }
  .referral-card {
    padding: 26px 20px;
  }
  .referral-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ref-stat b {
    font-size: 17px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .stat-grid,
  .ways-grid,
  .offer-grid,
  .testimonial-grid,
  .game-grid {
    grid-template-columns: 1fr;
  }
  .stat-grid {
    gap: 9px;
  }
  .offer-art {
    height: 104px;
  }
  .cashout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ref-link {
    flex-direction: column;
  }
  .tl-copy-btn {
    height: 40px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .trust-row {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .trust-title {
    text-align: center;
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-body-bg); /* Change this to match your design */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#preloader.hidden {
  opacity: 0.01;
  visibility: hidden;
}

/* Three dots */
.window-dots {
  position: absolute;
  top: 14px;
  right: 24px;

  display: flex;
  align-items: center;
  gap: 10px;
}

.window-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}

/* Colors */
.window-dots .dot.red {
  background: #ff3b4f;
}

.window-dots .dot.yellow {
  background: #ffbf00;
}

.window-dots .dot.green {
  background: #00c853;
}

.glass-bg {
  background: linear-gradient(
    135deg,
    var(--brand-alpha-12),
    rgba(17, 18, 34, 0.48)
  );

  border: 1px solid var(--brand-alpha-20);

  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.demo-activity-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  border: 1px solid var(--brand-alpha-20);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;

  box-sizing: border-box;
}

/* ========================================
   BACK TO TOP
======================================== */

.tl-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid var(--brand-alpha-30);
  border-radius: 14px;

  background: rgba(17, 18, 34, 0.72);
  color: var(--brand-300);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.25),
    0 0 20px var(--brand-alpha-10),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.tl-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tl-back-to-top:hover {
  background: var(--brand-alpha-16);
  border-color: var(--brand-alpha-40);
  color: var(--brand-200);

  transform: translateY(-3px);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.3),
    0 0 25px var(--brand-alpha-20);
}

.tl-back-to-top:active {
  transform: translateY(0) scale(0.95);
}

.tl-back-to-top i {
  font-size: 15px;
}
@media (max-width: 600px) {
  .tl-back-to-top {
    right: 16px;
    bottom: 16px;

    width: 42px;
    height: 42px;

    border-radius: 12px;
  }
}
/* ========================================
   END BACK TO TOP
======================================== */
