body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #020617, #0f172a);
  color: white;
}

.landing-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.16), transparent 24%),
    radial-gradient(circle at right 20%, rgba(56, 189, 248, 0.16), transparent 24%),
    linear-gradient(180deg, #030712 0%, #081120 42%, #0b1423 100%);
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.35));
}

.brand-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fbbf24;
}

.navbar-brand-lockup h2 {
  margin: 2px 0 0;
}

.navbar a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}

.btn {
  background: gold;
  color: black;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  transform: scale(1.05);
}

/* Hero */
.hero {
  text-align: center;
  padding: 120px 20px;
  animation: fadeIn 1.5s ease-in;
}

.landing-main {
  padding: 0 24px 48px;
}

.landing-navbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 7, 18, 0.82);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.landing-nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  gap: 24px;
  max-width: 1200px;
  margin: 32px auto 24px;
  padding: 32px;
  border-radius: 32px;
  background: rgba(15, 23, 42, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
}

.landing-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4.8rem);
  line-height: 0.98;
  max-width: 11ch;
}

.landing-copy {
  max-width: 58ch;
  margin: 18px 0 0;
  color: #cbd5e1;
  line-height: 1.7;
}

.landing-actions {
  margin-top: 24px;
}

.landing-section {
  max-width: 1200px;
  margin: 32px auto 0;
}

.landing-section-heading {
  margin-bottom: 18px;
}

.landing-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.landing-hero-panel {
  display: grid;
  gap: 16px;
}

.landing-hero-visual {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(251, 191, 36, 0.24), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(56, 189, 248, 0.20), transparent 28%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(9, 14, 28, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.landing-hero-illustration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.02);
  animation: driftVisual 10s ease-in-out infinite;
}

.hero-coin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, #f59e0b, #fde68a);
  color: #111827;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.24);
}

.hero-coin-large {
  top: 42px;
  right: 52px;
  width: 124px;
  height: 124px;
  font-size: 1.6rem;
  animation: floatCoinLarge 6s ease-in-out infinite;
}

.hero-coin-small {
  left: 42px;
  bottom: 54px;
  width: 92px;
  height: 92px;
  font-size: 0.95rem;
  animation: floatCoinSmall 7s ease-in-out infinite;
}

.hero-network-card,
.landing-visual-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(82%, 360px);
  padding: 20px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
}

.hero-network-card {
  animation: panelLift 7s ease-in-out infinite;
}

.hero-network-card span,
.landing-visual-card span {
  display: block;
  margin-top: 8px;
  color: #cbd5e1;
  line-height: 1.6;
}

.landing-proof-stack {
  display: grid;
  gap: 12px;
}

.landing-stats,
.landing-features,
.landing-plans,
.landing-about,
.landing-testimonials {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.landing-stats,
.landing-features,
.landing-testimonials {
  margin-top: 24px;
}

.landing-plans,
.landing-about {
  margin-top: 40px;
}

.landing-features .card,
.landing-testimonials .testimonial,
.landing-about,
.landing-plans .plan {
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.24);
}

.landing-about {
  border-radius: 28px;
}

.landing-trust-grid,
.landing-transparency-grid,
.landing-credibility-grid,
.landing-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.landing-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-feature-card,
.landing-step-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.24);
}

.landing-feature-card h3,
.landing-step-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
}

.landing-feature-card p,
.landing-step-card p,
.landing-credibility-section p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.7;
}

.feature-icon,
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 12px;
  border-radius: 14px;
  margin-bottom: 14px;
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.32), rgba(56, 189, 248, 0.2));
  color: #fde68a;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.landing-visual-card {
  position: relative;
  transform: none;
  inset: auto;
  width: auto;
  min-height: 180px;
}

.landing-inline-illustration {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(3, 7, 18, 0.4);
}

.trust-visual-card {
  background:
    radial-gradient(circle at right top, rgba(251, 191, 36, 0.20), transparent 34%),
    rgba(15, 23, 42, 0.72);
}

.ledger-visual-card {
  background:
    radial-gradient(circle at left top, rgba(56, 189, 248, 0.20), transparent 34%),
    rgba(15, 23, 42, 0.72);
}

