.phone {
  position: relative;
  overflow-x: hidden;
}

:root {
  --bg: #020104;
  --panel: #09070f;
  --panel-2: #12101a;
  --line: rgba(188, 76, 255, 0.38);
  --gold: #ffc83d;
  --gold-2: #ff8a18;
  --hot: #ff2bbd;
  --green: #21d48a;
  --pink: #ff37c7;
  --blue: #248dff;
  --purple: #9b4dff;
  --orange: #ff8b1f;
  --text: #fff8ff;
  --muted: #bcb4c8;
}

.phone::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 214, 90, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 79, 195, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(39, 195, 255, 0.12) 0 1px, transparent 2px);
  background-position: 12% 14%, 72% 22%, 46% 78%;
  background-size: 120px 120px, 170px 170px, 210px 210px;
  animation: socialFloat 18s linear infinite;
  opacity: 0.8;
  z-index: 0;
}

.phone > * {
  position: relative;
  z-index: 1;
}

.gold-button,
.text-button,
.house-card,
.quick-card,
.culture-card,
.prop,
.prediction-option {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gold-button:active,
.text-button:active,
.house-card:active,
.quick-card:active,
.culture-card:active,
.prop:active,
.prediction-option:active {
  transform: scale(0.97);
}

.xp-strip,
.social-hero,
.house-card,
.hq-panel,
.battle-card,
.activity-feed-panel,
.daily-missions,
.house-rank-preview,
.recent-winners,
.my-house-home {
  border: 1px solid rgba(255, 214, 90, 0.24);
  border-radius: 12px;
  background: rgba(5, 5, 5, 0.62);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.social-home {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.xp-strip {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.xp-strip span,
.module-kicker {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.xp-strip strong {
  display: block;
  margin-top: 3px;
}

.xp-strip small,
.house-card small,
.hq-panel small,
.battle-card small,
.activity-item small {
  color: var(--muted);
}

.progress-track,
.battle-meter {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.progress-track.tall {
  height: 12px;
}

.progress-track span,
.battle-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--pink), var(--blue));
  box-shadow: 0 0 18px rgba(255, 214, 90, 0.45);
  animation: progressGlow 2.4s ease-in-out infinite alternate;
}

.live-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255, 214, 90, 0.2);
  color: var(--gold);
  background: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}

.live-marquee div {
  width: max-content;
  padding: 10px 0;
  font-weight: 900;
  animation: tickerSlide 24s linear infinite;
}

.my-house-home,
.my-house-slot,
.daily-missions,
.activity-feed-panel,
.house-rank-preview,
.recent-winners {
  display: grid;
  gap: 10px;
}

.my-house-home:empty,
.my-house-slot:empty {
  display: none;
}

.social-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 214, 90, 0.18), transparent 9rem),
    radial-gradient(circle at 86% 40%, rgba(255, 79, 195, 0.12), transparent 8rem),
    rgba(0, 0, 0, 0.5);
}

.social-hero strong {
  display: block;
  margin: 3px 0 6px;
  font-size: 1.15rem;
}

.house-filter-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.house-grid,
.mission-grid,
.winner-grid {
  display: grid;
  gap: 12px;
}

.house-card {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.house-list-card {
  padding: 0;
  overflow: hidden;
}

.house-banner {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 214, 90, 0.22);
}

.house-logo {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 214, 90, 0.45);
  border-radius: 14px;
  color: #090909;
  background: linear-gradient(135deg, var(--gold), #fff2a8);
  font-weight: 1000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
}

.house-logo.large {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  font-size: 1.25rem;
}

.house-logo.xl {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  font-size: 1.45rem;
}

.house-card-body {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.house-metrics,
.progress-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.house-metrics span,
.progress-stats span {
  min-height: 52px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
}

.house-metrics b,
.progress-stats b {
  display: block;
  color: var(--text);
}

.verified-badge.community {
  color: #111;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.hq-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 214, 90, 0.28);
  border-radius: 14px;
  background: var(--house-banner);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hq-hero h2 {
  margin: 8px 0 5px;
  font-size: 1.6rem;
  line-height: 1;
}

.hq-hero p,
.hq-panel p {
  color: var(--muted);
  line-height: 1.45;
}

.hq-actions {
  display: flex;
  gap: 10px;
  margin: 12px 0;
  flex-wrap: wrap;
}

.hq-grid {
  display: grid;
  gap: 12px;
}

.hq-panel,
.daily-missions,
.activity-feed-panel,
.house-rank-preview,
.recent-winners {
  padding: 14px;
}

.hq-panel h3 {
  margin: 0 0 10px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.roster-list,
.activity-feed,
.trophy-room,
.house-chat {
  display: grid;
  gap: 9px;
}

.roster-list span,
.trophy,
.win-row,
.battle-row,
.activity-item,
.mission-grid article,
.winner-grid article {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  animation: cardSlide 260ms ease both;
}

.trophy {
  border-color: rgba(255, 214, 90, 0.32);
  box-shadow: inset 0 0 18px rgba(255, 214, 90, 0.08);
  animation: trophyGlow 2.8s ease-in-out infinite alternate;
}

.mini-board {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.mini-board li,
.house-mini-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ball-win-form form,
.chat-form {
  display: grid;
  gap: 9px;
}

.ball-win-form input,
.chat-form input {
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(255, 214, 90, 0.24);
  border-radius: 9px;
  color: var(--text);
  background: #050505;
  padding: 0 11px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.chat-message {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.chat-message b,
.chat-message small {
  display: block;
}

.chat-message p {
  margin: 4px 0 0;
  color: var(--text);
}

.battle-board {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.battle-card {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.battle-card > div:not(.battle-meter) {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.archive-scoreboard,
.house-spotlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 12px 0;
  border: 1px solid rgba(255, 214, 90, 0.24);
  border-radius: 8px;
  background: rgba(255, 214, 90, 0.22);
}

.archive-scoreboard article,
.house-spotlight article {
  min-height: 66px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px;
  background: #080808;
}

.archive-scoreboard span,
.house-spotlight span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.archive-scoreboard b,
.house-spotlight b {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roster-table {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 90, 0.18);
  border-radius: 8px;
  background: rgba(255, 214, 90, 0.18);
}

.roster-row {
  display: grid;
  grid-template-columns: minmax(100px, 1.4fr) repeat(5, minmax(74px, 1fr));
  gap: 8px;
  align-items: center;
  min-width: 620px;
  padding: 10px;
  background: #090909;
}

.roster-table {
  overflow-x: auto;
}

.roster-row b {
  color: var(--text);
}

.roster-row span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.hall-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hall-list span,
.member-badges span {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid rgba(255, 214, 90, 0.28);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 214, 90, 0.07);
  font-size: 0.68rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.timeline-row {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 10px 10px 10px 16px;
  border-left: 3px solid var(--gold);
  background: #0f0f10;
}

.timeline-row + .timeline-row {
  margin-top: 8px;
}

.timeline-row b,
.timeline-row small {
  display: block;
}

.member-profile-archive {
  display: grid;
  gap: 12px;
  margin: 14px 0;
}

.member-profile-grid {
  display: grid;
  gap: 12px;
}

.member-profile-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 214, 90, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    #080808;
}

.member-profile-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.member-profile-head strong,
.member-profile-head small {
  display: block;
}

.member-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 90, 0.18);
  border-radius: 8px;
  background: rgba(255, 214, 90, 0.18);
}

.member-stat-grid span {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 8px;
  color: var(--muted);
  background: #0b0b0c;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.member-stat-grid b {
  color: var(--text);
  font-size: 0.96rem;
}

.member-profile-card p {
  margin: 0;
  color: var(--muted);
}

.member-profile-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.roster-editor-panel form {
  display: grid;
  gap: 9px;
}

.roster-editor-panel input,
.roster-editor-panel select {
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(255, 214, 90, 0.24);
  border-radius: 8px;
  color: var(--text);
  background: #050505;
  padding: 0 11px;
}

.profile-progression {
  margin: 12px 0;
}

.progress-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 214, 90, 0.24);
  border-radius: 12px;
  background: rgba(5, 5, 5, 0.62);
}

.real-badges {
  justify-content: flex-start;
}

.no-house .house-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@keyframes screenRise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardSlide {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes tickerSlide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes progressGlow {
  from {
    filter: saturate(0.9);
  }
  to {
    filter: saturate(1.4);
  }
}

@keyframes trophyGlow {
  from {
    box-shadow: inset 0 0 14px rgba(255, 214, 90, 0.08);
  }
  to {
    box-shadow: inset 0 0 28px rgba(255, 214, 90, 0.2), 0 0 20px rgba(255, 214, 90, 0.12);
  }
}

@keyframes socialFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-30px, -40px, 0);
  }
}

@media (min-width: 720px) {
  .house-grid,
  .hq-grid,
  .mission-grid,
  .winner-grid,
  .member-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .social-hero,
  .hq-hero,
  .my-house-card {
    grid-template-columns: 1fr;
  }

  .house-metrics,
  .progress-stats,
  .archive-scoreboard,
  .house-spotlight,
  .member-stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Pride Picks sports-broadcast polish: PrizePicks-style picks + ESPN-style stats. */
.phone {
  background:
    linear-gradient(180deg, rgba(255, 214, 90, 0.055), transparent 150px),
    linear-gradient(135deg, #050505 0%, #0b0b0c 54%, #060606 100%) !important;
}

.phone::before {
  opacity: 0.24;
  background-image:
    linear-gradient(90deg, rgba(255, 214, 90, 0.11) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) !important;
  background-size: 28px 28px !important;
  animation: none !important;
}

.phone::after {
  opacity: 0.18;
}

.brand-mark {
  width: 188px;
  animation: none !important;
}

.wallet {
  max-width: none;
  grid-template-columns: 1fr auto auto;
  border-radius: 8px;
  background: #090909;
  border-color: rgba(255, 214, 90, 0.34);
  box-shadow: inset 4px 0 0 var(--gold);
  animation: none !important;
}

.wallet span {
  letter-spacing: 0.08em;
}

.wallet strong {
  font-size: 1.25rem;
}

.hero {
  min-height: 146px !important;
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.58)),
    url("./assets/reference-screens.png") center 24% / 980px auto !important;
  animation: none !important;
}

.hero-copy {
  max-width: 78%;
}

.hero h1 {
  font-size: 1.85rem !important;
  letter-spacing: 0 !important;
  line-height: 0.95 !important;
}

.section-title {
  align-items: end;
  border-bottom: 1px solid rgba(255, 214, 90, 0.2);
  padding-bottom: 8px;
}

.section-title h2 {
  letter-spacing: 0 !important;
}

.sports-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 90, 0.28);
  border-radius: 8px;
  background: rgba(255, 214, 90, 0.28);
}

