:root {
  color-scheme: dark;
  --ink: #101828;
  --ink-soft: #1f2937;
  --panel: rgba(255, 255, 255, 0.1);
  --panel-strong: rgba(255, 255, 255, 0.16);
  --line: rgba(255, 255, 255, 0.16);
  --white: #fffaf4;
  --muted: rgba(255, 250, 244, 0.66);
  --coral: #ff6b5f;
  --teal: #37d5bf;
  --yellow: #ffd166;
  --blue: #6694ff;
  --plum: #9b5cff;
  --leaf: #99d17b;
  --green: #99d17b;
  --premium-a: #ff6b5f;
  --premium-b: #ffd166;
  --shadow: 0 24px 70px rgba(7, 12, 23, 0.34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #111827;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(55, 213, 191, 0.24), transparent 26rem),
    radial-gradient(circle at 92% 8%, rgba(255, 209, 102, 0.16), transparent 22rem),
    linear-gradient(135deg, #111827 0%, #172033 42%, #281c3a 100%);
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 50;
  transform: translateY(-140%);
  padding: 10px 12px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
  font-size: 0.76rem;
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(4, 8, 18, 0.22);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

:focus-visible {
  outline: 3px solid rgba(255, 209, 102, 0.92);
  outline-offset: 3px;
}

body[data-premium-theme="aqua"] {
  --premium-a: #37d5bf;
  --premium-b: #6694ff;
}

body[data-premium-theme="royal"] {
  --premium-a: #9b5cff;
  --premium-b: #ffd166;
}

body[data-premium-theme="mono"] {
  --premium-a: #fffaf4;
  --premium-b: #99d17b;
}

body.mode-contrast {
  --panel: rgba(255, 255, 255, 0.16);
  --line: rgba(255, 250, 244, 0.28);
  --muted: rgba(255, 250, 244, 0.82);
}

body.mode-reduced-motion *,
body.mode-reduced-motion *::before,
body.mode-reduced-motion *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

body.mode-auto-language .global-access-card {
  border-color: rgba(55, 213, 191, 0.34);
}

body.mode-dyslexia .phone {
  line-height: 1.5;
}

body.mode-dyslexia .eyebrow {
  text-transform: none;
}

body.mode-one-hand .tabbar {
  bottom: 8px;
}

body.mode-captions .hero-card::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.88);
  font-size: 0.6rem;
  font-weight: 1000;
  content: "Captions on";
}

body.mode-low-data .hero-card img,
body.mode-low-data .desktop-board {
  filter: saturate(0.82);
}

body.mode-low-data .studio-scan-ring,
body.mode-low-data .ar-scan-line,
body.mode-low-data .boss-star-svg {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
}

body.motion-pulse .phone {
  animation: motionPulse 360ms ease;
}

@keyframes motionPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.004);
  }
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  outline: 0;
}

textarea {
  min-height: 74px;
  resize: vertical;
}

select {
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(55, 213, 191, 0.8);
  box-shadow: 0 0 0 3px rgba(55, 213, 191, 0.16);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 250, 244, 0.35);
}

button {
  color: inherit;
}

.stage {
  width: min(100%, 1040px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(320px, 410px) minmax(280px, 1fr);
  gap: 58px;
  align-items: center;
}

.phone {
  --view-offset: 374px;
  position: relative;
  width: min(100%, 430px);
  height: min(920px, calc(100vh - 52px));
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.72), rgba(16, 24, 40, 0.96)),
    linear-gradient(135deg, #172033, #111827);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.04);
  z-index: 10;
}

.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 20px 12px;
}

.topbar > div {
  min-width: 0;
}

.topbar h1,
.topbar .eyebrow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 3px;
  color: var(--yellow);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 1.23rem;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.icon-button,
.vote-button {
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.icon-button {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.icon-button.small {
  width: 38px;
  height: 38px;
  border-radius: 14px;
}

.icon-button.ghost {
  background: rgba(255, 255, 255, 0.08);
}

.badge-button {
  color: var(--yellow);
  background: linear-gradient(135deg, rgba(255, 209, 102, 0.22), rgba(255, 107, 95, 0.16));
}

.safety-button {
  display: inline-flex;
  gap: 6px;
  width: auto;
  min-width: 84px;
  padding: 0 10px;
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), #fffaf4);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 244, 0.56),
    0 10px 22px rgba(255, 209, 102, 0.18);
}

.safety-button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.6;
}

.safety-button span {
  font-size: 0.66rem;
  font-weight: 1000;
  letter-spacing: 0;
}

svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
  padding: 5px 8px;
  border-radius: 8px;
  color: #101828;
  background: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
  z-index: 20;
}

[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.label-help-row {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.label-help-row h3 {
  margin: 0;
}

.help-dot {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 250, 244, 0.22);
  border-radius: 50%;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--white));
  font-size: 0.72rem;
  font-weight: 1000;
  line-height: 1;
  cursor: pointer;
}

.hero-card {
  position: relative;
  margin: 0 18px 16px;
  height: clamp(176px, 24vh, 238px);
  overflow: hidden;
  border-radius: 28px;
  background: #172033;
  box-shadow: 0 22px 44px rgba(4, 8, 18, 0.25);
}

.hero-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 48px 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(8, 12, 23, 0.86));
}

.live-pill,
.mini-badge,
.round-counter {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
}

.live-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(255, 107, 95, 0.2);
}

.hero-overlay h2 {
  width: min(250px, 60vw);
  margin-top: 9px;
  font-size: 1.34rem;
  color: var(--white);
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.safety-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #101828;
  background: var(--teal);
  font-size: 0.72rem;
  font-weight: 1000;
}

.hero-score {
  width: 82px;
  min-width: 82px;
  padding: 12px 10px;
  border-radius: 22px;
  text-align: center;
  background: rgba(255, 250, 244, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(12px);
}

.hero-score strong {
  display: block;
  color: var(--yellow);
  font-size: 2rem;
  line-height: 0.95;
}

.hero-score span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 250, 244, 0.76);
  font-size: 0.66rem;
  font-weight: 800;
}

.chip-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 18px 14px;
}

.chip-row::-webkit-scrollbar {
  display: none;
}

.chip {
  flex: 0 0 auto;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 13px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.chip.active {
  color: #101828;
  background: var(--teal);
  font-weight: 900;
}

.view {
  display: none;
  height: calc(100% - var(--view-offset));
  overflow: auto;
  padding: 0 18px 108px;
  scrollbar-width: none;
}

.view::-webkit-scrollbar {
  display: none;
}

.view.active {
  display: block;
}

#homeView.active {
  display: flex;
  flex-direction: column;
}

#homeView > .section-heading {
  order: 1;
}

.start-here-card {
  order: 2;
}

.award-standard-card {
  order: 3;
}

.quick-action-bar {
  order: 4;
}

.account-card {
  order: 5;
}

.fit-studio-card {
  order: 6;
}

.daily-pulse {
  order: 7;
}

#feedList {
  order: 8;
}

.feature-lab-drawer {
  order: 9;
}

.phone.compact {
  --view-offset: 326px;
}

.phone.compact .chip-row {
  display: none;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0 14px;
}

.start-here-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(55, 213, 191, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 15%, rgba(55, 213, 191, 0.22), transparent 44%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.18), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(4, 8, 18, 0.18);
}

.start-here-copy h3 {
  margin: 2px 0 4px;
  font-size: 1.08rem;
}

.start-card-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 8px;
}

.start-card-topline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1.25;
}

.journey-score {
  display: grid;
  place-items: center;
  min-width: 52px;
  min-height: 46px;
  padding: 5px 7px;
  border-radius: 16px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
  box-shadow: 0 10px 20px rgba(4, 8, 18, 0.18);
}

.journey-score strong,
.journey-score span {
  display: block;
  line-height: 1;
}

.journey-score strong {
  font-size: 0.92rem;
}

.journey-score span {
  margin-top: 4px;
  font-size: 0.54rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.journey-meter {
  height: 6px;
  margin: 0 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.journey-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--yellow), var(--coral));
  box-shadow: 0 0 18px rgba(55, 213, 191, 0.36);
  transition: width 260ms ease;
}

.start-path-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.start-path-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 27px;
  padding: 4px 5px;
  border-radius: 12px;
  color: rgba(255, 250, 244, 0.78);
  background: rgba(16, 24, 40, 0.18);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.2;
}

.start-path-list li:last-child {
  grid-column: span 2;
}

.start-path-list li.complete {
  color: rgba(255, 250, 244, 0.92);
}

.start-path-list li.current {
  color: var(--white);
  background: rgba(255, 209, 102, 0.12);
}

.start-path-list li.current span {
  background: linear-gradient(135deg, var(--yellow), var(--white));
  box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.13);
}

.start-path-list li.complete span {
  background: linear-gradient(135deg, var(--teal), var(--white));
}

.start-path-list span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #101828;
  background: var(--teal);
  font-size: 0.6rem;
  font-weight: 1000;
}

.start-actions {
  display: grid;
  gap: 7px;
}

.start-here-button {
  min-height: 64px;
  margin-top: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--yellow), var(--white));
}

.guide-link {
  min-height: 31px;
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.8);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.62rem;
  font-weight: 1000;
  cursor: pointer;
}

.award-standard-card {
  display: grid;
  gap: 11px;
  margin-bottom: 13px;
  padding: 12px;
  border: 1px solid rgba(55, 213, 191, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(55, 213, 191, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 250, 244, 0.1), rgba(102, 148, 255, 0.1)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(4, 8, 18, 0.14);
}

.award-standard-card h3 {
  margin: 1px 0 0;
  font-size: 0.98rem;
  line-height: 1.08;
}

.award-standard-grid,
.award-readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.award-standard-grid span,
.award-readiness-grid span {
  min-width: 0;
  min-height: 48px;
  padding: 9px;
  border-radius: 15px;
  background: rgba(16, 24, 40, 0.28);
}

.award-standard-grid strong,
.award-standard-grid small,
.award-readiness-grid strong,
.award-readiness-grid small {
  display: block;
}

.award-standard-grid strong,
.award-readiness-grid strong {
  color: var(--white);
  font-size: 0.68rem;
  line-height: 1.1;
}

.award-standard-grid small,
.award-readiness-grid small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 850;
  line-height: 1.15;
}

.quick-action-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.quick-action-bar button {
  position: relative;
  display: grid;
  place-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 66px;
  border: 1px solid rgba(255, 250, 244, 0.12);
  border-radius: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(4, 8, 18, 0.12);
  cursor: pointer;
}

.quick-action-bar button:nth-child(1) {
  background: linear-gradient(135deg, rgba(55, 213, 191, 0.2), rgba(255, 255, 255, 0.07));
}

.quick-action-bar button:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 209, 102, 0.18), rgba(255, 255, 255, 0.07));
}

.quick-action-bar button:nth-child(3) {
  background: linear-gradient(135deg, rgba(102, 148, 255, 0.2), rgba(255, 255, 255, 0.07));
}

