:root {
  color-scheme: dark;
  --bg: #090b0f;
  --panel: #111821;
  --panel-strong: #172231;
  --text: #f7fafc;
  --muted: #a7b2c3;
  --line: rgba(255, 255, 255, 0.11);
  --gold: #f8c342;
  --lime: #9bf23e;
  --alpha-action: linear-gradient(135deg, var(--gold), var(--lime));
  --cyan: #29d3ff;
  --red: #ff4f4f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(41, 211, 255, 0.13), transparent 30%),
    radial-gradient(circle at 83% 10%, rgba(248, 195, 66, 0.12), transparent 26%),
    linear-gradient(145deg, #080a0d 0%, #0f1218 42%, #07080a 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 240'%3E%3Cg fill='none' stroke='%23f8c342' stroke-width='18' stroke-linecap='round' opacity='.09'%3E%3Cpath d='M150 120h260'/%3E%3Cpath d='M105 62v116M137 80v80M423 80v80M455 62v116'/%3E%3C/g%3E%3C/svg%3E") center 46% / min(78vw, 760px) auto no-repeat,
    linear-gradient(115deg, transparent 0 42%, rgba(41, 211, 255, 0.08) 45%, transparent 48%),
    radial-gradient(circle at 12% 72%, rgba(255, 79, 79, 0.09), transparent 24%),
    radial-gradient(circle at 88% 72%, rgba(155, 242, 62, 0.08), transparent 24%);
  animation: energyDrift 9s ease-in-out infinite alternate;
  content: "";
}

body:has(.alpha-coach-shell) .app-shell {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0;
}

body.alpha-coach-active {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  overscroll-behavior: none;
}
body.alpha-coach-active .app-shell { width: 100%; height: 100%; min-height: 0; padding: 0; }
body.alpha-coach-active .topbar { display: none; }
body.alpha-coach-active #app { height: 100%; min-height: 0; }
body.alpha-coach-active .alpha-coach-shell { height: 100%; min-height: 0; }

body:has(.alpha-coach-shell) .topbar { display: none; }
body:has(.alpha-coach-shell) #app { height: 100%; }

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-shell {
  width: min(100%, 520px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 16px 16px 28px;
}

.topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  margin-bottom: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(248, 195, 66, 0.45);
  border-radius: 8px;
  color: #10130d;
  background: var(--alpha-action);
  font-weight: 900;
}

.eyebrow,
.brand-subtitle,
.section-kicker,
.metric-label,
.coupon-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-subtitle {
  margin-top: 2px;
  color: var(--text);
  font-size: 0.85rem;
}

.admin-link {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.screen {
  display: none;
  animation: rise 360ms ease both;
}

.screen.active {
  display: block;
}

.hero {
  position: relative;
  min-height: calc(100vh - 110px);
  padding: 22px 0 0;
  overflow: hidden;
}

.hero-visual {
  position: relative;
  height: 390px;
  margin: 6px 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(248, 195, 66, 0.18), transparent 52%),
    linear-gradient(160deg, #050607 0%, #0d1117 58%, #050607 100%);
  box-shadow: var(--shadow);
}

.hero-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(96%, 360px);
  height: auto;
  max-height: calc(100% - 24px);
  object-fit: contain;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 1px rgba(248, 195, 66, 0.24),
    0 22px 60px rgba(0, 0, 0, 0.55);
}

.hero-visual .plate,
.hero-visual .bolt,
.hero-visual .shake-bottle {
  display: none;
}

.plate {
  position: absolute;
  top: 116px;
  width: 92px;
  height: 48px;
  border: 10px solid #2b3644;
  border-radius: 999px;
  box-shadow: inset 0 0 0 8px #10161f;
}

.plate-left {
  left: 28px;
}

.plate-right {
  right: 28px;
}

.plate-left::after,
.plate-right::after {
  position: absolute;
  top: 13px;
  width: 175px;
  height: 8px;
  background: linear-gradient(90deg, #6f7d8d, #d8e0e8, #6f7d8d);
  content: "";
}

.plate-left::after {
  left: 68px;
}

.plate-right::after {
  right: 68px;
}

.bolt {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 42px;
  height: 92px;
  transform: translateX(-50%) skew(-12deg);
  clip-path: polygon(48% 0, 100% 0, 65% 38%, 100% 38%, 28% 100%, 45% 52%, 0 52%);
  background: linear-gradient(180deg, var(--gold), var(--lime));
  filter: drop-shadow(0 0 22px rgba(248, 195, 66, 0.5));
}

.shake-bottle {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 76px;
  height: 112px;
  transform: translateX(-50%) rotate(-7deg);
  border: 3px solid #f7fafc;
  border-radius: 14px 14px 22px 22px;
  background: linear-gradient(180deg, rgba(41, 211, 255, 0.24), rgba(155, 242, 62, 0.24));
}

.shake-bottle::before {
  position: absolute;
  top: -22px;
  left: 18px;
  width: 34px;
  height: 18px;
  border-radius: 5px 5px 2px 2px;
  background: #f7fafc;
  content: "";
}

.shake-bottle span {
  position: absolute;
  inset: auto 10px 14px;
  height: 48px;
  border-radius: 10px 10px 16px 16px;
  background: linear-gradient(180deg, #f8c342, #9bf23e);
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 12px;
  border: 1px solid rgba(155, 242, 62, 0.32);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(155, 242, 62, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 14px;
  font-size: clamp(3rem, 15vw, 4.9rem);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  margin-bottom: 18px;
  color: #d8e0e8;
  font-size: 1rem;
  line-height: 1.55;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 22px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.benefit-grid span,
.insight,
.reward-panel,
.metric-card,
.chart-card,
.result-card,
.checkout-panel,
.share-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 24, 33, 0.72);
}

.benefit-grid span {
  display: grid;
  gap: 4px;
  min-height: 44px;
  padding: 13px 14px;
  color: #eef5fa;
  font-weight: 800;
}

.benefit-grid strong {
  display: block;
  color: var(--text);
  font-size: 0.96rem;
}

.benefit-grid small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
}

.hero-actions {
  display: grid;
  gap: 10px;
}

.secondary-link {
  display: grid;
  place-items: center;
  min-height: 52px;
  border: 1px solid rgba(248, 195, 66, 0.4);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(248, 195, 66, 0.08);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.ghost-link {
  display: grid;
  min-height: 52px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-action,
.secondary-action,
.ghost-action,
.option-card {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.12;
}

.primary-action {
  display: grid;
  place-items: center;
  color: #09100b;
  background: var(--alpha-action);
  box-shadow: 0 16px 36px rgba(155, 242, 62, 0.18);
  text-decoration: none;
}

.secondary-action {
  display: grid;
  place-items: center;
  padding: 12px 14px;
  color: var(--text);
  border: 1px solid rgba(41, 211, 255, 0.4);
  background: rgba(41, 211, 255, 0.12);
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ghost-action {
  display: grid;
  place-items: center;
  padding: 12px 14px;
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  text-decoration: none;
}

.landing-section {
  margin: 18px 0;
  padding: 18px 0;
  scroll-margin-top: 18px;
}

.returning-section {
  padding: 18px;
  border: 1px solid rgba(155, 242, 62, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 10%, rgba(155, 242, 62, 0.15), transparent 34%),
    rgba(17, 24, 33, 0.72);
}

.returning-section .section-copy h2 {
  margin-top: 0;
}

.returning-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.feature-guide-section {
  padding-block: 10px;
}

.feature-guide-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.feature-guide-grid a {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(45, 213, 255, 0.22);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(17, 24, 33, 0.78), rgba(8, 11, 15, 0.74)),
    radial-gradient(circle at 100% 0%, rgba(45, 213, 255, 0.08), transparent 36%);
  text-decoration: none;
}

.feature-guide-grid a:hover {
  border-color: rgba(155, 242, 62, 0.42);
}

.feature-guide-grid strong {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-guide-grid span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.38;
}

.demo-views-section .feature-guide-grid a::before {
  content: "🔒 Demo";
  width: max-content;
  padding: 5px 8px;
  border-radius: 999px;
  color: #081014;
  background: var(--alpha-action);
  font-size: 0.68rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.activation-playbook {
  display: grid;
  gap: 10px;
}

.partner-step-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(45, 213, 255, 0.18);
  border-radius: 10px;
  background: rgba(8, 10, 14, 0.42);
}

.partner-step-card > strong {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #071014;
  background: var(--alpha-action);
  font-size: 0.95rem;
  font-weight: 1000;
}

.partner-step-card span,
.partner-step-card b,
.partner-step-card small {
  display: block;
  min-width: 0;
}

.partner-step-card b {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 1000;
  line-height: 1.15;
}

.partner-step-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
}

.section-title,
.section-copy h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.45rem, 7vw, 2.6rem);
  line-height: 1.05;
}

.section-copy p {
  margin: 10px 0 0;
  color: #dfe8ef;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.55;
}

.section-caption {
  margin: -4px 0 14px;
  color: #dfe8ef;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

.share-links {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  gap: 8px;
  margin: 12px 0 20px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 11, 15, 0.88);
  backdrop-filter: blur(12px);
}

.share-links a {
  flex: 0 0 auto;
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.share-links a:hover,
.share-links a:focus-visible {
  color: #081009;
  background: var(--alpha-action);
  outline: none;
}

.mission-section,
.pilot-section,
.supplier-section,
.founder-section,
.trust-section,
.contact-section {
  border-top: 1px solid var(--line);
}

.step-grid,
.metrics-grid,
.category-grid,
.trust-grid {
  display: grid;
  gap: 10px;
}

.process-card,
.metrics-grid div,
.category-grid div,
.catalog-panel,
.roadmap div,
.founder-card,
.contact-panel,
.inquiry-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 24, 33, 0.72);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.process-card {
  position: relative;
  min-height: 88px;
  padding: 16px;
  overflow: hidden;
  animation: cardGlow 5.5s ease-in-out infinite;
}

.process-card span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 8px;
  color: #09100b;
  background: var(--alpha-action);
  font-size: 0.78rem;
  font-weight: 900;
}

.process-card strong {
  display: block;
  line-height: 1.25;
}

.metrics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0;
}

.metrics-grid div {
  min-height: 116px;
  padding: 14px;
}

.metrics-grid strong {
  display: block;
  color: var(--lime);
  font-size: clamp(1.55rem, 8vw, 2.5rem);
  line-height: 1;
}

.metrics-grid span,
.objective-list span,
.benefit-list span,
.trust-grid span {
  color: #dfe8ef;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

.objective-list,
.benefit-list {
  display: grid;
  gap: 8px;
}

.objective-list span,
.benefit-list span,
.trust-grid span {
  min-height: 42px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.partner-layout {
  display: grid;
  gap: 14px;
}

.partner-portal-grid,
.partner-score-grid {
  display: grid;
  gap: 14px;
}

.portal-card,
.partner-assessment-form,
.partner-success {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 24, 33, 0.72);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.portal-card {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.portal-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: rgba(41, 211, 255, 0.12);
  font-size: 1.6rem;
}

.portal-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1.15;
}

.portal-card p {
  margin: 0;
  color: #dfe8ef;
  font-weight: 700;
  line-height: 1.45;
}

.partner-assessment {
  padding-bottom: 24px;
}

.partner-assessment h1,
.partner-success h1 {
  margin: 8px 0 10px;
  font-size: clamp(1.9rem, 8vw, 3.1rem);
  line-height: 1.04;
}

.partner-question .assessment-head {
  margin-bottom: 12px;
}

.partner-flow-mark {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(155, 242, 62, 0.45);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(155, 242, 62, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(248, 195, 66, 0.22), rgba(41, 211, 255, 0.16));
  box-shadow: 0 0 28px rgba(155, 242, 62, 0.12);
  font-size: 1.6rem;
}

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

.partner-score-strip div {
  display: grid;
  gap: 4px;
  min-height: 68px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 24, 33, 0.72);
}

.partner-score-strip span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-score-strip strong {
  color: var(--lime);
  font-size: clamp(1rem, 5vw, 1.6rem);
  line-height: 1.05;
}

.progress-track {
  height: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.progress-track div {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--lime));
  transition: width 220ms ease;
}

.partner-options {
  margin: 12px 0 0;
}

.partner-step-note {
  margin: 0;
  color: #dfe8ef;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.partner-current-question {
  margin: 6px 0 8px;
  color: var(--text);
  font-size: clamp(1.45rem, 7vw, 2.25rem);
  line-height: 1.08;
}

.partner-options.multi .option-card {
  min-height: 76px;
}

.partner-single-input {
  width: 100%;
  min-height: 58px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(9, 11, 15, 0.72);
  font: inherit;
  font-weight: 800;
  outline: none;
}

textarea.partner-single-input {
  min-height: 116px;
  padding: 14px;
  resize: vertical;
}

.partner-single-input:focus {
  border-color: rgba(155, 242, 62, 0.65);
  box-shadow: 0 0 0 3px rgba(155, 242, 62, 0.12);
}

.partner-input-grid {
  gap: 10px;
  margin-top: 12px;
}

.partner-input-grid .partner-single-input {
  margin-top: 0;
}

.partner-assessment-form {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.partner-field {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-field input,
.partner-field select,
.partner-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(9, 11, 15, 0.72);
  outline: none;
}

.partner-field input,
.partner-field select {
  min-height: 48px;
  padding: 0 12px;
}

.partner-field textarea {
  resize: vertical;
  padding: 12px;
}

.partner-checks {
  margin: 0;
  padding: 0;
  border: 0;
}

.partner-checks legend {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
}

.partner-check-grid {
  display: grid;
  gap: 8px;
}

.partner-check-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: none;
}

.partner-check-grid input {
  width: 16px;
  height: 16px;
  accent-color: var(--lime);
}

