/* ==========================================================================
   MBAVU DESTROYER - UNDERGROUND BOXING THEME STYLES
   ========================================================================== */

:root {
  --bg-dark: #070a0f;
  --bg-card: #0b111a;
  --bg-card-hover: #101826;
  --punch-red: #dc2626;
  --punch-red-light: #ef4444;
  --arena-blue: #38bdf8;
  --text-main: #f1f5f9;
  --text-muted: #94a3b8;
  --border-color: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  background-color: var(--bg-dark);
  line-height: 1.5;
}

::selection {
  background: var(--punch-red);
  color: #fff;
}

/* Typography */
.font-display {
  font-family: 'Bebas Neue', 'Barlow Condensed', Impact, sans-serif;
  letter-spacing: 0.04em;
}

.font-condensed {
  font-family: 'Barlow Condensed', sans-serif;
}

/* Layout Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header & Nav */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(7, 10, 15, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.brand-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 2px solid rgba(220, 38, 38, 0.8);
  box-shadow: 0 0 15px rgba(220, 38, 38, 0.3);
}

.brand-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-title {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}

.brand-phrase {
  display: inline-block;
  padding: 0.15rem 0.4rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  background: rgba(153, 27, 27, 0.5);
  border: 1px solid rgba(220, 38, 38, 0.5);
  color: #fca5a5;
  border-radius: 3px;
  margin-left: 0.5rem;
}

.brand-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-link:hover {
  color: #fff;
}

.btn-header-action {
  padding: 0.55rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #b91c1c, #dc2626);
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.4);
  cursor: pointer;
  transition: all 0.2s;
}

.btn-header-action:hover {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  box-shadow: 0 0 25px rgba(220, 38, 38, 0.6);
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4rem;
  padding-top: 10rem;
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: brightness(0.85) contrast(1.1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(56, 189, 248, 0.12) 0%, transparent 70%),
              linear-gradient(to top, var(--bg-dark) 5%, rgba(7, 10, 15, 0.65) 50%, rgba(7, 10, 15, 0.9) 100%);
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-phrase-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background: rgba(153, 27, 27, 0.7);
  border: 1px solid rgba(220, 38, 38, 0.6);
  border-radius: 4px;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #fecaca;
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.4);
}

.hero-title {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
  margin-bottom: 1rem;
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: #cbd5e1;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2.2rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #b91c1c, #dc2626);
  color: #fff;
  border: 1px solid rgba(239, 68, 68, 0.5);
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(220, 38, 38, 0.4);
  transition: all 0.2s;
  cursor: pointer;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(220, 38, 38, 0.7);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.8rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(14, 22, 34, 0.85);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}

.btn-secondary:hover {
  background: rgba(21, 34, 53, 0.95);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

/* Ring Ropes Divider */
.ring-ropes {
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.rope {
  height: 3px;
  margin: 0.6rem 0;
  position: relative;
}

.rope-red {
  background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.75), transparent);
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.5);
}

.rope-white {
  background: linear-gradient(90deg, transparent, rgba(241, 245, 249, 0.5), transparent);
  box-shadow: 0 0 6px rgba(241, 245, 249, 0.3);
}

.rope-center-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg-dark);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.15rem 0.6rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #94a3b8;
  border-radius: 3px;
  text-transform: uppercase;
}

.rope-blue {
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.7), transparent);
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
}

/* Section Header */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3.5rem auto;
}

.section-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.75rem;
}

.section-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* Matchup / Fight Card */
.matchup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.75rem;
}

.fighter-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s;
}

.fighter-card.champion {
  border-color: rgba(220, 38, 38, 0.8);
  box-shadow: 0 0 35px rgba(220, 38, 38, 0.25);
}

.fighter-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.fighter-card.champion:hover {
  border-color: #ef4444;
}

.card-top {
  padding: 0.6rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.card-img-wrap {
  position: relative;
  height: 17rem;
  background: #05080c;
  overflow: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.fighter-card:hover .card-img-wrap img {
  transform: scale(1.04);
}

.img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg-card) 5%, transparent 60%);
}

.card-verdict {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.verdict-tag {
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #475569;
  color: #94a3b8;
}

.verdict-tag.winner {
  background: rgba(153, 27, 27, 0.85);
  border-color: var(--punch-red-light);
  color: #fecaca;
  box-shadow: 0 0 15px rgba(220, 38, 38, 0.5);
}

.card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fighter-name {
  font-size: 1.85rem;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.fighter-role {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f87171;
  margin-bottom: 0.75rem;
}

.fighter-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.card-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
}

/* Contract Section */
.contract-box {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2.5rem;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.contract-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
  flex-wrap: wrap;
  gap: 1rem;
}

.contract-badge {
  padding: 0.35rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
}

.contract-content {
  margin-top: 2rem;
}

.contract-coming-soon {
  padding: 2.5rem 1.5rem;
  background: rgba(7, 10, 15, 0.7);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  text-align: center;
}

.lock-circle {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem auto;
  border-radius: 9999px;
  background: rgba(153, 27, 27, 0.4);
  border: 1px solid rgba(220, 38, 38, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f87171;
}

.contract-active {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hash-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #06090e;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 6px;
  flex-wrap: wrap;
}

.hash-code {
  font-family: monospace;
  font-size: 0.95rem;
  color: #f1f5f9;
  word-break: break-all;
}

.btn-copy {
  padding: 0.75rem 1.5rem;
  background: var(--punch-red);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-copy:hover {
  background: var(--punch-red-light);
}

/* Socials Section */
.socials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.social-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s;
}

.social-card.active:hover {
  border-color: rgba(220, 38, 38, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(220, 38, 38, 0.2);
}

.social-card.disabled {
  opacity: 0.65;
  cursor: default;
}

.social-icon-box {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f87171;
}

.social-status {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  text-transform: uppercase;
}

.status-soon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
}

.status-live {
  background: rgba(6, 78, 59, 0.6);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #6ee7b7;
}

/* Footer */
.footer {
  background: #040608;
  border-top: 1px solid var(--border-color);
  padding: 3rem 1.25rem;
  text-align: center;
}

.footer-disclaimer {
  font-size: 0.75rem;
  color: #64748b;
  max-width: 550px;
  margin: 0.75rem auto 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 75vh;
    padding-top: 6rem;
  }

  .contract-box {
    padding: 1.5rem;
  }
}

/* ==========================================================================
   BOXING-STYLE LAUNCH PANEL (3-Part Fight Card)
   ========================================================================== */
.launch-panel-section {
  position: relative;
  z-index: 25;
  margin-top: -3.5rem;
  padding-bottom: 2rem;
}

.launch-card-frame {
  position: relative;
  background: #090e17;
  border: 2px solid rgba(220, 38, 38, 0.45);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
}

.launch-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.launch-ribbon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
}

