/* ==========================================================================
   OnchainApp - Premier Light Grey & Soft Emerald Web3 Layout System
   ========================================================================== */

/* Floating background pixel sprites */
.bg-floating-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-pixel-nft {
  position: absolute;
  image-rendering: pixelated;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
  will-change: transform, opacity;
}

/* Pulsing Status Dot */
.pulse-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  animation: pulseGreen 2s infinite;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes pulseGreen {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

/* Navigation Bar */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(238, 244, 240, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(185, 219, 191, 0.7);
  z-index: 1000;
  transition: all 0.3s ease;
}

.nav-brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Press Start 2P', monospace;
  font-size: 13px;
  color: #0f172a;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease;
}

.brand:hover {
  transform: scale(1.02);
}

.brand-pixel-icon i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #15803d 0%, #22c55e 100%);
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(22, 163, 74, 0.3);
}

.network-badge {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  color: #15803d;
  background: #e1eee5;
  border: 1px solid #b9dbbf;
  padding: 4px 9px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #15803d;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-x-link {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cadccf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nav-x-link:hover {
  border-color: #16a34a;
  color: #16a34a;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.15);
  transform: translateY(-2px);
}

.notify {
  padding: 10px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
  color: #ffffff !important;
  font-family: 'Space Mono', monospace;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #16a34a;
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.25);
  transition: all 0.2s ease;
}

.notify:hover {
  background: #166534;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.35);
}

/* ==========================================================================
   Hero Section & Clean Arc Showcase
   ========================================================================== */
.hero {
  position: relative;
  padding: 145px 24px 280px;
  text-align: center;
  background:
    radial-gradient(ellipse 90% 65% at 50% 15%, rgba(238, 244, 240, 0.75) 0%, rgba(230, 240, 233, 0.45) 55%, rgba(218, 234, 222, 0.15) 100%);
  border-bottom: 1px solid rgba(185, 219, 191, 0.65);
  overflow: hidden;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.hero-content {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(26px, 4.4vw, 44px);
  line-height: 1.5;
  color: #0f172a;
  margin: 0 0 22px 0;
  letter-spacing: -0.5px;
}

.hero h1 span {
  color: #15803d;
}

.hero .intro {
  font-size: clamp(15.5px, 1.8vw, 17px);
  line-height: 1.7;
  color: #334155;
  max-width: 720px;
  margin: 0 auto 34px;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 38px;
}

.hero-actions .primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
  color: #ffffff !important;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #16a34a;
  box-shadow: 0 4px 16px rgba(21, 128, 61, 0.28);
  transition: all 0.2s ease;
}

.hero-actions .primary:hover {
  background: #166534;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(21, 128, 61, 0.38);
}

.hero-actions .secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #cadccf;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.hero-actions .secondary:hover {
  border-color: #15803d;
  color: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.15);
}

/* Fact Pills */
.facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.fact-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #cadccf;
  padding: 9px 18px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(25, 45, 33, 0.05);
  transition: all 0.2s ease;
}

.fact-pill:hover {
  border-color: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.16);
}

.fact-label {
  font-family: 'Space Mono', monospace;
  font-size: 10.5px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.6px;
}

.fact-val {
  font-family: 'Space Mono', monospace;
  font-size: 12.5px;
  font-weight: 700;
  color: #0f172a;
}

/* Hero Showcase Arc Stage */
.pal-lineup {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  max-width: 1020px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  z-index: 5;
}

.nft-card {
  width: clamp(84px, 11.5vw, 134px);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 14px;
  background: #000000;
  border: 2px solid #ffffff;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    0 0 0 1px #cadccf;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}

.nft-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  image-rendering: pixelated;
}

.nft-card:hover {
  transform: translateY(-16px) scale(1.12) !important;
  border-color: #16a34a;
  box-shadow:
    0 20px 35px rgba(22, 163, 74, 0.35),
    0 0 0 2px #16a34a !important;
  z-index: 20;
}

/* Ticker Section */
.ticker {
  background: rgba(238, 245, 240, 0.94);
  backdrop-filter: blur(8px);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(185, 219, 191, 0.65);
  border-bottom: 1px solid rgba(185, 219, 191, 0.65);
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-family: 'Press Start 2P', monospace;
  font-size: 10px;
  color: #334155;
  letter-spacing: 1px;
}

.ticker-track span {
  color: #15803d;
}

/* ==========================================================================
   Section Containers & Headers
   ========================================================================== */
.story, .mint, .roadmap, .tokenomics, .faq {
  position: relative;
  z-index: 2;
  padding: 96px 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 52px;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 32px;
  border-radius: 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #cadccf;
  box-shadow: 0 4px 16px rgba(25, 45, 33, 0.05);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: #15803d;
  background: #e1eee5;
  border: 1px solid #b9dbbf;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.section-header h2 {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.5;
  color: #0f172a;
  margin: 0 0 16px 0;
}

