/* bounty.css - the $1,000 Wraith Bounty campaign, apply portal and official rules.
   Scoped under .bounty-body. Shares the Wraith fire palette (see wraith.css) so the
   campaign feels part of the Wraith universe. No em dashes anywhere (repo rule). */

.bounty-body {
  --bn-bg: #0c0705;
  --bn-bg-2: #150c07;
  --bn-panel: rgba(28, 17, 11, 0.72);
  --bn-panel-2: rgba(38, 23, 14, 0.6);
  --bn-line: rgba(255, 122, 40, 0.18);
  --bn-line-2: rgba(255, 122, 40, 0.32);
  --bn-fire: #ff6a1a;
  --bn-molten: #ff3b1e;
  --bn-gold: #ffc24a;
  --bn-flame: #ffd88a;
  --bn-ink: #fdeadb;
  --bn-mute: #c1a48f;
  --bn-faint: #8a7060;
  --bn-ok: #5fe39a;
  --bn-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  background: var(--bn-bg);
  color: var(--bn-ink);
}

.bounty-body ::selection { background: rgba(255, 106, 26, 0.32); color: #fff; }
.bounty-body .container { width: min(1180px, 94%); margin: 0 auto; }

/* ---------- generic section + panel ---------- */
.bn-main { display: block; }
.bn-section { padding: clamp(2.4rem, 5vw, 4rem) 0; position: relative; }
.bn-section.is-tight { padding-top: 0; }
.bn-section-head { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 0.5rem; }
.bn-section-head h2 {
  font-family: "Cinzel", Georgia, serif; font-weight: 800; font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  letter-spacing: 0.01em; margin: 0; color: #fff;
}
.bn-kicker {
  font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.32em;
  font-size: 0.72rem; color: var(--bn-fire); margin: 0 0 0.4rem;
}
.bn-rule { flex: 1 1 auto; height: 1px; background: linear-gradient(90deg, var(--bn-line-2), transparent); }
.bn-section-intro { color: var(--bn-mute); max-width: 62ch; margin: 0.2rem 0 1.6rem; font-size: 1.05rem; }

.bn-panel {
  background: var(--bn-panel); border: 1px solid var(--bn-line); border-radius: 16px;
  padding: clamp(1.2rem, 3vw, 1.9rem);
}

/* ---------- hero ---------- */
.bn-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--bn-line); }
.bn-hero-art {
  position: absolute; inset: 0; z-index: 0;
  background-image: var(--bn-hero-img, radial-gradient(120% 90% at 70% 10%, #3a1405 0%, #0c0705 62%));
  background-size: cover; background-position: center 30%;
  animation: bnPan 32s ease-in-out infinite alternate;
}
@keyframes bnPan { from { transform: scale(1.06) translateY(0); } to { transform: scale(1.14) translateY(-2%); } }
.bn-hero-fx { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bn-heat {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 50% 100%, rgba(255, 59, 30, 0.28), transparent 70%),
    radial-gradient(90% 60% at 50% 120%, rgba(255, 106, 26, 0.22), transparent 70%);
  mix-blend-mode: screen;
}
.bn-hero-fade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 7, 5, 0.35) 0%, rgba(12, 7, 5, 0.2) 40%, var(--bn-bg) 100%); }
.bn-embers { position: absolute; inset: 0; overflow: hidden; }
.bn-ember-dot {
  position: absolute; bottom: -12px; width: 3px; height: 3px; border-radius: 50%;
  background: var(--bn-fire); box-shadow: 0 0 8px 2px rgba(255, 106, 26, 0.7);
  animation: bnEmber linear infinite;
}
@keyframes bnEmber { 0% { transform: translateY(0) scale(1); opacity: 0; } 12% { opacity: 1; } 100% { transform: translateY(-88vh) translateX(var(--dx, 0)) scale(0.3); opacity: 0; } }
.bn-hero-inner { position: relative; z-index: 2; padding: clamp(3rem, 8vw, 6rem) 0 clamp(2.4rem, 5vw, 3.6rem); }

.bn-breadcrumb { font-family: var(--bn-mono); font-size: 0.75rem; letter-spacing: 0.12em; color: var(--bn-faint); margin-bottom: 1rem; }
.bn-breadcrumb a { color: var(--bn-mute); text-decoration: none; }
.bn-breadcrumb a:hover { color: var(--bn-flame); }