.quick-action-bar button:nth-child(4) {
  background: linear-gradient(135deg, rgba(155, 92, 255, 0.18), rgba(255, 255, 255, 0.07));
}

.quick-action-bar button.active {
  color: #101828;
  border-color: rgba(255, 250, 244, 0.5);
  background: linear-gradient(135deg, var(--teal), var(--white));
}

.quick-action-bar button.active svg,
.quick-action-bar button.active span {
  color: #101828;
}

.quick-action-bar svg {
  width: 19px;
  height: 19px;
  color: var(--teal);
  stroke-width: 2.5;
}

.quick-action-bar span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 250, 244, 0.86);
  font-size: 0.62rem;
  font-weight: 1000;
  white-space: nowrap;
}

.feature-lab-drawer {
  margin-bottom: 14px;
  border: 1px solid rgba(255, 209, 102, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 209, 102, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.12), rgba(55, 213, 191, 0.08)),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 36px rgba(4, 8, 18, 0.13);
  overflow: hidden;
}

.feature-lab-drawer summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 74px;
  padding: 12px;
  cursor: pointer;
  list-style: none;
}

.feature-lab-drawer summary::-webkit-details-marker {
  display: none;
}

.feature-lab-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
  font-size: 0.68rem;
  font-weight: 1000;
}

.feature-lab-drawer summary strong,
.feature-lab-drawer summary small {
  display: block;
}

.feature-lab-drawer summary strong {
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.1;
}

.feature-lab-drawer summary small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.25;
}

.feature-lab-drawer summary em {
  min-width: 68px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--white), var(--yellow));
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 1000;
  text-align: center;
}

.feature-lab-drawer[open] summary {
  border-bottom: 1px solid rgba(255, 250, 244, 0.1);
}

.feature-lab-stack {
  display: grid;
  gap: 11px;
  padding: 12px;
}

.feature-lab-stack > * {
  margin-bottom: 0;
}

.daily-pulse,
.account-card,
.panel,
.chart-panel,
.global-room,
.message-card,
.chat-composer {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: 0 16px 36px rgba(4, 8, 18, 0.16);
  backdrop-filter: blur(16px);
}

.daily-pulse {
  display: grid;
  grid-template-columns: minmax(92px, 0.72fr) minmax(150px, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  margin-bottom: 18px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255, 107, 95, 0.15), rgba(55, 213, 191, 0.1));
  overflow: hidden;
}

.daily-pulse span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.daily-pulse small {
  display: block;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 7px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
  font-size: 0.58rem;
  font-weight: 1000;
}

.daily-pulse strong {
  display: block;
  margin: 2px 0 3px;
  font-size: 2rem;
  line-height: 1;
}

#sparkVotes {
  width: 100%;
  height: 62px;
}

.daily-pulse-visual {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.quest-chip-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.quest-chip-line span {
  display: grid;
  place-items: center;
  min-height: 23px;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.72);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.58rem;
  font-weight: 1000;
}

.quest-chip-line span.complete {
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--white));
}

.quest-chip-line span.current {
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--white));
  box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.12);
}

.award-card {
  position: relative;
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(4, 8, 18, 0.15);
  overflow: hidden;
}

.fit-studio-card {
  grid-template-columns: 86px minmax(0, 1fr) auto;
  align-items: center;
  background:
    radial-gradient(circle at 8% 10%, rgba(55, 213, 191, 0.24), transparent 44%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.18), rgba(255, 209, 102, 0.09)),
    rgba(255, 255, 255, 0.08);
}

.studio-preview {
  position: relative;
  height: 86px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 250, 244, 0.7) 0 6px, transparent 7px),
    linear-gradient(145deg, rgba(55, 213, 191, 0.92), rgba(102, 148, 255, 0.82));
  overflow: hidden;
}

.studio-figure,
.studio-fit-piece,
.studio-scan-ring {
  position: absolute;
  display: block;
}

.studio-figure {
  width: 30px;
  height: 54px;
  left: 30px;
  bottom: 13px;
  border-radius: 14px 14px 10px 10px;
  background: rgba(16, 24, 40, 0.74);
}

.studio-figure::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: -17px;
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.36);
  backdrop-filter: blur(8px);
}

.studio-fit-piece.jacket {
  width: 34px;
  height: 18px;
  left: 12px;
  top: 44px;
  border-radius: 999px;
  background: var(--yellow);
  transform: rotate(-14deg);
}

.studio-fit-piece.sneaker {
  width: 36px;
  height: 12px;
  right: 9px;
  bottom: 12px;
  border-radius: 999px;
  background: #fffaf4;
}

.studio-scan-ring {
  inset: 9px;
  border: 2px solid rgba(255, 250, 244, 0.62);
  border-radius: 18px;
  animation: livePulse 1.6s ease-in-out infinite;
}

.studio-face-lock {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 4px 6px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.88);
  font-size: 0.55rem;
  font-weight: 1000;
}

.award-card-copy {
  min-width: 0;
}

.award-card-copy h3,
.corday-drop-card h3 {
  margin-bottom: 7px;
}

.studio-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.studio-checks span {
  padding: 5px 6px;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.78);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.58rem;
  font-weight: 900;
}

.studio-action {
  margin-top: 8px;
}

.fit-studio-card > strong {
  justify-self: end;
  align-self: start;
  min-width: 50px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: var(--green);
  font-size: 0.62rem;
  text-align: center;
}

.corday-drop-card {
  grid-template-columns: 1fr auto;
  align-items: center;
  border-color: rgba(255, 209, 102, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.13), rgba(102, 148, 255, 0.1)),
    rgba(255, 255, 255, 0.07);
}

.corday-drop-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.32;
}

.award-command-card {
  display: grid;
  gap: 11px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(55, 213, 191, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 209, 102, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.12), rgba(102, 148, 255, 0.1)),
    rgba(255, 255, 255, 0.08);
}

.mission-grid {
  display: grid;
  gap: 9px;
}

.mission-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(16, 24, 40, 0.24);
}

.mission-card:first-child {
  grid-template-columns: 38px minmax(0, 1fr);
}

.mission-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
  font-size: 0.68rem;
  font-weight: 1000;
}

.mission-card strong {
  display: block;
  font-size: 0.82rem;
}

.mission-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.28;
}

.mission-chip-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mission-chip-row span {
  padding: 5px 7px;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.75);
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.58rem;
  font-weight: 1000;
}

.weather-planner-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(102, 148, 255, 0.2), transparent 34%),
    rgba(16, 24, 40, 0.24);
}

.spirit-week-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 107, 95, 0.18), transparent 34%),
    rgba(16, 24, 40, 0.24);
}

.award-live-card {
  display: grid;
  gap: 11px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(102, 148, 255, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 107, 95, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.13), rgba(55, 213, 191, 0.09)),
    rgba(255, 255, 255, 0.08);
}

.award-live-grid {
  display: grid;
  gap: 9px;
}

.live-award-tile {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 76px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(16, 24, 40, 0.26);
}

.award-mini-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #101828;
  background: linear-gradient(135deg, var(--blue), var(--teal) 55%, var(--yellow));
  font-size: 0.62rem;
  font-weight: 1000;
}

.live-award-tile strong {
  display: block;
  font-size: 0.82rem;
}

.live-award-tile p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.28;
}

.mood-picker-tile {
  grid-template-columns: 42px minmax(0, 1fr);
}

.mood-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.mood-button-row button {
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 9px;
  color: rgba(255, 250, 244, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.58rem;
  font-weight: 1000;
  cursor: pointer;
}

.mood-button-row button.active {
  color: #101828;
  border-color: transparent;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
}

.launch-suite-card {
  display: grid;
  gap: 11px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 209, 102, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 209, 102, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.11), rgba(255, 107, 95, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.launch-suite-grid {
  display: grid;
  gap: 9px;
}

.launch-suite-grid article {
  display: grid;
  grid-template-areas:
    "icon title action"
    "icon copy action";
  grid-template-columns: 36px minmax(0, 1fr) auto;
  column-gap: 10px;
  row-gap: 4px;
  align-items: center;
  min-height: 78px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(16, 24, 40, 0.26);
}

.launch-suite-grid article > span {
  grid-area: icon;
  align-self: start;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--white));
  font-size: 0.62rem;
  font-weight: 1000;
}

.launch-suite-grid strong {
  grid-area: title;
  display: block;
  font-size: 0.8rem;
  line-height: 1.05;
}

.launch-suite-grid p {
  grid-area: copy;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.64rem;
  line-height: 1.28;
}

.launch-suite-grid .mini-action {
  grid-area: action;
  justify-self: end;
}

.account-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(102, 148, 255, 0.15), rgba(55, 213, 191, 0.1)),
    var(--panel);
}

.account-card.signed-in {
  background:
    linear-gradient(135deg, rgba(55, 213, 191, 0.15), rgba(255, 209, 102, 0.1)),
    var(--panel);
}

.account-lock {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #101828;
  background: linear-gradient(135deg, #fffaf4, var(--teal));
  box-shadow: 0 14px 28px rgba(4, 8, 18, 0.2);
}

.account-lock svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.7;
}

.account-card-copy {
  min-width: 0;
}

.account-card h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-card p:not(.eyebrow) {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.3;
}

.account-actions {
  display: grid;
  gap: 6px;
  justify-items: end;
}

.account-logout-button {
  min-height: 30px;
  border: 1px solid rgba(255, 250, 244, 0.16);
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(255, 250, 244, 0.72);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.66rem;
  font-weight: 1000;
  cursor: pointer;
}

.profile-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 250, 244, 0.28);
  border-radius: 18px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
  box-shadow: 0 14px 28px rgba(4, 8, 18, 0.2);
  font-size: 1rem;
  font-weight: 1000;
  isolation: isolate;
  overflow: hidden;
}

.profile-avatar.large {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  font-size: 1.08rem;
}