.section-desc {
  font-size: 16px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* ==========================================================================
   Bento Grid (Funding & Treasury)
   ========================================================================== */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 32px;
}

.bento-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #cadccf;
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: 0 8px 24px rgba(25, 45, 33, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(22, 163, 74, 0.16);
  border-color: #16a34a;
}

.bento-card.highlight {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 241, 0.95) 100%);
  border-color: #86efac;
}

.card-pill {
  display: inline-block;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  color: #15803d;
  background: #e1eee5;
  border: 1px solid #b9dbbf;
  padding: 4px 9px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.bento-card b {
  display: block;
  font-family: 'Press Start 2P', monospace;
  font-size: 32px;
  color: #0f172a;
  margin-bottom: 8px;
}

.bento-card.highlight b {
  color: #15803d;
}

.bento-sub {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.bento-desc {
  font-size: 14px;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}

/* Funding Highlight Box */
.funding-highlight-box {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #cadccf;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 8px 24px rgba(25, 45, 33, 0.06);
  position: relative;
  overflow: hidden;
}

.highlight-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.verified-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e1eee5;
  border: 1px solid #b9dbbf;
  color: #15803d;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.highlight-header h3 {
  font-family: 'Press Start 2P', monospace;
  font-size: 15px;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.highlight-header p {
  color: #475569;
  margin: 0;
  font-size: 14.5px;
}

.highlight-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px 0;
  border-top: 1px solid #e1eee5;
  border-bottom: 1px solid #e1eee5;
}

.hf-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}

.hf-item .check {
  color: #16a34a;
  font-weight: bold;
}

.highlight-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #64748b;
}

.x-badge-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f172a;
  border: 1px solid #1e293b;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.x-badge-link:hover {
  background: #15803d;
  border-color: #16a34a;
  transform: translateY(-2px);
}

/* Traits Cards */
.trait-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.trait-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #cadccf;
  border-radius: 20px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(25, 45, 33, 0.05);
  transition: all 0.25s ease;
}

.trait-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.15);
  border-color: #16a34a;
}

.trait-card b {
  display: block;
  font-family: 'Press Start 2P', monospace;
  font-size: 30px;
  color: #0f172a;
  margin-bottom: 8px;
}