.sports-ribbon article {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px;
  background: #090909;
}

.sports-ribbon span,
.sports-ribbon small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sports-ribbon b {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xp-strip,
.social-hero,
.house-card,
.hq-panel,
.battle-card,
.activity-feed-panel,
.daily-missions,
.house-rank-preview,
.recent-winners,
.my-house-home,
.event-card,
.quick-card,
.culture-card,
.profile-card,
.leaderboard-preview,
.compliance-card,
.app-module {
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    #080808 !important;
  border-color: rgba(255, 214, 90, 0.22) !important;
  box-shadow: none !important;
}

.xp-strip,
.my-house-card,
.social-hero,
.pick-studio,
.daily-hub {
  border-left: 4px solid var(--gold) !important;
}

.progress-track span,
.battle-meter span {
  background: linear-gradient(90deg, var(--gold), var(--green)) !important;
  box-shadow: none !important;
  animation: none !important;
}

.live-marquee {
  border: 1px solid rgba(255, 214, 90, 0.28);
  border-radius: 8px;
  color: #0b0b0b;
  background: var(--gold);
}

.live-marquee div {
  color: #0b0b0b;
}

.mission-grid article,
.winner-grid article,
.activity-item,
.roster-list span,
.trophy,
.win-row,
.battle-row {
  border-radius: 7px !important;
  background: #0f0f10 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  animation: none !important;
}

.activity-item {
  border-left: 3px solid var(--pink) !important;
}

.mission-grid article span {
  width: fit-content;
  margin-top: 6px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #090909;
  background: var(--gold);
  font-size: 0.68rem;
  font-weight: 1000;
}

.house-banner {
  min-height: 86px;
  border-bottom-color: rgba(255, 214, 90, 0.24);
}

.house-logo {
  border-radius: 8px !important;
  box-shadow: none !important;
}

.house-metrics,
.progress-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 90, 0.18);
  border-radius: 8px;
  background: rgba(255, 214, 90, 0.18);
}

.house-metrics span,
.progress-stats span {
  min-height: 50px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #090909 !important;
}

.hq-hero {
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.62)),
    var(--house-banner) !important;
  box-shadow: none !important;
}

.hq-hero h2 {
  font-size: 1.42rem;
}

.verified-badge,
.pill {
  border-radius: 999px !important;
  letter-spacing: 0.06em;
}

.prediction-option,
.prop,
.festival,
.category,
.event-card,
.pricing-card,
.slip-item {
  border-radius: 8px !important;
}

.prediction-option.selected,
.prop.selected {
  border-color: var(--green) !important;
  box-shadow: inset 0 0 0 1px rgba(52, 224, 114, 0.3) !important;
}

.gold-button {
  border-radius: 7px !important;
  background: linear-gradient(180deg, #ffe889, #d99b16) !important;
  box-shadow: none !important;
}

.text-button {
  color: var(--gold);
}

.trophy {
  border-color: rgba(255, 214, 90, 0.34) !important;
  animation: trophyGlow 3.2s ease-in-out infinite alternate !important;
}

@media (max-width: 420px) {
  .sports-ribbon {
    grid-template-columns: 1fr;
  }

  .house-metrics,
  .progress-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 700px) {
  html,
  body {
    overflow: auto !important;
  }

  .hero-copy {
    max-width: 92%;
  }
}

/* New Pride Picks login and color system: black, pink, purple, orange, blue. */
body {
  background: #000 !important;
}

.phone {
  background: #000 !important;
  border-color: rgba(255, 55, 199, 0.28) !important;
}

.phone.locked {
  max-width: 430px !important;
  min-height: 100dvh !important;
}

.phone.locked .auth-panel {
  min-height: auto !important;
  display: grid;
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.login-splash {
  position: relative;
  min-height: 100dvh;
  display: grid;
  overflow: hidden;
  border-radius: 0;
}

.login-splash-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 1, 4, 0.98) 0%, rgba(2, 1, 4, 0.82) 42%, rgba(2, 1, 4, 0.18) 100%),
    linear-gradient(180deg, transparent 0%, rgba(2, 1, 4, 0.76) 58%, #020104 100%),
    url("./assets/pride-hero-crowned.png") right top / auto 54% no-repeat;
  opacity: 0.98;
}

