/* LyricBingo 2026 visual system — landing redesign + V2 consistency pass */
:root {
  --bd-space-1: .375rem;
  --bd-space-2: .625rem;
  --bd-space-3: .875rem;
  --bd-space-4: 1.125rem;
  --bd-space-5: 1.5rem;
  --bd-space-6: 2rem;
  --bd-space-7: 2.75rem;
  --bd-radius-sm: 10px;
  --bd-radius-md: 16px;
  --bd-radius-lg: 22px;
  --bd-line: rgba(255,255,255,.105);
  --bd-surface: rgba(255,255,255,.055);
  --bd-surface-raised: rgba(255,255,255,.085);
}

/* ---------- Public landing: live-show editorial direction ---------- */
.lb-land {
  --lb-bg: #0d0d12;
  --lb-bg-deep: #07070a;
  --lb-panel: #15151d;
  --lb-elevated: #20202b;
  --lb-text: #fbfbff;
  --lb-muted: #aaa8b7;
  --lb-lime: #d4ff45;
  --lb-pink: #ff4fd8;
  --lb-cyan: #48ddff;
  --lb-violet: #8f69ff;
  --lb-max: min(1240px, calc(100% - clamp(2rem, 7vw, 7rem)));
  --lb-section-y: clamp(5rem, 10vw, 8.5rem);
  background:
    radial-gradient(circle at 20% -10%, rgba(143,105,255,.13), transparent 31rem),
    #07070a;
}

.lb-land::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.lb-land .lb-ambient__orb { filter: blur(125px); opacity: .75; }
.lb-land .lb-ambient__orb--1 { background: rgba(255,79,216,.18); left: -16%; top: -20%; }
.lb-land .lb-ambient__orb--2 { background: rgba(72,221,255,.13); right: -10%; bottom: 0; }

.lb-land .lb-nav {
  width: min(1180px, calc(100% - 2rem));
  min-height: 68px;
  margin: .9rem auto 0;
  padding: .55rem .65rem .55rem 1.15rem;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(12,12,17,.78);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(24px) saturate(145%);
}

.lb-land .lb-nav__brand img { height: 32px; }
.lb-land .lb-nav__links { gap: clamp(1rem, 2.4vw, 2rem); }
.lb-land .lb-nav__links a { font-size: .875rem; }
.lb-land .lb-nav__actions .lb-btn--primary { padding: .72rem 1.25rem; }

.lb-land .lb-btn {
  min-height: 46px;
  padding: .8rem 1.45rem;
  border-radius: 13px;
  letter-spacing: -.01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.lb-land .lb-btn:hover { transform: translateY(-2px); }
.lb-land .lb-btn--primary {
  color: #0a0a0d;
  background: linear-gradient(135deg, #e2ff75, #b8ff30);
  border-color: rgba(220,255,100,.9);
  box-shadow: 0 12px 32px rgba(184,255,48,.2), inset 0 1px 0 rgba(255,255,255,.6);
}
.lb-land .lb-btn--ghost { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.15); }

.lb-land .lb-hero {
  position: relative;
  min-height: min(850px, calc(100vh - 1rem));
  display: grid;
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) 1rem clamp(4rem, 7vw, 6rem);
  background: transparent;
}

.lb-land .lb-hero::after {
  content: "MUSIC  •  BINGO  •  YOUR  NIGHT";
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: min(1200px, calc(100% - 2rem));
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: rgba(255,255,255,.16);
  font-size: clamp(.7rem, 1.1vw, .88rem);
  font-weight: 900;
  letter-spacing: clamp(.22em, 1vw, .7em);
}

.lb-land .lb-hero__inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  max-width: var(--lb-max);
}

.lb-land .lb-eyebrow {
  margin-bottom: 1.5rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(212,255,69,.24);
  border-radius: 999px;
  background: rgba(212,255,69,.07);
  font-size: .72rem;
  letter-spacing: .16em;
}

