.categories-screen {
  --categories-black: #050507;
  --categories-panel: #0d0d12;
  --categories-white: #f7f3f5;
  --categories-muted: #aaa4ac;
  --categories-muted-light: #c2bcc4;
  --categories-gold: #e8bd55;
  --categories-gold-light: #f5d984;
  --categories-pink: #ed2aa8;
  --categories-border: rgba(255, 255, 255, 0.11);
  --categories-gold-border: rgba(225, 181, 77, 0.42);
  --categories-pink-border: rgba(235, 42, 168, 0.5);
  min-height: 100dvh;
  padding: 20px 18px var(--pp-auth-bottom-clearance);
  color: var(--categories-white);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 30%, rgba(170, 14, 104, 0.14), transparent 34%),
    radial-gradient(circle at 85% 68%, rgba(71, 37, 128, 0.12), transparent 34%),
    var(--categories-black);
}

.categories-shell {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.phone.on-categories > .topbar,
.phone.on-categories > .wallet {
  display: none !important;
}

.phone.on-categories .categories-heading {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.categories-topbar {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  margin-bottom: 18px;
}

.categories-icon-button {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: var(--categories-gold-light);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)), #0b0b0f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015), 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.categories-icon-button:active,
.categories-pxp-add:active,
.category-metric:active {
  transform: scale(0.97);
}

.categories-icon-button:focus-visible,
.categories-pxp-add:focus-visible {
  outline: 2px solid var(--categories-pink);
  outline-offset: 3px;
}

.categories-menu-lines,
.categories-menu-lines::before,
.categories-menu-lines::after {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: var(--categories-gold-light);
}

.categories-menu-lines {
  position: relative;
}

.categories-menu-lines::before,
.categories-menu-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.categories-menu-lines::before { top: -7px; }
.categories-menu-lines::after { top: 7px; }

.categories-logo {
  justify-self: center;
  width: clamp(170px, 46vw, 230px);
  max-height: 104px;
  object-fit: contain;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 10px rgba(221, 176, 69, 0.08));
}

.categories-notification-button svg {
  width: 27px;
  height: 27px;
}

.categories-notification-badge {
  position: absolute;
  top: -7px;
  right: -5px;
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding-inline: 7px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #f033b8, #bd1ccc);
  font: 800 14px/1 Inter, Montserrat, Arial, sans-serif;
  box-shadow: 0 0 0 3px var(--categories-black), 0 5px 14px rgba(220, 28, 174, 0.3);
}

.phone.on-categories .categories-pxp-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 118px;
  margin-bottom: 42px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid var(--categories-gold-border) !important;
  border-radius: 24px;
  background: radial-gradient(circle at 18% 0%, rgba(255, 77, 185, 0.08), transparent 40%), linear-gradient(110deg, rgba(25, 14, 23, 0.96), rgba(9, 12, 17, 0.98)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.018), 0 18px 38px rgba(0, 0, 0, 0.27) !important;
  backdrop-filter: none !important;
}

.categories-pxp-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--categories-gold-light);
  background: linear-gradient(var(--categories-panel), var(--categories-panel)) padding-box, linear-gradient(145deg, #f4d67a, #9f6c18) border-box;
  border: 2px solid transparent;
  clip-path: polygon(25% 6%, 75% 6%, 96% 25%, 96% 75%, 75% 94%, 25% 94%, 4% 75%, 4% 25%);
  font: 800 18px/1 Inter, Montserrat, Arial, sans-serif;
  letter-spacing: 0.03em;
}

.categories-pxp-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.categories-pxp-copy span {
  color: var(--categories-muted);
  font: 500 16px/1.2 Inter, Montserrat, Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.categories-pxp-copy strong {
  color: var(--categories-gold-light);
  font-family: "Cormorant Garamond", "Bodoni Moda", Georgia, serif;
  font-size: clamp(37px, 9vw, 50px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.categories-pxp-add {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  color: #111014;
  background: linear-gradient(135deg, #fff0a6 0%, #ffd976 27%, #f185c9 66%, #dc35c8 100%);
  font: 400 34px/1 Inter, Montserrat, Arial, sans-serif;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.72), 0 8px 24px rgba(222, 44, 183, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.categories-heading {
  position: relative;
  margin: 0 0 34px;
}

.categories-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--categories-gold-light);
  font: 700 14px/1.2 Inter, Montserrat, Arial, sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.categories-heading h1 {
  max-width: 100%;
  margin: 0;
  color: var(--categories-white);
  font-family: "Cormorant Garamond", "Bodoni Moda", Georgia, serif !important;
  font-size: clamp(58px, 15.2vw, 94px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.045em !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.categories-heading p {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--categories-muted-light);
  font: 400 clamp(18px, 4.5vw, 25px)/1.4 Inter, Montserrat, Arial, sans-serif;
  letter-spacing: -0.015em;
}

.categories-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--categories-pink), var(--categories-gold));
}

.phone.on-categories .categories-metrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: stretch;
  min-height: 150px;
  margin-bottom: 34px;
  overflow: hidden;
  border: 1px solid var(--categories-border) !important;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(18, 15, 22, 0.96), rgba(9, 10, 14, 0.98)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.014), 0 16px 34px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: none !important;
}