.login-splash-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 55, 199, 0.24), transparent 11rem),
    radial-gradient(circle at 72% 32%, rgba(155, 77, 255, 0.28), transparent 12rem),
    radial-gradient(circle at 32% 46%, rgba(255, 139, 31, 0.16), transparent 10rem);
  mix-blend-mode: screen;
}

.login-splash-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px 20px 108px;
}

.login-splash-logo {
  display: none;
}

.login-splash-logo img {
  width: 210px;
  max-width: 78%;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.65));
}

.login-splash h1 {
  max-width: 330px;
  margin: 88px 0 0;
  color: #fff;
  font-size: clamp(2.05rem, 8.5vw, 2.85rem);
  line-height: 1.03;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}

.login-splash h1 span {
  background: linear-gradient(90deg, var(--hot), var(--orange), var(--gold), var(--green), var(--blue), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.login-splash p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 248, 255, 0.76);
  font-size: 1rem;
  line-height: 1.4;
}

.login-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 330px;
}

.join-gradient,
.login-outline {
  min-height: 54px;
  border-radius: 12px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#alertsButton {
  position: relative;
  color: transparent !important;
}

#alertsButton::before {
  content: "🔔";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #f5c242;
  font-size: 1rem;
}

#alertsButton::after {
  content: "3";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--hot), var(--purple));
  font-size: 0.72rem;
  font-weight: 1000;
}

.join-gradient {
  border: 0;
  color: white;
  background: linear-gradient(135deg, #ff2bbd 0%, #ff5b6e 42%, #ffb21f 100%);
  box-shadow: 0 0 28px rgba(255, 43, 189, 0.32);
}

.join-gradient.small {
  min-height: 38px;
  width: fit-content;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 0.74rem;
}

.login-outline {
  border: 1px solid rgba(188, 76, 255, 0.72);
  color: white;
  background: rgba(3, 2, 6, 0.5);
  box-shadow: inset 0 0 18px rgba(188, 76, 255, 0.12);
}

.login-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
}

.login-section-head strong {
  color: white;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.login-section-head .text-button {
  min-height: auto;
  padding: 0;
  color: #b455ff;
  background: transparent;
}

.login-live-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.login-live-stats article,
.login-top-houses article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(10, 8, 16, 0.88);
  box-shadow: inset 0 0 0 1px rgba(188, 76, 255, 0.08);
}

.login-live-stats article {
  min-height: 86px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  border-radius: 12px;
  text-align: center;
}

.login-live-stats b {
  color: var(--hot);
  font-size: 1.2rem;
}

.login-live-stats strong {
  color: white;
  font-size: 1.45rem;
}

.login-live-stats span {
  color: white;
  font-size: 0.55rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.login-featured-contest {
  min-height: 178px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255, 55, 199, 0.32);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(7, 3, 14, 0.98), rgba(7, 3, 14, 0.56), rgba(7, 3, 14, 0.12)),
    radial-gradient(circle at 72% 44%, rgba(255, 55, 199, 0.26), transparent 8rem),
    url("./assets/featured-crown-pillow.png") right 44% / auto 118% no-repeat,
    #08050d;
}

.login-featured-contest div {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.login-featured-contest h2 {
  margin: 0;
  color: white;
  font-size: 1.55rem;
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.login-featured-contest h2 span,
.login-featured-contest strong {
  color: var(--hot);
}

.login-featured-contest p,
.login-featured-contest small {
  margin: 0;
  color: rgba(255, 248, 255, 0.78);
}

.login-featured-contest small {
  margin-top: 8px;
  color: var(--gold);
  font-weight: 1000;
  text-transform: uppercase;
}

.login-featured-contest strong {
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}

.login-top-houses {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(188, 76, 255, 0.24);
  border-radius: 12px;
  background: rgba(188, 76, 255, 0.24);
}

.login-top-houses article {
  min-height: 64px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 0;
  border-radius: 0;
}

.login-top-houses b {
  color: var(--gold);
  font-size: 1rem;
}

.login-top-houses span,
.login-top-houses small,
.login-top-houses em {
  display: block;
}

.login-top-houses strong {
  color: white;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.login-top-houses small {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.login-top-houses em {
  color: white;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: right;
}

.phone.locked .auth-panel > .section-title.compact,
.phone.locked .live-proof,
.phone.locked .login-note {
  padding-inline: 20px;
}

.phone.locked .auth-forms,
.phone.locked .forgot-form,
.phone.locked .account-card {
  margin: 0 20px 24px;
  padding: 14px;
  border: 1px solid rgba(188, 76, 255, 0.3);
  border-radius: 12px;
  background: rgba(8, 5, 13, 0.9);
}

.phone.locked .auth-forms {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  align-content: center;
  width: min(390px, calc(100vw - 28px));
  max-height: calc(100dvh - 38px);
  overflow-y: auto;
  margin: auto;
  padding: 42px 14px 16px;
  border-color: rgba(255, 55, 199, 0.42);
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 43, 189, 0.2), transparent 8rem),
    radial-gradient(circle at 90% 14%, rgba(255, 200, 61, 0.16), transparent 7rem),
    rgba(5, 3, 10, 0.98);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.78), 0 0 40px rgba(255, 43, 189, 0.2);
}

.phone.locked.auth-modal-open::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 29;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
  animation: modalFade 160ms ease both;
}

.phone.locked.auth-modal-open .auth-forms {
  display: grid;
  animation: modalLift 180ms ease both;
}

.phone.locked .auth-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: white;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.35rem;
  line-height: 1;
}

.phone.locked .auth-forms form {
  display: none;
}

.phone.locked.show-login #loginForm,
.phone.locked.show-signup #signupForm {
  display: grid;
}

.phone.locked .auth-forms form {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.phone.locked .auth-forms input,
.phone.locked .forgot-form input {
  border-color: rgba(188, 76, 255, 0.34);
  background: #050309;
}

@media (max-width: 380px) {
  .login-live-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .login-action-row {
    grid-template-columns: 1fr;
  }
}

/* Full-app rollout of the new Pride Picks scheme. */
.phone:not(.locked) {
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 43, 189, 0.16), transparent 170px),
    radial-gradient(circle at 88% 10%, rgba(36, 141, 255, 0.13), transparent 180px),
    radial-gradient(circle at 52% 100%, rgba(255, 139, 31, 0.1), transparent 220px),
    linear-gradient(180deg, #030205, #080511 42%, #020104) !important;
}

.phone:not(.locked) .hero {
  min-height: 170px !important;
  border-color: rgba(255, 55, 199, 0.32) !important;
  background:
    linear-gradient(90deg, rgba(2, 1, 4, 0.98), rgba(2, 1, 4, 0.62), rgba(2, 1, 4, 0.18)),
    url("./assets/pride-hero-crowned.png") right 28% / auto 140% no-repeat,
    #050309 !important;
}

.phone:not(.locked) .hero h1 {
  max-width: 330px;
  font-size: 1.75rem !important;
  text-transform: uppercase;
}

.phone:not(.locked) .hero h1,
.section-title h2,
.hq-hero h2,
.profile-card h2 {
  color: #fff !important;
}