.profile-avatar.photo-style::before,
.profile-avatar.photo-style::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.profile-avatar.photo-style::before {
  inset: 14px 13px 10px;
  border-radius: 48% 48% 42% 42%;
  background:
    radial-gradient(circle at 36% 41%, #101828 0 6%, transparent 7%),
    radial-gradient(circle at 64% 41%, #101828 0 6%, transparent 7%),
    radial-gradient(ellipse at 50% 64%, rgba(255, 250, 244, 0.78) 0 23%, transparent 24%),
    var(--animal-face, var(--avatar-a));
  box-shadow:
    inset 0 7px 12px rgba(255, 250, 244, 0.28),
    0 12px 18px rgba(4, 8, 18, 0.22);
  animation: animalFloat 2.7s ease-in-out infinite;
}

.profile-avatar.photo-style::after {
  top: 8px;
  left: 15px;
  width: 13px;
  height: 18px;
  border-radius: 70% 70% 46% 46%;
  background: var(--animal-ear, var(--avatar-b));
  box-shadow: 22px 0 0 var(--animal-ear, var(--avatar-b));
  animation: animalEarWiggle 2.7s ease-in-out infinite;
}

.profile-avatar.photo-style[data-animal="rabbit"]::after,
.profile-avatar.photo-style[data-animal="deer"]::after,
.profile-avatar.photo-style[data-animal="llama"]::after {
  top: 4px;
  height: 26px;
  border-radius: 999px 999px 44% 44%;
}

.profile-avatar.photo-style[data-animal="goldfish"]::before,
.profile-avatar.photo-style[data-animal="dolphin"]::before,
.profile-avatar.photo-style[data-animal="whale"]::before {
  inset: 20px 11px 15px;
  border-radius: 58% 42% 42% 58%;
}

.profile-avatar.photo-style[data-animal="goldfish"]::after,
.profile-avatar.photo-style[data-animal="dolphin"]::after,
.profile-avatar.photo-style[data-animal="whale"]::after {
  top: 29px;
  left: 8px;
  width: 14px;
  height: 18px;
  border-radius: 70% 18% 70% 18%;
  transform: rotate(-28deg);
  box-shadow: 36px 0 0 var(--animal-ear, var(--avatar-b));
}

.account-safe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.account-safe-chips span {
  min-height: 22px;
  padding: 5px 7px;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.58rem;
  font-weight: 1000;
}

.profile-edit-button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 11px;
  color: #101828;
  background: var(--teal);
  font-size: 0.7rem;
  font-weight: 1000;
  cursor: pointer;
}

.feed-list {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.fit-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
}

.fit-art {
  position: relative;
  height: 72px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.72) 0 8px, transparent 9px),
    linear-gradient(145deg, var(--art-a), var(--art-b));
}

.face-mask {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 244, 0.28), 0 8px 18px rgba(4, 8, 18, 0.18);
  backdrop-filter: blur(10px);
}

.face-mask.one {
  width: 25px;
  height: 25px;
  top: 12px;
  right: 12px;
}

.face-mask.two {
  width: 19px;
  height: 19px;
  top: 18px;
  left: 17px;
}

.face-safety-tag {
  position: absolute;
  left: 7px;
  bottom: 7px;
  z-index: 3;
  max-width: calc(100% - 14px);
  overflow: hidden;
  padding: 4px 6px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.86);
  font-size: 0.56rem;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fit-art::before,
.fit-art::after,
.battle-art::before,
.battle-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.85);
}

.fit-art::before {
  width: 44px;
  height: 19px;
  left: 13px;
  bottom: 14px;
  transform: rotate(-8deg);
}

.fit-art::after {
  width: 35px;
  height: 47px;
  right: 11px;
  bottom: 18px;
  border-radius: 12px 12px 17px 17px;
  background: rgba(16, 24, 40, 0.78);
}

.fit-main {
  min-width: 0;
}

.fit-main h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fit-main p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.fit-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.fit-meta span {
  padding: 5px 7px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.82);
  font-size: 0.64rem;
  font-weight: 900;
}

.shop-scan {
  margin-top: 8px;
  border: 1px solid rgba(55, 213, 191, 0.18);
  border-radius: 14px;
  background: rgba(16, 24, 40, 0.24);
}

.shop-scan summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  padding: 7px 9px;
  color: rgba(255, 250, 244, 0.78);
  font-size: 0.66rem;
  font-weight: 1000;
  cursor: pointer;
  list-style: none;
}

.shop-scan summary::-webkit-details-marker {
  display: none;
}

.shop-scan summary span {
  color: var(--teal);
  text-transform: uppercase;
}

.shop-scan summary strong {
  color: var(--white);
  font-size: 0.64rem;
}

.shop-link-grid {
  display: grid;
  gap: 6px;
  padding: 0 8px 8px;
}

.shop-link-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  padding: 7px 9px;
  border-radius: 12px;
  color: #101828;
  background: linear-gradient(135deg, rgba(55, 213, 191, 0.95), rgba(255, 209, 102, 0.9));
  font-size: 0.68rem;
  font-weight: 1000;
  text-decoration: none;
}

.shop-link-grid small {
  color: rgba(16, 24, 40, 0.72);
  font-size: 0.58rem;
  font-weight: 1000;
  white-space: nowrap;
}

.shop-scan p {
  margin: -1px 9px 9px;
  color: rgba(255, 250, 244, 0.56);
  font-size: 0.62rem;
  line-height: 1.28;
}

.shop-plus-card {
  display: grid;
  gap: 7px;
  margin: 0 8px 8px;
  padding: 9px;
  border: 1px solid rgba(255, 209, 102, 0.18);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 209, 102, 0.11), rgba(102, 148, 255, 0.08));
}

.shop-plus-card strong {
  color: var(--yellow);
  font-size: 0.68rem;
}

.shop-plus-card span {
  color: rgba(255, 250, 244, 0.64);
  font-size: 0.62rem;
  line-height: 1.25;
}

.price-tier-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.price-tier-row a,
.shop-save-button {
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  color: #101828;
  background: var(--white);
  font-size: 0.62rem;
  font-weight: 1000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.price-tier-row a {
  display: grid;
  place-items: center;
}

.shop-save-button {
  width: calc(100% - 16px);
  margin: 0 8px 8px;
  background: linear-gradient(135deg, var(--premium-a), var(--premium-b));
}

.shop-plus-card .shop-save-button {
  width: 100%;
  margin: 0;
}

.fit-votes {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.fit-votes strong {
  color: var(--yellow);
}

.vote-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--yellow));
  box-shadow: 0 12px 24px rgba(255, 107, 95, 0.25);
}

.vote-button.voted {
  background: linear-gradient(135deg, var(--teal), var(--blue));
}

.report-button,
.message-action {
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  padding: 0 9px;
  color: rgba(255, 250, 244, 0.72);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.64rem;
  font-weight: 900;
  cursor: pointer;
}

.clap-action {
  color: #101828;
  background: var(--yellow);
}

.clap-action.clapped {
  color: #101828;
  background: var(--teal);
}

.battle-live-card {
  display: grid;
  gap: 11px;
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid rgba(255, 209, 102, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 107, 95, 0.16), rgba(102, 148, 255, 0.11)),
    rgba(255, 255, 255, 0.07);
}

.battle-live-top {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 9px;
  align-items: center;
}

.battle-live-top h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.15;
}

.battle-live-top > strong {
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: var(--yellow);
  font-size: 0.72rem;
}

.live-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 7px rgba(255, 107, 95, 0.14);
  animation: livePulse 1.25s ease-in-out infinite;
}

.battle-power-row,
.battle-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.battle-power-row span,
.battle-breakdown article {
  min-width: 0;
  padding: 8px;
  border-radius: 15px;
  color: rgba(255, 250, 244, 0.68);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.64rem;
  font-weight: 850;
  text-align: center;
}

.battle-power-row strong,
.battle-breakdown strong {
  display: block;
  margin-top: 2px;
  color: var(--white);
  font-size: 0.88rem;
}

.battle-crown-strip {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 209, 102, 0.32);
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(16, 24, 40, 0.28);
}

.battle-crown-strip svg {
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 50%;
  color: #101828;
  background: var(--yellow);
  stroke-width: 2.4;
}

.battle-crown-strip span {
  display: block;
  color: rgba(255, 250, 244, 0.6);
  font-size: 0.6rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.battle-crown-strip strong {
  display: block;
  overflow: hidden;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 1000;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.battle-crown-strip em {
  min-width: 58px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 209, 102, 0.92);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 1000;
  text-align: center;
}

.battle-breakdown {
  margin: 12px 0 10px;
}

.battle-breakdown article {
  display: grid;
  gap: 2px;
}

.battle-breakdown article span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
}

.battle-breakdown strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hype-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.hype-meter span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--green), var(--yellow));
  transition: width 320ms ease;
}

.style-only-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(55, 213, 191, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(55, 213, 191, 0.14), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.075);
}

.style-only-callout span {
  padding: 7px 9px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--white));
  font-size: 0.6rem;
  font-weight: 1000;
  white-space: nowrap;
}

.style-only-callout p {
  margin: 0;
  color: rgba(255, 250, 244, 0.72);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.28;
}

.battle-arena {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: center;
  gap: 8px;
}

.battle-card {
  position: relative;
  min-height: 278px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.battle-card.leading {
  border-color: rgba(255, 209, 102, 0.5);
  box-shadow: 0 18px 36px rgba(255, 209, 102, 0.13);
}

.battle-card.battle-pop {
  transform: translateY(-4px) scale(1.015);
}

.battle-art {
  position: relative;
  height: 172px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 22px;
}

.battle-art.varsity {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 250, 244, 0.48) 0 8px, transparent 9px),
    linear-gradient(145deg, #172033, #ff6b5f 54%, #ffd166);
}

.battle-art.chroma {
  background:
    radial-gradient(circle at 75% 16%, rgba(255, 250, 244, 0.48) 0 8px, transparent 9px),
    linear-gradient(145deg, #37d5bf, #6694ff 58%, #9b5cff);
}

.battle-art::before {
  width: 70px;
  height: 46px;
  left: 26px;
  top: 58px;
  border-radius: 18px 18px 26px 26px;
  transform: rotate(-6deg);
}

.battle-art::after {
  width: 82px;
  height: 25px;
  right: 12px;
  bottom: 23px;
  transform: rotate(-11deg);
}

.battle-badge {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 1;
  padding: 5px 7px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.88);
  font-size: 0.6rem;
  font-weight: 1000;
}

.battle-crown {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 250, 244, 0.5);
  border-radius: 50%;
  color: #101828;
  background: var(--yellow);
  box-shadow: 0 10px 24px rgba(255, 209, 102, 0.32);
  opacity: 0;
  transform: translateY(-7px) scale(0.78) rotate(-8deg);
  transition: opacity 220ms ease, transform 220ms ease;
}

.battle-crown svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.5;
}

.battle-card.leading .battle-crown {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
  animation: crownBounce 1.8s ease-in-out infinite;
}

.battle-flash {
  position: absolute;
  inset: auto 14px 13px auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.42);
}

.battle-seed {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 250, 244, 0.56);
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

.battle-tag {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.battle-card > strong {
  display: block;
  margin: 5px 0 10px;
  font-size: 1.85rem;
}

.battle-score-row {
  display: grid;
  gap: 1px;
  margin: 0 0 10px;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(16, 24, 40, 0.22);
}

.battle-score-row span {
  color: rgba(255, 250, 244, 0.54);
  font-size: 0.56rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.battle-score-row strong {
  color: var(--yellow);
  font-size: 0.95rem;
  font-weight: 1000;
  line-height: 1;
}

.versus {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #101828;
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 1000;
  box-shadow: 0 0 0 8px rgba(255, 250, 244, 0.08);
  animation: versusFloat 2s ease-in-out infinite;
}

.vote-meter {
  height: 18px;
  margin: 14px 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.vote-meter span {
  display: block;
  width: 52%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), var(--yellow));
  transition: width 300ms ease;
}

.battle-twist-row {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.battle-twist-row::-webkit-scrollbar {
  display: none;
}

.battle-twist-row button {
  min-height: 34px;
  flex: 1 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0 11px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 950;
  cursor: pointer;
}

.battle-twist-row button.active {
  color: #101828;
  background: var(--teal);
}

@keyframes livePulse {
  0%,
  100% {
    transform: scale(0.86);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes crownBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.04);
  }
}

@keyframes versusFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes animalFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-3px) rotate(1deg);
  }
}