.phone.on-categories .category-metric {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 24px 20px;
  transition: transform 160ms ease, background-color 160ms ease;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.category-metric-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--categories-pink-border);
  border-radius: 999px;
  color: #f064be;
  background: rgba(218, 31, 158, 0.055);
}

.category-metric-icon svg {
  width: 25px;
  height: 25px;
}

.category-metric small {
  display: block;
  margin-bottom: 7px;
  color: var(--categories-muted-light);
  font: 700 12px/1.15 Inter, Montserrat, Arial, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.category-metric strong {
  display: block;
  color: var(--categories-white);
  font-family: "Cormorant Garamond", "Bodoni Moda", Georgia, serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 0.8;
}

.category-metric-divider {
  width: 1px;
  margin-block: 28px;
  background: rgba(255, 255, 255, 0.12);
}

.category-metric-chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--categories-muted);
  font: 300 44px/1 Inter, Montserrat, Arial, sans-serif;
  transform: translateY(-50%);
}

.category-portal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.category-portal-card {
  position: relative;
  min-height: 320px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #07040a;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
}

.category-portal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--portal-image) center / cover no-repeat;
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.06);
  transition: transform 700ms ease, filter 700ms ease;
}

.category-portal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 2, 8, 0.08) 0%, rgba(4, 2, 8, 0.48) 42%, rgba(2, 1, 4, 0.94) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 58%),
    radial-gradient(circle at 88% 14%, var(--portal-glow), transparent 14rem);
}

.category-portal-card:hover::before {
  transform: scale(1.08);
  filter: saturate(1.22) contrast(1.1);
}

.category-portal-card:hover {
  border-color: rgba(246, 215, 122, 0.52);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.54), 0 0 34px rgba(255, 45, 170, 0.16);
}

.portal-ballroom {
  --portal-image: url("./assets/category-ballroom-ai.png");
  --portal-glow: rgba(255, 45, 170, 0.35);
}

.portal-pageantry {
  --portal-image: url("./assets/category-pageantry-ai.png");
  --portal-glow: rgba(246, 215, 122, 0.34);
}

.portal-drag {
  --portal-image: url("./assets/category-drag-race-ai.png");
  --portal-glow: rgba(0, 212, 255, 0.28);
}

.portal-culture {
  --portal-image: url("./assets/category-culture-ai.png");
  --portal-glow: rgba(79, 255, 190, 0.22);
}

.portal-events {
  --portal-image: url("./assets/category-events-ai.png");
  --portal-glow: rgba(255, 82, 135, 0.26);
  grid-column: 1 / -1;
  min-height: 280px;
}

.status-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(12px);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-chip.live {
  color: #75ffd2;
  border-color: rgba(117, 255, 210, 0.36);
}

.status-chip.upcoming {
  color: #f6d77a;
  border-color: rgba(246, 215, 122, 0.42);
}

.status-chip.closing {
  color: #ff9bd8;
  border-color: rgba(255, 45, 170, 0.42);
}

.status-chip.past {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.2);
}

.portal-card-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  align-content: center;
  justify-items: center;
  padding: 88px 18px 18px;
  opacity: 1;
  visibility: visible;
  text-align: center;
}

.portal-card-copy small {
  color: #f6d77a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.portal-card-copy h2 {
  margin: 0;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 7vw, 3.65rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.portal-card-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.45;
}

.portal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}