.wallet,
.top-drawer,
.auth-panel,
.xp-strip,
.sports-ribbon,
.social-hero,
.house-card,
.hq-panel,
.battle-card,
.activity-feed-panel,
.daily-missions,
.house-rank-preview,
.recent-winners,
.my-house-home,
.event-card,
.quick-card,
.culture-card,
.profile-card,
.leaderboard-preview,
.compliance-card,
.app-module,
.stats-grid article,
.leaderboard-list li,
.leaderboard-preview li,
.profile-rank-card article,
.pricing-card,
.entry-box,
.result-lane article,
.live-stage,
.match-card,
.category,
.prediction-option,
.prop,
.festival,
.slip-item,
.board-summary article,
.ranking-grid article,
.profile-menu button,
.admin-submission,
.admin-row {
  border-color: rgba(188, 76, 255, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(9, 6, 16, 0.92) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 55, 199, 0.035) !important;
}

.wallet,
.xp-strip,
.my-house-card,
.social-hero,
.pick-studio,
.daily-hub,
.profile-progression .progress-card {
  border-left: 4px solid var(--hot) !important;
}

.section-title {
  border-bottom-color: rgba(188, 76, 255, 0.25) !important;
}

.section-title span,
.wallet span,
small,
.entry-box label,
.leaderboard-list small,
.leaderboard-preview small {
  color: rgba(255, 248, 255, 0.62) !important;
}

.text-button,
.module-kicker,
.xp-strip span,
.top-drawer strong,
.auth-forms strong,
.forgot-form strong,
.leaderboard-preview b,
.leaderboard-list strong,
.stats-grid strong,
.profile-menu button b,
.hq-panel h3,
.wallet strong {
  color: var(--hot) !important;
}

.gold-button,
.pricing-card .gold-button {
  color: white !important;
  background: linear-gradient(135deg, var(--hot), #ff5b6e 44%, var(--orange)) !important;
  box-shadow: 0 0 24px rgba(255, 43, 189, 0.22) !important;
}

.icon-button,
.login-outline {
  border-color: rgba(188, 76, 255, 0.45) !important;
  background: rgba(5, 3, 10, 0.64) !important;
}

.pill.live,
.verified-badge,
.house-logo,
.avatar,
.mini-avatar {
  background: linear-gradient(135deg, var(--hot), var(--purple), var(--blue)) !important;
  color: white !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.pill.upcoming,
.verified-badge.community {
  background: linear-gradient(135deg, var(--blue), var(--green)) !important;
  color: white !important;
}

.sports-ribbon,
.archive-scoreboard,
.house-spotlight,
.house-metrics,
.progress-stats,
.member-stat-grid,
.login-top-houses,
.roster-table {
  border-color: rgba(188, 76, 255, 0.3) !important;
  background: linear-gradient(90deg, rgba(255, 43, 189, 0.22), rgba(155, 77, 255, 0.2), rgba(36, 141, 255, 0.18)) !important;
}

.sports-ribbon article,
.archive-scoreboard article,
.house-spotlight article,
.house-metrics span,
.progress-stats span,
.member-stat-grid span,
.roster-row {
  background: rgba(5, 3, 10, 0.96) !important;
}

.progress-track span,
.battle-meter span {
  background: linear-gradient(90deg, var(--hot), var(--orange), var(--blue)) !important;
}

.live-marquee {
  border-color: rgba(255, 43, 189, 0.36) !important;
  color: white !important;
  background: linear-gradient(90deg, var(--hot), var(--purple), var(--blue)) !important;
}

.live-marquee div {
  color: white !important;
}

.activity-item {
  border-left-color: var(--hot) !important;
}

.mission-grid article span,
.hall-list span,
.member-badges span,
.badge-row span {
  color: white !important;
  border-color: rgba(255, 55, 199, 0.34) !important;
  background: linear-gradient(135deg, rgba(255, 43, 189, 0.24), rgba(155, 77, 255, 0.2)) !important;
}

.trophy {
  border-color: rgba(255, 139, 31, 0.44) !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 139, 31, 0.16), transparent 6rem),
    rgba(12, 7, 16, 0.95) !important;
}

.timeline-row {
  border-left-color: var(--hot) !important;
  background: rgba(12, 7, 16, 0.95) !important;
}

.hq-hero {
  border-color: rgba(255, 55, 199, 0.32) !important;
  background:
    linear-gradient(90deg, rgba(2, 1, 4, 0.96), rgba(2, 1, 4, 0.64)),
    var(--house-banner) !important;
}

.house-banner {
  border-bottom-color: rgba(255, 55, 199, 0.24) !important;
}

.prediction-option.selected,
.prop.selected,
.category-accordion.open .category {
  border-color: var(--hot) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 43, 189, 0.24), 0 0 18px rgba(255, 43, 189, 0.12) !important;
}

input,
select {
  border-color: rgba(188, 76, 255, 0.32) !important;
  background: #050309 !important;
}

/* Reference-mockup home page structure. */
.home-live-row,
.home-featured-wrap,
.home-bottom-stack,
.home-trending-wrap,
.contest-hub-top {
  display: grid;
  gap: 12px;
}

.app-live-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.app-live-stats article {
  min-height: 92px;
  transform: translateZ(0);
}

.app-live-stats article:hover,
.login-top-houses article:hover,
.trending-card:hover,
.contest-hub-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 55, 199, 0.48) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 22px rgba(255, 43, 189, 0.12) !important;
}

.app-featured-contest {
  min-height: 198px;
  background:
    linear-gradient(90deg, rgba(7, 3, 14, 0.98), rgba(7, 3, 14, 0.58), rgba(7, 3, 14, 0.18)),
    radial-gradient(circle at 76% 42%, rgba(255, 55, 199, 0.24), transparent 9rem),
    url("./assets/featured-crown-pillow.png") right 45% / auto 122% no-repeat,
    #08050d !important;
}

.login-featured-contest.is-swapping {
  animation: featuredSwap 520ms ease both;
}

.home-top-houses-card,
.home-activity-card,
.home-trending-card {
  display: grid;
  gap: 10px;
  padding: 0;
}

.launch-activity-feed {
  max-height: 180px;
  overflow: hidden;
}

.launch-activity-feed .activity-item {
  padding: 9px 10px;
}

.launch-trending-carousel {
  padding-bottom: 2px;
}

.launch-trending-carousel .trending-card {
  min-width: 136px;
  min-height: 82px;
}

.home-bottom-stack {
  margin-top: 2px;
}

.home-bottom-stack .home-top-houses-card {
  order: 1;
}

.home-bottom-stack .home-activity-card {
  order: 2;
}

.home-bottom-stack .home-trending-card {
  order: 3;
}

.home-top-houses-card .login-section-head {
  margin-top: 0;
}

.app-top-houses article {
  min-height: 68px;
}

.app-top-houses article::after,
.house-board-list article::after {
  content: "›";
  color: rgba(255, 248, 255, 0.58);
  font-size: 1.25rem;
}

.home-activity-card {
  padding: 12px;
  border: 1px solid rgba(188, 76, 255, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(9, 6, 16, 0.92);
}

.home-trending-card {
  padding: 12px;
  border: 1px solid rgba(188, 76, 255, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(9, 6, 16, 0.92);
}

.home-activity-card .login-section-head {
  margin-top: 0;
}

.trending-carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scroll-snap-type: x proximity;
}

.trending-card {
  min-width: 152px;
  min-height: 98px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  border: 1px solid rgba(188, 76, 255, 0.28);
  border-radius: 12px;
  color: white;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 43, 189, 0.18), transparent 5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 6, 16, 0.94);
  padding: 12px;
  text-align: left;
  scroll-snap-align: start;
}

.trending-card b,
.trending-card small,
.trending-card span {
  display: block;
}