@keyframes animalEarWiggle {
  0%,
  100% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

@keyframes animalPulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes creatorDiamondFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-1px) scale(1.04);
  }
}

@keyframes creatorDiamondHaloPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes creatorDiamondSweep {
  0%,
  36% {
    opacity: 0;
    transform: translateX(-120%) rotate(18deg);
  }

  52% {
    opacity: 0.9;
  }

  78%,
  100% {
    opacity: 0;
    transform: translateX(125%) rotate(18deg);
  }
}

@keyframes creatorDiamondInnerPulse {
  0%,
  100% {
    opacity: 0.42;
  }

  48% {
    opacity: 0.94;
  }
}

@keyframes creatorDiamondGlintPulse {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.76);
  }

  45% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes creatorSparkle {
  0%,
  100% {
    opacity: 0;
    transform: rotate(45deg) scale(0.42);
  }

  38% {
    opacity: 1;
    transform: rotate(45deg) scale(1.08);
  }

  64% {
    opacity: 0.4;
    transform: rotate(45deg) scale(0.72);
  }
}

.private-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.global-room {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 15px;
  background: linear-gradient(135deg, rgba(102, 148, 255, 0.16), rgba(55, 213, 191, 0.1));
}

.global-globe {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
}

.global-room h3 {
  max-width: 220px;
}

.global-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.global-stats span {
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 16px;
  color: rgba(255, 250, 244, 0.68);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
}

.global-stats strong {
  margin-right: 4px;
  color: var(--white);
  font-size: 1rem;
}

.passport-card,
.live-studio-card,
.comment-rewriter-card {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid rgba(55, 213, 191, 0.2);
  border-radius: 21px;
  background:
    radial-gradient(circle at 92% 10%, rgba(55, 213, 191, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.075);
}

.passport-card {
  border-color: rgba(255, 209, 102, 0.22);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 209, 102, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.11), rgba(55, 213, 191, 0.08)),
    rgba(255, 255, 255, 0.075);
}

.passport-stamp-row,
.live-studio-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.passport-stamp-row span,
.live-studio-board span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 14px;
  padding: 7px;
  color: rgba(255, 250, 244, 0.76);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.6rem;
  font-weight: 1000;
  text-align: center;
}

.passport-stamp-row span {
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
}

.passport-card p,
.live-studio-card p,
.comment-rewriter-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

.live-studio-card {
  border-color: rgba(102, 148, 255, 0.24);
  background:
    radial-gradient(circle at 90% 10%, rgba(102, 148, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.1), rgba(155, 92, 255, 0.08)),
    rgba(255, 255, 255, 0.075);
}

.comment-rewriter-card {
  border-color: rgba(153, 209, 123, 0.24);
  background:
    radial-gradient(circle at 10% 12%, rgba(153, 209, 123, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.075);
}

.safe-room-panel {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid rgba(102, 148, 255, 0.2);
  border-radius: 21px;
  background:
    radial-gradient(circle at 92% 10%, rgba(102, 148, 255, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.075);
}

.safe-room-panel h3 {
  font-size: 0.92rem;
}

.room-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.room-chip-grid button,
.global-mode-grid button {
  min-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(255, 250, 244, 0.72);
  background: rgba(16, 24, 40, 0.3);
  font-size: 0.66rem;
  font-weight: 1000;
  cursor: pointer;
}

.room-chip-grid button.active,
.global-mode-grid button.active {
  color: #101828;
  border-color: transparent;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
}

.safe-room-panel p,
.recap-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

.recap-card {
  grid-template-columns: minmax(0, 1fr) 94px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 107, 95, 0.12), rgba(55, 213, 191, 0.1)),
    rgba(255, 255, 255, 0.075);
}

.recap-card canvas {
  width: 94px;
  height: 94px;
}

.recap-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.recap-card .mini-action {
  margin-top: 10px;
}

.recap-metrics span {
  min-width: 0;
  padding: 7px;
  border-radius: 13px;
  color: rgba(255, 250, 244, 0.7);
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.58rem;
  font-weight: 900;
  text-align: center;
}

.recap-metrics strong {
  display: block;
  color: var(--white);
  font-size: 0.88rem;
}

.global-thread {
  display: grid;
  gap: 10px;
}

.message-card {
  display: grid;
  gap: 8px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.08);
}

.boss-member-card {
  border: 1px solid rgba(122, 200, 255, 0.44);
  background:
    radial-gradient(circle at 88% 12%, rgba(122, 200, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(69, 170, 255, 0.18), rgba(55, 213, 191, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 244, 0.05),
    0 18px 38px rgba(69, 170, 255, 0.14),
    0 0 28px rgba(122, 200, 255, 0.08);
}

.boss-member-card .message-chip {
  color: #071525;
  background: linear-gradient(135deg, #9fdcff, #37d5bf);
  box-shadow: 0 8px 20px rgba(122, 200, 255, 0.2);
}

.boss-member-card .message-avatar {
  display: grid;
  box-shadow: 0 0 0 2px rgba(159, 220, 255, 0.24), 0 10px 22px rgba(21, 148, 255, 0.16);
}

.boss-member-card .message-author {
  align-items: center;
}

.boss-member-card .message-author strong {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.message-topline,
.message-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.message-footer {
  flex-wrap: wrap;
}

.message-author {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.message-avatar-cluster {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}

.message-avatar-cluster .boss-crest {
  width: 36px;
  height: 36px;
  margin-left: 0;
  vertical-align: 0;
}

.message-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #101828;
  background: linear-gradient(135deg, var(--message-a, var(--coral)), var(--message-b, var(--yellow)));
  font-size: 0.78rem;
  font-weight: 1000;
}

.message-author strong,
.message-author span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-author strong {
  display: flex;
  align-items: center;
  gap: 5px;
}

.message-author span {
  display: block;
}

.message-author .message-avatar-cluster {
  display: inline-flex;
  overflow: visible;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  white-space: normal;
}

.message-author .message-avatar-cluster .message-avatar {
  display: grid;
  overflow: visible;
  color: #101828;
  font-size: 0.78rem;
  font-weight: 1000;
  white-space: normal;
}

.message-author .message-avatar-cluster .boss-crest {
  overflow: visible;
}

.message-author span,
.message-time,
.message-footer span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
}

.message-card p {
  margin: 0;
  color: rgba(255, 250, 244, 0.9);
  font-size: 0.88rem;
  line-height: 1.38;
}

.message-chip {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.86);
  font-size: 0.64rem;
  font-weight: 1000;
}

.reply-count {
  flex: 0 0 auto;
}

.message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: auto;
}

.reply-list {
  display: grid;
  gap: 7px;
  padding-left: 14px;
  border-left: 2px solid rgba(55, 213, 191, 0.28);
}

.reply-card {
  display: grid;
  gap: 5px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(16, 24, 40, 0.32);
}

.reply-card > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.reply-card strong {
  color: var(--white);
  font-size: 0.76rem;
}

.reply-card span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
}

.reply-card p {
  font-size: 0.78rem;
}

.reply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.reply-card .message-action {
  justify-self: start;
}

.reply-composer {
  display: none;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 9px;
  border: 1px solid rgba(255, 209, 102, 0.16);
  border-radius: 16px;
  background: rgba(255, 209, 102, 0.07);
}

.reply-composer.open {
  display: grid;
}

.reply-composer label {
  display: grid;
  gap: 5px;
}

.reply-composer label span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
}

.reply-composer input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px 11px;
  border-radius: 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
  font-size: 0.8rem;
}

.reply-composer input::placeholder {
  color: rgba(255, 250, 244, 0.45);
}

.safety-inline {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(55, 213, 191, 0.22);
  border-radius: 20px;
  background: rgba(55, 213, 191, 0.08);
}

.safety-inline svg {
  width: 28px;
  height: 28px;
  color: var(--teal);
}

.safety-inline p {
  margin: 0;
  color: rgba(255, 250, 244, 0.76);
  font-size: 0.76rem;
  line-height: 1.35;
}

.ai-guardian-panel,
.ai-safety-card {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(153, 209, 123, 0.2);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(153, 209, 123, 0.11), rgba(102, 148, 255, 0.09));
}

.ai-guardian-topline {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
}

.ai-orb {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fffaf4, var(--teal) 34%, var(--blue) 74%);
  box-shadow: 0 0 18px rgba(55, 213, 191, 0.35);
}

.ai-orb::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(16, 24, 40, 0.44);
  border-radius: inherit;
  content: "";
}

.ai-guardian-topline h3,
.ai-safety-card h3 {
  margin: 0;
  font-size: 0.94rem;
}

.ai-guardian-topline strong {
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: var(--green);
  font-size: 0.62rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.ai-guard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.ai-guard-metrics span {
  min-width: 0;
  padding: 8px;
  border-radius: 14px;
  color: rgba(255, 250, 244, 0.72);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.64rem;
  font-weight: 800;
  text-align: center;
}

.ai-guard-metrics strong {
  display: block;
  color: var(--yellow);
  font-size: 0.95rem;
}

.ai-training-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ai-training-chips span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.78);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.62rem;
  font-weight: 900;
}

.chat-composer {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 10px;
  align-items: end;
  margin-top: 12px;
  padding: 12px;
  background: rgba(16, 24, 40, 0.94);
}

.chat-composer label {
  display: grid;
  gap: 6px;
}

.chat-composer label span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
}

.chat-composer input {
  height: 44px;
  border-radius: 15px;
  padding: 0 12px;
}

.chat-composer .icon-button {
  color: #101828;
  background: var(--teal);
  box-shadow: none;
}

.switch {
  width: 58px;
  height: 34px;
  padding: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.switch span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  transition: transform 200ms ease, background 200ms ease;
}

.switch[aria-pressed="true"] {
  background: var(--teal);
}

.switch[aria-pressed="true"] span {
  transform: translateX(24px);
  background: #101828;
}

.chart-panel {
  margin-bottom: 12px;
  padding: 16px;
}

.chart-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.chart-panel canvas {
  width: 100%;
  max-width: 100%;
}

.style-dna-layout {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 13px;
  align-items: center;
}

.style-dna-layout canvas {
  width: 138px;
  height: 138px;
}

.dna-stat-list {
  display: grid;
  gap: 8px;
}

.dna-stat-list span {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  overflow: hidden;
  border-radius: 14px;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.08);
}

.dna-stat-list span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--dna);
  background: linear-gradient(90deg, rgba(55, 213, 191, 0.42), rgba(255, 209, 102, 0.24));
}

.dna-stat-list strong,
.dna-stat-list em {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
}

.dna-stat-list em {
  color: var(--yellow);
  font-style: normal;
  font-weight: 1000;
}

.fit-score-card {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 209, 102, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.1), rgba(102, 148, 255, 0.09)),
    rgba(255, 255, 255, 0.08);
}

