:root {
  --ink: #050609;
  --ink-2: #090b11;
  --panel: #0f1118;
  --panel-2: #141620;
  --line: rgba(255, 255, 255, .1);
  --muted: #9aa6b5;
  --paper: #f7f7fa;
  --white: #fff;
  --acid: #9d2cff;
  --acid-dark: #7419e8;
  --orange: #ff9d50;
  --cyan: #46ccea;
  --purple: #a881ff;
  --green: #40d69b;
  --red: #ff6876;
  --radius: 18px;
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
canvas { display: block; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -80px; background: var(--acid); color: var(--ink); padding: 12px 18px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { height: 82px; position: relative; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 clamp(24px, 4vw, 72px); border-bottom: 1px solid var(--line); background: rgba(7, 10, 15, .9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .06em; }
.brand-logo { width: 225px; height: 53px; display: block; flex: 0 0 auto; background: transparent url("/assets/mammeth-logo-transparent.png") center / cover no-repeat; }
.brand-mark { width: 28px; height: 32px; display: inline-grid; place-items: center; position: relative; }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; width: 13px; height: 25px; border: 2px solid var(--acid); transform: skewY(-29deg); }
.brand-mark::before { left: 1px; border-right: 0; }
.brand-mark::after { right: 1px; border-left: 0; }
.brand-mark i { width: 6px; height: 13px; border-width: 0 2px; transform: rotate(90deg); }
.brand-name { font-size: 18px; }
.brand-division { color: #c05cff; border-left: 1px solid rgba(255,255,255,.25); padding-left: 12px; font-size: 10px; letter-spacing: .24em; }
.site-nav { display: flex; gap: 34px; align-items: center; }
.site-nav a, .text-action { color: #c4cbd3; font-size: 13px; font-weight: 700; transition: color .2s; }
.site-nav a:hover, .text-action:hover { color: var(--white); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 900; letter-spacing: .02em; transition: transform .2s, background .2s, border-color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 0; }
.button-small { min-height: 42px; padding-inline: 20px; color: var(--white); background: linear-gradient(135deg, #a332ff, #7815e8); }
.button-primary { color: var(--white); background: linear-gradient(135deg, #a332ff, #7815e8); box-shadow: 0 12px 35px rgba(157,44,255,.22); }
.button-primary:hover, .button-small:hover { background: linear-gradient(135deg, #b84cff, #8621ef); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.02); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span { display: block; height: 1px; background: var(--white); margin: 5px 0; }

.hero { min-height: 760px; height: calc(100svh - 82px); max-height: 920px; padding: clamp(70px, 8vw, 130px) clamp(24px, 6vw, 106px); position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr); align-items: center; gap: clamp(50px, 7vw, 130px); overflow: hidden; background: radial-gradient(circle at 20% 43%, rgba(126,31,190,.13), transparent 28%), radial-gradient(circle at 81% 48%, rgba(56,104,130,.12), transparent 24%), var(--ink); }
.hero-grid, .closing-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent); }
.hero-orbit { position: absolute; border: 1px solid rgba(157,44,255,.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 760px; height: 760px; left: -410px; top: 70px; }
.orbit-two { width: 520px; height: 520px; right: -170px; bottom: -290px; }
.hero-copy, .hero-market { position: relative; z-index: 2; }
.hero-lockup { width: min(475px, 45vw); height: 92px; margin: -28px 0 12px; background: transparent url("/assets/mammeth-logo-transparent.png") center / cover no-repeat; }
.live-pill { display: inline-flex; align-items: center; gap: 9px; color: #dfe6ec; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.live-pill i, .market-status i, .live-dot, .console-head small i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(157,44,255,.09), 0 0 16px var(--acid); animation: pulse 2s infinite; }
.live-pill span { margin-left: 9px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.2); color: #747f8d; letter-spacing: .05em; }
@keyframes pulse { 50% { opacity: .5; box-shadow: 0 0 0 8px rgba(157,44,255,0); } }
.hero h1 { max-width: 900px; margin: 30px 0 26px; font-size: clamp(58px, 6.1vw, 104px); line-height: .93; letter-spacing: -.062em; font-weight: 760; }
.hero h1 em, .coach-copy h2 em { color: var(--acid); font-style: normal; font-weight: 400; }
.hero-copy > p { max-width: 700px; margin: 0; color: #a9b3bf; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.hero-proof { margin-top: 58px; display: flex; gap: clamp(20px, 3vw, 48px); color: #83909d; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero-proof span { display: flex; align-items: center; gap: 10px; }
.hero-proof i { color: var(--acid); font-style: normal; font-size: 9px; }
.hero-market { justify-self: end; width: min(100%, 510px); padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,28,40,.94), rgba(11,15,23,.96)); box-shadow: 0 45px 100px rgba(0,0,0,.45); transform: perspective(1000px) rotateY(-3deg); }
.hero-market::after { content: ""; position: absolute; inset: 11px -11px -11px 11px; z-index: -1; border: 1px solid rgba(157,44,255,.1); border-radius: var(--radius); }
.market-head, .market-head > div, .pair-title, .console-head > div { display: flex; align-items: center; }
.asset-icon { width: 43px; height: 43px; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(157,44,255,.2); border-radius: 50%; color: var(--acid); background: rgba(157,44,255,.07); font-size: 23px; }
.asset-icon.small { width: 35px; height: 35px; font-size: 18px; }
.market-head { justify-content: space-between; }
.market-head p, .pair-title p, .console-head p { margin: 0 0 0 12px; display: grid; gap: 4px; }
.market-head strong, .pair-title strong { font-size: 14px; }
.market-head small, .pair-title small { color: #778392; font-size: 10px; letter-spacing: .08em; }
.market-status { display: flex; align-items: center; gap: 8px; color: #9eabb8; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.market-status i { width: 6px; height: 6px; }
.hero-price { margin: 38px 0 18px; display: flex; align-items: end; justify-content: space-between; }
.hero-price strong { font-size: clamp(34px, 3vw, 46px); letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.hero-price span { margin-bottom: 6px; color: var(--green); font-size: 12px; font-weight: 800; }
.hero-price span.negative, .chart-quote span.negative { color: var(--red); }
#heroSparkline { width: 100%; height: 160px; }
.market-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 6px; background: var(--line); border: 1px solid var(--line); }
.market-stats p { margin: 0; padding: 15px; display: grid; gap: 6px; background: var(--ink-2); }
.market-stats span { color: #727e8c; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.market-stats strong { font-size: 12px; }
.coach-nudge { margin-top: 18px; padding: 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(157,44,255,.14); background: rgba(157,44,255,.04); }
.coach-icon { width: 34px; height: 34px; flex: 0 0 auto; display: inline-grid; place-items: center; color: var(--white); background: linear-gradient(135deg, #b44aff, #7419e8); border-radius: 50%; font-size: 12px; font-weight: 1000; }
.coach-nudge p { margin: 0; display: grid; gap: 4px; }
.coach-nudge small { color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.coach-nudge strong { color: #c4cdd5; font-size: 11px; font-weight: 600; line-height: 1.5; }

.ticker-strip { height: 52px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(90deg, #7419e8, #a332ff, #7419e8); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; white-space: nowrap; animation: ticker 30s linear infinite; }
.ticker-track span { display: flex; align-items: center; gap: 30px; font-size: 11px; font-weight: 1000; letter-spacing: .13em; }
.ticker-track i { font-style: normal; font-size: 9px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell { max-width: var(--max); margin: auto; padding: 130px clamp(24px, 5vw, 72px); }
.section-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 68px; }
.section-kicker { color: var(--acid); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.section-intro h2, .curriculum-head h2, .coach-copy h2, .closing-cta h2 { margin: 22px 0 0; font-size: clamp(42px, 4.7vw, 72px); line-height: 1; letter-spacing: -.05em; }
.section-intro > p { max-width: 550px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.live-lab { max-width: none; padding-inline: clamp(24px, 4vw, 68px); background: var(--paper); color: var(--ink); }
.live-lab .section-kicker { color: #8b1ee7; }
.live-lab .section-intro { max-width: var(--max); margin-left: auto; margin-right: auto; }
.live-lab .section-intro > p { color: #626b71; }
.lab-shell { max-width: 1580px; margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 340px; border: 1px solid #222a31; background: var(--ink); color: var(--white); box-shadow: 0 35px 90px rgba(10,15,20,.19); }
.chart-workspace { min-width: 0; border-right: 1px solid var(--line); }
.chart-toolbar { min-height: 72px; padding: 14px 20px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.timeframes { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.timeframes button { min-width: 38px; height: 30px; padding: 0 8px; border: 0; color: #75818d; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.timeframes button:hover { color: var(--white); }
.timeframes button.active { color: var(--white); background: linear-gradient(135deg, #a332ff, #7419e8); }
.chart-quote { justify-self: end; display: grid; gap: 3px; text-align: right; }
.chart-quote strong { font-size: 16px; font-variant-numeric: tabular-nums; }
.chart-quote span { color: var(--green); font-size: 10px; font-weight: 800; }
.indicator-toolbar { min-height: 48px; padding: 9px 18px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.indicator-toolbar > span { margin-right: 6px; color: #6e7986; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.indicator-toolbar button { height: 28px; padding: 0 11px; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.09); color: #74808d; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.indicator-toolbar button.active { color: #e5eaf0; background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.18); }
.indicator-toolbar button i { width: 6px; height: 6px; border-radius: 50%; opacity: .45; }
.indicator-toolbar button.active i { opacity: 1; box-shadow: 0 0 8px currentColor; }
.orange { color: var(--orange); background: var(--orange); }.cyan { color: var(--cyan); background: var(--cyan); }.purple { color: var(--purple); background: var(--purple); }.green { color: var(--green); background: var(--green); }
.chart-stage { position: relative; height: 520px; min-height: 400px; overflow: hidden; cursor: crosshair; background: radial-gradient(circle at 50% 50%, rgba(59,77,98,.07), transparent 45%), #090d13; }
#academyChart { width: 100%; height: 100%; }
.chart-loading { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #8793a0; background: rgba(9,13,19,.94); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.chart-loading i { width: 30px; height: 30px; border: 2px solid rgba(255,255,255,.12); border-top-color: var(--acid); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.chart-tooltip { position: absolute; z-index: 8; display: none; width: 178px; padding: 11px 13px; pointer-events: none; border: 1px solid rgba(255,255,255,.17); color: #c7d0d9; background: rgba(8,12,18,.96); box-shadow: 0 12px 30px rgba(0,0,0,.35); font-size: 10px; line-height: 1.7; font-variant-numeric: tabular-nums; }
.chart-tooltip strong { color: var(--white); }
.chart-watermark { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,.025); font-size: clamp(28px, 4vw, 60px); font-weight: 1000; letter-spacing: .1em; pointer-events: none; }
.chart-watermark span { color: rgba(157,44,255,.035); font-weight: 400; }
.chart-footer { min-height: 42px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: #697581; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .04em; }
.chart-footer span { display: flex; align-items: center; gap: 8px; }
.chart-footer b { color: #87929e; font-weight: 600; }
.live-dot { width: 5px; height: 5px; }
.market-lesson { padding: 28px 24px; background: linear-gradient(180deg, #131a24, #0b1017); }
.lesson-top { display: flex; align-items: center; justify-content: space-between; }
.lesson-state { padding: 6px 8px; color: var(--acid); border: 1px solid rgba(157,44,255,.2); background: rgba(157,44,255,.05); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.market-lesson h3 { margin: 32px 0 12px; font-size: 29px; line-height: 1.05; letter-spacing: -.035em; }
.market-lesson > p { min-height: 65px; margin: 0; color: #8c98a5; font-size: 12px; line-height: 1.7; }
.signal-grid { margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.signal-grid article { min-height: 92px; padding: 14px; display: grid; align-content: center; gap: 5px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-grid article:nth-child(even) { border-right: 0; }
.signal-grid article:nth-child(n+3) { border-bottom: 0; }
.signal-grid span, .signal-grid small { color: #65717e; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.signal-grid strong { font-size: 17px; }
.learn-note { padding: 17px; border-left: 2px solid var(--acid); background: rgba(157,44,255,.045); }
.learn-note span { color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.learn-note p { margin: 8px 0 0; color: #9ca7b2; font-size: 11px; line-height: 1.6; }
.coach-launch { width: 100%; margin-top: 18px; padding: 14px 0; display: flex; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(157,44,255,.3); color: #d7dfe6; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.coach-launch span { color: var(--acid); }

.indicator-school { background: var(--ink); }
.indicator-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.indicator-card { min-height: 445px; padding: 26px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; overflow: hidden; }
.indicator-card:hover { z-index: 2; background: #101720; transform: translateY(-5px); }
.indicator-card.featured { background: linear-gradient(160deg, rgba(157,44,255,.1), transparent 52%); }
.indicator-number { color: #4d5965; font-size: 10px; font-weight: 900; }
.indicator-tag { position: absolute; right: 24px; top: 24px; color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.mini-visual { height: 124px; margin: 35px -26px 28px; position: relative; border-block: 1px solid rgba(255,255,255,.05); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 24px 24px; overflow: hidden; }
.ema-visual i { position: absolute; width: 120%; height: 45px; left: -10%; border: 2px solid transparent; border-top-color: var(--orange); border-radius: 50%; transform: rotate(-8deg); }
.ema-visual i:nth-child(1) { top: 60px; }.ema-visual i:nth-child(2) { top: 71px; border-top-color: var(--cyan); transform: rotate(5deg); }.ema-visual i:nth-child(3) { top: 52px; left: 55%; width: 7px; height: 7px; border: 0; background: var(--acid); box-shadow: 0 0 14px var(--acid); }
.rsi-visual::before, .rsi-visual::after { content: "70"; position: absolute; left: 8px; top: 20px; color: #4c5661; font-size: 8px; }.rsi-visual::after { content: "30"; top: 91px; }
.rsi-visual i { position: absolute; left: 24px; right: 0; top: 30px; border-top: 1px dashed rgba(168,129,255,.35); }.rsi-visual i:nth-child(2) { top: 98px; }
.rsi-visual b { position: absolute; left: -10%; top: 53px; width: 120%; height: 48px; border-top: 2px solid var(--purple); border-radius: 50%; transform: rotate(-7deg); }
.bands-visual i { position: absolute; left: -10%; width: 120%; height: 60px; border-top: 2px solid var(--purple); border-radius: 50%; transform: rotate(-4deg); }.bands-visual i:nth-child(1) { top: 29px; opacity: .55; }.bands-visual i:nth-child(2) { top: 67px; opacity: .55; transform: rotate(5deg); }.bands-visual i:nth-child(3) { top: 49px; border-top-color: var(--acid); transform: rotate(1deg); }
.volume-visual { display: flex; align-items: end; justify-content: center; gap: 8px; padding: 15px 50px; }
.volume-visual i { width: 18px; height: 26px; background: rgba(64,214,155,.3); }.volume-visual i:nth-child(2) { height: 49px; }.volume-visual i:nth-child(3) { height: 37px; }.volume-visual i:nth-child(4) { height: 68px; background: var(--green); }.volume-visual i:nth-child(5) { height: 86px; background: rgba(64,214,155,.72); }.volume-visual i:nth-child(6) { height: 61px; }
.indicator-card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.03em; }
.indicator-card p { margin: 0; color: #8c97a3; font-size: 12px; line-height: 1.7; }
.indicator-card button { margin-top: auto; padding: 26px 0 0; display: flex; justify-content: space-between; border: 0; color: #d6dde4; background: transparent; border-top: 1px solid transparent; font-size: 10px; font-weight: 800; text-align: left; cursor: pointer; }
.indicator-card button:hover { color: var(--acid); }

.coach-section { max-width: none; padding-inline: clamp(24px, 6vw, 108px); background: radial-gradient(circle at 18% 35%, rgba(157,44,255,.28), transparent 30%), linear-gradient(120deg, #09040f, #21083b 62%, #0b0710); color: var(--white); border-block: 1px solid #4b176e; }
.coach-shell { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px, 8vw, 135px); }
.coach-section .section-kicker { color: #c05cff; }
.coach-copy h2 { font-size: clamp(48px, 5.2vw, 78px); }
.coach-copy h2 em { color: #c05cff; }
.coach-copy > p { max-width: 570px; margin: 28px 0 0; color: #b5b4be; font-size: 16px; line-height: 1.75; }
.coach-guardrails { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 26px; }
.coach-guardrails span { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; }
.coach-guardrails i { width: 20px; height: 20px; display: inline-grid; place-items: center; color: #d5a0ff; border: 1px solid rgba(192,92,255,.4); border-radius: 50%; font-style: normal; font-size: 9px; }
.coach-console { min-height: 570px; border: 1px solid rgba(0,0,0,.5); color: var(--white); background: #0b1017; box-shadow: 22px 22px 0 rgba(80,20,120,.2); }
.console-head { min-height: 73px; padding: 15px 19px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.console-head strong { font-size: 12px; }.console-head small { display: flex; align-items: center; gap: 7px; color: #71808c; font-size: 8px; }.console-head small i { width: 5px; height: 5px; }
.beta { color: var(--acid); border: 1px solid rgba(157,44,255,.2); padding: 6px 8px; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.coach-messages { height: 275px; padding: 23px; display: flex; flex-direction: column; gap: 14px; overflow-y: auto; }
.message { max-width: 88%; display: flex; gap: 10px; align-items: flex-start; }
.message > span { width: 27px; height: 27px; flex: 0 0 auto; display: inline-grid; place-items: center; border: 1px solid rgba(157,44,255,.3); border-radius: 50%; color: var(--acid); font-size: 8px; font-weight: 900; }
.message p { margin: 0; padding: 13px 15px; color: #aeb8c1; border: 1px solid var(--line); background: #111821; font-size: 11px; line-height: 1.7; }
.message.user { align-self: flex-end; flex-direction: row-reverse; }.message.user > span { border-color: rgba(255,255,255,.2); color: var(--white); }.message.user p { color: #e3e7eb; background: #1b2531; }
.message.thinking p::after { content: ""; display: inline-block; width: 18px; height: 4px; margin-left: 8px; background: radial-gradient(circle, var(--acid) 1.5px, transparent 2px) 0 0/6px 4px; animation: dots 1s infinite linear; }
@keyframes dots { to { background-position: 6px 0; } }
.quick-prompts { padding: 0 22px 13px; display: flex; gap: 7px; overflow-x: auto; }
.quick-prompts button { height: 29px; flex: 0 0 auto; padding: 0 10px; border: 1px solid rgba(255,255,255,.12); color: #8f9aa5; background: transparent; font-size: 8px; cursor: pointer; }
.quick-prompts button:hover { color: var(--acid); border-color: rgba(157,44,255,.3); }
.coach-form { margin: 0 22px; height: 51px; display: grid; grid-template-columns: 1fr 40px; align-items: center; border: 1px solid rgba(255,255,255,.16); background: #0e141d; }
.coach-form input { width: 100%; height: 100%; padding: 0 15px; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 10px; }
.coach-form input::placeholder { color: #606c78; }
.coach-form button { width: 34px; height: 34px; padding: 0; border: 0; color: var(--white); background: linear-gradient(135deg, #a332ff, #7419e8); font-size: 17px; cursor: pointer; }
.console-disclosure { margin: 12px 22px 0; color: #53606c; font-size: 8px; text-align: center; }

.strategy-school { background: #0a0e14; }
.strategy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.strategy-card { min-height: 480px; padding: 30px; position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #10161f; }
.strategy-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -170px; top: -150px; border-radius: 50%; opacity: .14; filter: blur(5px); }
.strategy-one::before { background: var(--acid); }.strategy-two::before { background: var(--purple); }.strategy-three::before { background: var(--orange); }
.level { width: max-content; padding: 6px 8px; color: #a9b4be; border: 1px solid rgba(255,255,255,.15); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.strategy-index { margin: 55px 0 18px; color: rgba(255,255,255,.09); font-size: 66px; font-weight: 1000; line-height: .8; letter-spacing: -.06em; }
.strategy-card h3 { margin: 0 0 15px; font-size: 30px; letter-spacing: -.04em; }
.strategy-card p { margin: 0; color: #8d98a4; font-size: 12px; line-height: 1.7; }
.strategy-card ul { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.strategy-card li { padding: 7px 9px; color: #788490; border: 1px solid rgba(255,255,255,.09); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.strategy-card a { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.strategy-card a span { color: var(--acid); }

.curriculum { color: var(--ink); background: var(--paper); }
.curriculum .section-kicker { color: #8b1ee7; }
.curriculum-head { display: grid; grid-template-columns: 1fr 350px; align-items: end; gap: 70px; margin-bottom: 65px; }
.path-progress { display: grid; gap: 10px; }
.path-progress span { color: #6a7379; font-size: 9px; font-weight: 900; letter-spacing: .13em; }.path-progress strong { font-size: 18px; }.path-progress > i { height: 4px; background: #d7d6ce; }.path-progress > i em { width: 25%; height: 100%; display: block; background: #9d2cff; }.path-progress small { color: #7a8184; font-size: 10px; }
.module-list { border-top: 1px solid #c9c8c0; }
.module-list article { min-height: 150px; display: grid; grid-template-columns: 75px 1fr auto 50px; align-items: center; gap: 25px; border-bottom: 1px solid #c9c8c0; transition: background .2s, padding .2s; }
.module-list article:hover { padding-inline: 16px; background: #ecebe4; }
.module-no { width: 43px; height: 43px; display: inline-grid; place-items: center; border: 1px solid #b9b9b0; border-radius: 50%; color: #667078; font-size: 10px; font-weight: 900; }
.module-list small { color: #8b1ee7; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.module-list h3 { margin: 8px 0 6px; font-size: 22px; letter-spacing: -.02em; }
.module-list p { max-width: 680px; margin: 0; color: #747a7e; font-size: 11px; line-height: 1.6; }
.module-list ul { margin: 0; padding: 0; display: flex; gap: 7px; list-style: none; }
.module-list li { padding: 7px 9px; border: 1px solid #c6c6bd; color: #70767a; font-size: 8px; text-transform: uppercase; }
.module-list > article > a { font-size: 20px; text-align: center; }

.closing-cta { min-height: 620px; padding: 120px 24px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: radial-gradient(circle at 50% 55%, rgba(157,44,255,.1), transparent 35%), var(--ink); }
.closing-cta > *:not(.closing-grid) { position: relative; z-index: 2; }
.closing-cta h2 { margin-block: 24px; font-size: clamp(54px, 6.5vw, 94px); }
.closing-cta p { max-width: 620px; margin: 0; color: #96a2ae; line-height: 1.7; }
.closing-cta > div:last-child { display: flex; gap: 12px; margin-top: 34px; }

footer { padding: 0 clamp(24px, 5vw, 72px); border-top: 1px solid var(--line); background: #05070a; }
.footer-main { min-height: 170px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 55px; border-bottom: 1px solid var(--line); }
.footer-main > p { max-width: 340px; color: #6f7b87; font-size: 11px; line-height: 1.6; }
.footer-main nav { display: flex; gap: 25px; color: #8b96a1; font-size: 10px; font-weight: 700; }
.footer-main nav a:hover { color: var(--white); }
.footer-disclosure { max-width: 1100px; padding: 25px 0; color: #535d66; font-size: 9px; line-height: 1.7; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.06); color: #4d5760; font-size: 9px; }

.lesson-modal[hidden] { display: none; }
.lesson-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,5,8,.82); backdrop-filter: blur(10px); }
.lesson-modal article { width: min(100%, 650px); max-height: calc(100vh - 40px); overflow-y: auto; position: relative; z-index: 2; padding: 48px; border: 1px solid rgba(255,255,255,.18); background: #101720; box-shadow: 0 35px 100px rgba(0,0,0,.6); }
.lesson-modal h2 { margin: 18px 0 22px; font-size: 40px; letter-spacing: -.04em; }
.lesson-modal #modalBody { color: #a4afb9; font-size: 13px; line-height: 1.75; }
.lesson-modal #modalBody p { margin: 0 0 16px; }.lesson-modal #modalBody strong { color: var(--white); }.lesson-modal #modalBody ul { padding-left: 18px; }
.modal-close { position: absolute; right: 18px; top: 16px; border: 0; color: #85919c; background: transparent; font-size: 30px; cursor: pointer; }
.lesson-modal .button { margin-top: 20px; border: 0; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto 1fr; }.site-nav { gap: 17px; }.site-nav a { font-size: 11px; }.hero { grid-template-columns: 1fr minmax(370px,.65fr); gap: 45px; padding-inline: 45px; }.hero h1 { font-size: clamp(52px, 6vw, 76px); }.hero-proof { gap: 18px; flex-wrap: wrap; }.lab-shell { grid-template-columns: 1fr; }.chart-workspace { border-right: 0; }.market-lesson { display: grid; grid-template-columns: .7fr 1fr; gap: 0 28px; }.market-lesson .lesson-top, .market-lesson h3, .market-lesson > p { grid-column: 1; }.signal-grid, .learn-note { grid-column: 2; }.signal-grid { grid-row: 1 / span 3; margin: 0; }.coach-launch { grid-column: 1 / -1; }.indicator-grid { grid-template-columns: 1fr 1fr; }.coach-shell { gap: 60px; }.footer-main { grid-template-columns: auto 1fr; }.footer-main nav { grid-column: 1/-1; padding-bottom: 28px; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; padding-inline: 20px; }.nav-actions { display: none; }.menu-toggle { display: block; justify-self: end; }.site-nav { position: fixed; inset: 70px 0 0; padding: 45px 25px; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; background: rgba(7,10,15,.98); transform: translateX(100%); transition: transform .25s; }.site-nav.open { transform: translateX(0); }.site-nav a { font-size: 28px; }
  .hero { height: auto; min-height: 0; max-height: none; padding: 85px 24px 75px; grid-template-columns: 1fr; }.hero h1 { font-size: clamp(48px, 13vw, 72px); }.hero-copy > p { font-size: 16px; }.hero-market { width: 100%; justify-self: stretch; transform: none; }.hero-proof { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; }.section-shell { padding-block: 90px; }.section-intro, .curriculum-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }.section-intro h2, .curriculum-head h2, .coach-copy h2 { font-size: 46px; }.section-intro br, .curriculum-head br { display: none; }
  .chart-toolbar { grid-template-columns: 1fr auto; }.timeframes { grid-column: 1/-1; grid-row: 2; justify-content: space-between; }.chart-stage { height: 440px; }.chart-footer span:nth-child(n+2) { display: none; }.market-lesson { display: block; }.signal-grid { margin: 24px 0; }.indicator-grid { grid-template-columns: 1fr 1fr; }.coach-shell { grid-template-columns: 1fr; }.coach-console { min-height: 540px; }.strategy-grid { grid-template-columns: 1fr; }.strategy-card { min-height: 430px; }.module-list article { padding: 26px 0; grid-template-columns: 50px 1fr 35px; }.module-list article > ul { grid-column: 2; }.module-list article > a { grid-column: 3; grid-row: 1 / span 2; }.footer-main { padding-block: 45px; grid-template-columns: 1fr; gap: 20px; }.footer-main nav { grid-column: auto; flex-wrap: wrap; padding-bottom: 0; }.footer-bottom { padding: 18px 0; display: grid; gap: 8px; }
}

@media (max-width: 540px) {
  .brand-logo { width: 170px; height: 40px; }.brand-division { font-size: 8px; padding-left: 8px; }.hero-lockup { width: min(100%, 420px); height: 84px; margin-top: -12px; }.hero-actions, .closing-cta > div:last-child { flex-direction: column; }.hero-actions .button, .closing-cta .button { width: 100%; }.hero-proof { grid-template-columns: 1fr; }.hero-market { padding: 20px; }.hero-price { align-items: flex-start; flex-direction: column; gap: 5px; }.market-stats p { padding: 11px 8px; }.market-stats strong { font-size: 10px; }.ticker-strip { height: 44px; }.section-intro h2, .curriculum-head h2, .coach-copy h2 { font-size: 39px; }.lab-shell { margin-inline: -12px; }.chart-toolbar { padding-inline: 12px; }.chart-quote strong { font-size: 13px; }.timeframes button { min-width: 0; flex: 1; }.indicator-toolbar { padding-inline: 10px; }.chart-stage { height: 390px; }.market-lesson { padding: 24px 18px; }.indicator-grid { grid-template-columns: 1fr; }.indicator-card { min-height: 410px; }.coach-section { padding-inline: 20px; }.coach-guardrails { grid-template-columns: 1fr; }.coach-console { margin-inline: -8px; box-shadow: 10px 10px 0 rgba(80,20,120,.28); }.quick-prompts { padding-inline: 14px; }.coach-form { margin-inline: 14px; }.module-list article { gap: 12px; }.module-list p { font-size: 10px; }.closing-cta { min-height: 560px; }.closing-cta h2 { font-size: 50px; }.lesson-modal article { padding: 35px 24px; }
}

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