.trending-card b {
  font-size: 0.95rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.trending-card small {
  color: rgba(255, 248, 255, 0.62);
}

.trending-card span {
  width: fit-content;
  padding: 4px 7px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--hot), var(--purple));
  font-size: 0.66rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.contest-hero-card {
  min-height: 150px;
  display: grid;
  align-content: end;
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 55, 199, 0.32);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(2, 1, 4, 0.98), rgba(2, 1, 4, 0.62), rgba(2, 1, 4, 0.16)),
    url("./assets/pride-hero-crowned.png") right 30% / auto 142% no-repeat,
    #06030a;
  padding: 16px;
}

.contest-hero-card h2,
.contest-hero-card p {
  max-width: 280px;
  margin: 0;
}

.contest-hero-card h2 {
  color: white;
  font-size: 2rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.contest-hero-card p {
  color: rgba(255, 248, 255, 0.72);
}

.contest-section-grid {
  display: grid;
  gap: 10px;
}

.contest-hub-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(188, 76, 255, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 43, 189, 0.1), rgba(36, 141, 255, 0.06)),
    rgba(9, 6, 16, 0.94);
}

.contest-hub-card span {
  color: var(--hot);
  font-size: 0.68rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.contest-hub-card h3 {
  margin: 0;
  color: white;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.contest-hub-card small {
  color: rgba(255, 248, 255, 0.65);
}

.contest-hub-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contest-hub-card b {
  color: var(--gold);
}

.contest-hub-card em {
  color: rgba(255, 248, 255, 0.72);
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.utility-screen {
  display: none;
}

.utility-screen.active {
  display: block;
}

.utility-tabs,
.board-switch,
.board-periods {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.utility-list,
.settings-list,
.admin-tool-grid,
.house-board-list {
  display: grid;
  gap: 10px;
}

.utility-row,
.settings-list section,
.admin-tool-grid article,
.utility-hero,
.house-board-list article {
  border: 1px solid rgba(188, 76, 255, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(9, 6, 16, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 55, 199, 0.035);
}

.utility-row,
.house-board-list article {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
}

.utility-row b,
.utility-row small,
.utility-row strong,
.utility-row em,
.house-board-list b,
.house-board-list small,
.house-board-list strong {
  display: block;
}

.utility-row b,
.house-board-list b {
  color: white;
  text-transform: uppercase;
}

.utility-row small,
.house-board-list small {
  color: rgba(255, 248, 255, 0.62);
}

.utility-row strong,
.house-board-list strong {
  color: var(--gold);
  text-align: right;
}

.utility-row em {
  color: rgba(255, 248, 255, 0.58);
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.utility-row.unread {
  border-color: rgba(255, 43, 189, 0.5);
}

.utility-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: linear-gradient(135deg, var(--hot), var(--purple));
  font-weight: 1000;
}

.settings-list section,
.utility-hero {
  padding: 12px;
}

.settings-list h3 {
  margin: 0 0 8px;
  color: var(--hot);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.settings-list button {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: white;
  background: transparent;
  padding: 0;
  font-weight: 850;
}

.utility-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.utility-form input,
.utility-form textarea {
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(188, 76, 255, 0.32);
  border-radius: 10px;
  color: var(--text);
  background: #050309;
  padding: 0 12px;
}

.utility-form textarea {
  min-height: 92px;
  padding-block: 12px;
  resize: vertical;
}

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

.admin-tool-grid article {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 12px;
}

.admin-tool-grid b {
  color: white;
}

.social-leaderboard-top {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.house-board-list article {
  grid-template-columns: 34px auto 1fr auto auto;
}

.house-board-list .house-logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 0.82rem;
}

.phone.locked .login-splash {
  background: #020104;
}

.phone.locked .auth-panel > .section-title.compact h2 {
  font-size: 1.55rem;
}

.phone.locked .auth-forms {
  scroll-margin-top: 24px;
}

.phone.locked #signupForm::before {
  content: "Join the culture.";
  color: white;
  font-size: 1.35rem;
  font-weight: 1000;
  line-height: 1;
}

.phone.locked #loginForm::before {
  content: "Welcome back.";
  color: white;
  font-size: 1.35rem;
  font-weight: 1000;
  line-height: 1;
}

.phone.locked #loginForm::after {
  content: "Log in to continue your legacy.";
  color: rgba(255, 248, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.35;
}

.phone.locked #signupForm::after {
  content: "Pride Picks is a skill-based entertainment platform. PXP has no cash value.";
  color: rgba(255, 248, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.35;
}

@media (min-width: 760px) {
  .contest-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .app-live-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.phone.locked .auth-panel {
  padding-bottom: 86px !important;
}

.phone.locked .login-splash {
  min-height: calc(100dvh - 24px);
}

#home > :not(#socialHomeTop) {
  display: none !important;
}

@keyframes featuredSwap {
  0% {
    opacity: 0.72;
    transform: translateX(10px);
    filter: saturate(0.9);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: saturate(1.08);
  }
}

@keyframes modalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalLift {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Extra premium motion pass for the public home and auth screens. */
.phone.locked .login-splash-content {
  animation: homeContentIn 520ms cubic-bezier(0.18, 0.86, 0.28, 1) both;
}

.phone.locked .login-live-stats article,
.phone.locked .login-featured-contest,
.phone.locked .login-top-houses article,
.phone.locked .trending-card {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
  will-change: transform;
}

.phone.locked .login-live-stats article {
  animation: statFloat 4.8s ease-in-out infinite;
}

.phone.locked .login-live-stats article:nth-child(2) {
  animation-delay: 0.35s;
}

.phone.locked .login-live-stats article:nth-child(3) {
  animation-delay: 0.7s;
}

.phone.locked .login-live-stats article:nth-child(4) {
  animation-delay: 1.05s;
}

.phone.locked .login-featured-contest {
  animation: featuredGlow 5.4s ease-in-out infinite alternate;
}

.phone.locked .login-top-houses article:hover,
.phone.locked .login-live-stats article:hover,
.phone.locked .trending-card:hover {
  transform: translateY(-3px) scale(1.01);
  filter: saturate(1.12);
}

.phone.locked .join-gradient,
.phone.locked .login-outline,
.phone.locked .gold-button,
.phone.locked .text-button,
.phone.locked .icon-button {
  transition:
    transform 150ms ease,
    filter 150ms ease,
    box-shadow 150ms ease,
    border-color 150ms ease,
    background 150ms ease;
}

.phone.locked .join-gradient:hover,
.phone.locked .gold-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.16) brightness(1.05);
  box-shadow: 0 10px 34px rgba(255, 45, 170, 0.22), 0 0 24px rgba(255, 215, 0, 0.18);
}

.phone.locked .login-outline:hover,
.phone.locked .icon-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 45, 170, 0.78);
  box-shadow: 0 0 24px rgba(255, 45, 170, 0.22);
}

.phone.locked button:active {
  transform: scale(0.97);
}

.phone.locked .trending-card {
  animation: trendingBreathe 6.5s ease-in-out infinite;
}

.phone.locked .trending-card:nth-child(2) {
  animation-delay: 0.4s;
}

.phone.locked .trending-card:nth-child(3) {
  animation-delay: 0.8s;
}

.phone.locked .trending-card:nth-child(4) {
  animation-delay: 1.2s;
}

.phone.locked .trending-card:nth-child(5) {
  animation-delay: 1.6s;
}

@keyframes homeContentIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes statFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes featuredGlow {
  from {
    box-shadow: 0 0 0 1px rgba(255, 45, 170, 0.2), 0 16px 42px rgba(0, 0, 0, 0.42);
  }
  to {
    box-shadow: 0 0 0 1px rgba(255, 45, 170, 0.44), 0 22px 56px rgba(255, 45, 170, 0.14);
  }
}

@keyframes trendingBreathe {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.22) brightness(1.06);
  }
}