.fit-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.fit-score-grid span {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 72px;
  overflow: hidden;
  border-radius: 16px;
  padding: 10px;
  background: rgba(16, 24, 40, 0.28);
}

.fit-score-grid span::after {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--teal) 0 var(--fit-score), rgba(255, 255, 255, 0.12) var(--fit-score) 100%);
  content: "";
}

.fit-score-grid strong {
  color: rgba(255, 250, 244, 0.78);
  font-size: 0.66rem;
}

.fit-score-grid em {
  color: var(--yellow);
  font-size: 1rem;
  font-style: normal;
  font-weight: 1000;
}

.fit-score-card p,
.wrapped-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

.trend-map-panel {
  background:
    radial-gradient(circle at 82% 12%, rgba(55, 213, 191, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.08);
}

.trend-map-panel canvas {
  height: 152px;
}

.trend-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
}

.trend-map-legend span {
  padding: 6px 8px;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.76);
  background: rgba(16, 24, 40, 0.3);
  font-size: 0.62rem;
  font-weight: 900;
}

.kindness-card {
  background:
    radial-gradient(circle at 88% 8%, rgba(153, 209, 123, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.1), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.kindness-layout {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 12px 0;
}

.kindness-meter {
  display: grid;
  place-items: center;
  align-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #101828 0 52%, transparent 53%),
    conic-gradient(var(--green) 0 var(--kindness-ring, 96%), rgba(255, 255, 255, 0.12) var(--kindness-ring, 96%) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 244, 0.12);
}

.kindness-meter strong {
  color: var(--white);
  font-size: 1.56rem;
  line-height: 1;
}

.kindness-meter span {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.kindness-signal-list {
  display: grid;
  gap: 8px;
}

.kindness-signal-list span {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  overflow: hidden;
  border-radius: 14px;
  padding: 0 9px;
  background: rgba(16, 24, 40, 0.28);
}

.kindness-signal-list span::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--kindness);
  background: linear-gradient(90deg, rgba(153, 209, 123, 0.44), rgba(55, 213, 191, 0.24));
  content: "";
}

.kindness-signal-list strong,
.kindness-signal-list em {
  position: relative;
  z-index: 1;
  font-size: 0.66rem;
}

.kindness-signal-list em {
  color: var(--green);
  font-style: normal;
  font-weight: 1000;
}

.championship-card {
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.12), rgba(155, 92, 255, 0.11)),
    rgba(255, 255, 255, 0.08);
}

.league-card {
  border-color: rgba(102, 148, 255, 0.24);
  background:
    radial-gradient(circle at 90% 10%, rgba(102, 148, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 209, 102, 0.11), rgba(55, 213, 191, 0.09)),
    rgba(255, 255, 255, 0.08);
}

.champion-bracket {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.champion-bracket span,
.champion-bracket strong {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 7px;
  border-radius: 14px;
  text-align: center;
}

.champion-bracket span {
  color: rgba(255, 250, 244, 0.74);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.65rem;
  font-weight: 900;
}

.champion-bracket strong {
  grid-row: span 2;
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
  font-size: 0.68rem;
}

.global-access-card {
  background:
    linear-gradient(135deg, rgba(55, 213, 191, 0.12), rgba(102, 148, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
}

.graduation-path-card {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 209, 102, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.11), rgba(153, 209, 123, 0.09)),
    rgba(255, 255, 255, 0.08);
}

.graduation-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.graduation-path span,
.graduation-path strong {
  display: grid;
  place-items: center;
  min-height: 36px;
  padding: 7px;
  border-radius: 14px;
  text-align: center;
}

.graduation-path span {
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--white));
  font-size: 0.58rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.graduation-path strong {
  color: rgba(255, 250, 244, 0.78);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.65rem;
}

.graduation-path-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

.wrapped-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 107, 95, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(155, 92, 255, 0.11), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.wrapped-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 12px 0;
}

.wrapped-metrics span {
  min-height: 54px;
  padding: 8px 6px;
  border-radius: 15px;
  color: rgba(255, 250, 244, 0.68);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.58rem;
  font-weight: 900;
  text-align: center;
}

.wrapped-metrics strong {
  display: block;
  color: var(--white);
  font-size: 0.96rem;
}

.global-mode-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.accessibility-save-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  padding: 9px;
  border-radius: 16px;
  background: rgba(16, 24, 40, 0.24);
}

.accessibility-save-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1.25;
}

.accessibility-super-button {
  margin-top: 10px;
}

.split-chart {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 16px;
  align-items: center;
}

.heat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.heat-grid span {
  aspect-ratio: 1;
  border-radius: 10px;
  background: color-mix(in srgb, var(--teal) calc(var(--heat) * 100%), rgba(255, 255, 255, 0.12));
}

.premium-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 20px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 107, 95, 0.32), rgba(55, 213, 191, 0.2)),
    rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 54px rgba(4, 8, 18, 0.24);
}

.premium-hero h2 {
  margin: 8px 0;
  font-size: 2.35rem;
}

.premium-hero p:not(.eyebrow) {
  width: min(270px, 100%);
  color: var(--muted);
  line-height: 1.45;
}

.premium-orbit {
  position: absolute;
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 50%;
}

.premium-orbit.one {
  width: 164px;
  height: 164px;
  right: -48px;
  top: -42px;
}

.premium-orbit.two {
  width: 100px;
  height: 100px;
  right: 34px;
  bottom: -30px;
}

.premium-hero-topline,
.premium-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.premium-hero-topline span,
.premium-card-header > span {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--premium-a), var(--premium-b));
  font-size: 0.62rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.premium-feature-grid,
.premium-studio {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.premium-path-card,
.premium-group-card {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(4, 8, 18, 0.14);
}

.premium-path-card {
  background:
    linear-gradient(135deg, rgba(55, 213, 191, 0.13), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.premium-path-grid {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.premium-path-grid article {
  display: grid;
  gap: 4px;
  padding: 11px;
  border-radius: 16px;
  background: rgba(16, 24, 40, 0.28);
}

.premium-path-grid span {
  width: fit-content;
  padding: 4px 7px;
  border-radius: 999px;
  color: #101828;
  background: var(--yellow);
  font-size: 0.58rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.premium-path-grid strong {
  font-size: 0.86rem;
}

.premium-path-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.32;
}

.billing-readiness-card {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(55, 213, 191, 0.3);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(55, 213, 191, 0.18), rgba(102, 148, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(4, 8, 18, 0.18);
}

.billing-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.billing-status-grid article {
  min-width: 0;
  padding: 10px;
  border-radius: 16px;
  background: rgba(16, 24, 40, 0.34);
}

.billing-status-grid span,
.billing-plan-card span,
.billing-event-card span {
  display: block;
  color: var(--yellow);
  font-size: 0.58rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.billing-status-grid strong,
.billing-plan-card strong,
.billing-event-card strong {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  line-height: 1.15;
}

.billing-readiness-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.billing-action-row,
.policy-link-row,
.policy-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.policy-link-row button,
.policy-link-row a,
.policy-pill-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 999px;
  color: var(--white);
  background: rgba(16, 24, 40, 0.42);
  font-size: 0.72rem;
  font-weight: 1000;
  text-decoration: none;
}

.policy-link-row button.active,
.policy-pill-row button.active {
  color: #101828;
  border-color: transparent;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
}

.billing-fine-print {
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 250, 244, 0.08);
}

.billing-sheet,
.policy-sheet {
  max-height: 90vh;
}

.billing-plan-grid {
  display: grid;
  gap: 10px;
}

.billing-plan-card,
.billing-event-card {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 18px;
  background: rgba(16, 24, 40, 0.36);
}

.billing-plan-card.ready {
  border-color: rgba(55, 213, 191, 0.5);
  box-shadow: inset 0 0 0 1px rgba(55, 213, 191, 0.24);
}

.billing-plan-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.38;
}

.primary-action.compact {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
}

.billing-event-card {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.billing-safe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.billing-safe-grid span {
  padding: 10px;
  border-radius: 14px;
  color: var(--white);
  background: rgba(55, 213, 191, 0.12);
  font-size: 0.68rem;
  font-weight: 900;
}

.policy-body {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.policy-body article {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 250, 244, 0.08);
}

.policy-body strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 0.84rem;
}

.policy-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.42;
}

.premium-group-card {
  overflow: hidden;
}

.premium-group-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  cursor: pointer;
  list-style: none;
}

.premium-group-card summary::-webkit-details-marker {
  display: none;
}

.premium-group-card summary span {
  font-size: 0.88rem;
  font-weight: 1000;
}

.premium-group-card summary strong {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--premium-a), var(--premium-b));
  font-size: 0.6rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.premium-group-card .premium-feature-grid,
.premium-group-card .premium-studio {
  margin-top: 12px;
}

.boss-club-card {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 15px;
  border: 1px solid rgba(102, 148, 255, 0.34);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(102, 148, 255, 0.2), rgba(55, 213, 191, 0.1)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(102, 148, 255, 0.1);
}

.boss-club-topline,
.boss-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.boss-club-topline h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.12;
}

.boss-crest-preview,
.boss-crest {
  position: relative;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  place-items: center;
  flex: 0 0 auto;
  overflow: visible;
  isolation: isolate;
  border: 0;
  background: transparent;
  filter:
    drop-shadow(0 0 8px rgba(159, 220, 255, 0.82))
    drop-shadow(0 0 22px rgba(21, 148, 255, 0.48));
  animation: bossStarFloat 2.8s ease-in-out infinite;
}

.boss-crest-preview::before,
.boss-crest::before {
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(159, 220, 255, 0.42), rgba(69, 170, 255, 0.16) 42%, transparent 70%);
  content: "";
  pointer-events: none;
  transform: scale(1.18);
  animation: bossStarHalo 1.8s ease-in-out infinite;
  z-index: 0;
}

.boss-crest-preview::after,
.boss-crest::after {
  position: absolute;
  top: 8%;
  right: 5%;
  width: 18%;
  height: 18%;
  background: #fffaff;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  content: "";
  pointer-events: none;
  animation: bossStarSpark 1.25s steps(2, end) infinite;
  z-index: 4;
}

.boss-crest-preview {
  width: 86px;
  height: 86px;
}

.boss-crest {
  width: 48px;
  height: 48px;
  margin-left: 7px;
  vertical-align: -0.86em;
}

.boss-star-svg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 2;
  animation: bossStarFlicker 1.55s steps(2, end) infinite;
}

.boss-star-aura {
  fill: rgba(21, 148, 255, 0.32);
  stroke: rgba(159, 220, 255, 0.72);
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.boss-star-core {
  fill: #1594ff;
  stroke: rgba(255, 250, 244, 0.86);
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.boss-star-cut {
  fill: #d8f3ff;
  opacity: 0.9;
}

.boss-star-flash {
  fill: #f4fbff;
  opacity: 0.96;
}

@keyframes bossStarFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-1px) scale(1.04);
  }
}

@keyframes bossStarHalo {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(1.05);
  }

  50% {
    opacity: 0.98;
    transform: scale(1.28);
  }
}

