/* BONUSSA premium shell v2: metallic palette, mobile dock and compact information system */

:root {
  --bg: #050506;
  --panel: #0d0e10;
  --panel2: #141518;
  --gold: #ffd21a;
  --gold2: #b98a00;
  --text: #f4f4f5;
  --muted: #989aa1;
  --line: #2a2b2f;
  --green: #d9bd52;
  --bsa-silver: #c7c9ce;
  --bsa-silver-dark: #666970;
  --bsa-smoke: #111216;
}

body {
  background:
    radial-gradient(circle at 78% -4%, #9f7c1524, transparent 31rem),
    radial-gradient(circle at 8% 38%, #9fa4ad0a, transparent 28rem),
    linear-gradient(180deg, #050506 0%, #08090a 54%, #050506 100%);
}

.site-header {
  border-bottom-color: #26272b;
  background: #070708ed;
}

.nav-toggle,
.button.ghost {
  border-color: #34353a;
  background: linear-gradient(145deg, #15161a, #0c0d0f);
}

.button.gold {
  background: linear-gradient(135deg, #ffe369 0%, #ffd21a 47%, #c99a04 100%);
  box-shadow: 0 12px 34px #b886001d, inset 0 1px 0 #fff4a8;
}

.eyebrow {
  color: #ffd83c;
}

/* Metallic animated B */
.hero-orbit {
  isolation: isolate;
  perspective: 700px;
}

.hero-orbit::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  margin: -130px 0 0 -130px;
  border-radius: 50%;
  background: radial-gradient(circle, #e2ba2924 0%, #a7abb014 34%, transparent 69%);
  filter: blur(12px);
  animation: bsa-hero-aura 5.8s ease-in-out infinite;
}

.hero-orbit::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin: -126px 0 0 192px;
  border-radius: 50%;
  background: #f7d55a;
  box-shadow: 0 0 0 4px #ffd21a12, 0 0 24px #ffd21a99;
  animation: bsa-orbit-signal 4.4s ease-in-out infinite;
}

.hero-b {
  position: relative;
  width: 178px;
  height: 178px;
  overflow: visible;
  border: 0;
  background: conic-gradient(from 220deg, #676a70, #f3f3f4 12%, #ac7600 27%, #ffd938 42%, #5c5f65 61%, #dbdde0 76%, #9e7205 90%, #676a70);
  box-shadow:
    0 0 0 1px #ffffff14,
    0 24px 70px #000c,
    0 0 58px #d7aa171f;
  animation: bsa-hero-float 5.2s ease-in-out infinite;
}

.hero-b::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 26%, #4a4c50 0%, #202125 24%, #090a0b 61%, #030304 100%);
  box-shadow: inset 0 0 46px #000, inset 0 1px 0 #ffffff26;
}

.hero-b::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid transparent;
  border-top-color: #ffe983;
  border-right-color: #7d8087;
  border-radius: 50%;
  filter: drop-shadow(0 0 8px #ffd21a55);
  animation: bsa-metal-ring 9s linear infinite;
}

.hero-b span {
  position: relative;
  z-index: 2;
  color: transparent;
  font: 900 104px/1 Georgia, "Times New Roman", serif;
  background: linear-gradient(105deg, #8f6200 0%, #ffdc35 24%, #fff3a1 39%, #b7bac0 52%, #f7f7f8 64%, #7b7e84 76%, #ffd21a 100%);
  background-size: 230% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 15px #000) drop-shadow(0 0 12px #d7aa1738);
  animation: bsa-letter-shine 5.6s ease-in-out infinite;
}

.hero-orbit .orbit {
  border-color: #aa841f42;
  box-shadow: inset 0 0 20px #c8cbd008;
}

.hero-orbit .orbit.two {
  border-color: #9da0a526;
}

.hero-orbit > b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bsa-silver);
}

.hero-orbit > b::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 13px #ffd21a;
}

/* Metallic status language */
.journey-steps li.is-complete {
  border-color: #6d602d;
  background: linear-gradient(135deg, #19170e, #0e0f11);
}

.journey-steps li.is-complete > i {
  border-color: #b79628;
  background: #29230d;
  color: #ffe36a;
}

.market-card[data-market-card="event_entry"]::before,
.market-card[data-market-card="cash"]::before {
  background: linear-gradient(90deg, transparent, #c8cbd0, #ffd21a, transparent);
}

.market-card[data-market-card="event_entry"] .market-visual,
.market-card[data-market-card="cash"] .market-visual {
  background: radial-gradient(circle at 50% 42%, #4d4526, #17181b 35%, #070708 72%);
}

.market-guarantee-note {
  color: #bdb088 !important;
}

.league-separation-note {
  grid-template-columns: 38px minmax(0, 1fr);
  border-color: #3b3c41;
  background: linear-gradient(135deg, #141519, #0b0c0e);
}

.league-separation-note > i {
  border-color: #817029;
  background: #201c0d;
  color: #ffe05c;
}

.league-state i,
.hero-session-dot,
.account-kicker i,
.nav-account-card small i {
  background: var(--gold) !important;
  box-shadow: 0 0 14px #ffd21a99 !important;
}

.league-budget em,
.status.verified,
.entry-status span {
  color: #d4c27c;
}

.mission-result.success,
.entry-status {
  border-color: #6c5b24;
  background: #19160b;
}

.verified,
.positive,
.health {
  color: #d8c36f !important;
}

.success {
  border-color: #6d5b20;
  background: #1b1709;
  color: #f0dda0;
}

.hero-session {
  border-color: #5f5228;
  background: #18150b;
  color: #d9cfa7;
}

.profile-form-v2 .profile-privacy-icon {
  border-color: #756329;
  background: #201b0b;
  color: #ffe371;
}

/* Less copy, clearer actions */
.market-principles-compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 25px;
  padding: 17px 20px;
  border-color: #3a382d;
  background: linear-gradient(135deg, #12120f, #0c0d0f);
}

.market-principles-compact > div {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 10px;
}

.market-principles-compact strong {
  flex: 0 0 auto;
  color: #e4cd72;
  font-size: 12px;
}

.market-principles-compact span {
  color: #92949b;
  font-size: 11px;
}

.market-principles-compact > a {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.community-hub-grid > a {
  min-height: 150px;
  padding: 20px;
}

.community-hub-grid h3 {
  margin: 22px 0 8px;
}

.community-hub-grid b {
  margin-top: auto;
}

/* About and centralized information */
.info-head {
  padding-bottom: 34px;
}

.info-head em {
  color: var(--gold);
  font-style: normal;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.info-grid article {
  min-height: 210px;
  padding: 25px;
  border: 1px solid #2e2f33;
  border-radius: 22px;
  background: linear-gradient(145deg, #141519, #0b0c0e);
}

.info-grid article > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
}

.info-grid h2 {
  margin: 34px 0 8px;
  font-size: 25px;
}

.info-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.info-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 70px;
  padding: 24px;
  border: 1px solid #5a4a1c;
  border-radius: 22px;
  background: linear-gradient(130deg, #181407, #0d0e10 64%);
}

.info-note h2 {
  margin: 6px 0 0;
}

.info-note nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.info-note a {
  color: #d6d7da;
  font-size: 12px;
  font-weight: 800;
}

.info-note a:hover {
  color: var(--gold);
}

/* One compact information footer */
.site-footer {
  border-top-color: #292a2e;
  background: linear-gradient(180deg, #090a0c, #050506);
}

.site-footer .footer-top {
  grid-template-columns: minmax(210px, .75fr) minmax(0, 1.25fr);
  align-items: center;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
}

.footer-info a {
  color: #a5a7ad;
  font-size: 12px;
  font-weight: 760;
}

.footer-info a:hover {
  color: var(--gold);
}

.site-footer .footer-bottom {
  justify-content: flex-end;
  margin-top: 18px;
  padding-top: 14px;
}

.mobile-dock {
  display: none;
}

@keyframes bsa-hero-float {
  0%, 100% { transform: translateY(0) rotateX(0deg); }
  50% { transform: translateY(-8px) rotateX(2deg); }
}

@keyframes bsa-metal-ring {
  to { transform: rotate(360deg); }
}

@keyframes bsa-letter-shine {
  0%, 24%, 100% { background-position: 100% 0; }
  54%, 72% { background-position: 0 0; }
}

@keyframes bsa-hero-aura {
  0%, 100% { opacity: .56; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes bsa-orbit-signal {
  0%, 100% { opacity: .3; transform: scale(.75); }
  45% { opacity: 1; transform: scale(1); }
}

@media (max-width: 900px) {
  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-grid article {
    min-height: 0;
  }

  .info-grid h2 {
    margin-top: 20px;
  }

  .info-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .info-note nav {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body.has-mobile-dock {
    padding-bottom: 82px;
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .mobile-dock {
    position: fixed;
    z-index: 46;
    right: 10px;
    bottom: 9px;
    bottom: max(9px, env(safe-area-inset-bottom));
    left: 10px;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    padding: 6px;
    border: 1px solid #4a4c51;
    border-radius: 21px;
    background: linear-gradient(180deg, #1a1b1eea, #090a0ced);
    box-shadow: 0 18px 55px #000d, inset 0 1px 0 #ffffff16;
    backdrop-filter: blur(22px) saturate(125%);
    -webkit-backdrop-filter: blur(22px) saturate(125%);
    transition: opacity .2s ease, transform .2s ease;
  }

  body.nav-locked .mobile-dock {
    opacity: 0;
    pointer-events: none;
    transform: translateY(24px);
  }

  .mobile-dock a {
    min-width: 0;
    display: grid;
    grid-template-rows: 31px auto;
    place-items: center;
    padding: 3px 1px;
    border-radius: 15px;
    color: #8f9198;
    font-size: 8px;
    font-weight: 820;
    letter-spacing: -.1px;
    line-height: 1;
  }

  .mobile-dock svg {
    width: 21px;
    height: 21px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-dock a.active {
    color: #ffe269;
    background: linear-gradient(180deg, #4b3d0e9c, #201b0ca3);
    box-shadow: inset 0 0 0 1px #80691f, 0 0 20px #ffd21a0c;
  }

  .mobile-dock a.active svg {
    filter: drop-shadow(0 0 7px #ffd21a66);
  }

  .market-principles-compact {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
    padding: 15px 16px;
  }

  .market-principles-compact > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .market-principles-compact span {
    line-height: 1.5;
  }

  .league-separation-note {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0 18px;
  }

  .footer-info a {
    padding: 9px 0;
    border-bottom: 1px solid #1d1e21;
    font-size: 11px;
  }

  .community-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-hub-grid > a {
    min-height: 126px;
    padding: 16px;
  }

  .community-hub-grid h3 {
    margin: 16px 0 8px;
    font-size: 17px;
  }

  .info-head {
    padding-bottom: 23px;
  }

  .info-grid {
    gap: 10px;
    margin-bottom: 18px;
  }

  .info-grid article {
    padding: 20px;
    border-radius: 18px;
  }

  .info-grid h2 {
    margin: 15px 0 5px;
    font-size: 21px;
  }

  .info-note {
    gap: 18px;
    margin-bottom: 38px;
    padding: 20px;
    border-radius: 18px;
  }

  .info-note nav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 9px 15px;
  }
}

@media (max-width: 560px) {
  .hero-orbit {
    height: 190px;
  }

  .hero-b {
    width: 116px;
    height: 116px;
  }

  .hero-b span {
    font-size: 69px;
  }

  .hero-b::after {
    inset: -9px;
  }

  .hero-orbit::before {
    width: 195px;
    height: 195px;
    margin: -97.5px 0 0 -97.5px;
  }

  .hero-orbit::after {
    width: 5px;
    height: 5px;
    margin: -85px 0 0 136px;
  }

  .hero-orbit .orbit.one {
    width: 238px;
    height: 108px;
  }

  .hero-orbit .orbit.two {
    width: 290px;
    height: 142px;
  }

  .hero-orbit > b {
    top: 8%;
    right: 6%;
  }
}

@media (max-width: 380px) {
  .mobile-dock {
    right: 7px;
    left: 7px;
  }

  .mobile-dock a {
    font-size: 7.5px;
  }

  .mobile-dock svg {
    width: 20px;
    height: 20px;
  }

  .hero-orbit {
    height: 176px;
  }

  .hero-b {
    width: 108px;
    height: 108px;
  }

  .hero-b span {
    font-size: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-b,
  .hero-b::after,
  .hero-b span,
  .hero-orbit::before,
  .hero-orbit::after {
    animation: none !important;
  }

  .mobile-dock {
    transition: none !important;
  }
}