/* Screenshot-matched public home composition. */
.phone.locked {
  width: min(100%, 900px) !important;
  max-width: 900px !important;
  border-radius: 0 !important;
  overflow-y: auto !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55) !important;
}

.phone.locked .auth-panel > .section-title.compact,
.phone.locked .live-proof,
.phone.locked .login-note,
.phone.locked .forgot-form,
.phone.locked .account-card {
  display: none !important;
}

.phone.locked .wallet,
.phone.locked > .wallet {
  display: none !important;
}

.phone.locked .login-splash-art {
  background:
    linear-gradient(90deg, rgba(2, 1, 4, 0.98) 0%, rgba(2, 1, 4, 0.78) 42%, rgba(2, 1, 4, 0.08) 100%),
    linear-gradient(180deg, transparent 0%, rgba(2, 1, 4, 0.66) 50%, #020104 100%),
    url("./assets/pride-hero-crowned.png") right top / auto 48% no-repeat !important;
}

.phone.locked .login-splash-content {
  gap: 14px 24px;
  padding: 12px 28px 112px !important;
}

.phone.locked .login-splash-logo {
  display: none !important;
}

.phone.locked .login-splash-logo img {
  width: min(330px, 62vw);
  max-width: 100%;
}

.phone.locked .login-splash h1 {
  max-width: 440px;
  margin-top: 46px !important;
  font-size: clamp(1.9rem, 4.8vw, 2.55rem);
  letter-spacing: 0.02em;
}

.phone.locked .login-action-row {
  max-width: 440px;
}

.phone.locked .join-gradient:not(.small) {
  color: #120b00;
  background: linear-gradient(180deg, #fff18c, #ffbd21 52%, #b66d00) !important;
  box-shadow: 0 0 26px rgba(255, 200, 61, 0.28) !important;
}

.phone.locked .login-outline {
  border-color: rgba(255, 200, 61, 0.62) !important;
  color: #ffe58a;
}

.phone.locked .login-live-stats article:nth-child(1) b {
  color: var(--hot);
}

.phone.locked .login-live-stats article:nth-child(2) b {
  color: var(--gold);
}

.phone.locked .login-live-stats article:nth-child(3) b {
  color: var(--gold);
}

.phone.locked .login-live-stats article:nth-child(4) b {
  color: #ffb21f;
}

.phone.locked .login-live-stats b.stat-icon,
.phone.locked .login-live-stats b.stat-crown {
  width: 36px;
  height: 36px;
  margin: 0 auto 4px;
  display: inline-block;
}

.phone.locked .login-live-stats .stat-people {
  position: relative;
  color: #ff2daa;
  filter: drop-shadow(0 0 14px rgba(255, 45, 170, 0.48));
}

.phone.locked .login-live-stats .stat-people::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -12px 5px 0 -2px currentColor, 12px 5px 0 -2px currentColor;
}

.phone.locked .login-live-stats .stat-people::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 5px;
  height: 14px;
  border-radius: 16px 16px 7px 7px;
  background: currentColor;
  box-shadow: -12px 2px 0 -4px currentColor, 12px 2px 0 -4px currentColor;
}

.phone.locked .login-live-stats .stat-bolt {
  background: linear-gradient(180deg, #fff4a4, #f5c242 48%, #ff8a00);
  clip-path: polygon(56% 0, 17% 52%, 43% 52%, 32% 100%, 83% 38%, 55% 38%);
  filter: drop-shadow(0 0 14px rgba(245, 194, 66, 0.52));
}

.phone.locked .login-live-stats .stat-flame {
  position: relative;
  background: linear-gradient(180deg, #baff80, #20df74 42%, #009a54);
  clip-path: polygon(52% 0, 68% 22%, 83% 42%, 80% 70%, 62% 94%, 37% 98%, 16% 78%, 15% 51%, 32% 31%);
  filter: drop-shadow(0 0 14px rgba(34, 220, 122, 0.46));
}

.phone.locked .login-featured-contest {
  min-height: 205px;
  background:
    linear-gradient(90deg, rgba(7, 3, 14, 0.98), rgba(7, 3, 14, 0.54), rgba(7, 3, 14, 0.1)),
    radial-gradient(circle at 72% 44%, rgba(255, 55, 199, 0.22), transparent 10rem),
    url("./assets/featured-crown-pillow.png") right 45% / auto 128% no-repeat,
    #08050d !important;
}

.phone.locked .topbar {
  min-height: 94px;
}

.phone.locked .brand-mark {
  width: min(280px, 54vw);
}

.phone.locked .login-live-stats article {
  min-height: 78px;
}

.phone.locked .login-section-head {
  margin-top: 2px;
}

.phone.locked .login-featured-contest h2 {
  font-size: clamp(1.5rem, 4.2vw, 2.45rem);
}

.phone.locked .login-featured-contest .join-gradient.small {
  background: linear-gradient(135deg, var(--hot), #ff5b6e 44%, var(--orange)) !important;
}

.phone.locked .launch-activity-feed {
  max-height: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(9, 6, 16, 0.92);
}

.phone.locked .launch-activity-feed .activity-item {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.activity-feed .feed-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 10px 12px;
  border-left: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.feed-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 200, 61, 0.36);
  border-radius: 10px;
  color: var(--gold);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 200, 61, 0.24), transparent 2.6rem),
    rgba(255, 255, 255, 0.035);
  font-size: 1rem;
  font-weight: 1000;
}

.feed-row.pink .feed-icon {
  border-color: rgba(255, 43, 189, 0.42);
  color: var(--hot);
}

.feed-row.green .feed-icon {
  border-color: rgba(33, 212, 138, 0.42);
  color: var(--green);
}

.feed-row.blue .feed-icon {
  border-color: rgba(36, 141, 255, 0.42);
  color: var(--blue);
}

.feed-copy {
  min-width: 0;
}

.feed-copy b,
.feed-copy small,
.feed-copy em {
  display: block;
}

.feed-copy b {
  overflow: hidden;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 1000;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feed-copy small {
  margin-top: 2px;
  overflow: hidden;
  color: rgba(255, 248, 255, 0.82) !important;
  font-size: 0.76rem !important;
  font-weight: 850;
  line-height: 1.12;
  text-transform: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feed-copy em {
  margin-top: 3px;
  color: rgba(255, 248, 255, 0.5);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.feed-badge {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--hot), var(--purple));
  font-size: 0.78rem;
  font-weight: 1000;
  line-height: 1;
}

.feed-row.gold .feed-badge {
  color: #1a1000;
  background: linear-gradient(180deg, #ffe784, #ffb21f);
}

.feed-row.green .feed-badge {
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.phone.locked .launch-trending-carousel .trending-card {
  min-width: 176px;
  min-height: 94px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 43, 189, 0.24), transparent 5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 6, 16, 0.94);
}

.phone.locked .login-splash-content > .login-top-houses article {
  grid-template-columns: 46px 1fr auto;
}

.phone.locked .login-splash-content > .login-top-houses article span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
}