@keyframes bossStarFlicker {
  0%,
  100% {
    opacity: 0.92;
    transform: rotate(-1deg) scale(1);
  }

  18% {
    opacity: 1;
    transform: rotate(1deg) scale(1.04);
  }

  31% {
    opacity: 0.72;
    transform: rotate(-2deg) scale(0.98);
  }

  43%,
  78% {
    opacity: 1;
    transform: rotate(1deg) scale(1.06);
  }
}

@keyframes bossStarSpark {
  0%,
  100% {
    opacity: 0.25;
    transform: rotate(45deg) scale(0.56);
  }

  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.15);
  }
}

.creator-diamond {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  margin-left: 7px;
  isolation: isolate;
  overflow: visible;
  vertical-align: -0.58em;
  animation: creatorDiamondFloat 2.6s ease-in-out infinite;
}

.creator-diamond::before {
  display: none;
  content: "";
}

.creator-diamond::after {
  display: none;
  content: "";
}

.creator-diamond-svg {
  width: 39px;
  height: 39px;
  overflow: visible;
}

.creator-diamond-shadow {
  fill: rgba(126, 201, 255, 0.36);
  stroke: rgba(255, 252, 242, 0.98);
  stroke-width: 2.55;
  stroke-linejoin: round;
}

.creator-diamond-top {
  fill: #fffdf4;
}

.creator-diamond-left {
  fill: #c8f7ff;
}

.creator-diamond-center {
  fill: #ffffff;
}

.creator-diamond-right {
  fill: #79b8ff;
}

.creator-diamond-top,
.creator-diamond-left,
.creator-diamond-center,
.creator-diamond-right {
  stroke: rgba(255, 255, 255, 0.46);
  stroke-linejoin: round;
  stroke-width: 0.5;
}

.creator-diamond-flare {
  fill: rgba(255, 255, 255, 0.86);
  opacity: 0.72;
  animation: creatorDiamondInnerPulse 2.25s ease-in-out infinite;
  transform-origin: center;
}

.creator-diamond-lines {
  fill: none;
  stroke: rgba(8, 17, 34, 0.34);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.creator-diamond-glint {
  fill: #fffdf4;
  transform-box: fill-box;
  transform-origin: center;
  animation: creatorDiamondGlintPulse 1.75s ease-in-out infinite;
}

.creator-diamond-sparkle {
  position: absolute;
  width: 9px;
  height: 9px;
  transform: rotate(45deg) scale(0.6);
  background: #fffefa;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  opacity: 0;
  animation: creatorSparkle 1.8s ease-in-out infinite;
}

.creator-diamond-sparkle.one {
  top: -1px;
  right: 1px;
}

.creator-diamond-sparkle.two {
  left: 1px;
  bottom: 2px;
  width: 7px;
  height: 7px;
  animation-delay: 0.68s;
}

.boss-club-card p {
  margin: 0;
  color: rgba(255, 250, 244, 0.72);
  font-size: 0.74rem;
  line-height: 1.35;
}

.boss-room-grid {
  display: grid;
  gap: 8px;
}

.boss-room-grid article {
  display: grid;
  gap: 5px;
  padding: 11px;
  border-radius: 16px;
  background: rgba(16, 24, 40, 0.28);
}

.boss-room-grid span,
.boss-room-grid small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 850;
}

.boss-room-grid strong {
  font-size: 0.84rem;
}

.boss-perk-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.boss-perk-row span {
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.84);
  font-size: 0.62rem;
  font-weight: 1000;
}

.boss-exclusive-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.boss-exclusive-actions button {
  min-height: 38px;
  border: 1px solid rgba(102, 148, 255, 0.28);
  border-radius: 14px;
  color: var(--white);
  background: rgba(24, 119, 242, 0.2);
  font-size: 0.66rem;
  font-weight: 1000;
  cursor: pointer;
}

.boss-action-row strong {
  color: var(--yellow);
  font-size: 0.78rem;
}

.points-unlock-card {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 209, 102, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 209, 102, 0.13), rgba(55, 213, 191, 0.1)),
    rgba(255, 255, 255, 0.08);
}

.points-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.points-topline h3 {
  margin: 0;
  font-size: 1.1rem;
}

.points-topline h3 span {
  color: var(--yellow);
}

.points-topline > span {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: var(--teal);
  font-size: 0.62rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.point-progress {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.point-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--yellow));
  transition: width 260ms ease;
}

.points-unlock-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

.earn-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.earn-chip-row span {
  padding: 6px 7px;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.8);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.62rem;
  font-weight: 1000;
}

.premium-pass-list {
  display: grid;
  gap: 8px;
}

.premium-pass-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(16, 24, 40, 0.26);
}

.premium-pass-list article.active {
  border-color: rgba(55, 213, 191, 0.36);
  background: rgba(55, 213, 191, 0.1);
}

.premium-pass-list strong,
.premium-pass-list span {
  display: block;
}

.premium-pass-list strong {
  font-size: 0.78rem;
}

.premium-pass-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.24;
}

.premium-pass-list button {
  min-width: 76px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 10px;
  color: #101828;
  background: linear-gradient(135deg, var(--premium-a), var(--premium-b));
  font-size: 0.62rem;
  font-weight: 1000;
  cursor: pointer;
}

.premium-pass-list button.locked {
  color: rgba(255, 250, 244, 0.76);
  background: rgba(255, 255, 255, 0.12);
}

.premium-pass-list button:disabled {
  color: #101828;
  background: var(--teal);
  cursor: default;
}

.premium-feature-grid {
  grid-template-columns: repeat(2, 1fr);
}

.premium-feature-grid article,
.premium-tool-card,
.family-dashboard {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.premium-feature-grid article {
  min-height: 126px;
  padding: 12px;
}

.premium-feature-grid article span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-bottom: 9px;
  border-radius: 10px;
  color: #101828;
  background: linear-gradient(135deg, var(--premium-a), var(--premium-b));
  font-size: 0.7rem;
  font-weight: 1000;
}

.premium-feature-grid strong,
.premium-tool-card h3,
.family-dashboard h3 {
  display: block;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.1;
}

.premium-feature-grid p,
.premium-tool-card p,
.family-dashboard p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

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

.profile-theme-card {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--premium-a) 22%, transparent), color-mix(in srgb, var(--premium-b) 14%, transparent)),
    rgba(255, 255, 255, 0.08);
}

.theme-swatch-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.theme-swatch-row button {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  cursor: pointer;
}

.theme-swatch-row button.active {
  border-color: var(--white);
  box-shadow: 0 0 0 3px rgba(255, 250, 244, 0.12);
}

.theme-swatch-row [data-premium-theme="sunrise"] {
  background: linear-gradient(135deg, #ff6b5f, #ffd166);
}

.theme-swatch-row [data-premium-theme="aqua"] {
  background: linear-gradient(135deg, #37d5bf, #6694ff);
}

.theme-swatch-row [data-premium-theme="royal"] {
  background: linear-gradient(135deg, #9b5cff, #ffd166);
}

.theme-swatch-row [data-premium-theme="mono"] {
  background: linear-gradient(135deg, #fffaf4, #99d17b);
}

.outfit-remix-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(102, 148, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(155, 92, 255, 0.14), rgba(55, 213, 191, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.remix-mode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.remix-mode-grid button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: rgba(255, 250, 244, 0.76);
  background: rgba(16, 24, 40, 0.32);
  font-size: 0.64rem;
  font-weight: 1000;
  cursor: pointer;
}

.remix-mode-grid button.active {
  color: #101828;
  border-color: transparent;
  background: linear-gradient(135deg, var(--premium-a), var(--premium-b));
  box-shadow: 0 10px 20px rgba(55, 213, 191, 0.14);
}

.mini-action {
  min-width: 68px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  color: #101828;
  background: var(--teal);
  font-size: 0.66rem;
  font-weight: 1000;
  white-space: nowrap;
  cursor: pointer;
}

.closet-builder-card {
  background:
    linear-gradient(135deg, rgba(55, 213, 191, 0.12), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.closet-memory-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(153, 209, 123, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.11), rgba(255, 250, 244, 0.06)),
    rgba(255, 255, 255, 0.08);
}

.closet-memory-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.closet-memory-row span {
  padding: 7px 8px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--leaf), var(--teal));
  font-size: 0.62rem;
  font-weight: 1000;
}

.ar-preview-card {
  background:
    radial-gradient(circle at 84% 8%, rgba(102, 148, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(155, 92, 255, 0.12), rgba(55, 213, 191, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.ar-preview-stage {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border-radius: 19px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 22%, rgba(102, 148, 255, 0.34), transparent 42%),
    rgba(16, 24, 40, 0.32);
  background-size: 24px 24px, 24px 24px, auto, auto;
}

.ar-avatar,
.ar-layer,
.ar-scan-line {
  position: absolute;
  display: block;
}

.ar-avatar {
  width: 46px;
  height: 82px;
  left: 50%;
  bottom: 18px;
  border-radius: 24px 24px 16px 16px;
  background: rgba(255, 250, 244, 0.78);
  transform: translateX(-50%);
}

.ar-avatar::before {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 9px;
  top: -20px;
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.32);
  filter: blur(5px);
  content: "";
}

.ar-layer.jacket {
  width: 66px;
  height: 28px;
  left: calc(50% - 33px);
  top: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  opacity: 0.88;
}

.ar-layer.sneaker {
  width: 72px;
  height: 13px;
  left: calc(50% - 36px);
  bottom: 17px;
  border-radius: 999px;
  background: var(--yellow);
}

.ar-scan-line {
  left: 16px;
  right: 16px;
  top: 24px;
  height: 2px;
  border-radius: 999px;
  background: rgba(55, 213, 191, 0.9);
  box-shadow: 0 0 18px rgba(55, 213, 191, 0.45);
  animation: arScan 2s ease-in-out infinite;
}

@keyframes arScan {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(82px);
  }
}

.personal-coach-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 209, 102, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 107, 95, 0.11), rgba(55, 213, 191, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.creator-toolkit-card {
  border-color: rgba(255, 250, 244, 0.24);
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 250, 244, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.12), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.coach-signal-grid,
.creator-toolkit-grid,
.low-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.coach-signal-grid span,
.creator-toolkit-grid span,
.low-data-grid span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  padding: 7px;
  color: rgba(255, 250, 244, 0.76);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.62rem;
  font-weight: 1000;
  text-align: center;
}

.creator-toolkit-grid span {
  color: #101828;
  background: linear-gradient(135deg, var(--white), var(--yellow));
}

.closet-builder-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

.closet-builder-grid span {
  display: grid;
  place-items: end center;
  min-height: 64px;
  border-radius: 16px;
  padding: 8px 5px;
  color: #101828;
  background:
    radial-gradient(circle at 68% 22%, rgba(255, 250, 244, 0.78) 0 7px, transparent 8px),
    linear-gradient(145deg, var(--closet-a), var(--closet-b));
  font-size: 0.64rem;
  font-weight: 1000;
}

.lookbook-list,
.premium-challenge-list {
  display: grid;
  gap: 8px;
}

.lookbook-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 52px;
  padding: 8px;
  border-radius: 15px;
  background: rgba(16, 24, 40, 0.24);
}

.lookbook-list article > span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--look-a), var(--look-b));
}

