/* ═══════════════════════════════════════════════
   $INCOME - Burn Portal v1
═══════════════════════════════════════════════ */

body { background: #080806; }

/* ── HERO ── */
.burn-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 140px 48px 80px;
  overflow: hidden;
  border-bottom: 1px solid rgba(239,68,68,0.15);
}

.burn-hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(239,68,68,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239,68,68,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
}

.burn-hero-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(239,68,68,0.08) 0%, transparent 65%);
  animation: burnGlow 4s ease-in-out infinite;
}

@keyframes burnGlow {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50%       { opacity: 1;   transform: translate(-50%, -50%) scale(1.2); }
}

.burn-hero-inner { position: relative; max-width: 700px; }

.burn-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ef4444;
  margin-bottom: 24px;
}

.burn-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(64px, 12vw, 160px);
  line-height: 0.88;
  color: #ef4444;
  text-shadow: 0 0 80px rgba(239,68,68,0.3);
}

.burn-title span {
  display: block;
  -webkit-text-stroke: 1.5px #ef4444;
  color: transparent;
  font-size: 0.6em;
}

.burn-sub {
  font-family: var(--font-body);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(16px, 2vw, 22px);
  color: var(--beige-dark);
  line-height: 1.7;
  margin-top: 28px;
}

/* ── STATS SECTION ── */
.burn-stats-section {
  padding: 80px 48px;
  border-bottom: 1px solid rgba(196,168,98,0.06);
}

.burn-stats-inner { max-width: 960px; margin: 0 auto; }

.burn-stat-hero { text-align: center; margin-bottom: 48px; }

.burn-stat-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.burn-stat-big {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 10vw, 120px);
  color: #ef4444;
  text-shadow: 0 0 60px rgba(239,68,68,0.4);
  line-height: 1;
  word-break: break-all;
}

.burn-stat-pct {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--muted);
  margin-top: 12px;
}

.burn-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(196,168,98,0.08);
  border: 1px solid rgba(196,168,98,0.08);
  margin-bottom: 32px;
}

.burn-stat-card {
  background: #0a0a08;
  padding: 28px 20px;
  text-align: center;
}

.burn-stat-card-label {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.burn-stat-card-val {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--beige);
}

.burn-red { color: #ef4444 !important; }

/* ── BURN BAR ── */
.burn-bar-wrap { max-width: 600px; margin: 0 auto; }

.burn-bar {
  height: 8px;
  background: rgba(196,168,98,0.08);
  border: 1px solid rgba(196,168,98,0.1);
  position: relative;
  overflow: hidden;
}

.burn-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ef4444, #f97316);
  transition: width 1.5s ease;
  box-shadow: 0 0 12px rgba(239,68,68,0.4);
}

.burn-bar-labels {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--muted);
  margin-top: 6px;
}

/* ── BURN ADDRESS ── */
.burn-how-section {
  padding: 100px 48px;
  background: var(--ink);
  border-top: 1px solid rgba(196,168,98,0.06);
  border-bottom: 1px solid rgba(196,168,98,0.06);
}

.burn-how-inner { max-width: 800px; margin: 0 auto; }

.burn-addr-box {
  background: #080806;
  border: 2px solid rgba(239,68,68,0.25);
  padding: 40px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}

.burn-addr-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ef4444;
  margin-bottom: 16px;
}

.burn-addr {
  font-family: var(--font-mono);
  font-size: clamp(11px, 2vw, 16px);
  color: var(--gold);
  word-break: break-all;
  letter-spacing: 1px;
  margin-bottom: 20px;
  user-select: all;
}

.burn-copy-btn {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #ef4444;
  color: #fff;
  border: 1px solid #ef4444;
  padding: 12px 32px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.25s ease;
}

.burn-copy-btn:hover {
  background: transparent;
  color: #ef4444;
}

.burn-copied {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  color: #4ade80;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

.burn-copied.show { opacity: 1; }

.burn-addr-note {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ── STEPS ── */
.burn-steps {
  display: grid;
  gap: 1px;
  background: rgba(196,168,98,0.06);
  border: 1px solid rgba(196,168,98,0.06);
}

.burn-step {
  background: #080806;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.burn-step-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  color: rgba(239,68,68,0.15);
  line-height: 1;
  min-width: 60px;
}

.burn-step-content h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--beige);
  margin-bottom: 8px;
}

.burn-step-content p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}

.burn-step-content strong { color: var(--beige-dark); }

.burn-step-content code {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gold);
  background: rgba(196,168,98,0.06);
  padding: 2px 6px;
  word-break: break-all;
}

/* ── WHY BURN ── */
.burn-why-section {
  padding: 100px 48px;
}

.burn-why-inner { max-width: 1000px; margin: 0 auto; }

.burn-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: rgba(196,168,98,0.06);
  border: 1px solid rgba(196,168,98,0.06);
  margin-top: 48px;
}

.burn-why-card {
  background: var(--ink);
  padding: 40px 32px;
  transition: background 0.25s;
}

.burn-why-card:hover { background: var(--charcoal); }

.burn-why-icon { font-size: 28px; margin-bottom: 16px; }

.burn-why-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--beige);
  margin-bottom: 10px;
}

.burn-why-card p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── BURN TIERS ── */
.burn-tiers-section {
  padding: 100px 48px;
  background: var(--ink);
  border-top: 1px solid rgba(196,168,98,0.06);
}

.burn-tiers-inner { max-width: 1000px; margin: 0 auto; }

.burn-tiers-intro {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 18px;
  color: var(--muted);
  text-align: center;
  max-width: 560px;
  margin: -20px auto 48px;
  line-height: 1.7;
}