.phone.locked .login-splash-content > .login-top-houses article span::before {
  content: "♜";
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 200, 61, 0.5);
  border-radius: 9px;
  color: var(--gold);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 200, 61, 0.22), transparent 2.4rem),
    rgba(255, 255, 255, 0.04);
  font-size: 1rem;
  font-weight: 1000;
}

.phone.locked .login-splash-content > .login-top-houses article:nth-child(2) span::before {
  border-color: rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.8);
}

.phone.locked .login-splash-content > .login-top-houses article:nth-child(3) span::before {
  border-color: rgba(255, 139, 31, 0.55);
  color: var(--orange);
}

.phone.locked .login-splash-content > .login-top-houses article span strong,
.phone.locked .login-splash-content > .login-top-houses article span small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 560px) {
  .phone.locked .login-splash-content {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 1fr);
    gap: 14px;
  }

  .phone.locked .login-splash-logo,
  .phone.locked .login-splash-content > h1,
  .phone.locked .login-splash-content > p,
  .phone.locked .login-action-row,
  .phone.locked .login-splash-content > .login-section-head:nth-of-type(1),
  .phone.locked .login-live-stats,
  .phone.locked .login-splash-content > .login-section-head:nth-of-type(2),
  .phone.locked .login-featured-contest,
  .phone.locked .launch-trending-head,
  .phone.locked .launch-trending-carousel {
    grid-column: 1 / -1;
  }

  .phone.locked .launch-top-houses-head,
  .phone.locked .login-splash-content > .login-top-houses {
    grid-column: 1 / 2;
  }

  .phone.locked .launch-activity-head,
  .phone.locked .launch-activity-feed {
    grid-column: 2 / 3;
  }

  .phone.locked .launch-top-houses-head,
  .phone.locked .launch-activity-head {
    grid-row: 8;
    align-self: end;
  }

  .phone.locked .login-splash-content > .login-top-houses,
  .phone.locked .launch-activity-feed {
    grid-row: 9;
    align-self: stretch;
  }

  .phone.locked .launch-trending-head {
    grid-row: 10;
  }

  .phone.locked .launch-trending-carousel {
    grid-row: 11;
  }
}

/* Pride Picks home screen spec enforcement. */
.phone.locked {
  background: #000 !important;
}

.phone.locked .topbar {
  min-height: 80px !important;
  height: 80px;
  padding: 0 16px;
}

.phone.locked .icon-button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(245, 194, 66, 0.7) !important;
  border-radius: 14px;
  color: #f5c242;
  background: #000 !important;
  box-shadow: 0 0 18px rgba(245, 194, 66, 0.16);
}

.phone.locked #menuButton {
  color: transparent;
}

.phone.locked #menuButton::before {
  content: "☰";
  color: #f5c242;
  font-size: 1.25rem;
}

.phone.locked .brand-mark {
  width: min(230px, 46vw) !important;
  max-height: 72px !important;
  object-fit: contain;
}

.phone.locked .login-splash {
  min-height: auto !important;
  overflow: visible;
}

.phone.locked .login-splash-art {
  height: 400px;
  inset: 0 0 auto 0;
  background:
    linear-gradient(90deg, #000 0%, #000 46%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0.02) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 72%, #000 100%),
    url("./assets/pride-hero-crowned.png") right center / 56% 100% no-repeat !important;
}

.phone.locked .login-splash-content {
  min-height: 400px;
  gap: 14px;
  padding: 0 32px 112px !important;
}

.phone.locked .login-splash h1 {
  max-width: 540px;
  margin-top: 86px !important;
  font-size: clamp(1.95rem, 5.2vw, 2.8rem);
  line-height: 0.98;
  white-space: nowrap;
}

.phone.locked .login-splash p {
  max-width: 420px;
  font-size: 1.02rem;
}

.phone.locked .login-action-row {
  max-width: 440px;
  grid-template-columns: 1fr 1fr;
}

.phone.locked .join-gradient,
.phone.locked .login-outline {
  min-height: 52px;
  border-radius: 14px;
}

.phone.locked .login-splash-content > .login-section-head:nth-of-type(1) {
  margin-top: 54px;
}

.phone.locked .login-section-head strong::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 999px;
  background: #ff2daa;
  box-shadow: 0 0 14px rgba(255, 45, 170, 0.75);
  vertical-align: -1px;
}