.portal-meta span,
.portal-meta b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(0, 0, 0, 0.42);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-meta b {
  color: #0b0508;
  background: linear-gradient(92deg, #f6d77a, #ff4fd8);
}

.portal-select {
  width: max-content;
  min-height: 42px;
  margin-top: 4px;
  padding: 0 16px;
  border: 1px solid rgba(246, 215, 122, 0.52);
  border-radius: 8px;
  color: #0b0508;
  background: linear-gradient(92deg, #f6d77a 0%, #fff0a6 48%, #ff4fd8 100%);
  box-shadow: 0 0 22px rgba(255, 45, 170, 0.22);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ballroom-flow-screen {
  background:
    radial-gradient(circle at 12% 10%, rgba(246, 215, 122, 0.12), transparent 18rem),
    radial-gradient(circle at 88% 6%, rgba(255, 45, 170, 0.2), transparent 22rem),
    linear-gradient(180deg, #050006 0%, #0c0610 48%, #020104 100%);
}

.ballroom-list-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 4px 0 20px;
}

.ballroom-list-header h1 {
  margin: 2px 0 0;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2.35rem, 10vw, 4.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.ballroom-back {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 215, 122, 0.3);
  border-radius: 14px;
  color: #f6d77a;
  background: rgba(255, 255, 255, 0.045);
  font: 300 2rem/1 Inter, Arial, sans-serif;
}

.ballroom-list-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 14px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.ballroom-list-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ballroom-list-tabs button.active {
  color: #090407;
  background: linear-gradient(100deg, #f6d77a, #ff55c9);
  box-shadow: 0 8px 20px rgba(255, 45, 170, 0.2);
}

.ballroom-list-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-bottom: 12px;
}

.ballroom-search {
  min-width: 0;
  min-height: 48px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(8, 7, 12, 0.9);
}

.ballroom-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: 600 0.82rem/1 Inter, Arial, sans-serif;
}

.ballroom-search input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.ballroom-filter {
  min-width: 86px;
  min-height: 48px;
  display: inline-grid;
  grid-auto-flow: column;
  gap: 7px;
  place-items: center;
  padding: 0 13px;
  border: 1px solid rgba(246, 215, 122, 0.26);
  border-radius: 13px;
  color: #f6d77a;
  background: rgba(8, 7, 12, 0.9);
  font-size: 1.15rem;
}

.ballroom-filter b {
  display: inline;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ballroom-filter.active {
  color: #0b0508;
  background: linear-gradient(100deg, #f6d77a, #ff55c9);
}

.ballroom-list-summary {
  display: flex;
  justify-content: space-between;
  margin: 0 2px 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ball-event-copy p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.ball-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ball-card-grid {
  grid-template-columns: 1fr;
}

.ball-event-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(6, 3, 9, 0.84);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
}

.ball-event-card {
  position: relative;
  min-height: 188px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}

.ball-card-open {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.ball-card-open:focus-visible {
  outline: 2px solid #ff55c9;
  outline-offset: -3px;
}

.ball-event-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ball-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 45, 170, 0.34), transparent 14rem),
    radial-gradient(circle at 78% 24%, rgba(246, 215, 122, 0.2), transparent 13rem),
    linear-gradient(135deg, #210014, #07040a 56%, #130620);
}

.ball-card-grid .ball-event-card::before {
  display: none;
}

.ball-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.46) 58%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.84));
}

.ball-event-card .status-chip {
  z-index: 5;
  pointer-events: none;
}

.ball-favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  font-size: 1.35rem;
  backdrop-filter: blur(10px);
}

.ball-favorite.active {
  color: #ff64cf;
  border-color: rgba(255, 85, 201, 0.55);
}