.lookbook-list strong,
.lookbook-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lookbook-list small,
.empty-lookbook {
  color: var(--muted);
  font-size: 0.68rem;
}

.premium-stat-bars {
  display: grid;
  gap: 8px;
}

.premium-stat-bars span {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  overflow: hidden;
  border-radius: 14px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.08);
}

.premium-stat-bars span::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  background: linear-gradient(90deg, color-mix(in srgb, var(--premium-a) 62%, transparent), color-mix(in srgb, var(--premium-b) 40%, transparent));
  content: "";
}

.premium-stat-bars strong,
.premium-stat-bars em {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 1000;
}

.schedule-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.schedule-controls select {
  min-height: 40px;
  padding: 9px 11px;
  border-radius: 14px;
  font-size: 0.78rem;
}

.premium-challenge-list article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  overflow: hidden;
  padding: 10px;
  border-radius: 16px;
  background: rgba(16, 24, 40, 0.24);
}

.premium-challenge-list strong,
.premium-challenge-list span,
.premium-challenge-list em {
  position: relative;
  z-index: 1;
}

.premium-challenge-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
}

.premium-challenge-list em {
  color: var(--yellow);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 1000;
}

.premium-challenge-list i {
  position: absolute;
  inset: auto 0 0 0;
  width: var(--challenge-progress);
  height: 4px;
  background: linear-gradient(90deg, var(--premium-a), var(--premium-b));
}

.style-assistant-card label {
  display: grid;
  gap: 6px;
}

.style-assistant-card label span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
}

.assistant-output {
  min-height: 44px;
  padding: 10px;
  border-radius: 15px;
  background: rgba(16, 24, 40, 0.28);
}

.primary-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  border: 0;
  border-radius: 18px;
  color: #101828;
  background: var(--white);
  font-weight: 1000;
  cursor: pointer;
}

.perk-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.perk-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.perk-list svg {
  width: 32px;
  height: 32px;
  color: var(--teal);
}

.perk-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.school-sheet-backdrop {
  position: absolute;
  inset: 0;
  z-index: 18;
  display: flex;
  align-items: end;
  padding: 14px;
  background: rgba(8, 12, 23, 0.54);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.school-sheet-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.school-sheet {
  width: 100%;
  max-height: min(640px, calc(100% - 24px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: 10px 16px 16px;
  background: rgba(16, 24, 40, 0.96);
  box-shadow: 0 -22px 60px rgba(4, 8, 18, 0.42);
  transform: translateY(24px);
  transition: transform 180ms ease;
}

.school-sheet-backdrop.open .school-sheet {
  transform: translateY(0);
}

.sheet-handle {
  width: 42px;
  height: 5px;
  margin: 2px auto 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.sheet-note {
  margin: -4px 0 12px;
  color: rgba(255, 250, 244, 0.62);
  font-size: 0.76rem;
  line-height: 1.35;
}

.welcome-sheet {
  max-height: min(690px, calc(100% - 18px));
  background:
    radial-gradient(circle at 8% 8%, rgba(55, 213, 191, 0.18), transparent 38%),
    rgba(16, 24, 40, 0.97);
}

.welcome-path {
  display: grid;
  gap: 9px;
}

.welcome-path article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 10px;
  border: 1px solid rgba(255, 250, 244, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.welcome-path article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
  font-weight: 1000;
}

.welcome-path strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.15;
}

.welcome-path p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.3;
}

.welcome-path button {
  min-width: 58px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 10px;
  color: #101828;
  background: var(--white);
  font-size: 0.66rem;
  font-weight: 1000;
  cursor: pointer;
}

.school-list {
  display: grid;
  gap: 8px;
  max-height: 224px;
  overflow: auto;
  margin-bottom: 14px;
  padding-right: 2px;
  scrollbar-width: none;
}

.school-list::-webkit-scrollbar {
  display: none;
}

.zip-finder {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.school-finder-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding: 5px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.school-finder-tabs button {
  min-height: 36px;
  border: 0;
  border-radius: 14px;
  color: rgba(255, 250, 244, 0.7);
  background: transparent;
  font-size: 0.76rem;
  font-weight: 1000;
  cursor: pointer;
}

.school-finder-tabs button.active {
  color: #101828;
  background: var(--teal);
}

.zip-finder label {
  display: grid;
  gap: 6px;
}

.zip-finder .hidden {
  display: none;
}

.overseas-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zip-finder label span,
.school-section-label,
.school-form label span,
.invite-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.zip-finder input {
  font-size: 1.05rem;
  font-weight: 900;
}

#zipCodeInput {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.zip-status {
  margin: -1px 0 0;
  color: rgba(255, 250, 244, 0.62);
  font-size: 0.76rem;
  line-height: 1.35;
}

.area-school-list {
  max-height: 196px;
  margin-bottom: 0;
}

.saved-school-list {
  max-height: 142px;
}

.school-section-label {
  margin: 4px 0 8px;
  text-transform: uppercase;
}

.school-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.school-initial {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
  font-size: 0.9rem;
  font-weight: 1000;
}

.school-row h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.school-row p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.school-row button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  color: #101828;
  background: var(--white);
  font-size: 0.72rem;
  font-weight: 1000;
  cursor: pointer;
}

.school-row.active button {
  color: rgba(255, 250, 244, 0.74);
  background: rgba(255, 255, 255, 0.1);
}

.school-empty-row {
  padding: 13px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  line-height: 1.35;
}

.manual-school-details {
  margin-top: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.manual-school-details summary {
  min-height: 44px;
  padding: 13px 14px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.school-form {
  display: grid;
  gap: 10px;
  padding: 0 12px 12px;
}

.school-form label {
  display: grid;
  gap: 6px;
}

.profile-sheet {
  max-height: min(720px, calc(100% - 18px));
}

.auth-sheet {
  max-height: min(620px, calc(100% - 18px));
}

.profile-form,
.auth-form {
  display: grid;
  gap: 11px;
}

.profile-form label,
.auth-form label {
  display: grid;
  gap: 6px;
}

.profile-form label span,
.auth-form label span,
.profile-preview span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.auth-form .hidden {
  display: none;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-bottom: 12px;
  padding: 5px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.auth-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 14px;
  color: rgba(255, 250, 244, 0.7);
  background: transparent;
  font-size: 0.76rem;
  font-weight: 1000;
  cursor: pointer;
}

.auth-tabs button.active {
  color: #101828;
  background: var(--teal);
}

.captcha-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(120px, 1fr) 38px;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid rgba(102, 148, 255, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(102, 148, 255, 0.12), rgba(255, 209, 102, 0.07)),
    rgba(255, 255, 255, 0.055);
}

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

.captcha-card strong {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
}

.captcha-code {
  display: flex;
  justify-content: center;
  gap: 5px;
  min-height: 42px;
  padding: 8px 9px;
  border-radius: 14px;
  background: rgba(255, 250, 244, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 244, 0.1);
}

.captcha-code span {
  display: grid;
  place-items: center;
  min-width: 22px;
  color: #101828;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--yellow), #fffaf4);
  font-size: 1rem;
  font-weight: 1000;
  transform: rotate(var(--captcha-tilt));
}

.captcha-refresh {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 14px;
  color: #101828;
  background: var(--teal);
  cursor: pointer;
}

.captcha-refresh svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.6;
}

.profile-preview {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 209, 102, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}

.profile-preview strong {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  font-size: 1rem;
}

.profile-preview p {
  margin: 4px 0 0;
  color: rgba(255, 250, 244, 0.62);
  font-size: 0.72rem;
  line-height: 1.3;
}

.profile-field-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 8px;
}

.private-access {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(55, 213, 191, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(55, 213, 191, 0.1), rgba(255, 209, 102, 0.06)),
    rgba(255, 255, 255, 0.055);
}

.private-access-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.private-access-header span,
.private-access-field span {
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0;
}

.private-access-header strong {
  display: block;
  margin-top: 2px;
  font-size: 0.92rem;
}

.private-access-lock {
  justify-self: end;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828 !important;
  background: var(--teal);
  white-space: nowrap;
}

.auth-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.auth-method {
  min-height: 36px;
  border: 1px solid rgba(255, 250, 244, 0.13);
  border-radius: 12px;
  padding: 0 9px;
  color: rgba(255, 250, 244, 0.74);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.68rem;
  font-weight: 1000;
  cursor: pointer;
}

.auth-method.active {
  color: #101828;
  border-color: rgba(255, 209, 102, 0.64);
  background: var(--yellow);
}

.private-access-field {
  display: grid;
  gap: 6px;
}

.private-access-field.disabled {
  opacity: 0.62;
}

.private-access-field.disabled input {
  cursor: not-allowed;
}

.private-access p {
  margin: 0;
  color: rgba(255, 250, 244, 0.62);
  font-size: 0.72rem;
  line-height: 1.35;
}

.privacy-defaults {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(55, 213, 191, 0.2);
  border-radius: 18px;
  background: rgba(55, 213, 191, 0.08);
}

.privacy-defaults strong {
  display: block;
  font-size: 0.88rem;
}

.privacy-defaults p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.35;
}

.privacy-defaults > span {
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: var(--teal);
  font-size: 0.64rem;
  font-weight: 1000;
}

.consent-row {
  grid-template-columns: 20px 1fr;
  align-items: start;
  padding: 10px 11px;
  border: 1px solid rgba(255, 209, 102, 0.22);
  border-radius: 16px;
  background: rgba(255, 209, 102, 0.08);
}

.consent-row.hidden {
  display: none;
}

.consent-row.restricted {
  border-color: rgba(255, 107, 95, 0.38);
  background: rgba(255, 107, 95, 0.12);
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  padding: 0;
  accent-color: var(--teal);
}

.consent-row span {
  color: rgba(255, 250, 244, 0.76);
  font-size: 0.74rem;
  line-height: 1.35;
}

.profile-scan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.profile-scan-grid span {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 7px;
  border-radius: 14px;
  color: rgba(255, 250, 244, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.64rem;
  font-weight: 1000;
  text-align: center;
}

.profile-scan-grid span.cleared {
  color: #101828;
  background: var(--green);
}

.invite-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(55, 213, 191, 0.14), rgba(255, 209, 102, 0.1));
}

.invite-card strong {
  color: var(--yellow);
  letter-spacing: 0.08em;
}

.safety-sheet {
  display: grid;
  gap: 12px;
}

.safety-hero-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(55, 213, 191, 0.2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(55, 213, 191, 0.12), rgba(255, 209, 102, 0.08));
}

.safety-hero-card p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.face-demo {
  position: relative;
  height: 116px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 244, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(255, 250, 244, 0.5) 0 7px, transparent 8px),
    linear-gradient(145deg, rgba(102, 148, 255, 0.45), rgba(16, 24, 40, 0.86));
  background-size: 24px 24px, 24px 24px, auto, auto;
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 244, 0.04),
    0 16px 34px rgba(4, 8, 18, 0.2);
}