.proof-visual-card {
  background:
    radial-gradient(circle at center top, rgba(251, 191, 36, 0.16), transparent 34%),
    rgba(15, 23, 42, 0.72);
}

.community-visual-card {
  background:
    radial-gradient(circle at left bottom, rgba(56, 189, 248, 0.16), transparent 34%),
    rgba(15, 23, 42, 0.72);
}

.landing-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.landing-info-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.24);
}

.landing-info-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.landing-info-card p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.7;
}

.testimonial-card {
  width: auto;
  margin: 0;
  text-align: left;
}

.landing-footer {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 32px 20px;
  background: rgba(0, 0, 0, 0.72);
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.landing-footer-links,
.landing-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.landing-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

.landing-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.14);
  color: #f8fafc;
  font-weight: 700;
}

.reveal-section,
.landing-feature-card,
.landing-step-card,
.plan,
.testimonial-card,
.landing-visual-card,
.landing-info-card {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero h1 {
  font-size: 50px;
}

.hero p {
  color: #cbd5f5;
}

/* Stats */
.stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
}

.stat-card {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 150px;
  backdrop-filter: blur(10px);
}

/* Features */
.features {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 50px;
}

.card {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 12px;
  width: 250px;
  backdrop-filter: blur(10px);
}

/* Testimonials */
.testimonials {
  text-align: center;
  padding: 50px;
}

.testimonial {
  background: rgba(255,255,255,0.05);
  margin: 10px auto;
  padding: 15px;
  width: 300px;
  border-radius: 10px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background: black;
}

/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.auth-box {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 12px;
  width: 300px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.auth-brand-lockup {
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
  gap: 6px;
}

.auth-box input,
.auth-box select {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
}

.auth-box a {
  color: #f8d66d;
}

.auth-box button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.status-message {
  min-height: 20px;
  font-size: 14px;
  margin: 8px 0 12px;
}

.status-message.error {
  color: #fca5a5;
}

.status-message.success {
  color: #86efac;
}

.auth-link-stack {
  display: grid;
  gap: 10px;
  margin: 6px 0 14px;
}

.auth-actions-stack .btn {
  width: 100%;
}

.auth-link-stack a {
  color: #7dd3fc;
  text-decoration: none;
  font-size: 0.95rem;
}

.auth-link-stack a:hover {
  text-decoration: underline;
}

.about {
  padding: 60px;
  text-align: center;
  background: rgba(255,255,255,0.03);
}
.dashboard {
  display: flex;
}

.sidebar {
  width: 220px;
  height: 100vh;
  background: #020617;
  padding: 20px;
}

.sidebar a {
  display: block;
  color: white;
  margin: 10px 0;
  text-decoration: none;
}

.sidebar button {
  margin-top: 20px;
  width: 100%;
}

.main {
  flex: 1;
  padding: 20px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.admin-identity {
  margin: 6px 0;
  color: #cbd5f5;
}
.plans {
  text-align: center;
  padding: 60px 20px;
}

.tiers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.tier-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.26);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%);
  pointer-events: none;
}

.tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.34);
}

.tier-card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  align-items: center;
}

.tier-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tier-icon svg {
  width: 34px;
  height: 34px;
}

.tier-label {
  margin: 0 0 4px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.86);
}

.tier-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.tier-entry-chip {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tier-summary {
  margin: 0;
  line-height: 1.7;
}

.tier-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.tier-feature-list li {
  position: relative;
  padding-left: 18px;
  color: inherit;
  line-height: 1.6;
}

.tier-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.tier-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.tier-cta:hover {
  transform: translateY(-2px);
}

.tier-basic {
  background: linear-gradient(180deg, rgba(21, 57, 102, 0.96), rgba(11, 28, 52, 0.96));
  color: #e0efff;
}

.tier-basic .tier-icon,
.tier-basic .tier-entry-chip {
  color: #7dd3fc;
}

.tier-basic .tier-entry-chip,
.tier-basic .tier-cta {
  background: #dbeafe;
  color: #0f2f57;
}

.tier-vip {
  background: linear-gradient(180deg, rgba(79, 31, 128, 0.98), rgba(48, 20, 89, 0.96));
  color: #f3e8ff;
}

.tier-vip .tier-icon,
.tier-vip .tier-entry-chip {
  color: #d8b4fe;
}

.tier-vip .tier-entry-chip,
.tier-vip .tier-cta {
  background: #f3e8ff;
  color: #4c1d95;
}

.tier-pro {
  background: linear-gradient(180deg, rgba(145, 66, 10, 0.98), rgba(95, 38, 5, 0.96));
  color: #ffedd5;
}

.tier-pro .tier-icon,
.tier-pro .tier-entry-chip {
  color: #fdba74;
}

.tier-pro .tier-entry-chip,
.tier-pro .tier-cta {
  background: #ffedd5;
  color: #9a3412;
}

.tier-elite {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(18, 18, 20, 0.99), rgba(5, 5, 7, 0.98));
  color: #f8f0c8;
  border-color: rgba(245, 158, 11, 0.3);
}