.partner-success {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.inquiry-form {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.inquiry-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(9, 11, 15, 0.72);
  outline: none;
}

.inquiry-form input {
  min-height: 48px;
  padding: 0 12px;
}

.inquiry-form textarea {
  resize: vertical;
  padding: 12px;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: rgba(155, 242, 62, 0.65);
  box-shadow: 0 0 0 3px rgba(155, 242, 62, 0.12);
}

.category-grid div {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: var(--text);
  font-weight: 900;
  text-align: center;
}

.catalog-section {
  border-top: 1px solid var(--line);
}

.catalog-panel {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(41, 211, 255, 0.12), rgba(248, 195, 66, 0.08)),
    rgba(17, 24, 33, 0.78);
}

.catalog-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.catalog-logo {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(155, 242, 62, 0.45);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 45%, rgba(155, 242, 62, 0.32), transparent 48%),
    linear-gradient(135deg, rgba(248, 195, 66, 0.24), rgba(41, 211, 255, 0.18));
  box-shadow: 0 0 36px rgba(155, 242, 62, 0.18);
}

.catalog-logo span {
  position: relative;
  z-index: 2;
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 900;
}

.catalog-logo i {
  position: absolute;
  inset: 12px;
  border: 3px solid rgba(248, 195, 66, 0.72);
  border-top-color: var(--cyan);
  border-radius: 999px;
  animation: catalogSpin 4s linear infinite;
}

.catalog-panel h2 {
  margin: 0;
  font-size: clamp(1.5rem, 7vw, 2.5rem);
  line-height: 1.05;
}

.catalog-panel p {
  margin: 0;
  color: #dfe8ef;
  font-weight: 700;
  line-height: 1.55;
}

.catalog-product-grid {
  display: grid;
  gap: 10px;
}

.catalog-product-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: rgba(0, 0, 0, 0.2);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.catalog-product-card:hover,
.catalog-product-card:focus-visible {
  border-color: rgba(155, 242, 62, 0.52);
  background: rgba(155, 242, 62, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.catalog-product-card img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  background: #090b0f;
}

.catalog-product-card h3 {
  margin: 0 0 5px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.catalog-product-card p {
  font-size: 0.82rem;
  line-height: 1.35;
}

.catalog-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.catalog-modal-card {
  position: relative;
  width: min(100%, 560px);
  max-height: min(86vh, 720px);
  display: grid;
  gap: 14px;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(155, 242, 62, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 20% 0%, rgba(41, 211, 255, 0.16), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(248, 195, 66, 0.14), transparent 36%),
    #10151d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.catalog-modal-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.6rem, 7vw, 2.4rem);
  line-height: 1.05;
}

.catalog-modal-card p {
  margin: 0;
  color: #dfe8ef;
  font-weight: 750;
  line-height: 1.45;
}

.catalog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.6rem;
  font-weight: 900;
  cursor: pointer;
}

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

.ingredient-list span {
  min-height: 44px;
  display: grid;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.85rem;
  font-weight: 850;
  line-height: 1.25;
}

.catalog-note {
  padding: 12px;
  border-left: 4px solid var(--lime);
  border-radius: 8px;
  background: rgba(155, 242, 62, 0.08);
}

@keyframes catalogSpin {
  to {
    transform: rotate(360deg);
  }
}

.status-pill {
  width: fit-content;
  min-height: 34px;
  display: inline-grid;
  padding: 0 12px;
  place-items: center;
  border: 1px solid rgba(248, 195, 66, 0.45);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(248, 195, 66, 0.1);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.catalog-checks span {
  min-height: 42px;
  display: grid;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
}

.vending-section {
  border-top: 1px solid var(--line);
}

.video-grid,
.vending-info-grid {
  display: grid;
  gap: 10px;
}

.video-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 24, 33, 0.72);
}

.video-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: #05070a;
}

.video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-thumb::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.68));
  content: "";
}

.video-thumb button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  min-height: 34px;
  display: grid;
  padding: 0 10px;
  place-items: center;
  border-radius: 8px;
  border: 0;
  color: #09100b;
  background: var(--alpha-action);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.82);
}

.video-modal-card {
  width: min(100%, 860px);
  display: grid;
  gap: 12px;
}

.video-modal video {
  width: 100%;
  max-height: 76vh;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #000;
}

.video-modal .ghost-action {
  justify-self: center;
  min-width: min(100%, 240px);
}

.video-card strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.15;
  text-transform: uppercase;
}

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

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