.launch-sub-tag {
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-badge.pending {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(56, 189, 248, 0.4);
  color: #7dd3fc;
}

.launch-badge.verified {
  background: rgba(6, 78, 59, 0.85);
  border: 1px solid rgba(16, 185, 129, 0.6);
  color: #6ee7b7;
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.35);
}

.launch-badge.unavailable {
  background: rgba(69, 26, 3, 0.85);
  border: 1px solid rgba(245, 158, 11, 0.5);
  color: #fcd34d;
}

.launch-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.launch-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.launch-part {
  background: #06090f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s;
}

.launch-part:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.part-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.corner-tag {
  color: #94a3b8;
}

.corner-tag.red {
  color: #f87171;
}

.state-tag {
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
}

.state-tag.red {
  background: rgba(153, 27, 27, 0.6);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: #fecaca;
}

.part-title {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.part-display-area {
  margin: 0.5rem 0 1rem 0;
  min-height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.awaiting-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 0.85rem;
  text-align: center;
}

.awaiting-icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #f87171;
  font-weight: 900;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
}

.awaiting-sub {
  font-size: 0.7rem;
  color: #94a3b8;
  margin: 0;
}

.wallet-address-box, .mint-address-box {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
  font-family: monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f1f5f9;
  word-break: break-all;
  user-select: all;
}

.wallet-helper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.not-contract-tag {
  color: #fbbf24;
}

.explorer-link {
  color: #38bdf8;
  text-decoration: none;
}

.explorer-link:hover {
  color: #7dd3fc;
  text-decoration: underline;
}

.btn-launch-copy {
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  background: #dc2626;
  color: #fff;
}

.btn-launch-copy:hover:not(:disabled) {
  background: #ef4444;
}

.btn-launch-copy.wallet-copy {
  background: #1e293b;
  color: #e2e8f0;
  border: 1px solid #334155;
}

.btn-launch-copy.wallet-copy:hover {
  background: #334155;
  color: #fff;
}

.btn-launch-copy:disabled {
  background: rgba(255, 255, 255, 0.05);
  color: #64748b;
  cursor: not-allowed;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* CENTER: THE FIGHT NIGHT PUNCH BUTTON */
.launch-part.part-center {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-fight-night {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

.btn-fight-night.disabled {
  background: rgba(17, 24, 39, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #64748b;
  cursor: not-allowed;
  opacity: 0.85;
}

.btn-fight-night.active {
  background: linear-gradient(180deg, #dc2626 0%, #b91c1c 60%, #991b1b 100%);
  border: 2px solid rgba(248, 113, 113, 0.8);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 50px rgba(220, 38, 38, 0.85);
  transform: translateY(-2px);
}

.btn-fight-night.active:hover {
  background: linear-gradient(180deg, #ef4444 0%, #dc2626 60%, #b91c1c 100%);
  box-shadow: 0 0 70px rgba(239, 68, 68, 1);
  transform: translateY(-4px);
}

.fight-standby-tag {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}

.btn-fight-night.active .fight-standby-tag {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(254, 202, 202, 0.4);
  color: #fecaca;
}

.fight-night-title {
  font-size: 2.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.btn-fight-night.disabled .fight-night-title {
  color: #cbd5e1;
}

.btn-fight-night.active .fight-night-title {
  color: #ffffff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.9);
}

.fight-night-sub {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #f87171;
}

.btn-fight-night.active .fight-night-sub {
  color: #fef2f2;
}

.launch-warning-banner {
  margin-top: 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: rgba(69, 26, 3, 0.75);
  border: 1px solid rgba(245, 158, 11, 0.5);
  color: #fde68a;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Mobile Layout for Launch Panel */
@media (max-width: 992px) {
  .launch-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  /* Center Buy button is displayed first on mobile */
  .launch-part.part-center {
    order: 1;
  }

  .launch-part.corner-blue {
    order: 2;
  }

  .launch-part.corner-red {
    order: 3;
  }

  .fight-night-title {
    font-size: 2.25rem;
  }

  .launch-card-frame {
    padding: 1.25rem;
  }
}