.bn-hero-kicker {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.28em;
  font-size: 0.8rem; color: var(--bn-flame); margin: 0 0 1rem;
}
.bn-hero-kicker .bn-flame {
  width: 9px; height: 9px; border-radius: 50%; background: var(--bn-fire);
  box-shadow: 0 0 10px 3px rgba(255, 106, 26, 0.8); animation: bnFlicker 1.6s ease-in-out infinite;
}
@keyframes bnFlicker { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.55; transform: scale(0.82); } }

.bn-title {
  font-family: "Cinzel", Georgia, serif; font-weight: 900; line-height: 0.98;
  font-size: clamp(2.6rem, 8.5vw, 5.6rem); margin: 0 0 0.4rem; letter-spacing: 0.01em;
  background: linear-gradient(180deg, #fff 0%, var(--bn-flame) 38%, var(--bn-fire) 72%, var(--bn-molten) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 24px rgba(255, 82, 26, 0.35));
}
.bn-title .bn-amount { display: block; }
.bn-subtitle { font-family: "Cinzel", Georgia, serif; font-weight: 700; font-size: clamp(1.1rem, 2.6vw, 1.7rem); color: #fff; margin: 0 0 1rem; }
.bn-tagline { color: var(--bn-mute); font-size: clamp(1rem, 1.6vw, 1.18rem); max-width: 60ch; margin: 0 0 1.6rem; }

.bn-cta-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; margin: 1.4rem 0 0.5rem; }

/* ---------- buttons ---------- */
.bn-btn {
  display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer;
  font-family: "Cinzel", Georgia, serif; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.09em; font-size: 0.95rem; text-decoration: none;
  padding: 0.85rem 1.5rem; border-radius: 12px; border: 1px solid transparent; transition: transform 0.12s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.bn-btn-fire { color: #2a1102; background: linear-gradient(180deg, var(--bn-gold), var(--bn-fire)); box-shadow: 0 8px 26px rgba(255, 82, 26, 0.35); }
.bn-btn-fire:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(255, 82, 26, 0.5); }
.bn-btn-ghost { color: var(--bn-flame); border-color: var(--bn-line-2); background: rgba(255, 122, 40, 0.06); }
.bn-btn-ghost:hover { background: rgba(255, 122, 40, 0.14); transform: translateY(-2px); }
.bn-btn.is-lg { font-size: 1.05rem; padding: 1rem 1.9rem; }
.bn-btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }

/* ---------- prize badge + meta chips ---------- */
.bn-prize {
  display: inline-flex; flex-direction: column; align-items: center; gap: 0.15rem;
  padding: 0.7rem 1.3rem; border-radius: 14px; border: 1px solid var(--bn-line-2);
  background: radial-gradient(120% 120% at 50% 0%, rgba(255, 122, 40, 0.16), rgba(28, 17, 11, 0.5));
}
.bn-prize .bn-prize-amount { font-family: "Cinzel", Georgia, serif; font-weight: 900; font-size: 1.9rem; color: var(--bn-gold); line-height: 1; }
.bn-prize .bn-prize-label { font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.62rem; color: var(--bn-mute); }

.bn-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.3rem; }
.bn-chip {
  display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem;
  padding: 0.35rem 0.8rem; border-radius: 999px; border: 1px solid var(--bn-line);
  background: var(--bn-panel-2); color: var(--bn-ink);
}
.bn-chip b { color: var(--bn-flame); }
.bn-fineprint { color: var(--bn-faint); font-size: 0.82rem; margin: 1rem 0 0; max-width: 60ch; }
.bn-fineprint a { color: var(--bn-mute); }
.bn-title sup { font-size: 0.4em; vertical-align: super; }
.bn-title sup a { color: var(--bn-flame); text-decoration: none; }
.bn-tagline sup a { color: var(--bn-flame); text-decoration: none; }
.bn-tagline a { color: var(--bn-flame); }

/* ---------- status banner (claimed / awarded / closed) ---------- */
.bn-status-banner {
  border-radius: 14px; padding: 1rem 1.25rem; margin: 1.4rem 0 0; border: 1px solid var(--bn-line-2);
  background: linear-gradient(90deg, rgba(255, 59, 30, 0.14), rgba(28, 17, 11, 0.4));
  font-size: 1rem; color: var(--bn-ink);
}
.bn-status-banner.is-open { display: none; }
.bn-status-banner.is-awarded { border-color: rgba(255, 194, 74, 0.5); background: linear-gradient(90deg, rgba(255, 194, 74, 0.18), rgba(28, 17, 11, 0.4)); }
.bn-status-banner b { color: var(--bn-gold); }