.tier-elite .tier-icon,
.tier-elite .tier-entry-chip {
  color: #fbbf24;
}

.tier-elite .tier-entry-chip,
.tier-elite .tier-cta {
  background: linear-gradient(135deg, #fbbf24, #fde68a);
  color: #231503;
}

#kycHistory,
#participantsList,
#users,
#kycList {
  padding-left: 20px;
}

#kycHistory li,
#participantsList li,
#users li,
#kycList li {
  margin-bottom: 10px;
}

.dashboard-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 184, 77, 0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.20), transparent 24%),
    linear-gradient(145deg, #07111f 0%, #0d1726 48%, #101c2c 100%);
  color: #f8fafc;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 24px;
  background: rgba(3, 10, 20, 0.78);
  border-right: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(18px);
}

.dashboard-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #fbbf24;
}

.dashboard-sidebar h2,
.dashboard-hero h1,
.dashboard-panel h3,
.dashboard-panel h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.dashboard-sidebar-copy,
.dashboard-hero-meta,
.panel-copy,
.dashboard-sidebar-card span,
.dashboard-stat-card span,
.participant-card p,
.activity-item p,
.referral-box p {
  color: #cbd5e1;
}

.sidebar-brand-lockup {
  margin-bottom: 18px;
}

.sidebar-brand-logo {
  width: 48px;
  height: 48px;
}

.dashboard-nav {
  display: grid;
  gap: 10px;
}

.dashboard-nav a {
  padding: 12px 14px;
  border-radius: 14px;
  color: #f8fafc;
  text-decoration: none;
  background: rgba(148, 163, 184, 0.08);
  border: 1px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.dashboard-nav a:hover {
  transform: translateX(4px);
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.10);
}

.dashboard-sidebar-card,
.dashboard-panel,
.dashboard-stat-card,
.dashboard-hero {
  background: rgba(15, 23, 42, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
  backdrop-filter: blur(16px);
}

.dashboard-sidebar-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
}

.dashboard-sidebar-card strong,
.dashboard-stat-card strong,
.participant-card strong,
.activity-item strong {
  font-size: 1.1rem;
}

.dashboard-logout {
  width: 100%;
}

.dashboard-main {
  padding: 32px;
}

.dashboard-toast {
  margin: 0 0 18px;
}

.dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 24px;
  padding: 28px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.dashboard-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.25), transparent 70%);
}

.dashboard-hero-copy {
  position: relative;
  z-index: 1;
}