.flow-atl::before {
  background:
    radial-gradient(circle at 20% 26%, rgba(255, 81, 0, 0.28), transparent 13rem),
    radial-gradient(circle at 82% 22%, rgba(255, 45, 170, 0.3), transparent 15rem),
    linear-gradient(135deg, #22090d, #060308 60%, #1c0615);
}

.flow-house-wars::before {
  background:
    radial-gradient(circle at 26% 18%, rgba(0, 212, 255, 0.24), transparent 13rem),
    radial-gradient(circle at 82% 24%, rgba(255, 45, 170, 0.26), transparent 15rem),
    linear-gradient(135deg, #050b16, #07040a 58%, #1c0417);
}

.flow-legacy::before {
  background:
    radial-gradient(circle at 28% 18%, rgba(246, 215, 122, 0.28), transparent 13rem),
    radial-gradient(circle at 82% 20%, rgba(117, 255, 210, 0.18), transparent 15rem),
    linear-gradient(135deg, #1d1505, #07040a 58%, #100617);
}

.ball-event-copy {
  padding: 18px;
}

.ball-event-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 66px 58px 16px 16px;
  pointer-events: none;
}

.ball-location-date,
.ball-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.ball-location-date span,
.ball-card-footer b,
.ball-card-footer span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.42);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ball-card-footer b {
  color: #0b0508;
  border-color: transparent;
  background: linear-gradient(100deg, #f6d77a, #ff7ad5);
}

.ball-card-footer i {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font: normal 300 2rem/1 Inter, Arial, sans-serif;
}

.ballroom-empty {
  min-height: 180px;
  display: grid;
  place-content: center;
  gap: 7px;
  padding: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.ballroom-empty strong {
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.ball-question-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 4px 0 18px;
}

.ball-question-header h1 {
  margin: 3px 0 8px;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 8.5vw, 4.3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.ball-question-header p {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.ball-question-header p b,
.ball-question-header p span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.ball-question-header p b {
  color: #0b0508;
  border-color: transparent;
  background: linear-gradient(100deg, #f6d77a, #ff71d2);
}

.ball-question-search {
  min-height: 50px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.56);
  background: rgba(8, 7, 12, 0.92);
}

.ball-question-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: 600 0.75rem/1.2 Inter, Arial, sans-serif;
}

.ball-question-search input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.ball-question-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 11px;
}

.ball-question-filters button {
  min-width: 0;
  min-height: 44px;
  padding: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.ball-question-filters button.active {
  color: #090407;
  border-color: transparent;
  background: linear-gradient(100deg, #f6d77a, #ff55c9);
  box-shadow: 0 8px 18px rgba(255, 45, 170, 0.16);
}

.ball-question-summary {
  display: flex;
  justify-content: space-between;
  margin: 0 2px 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ball-question-feed {
  display: grid;
  gap: 10px;
}

.phone .ball-question-card {
  min-width: 0;
  display: grid;
  gap: 9px;
  padding: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, rgba(26, 15, 25, 0.94), rgba(8, 10, 15, 0.98)) !important;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: none !important;
}

.ball-question-card-head,
.ball-question-card-foot {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.question-group,
.question-status {
  padding: 5px 8px;
  border: 1px solid rgba(246, 215, 122, 0.3);
  border-radius: 999px;
  color: #f6d77a;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.question-group.houses {
  color: #79e7ff;
  border-color: rgba(72, 203, 255, 0.35);
}

.question-group.general {
  color: #ff8edb;
  border-color: rgba(255, 78, 196, 0.38);
}

.question-status {
  color: #75ffd2;
  border-color: rgba(117, 255, 210, 0.3);
}

.question-status.hot {
  color: #ff8edb;
  border-color: rgba(255, 78, 196, 0.38);
}

.ball-question-card h2 {
  margin: 0;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.28rem;
  line-height: 1;
  text-transform: uppercase;
}

.ball-question-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.83rem;
  line-height: 1.35;
}

.ball-question-card-foot > span {
  max-width: 56%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
  font-weight: 700;
}

.ball-question-card-foot button {
  min-height: 44px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  color: #0b0508;
  background: linear-gradient(100deg, #f6d77a, #ff55c9);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ball-question-card-foot button b {
  font-size: 1.1rem;
}

.ball-question-card-foot button em {
  font-style: normal;
}

.ball-question-selection {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 8px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid rgba(255, 85, 201, 0.3);
  border-radius: 10px;
  background: rgba(255, 66, 185, 0.07);
}

.ball-question-selection span {
  grid-row: 1 / 3;
  color: #ff79d3;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ball-question-selection strong,
.ball-question-selection small {
  min-width: 0;
  color: #fff;
  font-size: 0.74rem;
}

.ball-question-selection small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
}

html.ballroom-sheet-open,
body.ballroom-sheet-open {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

body.ballroom-sheet-open {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100% !important;
}

.ballroom-sheet-open .phone {
  height: 100dvh !important;
  overflow: hidden !important;
}

#ballroomPickSheetRoot {
  position: relative;
  z-index: 20000;
}

.ballroom-pick-sheet-layer {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  align-items: end;
}

.ballroom-pick-sheet-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(5px);
}

.phone .ballroom-pick-sheet {
  position: relative;
  z-index: 1;
  width: min(100%, 560px) !important;
  max-height: min(84dvh, 720px);
  display: grid !important;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  justify-self: center;
  padding: 10px 16px max(16px, env(safe-area-inset-bottom)) !important;
  overflow: hidden !important;
  border: 1px solid rgba(246, 215, 122, 0.28) !important;
  border-bottom: 0 !important;
  border-radius: 24px 24px 0 0 !important;
  background: radial-gradient(circle at 12% 0%, rgba(255, 45, 170, 0.15), transparent 18rem), linear-gradient(155deg, #17101a, #08090e 60%) !important;
  box-shadow: 0 -20px 70px rgba(0, 0, 0, 0.62) !important;
  backdrop-filter: none !important;
}

.ballroom-pick-sheet:focus {
  outline: 0;
}

.ballroom-pick-sheet-handle {
  width: 44px;
  height: 4px;
  justify-self: center;
  margin-bottom: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.28);
}

.ballroom-pick-sheet-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.ballroom-pick-sheet-head span {
  color: #f6d77a;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ballroom-pick-sheet-head h2 {
  margin: 4px 0 5px;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.ballroom-pick-sheet-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.35;
}

.ballroom-pick-sheet-head > button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.55rem;
}

.ballroom-pick-sheet-search {
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.52);
  background: rgba(0, 0, 0, 0.28);
}

.ballroom-pick-sheet-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: 600 0.8rem/1 Inter, Arial, sans-serif;
}

.ballroom-pick-options {
  min-height: 0;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 2px 2px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ballroom-pick-option {
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  gap: 11px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
}

.ballroom-pick-option.selected {
  border-color: rgba(255, 85, 201, 0.7);
  background: linear-gradient(100deg, rgba(246, 215, 122, 0.1), rgba(255, 85, 201, 0.12));
}

.ballroom-pick-option-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 215, 122, 0.36);
  border-radius: 50%;
  color: #0b0508;
  background: linear-gradient(135deg, #f6d77a, #ff55c9 64%, #65dfff);
  font-size: 0.72rem;
  font-weight: 900;
}

.ballroom-pick-option > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ballroom-pick-option strong {
  overflow: hidden;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ballroom-pick-option small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
}

.ballroom-pick-option i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.ballroom-pick-option.selected i {
  border: 6px solid #ff5dcc;
  background: #fff;
}

.ballroom-pick-empty {
  padding: 30px 12px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.ballroom-confirm-pick {
  min-height: 50px;
  margin-top: 8px;
  border: 0;
  border-radius: 13px;
  color: #0b0508;
  background: linear-gradient(100deg, #f6d77a, #ff55c9);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(255, 45, 170, 0.22);
}

.ballroom-confirm-pick:disabled {
  opacity: 0.42;
  box-shadow: none;
}

#ballroomFlowRoot.has-pick-tray {
  padding-bottom: 76px;
}

#ballroomPickTrayRoot {
  position: relative;
  z-index: 15000;
}

.ballroom-pick-tray {
  position: fixed;
  left: 50%;
  bottom: calc(var(--pp-auth-bottom-nav-height, 74px) + env(safe-area-inset-bottom));
  z-index: 15000;
  width: min(100vw, var(--pp-auth-shell-mobile-max, 760px));
  display: grid;
  padding: 0 12px;
  transform: translateX(-50%);
  pointer-events: none;
}

.ballroom-pick-tray > * {
  pointer-events: auto;
}

.ballroom-pick-tray-toggle {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border: 1px solid rgba(246, 215, 122, 0.38);
  border-radius: 16px 16px 0 0;
  color: #fff;
  background: radial-gradient(circle at 15% 0%, rgba(255, 45, 170, 0.18), transparent 12rem), linear-gradient(115deg, #1b101d, #090b11 72%);
  box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.48);
}

.ballroom-pick-tray.collapsed .ballroom-pick-tray-toggle {
  border-radius: 16px;
}

.ballroom-pick-tray-toggle > span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.ballroom-pick-tray-toggle b {
  font-family: Cinzel, Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ballroom-pick-tray-toggle i {
  min-width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #0b0508;
  background: linear-gradient(135deg, #f6d77a, #ff55c9);
  font: normal 900 0.72rem/1 Inter, Arial, sans-serif;
}

.ballroom-pick-tray-toggle em {
  color: #f6d77a;
  font: normal 700 1.3rem/1 Inter, Arial, sans-serif;
}

.ballroom-pick-tray-panel {
  min-height: 0;
  max-height: min(68dvh, 640px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  padding: 14px 14px max(14px, env(safe-area-inset-bottom));
  overflow: hidden;
  border: 1px solid rgba(246, 215, 122, 0.38);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  color: #fff;
  background: linear-gradient(155deg, rgba(24, 13, 24, 0.99), rgba(7, 9, 14, 0.99));
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.55);
}

.ballroom-pick-tray-panel:focus {
  outline: 0;
}

.ballroom-pick-tray-panel > header {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ballroom-pick-tray-panel > header div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ballroom-pick-tray-panel > header span,
.ballroom-pick-tray-panel > header > b {
  color: #f6d77a;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ballroom-pick-tray-panel > header strong {
  overflow: hidden;
  font-family: Cinzel, Georgia, serif;
  font-size: 1rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ballroom-pick-tray-list {
  min-height: 0;
  display: grid;
  gap: 8px;
  align-content: start;
  padding-right: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.phone .ballroom-pick-tray-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.ballroom-pick-tray-item > div:first-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ballroom-pick-tray-item span {
  color: #ff79d3;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ballroom-pick-tray-item strong {
  overflow: hidden;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ballroom-pick-tray-item p {
  display: grid;
  gap: 2px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
}

.ballroom-pick-tray-item p small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.58rem;
}

.ballroom-pick-tray-item > div:last-child {
  display: grid;
  gap: 6px;
}

.ballroom-pick-tray-item button,
.ballroom-pick-tray-confirm button,
.ballroom-pick-tray-panel > footer button {
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ballroom-pick-tray-item [data-tray-remove],
.ballroom-tray-clear {
  color: #ff8edb !important;
  border-color: rgba(255, 85, 201, 0.25) !important;
}

.ballroom-pick-tray-panel > footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.ballroom-tray-review {
  color: #0b0508 !important;
  border: 0 !important;
  background: linear-gradient(100deg, #f6d77a, #ff55c9) !important;
}

.ballroom-pick-tray-confirm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid rgba(255, 85, 201, 0.3);
  border-radius: 11px;
  background: rgba(255, 66, 185, 0.07);
}

.ballroom-pick-tray-confirm span {
  font-size: 0.68rem;
  font-weight: 800;
}

.ballroom-pick-tray-confirm > div {
  display: flex;
  gap: 6px;
}

@media (max-width: 390px) {
  .ballroom-pick-tray {
    padding-inline: 8px;
  }

  .ballroom-pick-tray-panel {
    padding-inline: 10px;
  }

  .ballroom-pick-tray-confirm {
    grid-template-columns: 1fr;
  }
}

.ballroom-review-screen {
  width: min(100%, 840px);
  display: grid;
  gap: 16px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.ballroom-review-screen:focus {
  outline: 0;
}

.ballroom-review-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 4px;
}

.ballroom-review-header > button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 215, 122, 0.32);
  border-radius: 14px;
  color: #f6d77a;
  background: rgba(255, 255, 255, 0.045);
  font: 300 2rem/1 Inter, Arial, sans-serif;
}

.ballroom-review-header span,
.ballroom-review-event span,
.ballroom-review-entry header span {
  color: #f6d77a;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ballroom-review-header h1 {
  margin: 3px 0 0;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 9vw, 4.5rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.phone .ballroom-review-event,
.phone .ballroom-review-entry,
.phone .ballroom-review-empty {
  padding: 18px !important;
  border: 1px solid rgba(246, 215, 122, 0.25) !important;
  border-radius: 18px !important;
  background: radial-gradient(circle at 12% 0%, rgba(255, 45, 170, 0.13), transparent 18rem), linear-gradient(145deg, rgba(24, 14, 23, 0.98), rgba(8, 11, 16, 0.99)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: none !important;
}

.ballroom-review-event {
  display: grid;
  gap: 14px;
}

.ballroom-review-event h2,
.ballroom-review-entry h2,
.ballroom-review-empty h2 {
  margin: 4px 0 0;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.55rem, 6vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.ballroom-review-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ballroom-review-event-meta span,
.ballroom-review-event-meta b {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.63rem;
  font-weight: 800;
}

.ballroom-review-event-meta b {
  color: #0b0508;
  border: 0;
  background: linear-gradient(100deg, #f6d77a, #ff62cc);
}

.ballroom-review-groups {
  display: grid;
  gap: 12px;
}

.ballroom-review-group {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(8, 8, 12, 0.86);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.22);
}

.ballroom-review-group > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #f6d77a;
  background: linear-gradient(100deg, rgba(255, 45, 170, 0.1), rgba(255, 255, 255, 0.02));
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ballroom-review-group > header b {
  min-width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #0b0508;
  background: linear-gradient(135deg, #f6d77a, #ff55c9);
}

.ballroom-review-group > div {
  display: grid;
}

.phone .ballroom-review-pick {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 15px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.ballroom-review-pick:last-child {
  border-bottom: 0 !important;
}

.ballroom-review-pick > div:first-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ballroom-review-pick span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ballroom-review-pick strong {
  overflow: hidden;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: 0.92rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ballroom-review-pick small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.61rem;
}

.ballroom-review-pick > div:last-child {
  display: flex;
  gap: 6px;
}

.ballroom-review-pick button {
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ballroom-review-pick [data-review-remove] {
  color: #ff82d6;
  border-color: rgba(255, 85, 201, 0.28);
}

.ballroom-review-entry {
  display: grid;
  gap: 14px;
}

.ballroom-review-entry > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ballroom-review-entry > header strong {
  padding: 6px 9px;
  border: 1px solid rgba(117, 255, 210, 0.28);
  border-radius: 999px;
  color: #75ffd2;
  font-size: 0.58rem;
  text-transform: uppercase;
}

.ballroom-review-entry > label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ballroom-review-entry select {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 1px solid rgba(246, 215, 122, 0.3);
  border-radius: 12px;
  color: #fff;
  background: #0b0b10;
  font: 800 0.82rem/1 Inter, Arial, sans-serif;
}

.ballroom-review-entry-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ballroom-review-entry-stats > div {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
}

.ballroom-review-entry-stats span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.57rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ballroom-review-entry-stats strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ballroom-review-validation {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 85, 201, 0.34);
  border-radius: 12px;
  color: #ff9ddd;
  background: rgba(255, 66, 185, 0.08);
  font-size: 0.7rem;
  font-weight: 800;
}

.ballroom-review-actions {
  display: grid;
  gap: 9px;
  padding: 15px;
  border: 1px solid rgba(246, 215, 122, 0.22);
  border-radius: 16px;
  background: rgba(8, 9, 13, 0.94);
}

.ballroom-review-actions > div {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ballroom-review-actions > div b {
  color: #f6d77a;
}

.ballroom-review-actions > button,
.ballroom-review-empty button {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  color: #0b0508;
  background: linear-gradient(100deg, #f6d77a, #ff55c9);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ballroom-review-actions > button:disabled {
  opacity: 0.38;
}

.ballroom-review-actions small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.58rem;
  text-align: center;
}

.ballroom-review-empty {
  min-height: 300px;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
}

.ballroom-review-empty > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 85, 201, 0.38);
  border-radius: 50%;
  color: #ff79d3;
  font-size: 1.8rem;
}

.ballroom-review-empty p {
  margin: 0 auto 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.4;
}

@media (max-width: 390px) {
  .ballroom-review-pick {
    grid-template-columns: 1fr !important;
  }

  .ballroom-review-pick > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ballroom-review-screen {
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
    align-items: start;
    gap: 20px;
  }

  .ballroom-review-header,
  .ballroom-review-event {
    grid-column: 1 / -1;
  }

  .ballroom-review-groups,
  .ballroom-review-empty,
  .ballroom-review-validation {
    grid-column: 1;
  }

  .ballroom-review-entry,
  .ballroom-review-actions {
    grid-column: 2;
  }

  .ballroom-review-entry {
    grid-row: 3;
  }

  .ballroom-review-actions {
    grid-row: 4;
  }
}

.ballroom-submission-error {
  display: grid;
  gap: 5px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 102, 178, 0.5);
  border-radius: 14px;
  color: #fff;
  background: rgba(73, 8, 44, 0.42);
}

.ballroom-submission-error strong { color: #ff8edb; font-family: Cinzel, Georgia, serif; text-transform: uppercase; }
.ballroom-submission-error span,
.ballroom-submission-error small { font-size: 0.75rem; line-height: 1.4; }
.ballroom-submission-error small { color: rgba(255, 255, 255, 0.65); }

.ballroom-submit-spinner {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: ballroom-spin 700ms linear infinite;
}

.ballroom-review-actions [data-review-lock] { display: inline-flex; gap: 9px; align-items: center; justify-content: center; }

.ballroom-confirmation-screen,
.ballroom-receipts-screen,
.ballroom-receipt-details-screen { display: grid; gap: 16px; color: #fff; }

.ballroom-confirmation-hero {
  display: grid;
  justify-items: center;
  padding: 34px 20px;
  border: 1px solid rgba(246, 215, 122, 0.28);
  border-radius: 22px;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(255, 85, 201, 0.22), transparent 14rem), rgba(8, 8, 13, 0.88);
}

.ballroom-confirmation-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 50%;
  color: #0b0508;
  background: linear-gradient(135deg, #f6d77a, #ff55c9);
  font-size: 2rem;
  box-shadow: 0 15px 38px rgba(255, 65, 184, 0.24);
}

.ballroom-confirmation-hero small,
.ballroom-confirmation-receipt span,
.ballroom-receipts-intro span,
.ballroom-receipt-picks span { color: #f6d77a; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }

.ballroom-confirmation-hero h1 { margin: 5px 0 8px; font-family: Cinzel, Georgia, serif; font-size: clamp(2.5rem, 12vw, 4.5rem); line-height: 0.95; text-transform: uppercase; }
.ballroom-confirmation-hero p,
.ballroom-receipts-intro p { margin: 0; color: rgba(255, 255, 255, 0.72); }

.ballroom-confirmation-receipt,
.ballroom-receipts-intro,
.ballroom-receipt-list article,
.ballroom-receipt-picks article { padding: 16px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 17px; background: rgba(8, 8, 13, 0.86); }

.ballroom-confirmation-receipt > header,
.ballroom-receipt-list article { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.ballroom-confirmation-receipt header div,
.ballroom-receipt-list article > div { min-width: 0; display: grid; gap: 4px; }
.ballroom-confirmation-receipt header strong,
.ballroom-receipt-list strong { overflow-wrap: anywhere; font-family: Cinzel, Georgia, serif; font-size: 0.9rem; }
.ballroom-confirmation-receipt header b { padding: 7px 10px; border-radius: 999px; color: #0b0508; background: #75ffd2; font-size: 0.62rem; text-transform: uppercase; }

.ballroom-confirmation-receipt dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 16px 0 0; }
.ballroom-confirmation-receipt dl div { display: grid; gap: 3px; }
.ballroom-confirmation-receipt dt { color: rgba(255, 255, 255, 0.5); font-size: 0.64rem; text-transform: uppercase; }
.ballroom-confirmation-receipt dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }

.ballroom-confirmation-actions { display: grid; gap: 9px; }
.ballroom-confirmation-actions button,
.ballroom-receipt-list button,
.ballroom-receipt-back { min-height: 48px; padding: 0 15px; border: 1px solid rgba(246, 215, 122, 0.3); border-radius: 12px; color: #fff; background: rgba(255, 255, 255, 0.045); font-weight: 900; text-transform: uppercase; }
.ballroom-confirmation-actions button:first-child,
.ballroom-receipt-list button { color: #0b0508; border: 0; background: linear-gradient(100deg, #f6d77a, #ff55c9); }

.ballroom-receipts-intro h2 { margin: 5px 0; font-family: Cinzel, Georgia, serif; text-transform: uppercase; }
.ballroom-receipt-list,
.ballroom-receipt-picks { display: grid; gap: 10px; }
.ballroom-receipt-list small { color: rgba(255, 255, 255, 0.62); }
.ballroom-receipt-picks article { display: grid; gap: 5px; }
.ballroom-receipt-picks h3 { margin: 0; font-family: Cinzel, Georgia, serif; text-transform: uppercase; }
.ballroom-receipt-picks p { margin: 0; color: rgba(255, 255, 255, 0.65); font-size: 0.75rem; }
.ballroom-receipt-picks strong { margin-top: 5px; color: #ff8edb; }
.ballroom-receipt-picks small { color: rgba(255, 255, 255, 0.55); }

.ballroom-route-state { min-height: 52vh; display: grid; gap: 8px; place-content: center; justify-items: center; color: #fff; text-align: center; }
.ballroom-route-state h1 { margin: 5px 0 0; font-family: Cinzel, Georgia, serif; text-transform: uppercase; }
.ballroom-route-state p { margin: 0; color: rgba(255, 255, 255, 0.62); }

@keyframes ballroom-spin { to { transform: rotate(360deg); } }

.ballroom-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(.ballroom-flow-screen, #ballroomPickTrayRoot, #ballroomPickSheetRoot) :is(button, input, select, a):focus-visible,
.tabs .tab:focus-visible {
  outline: 3px solid #65dfff !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 5px rgba(8, 8, 12, 0.92), 0 0 0 8px rgba(101, 223, 255, 0.38) !important;
}

.ballroom-search:focus-within,
.ball-question-search:focus-within,
.ballroom-pick-sheet-search:focus-within {
  border-color: #65dfff;
  box-shadow: 0 0 0 3px rgba(101, 223, 255, 0.22);
}

.ballroom-pick-sheet-layer {
  animation: ballroom-backdrop-in 220ms ease both;
}

.phone .ballroom-pick-sheet {
  animation: ballroom-sheet-in 240ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.ballroom-pick-tray-toggle,
.ballroom-pick-tray-panel,
.ballroom-pick-option,
.ball-question-selection,
.ball-question-card [data-question-pick] {
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.ballroom-pick-tray-panel {
  animation: ballroom-tray-in 220ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.ball-question-selection {
  animation: ballroom-selection-in 200ms ease both;
}

.ball-question-selection strong,
.ball-question-selection small,
.ballroom-pick-tray-item strong,
.ballroom-pick-tray-item p,
.ballroom-review-pick strong,
.ballroom-review-pick small {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ballroom-list-summary,
.ball-question-summary,
.question-group,
.question-status,
.ballroom-review-pick span,
.ballroom-pick-tray-item span {
  font-size: max(0.65rem, 11px);
  line-height: 1.35;
}

@keyframes ballroom-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ballroom-sheet-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ballroom-tray-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ballroom-selection-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ballroom-pick-sheet-layer,
  .phone .ballroom-pick-sheet,
  .ballroom-pick-tray-panel,
  .ball-question-selection {
    animation: none !important;
  }

  .ballroom-pick-tray-toggle,
  .ballroom-pick-tray-panel,
  .ballroom-pick-option,
  .ball-question-selection,
  .ball-question-card [data-question-pick] {
    transition: none !important;
  }

  .ballroom-submit-spinner {
    animation: none !important;
    opacity: 0.7;
  }
}

.ball-event-copy small {
  color: #f6d77a;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ball-event-copy h2 {
  margin: 0;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .categories-screen {
    padding: 20px 18px 98px;
  }

  .category-portal-grid {
    grid-template-columns: 1fr;
  }

  .category-portal-card,
  .portal-events {
    min-height: 300px;
    grid-column: auto;
  }

  .portal-card-copy {
    padding: 82px 14px 16px;
  }

  .portal-select {
    width: 100%;
  }

  .ball-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 430px) {
  .categories-screen {
    padding-inline: 24px;
  }
}

@media (max-width: 520px) {
  .phone.on-categories .category-metric {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 12px;
  }

  .category-metric-icon {
    width: 42px;
    height: 42px;
  }

  .category-metric small {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .category-metric strong {
    font-size: 46px;
  }

  .category-metric-chevron {
    right: 7px;
  }
}

@media (max-width: 390px) {
  .categories-screen {
    padding-inline: 14px;
  }

  .categories-topbar {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
  }

  .categories-icon-button {
    width: 50px;
    height: 50px;
  }

  .categories-logo {
    width: min(48vw, 180px);
  }

  .categories-pxp-card {
    grid-template-columns: 54px minmax(0, 1fr) 58px;
    gap: 12px;
    min-height: 104px;
    padding: 16px;
  }

  .categories-pxp-mark {
    width: 54px;
    height: 54px;
    font-size: 15px;
  }

  .categories-pxp-add {
    width: 56px;
    height: 56px;
  }

  .categories-pxp-copy span {
    font-size: 12px;
  }

  .categories-pxp-copy strong {
    font-size: 36px;
  }

  .categories-metrics {
    min-height: 132px;
  }

}

@media (max-width: 370px) {
  .categories-heading h1 {
    font-size: 52px;
  }
}

@media (min-width: 700px) {
  .categories-screen {
    padding-top: 28px;
  }

  .categories-pxp-card {
    padding-inline: 28px;
  }

  .categories-heading h1 {
    font-size: 96px;
  }
}
