: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);
}

/* Gym Portal — reusable mobile-first owner/admin dashboard */
.gym-portal-active .handoff-root{display:none!important}
.gym-create-error{grid-column:1/-1;border:1px solid #6a3d32;background:#2a1714;color:#ffd9cf;border-radius:16px;padding:16px;display:grid;gap:7px}.gym-create-error.duplicate{border-color:#52762d;background:#152412;color:#e5ffc8}.gym-create-error span,.gym-create-error small{line-height:1.45}.gym-create-error .gym-primary{margin-top:6px}
.gym-custom select{width:100%;min-height:50px;border-radius:13px;border:1px solid #3a464a;background:#090d0f;color:white;padding:12px 14px;font-size:16px}.gym-unmatched{margin-top:18px;display:grid;gap:8px}.gym-unmatched article{display:grid;gap:3px;background:#0c1113;border-radius:12px;padding:11px}.gym-unmatched small{color:var(--gp-muted)}
.gym-portal{--gp-bg:#080c0d;--gp-card:#111719;--gp-line:#273034;--gp-text:#f5f7f7;--gp-muted:#9ca8ac;--gp-gold:#ffc83d;--gp-lime:#9df538;min-height:100vh;background:radial-gradient(circle at 84% 2%,rgba(157,245,56,.12),transparent 27%),radial-gradient(circle at 8% 12%,rgba(255,200,61,.09),transparent 30%),var(--gp-bg);color:var(--gp-text);padding:clamp(18px,4vw,52px);font-family:Inter,system-ui,-apple-system,sans-serif}.gym-portal *{box-sizing:border-box}.gym-portal button,.gym-portal input,.gym-portal a{font:inherit}.gym-portal button,.gym-portal a{min-height:44px}.gym-portal-hero,.gym-owner-header{max-width:1280px;margin:0 auto 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.gym-portal-hero h1,.gym-owner-header h1{font-size:clamp(2rem,5vw,4.7rem);letter-spacing:-.055em;line-height:.96;margin:10px 0}.gym-portal-hero p,.gym-owner-header p{color:var(--gp-muted);max-width:720px;font-size:clamp(1rem,2vw,1.18rem);line-height:1.55;margin:0}.gym-eyebrow,.gym-kicker{color:var(--gp-gold);font-size:.75rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.gym-primary,.gym-secondary{border-radius:14px;border:1px solid transparent;padding:12px 18px;font-weight:850;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.gym-primary{background:linear-gradient(110deg,var(--gp-gold),var(--gp-lime));color:#10130d;box-shadow:0 12px 32px rgba(157,245,56,.14)}.gym-secondary{border-color:#384348;background:#151c1f;color:#f7f8f8}.gym-admin-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.7fr);gap:18px}.gym-create-panel{grid-column:1/-1}.gym-panel{border:1px solid var(--gp-line);background:linear-gradient(145deg,rgba(22,29,31,.96),rgba(12,17,18,.96));border-radius:24px;padding:clamp(18px,3vw,30px);box-shadow:0 22px 70px rgba(0,0,0,.22);scroll-margin-top:20px}.gym-panel[hidden]{display:none}.gym-panel h2{font-size:clamp(1.35rem,2.7vw,2rem);margin:6px 0 8px;letter-spacing:-.035em}.gym-panel p{color:var(--gp-muted);line-height:1.5}.gym-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.gym-icon{width:46px;height:46px;border-radius:50%;border:1px solid var(--gp-line);background:#151b1d;color:white;font-size:1.6rem}.gym-search-row{display:grid;grid-template-columns:1fr auto auto;gap:10px}.gym-search-row input,.gym-custom input,.gym-activate input{width:100%;min-height:50px;border-radius:13px;border:1px solid #3a464a;background:#090d0f;color:white;padding:12px 14px;font-size:16px}.gym-place-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.gym-place-card,.gym-registry-card{border:1px solid var(--gp-line);background:#111719;color:white;border-radius:16px;padding:15px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.gym-place-card:hover,.gym-registry-card:hover{border-color:var(--gp-lime);transform:translateY(-1px)}.gym-place-card span,.gym-registry-card span{min-width:0;display:grid;gap:4px}.gym-place-card strong,.gym-registry-card strong{font-size:1rem}.gym-place-card small,.gym-registry-card small{color:var(--gp-muted);overflow:hidden;text-overflow:ellipsis}.gym-place-card i{color:var(--gp-gold);font-size:.78rem;font-style:normal}.gym-place-card b{color:var(--gp-lime)}.gym-custom{margin-top:18px;border-top:1px solid var(--gp-line);padding-top:16px}.gym-custom summary{cursor:pointer;font-weight:800;color:var(--gp-gold);min-height:44px;display:flex;align-items:center}.gym-custom form,.gym-activate form{display:grid;gap:14px;margin-top:14px}.gym-custom label,.gym-activate label{display:grid;gap:7px;color:var(--gp-muted);font-size:.86rem}.gym-form-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gym-permission,.gym-empty,.gym-error,.gym-searching{grid-column:1/-1;border:1px dashed #3c484c;border-radius:16px;padding:18px;display:grid;gap:8px;color:var(--gp-muted)}.gym-permission strong,.gym-empty strong{color:white}.gym-list{display:grid;gap:9px}.gym-registry-card{width:100%;display:grid;grid-template-columns:auto 1fr auto auto}.gym-avatar{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,var(--gp-gold),var(--gp-lime));color:#11150d;display:grid!important;place-items:center;font-weight:950}.gym-avatar.large{width:62px;height:62px;border-radius:18px;font-size:1.45rem}.gym-registry-card code{color:#748084;font-size:.67rem;overflow:hidden;text-overflow:ellipsis}.gym-status{font-size:.68rem;font-style:normal;font-weight:950;letter-spacing:.09em;padding:7px 10px;border-radius:999px;background:#252d30;color:#b6c0c4}.gym-status.demo{background:rgba(255,200,61,.13);color:var(--gp-gold)}.gym-status.active{background:rgba(157,245,56,.13);color:var(--gp-lime)}.gym-tool-list{display:grid;gap:10px;margin-top:18px}.gym-tool-list span{padding:12px;border-radius:12px;background:#0d1214;color:#cad2d4}.gym-skeleton{height:78px;border-radius:16px;background:linear-gradient(90deg,#12191b,#20282b,#12191b);background-size:200% 100%;animation:gymShimmer 1.3s infinite}.gym-toast{position:fixed;z-index:9999;left:50%;bottom:24px;transform:translate(-50%,30px);opacity:0;background:#efffdd;color:#10140d;font-weight:850;padding:13px 18px;border-radius:999px;transition:.2s;box-shadow:0 15px 50px #000}.gym-toast.show{opacity:1;transform:translate(-50%,0)}
.gym-dashboard{padding-bottom:90px}.gym-owner-header h1{font-size:clamp(1.7rem,4vw,3.2rem);margin:4px 0}.gym-brand-lockup{display:flex;align-items:center;gap:16px}.gym-owner-actions{display:flex;align-items:center;gap:10px}.gym-demo-banner,.gym-live-banner{max-width:1280px;margin:0 auto 14px;border-radius:16px;padding:13px 16px;display:flex;align-items:center;gap:10px}.gym-demo-banner{background:#392e13;border:1px solid #6c5521;color:#f8d56f}.gym-live-banner{background:#132715;border:1px solid #2d592c;color:#c9ff9a}.gym-live-dot{width:9px;height:9px;border-radius:50%;background:var(--gp-lime);box-shadow:0 0 0 5px rgba(157,245,56,.12)}.gym-dashboard-nav{max-width:1280px;margin:0 auto 16px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:3px}.gym-dashboard-nav button{white-space:nowrap;border:1px solid var(--gp-line);background:#111719;color:#bcc5c8;padding:9px 13px;border-radius:999px;font-weight:750}.gym-owner-hero,.gym-metric-grid,.gym-dashboard>.gym-panel,.gym-dashboard>.gym-two-col{max-width:1280px;margin:0 auto 16px}.gym-owner-hero{border-radius:26px;padding:clamp(22px,4vw,42px);background:linear-gradient(120deg,#182015,#12191b 60%);border:1px solid #38482d;display:flex;align-items:center;justify-content:space-between;gap:24px}.gym-owner-hero p{max-width:650px;color:var(--gp-muted);line-height:1.5}.gym-health-number{font-size:clamp(3rem,9vw,7.2rem);letter-spacing:-.07em;line-height:1;display:block;margin-top:12px}.gym-health-number small{font-size:.22em;color:var(--gp-muted);letter-spacing:0}.gym-health-ring{--score:0;width:150px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--gp-lime) calc(var(--score)*1%),#263034 0);position:relative;flex:0 0 auto}.gym-health-ring:after{content:"";position:absolute;inset:12px;border-radius:50%;background:#111719}.gym-health-ring span{position:relative;z-index:1;font-size:2rem;font-weight:950}.gym-metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.gym-metric{border:1px solid var(--gp-line);background:var(--gp-card);border-radius:18px;padding:17px;display:grid;gap:5px}.gym-metric span,.gym-metric small{color:var(--gp-muted);font-size:.75rem}.gym-metric strong{font-size:clamp(1.35rem,3vw,2rem)}.gym-progress-list{display:grid;gap:12px}.gym-progress-list>div{display:grid;grid-template-columns:minmax(130px,1fr) minmax(120px,3fr) 40px;gap:12px;align-items:center;text-transform:capitalize}.gym-progress-list progress,.gym-challenge-grid progress{width:100%;height:9px;accent-color:var(--gp-lime)}.gym-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gym-bars{display:grid;gap:13px;margin-top:18px}.gym-bars>div{display:grid;grid-template-columns:minmax(110px,1fr) 2fr 36px;gap:10px;align-items:center}.gym-bars i{height:8px;background:#252e31;border-radius:99px;overflow:hidden}.gym-bars b{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--gp-gold),var(--gp-lime))}.gym-feed,.gym-opportunities{display:grid;gap:9px;margin-top:18px}.gym-feed p,.gym-opportunities p{margin:0;padding:12px 13px;background:#0c1113;border-radius:13px;color:#dae0e2}.gym-feed i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--gp-lime);margin-right:9px}.gym-leaderboard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gym-leaderboard article{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:12px;background:#0d1214;border:1px solid #232c2f;padding:13px;border-radius:15px}.gym-leaderboard article>b{color:var(--gp-gold)}.gym-leaderboard article>span{display:grid}.gym-leaderboard small{color:var(--gp-muted)}.gym-leaderboard em{font-style:normal;font-size:1.3rem;font-weight:950;color:var(--gp-lime)}.gym-challenge-grid,.gym-insight-grid,.gym-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:18px}.gym-challenge-grid article,.gym-insight-grid article,.gym-link-grid article{border:1px solid #273034;background:#0d1214;border-radius:16px;padding:16px;display:grid;gap:9px}.gym-challenge-grid span,.gym-challenge-grid small,.gym-evidence{color:var(--gp-muted)}.gym-insight-grid b{color:var(--gp-lime);font-size:.76rem}.gym-insight-grid p{color:white;margin:0}.gym-link-grid article span{color:var(--gp-gold);font-size:.78rem}.gym-link-grid button{border:0;background:transparent;color:var(--gp-lime);font-weight:850;text-align:left;padding:0}.gym-qr-row{margin-top:18px;display:flex;align-items:center;gap:20px;background:#0c1113;padding:18px;border-radius:18px}.gym-qr-row img{width:150px;border-radius:12px;background:white;padding:8px}.gym-qr-row p{margin:5px 0 15px}.gym-report{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gym-report div{background:#0c1113;padding:20px;border-radius:17px;display:grid}.gym-report strong{font-size:2rem;color:var(--gp-lime)}.gym-report span{color:var(--gp-muted)}.gym-tv-preview{margin-top:15px;border:1px solid #4d4122;background:radial-gradient(circle at 80%,rgba(157,245,56,.12),transparent 40%),#0c1113;padding:28px;border-radius:20px;display:grid;gap:7px;text-align:center}.gym-tv-preview strong{font-size:2rem}.gym-tv-preview span{color:var(--gp-gold);font-weight:900}.gym-consent-check{grid-template-columns:auto 1fr!important;align-items:start}.gym-consent-check input{width:22px;min-height:22px}.gym-thresholds{margin-top:20px;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:8px;align-items:center}.gym-thresholds span{background:#0c1113;border-radius:12px;padding:12px;display:grid;color:var(--gp-muted)}.gym-thresholds b{color:var(--gp-lime);font-size:1.2rem}.gym-setting-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.gym-setting-row label{display:flex;align-items:center;gap:8px;color:#dce1e2}.gym-dashboard-loading{min-height:75vh;display:grid;place-items:center;align-content:center;gap:14px}.gym-spinner{width:44px;height:44px;border:3px solid #253034;border-top-color:var(--gp-lime);border-radius:50%;animation:gymSpin .8s linear infinite}.gym-tv-page header{display:flex;justify-content:space-between;align-items:center}.gym-tv-page header a{color:white;text-decoration:none}.gym-tv-page>section{max-width:900px;margin:8vh auto}.gym-tv-page h1{font-size:clamp(2.5rem,7vw,5rem);letter-spacing:-.06em}.gym-leaderboard.large{grid-template-columns:1fr}.gym-leaderboard.large article{padding:22px;font-size:1.2rem}
@keyframes gymShimmer{to{background-position:-200% 0}}@keyframes gymSpin{to{transform:rotate(360deg)}}
@media(max-width:900px){.gym-admin-grid,.gym-two-col{grid-template-columns:1fr}.gym-admin-tools{grid-column:auto}.gym-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gym-challenge-grid,.gym-insight-grid,.gym-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gym-thresholds{grid-template-columns:repeat(2,1fr)}.gym-thresholds>strong{grid-column:1/-1}}
@media(max-width:600px){.gym-portal{padding:14px 12px 78px}.gym-portal-hero,.gym-owner-header{align-items:flex-start;flex-direction:column}.gym-portal-hero h1{font-size:2.55rem}.gym-portal-hero>.gym-primary{width:100%}.gym-search-row{grid-template-columns:1fr 1fr}.gym-search-row input{grid-column:1/-1}.gym-place-results{grid-template-columns:1fr}.gym-form-pair{grid-template-columns:1fr}.gym-registry-card{grid-template-columns:auto 1fr auto}.gym-registry-card>b{display:none}.gym-registry-card .gym-status{grid-column:2}.gym-owner-header{margin-bottom:14px}.gym-brand-lockup{align-items:flex-start}.gym-avatar.large{width:50px;height:50px}.gym-owner-actions{width:100%;justify-content:space-between}.gym-demo-banner,.gym-live-banner{align-items:flex-start;flex-wrap:wrap;font-size:.8rem}.gym-dashboard-nav{position:sticky;top:0;z-index:20;margin-inline:-12px;padding:9px 12px;background:rgba(8,12,13,.94);backdrop-filter:blur(14px)}.gym-owner-hero{padding:22px;align-items:flex-start}.gym-health-ring{width:92px}.gym-health-number{font-size:3.8rem}.gym-owner-hero p{font-size:.86rem}.gym-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gym-metric{padding:14px}.gym-progress-list>div{grid-template-columns:1fr 42px}.gym-progress-list progress{grid-column:1/-1;grid-row:2}.gym-leaderboard{grid-template-columns:1fr}.gym-challenge-grid,.gym-insight-grid,.gym-link-grid{grid-template-columns:1fr}.gym-qr-row{align-items:flex-start}.gym-qr-row img{width:104px}.gym-report{grid-template-columns:1fr}.gym-thresholds{grid-template-columns:1fr 1fr}.gym-panel{border-radius:20px;padding:18px}.gym-panel-head{align-items:flex-start}.gym-panel-head>.gym-secondary{padding:9px 11px}.gym-setting-row{align-items:flex-start;flex-direction:column}.gym-setting-row .gym-secondary{width:100%}}

* {
  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));
  }
}

/* Best Next Decision + Apple-Maps-style food sheet */
.food-decision-compact { display: grid; gap: 12px; }
.food-decision-compact > header span { color: var(--gold); font-size: .65rem; font-weight: 950; letter-spacing: .08em; }
.food-decision-compact > header h2 { margin: 4px 0 0; font-size: 1.05rem; line-height: 1.25; }
.food-primary-card { overflow: hidden; display: grid; border: 1px solid #4a535a; border-radius: 18px; background: #111619; box-shadow: 0 14px 32px rgba(0,0,0,.24); cursor: pointer; }
.food-hero-thumb { position: relative; min-height: 124px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 30% 25%,rgba(255,202,58,.34),transparent 35%),radial-gradient(circle at 75% 80%,rgba(183,245,44,.2),transparent 38%),linear-gradient(135deg,#252019,#101a18); }
.food-hero-thumb span { z-index: 1; font-size: 4rem; filter: drop-shadow(0 10px 16px rgba(0,0,0,.35)); transform: rotate(-3deg); }
.food-hero-thumb i { position: absolute; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.food-primary-copy { display: grid; gap: 8px; padding: 13px; }
.food-primary-copy > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.food-primary-copy em, .food-alt-card em { color: #c6f337; font-size: .64rem; font-style: normal; font-weight: 950; }
.food-primary-copy > div:first-child b { padding: 4px 7px; border-radius: 999px; background: #252c31; color: #b8c0c5; font-size: .56rem; text-transform: capitalize; }
.food-primary-copy h3, .food-primary-copy p { margin: 0; }
.food-primary-copy h3 { font-size: 1.08rem; }
.food-primary-copy p { color: #bdc5ca; font-size: .74rem; line-height: 1.4; }
.food-primary-copy > small { color: #91a078; font-size: .64rem; line-height: 1.35; }
.food-primary-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; }
.food-primary-metrics strong { padding: 7px 3px; border-radius: 9px; background: #1d2428; color: #fff; font-size: .72rem; text-align: center; overflow-wrap: anywhere; }
.food-primary-metrics small { display: block; margin-top: 2px; color: #7f8990; font-size: .5rem; }
.food-primary-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #343c42; border-top: 1px solid #343c42; }
.food-primary-actions button { min-height: 46px; border: 0; background: #171d21; color: #f0f2f3; font-size: .68rem; font-weight: 850; cursor: pointer; }
.food-primary-actions button:first-child { color: #c6f337; }
.food-alternatives-preview { display: grid; gap: 8px; }
.food-alternatives-preview > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.food-alternatives-preview > div:first-child strong { font-size: .82rem; }
.food-alternatives-preview > div:first-child small { color: #8c969c; font-size: .58rem; }
.food-alt-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px,78%); gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 2px; }
.food-alt-rail::-webkit-scrollbar { display: none; }
.food-alt-card { min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 4px 8px; align-items: center; padding: 10px; border: 1px solid #384148; border-radius: 13px; background: #13191c; scroll-snap-align: start; }
.food-alt-thumb { grid-row: 1 / span 4; display: grid; place-items: center; width: 42px; height: 56px; border-radius: 10px; background: linear-gradient(145deg,#2b2419,#15201c); font-size: 1.7rem; }
.food-alt-card h3, .food-alt-card p { margin: 0; }
.food-alt-card h3 { grid-column: 2; font-size: .77rem; line-height: 1.2; }
.food-alt-card > div:nth-of-type(2) { grid-column: 2; display: flex; flex-wrap: wrap; gap: 4px; }
.food-alt-card > div:nth-of-type(2) span { color: #aab2b7; font-size: .54rem; }
.food-alt-card p { grid-column: 2; overflow: hidden; color: #89949a; font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.food-alt-card button { grid-column: 3; grid-row: 1 / span 4; min-height: 44px; padding: 8px; border: 1px solid #d1aa38; border-radius: 9px; background: transparent; color: #f1c84e; font-size: .62rem; font-weight: 900; cursor: pointer; }
.food-estimate-note { color: #768188; font-size: .56rem; line-height: 1.35; }

.food-sheet-overlay { position: absolute; inset: 0; z-index: 120; display: flex; align-items: flex-end; justify-content: center; background: rgba(2,5,7,.72); backdrop-filter: blur(5px); opacity: 0; transition: opacity .18s ease; }
.food-sheet-overlay.ready { opacity: 1; }
.food-bottom-sheet { width: 100%; height: 90dvh; min-height: 0; display: grid; grid-template-rows: auto auto auto minmax(0,1fr) auto; overflow: hidden; border: 1px solid #465057; border-bottom: 0; border-radius: 24px 24px 0 0; background: #0f1417; box-shadow: 0 -22px 60px rgba(0,0,0,.55); transform: translateY(24px); transition: transform .2s ease; }
.food-sheet-overlay.ready .food-bottom-sheet { transform: translateY(0); }
.food-sheet-handle { min-height: 24px; display: grid; place-items: center; border: 0; background: transparent; cursor: grab; touch-action: none; }
.food-sheet-handle i { width: 42px; height: 4px; border-radius: 999px; background: #59636a; }
.food-bottom-sheet > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 4px 14px 10px; }
.food-bottom-sheet > header span { color: var(--gold); font-size: .57rem; font-weight: 950; letter-spacing: .08em; }
.food-bottom-sheet > header h2 { margin: 3px 0 0; font-size: 1.15rem; line-height: 1.2; }
.food-bottom-sheet > header button { width: 44px; height: 44px; border: 1px solid #3b444a; border-radius: 50%; background: #181e22; color: #fff; font-size: 1.4rem; cursor: pointer; }
.food-bottom-sheet > nav { display: flex; gap: 4px; overflow-x: auto; padding: 0 12px 8px; scrollbar-width: none; }
.food-bottom-sheet > nav button { flex: 0 0 auto; min-height: 40px; padding: 7px 11px; border: 1px solid #343d43; border-radius: 999px; background: #151b1e; color: #9fa9af; font-size: .66rem; font-weight: 850; cursor: pointer; }
.food-bottom-sheet > nav button.active { border-color: #c6f337; background: rgba(198,243,55,.12); color: #fff; }
.food-bottom-sheet > main { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 12px 14px 100px; }
.food-bottom-sheet > footer { z-index: 2; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 2px; padding: 8px max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left)); border-top: 1px solid #353e44; background: rgba(15,20,23,.96); backdrop-filter: blur(10px); }
.food-bottom-sheet > footer button { min-width: 0; min-height: 50px; display: grid; place-items: center; gap: 2px; padding: 5px 2px; border: 0; border-radius: 10px; background: #181e22; color: #fff; font-size: .9rem; cursor: pointer; }
.food-bottom-sheet > footer span { font-size: .53rem; font-weight: 800; overflow-wrap: anywhere; }
.food-bottom-sheet main > section { display: grid; gap: 12px; }
.food-sheet-outcome { padding: 15px; border: 1px solid rgba(198,243,55,.3); border-radius: 16px; background: radial-gradient(circle at 100% 0,rgba(198,243,55,.12),transparent 38%),#151b1e; }
.food-sheet-outcome > span, .food-sheet-alternatives header span { color: #c6f337; font-size: .58rem; font-weight: 950; letter-spacing: .1em; }
.food-sheet-outcome h3 { margin: 0; font-size: 1.1rem; line-height: 1.28; }
.food-sheet-outcome ul { margin: 0; padding-left: 19px; color: #c5ccd0; font-size: .74rem; line-height: 1.65; }
.food-sheet-score { grid-template-columns: repeat(4,minmax(0,1fr)); }
.food-sheet-score > div { min-width: 0; display: grid; gap: 2px; padding: 10px 4px; border-radius: 11px; background: #1a2125; text-align: center; }
.food-sheet-score b { color: #c6f337; font-size: 1.05rem; }
.food-sheet-score strong { font-size: .82rem; }
.food-sheet-score span { color: #828d94; font-size: .53rem; }
.food-sheet-why, .food-sheet-facts, .food-calculation, .food-sheet-recipe { padding: 13px; border: 1px solid #343d43; border-radius: 14px; background: #141a1e; }
.food-sheet-why h3, .food-sheet-why p, .food-sheet-recipe h3, .food-sheet-recipe p { margin: 0; }
.food-sheet-why h3, .food-sheet-recipe h3 { font-size: .84rem; }
.food-sheet-why p, .food-sheet-recipe p { color: #adb6bb; font-size: .7rem; line-height: 1.45; }
.food-sheet-why > div, .food-tag-list { display: flex; flex-wrap: wrap; gap: 5px; }
.food-sheet-why span, .food-tag-list span { padding: 5px 7px; border-radius: 999px; background: #222a2f; color: #c5cbd0; font-size: .59rem; }
.food-sheet-facts { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px !important; }
.food-sheet-facts div { min-width: 0; display: grid; gap: 3px; }
.food-sheet-facts span { color: #7f8a91; font-size: .56rem; }
.food-sheet-facts strong { font-size: .72rem; overflow-wrap: anywhere; }
.food-calculation summary, .food-sheet-recipe summary { min-height: 42px; display: flex; align-items: center; color: #f1c84e; font-size: .69rem; font-weight: 850; cursor: pointer; }
.food-calculation p, .food-calculation small { margin: 5px 0 0; color: #949fa5; font-size: .64rem; line-height: 1.45; }
.food-sheet-recipe ul, .food-sheet-recipe ol { margin: 0; padding-left: 20px; color: #c3cacf; font-size: .72rem; line-height: 1.62; }
.food-nearby-switch { grid-template-columns: 1fr 1fr; gap: 7px; }
.food-nearby-switch button { min-height: 44px; border: 1px solid #3b444a; border-radius: 11px; background: #181e22; color: #c0c7cb; font-size: .67rem; font-weight: 850; }
.food-nearby-switch button.active { border-color: #c6f337; color: #c6f337; }
.food-sheet-skeleton { display: grid; gap: 8px; }
.food-sheet-skeleton i { height: 88px; border-radius: 13px; background: linear-gradient(90deg,#171d21,#242c31,#171d21); background-size: 220% 100%; animation: food-shimmer 1.2s linear infinite; }
@keyframes food-shimmer { to { background-position: -220% 0; } }
@keyframes skeletonPulse { to { background-position: -220% 0; } }
.food-nearby-list { display: grid; gap: 8px; }
.food-nearby-list article { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; align-items: center; padding: 11px; border: 1px solid #343d43; border-radius: 13px; background: #141a1e; }
.food-nearby-list article > div { min-width: 0; display: grid; gap: 3px; }
.food-nearby-list strong { font-size: .78rem; }
.food-nearby-list span, .food-nearby-list small, .food-nearby-list b { color: #939ea4; font-size: .61rem; line-height: 1.35; }
.food-nearby-list b { color: #c6f337; font-weight: 750; }
.food-nearby-list a, .food-sheet-empty a { min-height: 42px; display: flex; align-items: center; padding: 7px; color: #f1c84e; font-size: .64rem; font-weight: 900; text-decoration: none; }
.food-sheet-empty { min-height: 180px; display: grid; place-content: center; gap: 7px; padding: 16px; text-align: center; }
.food-sheet-empty > span { font-size: 2rem; }
.food-sheet-empty strong { font-size: .9rem; }
.food-sheet-empty p { margin: 0; color: #939da3; font-size: .7rem; line-height: 1.45; }
.food-video-poster { position: relative; width: 100%; overflow: hidden; display: grid; gap: 5px; padding: 0; border: 1px solid #343d43; border-radius: 16px; background: #141a1e; color: #fff; text-align: center; cursor: pointer; }
.food-video-poster .food-hero-thumb { min-height: 190px; }
.food-video-play { position: absolute; top: 78px; left: 50%; width: 58px; height: 58px; display: grid; place-items: center; transform: translateX(-50%); border-radius: 50%; background: #ff3434; color: #fff; font-size: 1.25rem; font-style: normal; box-shadow: 0 8px 28px rgba(0,0,0,.4); }
.food-video-poster.loading { opacity: .8; }
.food-video-poster strong { padding: 4px 12px 0; font-size: .82rem; }
.food-video-poster > span { padding: 0 12px 12px; color: #8f999f; font-size: .62rem; }
.food-sheet-video > small { color: #7d888f; font-size: .6rem; line-height: 1.4; }
.food-video-search { min-height: 46px; display: flex; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid rgba(198,243,55,.42); border-radius: 12px; background: rgba(198,243,55,.08); color: #dff9a1; font-size: .7rem; font-weight: 900; text-align: center; text-decoration: none; }
.food-video-embed { overflow: hidden; display: grid; border: 1px solid #343d43; border-radius: 14px; background: #090c0e; }
.food-video-embed iframe { width: 100%; aspect-ratio: 16/9; border: 0; }
.food-video-embed strong, .food-video-embed span { padding: 7px 10px 0; font-size: .68rem; }
.food-video-embed span { padding-top: 2px; color: #8b959b; font-size: .58rem; }
.food-video-embed a { min-height: 42px; display: flex; align-items: center; padding: 7px 10px; color: #c6f337; font-size: .63rem; font-weight: 850; text-decoration: none; }
.food-video-more { display: grid; gap: 7px; margin-top: 5px; padding-top: 10px; border-top: 1px solid #30393e; }
.food-video-more b { padding: 0 10px; color: #fff; font-size: .7rem; }
.food-sheet-alternatives header h3 { margin: 4px 0 0; font-size: .95rem; }
.food-sheet-alternatives article { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; gap: 9px; align-items: center; padding: 10px; border: 1px solid #343d43; border-radius: 13px; background: #141a1e; }
.food-sheet-alternatives article > div:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.food-sheet-alternatives em { color: #c6f337; font-size: .58rem; font-style: normal; font-weight: 900; }
.food-sheet-alternatives h3, .food-sheet-alternatives p { margin: 0; }
.food-sheet-alternatives h3 { font-size: .77rem; }
.food-sheet-alternatives p, .food-sheet-alternatives article span { color: #919ca2; font-size: .59rem; line-height: 1.35; }
.food-sheet-alternatives article button { min-height: 44px; border: 1px solid #d5ad39; border-radius: 9px; background: transparent; color: #f3cb52; font-size: .62rem; font-weight: 900; }

@media (min-width: 760px) {
  .food-sheet-overlay { align-items: center; padding: 24px; }
  .food-bottom-sheet { width: min(760px,92vw); height: min(820px,90vh); border-bottom: 1px solid #465057; border-radius: 24px; }
  .food-primary-card { grid-template-columns: 180px minmax(0,1fr); }
  .food-hero-thumb { grid-row: 1 / span 2; }
  .food-primary-actions { grid-column: 2; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .food-alt-rail { grid-auto-columns: minmax(220px,32%); }
}

@media (max-width: 390px) {
  .food-primary-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .food-bottom-sheet > main { padding-inline: 10px; }
  .food-bottom-sheet > footer span { font-size: .49rem; }
  .food-sheet-score { 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%;
}

.coach-message-status {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 92%;
  padding: 7px 11px;
  border: 1px solid rgba(198, 243, 55, .24);
  border-radius: 999px;
  background: rgba(198, 243, 55, .08);
  color: #dff9a1;
  font-size: .78rem;
  font-weight: 850;
}

.coach-message-status span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--alpha-action);
  color: #121513;
  font-size: .68rem;
}

.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-choice-stage.is-single .coach-options {
  grid-template-columns: 1fr;
}

.coach-choice-stage.is-single .coach-option {
  min-height: 52px;
  border-radius: 12px;
}

.coach-choice-stage.is-multi .coach-options {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}

.coach-choice-stage.is-multi .coach-option {
  width: auto;
  min-height: 42px;
  border-radius: 999px;
  padding: 9px 13px;
}

.coach-choice-stage.is-multi .coach-option.selected::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--gold);
  color: #080a0c;
  font-size: .68rem;
  font-weight: 950;
}

.coach-tap-hint {
  margin: 6px 2px 0;
  color: rgba(248, 250, 252, 0.62);
  font-size: 0.84rem;
}

.alphamate-leaderboard-shell {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 100dvh;
  background:
    radial-gradient(circle at 20% 0%, rgba(243, 173, 22, 0.18), transparent 32%),
    linear-gradient(180deg, #07100e 0%, #0b0f12 46%, #080a0c 100%);
  color: #f8fafc;
  overflow: hidden;
}

.leaderboard-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: calc(14px + env(safe-area-inset-top)) 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 12, 14, 0.92);
  backdrop-filter: blur(18px);
}

.leaderboard-header button,
.leaderboard-title-card button,
.leaderboard-search button,
.leaderboard-rank-lookup button,
.leaderboard-filter button,
.leaderboard-privacy button,
.leaderboard-empty a {
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  font-weight: 900;
}

.leaderboard-header > button {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.55rem;
}

.leaderboard-header span,
.leaderboard-title-card span {
  display: block;
  color: #f3ad16;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.leaderboard-header h1,
.leaderboard-title-card h2 {
  margin: 2px 0 3px;
  font-size: clamp(1.35rem, 6vw, 2.2rem);
  line-height: 1.02;
}

.leaderboard-header p,
.leaderboard-title-card p,
.leaderboard-picker p,
.leaderboard-current p,
.leaderboard-empty p {
  margin: 0;
  color: rgba(248, 250, 252, 0.68);
  line-height: 1.35;
}

.leaderboard-body {
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 14px 14px calc(24px + env(safe-area-inset-bottom));
}

.leaderboard-card,
.leaderboard-title-card,
.leaderboard-rank-lookup,
.leaderboard-summary,
.leaderboard-current,
.leaderboard-empty,
.leaderboard-privacy,
.leaderboard-scoring {
  width: min(100%, 860px);
  margin: 0 auto 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(17, 24, 28, 0.9);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.leaderboard-card,
.leaderboard-title-card,
.leaderboard-rank-lookup,
.leaderboard-current,
.leaderboard-empty,
.leaderboard-privacy,
.leaderboard-join,
.leaderboard-owner-card,
.leaderboard-path,
.leaderboard-scoring {
  padding: 16px;
}

.leaderboard-join,
.leaderboard-owner-card,
.leaderboard-path {
  width: min(100%, 860px);
  margin: 0 auto 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(17, 24, 28, 0.9);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.leaderboard-join {
  display: grid;
  gap: 10px;
  text-align: left;
}

.leaderboard-join > span {
  font-size: 2rem;
}

.leaderboard-join h2,
.leaderboard-owner-card strong,
.leaderboard-path strong {
  margin: 0;
  font-size: clamp(1.25rem, 5vw, 1.8rem);
}

.leaderboard-join button,
.leaderboard-join a,
.leaderboard-owner-card a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  padding: 0 16px;
  background: linear-gradient(90deg, #f3ad16, #b7f52c);
  color: #08100d;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
}

.leaderboard-join small,
.leaderboard-owner-card span,
.leaderboard-path p,
.leaderboard-path small {
  color: rgba(248, 250, 252, 0.64);
}

.leaderboard-owner-card {
  display: grid;
  gap: 8px;
  background: linear-gradient(135deg, rgba(243, 173, 22, 0.12), rgba(17, 24, 28, 0.92));
}

.leaderboard-path {
  display: grid;
  gap: 10px;
  border-color: rgba(183, 245, 44, 0.28);
}

.leaderboard-path > span {
  color: #f3ad16;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.leaderboard-path > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.leaderboard-path article {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.leaderboard-path article span,
.leaderboard-path article small {
  line-height: 1.35;
}

.leaderboard-picker h2,
.leaderboard-privacy h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}

.leaderboard-search,
.leaderboard-rank-lookup form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.leaderboard-search {
  grid-template-columns: minmax(0, 1fr) auto;
}

.leaderboard-search input,
.leaderboard-rank-lookup input,
.leaderboard-privacy input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 0 13px;
  background: rgba(5, 8, 10, 0.82);
  color: #fff;
  font: inherit;
  font-size: 16px;
  box-sizing: border-box;
}

.leaderboard-search button,
.leaderboard-rank-lookup button,
.leaderboard-privacy button.active,
.leaderboard-empty a {
  background: linear-gradient(90deg, #f3ad16, #b7f52c);
  color: #08100d;
}

.leaderboard-gym-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.leaderboard-gym-list button {
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 70px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  text-align: left;
}

.leaderboard-gym-list span,
.leaderboard-rank-lookup small,
.leaderboard-current small {
  color: rgba(248, 250, 252, 0.62);
}

.leaderboard-title-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.leaderboard-title-card button,
.leaderboard-filter button,
.leaderboard-privacy button {
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.leaderboard-rank-lookup form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}

.leaderboard-rank-lookup label {
  display: grid;
  gap: 5px;
  color: rgba(248, 250, 252, 0.72);
  font-size: 0.84rem;
  font-weight: 800;
}

.leaderboard-filter,
.leaderboard-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 860px);
  margin: 0 auto 12px;
}

.leaderboard-filter button.active {
  border-color: rgba(183, 245, 44, 0.7);
  color: #b7f52c;
}

.leaderboard-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.leaderboard-summary div {
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(17, 24, 28, 0.9);
}

.leaderboard-summary strong,
.leaderboard-current strong {
  display: block;
  color: #b7f52c;
  font-size: 1.8rem;
  line-height: 1;
}

.leaderboard-summary span {
  display: block;
  margin-top: 5px;
  color: rgba(248, 250, 252, 0.62);
  font-size: 0.8rem;
}

.leaderboard-current {
  border-color: rgba(183, 245, 44, 0.42);
  background: linear-gradient(135deg, rgba(183, 245, 44, 0.14), rgba(243, 173, 22, 0.08));
}

.leaderboard-current.muted {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(17, 24, 28, 0.9);
}

.leaderboard-list {
  display: grid;
  gap: 10px;
  width: min(100%, 860px);
  margin: 0 auto 12px;
}

.leaderboard-list article {
  display: grid;
  grid-template-columns: 42px 50px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(17, 24, 28, 0.92);
}

.leaderboard-list article:nth-child(1),
.leaderboard-list article:nth-child(2),
.leaderboard-list article:nth-child(3) {
  border-color: rgba(243, 173, 22, 0.38);
}

.leaderboard-list article.is-current {
  border-color: rgba(183, 245, 44, 0.75);
  box-shadow: 0 0 0 1px rgba(183, 245, 44, 0.25);
}

.leaderboard-list b {
  color: #f3ad16;
}

.leaderboard-list img {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  object-fit: cover;
}

.leaderboard-list strong,
.leaderboard-list span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.leaderboard-list span {
  margin-top: 3px;
  color: rgba(248, 250, 252, 0.65);
  font-size: 0.9rem;
}

.leaderboard-empty {
  display: grid;
  gap: 10px;
}

.leaderboard-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  text-decoration: none;
}

.leaderboard-error {
  width: min(100%, 860px);
  margin: 0 auto 12px;
  padding: 13px;
  border: 1px solid rgba(255, 96, 96, 0.48);
  border-radius: 16px;
  background: rgba(80, 20, 20, 0.72);
  color: #fff;
}

.leaderboard-error button {
  margin-left: 8px;
  border: 0;
  border-radius: 12px;
  padding: 8px 12px;
  background: #fff;
  color: #111;
  font-weight: 900;
}

.leaderboard-error a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 8px;
  border-radius: 12px;
  padding: 0 12px;
  background: #fff;
  color: #111;
  font-weight: 900;
  text-decoration: none;
}

.leaderboard-skeleton {
  display: grid;
  gap: 10px;
  width: min(100%, 860px);
  margin: 0 auto 12px;
}

.leaderboard-skeleton i {
  display: block;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.13), rgba(255,255,255,.06));
  animation: skeletonPulse 1.2s infinite linear;
}

.leaderboard-privacy div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.leaderboard-scoring {
  color: rgba(248, 250, 252, 0.76);
}

.leaderboard-scoring summary {
  cursor: pointer;
  font-weight: 900;
}

@media (max-width: 560px) {
  .leaderboard-body { padding-inline: 10px; }
  .leaderboard-rank-lookup form { grid-template-columns: 1fr; }
  .leaderboard-title-card { align-items: stretch; flex-direction: column; }
  .leaderboard-title-card button { width: 100%; }
  .leaderboard-summary { grid-template-columns: 1fr; }
  .leaderboard-search { grid-template-columns: 1fr; }
  .leaderboard-path > div { grid-template-columns: 1fr; }
}

.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; }

.coach-fullscreen-launch {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(248, 195, 66, .28);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(248, 195, 66, .13), rgba(198, 243, 55, .06));
}
.coach-fullscreen-launch strong { color: #fff; font-size: 1rem; }
.coach-fullscreen-launch span { color: #c3c8cc; font-size: .84rem; line-height: 1.4; }

.coach-fullscreen-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: grid;
  place-items: stretch;
  background: rgba(4, 6, 7, .72);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  touch-action: pan-y;
  overscroll-behavior: contain;
}
.coach-fullscreen-overlay.visible { opacity: 1; pointer-events: auto; }
.coach-fullscreen-open { overflow: hidden; }
.coach-fullscreen-panel {
  width: min(100%, 760px);
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: radial-gradient(circle at 20% 0%, rgba(248, 195, 66, .12), transparent 30%), linear-gradient(180deg, #111518, #07090b);
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .44);
  transform: translateY(18px);
  transition: transform .2s ease;
}
.coach-fullscreen-overlay.visible .coach-fullscreen-panel { transform: translateY(0); }
.coach-fullscreen-header {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: max(16px, env(safe-area-inset-top)) 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.coach-fullscreen-header button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font: inherit;
  font-size: 1.4rem;
  cursor: pointer;
}
.coach-fullscreen-header span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.coach-fullscreen-header h2 { margin: 0; font-size: clamp(1.4rem, 7vw, 2rem); line-height: 1.06; }
.coach-fullscreen-header p { margin: 7px 0 0; max-width: 54ch; color: #b8bdc2; font-size: .9rem; line-height: 1.4; }
.coach-fullscreen-body {
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 16px 18px calc(28px + env(safe-area-inset-bottom));
}
.coach-fullscreen-body .fullscreen-form {
  max-height: none;
  overflow: visible;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0;
}
.coach-fullscreen-body fieldset {
  min-width: 0;
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}
.coach-fullscreen-body legend { padding: 0 5px; color: var(--gold); font-size: .84rem; font-weight: 950; }
.coach-fullscreen-body fieldset > div { display: flex; flex-wrap: wrap; gap: 9px; }
.coach-fullscreen-body [data-preference-option],
.coach-fullscreen-body [data-lifestyle-option],
.coach-fullscreen-body [data-selection-option] {
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #555b61;
  border-radius: 999px;
  background: #11161a;
  color: #eef0f2;
  font: inherit;
  font-size: .9rem;
  font-weight: 850;
  cursor: pointer;
  text-align: left;
  touch-action: manipulation;
}
.coach-selection-form.is-single .coach-selection-options {
  display: grid;
  grid-template-columns: 1fr;
}
.coach-selection-form.is-single [data-selection-option] {
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
  display: grid;
  align-content: center;
}
.coach-selection-form.is-multi [data-selection-option] {
  border-radius: 999px;
  min-height: 44px;
  padding: 9px 13px;
}
.coach-selection-form.is-multi [data-selection-option].selected::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--gold);
  color: #080a0c;
  font-size: .7rem;
  font-weight: 950;
  vertical-align: middle;
}
.coach-fullscreen-body [data-preference-option].selected,
.coach-fullscreen-body [data-lifestyle-option].selected,
.coach-fullscreen-body [data-selection-option].selected {
  border-color: var(--gold);
  background: rgba(248, 195, 66, .18);
  color: var(--gold);
}
.coach-fullscreen-body [data-selection-option] small {
  display: block;
  margin-top: 4px;
  color: rgba(238, 240, 242, .68);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.25;
}
.coach-fullscreen-body [data-selection-option].selected small { color: rgba(248, 195, 66, .78); }
.coach-selection-form,
.coach-body-profile-form {
  display: grid;
  gap: 14px;
}
.coach-selection-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.coach-text-step {
  align-content: start;
}
.coach-form-hint {
  margin: 0;
  color: #b8bdc2;
  font-size: .88rem;
  line-height: 1.45;
}
.coach-selection-other {
  display: grid;
  gap: 7px;
  color: #d8dde1;
  font-size: .88rem;
  font-weight: 850;
}
.coach-selection-other[hidden] { display: none; }
.coach-selection-other textarea {
  min-height: 92px;
  resize: vertical;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: #090b0d;
  color: #fff;
  font: inherit;
  font-size: 16px;
}
.coach-selection-error {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 96, 96, .35);
  border-radius: 12px;
  background: rgba(255, 96, 96, .1);
  color: #ffb1b1;
  font-size: .84rem;
}
.coach-body-field {
  display: grid;
  gap: 7px;
  color: #d8dde1;
  font-size: .88rem;
  font-weight: 850;
}
.coach-body-profile-form input,
.coach-body-profile-form select,
.coach-product-profile-form select,
.coach-text-step input {
  min-height: 50px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: #090b0d;
  color: #fff;
  font: inherit;
  font-size: 16px;
}
.coach-product-profile-form {
  display: grid;
  gap: 12px;
}
.coach-product-profile-form .coach-profile-field {
  display: grid;
  gap: 7px;
  color: #d8dde1;
  font-size: .88rem;
  font-weight: 850;
}
.coach-fullscreen-footer {
  padding: 12px 18px max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(8, 11, 13, .92);
  box-shadow: 0 -16px 38px rgba(0, 0, 0, .35);
}
.coach-fullscreen-footer .coach-action-button {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  font-size: 1rem;
}

@media (min-width: 760px) {
  .coach-fullscreen-overlay { padding: 28px; place-items: center; }
  .coach-fullscreen-panel {
    height: min(780px, 94dvh);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    overflow: hidden;
  }
}

@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-nav-overlay { position: fixed; inset: 0; z-index: 260; display: grid; align-items: end; padding: 14px; background: rgba(3,6,8,.78); backdrop-filter: blur(8px); opacity: 0; transition: opacity .18s ease; }
.coach-result-nav-overlay[hidden] { display: none; }
.coach-result-nav-overlay.open { opacity: 1; }
.coach-result-nav-panel { width: min(620px,100%); max-height: min(82dvh,680px); margin: 0 auto; overflow-y: auto; padding: 18px; border: 1px solid #465159; border-radius: 22px; background: radial-gradient(circle at 100% 0, rgba(198,243,55,.13), transparent 34%), #11171a; box-shadow: 0 24px 70px rgba(0,0,0,.6); transform: translateY(20px); transition: transform .18s ease; }
.coach-result-nav-overlay.open .coach-result-nav-panel { transform: translateY(0); }
.coach-result-nav-panel > header { display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.coach-result-nav-panel header span { color: #c6f337; font-size: .64rem; font-weight: 950; letter-spacing: .08em; }
.coach-result-nav-panel header h2 { margin: 5px 0 3px; font-size: 1.22rem; line-height: 1.18; }
.coach-result-nav-panel header p { margin: 0; color: #9da7ad; font-size: .75rem; }
.coach-result-nav-panel header button { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid #414b51; border-radius: 50%; background: #1a2024; color: #fff; font-size: 1.35rem; }
.coach-result-nav-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.coach-result-nav-grid button { min-width: 0; min-height: 96px; display: grid; grid-template-columns: auto minmax(0,1fr); grid-template-rows: auto auto; align-content: center; gap: 2px 9px; padding: 13px; border: 1px solid #3c464c; border-radius: 14px; background: #171d21; color: #fff; text-align: left; cursor: pointer; }
.coach-result-nav-grid button:active { border-color: #c6f337; background: rgba(198,243,55,.1); }
.coach-result-nav-grid i { grid-row: 1 / span 2; align-self: center; font-size: 1.35rem; font-style: normal; }
.coach-result-nav-grid strong { align-self: end; font-size: .82rem; line-height: 1.2; }
.coach-result-nav-grid small { align-self: start; color: #929da3; font-size: .62rem; line-height: 1.25; }
.coach-result-nav-trigger { position: sticky; top: 8px; z-index: 50; justify-self: end; min-height: 44px; margin: 0 0 -52px; padding: 9px 13px; border: 1px solid rgba(198,243,55,.55); border-radius: 999px; background: rgba(13,18,21,.95); color: #dff9a1; font-size: .7rem; font-weight: 900; box-shadow: 0 8px 24px rgba(0,0,0,.35); backdrop-filter: blur(8px); cursor: pointer; }

.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 strong small { font-size: .42em; color: #d9e1e4; }
.coach-result-hero b { font-size: 1.1rem; }
.coach-result-hero small { color: #aeb4ba; }
.coach-score-detail { margin-top: 5px; color: #aeb4ba; font-size: .78rem; }
.coach-score-detail summary { cursor: pointer; color: var(--lime); font-weight: 850; }
.coach-score-detail p { margin: 5px 0 0; line-height: 1.35; }

.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: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: max(12px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
  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: calc(100dvh - max(24px, env(safe-area-inset-top)) - max(24px, env(safe-area-inset-bottom)));
  min-height: min(420px, calc(100dvh - max(24px, env(safe-area-inset-top)) - max(24px, env(safe-area-inset-bottom))));
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  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-content {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px 24px 18px;
  padding-bottom: 22px;
}
.coach-insight-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 44px; height: 44px; 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-content > b { display: block; margin: 8px 0 14px; color: var(--gold); font-size: clamp(1.5rem, 7vw, 2.4rem); }
.coach-insight-content > p { margin: 12px 0; color: #d0d4d7; line-height: 1.4; }
.coach-insight-content > small { display: block; color: #9bf23e; font-weight: 800; }
.coach-insight-footer {
  position: sticky;
  bottom: 0;
  padding: 12px 24px max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(17, 21, 24, .9), #0a0d0f);
  box-shadow: 0 -18px 34px rgba(0, 0, 0, .32);
}
.coach-insight-footer .coach-action-button {
  width: 100%;
  min-height: 54px;
  margin: 0;
  border-radius: 14px;
  font-size: 1rem;
}
.coach-insight-footer .coach-action-button:disabled {
  cursor: progress;
  filter: grayscale(.2);
  opacity: .72;
}
.coach-insight-footer .coach-action-button.cta-ready {
  animation: coach-cta-ready .7s ease-out 1;
}
.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); } }
@keyframes coach-cta-ready {
  0% { box-shadow: 0 0 0 0 rgba(198, 243, 55, .34); }
  100% { box-shadow: 0 0 0 12px rgba(198, 243, 55, 0); }
}
.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-overlay {
    align-items: stretch;
    padding: max(8px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
  }
  .coach-insight-modal {
    width: 100%;
    max-height: calc(100dvh - max(18px, env(safe-area-inset-top)) - max(18px, env(safe-area-inset-bottom)));
    min-height: min(460px, calc(100dvh - max(18px, env(safe-area-inset-top)) - max(18px, env(safe-area-inset-bottom))));
    align-self: center;
  }
  .coach-insight-content { padding: 18px 16px 14px; }
  .coach-insight-footer { padding: 10px 16px max(14px, env(safe-area-inset-bottom)); }
  .coach-insight-unlock { margin: 10px 8px; padding: 15px; }
  .coach-insight-metrics { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .coach-insight-overlay,
  .coach-insight-modal,
  .coach-insight-footer .coach-action-button.cta-ready {
    animation: none;
    transition: none;
  }
}

.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%; }
}

/* Context-aware nutrition MVP — mobile-first launch polish */
html, body { max-width: 100%; overflow-x: clip; }
button, input, select, textarea { font: inherit; }
input, select, textarea { font-size: 16px !important; }
.alpha-coach-shell, .alpha-coach-chat, .alpha-coach-composer, .coach-results { min-width: 0; max-width: 100%; }
.coach-option, .coach-send, .coach-action-button, .nutrition-card-actions button, .nutrition-nearby-actions button { min-height: 44px; }

.coach-lifestyle-profile { max-height: min(58dvh, 540px); overflow-y: auto; overscroll-behavior: contain; display: grid; gap: 13px; padding: 2px 3px 16px; scrollbar-width: thin; }
.coach-lifestyle-profile fieldset { min-width: 0; margin: 0; padding: 12px; border: 1px solid #353c42; border-radius: 14px; background: linear-gradient(145deg, #171c20, #111518); }
.coach-lifestyle-profile legend { padding: 0 7px; color: #f5f7f8; font-size: .8rem; font-weight: 850; }
.coach-lifestyle-profile fieldset > div { display: flex; flex-wrap: wrap; gap: 7px; }
.coach-lifestyle-profile fieldset button { min-height: 42px; padding: 9px 11px; border: 1px solid #414950; border-radius: 999px; background: #111518; color: #dce1e4; font-size: .75rem; font-weight: 750; cursor: pointer; }
.coach-lifestyle-profile fieldset button.selected { border-color: #c6f337; background: rgba(198, 243, 55, .13); color: #fff; box-shadow: 0 0 0 1px rgba(198, 243, 55, .2); }
.coach-lifestyle-profile .coach-profile-submit { position: sticky; bottom: 0; z-index: 2; width: 100%; border-radius: 12px; box-shadow: 0 -12px 24px #0e1215; }

.coach-location-consent { display: grid; gap: 10px; padding: 16px; border: 1px solid #3c444b; border-radius: 18px 18px 0 0; background: radial-gradient(circle at 85% 10%, rgba(198,243,55,.12), transparent 34%), #151a1e; box-shadow: 0 -10px 30px rgba(0,0,0,.24); }
.coach-location-consent > span { color: var(--gold); font-size: .69rem; font-weight: 900; letter-spacing: .08em; }
.coach-location-consent h2, .coach-location-consent p { margin: 0; }
.coach-location-consent h2 { font-size: 1.12rem; }
.coach-location-consent p { color: #c6ccd0; font-size: .82rem; line-height: 1.45; }
.coach-location-consent > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.coach-location-consent button { min-height: 48px; border: 1px solid #4a535a; border-radius: 12px; background: #1d2327; color: #fff; font-weight: 850; cursor: pointer; }
.coach-location-consent .coach-location-primary { grid-column: 1 / -1; border: 0; background: var(--alpha-action); color: #101314; }
.coach-location-consent small { color: #889198; font-size: .69rem; line-height: 1.4; }

.nutrition-decisions { display: grid; gap: 13px; margin: 4px 0 8px; padding: 15px; border: 1px solid #394149; border-radius: 18px; background: radial-gradient(circle at 100% 0, rgba(255,196,52,.12), transparent 32%), linear-gradient(160deg, #171d20, #101416); box-shadow: 0 12px 32px rgba(0,0,0,.22); }
.nutrition-decisions > header { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.nutrition-decisions > header > div { min-width: 0; }
.nutrition-decisions > header span { color: #aeb6bc; font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.nutrition-decisions > header h2 { margin: 4px 0 2px; font-size: clamp(1.12rem, 5vw, 1.45rem); line-height: 1.14; }
.nutrition-decisions > header p { margin: 0; color: #cbd0d4; font-size: .77rem; line-height: 1.35; }
.nutrition-decisions > header > b { flex: 0 0 auto; padding: 5px 8px; border: 1px solid rgba(198,243,55,.35); border-radius: 999px; background: rgba(198,243,55,.1); color: #c6f337; font-size: .62rem; text-transform: capitalize; }
.nutrition-card-grid { display: grid; gap: 10px; }
.nutrition-card { min-width: 0; display: grid; gap: 10px; padding: 13px; border: 1px solid #343c42; border-radius: 15px; background: rgba(12,16,18,.74); }
.nutrition-card.best { border-color: #e8ba38; box-shadow: inset 0 0 0 1px rgba(232,186,56,.18), 0 8px 22px rgba(0,0,0,.2); }
.nutrition-card > em { justify-self: start; padding: 4px 7px; border-radius: 999px; background: linear-gradient(90deg,#ffca3a,#b7f52c); color: #111; font-size: .58rem; font-style: normal; font-weight: 950; }
.nutrition-card-top { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 9px; align-items: start; }
.nutrition-card-top > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #22292e; font-size: 1.12rem; }
.nutrition-card h3, .nutrition-card p { margin: 0; }
.nutrition-card h3 { font-size: .94rem; line-height: 1.25; }
.nutrition-card-top p { margin-top: 3px; color: #adb5ba; font-size: .7rem; line-height: 1.35; }
.nutrition-macros { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; }
.nutrition-macros b { min-width: 0; padding: 8px 4px; border-radius: 9px; background: #1c2226; color: #fff; font-size: .75rem; text-align: center; overflow-wrap: anywhere; }
.nutrition-macros small { display: block; margin-top: 2px; color: #869098; font-size: .52rem; font-weight: 700; }
.nutrition-fit-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.nutrition-gain-banner { display: grid; gap: 3px; padding: 10px; border-left: 3px solid #c6f337; border-radius: 8px; background: linear-gradient(90deg,rgba(198,243,55,.1),transparent); }
.nutrition-gain-banner span { color: #c6f337; font-size: .54rem; font-weight: 950; letter-spacing: .08em; }
.nutrition-gain-banner strong { font-size: .74rem; line-height: 1.3; }
.nutrition-gain-banner small { color: #9da7ad; font-size: .62rem; line-height: 1.35; }
.nutrition-fit-chips span { padding: 4px 6px; border: 1px solid #333b41; border-radius: 999px; color: #c5ccd1; font-size: .58rem; font-weight: 750; }
.nutrition-gains { color: #c7f45a; font-size: .67rem; line-height: 1.4; }
.nutrition-card details { border-top: 1px solid #2e363b; padding-top: 8px; }
.nutrition-video-trigger { min-height: 42px; border: 1px solid #e0b43a; border-radius: 10px; background: rgba(224,180,58,.08); color: #f4cc56; font-size: .7rem; font-weight: 900; cursor: pointer; }
.nutrition-video-frame { overflow: hidden; border: 1px solid #343c42; border-radius: 12px; background: #080b0d; }
.nutrition-video-frame iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.nutrition-video-frame a, .daily-recipe-video { min-height: 40px; display: flex; align-items: center; justify-content: center; padding: 7px; color: #c6f337; font-size: .66rem; font-weight: 850; text-decoration: none; }
.nutrition-video-meta, .nutrition-video-fallback { display: grid; gap: 3px; padding: 9px 11px 2px; }
.nutrition-video-meta strong, .nutrition-video-fallback strong { color: #fff; font-size: .7rem; line-height: 1.3; }
.nutrition-video-meta span, .nutrition-video-fallback span { color: #8f999f; font-size: .6rem; }
.daily-recipe-video { justify-content: flex-start; padding: 2px 0; }
.nutrition-card summary { min-height: 34px; display: flex; align-items: center; color: #f0c64a; font-size: .69rem; font-weight: 850; cursor: pointer; }
.nutrition-card details p, .nutrition-card details small { margin: 5px 0 0; color: #9da6ac; font-size: .65rem; line-height: 1.4; }
.nutrition-prepare { border: 1px solid #354047 !important; border-radius: 10px; padding: 0 9px 8px !important; background: #151b1f; }
.nutrition-prepare summary { min-height: 42px !important; color: #fff !important; }
.nutrition-prepare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nutrition-prepare-grid section { min-width: 0; }
.nutrition-prepare-grid strong { color: #c6f337; font-size: .65rem; }
.nutrition-prepare-grid ul, .nutrition-prepare-grid ol { margin: 6px 0 0; padding-left: 18px; color: #c5cbd0; font-size: .64rem; line-height: 1.55; }
.nutrition-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.nutrition-card-actions > button { flex: 1; border: 0; border-radius: 10px; background: var(--alpha-action); color: #101314; font-size: .72rem; font-weight: 900; }
.nutrition-card-actions > div { display: flex; gap: 4px; }
.nutrition-card-actions > div button { width: 38px; min-height: 38px; border: 1px solid #3a4248; border-radius: 9px; background: #181e22; cursor: pointer; }
.nutrition-card-actions button.selected { outline: 2px solid #c6f337; }
.nutrition-nearby-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.nutrition-nearby-actions button { padding: 8px; border: 1px solid #d2aa36; border-radius: 11px; background: transparent; color: #f2ca52; font-size: .7rem; font-weight: 850; cursor: pointer; }
.nutrition-decisions > small { color: #7e888e; font-size: .59rem; line-height: 1.35; }
.nutrition-loading, .nutrition-fallback, .nearby-empty { min-height: 84px; display: grid; place-content: center; gap: 8px; padding: 14px; border-radius: 13px; background: #14191c; color: #cbd1d5; text-align: center; }
.nutrition-loading span { justify-self: center; width: 26px; height: 26px; border: 3px solid #3b4247; border-top-color: #c6f337; border-radius: 50%; animation: nutrition-spin .8s linear infinite; }
.nutrition-loading strong, .nutrition-fallback span, .nearby-empty span { font-size: .72rem; line-height: 1.35; }
@keyframes nutrition-spin { to { transform: rotate(360deg); } }
.nearby-grid { display: grid; gap: 7px; margin-top: 2px; }
.nearby-grid a { min-width: 0; display: grid; gap: 3px; padding: 11px; border: 1px solid #343c42; border-radius: 12px; background: #14191c; color: #fff; text-decoration: none; }
.nearby-grid a strong { font-size: .78rem; }
.nearby-grid a span, .nearby-grid a small { color: #a9b1b6; font-size: .63rem; line-height: 1.35; }
.nearby-grid a b { color: #c6f337; font-size: .65rem; }

.daily-food-decisions { display: grid; gap: 10px; padding: 14px; border: 1px solid #3a4248; border-radius: 16px; background: linear-gradient(150deg,#171d20,#101416); }
.daily-food-decisions > div:first-child { display: grid; gap: 3px; }
.daily-food-decisions > div:first-child span { color: var(--gold); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.daily-food-decisions > div:first-child strong { font-size: .9rem; }
.daily-food-decisions > div:last-child { display: grid; gap: 8px; }
.daily-food-decisions article { display: grid; gap: 6px; padding: 11px; border: 1px solid #343c42; border-radius: 12px; background: #111619; }
.daily-food-decisions article.best { border-color: #d8b13b; }
.daily-food-decisions article em { justify-self: start; color: #c6f337; font-size: .56rem; font-style: normal; font-weight: 900; }
.daily-food-decisions h3, .daily-food-decisions p { margin: 0; }
.daily-food-decisions h3 { font-size: .84rem; }
.daily-food-decisions p { color: #abb3b8; font-size: .68rem; line-height: 1.35; }
.daily-food-decisions article > div { display: flex; flex-wrap: wrap; gap: 5px; }
.daily-food-decisions article b { padding: 4px 6px; border-radius: 999px; background: #22292d; font-size: .59rem; }
.daily-food-decisions details { font-size: .65rem; }

@media (max-width: 620px) {
  .app-shell { width: 100%; max-width: 100%; }
  .alpha-coach-shell { height: 100dvh; border-width: 0; }
  .alpha-coach-header { min-height: 70px; padding: 9px 12px; gap: 8px; }
  .alpha-coach-header > img { width: 46px; height: 46px; }
  .coach-brand strong { font-size: .94rem; }
  .coach-brand span { font-size: .6rem; }
  .coach-progress { min-width: 72px; }
  .alpha-coach-chat { padding: 14px 12px 148px; }
  .alpha-coach-composer { max-height: 58dvh; padding: 11px 12px max(12px,env(safe-area-inset-bottom)); }
  .coach-results-mode .alpha-coach-composer { max-height: calc(100dvh - 70px); padding-bottom: max(16px,env(safe-area-inset-bottom)); }
  .coach-message { max-width: 94%; gap: 8px; }
  .coach-message p { font-size: .84rem; line-height: 1.45; }
  .coach-options { grid-template-columns: 1fr 1fr; gap: 8px; max-height: min(43dvh,360px); overflow-y: auto; overscroll-behavior: contain; }
  .coach-option { min-width: 0; padding: 11px 10px; font-size: .76rem; overflow-wrap: anywhere; }
  .coach-input-row { gap: 7px; }
  .coach-input-row input { min-width: 0; height: 50px; }
  .coach-send { flex: 0 0 50px; width: 50px; }
  .coach-lifestyle-profile { max-height: 48dvh; }
  .coach-results { padding: 11px; gap: 11px; }
  .coach-result-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .coach-result-card { min-width: 0; min-height: 96px; padding: 11px; }
  .nutrition-decisions { padding: 12px; margin-inline: 0; }
  .nutrition-nearby-actions { grid-template-columns: 1fr; }
}

@media (min-width: 700px) {
  .nutrition-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nearby-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .daily-food-decisions > div:last-child { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

.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-result-next-steps { padding: 14px; display: grid; gap: 6px; border: 1px solid rgba(198,243,55,.35); border-radius: 14px; background: rgba(198,243,55,.06); }
.daily-result-next-steps span { color: var(--gold); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.daily-result-next-steps strong { color: #fff; font-size: .92rem; line-height: 1.35; }
.daily-leaderboard-earned { padding: 14px; display: grid; gap: 5px; border: 1px solid rgba(243,173,22,.38); border-radius: 14px; background: rgba(243,173,22,.08); }
.daily-leaderboard-earned span { color: var(--gold); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.daily-leaderboard-earned strong { color: #fff; font-size: 1rem; }
.daily-leaderboard-earned p { margin: 0; color: rgba(255,255,255,.68); }
.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; }
}

/* Final mobile cascade guard — keep this last. */
@media (max-width: 640px) {
  .alpha-coach-shell {
    width: 100%;
    height: 100svh;
    height: 100dvh;
    grid-template-rows: auto minmax(88px, 1fr) auto;
  }
  .alpha-coach-chat { min-height: 0; padding: 14px 12px 18px; scroll-padding-bottom: 18px; }
  .alpha-coach-composer {
    width: 100%;
    max-height: min(62dvh, 520px);
    overflow: hidden;
    padding: 12px 12px max(14px, env(safe-area-inset-bottom));
  }
  .alpha-coach-composer.has-choice-stage {
    height: min(58dvh, 480px);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    align-content: stretch;
  }
  .alpha-coach-composer.has-profile-stage {
    height: min(58dvh, 480px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: stretch;
  }
  .coach-profile-stage {
    min-height: 0;
    max-height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
    overflow: hidden;
  }
  .coach-profile-scroll,
  .coach-profile-stage > .coach-quick-preference-form,
  .coach-profile-stage > .coach-product-profile-form,
  .coach-profile-stage > .coach-lifestyle-profile {
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .coach-profile-scroll { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .coach-profile-stage > .coach-profile-submit { position: relative; inset: auto; margin: 0; }
  .alpha-coach-composer.has-choice-stage .coach-next-unlock { margin-bottom: 9px; padding: 11px 12px; }
  .alpha-coach-composer.has-choice-stage .coach-next-unlock p { font-size: .7rem; line-height: 1.3; }
  .coach-question-block { position: static; margin: 0 0 10px; padding: 0; }
  .coach-choice-stage { width: 100%; min-height: 0; max-height: 100%; overflow: hidden; grid-template-rows: minmax(0, 1fr) auto; }
  .coach-options {
    min-height: 0;
    max-height: min(45dvh, 370px);
    grid-template-columns: 1fr;
    gap: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1px 2px 10px;
  }
  .coach-option {
    min-width: 0;
    min-height: 50px;
    height: auto;
    padding: 11px 12px;
    overflow: visible;
    font-size: .82rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .coach-option > span { min-width: 0; display: block; line-height: 1.32; }
  .coach-option small { display: block; font-size: .7rem; line-height: 1.35; }
  .coach-input-row, .coach-email-action { width: 100%; grid-template-columns: minmax(0, 1fr) 52px; align-items: stretch; }
  .coach-input-row input, .coach-email-action input { min-width: 0; min-height: 52px; height: 52px; font-size: 16px !important; }
  .coach-send:not(.coach-profile-submit):not(.coach-multi-send) { width: 52px; min-width: 52px; height: 52px; }
  .coach-multi-send,
  .coach-profile-submit,
  .coach-quick-preference-form .coach-profile-submit,
  .coach-body-profile-form .coach-profile-submit,
  .coach-product-profile-form .coach-profile-submit,
  .coach-lifestyle-profile .coach-profile-submit {
    position: sticky;
    bottom: 0;
    z-index: 8;
    width: 100% !important;
    min-width: 100%;
    min-height: 50px;
    height: auto;
    margin: 8px 0 0;
    padding: 12px 16px;
    border-radius: 10px;
    box-shadow: 0 -10px 22px rgba(11, 14, 16, .92);
    font-size: .92rem !important;
    line-height: 1.15;
    white-space: normal;
  }
  .coach-choice-stage .coach-multi-send {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    margin-top: 0;
    box-shadow: 0 -8px 18px rgba(11, 14, 16, .9);
  }
  .daily-choice-stage { grid-template-rows: minmax(0, 1fr); }
  .coach-quick-preference-form,
  .coach-product-profile-form,
  .coach-body-profile-form,
  .coach-lifestyle-profile {
    width: 100%;
    max-height: min(49dvh, 410px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 2px 2px max(10px, env(safe-area-inset-bottom));
  }
  .coach-fullscreen-body .coach-quick-preference-form,
  .coach-fullscreen-body .coach-lifestyle-profile,
  .coach-fullscreen-body .coach-selection-form,
  .coach-fullscreen-body .coach-body-profile-form {
    max-height: none;
    overflow: visible;
    padding: 0;
  }
  .coach-quick-preference-form fieldset, .coach-lifestyle-profile fieldset { min-width: 0; padding: 10px; }
  .coach-quick-preference-form fieldset[hidden] { display: none; }
  .coach-preference-optout { margin: 0; padding: 11px; border: 1px solid rgba(198,243,55,.35); border-radius: 10px; background: rgba(198,243,55,.08); color: #dff9a1; font-size: .78rem; line-height: 1.35; }
  .coach-quick-preference-form [data-preference-option],
  .coach-lifestyle-profile [data-lifestyle-option] {
    max-width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    font-size: .78rem !important;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .coach-body-profile-form input,
  .coach-body-profile-form select,
  .coach-product-profile-form select { min-height: 50px; font-size: 16px !important; }
  .coach-profile-stage.coach-body-profile-form { max-height: 100%; overflow: hidden; padding: 0; }
  .coach-profile-stage > .coach-profile-submit { position: relative; inset: auto; margin: 0; box-shadow: 0 -8px 18px rgba(11,14,16,.9); }
  .coach-location-consent { max-height: min(54dvh, 450px); overflow-y: auto; border-radius: 16px 16px 0 0; }
  .coach-location-consent > div { grid-template-columns: 1fr; }
  .coach-location-consent .coach-location-primary { grid-column: auto; }
  .daily-inline-checkout .coach-options { max-height: none; overflow: visible; }
  .alpha-coach-shell.coach-results-mode .alpha-coach-composer { height: 100%; max-height: none; overflow: hidden; }

  /* Keep food sheet content, tabs, and actions in separate layout lanes. */
  .food-sheet-overlay { overflow: hidden; padding-top: max(8px, env(safe-area-inset-top)); }
  .food-bottom-sheet {
    height: min(90dvh, calc(100dvh - max(8px, env(safe-area-inset-top))));
    max-height: 100%;
    contain: layout paint;
    isolation: isolate;
  }
  .food-bottom-sheet > header,
  .food-bottom-sheet > nav,
  .food-bottom-sheet > footer { position: relative; z-index: 5; min-width: 0; }
  .food-bottom-sheet > main {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 12px 14px 20px;
    scroll-padding-bottom: 20px;
  }
  .food-bottom-sheet main > section,
  .food-bottom-sheet main article,
  .food-bottom-sheet main div { min-width: 0; }
  .food-bottom-sheet > footer {
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    box-shadow: 0 -10px 24px rgba(4, 7, 9, .88);
  }
}

.coach-save-recovery {
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(255, 194, 61, .48);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 194, 61, .16), rgba(198, 243, 55, .08));
  color: #f6f7ef;
}
.coach-save-recovery strong { display: block; margin-bottom: 4px; color: #ffd45a; }
.coach-save-recovery p { margin: 0 0 10px; color: rgba(246,247,239,.82); }
.coach-save-recovery button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 900;
  background: linear-gradient(135deg, #ffd047, #9cf733);
  color: #0b0f0d;
}
