
.brainy-merch-pro {
  --bmp-bg: #08080a;
  --bmp-panel: rgba(255,255,255,.055);
  --bmp-panel2: rgba(255,255,255,.03);
  --bmp-text: #fff7df;
  --bmp-muted: #cfc5aa;
  --bmp-gold: #d4af37;
  --bmp-gold2: #f5d976;
  --bmp-line: rgba(212,175,55,.28);
  --bmp-green: #76dfa0;
  --bmp-red: #ff9d9d;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  color: var(--bmp-text);
}

.bmp-hero, .bmp-form, .bmp-panel, .bmp-status-result, .bmp-product-card {
  border: 1px solid var(--bmp-line);
  background: linear-gradient(180deg, var(--bmp-panel), var(--bmp-panel2));
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
}

.bmp-hero {
  padding: 1.4rem;
  margin-bottom: 1rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(245,217,118,.16), transparent 25%),
    linear-gradient(180deg, var(--bmp-panel), var(--bmp-panel2));
}

.bmp-kicker {
  display: inline-flex;
  border: 1px solid var(--bmp-line);
  border-radius: 999px;
  color: var(--bmp-gold2);
  background: rgba(212,175,55,.08);
  padding: .35rem .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 900;
  margin-bottom: .75rem;
}

.bmp-hero h2 {
  margin: 0 0 .65rem;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.bmp-hero p, .bmp-note, .bmp-product-card p {
  color: var(--bmp-muted);
}

.bmp-process {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: .75rem;
  margin: 1rem 0;
}

.bmp-process div {
  border: 1px solid var(--bmp-line);
  background: rgba(255,255,255,.035);
  border-radius: 18px;
  padding: .8rem;
  text-align: center;
}

.bmp-process strong {
  display: block;
  color: var(--bmp-gold2);
  font-size: 1.4rem;
  line-height: 1;
}

.bmp-process span {
  color: var(--bmp-muted);
  font-weight: 800;
  font-size: .82rem;
}

.bmp-form {
  padding: 1rem;
}

.bmp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.bmp-panel {
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: none;
}

.bmp-panel h3 {
  margin: 0 0 .85rem;
}

.bmp-form label {
  display: block;
  margin: .7rem 0 .3rem;
  color: var(--bmp-gold2);
  font-weight: 900;
  font-size: .86rem;
}

.bmp-form input,
.bmp-form select,
.bmp-form textarea,
.bmp-status-form input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: #0f0f13;
  color: var(--bmp-text);
  padding: .92rem;
  font: inherit;
}

.bmp-form textarea {
  min-height: 120px;
  resize: vertical;
}

.bmp-hp {
  position: absolute !important;
  left: -9999px !important;
}

.bmp-check {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: .65rem;
  align-items: start;
  color: var(--bmp-muted) !important;
  line-height: 1.4;
}

.bmp-check input {
  width: auto;
  margin-top: .25rem;
}

.bmp-submit,
.bmp-small-button {
  width: 100%;
  border: 1px solid var(--bmp-gold);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(135deg, var(--bmp-gold), #9f7928);
  color: #111 !important;
  font-weight: 900;
  padding: 1rem 1.25rem;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.bmp-alert {
  max-width: 1120px;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 18px;
  font-weight: 800;
}

.bmp-alert.success {
  background: rgba(88,194,125,.12);
  color: var(--bmp-green);
  border: 1px solid rgba(88,194,125,.3);
}

.bmp-alert.error {
  background: rgba(215,106,106,.12);
  color: var(--bmp-red);
  border: 1px solid rgba(215,106,106,.35);
}

.bmp-status-result {
  padding: 1rem;
  margin-bottom: 1rem;
}

.bmp-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.bmp-small-button {
  width: auto;
  padding: .75rem 1rem;
}

.bmp-guidelines,
.bmp-product-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
}

.bmp-product-card {
  padding: 1rem;
}

.bmp-product-card span {
  display: inline-flex;
  color: var(--bmp-gold2);
  border: 1px solid var(--bmp-line);
  border-radius: 999px;
  padding: .32rem .55rem;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: .65rem;
}

@media(max-width: 780px) {
  .bmp-grid,
  .bmp-guidelines,
  .bmp-product-grid,
  .bmp-process {
    grid-template-columns: 1fr;
  }

  .brainy-merch-pro {
    padding: 1rem;
  }
}

.bmp-file-summary { margin-top: .75rem; color: var(--bmp-muted); font-weight: 800; }
.bmp-file-warning { color: var(--bmp-red); }


/* Brainy Merch Pro v2.2 Tracking Dashboard */
.bmp-tracking-wrap {
  margin: 0 auto;
}

.bmp-track-banner {
  border-radius: 22px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: grid;
  gap: .25rem;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.bmp-track-banner.good {
  background: linear-gradient(135deg, rgba(37, 165, 79, .95), rgba(20, 126, 47, .95));
  color: #fff;
}

.bmp-track-banner.attention {
  background: linear-gradient(135deg, rgba(214, 158, 46, .95), rgba(125, 77, 11, .95));
  color: #fff;
}

.bmp-track-banner strong {
  font-size: 1.05rem;
}

.bmp-track-banner span {
  font-weight: 800;
}

.bmp-track-grid {
  display: grid;
  grid-template-columns: 1.55fr .85fr;
  gap: 1rem;
}

.bmp-track-card {
  border: 1px solid var(--bmp-line);
  background: linear-gradient(180deg, var(--bmp-panel), var(--bmp-panel2));
  border-radius: 28px;
  padding: 1rem;
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
  margin-bottom: 1rem;
}

.bmp-timeline {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
}

.bmp-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: start;
  padding: .8rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}

.bmp-step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  border: 1px solid var(--bmp-line);
  color: var(--bmp-gold2);
  background: rgba(212,175,55,.12);
}

.bmp-step.done span {
  background: rgba(88,194,125,.18);
  color: var(--bmp-green);
  border-color: rgba(88,194,125,.35);
}

.bmp-step.current {
  border-color: var(--bmp-gold);
  background: rgba(212,175,55,.10);
}

.bmp-step.current span {
  background: linear-gradient(135deg, var(--bmp-gold), #9f7928);
  color: #111;
}

.bmp-step.upcoming {
  opacity: .62;
}

.bmp-step strong {
  display: block;
  color: var(--bmp-text);
}

.bmp-step p {
  margin: .15rem 0 0;
  color: var(--bmp-muted);
}

.bmp-summary-row {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: .68rem 0;
  color: var(--bmp-muted);
}

.bmp-summary-row strong {
  color: var(--bmp-text);
  text-align: right;
}

.bmp-track-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .6rem;
}

.bmp-track-images img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: #111;
}

@media(max-width: 860px) {
  .bmp-track-grid {
    grid-template-columns: 1fr;
  }
}