.lb-land .lb-hero h1 {
  max-width: 780px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.35rem, 7.4vw, 6.65rem);
  line-height: .91;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.lb-land .lb-grad {
  background: linear-gradient(100deg, #ff72dc 4%, #a985ff 48%, #54ddff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lb-land .lb-hero__lead {
  max-width: 650px;
  margin-bottom: 1.75rem;
  color: #c4c2cf;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.7;
}

.lb-land .lb-hero__cta { gap: .75rem; }
.lb-land .lb-hero__proof { margin-top: 1.25rem; color: #aaa8b7; font-size: .88rem; }

.lb-land .lb-hero__visual { perspective: 1100px; }
.lb-land .lb-hero-card {
  position: relative;
  min-height: 430px;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.025)),
    linear-gradient(160deg, #25203b, #101018 60%);
  box-shadow: 0 50px 110px rgba(0,0,0,.5), 0 0 80px rgba(143,105,255,.13), inset 0 1px 0 rgba(255,255,255,.16);
  transform: rotateY(-7deg) rotateX(3deg);
}

.lb-land .lb-hero-card::before {
  content: "♪";
  position: absolute;
  width: 240px;
  height: 240px;
  left: 50%;
  top: 49%;
  display: grid;
  place-items: center;
  transform: translate(-50%,-50%);
  border: 34px solid rgba(7,7,10,.92);
  border-radius: 50%;
  color: #d4ff45;
  font-size: 3.5rem;
  background: repeating-radial-gradient(circle, #24242d 0 3px, #111116 4px 9px);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 25px 70px rgba(0,0,0,.55);
}

.lb-land .lb-hero-card::after {
  content: "NOW PLAYING";
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, 86px);
  color: rgba(255,255,255,.55);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .22em;
}

.lb-land .lb-hero-card__top {
  position: relative;
  z-index: 2;
  width: max-content;
  padding: .55rem .75rem;
  border-radius: 999px;
  background: rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.1);
  font-size: .72rem;
}
.lb-land .lb-live-dot { background: #d4ff45; box-shadow: 0 0 14px rgba(212,255,69,.8); }
.lb-land .lb-hero-card__hints { position: absolute; right: 1.25rem; top: 1.2rem; z-index: 2; gap: .35rem; }
.lb-land .lb-hero-card__hints span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.1); }
.lb-land .lb-hero-card__stats { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; z-index: 2; }
.lb-land .lb-hero-card__stats div { padding: 1rem .65rem; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.lb-land .lb-hero-card__stats b { font-size: 1.45rem; }

.lb-land .lb-stats {
  position: relative;
  z-index: 3;
  max-width: var(--lb-max);
  margin: 0 auto;
  padding: .6rem;
  gap: .6rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
}
.lb-land .lb-stats article { min-height: 116px; border-radius: 18px; background: rgba(255,255,255,.035); }
.lb-land .lb-stats strong { font-size: clamp(1.3rem, 2.2vw, 1.8rem); color: #fff; }
.lb-land .lb-stats span { max-width: 15ch; color: #9f9dab; }

.lb-land .lb-section { max-width: var(--lb-max); }
.lb-land .lb-section__head { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.lb-land .lb-section__head h2 { font-size: clamp(2.5rem, 5.4vw, 4.6rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.lb-land .lb-section__head p { max-width: 620px; margin-left: auto; margin-right: auto; font-size: 1.05rem; line-height: 1.7; }
.lb-land .lb-section--dark { max-width: none; padding-inline: max(calc((100% - min(1240px, calc(100% - clamp(2rem, 7vw, 7rem)))) / 2), 1rem); border-block: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.018); }

.lb-land .lb-feat-track { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lb-land .lb-feat-card {
  min-height: 290px;
  padding: 1.65rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.lb-land .lb-feat-card:nth-child(2), .lb-land .lb-feat-card:nth-child(5) { transform: translateY(1.25rem); }
.lb-land .lb-feat-card:hover { transform: translateY(-5px); border-color: rgba(212,255,69,.28); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.lb-land .lb-feat-card:nth-child(2):hover, .lb-land .lb-feat-card:nth-child(5):hover { transform: translateY(calc(1.25rem - 5px)); }
.lb-land .lb-feat-card__icon { width: 58px; height: 58px; border-radius: 17px; background: linear-gradient(135deg, rgba(255,79,216,.16), rgba(72,221,255,.12)); }
.lb-land .lb-feat-card h3 { margin-top: auto; font-size: 1.25rem; }
.lb-land .lb-feat-card p { color: #aaa8b7; line-height: 1.65; }

.lb-land .lb-steps { gap: 1rem; }
.lb-land .lb-step { padding: 1.75rem; border-radius: 22px; border: 1px solid rgba(255,255,255,.09); background: #111117; }
.lb-land .lb-step__num { color: #0b0b0e; background: #d4ff45; box-shadow: none; }

.lb-land .lb-pricing-grid { gap: 1rem; align-items: stretch; }
.lb-land .lb-price { border-radius: 24px; border-color: rgba(255,255,255,.11); background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.lb-land .lb-price--hot { transform: translateY(-10px); border-color: rgba(212,255,69,.5); box-shadow: 0 35px 90px rgba(0,0,0,.36), 0 0 45px rgba(212,255,69,.08); }
.lb-land .lb-price__tag { background: #d4ff45; color: #0b0b0d; }
.lb-land .lb-price li::before { color: #d4ff45; }

.lb-land .lb-quotes { gap: 1rem; }
.lb-land .lb-quote { border-radius: 22px; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.lb-land .lb-faq { max-width: 860px; margin-left: auto; margin-right: auto; }
.lb-land section[id] { scroll-margin-top: 104px; }
.lb-land .lb-faq__item { margin-bottom: .7rem; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: #111117; }

.lb-land .lb-finale {
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(4rem, 9vw, 8rem) auto;
  padding: clamp(3.5rem, 8vw, 7rem) 1.5rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 32px;
  background: radial-gradient(circle at 50% 100%, rgba(72,221,255,.18), transparent 52%), radial-gradient(circle at 20% 0, rgba(255,79,216,.18), transparent 45%), #121219;
  box-shadow: 0 40px 110px rgba(0,0,0,.4);
}
.lb-land .lb-finale h2 { font-size: clamp(2.65rem, 6vw, 5rem); letter-spacing: -.055em; }
.lb-land .lb-foot { border-top-color: rgba(255,255,255,.08); }

/* ---------- Logged-in V2: one calm spacing and surface language ---------- */
body.lb-v2-active:not(:has(.lb-land)) {
  --v2-shell-pad-x: clamp(18px, 3.2vw, 42px);
  --v2-shell-pad-top: clamp(16px, 2.4vw, 30px);
  --v2-shell-pad-bottom: 56px;
  --v2-section-gap: clamp(22px, 3vw, 34px);
  --v2-grid-gap: clamp(12px, 1.6vw, 18px);
  --v2-card-pad: clamp(18px, 2vw, 24px);
  --v2-card-radius: 16px;
  --v2-page-max: 1280px;
}

.lb-v2 .v2-main { background: radial-gradient(circle at 88% -5%, rgba(141,91,255,.08), transparent 26rem), #0d0d12; }
.lb-v2 .v2-main::before { opacity: .5; background-size: 80px 80px; }
.lb-v2 .v2-side { padding: 18px 12px !important; border-right: 1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, #15141d, #0d0d12); }
.lb-v2 .v2-nav { gap: 4px; padding: 12px 2px; }
.lb-v2 .v2-nav a { min-height: 44px; padding: 10px 12px; border-radius: 11px; }
.lb-v2 .v2-nav a.on { background: rgba(255,255,255,.09); box-shadow: inset 3px 0 0 #d4ff45; }

.lb-v2 .v2-home-hub,
.lb-v2 .v2-library-page,
.lb-v2 .v2-simple-page,
.lb-v2 .v2-console-page,
.lb-v2 .v2-pro-page { max-width: 1280px; }

.lb-v2 .v2-k { margin: 0 0 8px; font-size: .72rem; letter-spacing: .13em; }
.lb-v2 .v2-title,
.lb-v2 .v2-home-hub__title { line-height: 1.02; letter-spacing: -.035em; }
.lb-v2 .v2-lead { max-width: 68ch; line-height: 1.65; }
.lb-v2 .v2-head { min-height: 52px; margin-bottom: 18px !important; }

.lb-v2 .v2-card,
.lb-v2 .v2-show-card,
.lb-v2 .v2-recent-card,
.lb-v2 .v2-panel,
.lb-v2 .v2-analytics-game,
.lb-v2 .v2-tier-card,
.lb-v2 details {
  border-radius: var(--bd-radius-md);
  border-color: var(--bd-line);
}

.lb-v2 .v2-card,
.lb-v2 .v2-show-card,
.lb-v2 .v2-recent-card,
.lb-v2 .v2-panel,
.lb-v2 .v2-analytics-game { background: linear-gradient(155deg, rgba(255,255,255,.072), rgba(255,255,255,.032)); }

.lb-v2 .v2-btn { min-height: 42px; padding: .68rem 1rem; border-radius: 11px; }
.lb-v2 .v2-btn.sm { min-height: 36px; padding: .5rem .75rem; border-radius: 9px; }
.lb-v2 .v2-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px !important; }

.lb-v2 input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.lb-v2 select,
.lb-v2 textarea {
  min-height: 44px;
  padding: .7rem .85rem;
  border-radius: 10px;
  border-color: rgba(255,255,255,.13);
  background-color: rgba(0,0,0,.22);
}
.lb-v2 textarea { min-height: 104px; line-height: 1.55; }
.lb-v2 label { gap: 7px; }
.lb-v2 form { row-gap: 16px; }

.lb-v2 table { border-collapse: separate; border-spacing: 0; }
.lb-v2 th { padding: 12px 14px; font-size: .7rem; letter-spacing: .1em; }
.lb-v2 td { padding: 14px; }
.lb-v2 tbody tr + tr td { border-top: 1px solid rgba(255,255,255,.07); }

.lb-v2 .v2-modal-card { border-radius: 22px; padding: clamp(20px, 4vw, 32px); }
.lb-v2 .v2-toast { border-radius: 12px; padding: 12px 16px; }

@media (max-width: 920px) {
  .lb-land .lb-nav { width: calc(100% - 1rem); margin-top: .5rem; }
  .lb-land .lb-hero { min-height: auto; padding-top: 5.5rem; }
  .lb-land .lb-hero__inner { grid-template-columns: 1fr; gap: 3rem; }
  .lb-land .lb-hero__copy { text-align: center; }
  .lb-land .lb-hero__lead { margin-inline: auto; }
  .lb-land .lb-hero__cta, .lb-land .lb-hero__proof { justify-content: center; }
  .lb-land .lb-hero__visual { width: min(520px, 100%); margin: auto; }
  .lb-land .lb-hero-card { transform: none; min-height: 390px; }
  .lb-land .lb-feat-track { grid-template-columns: repeat(2, minmax(260px, 1fr)); }
  .lb-land .lb-feat-card:nth-child(2), .lb-land .lb-feat-card:nth-child(5) { transform: none; }
  .lb-land .lb-feat-card:nth-child(2):hover, .lb-land .lb-feat-card:nth-child(5):hover { transform: translateY(-5px); }
}

@media (max-width: 640px) {
  .lb-land { --lb-max: calc(100% - 1.25rem); }
  .lb-land .lb-nav { border-radius: 16px; }
  .lb-land .lb-hero { padding-inline: .625rem; padding-top: 4.5rem; }
  .lb-land .lb-hero h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  .lb-land .lb-hero__cta { display: grid; grid-template-columns: 1fr; }
  .lb-land .lb-hero__cta .lb-btn { width: 100%; }
  .lb-land .lb-hero-card { min-height: 350px; border-radius: 24px; }
  .lb-land .lb-hero-card::before { width: 190px; height: 190px; }
  .lb-land .lb-hero-card__stats { gap: .4rem; }
  .lb-land .lb-stats { grid-template-columns: repeat(2, 1fr); }
  .lb-land .lb-stats article { min-height: 96px; }
  .lb-land .lb-feat-track { display: grid; grid-template-columns: 1fr; }
  .lb-land .lb-feat-card { min-height: 230px; }
  .lb-land .lb-section__head h2 { font-size: 2.6rem; }
  .lb-land .lb-price--hot { transform: none; }
  .lb-land .lb-finale { border-radius: 24px; }

  .lb-v2 .v2-main { padding: 16px 14px 44px !important; }
  .lb-v2 .v2-head { align-items: flex-start !important; }
  .lb-v2 .v2-btn { min-height: 44px; }
  .lb-v2 .v2-actions { width: 100%; }
  .lb-v2 .v2-actions > .v2-btn { flex: 1 1 auto; }
  .lb-v2 td, .lb-v2 th { padding: 11px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .lb-land *, .lb-v2 * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