.trait-card span {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.trait-card p {
  font-size: 13.5px;
  color: #475569;
  margin: 0;
}

/* ==========================================================================
   Whitelist Section
   ========================================================================== */
.mint {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #cadccf;
  border-radius: 28px;
  margin: 60px auto;
  box-shadow: 0 12px 36px rgba(25, 45, 33, 0.07);
}

.mint-card-wrapper {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.mint-copy {
  font-size: 16px;
  color: #475569;
  margin: 0 auto 36px;
}

.whitelist-steps-box {
  background: rgba(247, 251, 248, 0.95);
  border: 1px solid #cadccf;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 8px 24px rgba(25, 45, 33, 0.04);
  text-align: left;
}

.step-badge {
  font-family: 'Press Start 2P', monospace;
  font-size: 10px;
  color: #15803d;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.follow-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
  color: #ffffff !important;
  font-family: 'Space Mono', monospace;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #16a34a;
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.25);
  transition: all 0.2s ease;
}

.follow-button:hover {
  background: #166534;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(21, 128, 61, 0.35);
}

.follow-confirm {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  cursor: pointer;
}

.follow-confirm input {
  width: 18px;
  height: 18px;
  accent-color: #15803d;
  cursor: pointer;
}

.confirm-text {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

/* Form Styling */
.whitelist-form-styled {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.input-with-prefix {
  position: relative;
  flex: 1;
}

.input-prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #15803d;
}

.input-with-prefix input {
  width: 100%;
  padding: 14px 16px 14px 44px;
  border-radius: 12px;
  border: 1px solid #cadccf;
  background: #ffffff;
  font-family: 'Space Mono', monospace;
  font-size: 13.5px;
  color: #0f172a;
  outline: none;
  transition: all 0.2s ease;
}

.input-with-prefix input:focus {
  border-color: #15803d;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}

.input-with-prefix input:disabled {
  background: #f0f5f1;
  color: #94a3b8;
  cursor: not-allowed;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
  color: #ffffff;
  font-family: 'Space Mono', monospace;
  font-size: 13.5px;
  font-weight: 700;
  border: 1px solid #16a34a;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(21, 128, 61, 0.25);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.submit-btn:hover:not(:disabled) {
  background: #166534;
  transform: translateY(-2px);
}

.submit-btn:disabled {
  background: #a1c9ad;
  border-color: #a1c9ad;
  color: #ffffff;
  cursor: not-allowed;
  box-shadow: none;
}

.form-message {
  min-height: 24px;
  margin: 12px 0 0;
  font-size: 13.5px;
  font-weight: 600;
}

.form-message.success { color: #15803d; }
.form-message.error { color: #dc2626; }

.whitelist-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #cadccf;
  font-size: 12.5px;
  color: #64748b;
  font-family: 'Space Mono', monospace;
}

/* ==========================================================================
   Tokenomics Section
   ========================================================================== */
.token-bar-container {
  display: flex;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #cadccf;
}

.token-bar-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Press Start 2P', monospace;
  font-size: 8px;
  font-weight: bold;
}

.token-bar-fill.holders { background: #15803d; }
.token-bar-fill.liquidity { background: #059669; }
.token-bar-fill.team { background: #0d9488; }
.token-bar-fill.treasury { background: #475569; }

.tokenomics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.token-allocation {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #cadccf;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 6px 18px rgba(25, 45, 33, 0.05);
  transition: all 0.25s ease;
}

.token-allocation:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.12);
  border-color: #16a34a;
}

.token-allocation.holders {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 241, 0.95) 100%);
  border-color: #86efac;
}

.alloc-tag {
  display: inline-block;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  color: #15803d;
  background: #e1eee5;
  border: 1px solid #b9dbbf;
  padding: 3px 8px;
  border-radius: 5px;
  margin-bottom: 12px;
}

.token-allocation b {
  display: block;
  font-family: 'Press Start 2P', monospace;
  font-size: 28px;
  color: #0f172a;
  margin-bottom: 10px;
}

.token-allocation.holders b {
  color: #15803d;
}

.token-allocation h3 {
  font-family: 'Press Start 2P', monospace;
  font-size: 11px;
  line-height: 1.4;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.token-allocation p {
  font-size: 13.5px;
  color: #475569;
  margin: 0;
  line-height: 1.55;
}

/* ==========================================================================
   Roadmap Grid
   ========================================================================== */
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.roadmap-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #cadccf;
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: 0 6px 20px rgba(25, 45, 33, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.roadmap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.12);
  border-color: #16a34a;
}

.roadmap-card.active {
  border-color: #86efac;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 243, 0.95) 100%);
}

.roadmap-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  color: #15803d;
}

.status-chip {
  font-size: 9px;
  padding: 4px 9px;
  border-radius: 6px;
  background: #e2e8f0;
  color: #475569;
  border: 1px solid #cbd5e1;
}

.status-chip.active {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #86efac;
}

.roadmap-card h3 {
  font-family: 'Press Start 2P', monospace;
  font-size: 13px;
  color: #0f172a;
  margin: 0 0 18px 0;
  line-height: 1.45;
}

.roadmap-list {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  font-size: 14px;
  line-height: 1.65;
}

.roadmap-list li {
  margin-bottom: 12px;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.faq-accordion-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq details {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #cadccf;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(25, 45, 33, 0.04);
  transition: all 0.2s ease;
}

.faq details:hover {
  border-color: #16a34a;
}

.faq details[open] {
  border-color: #86efac;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.1);
}

.faq summary {
  padding: 20px 24px;
  font-size: 15.5px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background-color: #15803d;
  transition: transform 0.2s ease;
}

.faq-icon::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
}

.faq details[open] .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-content {
  padding: 0 24px 22px;
  color: #334155;
  font-size: 15px;
  line-height: 1.65;
}

.faq-content p {
  margin: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-styled {
  background: #0f172a;
  color: #94a3b8;
  padding: 72px 36px 36px;
  border-top: 1px solid #cadccf;
  position: relative;
  z-index: 2;
}

.footer-top {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand .brand {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 14px;
}

.footer-brand p {
  max-width: 340px;
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 52px;
}

.footer-col h4 {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: #4ade80;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

.footer-col a {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-bottom {
  max-width: 1180px;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Space Mono', monospace;
  font-size: 11.5px;
  color: #64748b;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  color: #4ade80;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 980px) {
  .bento-grid, .trait-grid, .roadmap-grid {
    grid-template-columns: 1fr;
  }
  .tokenomics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .highlight-features {
    grid-template-columns: 1fr;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .hero {
    padding-top: 115px;
    padding-bottom: 220px;
  }
  .whitelist-form-styled {
    flex-direction: column;
  }
  .tokenomics-grid {
    grid-template-columns: 1fr;
  }
  .facts {
    flex-direction: column;
    width: 100%;
  }
  .fact-pill {
    width: 100%;
    justify-content: space-between;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}