.dashboard-hero h1 {
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 0.98;
  max-width: 10ch;
  margin-bottom: 12px;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.dashboard-hero-panel {
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.dashboard-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dashboard-stat-card {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-radius: 22px;
}

.accent-card {
  background: linear-gradient(145deg, rgba(251, 191, 36, 0.16), rgba(56, 189, 248, 0.12));
}

.dashboard-card-label {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.dashboard-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.dashboard-panel {
  padding: 24px;
  border-radius: 26px;
}

.panel-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.compact-row {
  margin-bottom: 12px;
}

.btn {
  border: none;
  cursor: pointer;
}

.btn-secondary {
  background: rgba(248, 250, 252, 0.08);
  color: #f8fafc;
  border: 1px solid rgba(248, 250, 252, 0.12);
  text-decoration: none;
}

.btn-small {
  padding: 9px 12px;
  font-size: 0.9rem;
}

.referral-box,
.upload-dropzone,
.history-block,
.participants-panel {
  border-radius: 20px;
}

.profile-grid,
.balance-grid,
.giveaway-summary-grid,
.proof-grid {
  display: grid;
  gap: 14px;
}

.profile-grid,
.balance-grid,
.giveaway-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.profile-field,
.balance-card,
.giveaway-card,
.mini-stat-card,
.proof-card,
.notice-item,
.transaction-item {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.profile-field,
.balance-card,
.giveaway-card,
.mini-stat-card,
.proof-card {
  padding: 16px 18px;
}

.profile-field span,
.balance-card span,
.giveaway-card span,
.mini-stat-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #94a3b8;
}

.profile-field strong,
.balance-card strong,
.giveaway-card strong,
.mini-stat-card strong,
.proof-card strong {
  display: block;
  font-size: 1.05rem;
}

.wide-field {
  grid-column: span 2;
}

.balance-card p,
.giveaway-card p,
.proof-card p,
.notice-item p,
.transaction-item p {
  margin: 8px 0 0;
  color: #cbd5e1;
}

.balance-caption {
  color: #cbd5e1;
  font-size: 0.92rem;
}

.countdown-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.12);
  color: #fde68a;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.progress-shell {
  width: 100%;
  height: 14px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.15);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #f59e0b, #38bdf8);
  transition: width 0.35s ease;
}

.progress-copy {
  margin: 10px 0 0;
  color: #cbd5e1;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.wallet-entry-row {
  margin-top: 14px;
}

.kyc-detail-grid,
.kyc-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.kyc-field {
  display: grid;
  gap: 8px;
}

.kyc-field span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #94a3b8;
}

.kyc-field input,
.kyc-field select,
.wallet-inline-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.65);
  color: #f8fafc;
  box-sizing: border-box;
}

.notice-list,
.transaction-list,
.badge-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.notice-list,
.transaction-list {
  display: grid;
  gap: 12px;
}

.notice-item,
.transaction-item {
  padding: 16px 18px;
}

.leaderboard-stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.leaderboard-grid,
.transparency-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  background: rgba(8, 12, 24, 0.82);
}

.admin-hero {
  margin-bottom: 24px;
}

.admin-chart-panel {
  margin-bottom: 24px;
}

.admin-chart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.chart-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.admin-grid {
  margin-bottom: 24px;
}

.admin-user-card {
  justify-content: space-between;
}

.admin-user-card .btn {
  margin-left: auto;
}

.admin-inline-input {
  width: 100%;
  max-width: 220px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.65);
  color: #f8fafc;
  box-sizing: border-box;
}

.admin-kyc-details,
.admin-kyc-review,
.admin-kyc-links {
  display: grid;
  gap: 8px;
}

.admin-kyc-links a,
.transaction-meta a {
  color: #7dd3fc;
  text-decoration: none;
}

.admin-kyc-links a:hover,
.transaction-meta a:hover {
  text-decoration: underline;
}

.admin-checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
}

.admin-checkbox-row input {
  accent-color: #fbbf24;
}

.transaction-meta {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.transaction-meta code {
  max-width: 100%;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.6);
  color: #cbd5e1;
  word-break: break-all;
}

.transaction-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.24);
  color: #bae6fd;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.faq-list details {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  color: #cbd5e1;
  margin: 10px 0 0;
}

.support-ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.support-ticket-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.support-textarea {
  width: 100%;
  min-height: 130px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.65);
  color: #f8fafc;
  box-sizing: border-box;
  resize: vertical;
}

.support-ticket-item,
.admin-support-item {
  display: grid;
  gap: 10px;
}

.admin-support-controls {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.referral-box {
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.referral-box p {
  margin: 0;
  line-height: 1.6;
  word-break: break-all;
}

.upload-dropzone {
  display: grid;
  gap: 6px;
  padding: 22px;
  margin-top: 16px;
  background: linear-gradient(145deg, rgba(14, 116, 144, 0.18), rgba(30, 41, 59, 0.45));
  border: 1px dashed rgba(125, 211, 252, 0.45);
  cursor: pointer;
}

.upload-dropzone input {
  display: none;
}

.upload-dropzone-title {
  font-weight: 700;
}

.upload-dropzone-copy {
  color: #bae6fd;
  font-size: 0.95rem;
}

.upload-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0 8px;
}

.upload-actions-row .status-message {
  margin: 0;
}

.kyc-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.kyc-preview-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.kyc-preview-empty,
.kyc-preview-caption {
  color: #cbd5e1;
  line-height: 1.6;
}

.kyc-preview-image,
.kyc-preview-frame {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.7);
}