.burn-tiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: rgba(239,68,68,0.06);
  border: 1px solid rgba(239,68,68,0.1);
}

.burn-tier {
  background: #080806;
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s;
}

.burn-tier:hover { background: var(--charcoal); }

.burn-tier-pct {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 48px;
  color: #ef4444;
  line-height: 1;
  margin-bottom: 4px;
}

.burn-tier-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--beige);
  margin-bottom: 4px;
}

.burn-tier-supply {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 12px;
}

.burn-tier p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* Tier progress */
.burn-tier-progress {
  margin-top: 48px;
  text-align: center;
}

.burn-tier-progress-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}

.burn-tier-bar {
  height: 12px;
  background: rgba(196,168,98,0.06);
  border: 1px solid rgba(196,168,98,0.1);
  position: relative;
  overflow: visible;
}

.burn-tier-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ef4444, #f97316, #eab308);
  transition: width 2s ease;
  box-shadow: 0 0 16px rgba(239,68,68,0.5);
}

.burn-tier-markers {
  position: absolute;
  inset: 0;
}

.burn-tier-markers span {
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 1px;
  color: var(--muted);
}

.burn-tier-current {
  font-family: var(--font-mono);
  font-size: 12px;
  color: #ef4444;
  margin-top: 28px;
  letter-spacing: 1px;
}

/* ── BURN LEADERBOARD ── */
.burn-lb-section {
  padding: 100px 48px;
  border-bottom: 1px solid rgba(239,68,68,0.08);
}

.burn-lb-inner { max-width: 960px; margin: 0 auto; }

.burn-lb-intro {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 17px;
  color: var(--muted);
  text-align: center;
  max-width: 560px;
  margin: -16px auto 40px;
  line-height: 1.7;
}

.burn-lb-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(239,68,68,0.1);
}

.burn-lb-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-size: 12px;
}

.burn-lb-table thead th {
  background: rgba(239,68,68,0.04);
  padding: 14px 16px;
  text-align: left;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ef4444;
  border-bottom: 1px solid rgba(239,68,68,0.12);
  white-space: nowrap;
}

.burn-lb-table thead th:first-child { text-align: center; width: 60px; }
.burn-lb-table thead th:nth-child(3),
.burn-lb-table thead th:nth-child(4),
.burn-lb-table thead th:nth-child(5),
.burn-lb-table thead th:nth-child(6) { text-align: right; }

.burn-lb-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(196,168,98,0.04);
  color: var(--beige-dark);
  white-space: nowrap;
}

.burn-lb-table tbody tr:hover { background: rgba(239,68,68,0.02); }

.burn-lb-table tbody td:first-child { text-align: center; }
.burn-lb-table tbody td:nth-child(3),
.burn-lb-table tbody td:nth-child(4),
.burn-lb-table tbody td:nth-child(5),
.burn-lb-table tbody td:nth-child(6) { text-align: right; }

.lb-rank {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--muted);
}

.lb-rank-1 { color: #ef4444; font-size: 20px; }
.lb-rank-2 { color: var(--gold); font-size: 18px; }
.lb-rank-3 { color: #f97316; font-size: 17px; }

.lb-wallet {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lb-wallet-addr {
  color: var(--beige);
  text-decoration: none;
  transition: color 0.2s;
}

.lb-wallet-addr:hover { color: var(--gold); }

.lb-tag {
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 700;
}

.lb-tag-agent {
  background: rgba(239,68,68,0.12);
  color: #ef4444;
  border: 1px solid rgba(239,68,68,0.2);
}

.lb-tag-community {
  background: rgba(74,222,128,0.08);
  color: #4ade80;
  border: 1px solid rgba(74,222,128,0.15);
}

.lb-burned {
  font-family: var(--font-display);
  font-weight: 700;
  color: #ef4444;
}

.lb-pct { color: var(--muted); }

.lb-time {
  font-size: 10px;
  color: var(--muted);
}

.burn-lb-footer-note {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
  text-align: center;
  margin-top: 20px;
}

.burn-lb-footer-note span { color: var(--beige-dark); }

@media (max-width: 768px) {
  .burn-lb-section { padding: 60px 24px; }
  .burn-lb-table { font-size: 10px; }
  .burn-lb-table thead th { padding: 10px 10px; font-size: 7px; letter-spacing: 2px; }
  .burn-lb-table tbody td { padding: 10px 10px; }
}

/* ── FOOTER ── */
.burn-footer {
  background: #080806;
  border-top: 1px solid rgba(196,168,98,0.06);
  padding: 56px 48px 32px;
  text-align: center;
}

.burn-footer-inner { max-width: 600px; margin: 0 auto; }

.burn-footer-inner p {
  font-family: var(--font-body);
  font-size: 15px;
  font-style: italic;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.7;
}

.burn-footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.burn-footer-links a {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s;
}

.burn-footer-links a:hover { color: var(--beige); }

.burn-footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(196,168,98,0.04);
}

.burn-footer-bottom p {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 2px;
  color: #3a3730;
}

.burn-footer-bottom em { color: var(--gold-dim); font-style: normal; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .burn-hero { padding: 120px 24px 60px; }
  .burn-stats-section { padding: 60px 24px; }
  .burn-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .burn-how-section { padding: 60px 24px; }
  .burn-addr-box { padding: 28px 20px; }
  .burn-why-section { padding: 60px 24px; }
  .burn-why-grid { grid-template-columns: 1fr; }
  .burn-tiers-section { padding: 60px 24px; }
  .burn-tiers-grid { grid-template-columns: 1fr; }
  .burn-step { flex-direction: column; gap: 12px; }
  .burn-step-num { font-size: 36px; min-width: auto; }
  .burn-footer { padding: 40px 24px 24px; }
}