.demo-body {
  position: absolute;
  width: 52px;
  height: 48px;
  left: 28px;
  bottom: 18px;
  border-radius: 24px 24px 13px 13px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.88), rgba(255, 250, 244, 0.72)),
    var(--white);
  box-shadow: 0 12px 24px rgba(4, 8, 18, 0.24);
}

.demo-face {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 33px;
  top: 13px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96), rgba(232, 237, 248, 0.82));
  box-shadow: 0 10px 22px rgba(4, 8, 18, 0.2);
}

.demo-face.blurred {
  filter: blur(7px);
  transform: scale(1.05);
}

.demo-blur-band {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 45px;
  height: 34px;
  border: 1px solid rgba(255, 250, 244, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(102, 148, 255, 0.82), rgba(55, 213, 191, 0.9));
  box-shadow:
    0 0 0 1px rgba(55, 213, 191, 0.12),
    0 10px 24px rgba(55, 213, 191, 0.24);
}

.demo-blur-band::after {
  position: absolute;
  inset: 50% -14px auto;
  height: 2px;
  background: rgba(55, 213, 191, 0.82);
  box-shadow: 0 0 12px rgba(55, 213, 191, 0.52);
  content: "";
}

.demo-shield {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 27px;
  height: 27px;
  padding: 5px;
  border-radius: 10px;
  color: #101828;
  background: linear-gradient(135deg, var(--yellow), var(--teal));
  box-shadow: 0 10px 20px rgba(4, 8, 18, 0.22);
}

.demo-shield path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.demo-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--white), var(--yellow));
  box-shadow: 0 9px 18px rgba(4, 8, 18, 0.18);
  font-size: 0.6rem;
  font-weight: 1000;
}

.trust-center-card {
  display: grid;
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(102, 148, 255, 0.24);
  border-radius: 21px;
  background:
    radial-gradient(circle at 88% 10%, rgba(102, 148, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 250, 244, 0.08), rgba(55, 213, 191, 0.08));
}

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

.trust-grid span {
  min-height: 45px;
  padding: 9px;
  border-radius: 15px;
  color: rgba(255, 250, 244, 0.68);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.64rem;
  font-weight: 900;
  text-align: center;
}

.trust-grid strong {
  display: block;
  color: var(--teal);
  font-size: 0.92rem;
}

.trust-score-card {
  display: grid;
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(55, 213, 191, 0.24);
  border-radius: 21px;
  background:
    radial-gradient(circle at 88% 10%, rgba(55, 213, 191, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.12), rgba(153, 209, 123, 0.1)),
    rgba(255, 255, 255, 0.07);
}

.trust-score-layout {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.trust-score-meter {
  display: grid;
  place-items: center;
  align-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #101828 0 52%, transparent 53%),
    conic-gradient(var(--teal) 0 var(--trust-ring, 98%), rgba(255, 255, 255, 0.12) var(--trust-ring, 98%) 100%);
}

.trust-score-meter strong {
  color: var(--white);
  font-size: 1.56rem;
  line-height: 1;
}

.trust-score-meter span {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.trust-signal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.trust-signal-list span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  padding: 7px;
  color: rgba(255, 250, 244, 0.72);
  background: rgba(16, 24, 40, 0.28);
  font-size: 0.62rem;
  font-weight: 1000;
  text-align: center;
}

.trust-score-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

.award-readiness-card,
.moderation-ops-card,
.safety-appeal-card,
.low-data-card {
  display: grid;
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(255, 209, 102, 0.22);
  border-radius: 21px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 209, 102, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 107, 95, 0.1), rgba(55, 213, 191, 0.08)),
    rgba(255, 255, 255, 0.07);
}

.award-readiness-card {
  border-color: rgba(55, 213, 191, 0.26);
  background:
    radial-gradient(circle at 90% 10%, rgba(55, 213, 191, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(102, 148, 255, 0.12), rgba(255, 209, 102, 0.08)),
    rgba(255, 255, 255, 0.07);
}

.moderation-ops-card {
  border-color: rgba(102, 148, 255, 0.28);
  background:
    radial-gradient(circle at 12% 8%, rgba(102, 148, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.1), rgba(255, 250, 244, 0.06)),
    rgba(255, 255, 255, 0.07);
}

.moderation-queue-list {
  display: grid;
  gap: 7px;
}

.moderation-queue-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 54px;
  padding: 9px;
  border-radius: 16px;
  background: rgba(16, 24, 40, 0.28);
}

.moderation-queue-item strong,
.moderation-queue-item span,
.moderation-queue-item em {
  display: block;
}

.moderation-queue-item strong {
  color: var(--white);
  font-size: 0.72rem;
  line-height: 1.12;
}

.moderation-queue-item span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1.24;
}

.moderation-queue-item em {
  min-width: 68px;
  padding: 7px 8px;
  border-radius: 999px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow));
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 1000;
  text-align: center;
}

.moderation-control-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
}

.moderation-control-row > span {
  min-width: 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.2;
}

.moderation-control-row strong {
  color: var(--teal);
}

.low-data-card {
  border-color: rgba(102, 148, 255, 0.24);
  background:
    radial-gradient(circle at 90% 10%, rgba(102, 148, 255, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(55, 213, 191, 0.1), rgba(255, 250, 244, 0.06)),
    rgba(255, 255, 255, 0.07);
}

.award-readiness-card p,
.moderation-ops-card p,
.safety-appeal-card p,
.low-data-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.34;
}

.safety-grid {
  display: grid;
  gap: 8px;
}

.safety-grid article {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.safety-grid strong {
  font-size: 0.86rem;
}

.safety-grid span {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.34;
}

.family-dashboard {
  display: grid;
  gap: 11px;
  padding: 13px;
  background:
    linear-gradient(135deg, rgba(102, 148, 255, 0.14), rgba(153, 209, 123, 0.1)),
    rgba(255, 255, 255, 0.07);
}

.family-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.family-metrics span {
  min-width: 0;
  padding: 8px;
  border-radius: 14px;
  color: rgba(255, 250, 244, 0.66);
  background: rgba(16, 24, 40, 0.26);
  font-size: 0.62rem;
  font-weight: 900;
  text-align: center;
}

.family-metrics strong {
  display: block;
  overflow: hidden;
  color: var(--white);
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.family-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.family-controls span {
  padding: 6px 8px;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 250, 244, 0.82);
  font-size: 0.62rem;
  font-weight: 1000;
}

.digest-action-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.digest-action-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.3;
}

.tabbar {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 25px;
  background: rgba(10, 16, 29, 0.78);
  backdrop-filter: blur(18px);
}

.tab {
  display: grid;
  place-items: center;
  gap: 3px;
  min-width: 0;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  color: rgba(255, 250, 244, 0.54);
  background: transparent;
  cursor: pointer;
}

.tab svg {
  width: 20px;
  height: 20px;
}

.tab span {
  font-size: 0.64rem;
  font-weight: 800;
}

.tab.active {
  color: #101828;
  background: var(--white);
}

.desktop-board {
  display: grid;
  gap: 18px;
  align-content: center;
}

.brand-lockup {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}

.brand-lockup > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  color: #101828;
  background: linear-gradient(135deg, var(--teal), var(--yellow) 50%, var(--coral));
  font-size: 1.45rem;
  font-weight: 1000;
}

.brand-lockup p,
.board-copy {
  margin-bottom: 8px;
  color: var(--yellow);
  font-weight: 900;
}

.brand-lockup strong {
  display: block;
  max-width: 540px;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.board-copy {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 250, 244, 0.68);
  font-size: 1.06rem;
  line-height: 1.45;
}

.board-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  color: #101828;
  background: var(--white);
  font-weight: 1000;
  cursor: pointer;
}

.board-action svg {
  width: 18px;
  height: 18px;
}

.board-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 440px;
}

.board-stats span {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.7);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
}

.board-stats strong {
  margin-right: 5px;
  color: var(--white);
  font-size: 1rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 30;
  width: min(330px, calc(100vw - 32px));
  padding: 13px 16px;
  border-radius: 18px;
  color: #101828;
  background: var(--white);
  font-weight: 900;
  text-align: center;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate(-50%, 18px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 820px) {
  body {
    background: #101828;
  }

  .stage {
    display: block;
    min-height: 100svh;
    padding: 0;
  }

  .phone {
    --view-offset: 350px;
    width: 100%;
    height: 100svh;
    min-height: 650px;
    border: 0;
    border-radius: 0;
  }

  .phone::before,
  .desktop-board {
    display: none;
  }

  .topbar {
    padding-top: max(14px, env(safe-area-inset-top));
  }

  .phone.compact {
    --view-offset: 306px;
  }

  .hero-card {
    height: clamp(176px, 24vh, 226px);
  }

  .school-list {
    max-height: 204px;
  }

  .area-school-list {
    max-height: 164px;
  }

  .saved-school-list {
    max-height: 108px;
  }

  .moderation-control-row {
    grid-template-columns: 1fr;
  }

  .moderation-control-row .mini-action {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .account-card,
  .start-here-card,
  .profile-preview,
  .profile-field-grid,
  .private-access-header,
  .auth-method-grid,
  .captcha-card,
  .welcome-path article,
  .live-award-tile,
  .launch-suite-grid article,
  .mission-card,
  .kindness-layout,
  .fit-score-grid,
  .wrapped-metrics,
  .passport-stamp-row,
  .live-studio-board,
  .coach-signal-grid,
  .creator-toolkit-grid,
  .low-data-grid,
  .trust-score-layout,
  .trust-signal-list,
  .premium-feature-grid,
  .premium-pass-list article,
  .boss-exclusive-actions,
  .remix-mode-grid,
  .schedule-controls,
  .family-metrics,
  .digest-action-row {
    grid-template-columns: 1fr;
  }

  .graduation-path {
    grid-template-columns: 1fr;
  }

  .account-actions {
    justify-items: stretch;
  }

  .start-here-button {
    min-height: 50px;
  }

  .launch-suite-grid article {
    grid-template-areas:
      "icon title"
      "icon copy"
      "action action";
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .launch-suite-grid .mini-action {
    justify-self: start;
    margin-top: 4px;
  }

  .quick-action-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .welcome-path button {
    width: 100%;
  }

  .profile-avatar {
    width: 48px;
    height: 48px;
  }

  .profile-edit-button,
  .account-logout-button {
    width: 100%;
  }

  .private-access-lock {
    justify-self: start;
  }

  .battle-arena,
  .split-chart {
    grid-template-columns: 1fr;
  }

  .versus {
    margin: 0 auto;
  }

  .battle-card {
    min-height: auto;
  }

  .battle-art {
    height: 126px;
  }

  .phone {
    --view-offset: 344px;
  }

  .phone.compact {
    --view-offset: 304px;
  }

  .hero-overlay h2 {
    font-size: 1.22rem;
  }

  .school-list {
    max-height: 176px;
  }

  .area-school-list {
    max-height: 116px;
  }

  .saved-school-list {
    max-height: 72px;
  }
}