.kyc-preview-image {
  display: block;
  max-height: 280px;
  object-fit: cover;
}

.kyc-preview-frame {
  min-height: 280px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

.status-pill.success {
  background: rgba(34, 197, 94, 0.14);
  color: #86efac;
}

.status-pill.warning {
  background: rgba(251, 191, 36, 0.14);
  color: #fde68a;
}

.status-pill.error {
  background: rgba(239, 68, 68, 0.14);
  color: #fca5a5;
}

.status-pill.neutral {
  background: rgba(148, 163, 184, 0.14);
  color: #cbd5e1;
}

.admin-rejection-input {
  width: 100%;
  min-height: 84px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.65);
  color: #f8fafc;
  box-sizing: border-box;
  resize: vertical;
}

.admin-kyc-review {
  min-width: 260px;
}

.status-message.error,
.kyc-preview-empty.error {
  color: #fca5a5;
}

.activity-list,
.participants-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-list {
  display: grid;
  gap: 12px;
}

.activity-item,
.empty-state-card,
.participant-card {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.activity-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
}

.activity-item p,
.participant-card p {
  margin: 4px 0 0;
}

.participants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.participant-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.participant-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f59e0b, #facc15);
  color: #111827;
  font-size: 1.1rem;
  font-weight: 800;
}

.empty-state-card {
  padding: 18px;
  color: #cbd5e1;
}

@media (max-width: 1080px) {
  .landing-hero,
  .dashboard-shell,
  .admin-shell,
  .dashboard-overview-grid,
  .dashboard-grid,
  .dashboard-hero {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .leaderboard-stats-row,
  .action-grid,
  .admin-chart-grid,
  .kyc-detail-grid,
  .kyc-upload-grid,
  .tiers-grid,
  .landing-trust-grid,
  .landing-transparency-grid,
  .landing-credibility-grid,
  .landing-steps-grid,
  .landing-testimonial-grid,
  .landing-info-grid,
  .kyc-preview-grid,
  .support-ticket-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  }

  .landing-nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  .landing-main {
    padding: 0 16px 32px;
  }

  .landing-hero {
    padding: 22px;
    border-radius: 24px;
  }

  .landing-hero-visual {
    min-height: 280px;
  }

  .hero-coin-large {
    width: 96px;
    height: 96px;
    right: 28px;
  }

  .hero-coin-small {
    width: 74px;
    height: 74px;
    left: 28px;
  }

  .landing-hero-illustration {
    opacity: 0.68;
  }

  .dashboard-main {
    padding: 18px;
  }

  .dashboard-sidebar {
    padding: 20px 18px;
  }

  .dashboard-hero,
  .dashboard-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .profile-grid,
  .balance-grid,
  .giveaway-summary-grid,
  .tiers-grid {
    grid-template-columns: 1fr;
  }

  .wide-field {
    grid-column: auto;
  }

  .dashboard-stat-grid,
  .upload-actions-row,
  .panel-heading-row {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-actions {
    width: 100%;
  }

  .landing-navbar {
    gap: 16px;
  }

  .landing-nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .dashboard-actions .btn,
  .dashboard-actions .btn-secondary,
  .upload-actions-row .btn,
  .panel-heading-row .btn,
  .action-grid .btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .transaction-item {
    flex-direction: column;
  }

  .transaction-meta {
    justify-items: start;
    text-align: left;
  }
}

@keyframes floatCoinLarge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes floatCoinSmall {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(12px); }
}

@keyframes panelLift {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, calc(-50% - 10px)); }
}

@keyframes driftVisual {
  0%, 100% { transform: scale(1.02) translateY(0); }
  50% { transform: scale(1.04) translateY(-8px); }
}