/* ---------- feature headline (big, fire, standout) ---------- */
.bn-h2-fire {
  font-family: "Cinzel", Georgia, serif; font-weight: 900; letter-spacing: 0.01em;
  font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.02; margin: 0;
  background: linear-gradient(180deg, #fff 0%, var(--bn-flame) 45%, var(--bn-fire) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 16px rgba(255, 82, 26, 0.28));
}
.bn-feature-head { text-align: center; max-width: 46ch; margin: 0 auto 1.8rem; }
.bn-feature-head .bn-kicker { text-align: center; }
.bn-feature-head p { color: var(--bn-mute); font-size: 1.08rem; margin: 0.7rem auto 0; }

/* ---------- myth / stigma flip ---------- */
.bn-myth {
  position: relative; overflow: hidden; padding: clamp(2.8rem, 6vw, 4.6rem) 0;
  border-top: 1px solid var(--bn-line); border-bottom: 1px solid var(--bn-line);
  background:
    radial-gradient(90% 130% at 15% 0%, rgba(255, 59, 30, 0.16), transparent 60%),
    radial-gradient(80% 120% at 100% 100%, rgba(255, 106, 26, 0.12), transparent 60%),
    var(--bn-bg-2);
}
.bn-myth-inner { max-width: 940px; margin: 0 auto; position: relative; z-index: 1; }
.bn-myth-eyebrow { font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.72rem; color: var(--bn-faint); margin: 0 0 1rem; }
.bn-myth-line { display: flex; align-items: center; gap: 0.6rem 1rem; flex-wrap: wrap; margin: 0 0 0.4rem; }
.bn-myth-strike {
  position: relative; display: inline-block; font-family: "Cinzel", Georgia, serif; font-weight: 900; font-style: italic;
  font-size: clamp(2rem, 7vw, 4.4rem); line-height: 1.05; color: rgba(255, 255, 255, 0.42);
}
.bn-myth-strike::after {
  content: ""; position: absolute; left: -1.5%; right: -1.5%; top: 54%; height: clamp(4px, 0.7vw, 8px);
  background: linear-gradient(90deg, var(--bn-molten), var(--bn-fire), var(--bn-gold));
  transform: rotate(-2.6deg); border-radius: 4px; box-shadow: 0 0 18px rgba(255, 59, 30, 0.75);
}
.bn-myth-stamp {
  display: inline-block; transform: rotate(-8deg); font-family: var(--bn-mono); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em; font-size: clamp(0.8rem, 1.6vw, 1.05rem);
  color: var(--bn-molten); border: 3px solid var(--bn-molten); border-radius: 8px; padding: 0.2rem 0.7rem;
  box-shadow: 0 0 14px rgba(255, 59, 30, 0.35); flex: none;
}
.bn-myth-answer {
  font-family: "Cinzel", Georgia, serif; font-weight: 900; font-size: clamp(1.8rem, 5vw, 3.2rem);
  margin: 0.6rem 0 1.4rem; line-height: 1.05;
  background: linear-gradient(180deg, #fff, var(--bn-flame) 55%, var(--bn-fire));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bn-myth-body {
  border-left: 3px solid var(--bn-fire); padding: 0.3rem 0 0.3rem 1.3rem; max-width: 64ch;
  display: grid; gap: 0.85rem;
}
.bn-myth-body p { color: var(--bn-ink); font-size: 1.08rem; margin: 0; line-height: 1.55; }
.bn-myth-body strong { color: var(--bn-flame); }
.bn-myth-body a { color: var(--bn-flame); }
.bn-myth-dare {
  margin-top: 1.6rem; font-family: "Cinzel", Georgia, serif; font-weight: 700; font-style: italic;
  font-size: clamp(1.15rem, 2.6vw, 1.6rem); color: #fff;
}
.bn-myth-dare strong { color: var(--bn-gold); font-style: normal; }

/* ---------- eligibility standout banner ---------- */
.bn-elig {
  border: 1px solid var(--bn-line-2); border-radius: 18px; overflow: hidden;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(255, 106, 26, 0.14), transparent 60%),
    var(--bn-panel);
}
.bn-elig-head { padding: 1.4rem clamp(1.2rem, 3vw, 2rem) 0.6rem; }
.bn-elig-head .bn-badge {
  display: inline-block; font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.18em;
  font-size: 0.68rem; color: #2a1102; background: linear-gradient(180deg, var(--bn-gold), var(--bn-fire));
  padding: 0.25rem 0.7rem; border-radius: 999px; margin-bottom: 0.7rem;
}
.bn-elig-head h2 { font-family: "Cinzel", Georgia, serif; font-weight: 900; font-size: clamp(1.6rem, 4vw, 2.4rem); color: #fff; margin: 0 0 0.4rem; }
.bn-elig-head p { color: var(--bn-mute); max-width: 66ch; margin: 0; font-size: 1.02rem; }
.bn-elig-head .bn-honest { color: var(--bn-ink); }
.bn-elig .bn-plat { padding: 1.3rem clamp(1.2rem, 3vw, 2rem) 1.6rem; }
.bn-elig-cta { padding: 0 clamp(1.2rem, 3vw, 2rem) 1.6rem; }

/* ---------- steps ---------- */
.bn-steps { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); counter-reset: bnstep; }
.bn-step { position: relative; padding: 1.4rem 1.2rem 1.2rem; border: 1px solid var(--bn-line); border-radius: 14px; background: var(--bn-panel); }
.bn-step::before {
  counter-increment: bnstep; content: counter(bnstep);
  font-family: "Cinzel", Georgia, serif; font-weight: 900; font-size: 1.5rem;
  display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem;
  border-radius: 10px; margin-bottom: 0.7rem; color: #2a1102;
  background: linear-gradient(180deg, var(--bn-gold), var(--bn-fire));
}
.bn-step h3 { font-family: "Cinzel", Georgia, serif; font-weight: 700; font-size: 1.1rem; margin: 0 0 0.35rem; color: #fff; }
.bn-step p { color: var(--bn-mute); margin: 0; font-size: 0.95rem; }

/* ---------- rule / eligibility grid ---------- */
.bn-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.bn-card { border: 1px solid var(--bn-line); border-radius: 14px; background: var(--bn-panel); padding: 1.3rem; position: relative; overflow: hidden; }
.bn-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--bn-molten), var(--bn-fire), var(--bn-gold)); opacity: 0.7; }
.bn-card h3 { font-family: "Cinzel", Georgia, serif; font-weight: 700; font-size: 1.12rem; margin: 0 0 0.5rem; color: #fff; display: flex; align-items: center; gap: 0.5rem; }
.bn-card p, .bn-card li { color: var(--bn-mute); font-size: 0.96rem; }
.bn-card ul { margin: 0.4rem 0 0; padding-left: 1.1rem; }
.bn-card li { margin: 0.3rem 0; }
.bn-card .bn-ico { color: var(--bn-fire); width: 22px; height: 22px; flex: none; }

/* platform threshold cards */
.bn-plat { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.bn-plat-card { border: 1px solid var(--bn-line); border-radius: 14px; padding: 1.2rem; background: var(--bn-panel-2); }
.bn-plat-card .bn-plat-name { font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; color: var(--bn-fire); }
.bn-plat-card .bn-plat-num { font-family: "Cinzel", Georgia, serif; font-weight: 900; font-size: 1.8rem; color: #fff; margin: 0.3rem 0 0.1rem; }
.bn-plat-card .bn-plat-desc { color: var(--bn-mute); font-size: 0.9rem; margin: 0; }

/* ---------- live creators strip ---------- */
.bn-live-status { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--bn-mono); font-size: 0.8rem; letter-spacing: 0.08em; color: var(--bn-mute); }
.bn-live-status i { width: 9px; height: 9px; border-radius: 50%; background: var(--bn-faint); display: inline-block; }
.bn-live-status.is-live i { background: var(--bn-molten); box-shadow: 0 0 10px 2px rgba(255, 59, 30, 0.7); animation: bnFlicker 1.4s ease-in-out infinite; }
.bn-live-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-top: 1rem; }
.bn-live-card { border: 1px solid var(--bn-line); border-radius: 14px; overflow: hidden; background: var(--bn-panel); display: flex; flex-direction: column; }
.bn-live-embed { position: relative; aspect-ratio: 16 / 9; background: #000; }
.bn-live-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.bn-live-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bn-live-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; background: rgba(12, 7, 5, 0.35); border: 0; }
.bn-live-play svg { width: 54px; height: 54px; color: #fff; filter: drop-shadow(0 2px 10px rgba(0,0,0,0.6)); }
.bn-live-live { position: absolute; top: 8px; left: 8px; font-family: var(--bn-mono); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; background: var(--bn-molten); color: #fff; padding: 0.2rem 0.5rem; border-radius: 5px; }
.bn-live-meta { padding: 0.85rem 1rem; }
.bn-live-name { font-weight: 700; color: #fff; display: flex; align-items: center; gap: 0.5rem; }
.bn-live-title { color: var(--bn-mute); font-size: 0.88rem; margin: 0.25rem 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bn-live-sub { color: var(--bn-faint); font-size: 0.8rem; margin-top: 0.35rem; }
.bn-live-plats { display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0 1rem 1rem; }
.bn-plat-link { font-size: 0.8rem; text-decoration: none; padding: 0.3rem 0.6rem; border-radius: 8px; border: 1px solid var(--bn-line); color: var(--bn-flame); }
.bn-plat-link:hover { background: rgba(255, 122, 40, 0.12); }
.bn-live-empty { text-align: center; color: var(--bn-mute); border: 1px dashed var(--bn-line-2); border-radius: 14px; padding: 2rem 1.5rem; }
.bn-live-empty strong { color: var(--bn-flame); }

/* ---------- FAQ ---------- */
.bn-faq { display: grid; gap: 0.7rem; }
.bn-faq details { border: 1px solid var(--bn-line); border-radius: 12px; background: var(--bn-panel); overflow: hidden; }
.bn-faq summary { cursor: pointer; padding: 1rem 1.2rem; font-weight: 600; color: #fff; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.bn-faq summary::-webkit-details-marker { display: none; }
.bn-faq summary::after { content: "+"; color: var(--bn-fire); font-size: 1.3rem; line-height: 1; }
.bn-faq details[open] summary::after { content: "\2212"; }
.bn-faq details > div { padding: 0 1.2rem 1.1rem; color: var(--bn-mute); }
.bn-faq a { color: var(--bn-flame); }

/* ---------- closing CTA ---------- */
.bn-closer { text-align: center; padding: clamp(2.6rem, 6vw, 4.4rem) 0; background: radial-gradient(90% 120% at 50% 120%, rgba(255, 59, 30, 0.16), transparent 70%); }
.bn-closer h2 { font-family: "Cinzel", Georgia, serif; font-weight: 900; font-size: clamp(1.8rem, 5vw, 3rem); color: #fff; margin: 0 0 0.6rem; }
.bn-closer p { color: var(--bn-mute); max-width: 56ch; margin: 0 auto 1.6rem; }

/* ---------- forms (apply page) ---------- */
.bn-form-wrap { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.6rem; align-items: start; }
.bn-form { display: grid; gap: 1.1rem; }
.bn-fieldset { border: 1px solid var(--bn-line); border-radius: 14px; padding: 1.3rem; background: var(--bn-panel); }
.bn-fieldset legend { font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; color: var(--bn-fire); padding: 0 0.5rem; }
.bn-fields { display: grid; gap: 0.9rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 0.6rem; }
.bn-field { display: flex; flex-direction: column; gap: 0.35rem; }
.bn-field.is-wide { grid-column: 1 / -1; }
.bn-field > span { font-size: 0.85rem; color: var(--bn-ink); font-weight: 600; }
.bn-field > small { color: var(--bn-faint); font-size: 0.78rem; }
.bn-field .req { color: var(--bn-molten); }
.bn-input, .bn-select, .bn-textarea {
  width: 100%; box-sizing: border-box; padding: 0.7rem 0.85rem; border-radius: 10px;
  border: 1px solid var(--bn-line); background: rgba(10, 6, 4, 0.6); color: var(--bn-ink);
  font: inherit; font-size: 0.95rem; transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.bn-input:focus, .bn-select:focus, .bn-textarea:focus { outline: none; border-color: var(--bn-fire); box-shadow: 0 0 0 3px rgba(255, 106, 26, 0.18); }
.bn-textarea { min-height: 90px; resize: vertical; }
.bn-input::placeholder, .bn-textarea::placeholder { color: var(--bn-faint); }
/* field tooltip */
.bn-tip { position: relative; display: inline-flex; vertical-align: middle; }
.bn-tip-btn {
  width: 17px; height: 17px; border-radius: 50%; border: 1px solid var(--bn-line-2);
  background: transparent; color: var(--bn-flame); font: 700 11px/1 "Inter", sans-serif;
  cursor: help; display: inline-flex; align-items: center; justify-content: center; padding: 0; margin-left: 0.3rem;
}
.bn-tip-btn:hover, .bn-tip-btn:focus-visible { background: rgba(255, 122, 40, 0.14); outline: none; }
.bn-tip-bubble {
  position: absolute; top: calc(100% + 8px); left: 0; width: min(300px, 78vw);
  background: #1a0f09; border: 1px solid var(--bn-line-2); border-radius: 10px; padding: 0.75rem 0.9rem;
  font-size: 0.8rem; font-weight: 400; line-height: 1.5; color: var(--bn-mute); text-align: left;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55); opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease; z-index: 30; pointer-events: none;
}
.bn-tip-bubble strong { color: var(--bn-flame); }
.bn-tip-bubble a { color: var(--bn-flame); }
.bn-tip:hover .bn-tip-bubble, .bn-tip:focus-within .bn-tip-bubble { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }

.bn-agree { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.92rem; color: var(--bn-mute); }
.bn-agree input { margin-top: 0.2rem; width: 18px; height: 18px; accent-color: var(--bn-fire); flex: none; }
.bn-agree a { color: var(--bn-flame); }
.bn-submit-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.bn-form-msg { font-size: 0.95rem; }
.bn-form-msg.is-ok { color: var(--bn-ok); }
.bn-form-msg.is-error { color: var(--bn-molten); }

.bn-aside { position: sticky; top: 1.5rem; display: grid; gap: 1.1rem; }
.bn-aside .bn-panel h3 { font-family: "Cinzel", Georgia, serif; margin: 0 0 0.6rem; color: #fff; }
.bn-aside ul { margin: 0; padding-left: 1.1rem; color: var(--bn-mute); }
.bn-aside li { margin: 0.4rem 0; }

.bn-form-done { text-align: center; padding: 2.5rem 1.5rem; }
.bn-form-done .bn-check { width: 64px; height: 64px; color: var(--bn-ok); margin: 0 auto 1rem; }
.bn-form-done h3 { font-family: "Cinzel", Georgia, serif; font-size: 1.5rem; color: #fff; margin: 0 0 0.5rem; }
.bn-form-done p { color: var(--bn-mute); max-width: 48ch; margin: 0.4rem auto; }

/* ---------- official rules page ---------- */
.bn-legal { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; align-items: start; }
.bn-toc { position: sticky; top: 1.5rem; border: 1px solid var(--bn-line); border-radius: 14px; padding: 1.1rem; background: var(--bn-panel); font-size: 0.9rem; }
.bn-toc p { font-family: var(--bn-mono); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.68rem; color: var(--bn-fire); margin: 0 0 0.6rem; }
.bn-toc ol { margin: 0; padding-left: 1.2rem; color: var(--bn-mute); }
.bn-toc li { margin: 0.35rem 0; }
.bn-toc a { color: var(--bn-mute); text-decoration: none; }
.bn-toc a:hover { color: var(--bn-flame); }
.bn-legal-body { max-width: 74ch; }
.bn-legal-body h2 { font-family: "Cinzel", Georgia, serif; font-weight: 800; font-size: 1.3rem; color: #fff; margin: 1.8rem 0 0.6rem; scroll-margin-top: 1.5rem; }
.bn-legal-body h2:first-child { margin-top: 0; }
.bn-legal-body p, .bn-legal-body li { color: var(--bn-mute); line-height: 1.6; }
.bn-legal-body ul, .bn-legal-body ol { padding-left: 1.3rem; }
.bn-legal-body li { margin: 0.4rem 0; }
.bn-legal-body strong { color: var(--bn-ink); }
.bn-legal-note { border: 1px solid var(--bn-line-2); border-left: 3px solid var(--bn-fire); border-radius: 10px; padding: 1rem 1.2rem; background: var(--bn-panel-2); color: var(--bn-mute); margin: 1.2rem 0; }
.bn-legal-note strong { color: var(--bn-flame); }
.bn-legal-updated { font-family: var(--bn-mono); font-size: 0.78rem; color: var(--bn-faint); letter-spacing: 0.08em; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .bn-form-wrap { grid-template-columns: 1fr; }
  .bn-aside { position: static; }
  .bn-legal { grid-template-columns: 1fr; }
  .bn-toc { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  .bn-hero-art, .bn-ember-dot, .bn-flame, .bn-live-status.is-live i { animation: none !important; }
}