.phone.locked .login-section-head .text-button {
  color: #ff2daa !important;
  font-weight: 1000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.phone.locked .login-section-head strong {
  white-space: nowrap;
}

.phone.locked .login-live-stats {
  gap: 10px;
}

.phone.locked .login-live-stats article {
  min-height: 120px !important;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(138, 43, 226, 0.2), transparent 4.5rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #07070b !important;
}

.phone.locked .login-live-stats article:nth-child(1) {
  border-color: rgba(138, 43, 226, 0.58) !important;
  box-shadow: 0 0 18px rgba(138, 43, 226, 0.18) !important;
}

.phone.locked .login-live-stats article:nth-child(2) {
  border-color: rgba(255, 45, 170, 0.56) !important;
  box-shadow: 0 0 18px rgba(255, 45, 170, 0.18) !important;
}

.phone.locked .login-live-stats article:nth-child(3) {
  border-color: rgba(245, 194, 66, 0.56) !important;
  box-shadow: 0 0 18px rgba(245, 194, 66, 0.18) !important;
}

.phone.locked .login-live-stats article:nth-child(4) {
  border-color: rgba(34, 220, 122, 0.5) !important;
  box-shadow: 0 0 18px rgba(34, 220, 122, 0.16) !important;
}

.phone.locked .login-live-stats b {
  font-size: 1.95rem;
  line-height: 1;
  filter: drop-shadow(0 0 12px currentColor);
}

.phone.locked .login-live-stats .stat-crown {
  position: relative;
  width: 36px;
  height: 28px;
  display: inline-block;
  background: linear-gradient(180deg, #fff1a3 0%, #f5c242 44%, #a96f05 100%);
  clip-path: polygon(3% 90%, 97% 90%, 91% 36%, 70% 58%, 50% 8%, 30% 58%, 9% 36%);
  filter: drop-shadow(0 0 12px rgba(245, 194, 66, 0.5));
}

.phone.locked .login-live-stats strong {
  font-size: 1.95rem;
}

.phone.locked .login-featured-contest {
  min-height: 285px !important;
  border-radius: 16px;
  background:
    linear-gradient(90deg, #000 0%, #000 42%, rgba(0, 0, 0, 0.86) 54%, rgba(0, 0, 0, 0.18) 76%, rgba(0, 0, 0, 0.04) 100%),
    radial-gradient(circle at 72% 44%, rgba(255, 45, 170, 0.2), transparent 10rem),
    var(--featured-image, url("./assets/featured-drag-finale.png")) var(--featured-position, right center) / 66% auto no-repeat,
    #050005 !important;
}

.phone.locked .login-featured-contest .join-gradient.small {
  min-height: 42px;
  border-radius: 8px;
  color: white;
}

.phone.locked .login-top-houses,
.phone.locked .launch-activity-feed {
  border-radius: 16px;
}

.phone.locked .login-top-houses article:first-child {
  border: 1px solid rgba(245, 194, 66, 0.38);
  background:
    linear-gradient(90deg, rgba(245, 194, 66, 0.18), rgba(255, 255, 255, 0.035)),
    #07070b !important;
  border-radius: 14px;
}

.phone.locked .login-top-houses article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.phone.locked .launch-trending-carousel .trending-card {
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 42% 18%, rgba(255, 45, 170, 0.34), transparent 5.5rem),
    #07070b !important;
}

.phone.locked .login-splash-content > .login-section-head:not(.launch-top-houses-head):not(.launch-activity-head):not(.launch-trending-head),
.phone.locked .login-live-stats,
.phone.locked .login-featured-contest {
  grid-column: 1 / -1;
}

@media (min-width: 560px) {
  .phone.locked .launch-top-houses-head,
  .phone.locked .login-splash-content > .login-top-houses {
    grid-column: 1 / 2;
  }

  .phone.locked .launch-activity-head,
  .phone.locked .launch-activity-feed {
    grid-column: 2 / 3;
  }

  .phone.locked .launch-trending-head,
  .phone.locked .launch-trending-carousel {
    grid-column: 1 / -1;
  }
}

@media (min-width: 560px) {
  .phone.locked .login-splash-content {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 1fr);
  }
}

/* Final public home spacing pass requested from the reference screenshot. */
.phone.locked .brand-mark {
  width: min(420px, 74vw) !important;
  max-height: 108px !important;
}

.phone.locked .topbar {
  min-height: 116px !important;
  height: 116px;
}

.phone.locked .login-splash-art {
  inset: 28px 0 auto 0;
}

.phone.locked .login-splash h1 {
  margin-top: 116px !important;
}

.phone.locked .launch-activity-head,
.phone.locked .launch-activity-feed {
  display: none !important;
}

.phone.locked .launch-top-houses-head,
.phone.locked .login-splash-content > .login-top-houses {
  grid-column: 1 / -1 !important;
}

.home-activity-card,
.phone.locked .launch-activity-head,
.phone.locked .launch-activity-feed {
  display: none !important;
}

.home-bottom-stack {
  grid-template-columns: 1fr !important;
}

.home-bottom-stack .home-top-houses-card,
.home-bottom-stack .home-trending-card {
  grid-column: 1 / -1 !important;
}

.phone.locked .login-splash-content > .login-top-houses {
  min-height: auto;
  padding: 0;
  background: rgba(7, 7, 11, 0.9);
}

.phone.locked .login-splash-content > .login-top-houses article {
  grid-template-columns: 104px minmax(0, 1fr) 96px;
  min-height: 84px;
  padding: 14px 16px;
}

.phone.locked .login-splash-content > .login-top-houses article b {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f5c242;
  font-size: 1.4rem;
  font-weight: 1000;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(245, 194, 66, 0.42);
  white-space: nowrap;
}

.phone.locked .login-splash-content > .login-top-houses .rank-num {
  min-width: 20px;
  display: inline-block;
}

.phone.locked .login-splash-content > .login-top-houses .rank-crown {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 40px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 50% 6px, #fff8c6 0 3px, transparent 4px),
    radial-gradient(circle at 21% 15px, #fff8c6 0 2px, transparent 3px),
    radial-gradient(circle at 79% 15px, #fff8c6 0 2px, transparent 3px),
    linear-gradient(180deg, #fff1a3 0%, #f5c242 42%, #a96f05 100%);
  clip-path: polygon(2% 88%, 98% 88%, 94% 41%, 73% 60%, 50% 7%, 27% 60%, 6% 41%);
  transform: translateY(1px);
  filter: drop-shadow(0 0 14px rgba(245, 194, 66, 0.55));
}

.phone.locked .login-splash-content > .login-top-houses .rank-crown::after,
.phone.locked .login-live-stats .stat-crown::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 22%;
  border-radius: 999px 999px 4px 4px;
  background: rgba(255, 255, 255, 0.28);
}

.phone.locked .login-splash-content > .login-top-houses article:nth-child(2) b {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.28);
}

.phone.locked .login-splash-content > .login-top-houses article:nth-child(2) .rank-crown {
  background: linear-gradient(180deg, #ffffff 0%, #d7d9df 44%, #777d8a 100%);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.28));
}

.phone.locked .login-splash-content > .login-top-houses article:nth-child(3) b {
  color: #ff8b1f;
  text-shadow: 0 0 12px rgba(255, 139, 31, 0.36);
}

.phone.locked .login-splash-content > .login-top-houses article:nth-child(3) .rank-crown {
  background: linear-gradient(180deg, #ffc07a 0%, #ff8b1f 46%, #9b4509 100%);
  filter: drop-shadow(0 0 10px rgba(255, 139, 31, 0.38));
}

.phone.locked .login-splash-content > .login-top-houses article span {
  display: block !important;
  min-width: 0;
}

.phone.locked .login-splash-content > .login-top-houses article span::before {
  content: none !important;
  display: none !important;
}

.phone.locked .login-splash-content > .login-top-houses article span strong {
  display: block;
  overflow: visible;
  color: #fff;
  font-size: clamp(1.02rem, 3.1vw, 1.38rem);
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-overflow: clip;
  white-space: normal;
}

.phone.locked .login-splash-content > .login-top-houses article span small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.phone.locked .login-splash-content > .login-top-houses article em {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 1000;
  line-height: 1.05;
  text-align: right;
}

.phone.locked .launch-trending-carousel {
  display: grid;
  grid-template-columns: repeat(5, minmax(128px, 1fr));
  gap: 8px;
  overflow-x: auto;
}

.phone.locked .launch-trending-carousel .trending-card {
  min-width: 128px;
  min-height: 86px;
  align-content: end;
  justify-items: start;
  padding: 12px 10px 10px;
  border: 1px solid rgba(255, 45, 170, 0.35);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.66)),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.1), transparent 2.7rem),
    url("./assets/trending-atl.png") 28% 18% / cover no-repeat,
    linear-gradient(135deg, #11213d, #8a2be2 52%, #05050a) !important;
  box-shadow: inset 0 0 24px rgba(255, 45, 170, 0.12);
  text-align: left;
}

.phone.locked .launch-trending-carousel .trending-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 50% 8%, rgba(255, 45, 170, 0.24), transparent 3.4rem),
    url("./assets/trending-drag-race.png") 48% 14% / cover no-repeat,
    linear-gradient(135deg, #220015, #ff2daa 50%, #05050a) !important;
}

.phone.locked .launch-trending-carousel .trending-card:nth-child(3) {
  border-color: rgba(34, 220, 122, 0.38);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 50% 10%, rgba(34, 220, 122, 0.24), transparent 3.4rem),
    url("./assets/trending-realness.png") 52% 16% / cover no-repeat,
    linear-gradient(135deg, #021a12, #1b8b4c 48%, #05050a) !important;
}

.phone.locked .launch-trending-carousel .trending-card:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.66)),
    radial-gradient(circle at 50% 12%, rgba(255, 45, 170, 0.24), transparent 3.3rem),
    url("./assets/trending-vogue-fem.png") 54% 16% / cover no-repeat,
    linear-gradient(135deg, #190023, #8a2be2 44%, #05050a) !important;
}

.phone.locked .launch-trending-carousel .trending-card:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 50% 18%, rgba(255, 45, 170, 0.24), transparent 3.9rem),
    url("./assets/trending-bonus.png") 50% 15% / cover no-repeat,
    linear-gradient(135deg, #2a0032, #8a2be2 50%, #05050a) !important;
}

.phone.locked .launch-trending-carousel .trending-card b {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 1000;
  letter-spacing: 0.04em;
  line-height: 0.98;
}

.phone.locked .launch-trending-carousel .trending-card small,
.phone.locked .launch-trending-carousel .trending-card span {
  color: #f5c242;
  font-size: 0.64rem;
  font-weight: 1000;
  letter-spacing: 0.04em;
}