.vending-info-grid div {
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.vending-info-grid strong {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vending-info-grid span {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
}

.roadmap {
  position: relative;
  display: grid;
  gap: 10px;
}

.roadmap div {
  position: relative;
  padding: 14px 14px 14px 48px;
}

.roadmap div::before {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--alpha-action);
  box-shadow: 0 0 18px rgba(155, 242, 62, 0.32);
  content: "";
}

.roadmap span {
  display: block;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.roadmap strong {
  display: block;
  margin-top: 4px;
}

.founder-grid {
  display: grid;
  gap: 14px;
}

.founder-card {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.founder-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 8px;
  color: #09100b;
  background: var(--alpha-action);
  font-size: 1.2rem;
  font-weight: 900;
}

.founder-photo {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(155, 242, 62, 0.55);
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(41, 211, 255, 0.07), 0 12px 24px rgba(0, 0, 0, 0.22);
}

.founder-card h2 {
  margin: 0 0 8px;
}

.founder-card p {
  margin: 8px 0 0;
  color: #dfe8ef;
  font-weight: 700;
  line-height: 1.5;
}

.founder-link {
  display: inline-grid;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 14px;
  place-items: center;
  border: 1px solid rgba(41, 211, 255, 0.45);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(41, 211, 255, 0.1);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

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

.source-grid a {
  min-height: 104px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 5px 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.source-grid a:hover,
.source-grid a:focus-visible {
  border-color: rgba(41, 211, 255, 0.56);
  background: rgba(41, 211, 255, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.source-grid i {
  display: grid;
  grid-row: span 2;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(41, 211, 255, 0.42);
  border-radius: 8px;
  color: #081009;
  background: var(--alpha-action);
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 950;
}

.source-grid strong {
  display: block;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.15;
}

.source-grid small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

.trust-footnote {
  max-width: 720px;
  margin: 24px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
}

.contact-panel {
  display: grid;
  gap: 16px;
  padding: 16px;
}

@keyframes cardGlow {
  0%,
  100% {
    border-color: var(--line);
  }
  50% {
    border-color: rgba(41, 211, 255, 0.36);
  }
}

.assessment-head {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px 0 14px;
  background: linear-gradient(180deg, rgba(9, 11, 15, 0.98), rgba(9, 11, 15, 0.82));
  backdrop-filter: blur(12px);
}

.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.live-score {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  align-items: center;
  margin: 8px 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(155, 242, 62, 0.24);
  border-radius: 8px;
  background: rgba(155, 242, 62, 0.08);
}

.live-score span,
.live-score em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.live-score strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--lime);
  font-size: 2rem;
  line-height: 1;
}

.alpha-charge {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.alpha-charge strong {
  color: var(--lime);
}

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

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--lime), var(--gold));
  transition: width 260ms ease;
}

.question-panel {
  padding: 20px 0;
}

.section-kicker {
  margin-bottom: 8px;
  color: var(--cyan);
}

.question-title {
  margin-bottom: 8px;
  font-size: clamp(1.75rem, 8vw, 2.55rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.question-help {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.5;
}

.guidance-panel {
  margin: 16px 0;
  padding: 13px 14px;
  border: 1px solid rgba(41, 211, 255, 0.26);
  border-radius: 8px;
  background: rgba(41, 211, 255, 0.08);
}

.guidance-panel p {
  margin: 0;
  color: #dfe8ef;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
}

.guidance-title {
  margin-bottom: 5px !important;
  color: var(--cyan) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.input-stack,
.options-grid,
.actions-row {
  display: grid;
  gap: 10px;
}

.text-input {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.text-input:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(155, 242, 62, 0.12);
}

.option-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
}

.option-card.selected {
  border-color: rgba(155, 242, 62, 0.8);
  color: #f9fff3;
  background: rgba(155, 242, 62, 0.13);
  box-shadow: 0 0 0 3px rgba(155, 242, 62, 0.1), 0 0 28px rgba(155, 242, 62, 0.12);
}

.option-card.answered-pulse {
  animation: selectedPulse 420ms ease both;
}

.option-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.35rem;
}

.option-text {
  min-width: 0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.recommended-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #09100b;
  background: var(--lime);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: middle;
}

.option-description {
  display: block;
  flex: 1 0 calc(100% - 54px);
  margin-left: 54px;
  margin-top: -6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.25;
}

.partner-option-note {
  display: block;
  flex: 1 0 calc(100% - 42px);
  margin-left: 34px;
  margin-top: -8px;
  color: #b8c4d0;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.option-card.selected .partner-option-note {
  color: #e7f6df;
}

.nav-row {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.loading-screen {
  min-height: calc(100vh - 110px);
  display: grid;
  place-items: center;
  text-align: center;
}

.analysis-ring {
  position: relative;
  width: 156px;
  height: 156px;
  margin: 0 auto 24px;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-top-color: var(--lime);
  border-right-color: var(--gold);
  border-radius: 50%;
  animation: spin 920ms linear infinite;
}

.analysis-ring::after {
  position: absolute;
  inset: 28px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(248, 195, 66, 0.35), rgba(41, 211, 255, 0.24));
  content: "";
}

.analysis-text {
  min-height: 32px;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.results {
  padding-bottom: 26px;
}

.result-header {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.avatar-stage {
  position: relative;
  min-height: 0;
  height: clamp(280px, 58vh, 380px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(10px, 3vw, 18px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #0d1117;
  background-size: 28px 28px, 28px 28px, 100% 100%;
}

.avatar-stage::before,
.avatar-stage::after,
.avatar-aura,
.heartbeat-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.avatar-stage::before {
  opacity: 0.42;
  mix-blend-mode: screen;
  animation: avatarEnergy 2.8s ease-in-out infinite alternate;
}

.avatar-stage::after {
  opacity: 0.34;
  background: repeating-linear-gradient(105deg, transparent 0 34px, rgba(255, 255, 255, 0.1) 35px, transparent 38px);
  transform: translateX(-18%);
  animation: streakMove 4.5s linear infinite;
}

.avatar-effect-fire::before {
  background:
    radial-gradient(circle at 50% 82%, rgba(255, 79, 79, 0.46), transparent 26%),
    radial-gradient(circle at 42% 62%, rgba(248, 195, 66, 0.32), transparent 28%);
}

.avatar-effect-water::before {
  background:
    radial-gradient(circle at 50% 72%, rgba(41, 211, 255, 0.42), transparent 32%),
    linear-gradient(130deg, transparent, rgba(41, 211, 255, 0.22), transparent);
}

.avatar-effect-heart::before {
  background:
    radial-gradient(circle at 50% 60%, rgba(155, 242, 62, 0.34), transparent 32%),
    radial-gradient(circle at 80% 28%, rgba(248, 195, 66, 0.2), transparent 24%);
}

.avatar-aura {
  border-radius: inherit;
  box-shadow: inset 0 0 54px rgba(155, 242, 62, 0.12), 0 0 44px rgba(41, 211, 255, 0.12);
  animation: auraPulse 1.6s ease-in-out infinite;
}

.heartbeat-line {
  top: auto;
  height: 56px;
  background:
    linear-gradient(90deg, transparent, rgba(155, 242, 62, 0.4), transparent),
    linear-gradient(90deg, transparent 0 15%, rgba(155, 242, 62, 0.8) 16% 17%, transparent 18% 24%, rgba(155, 242, 62, 0.8) 25% 26%, transparent 27% 100%);
  opacity: 0.55;
  transform: translateY(18px);
  animation: heartSweep 2.4s ease-in-out infinite;
}

.avatar-art {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  border: 1px solid rgba(248, 195, 66, 0.22);
  border-radius: 8px;
  background: #f7f3ea;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.35));
}

.avatar-fallback {
  display: grid;
  place-items: center;
  width: min(82%, 300px);
  max-width: min(82%, 300px);
  height: 100%;
  aspect-ratio: 280 / 455;
  border: 1px solid rgba(248, 195, 66, 0.42);
  border-radius: 8px;
  color: #09100b;
  background: var(--alpha-action);
  font-size: 4rem;
  font-weight: 900;
}

.score-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 3px solid rgba(155, 242, 62, 0.75);
  border-radius: 50%;
  background: rgba(9, 11, 15, 0.82);
  font-weight: 900;
  animation: scorePulse 1.8s ease-in-out infinite;
}

.score-badge strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.score-badge span {
  color: var(--muted);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.result-card,
.reward-panel,
.checkout-panel,
.share-card,
.dashboard-panel {
  padding: 16px;
}

.blueprint-title {
  margin: 12px 0 4px;
  font-size: clamp(2rem, 9vw, 3.3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.identity-panel,
.recommendation-panel {
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(248, 195, 66, 0.2);
  border-radius: 8px;
  background: rgba(248, 195, 66, 0.08);
}

.offer-callout,
.coaching-unlock {
  margin: 14px 0;
  padding: 16px;
  border: 1px solid rgba(155, 242, 62, 0.45);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 195, 66, 0.18), rgba(155, 242, 62, 0.14)),
    rgba(17, 24, 33, 0.86);
  box-shadow: 0 18px 40px rgba(155, 242, 62, 0.11);
}

.compact-offer {
  margin: 12px 0 0;
  padding: 13px;
}

.offer-callout span,
.coach-badge {
  display: inline-grid;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #09100b;
  background: var(--lime);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-callout strong,
.coaching-unlock h2 {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 5vw, 1.7rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.offer-callout em,
.coaching-unlock p {
  display: block;
  margin-top: 8px;
  color: #dfe8ef;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.coaching-copy {
  border-color: rgba(155, 242, 62, 0.45);
  color: #09100b;
  background: var(--alpha-action);
}

.personal-report-card {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid rgba(41, 211, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(9, 20, 28, 0.82), rgba(11, 15, 20, 0.74)),
    radial-gradient(circle at 100% 0%, rgba(41, 211, 255, 0.09), transparent 36%);
}

.personal-report-card h2 {
  margin: 4px 0 14px;
  font-size: clamp(1.2rem, 5vw, 1.75rem);
  line-height: 1.08;
}

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

.report-grid div,
.checkin-progress-card {
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.042);
}

.report-grid .report-wide {
  grid-column: 1 / -1;
}

.report-grid span,
.checkin-progress-card span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-grid strong,
.checkin-progress-card strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.35;
}

.report-actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.safety-panel.good {
  border-color: rgba(155, 242, 62, 0.35);
  background: rgba(155, 242, 62, 0.08);
}

.safety-panel.caution {
  border-color: rgba(248, 195, 66, 0.42);
  background: rgba(248, 195, 66, 0.1);
}

.safety-panel.danger {
  border-color: rgba(255, 107, 107, 0.42);
  background: rgba(255, 107, 107, 0.1);
}

.identity-title {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.identity-story,
.recommendation-text {
  margin: 0;
  color: #dfe8ef;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: pre-line;
}

.stat-grid,
.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.metric-card {
  min-height: 104px;
  padding: 14px;
}

.metric-value {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.1;
}

.product-stack {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.product-link-panel {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.product-link-panel a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(41, 211, 255, 0.32);
  border-radius: 8px;
  color: var(--text);
  background: rgba(41, 211, 255, 0.08);
  text-decoration: none;
}

.product-link-panel strong {
  color: var(--cyan);
  text-transform: uppercase;
}

.product-link-panel span {
  color: #dfe8ef;
  font-weight: 800;
  line-height: 1.35;
}

.product-chip,
.benefit-chip {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  color: #09100b;
  background: var(--alpha-action);
  font-weight: 900;
}

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

.checkout-panel {
  display: grid;
  gap: 14px;
  margin: 16px 0;
  background:
    linear-gradient(135deg, rgba(248, 195, 66, 0.14), rgba(41, 211, 255, 0.08)),
    rgba(17, 24, 33, 0.78);
}

.checkout-heading {
  display: grid;
  gap: 10px;
}

.checkout-heading h2,
.confirmation-card h1 {
  margin: 4px 0 0;
  font-size: clamp(1.35rem, 6vw, 2rem);
  line-height: 1.05;
}

.auto-coupon {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(155, 242, 62, 0.45);
  border-radius: 8px;
  color: var(--lime);
  background: rgba(155, 242, 62, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-products {
  display: grid;
  gap: 10px;
}

.checkout-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(9, 11, 15, 0.44);
  text-align: left;
}

.checkout-product.selected {
  border-color: rgba(155, 242, 62, 0.7);
  box-shadow: 0 0 0 3px rgba(155, 242, 62, 0.12);
}

.checkout-health-note,
.coach-health-note {
  padding: 12px;
  border: 1px solid rgba(248, 195, 66, 0.48);
  border-radius: 8px;
  color: #d7dadd;
  background: rgba(248, 195, 66, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.checkout-health-note { display: flex; align-items: flex-start; gap: 9px; }
.checkout-health-note input,
.coach-health-note input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--lime); }
.coach-health-note { display: grid; gap: 7px; margin: 12px 0; }
.coach-health-note p { margin: 0; }
.coach-health-note label { display: flex; align-items: flex-start; gap: 8px; }

.checkout-product strong,
.checkout-product em {
  display: block;
}

.checkout-product strong {
  font-size: 0.98rem;
  text-transform: uppercase;
}

.checkout-product em,
.checkout-note {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.product-price {
  flex: 0 0 auto;
  color: var(--lime);
  font-size: 1.2rem;
  font-weight: 900;
}

.price-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.price-row strong {
  color: var(--text);
  text-align: right;
}

.price-row.discount strong {
  color: var(--lime);
}

.price-row.final {
  padding-top: 8px;
  border-top: 1px solid var(--line);
  color: var(--text);
}

.price-row.final strong {
  color: var(--gold);
  font-size: 1.35rem;
}

.checkout-pay {
  min-height: 60px;
}

.confirmation-screen {
  display: grid;
  min-height: calc(100vh - 100px);
  place-items: center;
}

.confirmation-card {
  width: min(100%, 640px);
  padding: 22px;
  border: 1px solid rgba(155, 242, 62, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(155, 242, 62, 0.12), rgba(41, 211, 255, 0.08)),
    rgba(17, 24, 33, 0.9);
  box-shadow: var(--shadow);
}

.confirmation-mark {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 8px;
  color: #09100b;
  background: var(--alpha-action);
  font-weight: 900;
}

.confirmation-grid {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.confirmation-grid div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.confirmation-grid span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.confirmation-grid strong {
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.collect-instruction {
  margin: 18px 0;
  padding: 14px;
  border-radius: 8px;
  color: #09100b;
  background: var(--alpha-action);
  font-weight: 900;
  text-align: center;
}

.benefit-chip {
  color: var(--text);
  background: rgba(41, 211, 255, 0.12);
  border: 1px solid rgba(41, 211, 255, 0.28);
}

.action-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 20px;
  color: #dfe8ef;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.4;
}

.nutrition-grid {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.nutrition-card {
  padding: 14px;
  border: 1px solid rgba(41, 211, 255, 0.24);
  border-radius: 8px;
  background: rgba(41, 211, 255, 0.08);
}

.nutrition-serving {
  margin: 6px 0 12px;
  color: #dfe8ef;
  font-weight: 800;
}

.nutrition-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-weight: 800;
}

.nutrition-row strong {
  color: var(--text);
}

.coupon-code {
  display: grid;
  place-items: center;
  min-height: 70px;
  margin: 12px 0;
  border: 2px dashed rgba(248, 195, 66, 0.72);
  border-radius: 8px;
  color: var(--gold);
  font-size: 2rem;
  font-weight: 900;
}

.share-preview {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 126px;
  margin: 12px 0;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #111820, #1a2418);
}

.mini-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 82px;
  height: 102px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.mini-avatar .avatar-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  filter: none;
}

.mini-avatar .avatar-fallback {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 8px;
  font-size: 1.4rem;
}

.share-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.share-subtitle {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.share-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.share-actions .secondary-action,
.share-actions .ghost-action {
  min-height: 64px;
  font-size: clamp(0.9rem, 5vw, 1.05rem);
  white-space: normal;
}

.share-actions .coaching-copy {
  min-height: 72px;
}

.daily-checkin-screen {
  max-width: 760px;
  margin: 0 auto;
}

.daily-checkin-screen .assessment-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.daily-checkin-screen .assessment-head h1 {
  margin: 0;
  font-size: clamp(1.45rem, 8vw, 2.4rem);
  line-height: 0.98;
}

.daily-checkin-panel {
  margin: 18px auto 0;
  padding: 18px;
  border: 1px solid rgba(41, 211, 255, 0.26);
  border-radius: 10px;
  background:
    radial-gradient(circle at 15% 0%, rgba(41, 211, 255, 0.14), transparent 34%),
    rgba(17, 24, 33, 0.78);
}

.daily-checkin-panel .question-title {
  margin-top: 0;
  font-size: clamp(1.75rem, 9vw, 2.8rem);
}

.daily-checkin-panel .hero-actions {
  grid-template-columns: minmax(96px, 0.4fr) 1fr;
  margin-top: 16px;
}

.daily-input-field {
  display: grid;
  gap: 7px;
}

.daily-input-field span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.daily-input-stack .text-input {
  min-height: 62px;
}

.dashboard {
  padding-bottom: 22px;
}

.admin-center {
  position: relative;
}

.admin-center::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(45, 213, 255, 0.12), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(248, 195, 66, 0.14), transparent 28%),
    radial-gradient(circle at 78% 78%, rgba(155, 242, 62, 0.1), transparent 26%);
  pointer-events: none;
}

.dashboard h1 {
  max-width: none;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 11vw, 4rem);
}

.dashboard-panel {
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(17, 24, 33, 0.86), rgba(8, 12, 16, 0.82)),
    radial-gradient(circle at 10% 0%, rgba(45, 213, 255, 0.08), transparent 28%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.admin-gauge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.admin-gauge-card {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(45, 213, 255, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(22, 31, 42, 0.92), rgba(12, 16, 22, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(155, 242, 62, 0.11), transparent 36%);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.admin-gauge-card:hover {
  transform: translateY(-2px);
  border-color: rgba(155, 242, 62, 0.46);
  box-shadow: 0 18px 44px rgba(155, 242, 62, 0.08);
}

.admin-gauge-card.good {
  border-color: rgba(155, 242, 62, 0.32);
}

.admin-gauge-card.warn {
  border-color: rgba(248, 195, 66, 0.42);
}

.admin-gauge-card strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.35rem, 7vw, 2rem);
  line-height: 1;
}

.admin-gauge-card span {
  display: block;
  margin-top: 6px;
  color: #dfe8ef;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-gauge-card em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
}

.admin-gauge {
  position: relative;
  display: grid;
  width: 72px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #141a22 0 48%, transparent 50%),
    conic-gradient(var(--lime) calc(var(--gauge) * 1%), rgba(255, 255, 255, 0.09) 0);
  box-shadow: inset 0 0 0 7px rgba(0, 0, 0, 0.3);
}

.admin-gauge-card.warn .admin-gauge {
  background:
    radial-gradient(circle at center, #141a22 0 48%, transparent 50%),
    conic-gradient(var(--gold) calc(var(--gauge) * 1%), rgba(255, 255, 255, 0.09) 0);
}

.admin-gauge-card.info .admin-gauge {
  background:
    radial-gradient(circle at center, #141a22 0 48%, transparent 50%),
    conic-gradient(#29d3ff calc(var(--gauge) * 1%), rgba(255, 255, 255, 0.09) 0);
}

.admin-gauge span {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background: rgba(9, 11, 15, 0.88);
  font-size: 1.25rem;
  line-height: 1;
}

.intelligence-center {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-inline: 12px;
  padding-bottom: 28px;
  overflow-x: hidden;
}

.intelligence-launch {
  display: grid;
  gap: 22px;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 28px 12px 44px;
}

.intelligence-launch-hero {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(243, 173, 22, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 14% 0%, rgba(243, 173, 22, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(20, 24, 28, 0.96), rgba(8, 10, 14, 0.92));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.intelligence-launch-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 0.96;
}

.intelligence-launch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.platform-info-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(18, 22, 25, 0.9);
}

.platform-info-card strong,
.platform-info-card span {
  color: var(--gold, #f3ad16);
  font-size: 1rem;
  font-weight: 800;
}

.platform-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.intelligence-launch-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.intelligence-launch-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(183, 245, 44, 0.25);
  border-radius: 999px;
  background: rgba(183, 245, 44, 0.08);
  font-weight: 700;
}

.platform-code-panel pre {
  margin: 0;
  padding: 16px;
  overflow: auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
}

.intelligence-center::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 12%, rgba(45, 213, 255, 0.14), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(155, 242, 62, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(8, 17, 23, 0.96), rgba(8, 8, 10, 0.96));
  pointer-events: none;
}

.intelligence-hero {
  display: grid;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(45, 213, 255, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 15% 0%, rgba(45, 213, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(18, 27, 36, 0.92), rgba(8, 10, 14, 0.88));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.intelligence-hero h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(2rem, 11vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.intelligence-note {
  display: grid;
  gap: 4px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(248, 195, 66, 0.32);
  border-radius: 10px;
  background: rgba(248, 195, 66, 0.08);
}

.intelligence-note strong,
.intelligence-note span {
  color: #f6f8fb;
  font-weight: 900;
}

.intelligence-note span {
  color: var(--muted);
  font-size: 0.88rem;
}

.intelligence-gauge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 14px 0;
}

.intelligence-gauge-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-areas:
    "gauge value"
    "label label"
    "hint hint";
  gap: 12px;
  align-items: center;
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(45, 213, 255, 0.22);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(155, 242, 62, 0.14), transparent 36%),
    rgba(17, 24, 33, 0.86);
  overflow: hidden;
}

.intelligence-gauge-card.good {
  border-color: rgba(155, 242, 62, 0.34);
}

.intelligence-gauge-card.warn {
  border-color: rgba(248, 195, 66, 0.48);
}

.intelligence-speedometer,
.mini-speed {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #141a22 0 47%, transparent 49%),
    conic-gradient(from -130deg, var(--gold) 0 calc(var(--gauge) * 0.75%), var(--lime) calc(var(--gauge) * 0.75%) calc(var(--gauge) * 1%), rgba(255, 255, 255, 0.09) 0);
  box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.26);
}

.intelligence-gauge-card .intelligence-speedometer {
  grid-area: gauge;
}

.intelligence-speedometer {
  width: 68px;
}

.intelligence-speedometer.large {
  width: 112px;
}

.mini-speed {
  width: 58px;
}

.intelligence-speedometer span,
.mini-speed span {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 10, 14, 0.9);
  color: var(--text);
  font-size: 1rem;
  font-weight: 1000;
}

.intelligence-speedometer.large span {
  width: 68px;
  font-size: 1.35rem;
}

.intelligence-gauge-card strong {
  grid-area: value;
  display: block;
  color: var(--text);
  font-size: clamp(1.35rem, 7vw, 2.1rem);
  line-height: 1;
}

.intelligence-gauge-card span {
  grid-area: label;
  display: block;
  color: #e9eef3;
  font-size: 0.84rem;
  font-weight: 1000;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.intelligence-gauge-card em {
  grid-area: hint;
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 800;
}

.intelligence-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.intelligence-panel {
  padding: 16px;
}

.panel-heading {
  display: grid;
  gap: 10px;
  align-items: start;
}

.panel-heading h2,
.intelligence-panel h2 {
  margin: 4px 0 10px;
  color: var(--text);
  font-size: clamp(1.25rem, 6vw, 2rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.dashboard-read-guide {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.guide-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.guide-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(45, 213, 255, 0.18);
  border-radius: 10px;
  background: rgba(8, 10, 14, 0.5);
}

.guide-card > strong {
  grid-row: span 3;
  display: grid;
  width: 28px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #071014;
  background: var(--alpha-action);
  font-size: 0.78rem;
  font-weight: 1000;
}

.guide-card span {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 1000;
  overflow-wrap: anywhere;
}

.guide-card p,
.guide-card em {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.gym-intel-card {
  display: grid;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  grid-template-columns: 1fr;
}

.gym-intel-score {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 14px;
  border-radius: 12px;
  background: rgba(8, 10, 14, 0.42);
}

.gym-intel-score strong {
  color: var(--lime);
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.gym-intel-score em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  text-align: center;
}

.intel-kpi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.intel-kpi-grid div,
.demo-profile-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(12, 18, 25, 0.78);
}

.intel-kpi-grid span,
.demo-profile-card span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.intel-kpi-grid strong,
.demo-profile-card strong {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.intel-kpi-grid em {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.25;
}

.intel-bars,
.launch-signal-grid,
.gym-board,
.trainer-queue,
.demo-profile-grid {
  display: grid;
  gap: 10px;
}

.intel-bar-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(45, 213, 255, 0.18);
  border-radius: 10px;
  background: rgba(8, 10, 14, 0.48);
  overflow: hidden;
}

.intel-bar-row span,
.intel-bar-row strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-weight: 1000;
  min-width: 0;
  overflow-wrap: anywhere;
}

.intel-bar-row span em {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
}

.intel-bar-row i {
  position: absolute;
  inset: auto auto 0 0;
  width: var(--bar);
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--lime));
}

.intel-action-box,
.trainer-consent-note {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(155, 242, 62, 0.26);
  border-radius: 10px;
  background: rgba(155, 242, 62, 0.08);
}

.intel-action-box strong,
.trainer-consent-note {
  color: var(--lime);
  font-weight: 1000;
}

.intel-action-box span {
  color: #dfe8ef;
  font-weight: 850;
}

.insight-strip {
  display: grid;
  gap: 6px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(248, 195, 66, 0.24);
  border-radius: 10px;
  background: rgba(248, 195, 66, 0.08);
}

.insight-strip span,
.insight-strip b {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.insight-strip span {
  color: var(--muted);
}

.intel-chart-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.intel-chart-grid > div {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(45, 213, 255, 0.16);
  border-radius: 10px;
  background: rgba(8, 10, 14, 0.38);
}

.intel-chart-grid > div > strong {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.graph-takeaway {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 4px;
}

.graph-takeaway span {
  display: grid;
  gap: 2px;
  padding: 8px;
  border: 1px solid rgba(155, 242, 62, 0.18);
  border-radius: 8px;
  background: rgba(155, 242, 62, 0.06);
  color: #dfe8ef;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.graph-takeaway b {
  color: var(--lime);
  font-size: 0.64rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.stakeholder-headline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  border-color: rgba(155, 242, 62, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(155, 242, 62, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(18, 27, 36, 0.94), rgba(8, 10, 14, 0.92));
}

.stakeholder-headline h2 {
  margin-bottom: 8px;
  font-size: clamp(1.55rem, 8vw, 2.55rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.stakeholder-headline p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

.stakeholder-metric-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
}

.stakeholder-metric-row span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(45, 213, 255, 0.22);
  border-radius: 10px;
  background: rgba(8, 10, 14, 0.54);
}

.stakeholder-metric-row b {
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1;
}

.stakeholder-metric-row small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.signal-group {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.signal-group > strong {
  color: var(--cyan);
  font-size: 0.84rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.partner-demo-login {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.partner-demo-login h2 {
  margin-bottom: 6px;
  font-size: clamp(1.25rem, 6vw, 2rem);
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
}

.partner-demo-login p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

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

.partner-login-actions a {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(45, 213, 255, 0.28);
  border-radius: 999px;
  color: var(--text);
  background: rgba(45, 213, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 1000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.trainer-queue-row,
.gym-board-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(12, 18, 25, 0.76);
}

.trainer-queue-row > span {
  display: grid;
  width: 36px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #071014;
  background: var(--alpha-action);
  font-weight: 1000;
}

.trainer-queue-row strong,
.gym-board-card strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
}

.trainer-queue-row em,
.gym-board-card span,
.gym-board-card em,
.demo-profile-card em,
.demo-profile-card p {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 850;
}

.trainer-queue-row b {
  grid-column: 1 / -1;
  color: var(--cyan);
  font-size: 0.86rem;
}

.flavor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.flavor-chips span {
  padding: 8px 10px;
  border: 1px solid rgba(155, 242, 62, 0.28);
  border-radius: 999px;
  color: var(--text);
  background: rgba(155, 242, 62, 0.08);
  font-size: 0.82rem;
  font-weight: 1000;
}

.demo-profile-card p {
  color: #dfe8ef;
}

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

.admin-send-panel {
  display: grid;
  gap: 14px;
}

.admin-send-controls,
.admin-mini-list {
  display: grid;
  gap: 10px;
}

.admin-send-controls label span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-fallback-row {
  display: grid;
  grid-template-columns: minmax(92px, 0.42fr) 1fr;
  gap: 8px;
  align-items: center;
}

.admin-fallback-row .admin-input {
  min-height: 44px;
  margin: 0;
}

.admin-input {
  width: 100%;
  min-height: 48px;
  margin: 8px 0 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(9, 11, 15, 0.72);
  font: inherit;
  font-weight: 800;
}

textarea.admin-input {
  min-height: 150px;
  line-height: 1.45;
  resize: vertical;
}

.admin-preview {
  display: grid;
  gap: 10px;
  color: #dfe8ef;
  font-weight: 800;
}

.admin-message-card,
.routine-preview div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(22, 31, 42, 0.82), rgba(10, 14, 19, 0.76)),
    radial-gradient(circle at 100% 0%, rgba(45, 213, 255, 0.1), transparent 35%);
}

.admin-message-card p,
.routine-preview span {
  display: block;
  margin: 6px 0 0;
  color: #dfe8ef;
  font-size: 0.9rem;
  line-height: 1.45;
  text-transform: none;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

.admin-message-card {
  display: grid;
  gap: 8px;
  border-color: rgba(45, 213, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(45, 213, 255, 0.04);
}

.admin-message-card strong {
  color: #9bf23e;
  line-height: 1.25;
}

.admin-table-panel {
  overflow: hidden;
}

.admin-user-table {
  display: grid;
  gap: 12px;
}

.admin-user-row {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 0% 0%, rgba(155, 242, 62, 0.08), transparent 28%);
  transition: border-color 180ms ease, transform 180ms ease;
}

.admin-user-row:hover {
  transform: translateY(-1px);
  border-color: rgba(45, 213, 255, 0.36);
}

.admin-user-row span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-user-row strong {
  display: block;
  color: var(--text);
  line-height: 1.3;
}

.admin-row-actions {
  display: grid;
  gap: 8px;
}

.admin-bar-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.admin-bar-row span,
.admin-bar-row strong {
  position: relative;
  z-index: 1;
}

.admin-bar-row span {
  color: #dfe8ef;
  font-size: 0.86rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.admin-bar-row strong {
  color: var(--lime);
}

.admin-bar-row i {
  position: absolute;
  inset: auto auto 0 0;
  width: var(--bar);
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--lime), #29d3ff);
  box-shadow: 0 0 18px rgba(155, 242, 62, 0.25);
}

.admin-warning {
  display: inline-block;
  margin-top: 4px;
  color: #ffcc66;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.admin-preview pre {
  overflow: auto;
  white-space: pre-wrap;
  font: inherit;
}

.feedback-nudge {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(155, 242, 62, 0.36);
  border-radius: 10px;
  background:
    radial-gradient(circle at 14% 18%, rgba(155, 242, 62, 0.18), transparent 32%),
    rgba(155, 242, 62, 0.06);
  box-shadow: 0 20px 56px rgba(155, 242, 62, 0.08);
}

.feedback-nudge::after {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid transparent;
  border-radius: 8px;
}

.feedback-nudge h2 {
  margin: 0;
  font-size: clamp(1.6rem, 7vw, 2.45rem);
  line-height: 0.98;
}

.feedback-nudge p {
  max-width: 760px;
  margin: 0;
  color: var(--text);
}

.feedback-nudge.is-guided {
  animation: guidePulse 1.2s ease-in-out 4;
}

@keyframes guidePulse {
  0%,
  100% {
    box-shadow: 0 20px 56px rgba(155, 242, 62, 0.08);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(155, 242, 62, 0.2), 0 28px 80px rgba(155, 242, 62, 0.2);
  }
}

.feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.feedback-modal-card {
  width: min(520px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  padding: 20px;
  border: 1px solid rgba(155, 242, 62, 0.34);
  border-radius: 10px;
  background: #101820;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.feedback-modal-card h2 {
  margin: 4px 0 8px;
  font-size: clamp(1.6rem, 7vw, 2.4rem);
  line-height: 1;
}

.feedback-modal-card label span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feedback-option-grid {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.feedback-option {
  width: 100%;
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.feedback-option.selected {
  border-color: rgba(155, 242, 62, 0.78);
  background: linear-gradient(135deg, rgba(155, 242, 62, 0.18), rgba(41, 211, 255, 0.1));
  box-shadow: 0 0 0 3px rgba(155, 242, 62, 0.14);
}

.feedback-controls {
  display: grid;
  grid-template-columns: minmax(96px, 0.35fr) 1fr;
  gap: 10px;
  margin-top: 14px;
}

.feedback-controls [disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.routine-preview {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.coach-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.partner-section {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.landing-partner {
  padding: 34px 0 18px;
}

.card {
  padding: 18px;
}

.card h3 {
  margin: 0 0 8px;
  color: var(--gold);
}

.card p {
  margin-bottom: 0;
  color: #d8e0e8;
  line-height: 1.5;
}

.partner-section p {
  color: #d8e0e8;
  line-height: 1.55;
}

.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-line a {
  color: var(--gold);
  font-weight: 900;
}

.chart-grid {
  display: grid;
  gap: 10px;
}

.chart-card {
  padding: 14px;
}

.chart-title {
  margin-bottom: 12px;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(92px, 1fr) 2fr 34px;
  gap: 8px;
  align-items: center;
  margin: 8px 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.bar-track {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
}

.insight {
  margin: 8px 0;
  padding: 12px;
  color: #dfe8ef;
  line-height: 1.45;
}

.empty-state {
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 30;
  min-width: 220px;
  padding: 13px 16px;
  border: 1px solid rgba(155, 242, 62, 0.4);
  border-radius: 8px;
  color: var(--text);
  background: rgba(12, 16, 22, 0.94);
  box-shadow: var(--shadow);
  text-align: center;
  transform: translateX(-50%);
}

.cheer-pop {
  position: fixed;
  left: 50%;
  top: 88px;
  z-index: 40;
  width: min(560px, calc(100vw - 28px));
  display: grid;
  gap: 8px;
  padding: 0;
  color: var(--text);
  background: transparent;
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: left;
  transform: translateX(-50%);
  animation: cheerPop 900ms ease both;
  pointer-events: none;
}

.cheer-pop.cheer-exit {
  animation: cheerFadeOut 900ms ease forwards;
}

.cheer-score-chip {
  justify-self: center;
  padding: 8px 12px;
  border: 1px solid rgba(155, 242, 62, 0.45);
  border-radius: 999px;
  color: #09100b;
  background: var(--alpha-action);
  box-shadow: 0 10px 32px rgba(155, 242, 62, 0.18);
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.cheer-coach-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(46, 220, 255, 0.34);
  border-radius: 14px;
  color: #f7fbff;
  background: rgba(12, 18, 26, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 28px rgba(46, 220, 255, 0.12);
  backdrop-filter: blur(14px);
}

.cheer-safety .cheer-coach-card {
  border-color: rgba(46, 220, 255, 0.5);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 30px rgba(46, 220, 255, 0.16);
}

.cheer-protein .cheer-coach-card,
.cheer-insight .cheer-coach-card,
.cheer-milestone .cheer-coach-card {
  border-color: rgba(155, 242, 62, 0.48);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 30px rgba(155, 242, 62, 0.14);
}

.cheer-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.15rem;
}

.cheer-coach-card span:last-child {
  display: block;
  font-size: 0.84rem;
  line-height: 1.28;
}

.confetti-burst {
  position: fixed;
  left: 50%;
  top: 112px;
  z-index: 39;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.confetti-burst i {
  position: absolute;
  width: 7px;
  height: 12px;
  border-radius: 2px;
  background: hsl(calc(var(--i) * 31), 90%, 58%);
  transform: rotate(calc(var(--i) * 31deg));
  animation: confettiFly 850ms ease-out both;
}

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

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

@keyframes energyDrift {
  from {
    opacity: 0.62;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(10px, -8px, 0);
  }
}

@keyframes avatarEnergy {
  from {
    opacity: 0.24;
    transform: scale(0.98);
  }
  to {
    opacity: 0.58;
    transform: scale(1.04);
  }
}

@keyframes streakMove {
  to {
    transform: translateX(22%);
  }
}

@keyframes auraPulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

@keyframes heartSweep {
  0%,
  100% {
    opacity: 0;
    transform: translateY(22px) scaleX(0.85);
  }
  45%,
  60% {
    opacity: 0.6;
    transform: translateY(0) scaleX(1);
  }
}

@keyframes scorePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045);
  }
}

@keyframes cheerPop {
  0% {
    opacity: 0;
    transform: translate(-50%, 12px) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

@keyframes cheerFadeOut {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -10px) scale(0.98);
  }
}

@keyframes confettiFly {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(calc(var(--i) * 31deg)) scale(1);
  }
  100% {
    opacity: 0;
    transform:
      translate(
        calc((var(--i) - 5.5) * 14px),
        calc(42px + (var(--i) % 3) * 18px)
      )
      rotate(calc(var(--i) * 72deg))
      scale(0.72);
  }
}

@media (max-width: 420px) {
  .intelligence-center,
  .intelligence-launch,
  .admin-center {
    width: 100%;
    max-width: none;
    padding-inline: 12px;
    overflow-x: hidden;
  }

  .intelligence-hero h1 {
    font-size: clamp(2rem, 14vw, 3.6rem);
    line-height: 0.92;
  }

  .intelligence-launch-hero {
    padding: 22px 18px;
  }

  .intelligence-launch-hero h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .intelligence-role-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .intelligence-role-nav a {
    display: grid;
    gap: 3px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(12, 18, 25, 0.82);
    text-decoration: none;
  }

  .intelligence-role-nav a.active {
    border-color: rgba(155, 242, 62, 0.55);
    background: rgba(155, 242, 62, 0.1);
  }

  .intelligence-role-nav a strong,
  .intelligence-role-nav a span {
    display: block;
    overflow-wrap: anywhere;
  }

  .intelligence-role-nav a span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 850;
  }

  .intelligence-gauge-grid,
  .admin-gauge-grid {
    grid-template-columns: 1fr;
  }

  .intelligence-gauge-card,
  .admin-gauge-card {
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 96px;
    padding: 12px;
  }

  .intelligence-speedometer,
  .admin-gauge {
    width: 56px;
  }

  .intelligence-speedometer span,
  .admin-gauge span {
    width: 34px;
    font-size: 0.9rem;
  }

  .intelligence-gauge-card strong,
  .admin-gauge-card strong {
    font-size: 1.65rem;
    overflow-wrap: anywhere;
  }

  .intelligence-gauge-card span,
  .admin-gauge-card span {
    font-size: 0.78rem;
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
  }

  .intelligence-gauge-card em,
  .admin-gauge-card em {
    font-size: 0.7rem;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
  }

  .stakeholder-headline {
    grid-template-columns: 1fr;
  }

  .stakeholder-metric-row {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .stakeholder-metric-row span {
    padding: 10px;
  }

  .stakeholder-metric-row b {
    font-size: 1.25rem;
  }

  .partner-demo-login {
    grid-template-columns: 1fr;
  }

  .partner-login-actions {
    justify-content: stretch;
  }

  .partner-login-actions a {
    flex: 1 1 140px;
    text-align: center;
  }

  .gym-intel-card,
  .panel-heading {
    grid-template-columns: 1fr;
  }

  .gym-intel-score {
    justify-items: start;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .intelligence-speedometer.large {
    width: 74px;
  }

  .intelligence-speedometer.large span {
    width: 46px;
    font-size: 1rem;
  }

  .intel-kpi-grid {
    grid-template-columns: 1fr;
  }

  .intel-kpi-grid strong {
    font-size: 1.2rem;
  }

  .intel-bar-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .intel-bar-row span {
    overflow-wrap: anywhere;
    line-height: 1.15;
  }

  .trainer-queue-row,
  .gym-board-card {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .mini-speed {
    width: 44px;
  }

  .mini-speed span {
    width: 28px;
    font-size: 0.72rem;
  }

  .chart-grid {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 1fr 36px;
    gap: 6px;
  }

  .bar-row .bar-track {
    grid-column: 1 / -1;
    order: 3;
  }

  .catalog-heading,
  .catalog-product-card {
    grid-template-columns: 1fr;
  }

  .catalog-logo {
    width: 72px;
    height: 72px;
  }

  .catalog-product-card img {
    height: 190px;
  }

  .ingredient-list,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .source-grid a {
    min-height: 92px;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .avatar-stage {
    height: clamp(250px, 52vh, 330px);
  }

  .score-badge {
    right: 10px;
    bottom: 10px;
    width: 76px;
    height: 76px;
    border-width: 2px;
  }

  .score-badge strong {
    font-size: 1.55rem;
  }

  .score-badge span {
    font-size: 0.54rem;
  }
}

@media (min-width: 700px) {
  .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-product-card {
    grid-template-columns: 132px 1fr;
  }

  .catalog-product-card img {
    height: 112px;
  }

  .source-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .app-shell {
    width: min(100%, 1120px);
    padding-inline: 24px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    column-gap: 28px;
    align-items: center;
  }

  .hero-visual {
    grid-column: 2;
    grid-row: 1 / span 5;
    height: 640px;
  }

  .hero-logo {
    top: 50%;
    width: min(96%, 580px);
  }

  .plate {
    top: 304px;
  }

  .bolt {
    top: 270px;
  }

  .shake-bottle {
    bottom: 42px;
    width: 96px;
    height: 140px;
  }

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

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

  .landing-section {
    max-width: 1040px;
    margin: 28px auto;
    padding: 28px 0;
    scroll-margin-top: 86px;
  }

  .share-links {
    justify-content: center;
    margin: 22px auto 28px;
  }

  .share-links a {
    font-size: 0.68rem;
    padding-inline: 10px;
  }

  .section-copy {
    width: min(100%, 760px);
  }

  .step-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .process-card {
    min-height: 176px;
  }

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

  .objective-list,
  .benefit-list,
  .trust-grid,
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partner-layout {
    grid-template-columns: minmax(240px, 0.8fr) minmax(420px, 1fr);
    align-items: start;
    max-width: 940px;
  }

  .partner-portal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 940px;
  }

  .portal-card {
    min-height: 320px;
    align-content: start;
    padding: 20px;
  }

  .portal-card .primary-action {
    margin-top: auto;
  }

  .partner-assessment-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin: 0 auto;
    padding: 18px;
  }

  .partner-field.full-field,
  .partner-checks,
  .partner-assessment-form > .primary-action {
    grid-column: 1 / -1;
  }

  .partner-check-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partner-score-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .partner-question {
    max-width: 780px;
    margin: 0 auto;
  }

  .partner-question .question-panel {
    max-width: 760px;
  }

  .partner-question h1 {
    font-size: clamp(2.1rem, 4vw, 3.25rem);
  }

  .partner-section .section-title,
  .supplier-section .section-copy h2 {
    max-width: 760px;
    font-size: clamp(2.2rem, 4.6vw, 4rem);
  }

  .partner-section .section-caption,
  .supplier-section .section-copy p {
    max-width: 680px;
    font-size: 1rem;
  }

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

  .benefit-list span {
    min-height: 78px;
    align-content: center;
    font-size: 0.94rem;
  }

  .inquiry-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    padding: 16px;
  }

  .inquiry-form input {
    min-height: 44px;
  }

  .inquiry-form .full-field,
  .inquiry-form button {
    grid-column: 1 / -1;
  }

  .roadmap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .roadmap div {
    min-height: 132px;
    padding: 46px 14px 14px;
  }

  .roadmap div::before {
    left: 14px;
    top: 18px;
  }

  .founder-card {
    grid-template-columns: auto 1fr;
    align-items: start;
    padding: 20px;
  }

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

  .contact-panel .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .question-panel {
    max-width: 680px;
    margin: 0 auto;
  }

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

  .result-header {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: stretch;
  }

  .avatar-stage {
    height: auto;
    min-height: 440px;
  }

  .avatar-art {
    position: static;
    inset: auto;
    width: min(88%, 320px);
    max-width: none;
    height: auto;
    aspect-ratio: 280 / 455;
  }

  .avatar-fallback {
    width: min(88%, 320px);
    max-width: none;
    height: auto;
  }

  .results,
  .dashboard {
    max-width: 920px;
    margin: 0 auto;
  }

  .intelligence-hero {
    grid-template-columns: 1fr auto;
    align-items: end;
    padding: 28px;
  }

  .intelligence-gauge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .guide-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .graph-takeaway {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stakeholder-headline {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  }

  .stakeholder-metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .panel-heading,
  .gym-intel-card {
    grid-template-columns: 1fr auto;
  }

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

  .demo-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .checkout-heading {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .checkout-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .checkout-product {
    align-items: flex-start;
    min-height: 156px;
    flex-direction: column;
  }

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

@media (min-width: 980px) {
  .partner-demo-login {
    grid-template-columns: minmax(0, 1fr) minmax(420px, auto);
  }

  .partner-login-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Codex patch: keep manual WhatsApp/admin messages readable with line breaks. */
.admin-message-text,
.admin-message-card p,
.daily-checkin-panel .checkout-note,
.daily-checkin-panel pre,
.whatsapp-message-preview {
  white-space: pre-line;
}

/* Codex patch: calmer, clearer partner/daily assessment layout on mobile. */
@media (max-width: 640px) {
  .partner-assessment.partner-question {
    padding: 14px 12px 30px;
  }

  .partner-assessment.partner-question .assessment-head {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 14px 12px;
    min-height: auto;
  }

  .partner-assessment.partner-question .partner-flow-mark {
    width: 50px;
    height: 50px;
    font-size: 1.18rem;
  }

  .partner-assessment.partner-question .assessment-head h1 {
    font-size: clamp(1.65rem, 7.2vw, 2.45rem);
    line-height: 1.02;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .partner-assessment.partner-question .section-caption {
    font-size: 1rem;
    line-height: 1.35;
    max-width: 100%;
  }

  .partner-assessment.partner-question .assessment-head .ghost-action,
  .partner-assessment.partner-question [data-action="home"] {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 46px;
    margin-top: 4px;
    position: static;
  }

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

  .partner-value-card {
    min-height: 78px;
    padding: 12px;
  }

  .partner-value-card strong {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
    line-height: 1.05;
  }

  .partner-assessment.partner-question .question-panel,
  .partner-assessment.partner-question .daily-checkin-panel {
    margin-top: 10px;
    padding: 16px 14px;
  }

  .partner-assessment.partner-question .partner-current-question,
  .partner-assessment.partner-question .question-title {
    font-size: clamp(1.75rem, 7.8vw, 2.45rem);
    line-height: 1.04;
    letter-spacing: 0;
  }

  .partner-assessment.partner-question .question-help {
    font-size: 1rem;
    line-height: 1.4;
  }

  .partner-assessment.partner-question .option-card {
    min-height: 76px;
    padding: 14px;
    gap: 12px;
  }

  .partner-assessment.partner-question .option-text {
    font-size: 1.05rem;
    line-height: 1.15;
  }

  .partner-assessment.partner-question .option-description {
    font-size: .88rem;
    line-height: 1.25;
  }

  .partner-assessment.partner-question .hero-actions {
    gap: 10px;
  }
}

/* AlphaCoach conversational assessment */
.alpha-coach-shell {
  position: relative;
  width: min(880px, 100%);
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: #0b0d0f;
  color: #f8f8f6;
}

.alpha-coach-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: 40px 46px minmax(0, 1fr) minmax(110px, 170px);
  align-items: center;
  gap: 10px;
  background: rgba(11, 13, 15, .97);
  border-bottom: 1px solid #30343a;
}

.alpha-coach-header img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 1px solid #4b4f54;
  border-radius: 4px;
}

.coach-icon-button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.coach-brand {
  display: grid;
  min-width: 0;
}

.coach-brand strong {
  font-size: 1.08rem;
  color: var(--gold);
}

.coach-brand span,
.coach-progress b {
  color: #aeb4ba;
  font-size: .78rem;
  font-weight: 700;
}

.coach-progress {
  display: grid;
  grid-template-columns: minmax(60px, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.coach-progress > span {
  height: 6px;
  overflow: hidden;
  background: #34383d;
  border-radius: 3px;
}

.coach-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--alpha-action);
  transition: width .25s ease;
}

.alpha-coach-chat {
  min-height: 0;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

.member-assessment-chat .alpha-coach-chat {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 420'%3E%3Cpath d='M172 35L72 220h70l-18 165 104-205h-72z' fill='none' stroke='%23f8c342' stroke-width='16' stroke-linejoin='round' opacity='.055'/%3E%3C/svg%3E") center / min(62vw, 330px) auto no-repeat;
}

.daily-checkin-chat .alpha-coach-chat {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 360'%3E%3Ccircle cx='180' cy='180' r='125' fill='none' stroke='%239bf23e' stroke-width='15' opacity='.05'/%3E%3Cpath d='M105 182l48 48 103-112' fill='none' stroke='%239bf23e' stroke-width='18' stroke-linecap='round' stroke-linejoin='round' opacity='.05'/%3E%3C/svg%3E") center / min(68vw, 390px) auto no-repeat;
}

.coach-message {
  display: flex;
  gap: 10px;
  max-width: 82%;
  animation: coach-in .2s ease-out;
}

.coach-message p {
  margin: 0;
  padding: 13px 15px;
  line-height: 1.45;
  white-space: pre-line;
}

.coach-message-coach p {
  color: #f2f3f4;
  background: #1b1f23;
  border: 1px solid #363b40;
  border-radius: 4px 12px 12px 12px;
}

.coach-message-coach small {
  display: block;
  margin: 7px 4px 0;
  color: var(--gold);
  line-height: 1.35;
}

.coach-message-user {
  align-self: flex-end;
}

.coach-message-user p {
  color: #181203;
  background: var(--alpha-action);
  border-radius: 12px 4px 12px 12px;
  font-weight: 750;
}

.coach-avatar {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: .7rem;
  font-weight: 900;
  border-radius: 50%;
}

.alpha-coach-composer {
  position: relative;
  z-index: 15;
  width: 100%;
  max-height: min(48dvh, 430px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px 18px max(18px, env(safe-area-inset-bottom));
  background: #111418;
  border-top: 1px solid #34383d;
  box-shadow: 0 -10px 32px rgba(0, 0, 0, .35);
}

.alpha-coach-composer:empty { min-height: 0; padding: 0; border-top: 0; box-shadow: none; }

.alpha-coach-shell.coach-results-mode {
  grid-template-rows: auto minmax(0, 1fr);
}

.alpha-coach-shell.coach-results-mode .alpha-coach-chat {
  display: none;
}

.alpha-coach-shell.coach-results-mode .alpha-coach-composer {
  height: 100%;
  max-height: none;
  overflow: hidden;
  border-top: 0;
  box-shadow: none;
}

.coach-question-block {
  display: grid;
  gap: 3px;
  margin-bottom: 10px;
}

.coach-question-block strong {
  font-size: 1rem;
  line-height: 1.3;
}

.coach-question-block strong i {
  margin-right: 7px;
  font-style: normal;
}

.coach-question-block span {
  color: #aeb4ba;
  font-size: .84rem;
}

.coach-options {
  max-height: min(25dvh, 240px);
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 8px;
  padding: 1px 1px 10px;
  scrollbar-width: thin;
}

.coach-choice-stage { min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 8px; }

.coach-option {
  width: 100%;
  min-height: 42px;
  padding: 9px 13px;
  display: grid;
  gap: 5px;
  align-content: center;
  text-align: left;
  border: 1px solid #555b61;
  border-radius: 6px;
  background: #1d2125;
  color: #f5f5f5;
  font: inherit;
  font-size: .9rem;
  font-weight: 750;
  cursor: pointer;
  white-space: normal;
}

.coach-option > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.coach-option b {
  padding: 3px 5px;
  border-radius: 3px;
  color: #15100a;
  background: var(--alpha-action);
  font-size: .62rem;
  text-transform: uppercase;
}

.coach-option small {
  color: #b9bec3;
  font-size: .72rem;
  line-height: 1.25;
}

.coach-option.recommended {
  border-color: var(--gold);
}

.coach-option:hover,
.coach-option.selected {
  border-color: var(--gold);
  color: var(--gold);
  background: #272313;
}

.coach-input-row,
.coach-email-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 8px;
}

.coach-input-row input,
.coach-email-action input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #555b61;
  border-radius: 6px;
  outline: 0;
  background: #090b0d;
  color: #fff;
  font: inherit;
  font-size: 16px;
}

.coach-input-row input:focus,
.coach-email-action input:focus {
  border-color: var(--gold);
}

.coach-send {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--alpha-action);
  box-shadow: 0 12px 28px rgba(155, 242, 62, .16);
  color: #15100a;
  font-size: 1.35rem;
  font-weight: 900;
  cursor: pointer;
}

.coach-multi-send {
  width: 100%;
  min-height: 48px;
  min-width: 120px;
  padding: 0 18px;
  margin: 0;
  font-size: .95rem;
}

.coach-product-profile-form {
  max-height: 250px;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 2px 2px 4px;
}

.coach-profile-field {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: #c9cdd1;
  font-size: .75rem;
  font-weight: 800;
}

.coach-profile-field select {
  width: 100%;
  min-height: 42px;
  padding: 0 9px;
  border: 1px solid #555b61;
  border-radius: 6px;
  background: #090b0d;
  color: #fff;
  font: inherit;
  font-size: .84rem;
}

.coach-profile-submit {
  width: auto;
  min-width: 0;
  padding: 0 16px;
  align-self: end;
  font-size: .88rem;
}

.coach-quick-preference-form { max-height: min(48dvh, 390px); overflow: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 2px; }
.coach-quick-preference-form fieldset { min-width: 0; margin: 0; padding: 10px; border: 1px solid #41474d; border-radius: 8px; }
.coach-quick-preference-form legend { padding: 0 5px; color: var(--gold); font-size: .76rem; font-weight: 900; }
.coach-quick-preference-form fieldset > div { display: flex; flex-wrap: wrap; gap: 6px; }
.coach-quick-preference-form [data-preference-option] { min-height: 38px; padding: 7px 10px; border: 1px solid #555b61; border-radius: 999px; background: #12161a; color: #eef0f2; font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
.coach-quick-preference-form [data-preference-option].selected { border-color: var(--gold); background: rgba(248, 195, 66, .16); color: var(--gold); }
.coach-quick-preference-form .coach-profile-submit { grid-column: 1 / -1; min-height: 48px; }
.coach-body-profile-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.coach-body-profile-form label { display: grid; gap: 5px; color: #c9cdd1; font-size: .74rem; font-weight: 850; }
.coach-body-profile-form input,
.coach-body-profile-form select { width: 100%; min-height: 46px; padding: 0 10px; border: 1px solid #555b61; border-radius: 6px; background: #090b0d; color: #fff; font: inherit; font-size: 16px; }
.coach-body-profile-form .coach-profile-submit { grid-column: 1 / -1; min-height: 48px; }

@media (max-width: 640px) {
  .coach-product-profile-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.coach-send:disabled,
.coach-action-button:disabled {
  opacity: .5;
  cursor: wait;
}

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

.coach-recovery-state span { color: #aeb4ba; font-size: .82rem; }

.coach-typing {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #b8bdc2;
  font-size: .88rem;
}

.coach-typing i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: coach-dot .8s infinite alternate;
}

.coach-typing i:nth-child(2) { animation-delay: .15s; }
.coach-typing i:nth-child(3) { animation-delay: .3s; }
.coach-typing span { margin-left: 6px; }

.coach-results {
  max-height: min(78vh, 780px);
  overflow: auto;
  padding: 4px 2px 14px;
}

.coach-result-hero {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-left: 4px solid var(--gold);
  background: #1a1d20;
}

.coach-result-hero img {
  width: 108px;
  height: 132px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(248, 195, 66, .55);
  border-radius: 6px;
}

.coach-result-hero > div { display: grid; gap: 3px; }
.coach-result-hero span { color: #aeb4ba; font-weight: 800; }
.coach-result-hero strong { font-size: 2.6rem; color: var(--gold); }
.coach-result-hero b { font-size: 1.1rem; }
.coach-result-hero small { color: #aeb4ba; }

.coach-result-next {
  justify-self: start;
  margin-top: 8px;
  padding: 9px 12px;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: transparent;
  color: var(--gold);
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}

.coach-quick-start {
  margin: 10px 0;
  padding: 16px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(155, 242, 62, .55);
  border-left: 4px solid var(--lime);
  border-radius: 6px;
  background: rgba(155, 242, 62, .08);
}
.coach-quick-start span { color: var(--gold); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.coach-quick-start strong { color: #fff; font-size: 1rem; line-height: 1.45; }
.coach-unlock-cta { width: 100%; min-height: 52px; margin: 10px 0; }

.coach-next-unlock {
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid rgba(41, 211, 255, .42);
  border-left: 4px solid #29d3ff;
  border-radius: 7px;
  background: rgba(41, 211, 255, .07);
}
.coach-next-unlock span { display: block; color: #29d3ff; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.coach-next-unlock strong { display: block; margin-top: 5px; color: #fff; font-size: 1rem; }
.coach-next-unlock p { margin: 5px 0 0; color: #bdc5ca; font-size: .78rem; line-height: 1.4; }

.coach-insight-unlock {
  margin: 14px 18px;
  padding: 18px;
  border: 1px solid rgba(155, 242, 62, .58);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(248, 195, 66, .16), rgba(155, 242, 62, .08)), #15191d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
}

.coach-insight-overlay {
  position: absolute;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(3, 5, 7, .72);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity .2s ease;
}
.coach-insight-overlay.visible { opacity: 1; }
.coach-insight-modal {
  position: relative;
  width: min(480px, 100%);
  max-height: min(82dvh, 620px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(248, 195, 66, .75);
  border-radius: 14px;
  background: linear-gradient(145deg, #1c2125, #111518);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .58), 0 0 0 4px rgba(248, 195, 66, .08);
  transform: translateY(18px) scale(.98);
  animation: coach-insight-arrive .28s ease forwards;
}
.coach-insight-close { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; border: 1px solid #51575d; border-radius: 50%; background: #111518; color: #fff; font-size: 1.35rem; cursor: pointer; }
.coach-insight-modal h2 { margin: 9px 42px 6px 0; color: #fff; font-size: clamp(1.25rem, 5vw, 1.8rem); }
.coach-insight-modal > b { display: block; margin: 8px 0 14px; color: var(--gold); font-size: clamp(1.5rem, 7vw, 2.4rem); }
.coach-insight-modal > p { margin: 12px 0; color: #d0d4d7; line-height: 1.4; }
.coach-insight-modal > small { display: block; color: #9bf23e; font-weight: 800; }
.coach-insight-modal .coach-action-button { width: 100%; margin-top: 16px; }
.coach-insight-next { margin-top: 12px; padding-top: 12px; border-top: 1px solid #3d4348; color: #aeb4ba; font-size: .78rem; }
.coach-discoveries-strip { margin: 10px 0; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.coach-discoveries-strip strong { width: 100%; color: var(--gold); font-size: .75rem; text-transform: uppercase; }
.coach-discoveries-strip span { padding: 6px 9px; border: 1px solid #444a50; border-radius: 999px; background: #15191d; color: #e8eaec; font-size: .7rem; font-weight: 800; }
@keyframes coach-insight-arrive { to { transform: translateY(0) scale(1); } }
.coach-insight-celebration { color: var(--lime); font-size: .76rem; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.coach-insight-unlock h2 { margin: 8px 0 4px; color: #fff; font-size: 1.18rem; }
.coach-insight-unlock > b { display: block; color: var(--gold); font-size: 1.7rem; line-height: 1.1; }
.coach-insight-unlock > p { margin: 12px 0; color: #e4e6e8; font-size: .86rem; line-height: 1.5; }
.coach-insight-unlock > small { color: var(--lime); font-weight: 900; }
.coach-insight-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 12px; }
.coach-insight-metrics div { padding: 9px; border: 1px solid #3c4348; border-radius: 6px; background: rgba(0, 0, 0, .18); }
.coach-insight-metrics span { display: block; color: #939ba1; font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.coach-insight-metrics strong { display: block; margin-top: 4px; color: #fff; font-size: .8rem; line-height: 1.25; }

@media (max-width: 520px) {
  .coach-insight-unlock { margin: 10px 8px; padding: 15px; }
  .coach-insight-metrics { grid-template-columns: 1fr; }
}

.coach-performance-insight {
  margin: 10px 0;
  padding: 15px;
  border-left: 4px solid #29d3ff;
  background: #171a1d;
}

.coach-performance-insight span,
.coach-practical-insights span {
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.coach-performance-insight p { margin: 7px 0 0; color: #f0f1f2; line-height: 1.5; }

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

.coach-result-card {
  min-height: 90px;
  padding: 12px;
  border: 1px solid #3b4045;
  border-radius: 6px;
  background: #171a1d;
  display: grid;
  align-content: start;
  gap: 7px;
}

.coach-result-card span { color: var(--gold); font-size: .75rem; font-weight: 850; text-transform: uppercase; }
.coach-result-card strong { font-size: .93rem; line-height: 1.35; }
.coach-result-card-compact { min-height: 104px; }
.coach-result-card-compact strong { color: #fff; font-size: clamp(1.2rem, 4vw, 1.65rem); }
.coach-result-card-compact p { margin: 0; color: #aeb4ba; font-size: .76rem; line-height: 1.35; }
.coach-plan-band { margin: 10px 0; border: 1px solid #3b4045; background: #13171a; }
.coach-plan-band > summary { padding: 14px; color: var(--gold); font-weight: 900; cursor: pointer; }
.coach-plan-band[open] > summary { border-bottom: 1px solid #3b4045; }

.coach-practical-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.coach-practical-insights article {
  padding: 15px;
  border: 1px solid #3b4045;
  background: #171a1d;
}

.coach-practical-insights strong { display: block; margin-top: 7px; font-size: 1.1rem; }
.coach-practical-insights p { margin: 7px 0; color: #d2d5d8; font-size: .88rem; line-height: 1.45; }
.coach-practical-insights ul { margin: 9px 0; padding-left: 18px; color: #f1f2f3; font-size: .84rem; line-height: 1.5; }
.coach-practical-insights small { color: #92989e; font-size: .72rem; line-height: 1.35; }

.coach-plan-band,
.coach-activation,
.coach-trainer-summary {
  margin: 10px 0;
  padding: 16px;
  border: 1px solid #3b4045;
  background: #171a1d;
}

.coach-plan-band h2 { margin: 0 0 10px; font-size: 1.15rem; }
.coach-plan-intro { color: #c1c5c9 !important; font-size: .86rem; line-height: 1.4; }
.coach-plan-days { display: grid; gap: 1px; margin-top: 12px; }
.coach-plan-day { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 10px; padding: 12px 0; border-top: 1px solid #353a3f; }
.coach-plan-day > b { color: var(--gold); font-size: .78rem; text-transform: uppercase; }
.coach-plan-day strong { font-size: .94rem; }
.coach-plan-day p { margin: 5px 0 !important; color: #f3f4f5 !important; font-size: .88rem; line-height: 1.4; }
.coach-plan-day small { color: #9da3a9; font-size: .76rem; line-height: 1.35; }
.coach-plan-band p { margin: 12px 0 0; color: var(--gold); }
.coach-activation { border-color: #8b6815; }
.coach-activation.active { border-color: #2b8a57; color: #8fe0ae; }
.coach-activation.attention {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(248, 195, 66, .18), 0 14px 32px rgba(0, 0, 0, .28);
  animation: coach-activation-pulse .7s ease-out 2;
}

.coach-feedback {
  position: relative;
  margin: 10px 0;
  padding: 15px;
  display: grid;
  gap: 10px;
  border: 1px solid #3b4045;
  border-radius: 6px;
  background: #171a1d;
}

.coach-feedback-dismiss {
  position: absolute;
  top: 7px;
  right: 7px;
  min-height: 30px !important;
  padding: 2px 9px !important;
  border: 0 !important;
  background: transparent !important;
  color: #aeb4ba !important;
  font-size: 1.1rem !important;
}

.coach-feedback[hidden] { display: none; }
.coach-feedback > strong { font-size: .96rem; }
.coach-feedback-ratings,
.coach-feedback-followup > div { display: flex; flex-wrap: wrap; gap: 7px; }
.coach-feedback button {
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid #555b61;
  border-radius: 5px;
  background: #1d2125;
  color: #f5f5f5;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}
.coach-feedback button:hover,
.coach-feedback button.selected { border-color: var(--gold); color: var(--gold); background: #272313; }
.coach-feedback-followup { display: grid; gap: 7px; }
.coach-feedback-followup > span { color: #aeb4ba; font-size: .78rem; }
.coach-feedback > p { min-height: 18px; margin: 0; color: #aeb4ba; font-size: .76rem; }
.coach-feedback.submitted { padding-block: 11px; }
.coach-feedback.submitted > strong,
.coach-feedback.submitted .coach-feedback-ratings,
.coach-feedback.submitted .coach-feedback-followup { display: none; }
.coach-feedback.submitted > p { min-height: 0; color: #8fe0ae; font-weight: 800; }

@keyframes coach-activation-pulse {
  50% { transform: translateY(-3px); }
}

.coach-product-recommendation {
  margin: 10px 0;
  padding: 18px;
  border: 1px solid rgba(248, 195, 66, .55);
  border-left: 4px solid var(--gold);
  background: #171a1d;
}

.coach-product-recommendation > span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.coach-product-recommendation h2 { margin: 7px 0; font-size: 1.35rem; }
.coach-product-recommendation p { margin: 0 0 12px; color: #c9cdd1; line-height: 1.45; }
.coach-product-recommendation > small { display: block; margin-top: 9px; color: #92989e; line-height: 1.35; }
.coach-product-price { display: flex; align-items: baseline; gap: 9px; margin: 12px 0; }
.coach-product-price s { color: #949a9f; }
.coach-product-price strong { color: var(--gold); font-size: 1.65rem; }
.coach-product-price b { color: #9bf23e; font-size: .72rem; }
.coach-product-choice-grid { margin: 12px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.coach-product-recommended-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.coach-product-choice { position: relative; padding: 13px; display: grid; align-content: start; gap: 8px; border: 1px solid #42484e; border-radius: 7px; background: #14181b; }
.coach-product-choice.recommended { border: 2px solid var(--gold); background: rgba(248, 195, 66, .08); box-shadow: 0 0 0 2px rgba(248, 195, 66, .08); }
.coach-product-choice > em { justify-self: start; padding: 4px 7px; border-radius: 999px; background: var(--alpha-action); color: #111; font-size: .65rem; font-style: normal; font-weight: 900; }
.coach-product-choice > img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; border-radius: 6px; background: #0c0f11; }
.coach-best-match { position: absolute; top: 10px; right: 10px; padding: 3px 6px; border-radius: 999px; background: var(--gold); color: #111; font-size: .58rem; text-transform: uppercase; }
.coach-product-choice h3 { margin: 0; color: #fff; font-size: .95rem; line-height: 1.25; }
.coach-product-choice p { min-height: 2.6em; margin: 0; color: #aeb4ba; font-size: .74rem; line-height: 1.3; }
.coach-product-chips { display: flex; flex-wrap: wrap; gap: 4px; }
.coach-product-chips span { padding: 3px 6px; border: 1px solid #42484e; border-radius: 999px; color: #c8cdd1; font-size: .6rem; font-weight: 800; }
.coach-product-choice .coach-action-button { margin-top: auto; }
.coach-buy-button { width: 100%; min-height: 52px; text-transform: uppercase; }
.coach-no-product { display: block; padding: 12px 0 0; color: #9bf23e; }
.coach-browse-title { margin-top: 24px !important; padding-top: 16px; border-top: 1px solid #3b4045; }
.coach-food-first { margin: 12px 0; padding: 14px; display: grid; gap: 4px; border: 1px solid #46503d; background: rgba(155, 242, 62, .06); }
.coach-food-first span { color: #aeb4ba; font-size: .78rem; }

.medical-clearance { margin-top: 14px; display: grid; gap: 9px; }
.medical-clearance form { padding: 12px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; border: 1px solid #4a5056; border-radius: 6px; background: #111519; }
.medical-clearance form[hidden] { display: none; }
.medical-clearance label { display: grid; gap: 5px; color: #c7ccd0; font-size: .76rem; font-weight: 800; }
.medical-clearance label:last-of-type,
.medical-clearance form > small,
.medical-clearance form > button { grid-column: 1 / -1; }
.medical-clearance input,
.medical-clearance select { width: 100%; min-height: 42px; padding: 0 10px; border: 1px solid #555b61; border-radius: 5px; background: #090b0d; color: #fff; font: inherit; font-size: .86rem; }
.medical-clearance form > small { color: #92989e; font-size: .7rem; line-height: 1.4; }
.medical-clearance > p { min-height: 18px; margin: 0; color: var(--gold); font-size: .76rem; line-height: 1.4; }

.clearance-admin { width: min(920px, 100%); margin: 0 auto; padding: 24px 0 48px; }
.clearance-admin-header span { color: var(--gold); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.clearance-admin-header h1 { margin: 6px 0; }
.clearance-admin-header p { color: var(--muted); line-height: 1.5; }
.clearance-admin-auth { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin: 18px 0 8px; }
.clearance-admin-auth input,
.clearance-review-card select { min-height: 44px; padding: 0 11px; border: 1px solid #555b61; border-radius: 6px; background: #090b0d; color: #fff; font: inherit; }
.clearance-admin [data-clearance-admin-status] { min-height: 22px; color: var(--gold); }
.clearance-review-list { display: grid; gap: 12px; }
.clearance-review-card { padding: 18px; display: grid; gap: 14px; border: 1px solid #3b4045; border-radius: 8px; background: #15191d; }
.clearance-review-card h2 { margin: 5px 0; }
.clearance-review-card a { color: var(--gold); }
.clearance-review-card > div > span { color: var(--muted); font-size: .72rem; }
.clearance-review-card dl { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.clearance-review-card dl > div { padding: 10px; background: #101417; }
.clearance-review-card dt { color: var(--muted); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.clearance-review-card dd { margin: 5px 0 0; line-height: 1.35; }
.clearance-review-card > label { display: grid; gap: 5px; color: var(--muted); font-size: .75rem; font-weight: 800; }
.clearance-review-actions { display: flex; flex-wrap: wrap; gap: 8px; }

@media (max-width: 620px) {
  .coach-body-profile-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coach-quick-preference-form { grid-template-columns: 1fr; }
  .coach-quick-preference-form .coach-profile-submit { grid-column: auto; position: sticky; bottom: 0; }
  .coach-product-choice-grid { grid-template-columns: 1fr; }
  .coach-product-recommended-grid { grid-template-columns: 1fr; }
  .medical-clearance form { grid-template-columns: 1fr; }
  .medical-clearance label:last-of-type,
  .medical-clearance form > small,
  .medical-clearance form > button { grid-column: auto; }
  .clearance-admin { padding: 16px 12px 36px; }
  .clearance-admin-auth { grid-template-columns: 1fr; }
  .clearance-review-card dl { grid-template-columns: 1fr; }
  .clearance-review-actions > button { width: 100%; }
}

.coach-email-action {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 12px;
}

.coach-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.daily-results { max-height: none; overflow: visible; display: grid; gap: 12px; }
.daily-results-mode .alpha-coach-chat { padding-bottom: 18px; }
.daily-primary-action { padding: 16px; display: grid; gap: 7px; border: 1px solid var(--gold); border-left: 4px solid var(--lime); border-radius: 6px; background: rgba(155, 242, 62, .08); }
.daily-primary-action span { color: var(--gold); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.daily-primary-action strong { color: #fff; font-size: 1rem; line-height: 1.45; }
.daily-strategy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.daily-strategy b { min-height: 42px; padding: 8px 6px; display: grid; place-items: center; border: 1px solid #465018; border-radius: 5px; background: rgba(183, 245, 44, .08); color: var(--gold); font-size: .68rem; text-align: center; }
.daily-plan { display: grid; gap: 7px; }
.daily-plan h3 { margin: 0 0 2px; color: var(--gold); font-size: 1rem; }
.daily-plan article { padding: 10px 11px; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 8px; border-left: 3px solid #9bf23e; background: #181c20; }
.daily-plan b { color: #9bf23e; font-size: .74rem; }
.daily-plan p { margin: 0; color: #e2e5e7; font-size: .78rem; line-height: 1.4; }
.daily-product-signal,
.daily-product-offer { padding: 13px; display: grid; gap: 7px; border: 1px solid #4c5359; border-radius: 6px; background: #171b1f; }
.daily-product-signal span,
.daily-product-offer span { color: var(--gold); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.daily-product-signal strong,
.daily-product-offer strong { color: #fff; font-size: 1rem; }
.daily-product-signal p,
.daily-product-offer p { margin: 0; color: #cbd0d4; font-size: .78rem; line-height: 1.4; }
.daily-product-offer > b { color: var(--gold); font-size: 1.5rem; }
.daily-inline-checkout { padding: 14px; display: grid; gap: 11px; border: 1px solid var(--gold); border-radius: 6px; background: #13171a; }
.daily-inline-checkout > div:first-child { display: grid; gap: 5px; }
.daily-inline-checkout > div:first-child span { color: var(--gold); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.daily-inline-checkout > div:first-child strong { color: #fff; font-size: .95rem; }
.daily-inline-checkout > div:first-child p { margin: 0; color: #b9bfc4; font-size: .75rem; line-height: 1.4; }
.daily-product-options { max-height: 260px; overflow-y: auto; display: grid; gap: 8px; }
.daily-product-option { position: relative; padding: 12px; display: grid; gap: 5px; border: 1px solid #4a5056; border-radius: 6px; background: #171b1f; color: #fff; font: inherit; text-align: left; cursor: pointer; }
.daily-product-option.recommended { border-color: var(--gold); background: #211e12; }
.daily-product-option em { justify-self: start; padding: 3px 6px; border-radius: 3px; background: var(--alpha-action); color: #111; font-size: .62rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.daily-product-option strong { font-size: .88rem; }
.daily-product-option span { color: #b9bfc4; font-size: .72rem; line-height: 1.35; }
.daily-product-option b { color: var(--gold); font-size: 1rem; }

@media (max-width: 620px) {
  .daily-strategy { grid-template-columns: 1fr; }
  .daily-plan article { grid-template-columns: 76px minmax(0, 1fr); }
}

.coach-action-button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--alpha-action);
  box-shadow: 0 12px 28px rgba(155, 242, 62, .16);
  color: #15100a;
  font: inherit;
  font-size: .9rem;
  font-weight: 850;
  cursor: pointer;
}

.coach-action-button.secondary { background: transparent; color: var(--gold); }
.coach-trainer-summary p { margin: 7px 0 0; color: #d0d4d8; line-height: 1.45; }
.coach-disclaimer { color: #92989e; font-size: .76rem; line-height: 1.4; }

@keyframes coach-dot { to { transform: translateY(-5px); opacity: .45; } }
@keyframes coach-in { from { opacity: 0; transform: translateY(6px); } }

@media (min-width: 760px) {
  body:has(.alpha-coach-shell) { background: #080a0c; }
  .alpha-coach-shell { border-left: 1px solid #292d31; border-right: 1px solid #292d31; }
}

@media (max-width: 620px) {
  .alpha-coach-header {
    min-height: 64px;
    grid-template-columns: 34px 38px minmax(0, 1fr) 72px;
    padding: max(6px, env(safe-area-inset-top)) 9px 6px;
    gap: 7px;
  }
  .alpha-coach-header img { width: 36px; height: 36px; }
  .coach-icon-button { width: 34px; height: 34px; }
  .coach-brand strong { font-size: .96rem; }
  .coach-brand span { font-size: .68rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .coach-progress { grid-template-columns: 1fr; gap: 3px; }
  .coach-progress b { text-align: right; }
  .alpha-coach-chat { padding: 20px 12px; }
  .coach-message { max-width: 92%; }
  .alpha-coach-composer {
    max-height: min(68dvh, 560px);
    padding: 12px 12px max(14px, env(safe-area-inset-bottom));
  }
  .alpha-coach-composer input,
  .alpha-coach-composer select,
  .alpha-coach-composer textarea { font-size: 16px; }
  .coach-question-block { position: sticky; top: -12px; z-index: 3; margin: -2px -2px 10px; padding: 8px 2px 7px; background: #111418; }
  .coach-choice-stage { max-height: min(47dvh, 390px); }
  .coach-options {
    max-height: none;
    grid-template-columns: repeat(auto-fit, minmax(min(145px, 100%), 1fr));
  }
  .coach-multi-send { position: sticky; bottom: 0; z-index: 4; font-size: 16px; }
  .coach-quick-preference-form [data-preference-option],
  .coach-quick-preference-form .coach-profile-submit,
  .coach-profile-field select { font-size: 16px; }
  .coach-result-grid { grid-template-columns: 1fr; }
  .coach-result-hero { grid-template-columns: 92px minmax(0, 1fr); padding: 12px; }
  .coach-result-hero img { width: 92px; height: 118px; }
  .coach-result-hero strong { font-size: 2.15rem; }
  .coach-practical-insights { grid-template-columns: 1fr; }
  .coach-email-action { grid-template-columns: 1fr; }
  .coach-recovery-state { grid-template-columns: 1fr; }
  .coach-action-button { width: 100%; }
}

/* AlphaBuilt route-aware launch concierge */
.handoff-root {
  --handoff-bg: #0b0d0f;
  --handoff-panel: #15191d;
  position: relative;
  z-index: 120;
}

.handoff-launcher {
  position: fixed;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 122;
  min-height: 54px;
  padding: 7px 15px 7px 7px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(248, 195, 66, .75);
  border-radius: 7px;
  background: var(--alpha-action);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .38);
  color: #111;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.handoff-launcher img { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; }
.alpha-coach-shell ~ .handoff-root .handoff-launcher,
body:has(.alpha-coach-shell) .handoff-launcher { display: none; }
.handoff-launcher.is-open { bottom: min(calc(100dvh - 72px), 712px); padding-right: 12px; }
.handoff-launcher.is-open img { display: none; }
.handoff-launcher.is-open span { font-size: 1.4rem; line-height: 1; }

.handoff-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 121;
  width: min(430px, calc(100vw - 28px));
  height: min(680px, calc(100dvh - 28px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid #343a40;
  border-radius: 8px;
  background: var(--handoff-bg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
  color: #f7f8f8;
}

.handoff-panel::before {
  position: absolute;
  inset: 70px 0 0;
  z-index: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 240'%3E%3Cg fill='none' stroke='%23f8c342' stroke-width='18' stroke-linecap='round' opacity='.055'%3E%3Cpath d='M150 120h260'/%3E%3Cpath d='M105 62v116M137 80v80M423 80v80M455 62v116'/%3E%3C/g%3E%3C/svg%3E") center 42% / 88% auto no-repeat;
  content: "";
}

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

.handoff-panel.handoff-journey-gym::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 240'%3E%3Cg fill='none' stroke='%23f8c342' stroke-width='18' stroke-linecap='round' opacity='.06'%3E%3Cpath d='M150 120h260'/%3E%3Cpath d='M105 62v116M137 80v80M423 80v80M455 62v116'/%3E%3C/g%3E%3C/svg%3E");
}

.handoff-panel.handoff-journey-trainer::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 360'%3E%3Ccircle cx='180' cy='135' r='82' fill='none' stroke='%23f8c342' stroke-width='15' opacity='.06'/%3E%3Cpath d='M135 205l-32 112 77-39 77 39-32-112M180 95v80M140 135h80' fill='none' stroke='%23f8c342' stroke-width='15' stroke-linejoin='round' opacity='.06'/%3E%3C/svg%3E");
}

.handoff-panel.handoff-journey-nutritionist::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 360'%3E%3Cpath d='M290 55C145 68 72 148 91 263c99 25 187-50 199-208zM92 268c48-73 101-117 170-160' fill='none' stroke='%239bf23e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' opacity='.06'/%3E%3C/svg%3E");
}

.handoff-panel.handoff-journey-supplier::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 360'%3E%3Cg fill='none' stroke='%23f8c342' stroke-width='13' stroke-linejoin='round' opacity='.055'%3E%3Cpath d='M62 125l91-48 91 48-91 49zM62 125v104l91 50 91-50V125M153 174v105M178 205l91-48 91 48-91 49zM178 205v80l91 50 91-50v-80M269 254v81'/%3E%3C/g%3E%3C/svg%3E");
}

.handoff-header {
  min-height: 70px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(70px, 105px) auto;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #30353a;
  background: #0e1114;
}

.handoff-header img { width: 42px; height: 42px; object-fit: cover; border: 1px solid #4b5055; border-radius: 4px; }
.handoff-header > div:nth-child(2) { min-width: 0; display: grid; }
.handoff-header strong { color: var(--gold); font-size: .96rem; }
.handoff-header span { overflow: hidden; color: #aeb4ba; font-size: .7rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.handoff-header > button { width: 32px; height: 32px; border: 0; background: transparent; color: #fff; font-size: 1.35rem; cursor: pointer; }
.handoff-status { text-align: right; white-space: normal !important; }
.handoff-progress { height: 6px; overflow: hidden; border-radius: 3px; background: #34383d; }
.handoff-progress i { display: block; height: 100%; background: var(--alpha-action); transition: width .25s ease; }
.handoff-progress-wrap { min-width: 0; display: grid; grid-template-columns: minmax(45px, 1fr) auto; align-items: center; gap: 6px; }
.handoff-progress-wrap b { color: #b9bec3; font-size: .68rem; }

.handoff-messages {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scrollbar-width: thin;
}

.handoff-message { max-width: 88%; display: flex; gap: 8px; align-items: flex-start; animation: coach-in .2s ease-out; }
.handoff-message p { margin: 0; padding: 11px 12px; border-radius: 4px 10px 10px 10px; background: #1b1f23; border: 1px solid #363b40; color: #f2f3f4; font-size: .88rem; line-height: 1.45; white-space: pre-line; }
.handoff-message.handoff-user { align-self: flex-end; }
.handoff-message.handoff-user p { border: 0; border-radius: 10px 4px 10px 10px; background: var(--alpha-action); color: #181203; font-weight: 800; }
.handoff-avatar { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .62rem; font-weight: 900; }
.handoff-dots { min-height: 42px; padding: 0 15px; display: flex; align-items: center; gap: 5px; border: 1px solid #363b40; border-radius: 4px 10px 10px 10px; background: #1b1f23; }
.handoff-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: coach-dot .8s infinite alternate; }
.handoff-dots i:nth-child(2) { animation-delay: .15s; }
.handoff-dots i:nth-child(3) { animation-delay: .3s; }

.handoff-composer { padding: 12px; border-top: 1px solid #30353a; background: #111418; }
.handoff-question { display: grid; gap: 3px; margin-bottom: 9px; }
.handoff-question strong { font-size: .94rem; line-height: 1.3; }
.handoff-question span { color: #aeb4ba; font-size: .74rem; line-height: 1.35; }
.handoff-chips { max-height: 184px; overflow-y: auto; display: flex; flex-wrap: wrap; gap: 7px; scrollbar-width: thin; }
.handoff-chips button,
.handoff-result-actions button {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #555b61;
  border-radius: 6px;
  background: #1d2125;
  color: #f5f5f5;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}
.handoff-chips button:hover,
.handoff-chips button.selected { border-color: var(--gold); background: #292413; color: var(--gold); }
.handoff-home-chips { max-height: 330px; display: grid; grid-template-columns: 1fr; gap: 8px; }
.handoff-home-chips button { min-height: 70px; padding: 10px 11px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 9px; text-align: left; }
.handoff-home-chips i { font-style: normal; font-size: 1.25rem; }
.handoff-home-chips .handoff-home-card-copy { min-width: 0; display: grid; gap: 3px; line-height: 1.25; }
.handoff-home-card-copy strong { color: #fff; font-size: .82rem; line-height: 1.25; }
.handoff-home-card-copy small { color: #aeb4ba; font-size: .68rem; font-weight: 650; line-height: 1.35; }
.handoff-home-chips button > b { padding: 4px 6px; border: 1px solid rgba(248, 195, 66, .55); border-radius: 999px; color: var(--gold); font-size: .62rem; white-space: nowrap; }
.handoff-home-chips button:hover .handoff-home-card-copy strong { color: var(--gold); }
.handoff-input { margin-top: 8px; display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 7px; }
.handoff-input input { min-width: 0; min-height: 44px; padding: 0 12px; border: 1px solid #555b61; border-radius: 6px; outline: none; background: #090b0d; color: #fff; font: inherit; font-size: 16px; }
.handoff-input input:focus { border-color: var(--gold); }
.handoff-input button { border: 0; border-radius: 6px; background: var(--alpha-action); color: #111; font-size: 1.2rem; font-weight: 900; cursor: pointer; }
.handoff-ask { margin-top: 9px; }
.handoff-discovery-question {
  padding: 10px 11px;
  border-left: 3px solid var(--gold);
  background: #191d21;
}
.handoff-examples { display: block; margin-top: 8px; color: #8f969c; font-size: .68rem; line-height: 1.35; }
.handoff-text-action { width: 100%; margin-top: 8px; padding: 7px; border: 0; background: transparent; color: #b8bec3; font: inherit; font-size: .72rem; font-weight: 750; text-decoration: underline; cursor: pointer; }
.handoff-route-chips { display: grid; grid-template-columns: 1fr; max-height: none; }
.handoff-clarify-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: none; margin-bottom: 9px; }
.handoff-clarify-chips button { min-height: 46px; }
.handoff-route-chips button { min-height: 48px; display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; text-align: left; }
.handoff-route-chips i { font-style: normal; font-size: 1rem; }
.handoff-intent-card { width: 100%; padding: 13px; display: grid; gap: 10px; border: 1px solid #42484e; border-left: 4px solid var(--gold); border-radius: 6px; background: #161a1e; animation: coach-in .2s ease-out; }
.handoff-intent-card header { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 8px; }
.handoff-intent-card header > span { font-size: 1.35rem; }
.handoff-intent-card header div { min-width: 0; display: grid; }
.handoff-intent-card header small { color: #aeb4ba; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.handoff-intent-card header strong { color: var(--gold); font-size: 1rem; }
.handoff-intent-card header b { padding: 4px 6px; border: 1px solid #596069; border-radius: 4px; color: #cdd2d6; font-size: .64rem; white-space: nowrap; }
.handoff-value-preview { padding: 9px 10px; border: 1px solid rgba(183, 245, 44, .35); border-radius: 5px; background: rgba(183, 245, 44, .07); color: #f5f7f0; font-size: .79rem; font-weight: 750; line-height: 1.4; }
.handoff-intent-card p { margin: 0; color: #f0f2f3; font-size: .82rem; line-height: 1.4; }
.handoff-intent-card ul { margin: 0; padding: 0; display: grid; gap: 5px; list-style: none; color: #cbd0d4; font-size: .75rem; line-height: 1.35; }
.handoff-intent-card li::first-letter { color: #9bf23e; }
.handoff-intent-card > small { color: #8f969c; font-size: .66rem; }
.handoff-primary { min-height: 42px; padding: 10px 14px; display: inline-grid; place-items: center; border: 1px solid var(--gold); border-radius: 6px; background: var(--alpha-action); color: #111; font: inherit; font-size: .82rem; font-weight: 900; text-decoration: none; cursor: pointer; }
.handoff-primary:disabled { opacity: .45; cursor: default; }
.handoff-multi + .handoff-primary { width: 100%; margin-top: 8px; }
.handoff-gym-capture { display: grid; grid-template-columns: 1fr; max-height: none; }
.handoff-gym-capture button { min-height: 46px; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: center; text-align: left; }
.handoff-gym-capture i { font-style: normal; }
.handoff-gym-options { max-height: 250px; overflow-y: auto; display: grid; gap: 7px; }
.handoff-gym-options button { padding: 10px; display: grid; gap: 3px; border: 1px solid #4c5359; border-radius: 6px; background: #181c20; color: #fff; font: inherit; text-align: left; cursor: pointer; }
.handoff-gym-options button:hover { border-color: var(--gold); }
.handoff-gym-options strong { color: var(--gold); font-size: .8rem; }
.handoff-gym-options span { color: #d3d7da; font-size: .72rem; line-height: 1.35; }
.handoff-gym-options small { color: #8f969c; font-size: .65rem; }
.handoff-gym-actions { margin-top: 8px; }

.handoff-result { width: 100%; display: grid; gap: 8px; }
.handoff-result > div { padding: 14px; display: grid; border-left: 4px solid var(--gold); background: #1a1d20; }
.handoff-result > div span,
.handoff-result article > span { color: var(--gold); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.handoff-result > div strong { color: var(--gold); font-size: 2.3rem; }
.handoff-result article { padding: 12px; border: 1px solid #3b4045; border-radius: 6px; background: #171a1d; }
.handoff-result p { margin: 7px 0 0; padding: 0; border: 0; background: transparent; font-size: .82rem; }
.handoff-result ol { margin: 8px 0 0; padding-left: 18px; color: #eef0f1; font-size: .8rem; line-height: 1.55; }
.handoff-result small { color: #92989e; font-size: .68rem; line-height: 1.35; }
.handoff-result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }

@media (max-width: 620px) {
  .handoff-panel { inset: 0; width: 100%; height: 100dvh; max-height: none; border: 0; border-radius: 0; }
  .handoff-launcher.is-open { right: 8px; bottom: calc(100dvh - 61px); background: transparent; border: 0; box-shadow: none; color: #fff; }
  .handoff-launcher.is-open span { opacity: 0; }
  .handoff-header { grid-template-columns: 42px minmax(0, 1fr) 76px 32px; padding: 8px 10px; }
  .handoff-messages { padding: 15px 11px; }
  .handoff-composer { padding: 10px 10px max(12px, env(safe-area-inset-bottom)); }
  .handoff-home-chips { grid-template-columns: 1fr; max-height: min(43dvh, 340px); }
  .handoff-home-chips button { min-height: 68px; }
  .handoff-result-actions { grid-template-columns: 1fr; }
}
