@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
	--ink: #f3f3ef;
	--muted: #989b99;
	--dim: #696e6b;
	--line: rgba(255, 255, 255, 0.11);
	--surface: rgba(25, 27, 27, 0.82);
	--surface-bright: #252827;
	--black: #0b0d0d;
	--white: #f4f4ef;
	--lime: #d8e8bf;
	--radius: 18px;
}

.mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body { min-height: 100%; }

body {
	margin: 0;
	color: var(--ink);
	background: var(--black);
	font-family: 'DM Sans', 'Aptos', sans-serif;
	-webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button { cursor: pointer; }

.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(1px); opacity: .16; }
.ambient-one { width: 38vw; height: 38vw; top: -22vw; right: -8vw; background: #5c655e; }
.ambient-two { width: 28vw; height: 28vw; bottom: -18vw; left: -9vw; background: #353b39; }

.page-shell { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); min-height: 100vh; margin: 0 auto; display: flex; flex-direction: column; }

.topbar { display: flex; justify-content: space-between; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.wordmark-name { font: 700 17px/1 'DM Sans', sans-serif; letter-spacing: .12em; }
.wordmark-name em { color: var(--muted); font-style: normal; font-size: 12px; letter-spacing: .16em; margin-left: 3px; }
.mark { position: relative; width: 44px; height: 44px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .22); border-radius: 12px; background: transparent; box-shadow: 0 0 0 3px rgba(255, 255, 255, .04), 0 6px 18px rgba(0, 0, 0, .24); }
.mark-hat { position: absolute; z-index: 2; width: 26px; height: 10px; top: 7px; left: 4px; border-radius: 50% 50% 20% 20%; background: #131616; transform: rotate(-5deg); }
.mark-hat::after { content: ''; position: absolute; width: 33px; height: 6px; left: -4px; bottom: -4px; border-radius: 50%; background: #131616; }
.mark-face { position: absolute; width: 16px; height: 20px; left: 9px; top: 14px; border-radius: 45%; background: #131616; }
.mark-face::before, .mark-face::after { content: ''; position: absolute; top: 7px; width: 3px; height: 3px; border-radius: 50%; background: var(--white); }
.mark-face::before { left: 4px; } .mark-face::after { right: 4px; }
.topbar-note { color: var(--dim); font-size: 12px; letter-spacing: .02em; }
.status-pip { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216, 232, 191, .08); }

.auth-layout { display: flex; flex-direction: column; align-items: stretch; flex: 1; padding: 76px 4vw 90px; }
.intro-panel { align-self: center; width: 100%; max-width: 720px; }
.eyebrow { margin: 0 0 17px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: 'DM Sans', sans-serif; letter-spacing: -.045em; }
h1 { max-width: 570px; font-size: clamp(46px, 6vw, 78px); line-height: .98; }
h1 span { color: #8e9490; }
h2 { font-size: 30px; line-height: 1.05; }
.intro-copy { max-width: 450px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.language-picker { display: block; margin-top: 24px; color: var(--dim); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.language-control { position: relative; width: min(280px, 100%); margin-top: 8px; }
.language-native { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.language-select { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 48px; margin: 0; padding: 0 15px; color: var(--ink); background: rgba(25, 29, 27, .92); border: 1px solid rgba(216, 232, 191, .2); border-radius: 11px; outline: none; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 8px 22px rgba(0, 0, 0, .12); font-size: 13px; text-align: left; cursor: pointer; transition: border-color .2s, background-color .2s, box-shadow .2s; }
.language-select:hover, .language-control.is-open .language-select { border-color: rgba(216, 232, 191, .5); background: rgba(34, 40, 36, .98); }
.language-select:focus-visible { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(216, 232, 191, .09), inset 0 1px 0 rgba(255, 255, 255, .05); }
.language-chevron { width: 8px; height: 8px; border-right: 1px solid var(--lime); border-bottom: 1px solid var(--lime); transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.language-control.is-open .language-chevron { transform: rotate(225deg) translate(-1px, -1px); }
.language-menu { position: absolute; z-index: 20; top: calc(100% + 7px); right: 0; left: 0; display: none; gap: 3px; padding: 7px; border: 1px solid rgba(216, 232, 191, .2); border-radius: 12px; background: rgba(20, 24, 22, .98); box-shadow: 0 18px 40px rgba(0, 0, 0, .35); opacity: 1; pointer-events: none; transform: translateY(-6px) scale(.98); transform-origin: top; transition: opacity .16s ease, transform .16s ease; }
.language-control.is-open .language-menu { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.language-menu button { width: 100%; min-height: 36px; padding: 0 10px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 500; text-align: left; cursor: pointer; transition: color .15s, background .15s; }
.language-menu button:hover, .language-menu button[aria-selected="true"] { color: var(--ink); background: rgba(216, 232, 191, .12); }
.language-hint { display: flex; align-items: center; gap: 8px; width: min(280px, 100%); min-height: 0; margin-top: 8px; padding: 0 11px; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.35; opacity: 0; transform: translateY(-5px); transition: opacity .2s ease, transform .2s ease, min-height .2s ease, padding .2s ease; }
.language-control:hover + .language-hint, .language-control:focus-within + .language-hint { min-height: 30px; padding-top: 7px; padding-bottom: 7px; opacity: 1; transform: translateY(0); }
.hint-pulse { flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216, 232, 191, .08); }
.intro-demo { display: flex; align-items: center; justify-content: space-between; width: min(280px, 100%); margin-top: 28px; padding: 0 15px 0 18px; }
.intro-demo b { font-size: 19px; font-weight: 400; }
.hero-note { max-width: 280px; margin: 12px 0 0; color: var(--dim); font-size: 11px; line-height: 1.45; }
.answer-proof-section, .problem-section, .engine-section, .context-section, .memory-section { border-bottom: 1px solid var(--line); }
.answer-proof-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px, 8vw, 110px); align-items: center; padding: 96px 4vw; background: rgba(216, 232, 191, .035); }
.answer-proof-copy h2 { max-width: 420px; font-size: clamp(38px, 5vw, 64px); line-height: .98; }
.answer-proof-copy > p:not(.eyebrow) { max-width: 360px; margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.proof-metrics { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; }
.proof-metrics span { display: grid; gap: 3px; }
.proof-metrics i, .context-rail b i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216, 232, 191, .08); }
.proof-metrics i { margin-bottom: 8px; }
.proof-metrics small { color: var(--dim); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.answer-proof-stage { padding: 22px; border: 1px solid rgba(216, 232, 191, .2); border-radius: 16px; background: linear-gradient(145deg, rgba(40, 48, 42, .9), rgba(12, 15, 14, .96)); box-shadow: 0 25px 80px rgba(0, 0, 0, .25); animation: proofFloat 6s ease-in-out infinite; }
.proof-stage-bar, .proof-stage-context { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--dim); font-size: 9px; letter-spacing: .13em; }
.proof-stage-bar i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216, 232, 191, .08); }
.proof-stage-question { margin-top: 58px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.proof-stage-question small, .proof-stage-answer small { color: var(--dim); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.proof-stage-question strong { display: block; max-width: 520px; margin-top: 12px; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.2; font-weight: 500; }
.proof-stage-context { justify-content: flex-start; margin-top: 18px; }
.proof-stage-context span { padding: 7px 9px; border: 1px solid rgba(216, 232, 191, .18); border-radius: 5px; color: var(--lime); background: rgba(216, 232, 191, .05); }
.proof-stage-answer { position: relative; margin-top: 22px; padding: 17px; border: 1px solid rgba(216, 232, 191, .2); border-radius: 10px; background: rgba(216, 232, 191, .07); }
.proof-stage-answer p { max-width: 560px; margin: 10px 20px 0 0; color: #d6ddd3; font-size: 15px; line-height: 1.6; }
.proof-stage-answer b { position: absolute; right: 17px; bottom: 17px; width: 5px; height: 17px; background: var(--lime); animation: blink 1.1s ease-in-out infinite; }
@keyframes proofFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.problem-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 94px 4vw; }
.problem-lead h2 { max-width: 490px; font-size: clamp(36px, 4.8vw, 60px); line-height: .99; }
.problem-copy { align-self: end; max-width: 430px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.problem-copy strong { display: block; margin-top: 24px; color: var(--ink); font-size: 18px; line-height: 1.4; font-weight: 500; }
.engine-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; padding: 110px 4vw; background: rgba(216, 232, 191, .025); }
.engine-section .section-intro h2 { font-size: clamp(38px, 5vw, 64px); }
.section-intro-copy { max-width: 370px; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.engine-pipeline { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1.15fr; gap: 12px; align-items: center; }
.engine-pipeline > div { min-height: 150px; padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .025); animation: pipelineStep 9s cubic-bezier(.22, .8, .28, 1) infinite; will-change: transform, background-color, border-color; }
.engine-pipeline > div:nth-child(3) { animation-delay: 2s; }
.engine-pipeline > div:nth-child(5) { animation-delay: 4s; }
.engine-pipeline > div:nth-child(7) { animation-delay: 6s; }
.engine-pipeline > div span { color: var(--dim); font-size: 10px; }
.engine-pipeline strong { display: block; margin-top: 42px; color: var(--ink); font-size: 12px; letter-spacing: .08em; }
.engine-pipeline small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.engine-pipeline > i { width: 22px; height: 1px; background: rgba(216, 232, 191, .35); animation: pipelineArrow 9s cubic-bezier(.22, .8, .28, 1) infinite; will-change: opacity, background-color; }
.engine-pipeline > i:nth-child(2) { animation-delay: 1.3s; }
.engine-pipeline > i:nth-child(4) { animation-delay: 3.3s; }
.engine-pipeline > i:nth-child(6) { animation-delay: 5.3s; }
.engine-pipeline-final { border-color: rgba(216, 232, 191, .38) !important; background: rgba(216, 232, 191, .09) !important; }
.engine-pipeline-final strong, .engine-pipeline-final span { color: var(--lime) !important; }
@keyframes pipelineStep { 0%, 14%, 100% { border-color: var(--line); background: rgba(255, 255, 255, .025); transform: translate3d(0, 0, 0); } 24%, 39% { border-color: rgba(216, 232, 191, .5); background: rgba(216, 232, 191, .1); transform: translate3d(0, -4px, 0); } 51% { border-color: rgba(216, 232, 191, .2); background: rgba(216, 232, 191, .055); transform: translate3d(0, 0, 0); } }
@keyframes pipelineArrow { 0%, 100% { opacity: .34; background: rgba(216, 232, 191, .35); } 24%, 43% { opacity: 1; background: var(--lime); } 54% { opacity: .5; background: rgba(216, 232, 191, .35); } }
@media (prefers-reduced-motion: reduce) { .engine-pipeline > div, .engine-pipeline > i { animation: none; } }
.context-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.context-story { min-height: 440px; padding: 88px 6vw; background: var(--black); }
.context-story h2 { max-width: 480px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.02; }
.context-story > p:not(.eyebrow) { max-width: 430px; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.context-story-experience { background: rgba(216, 232, 191, .035); }
.context-rail { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 40px; }
.context-rail span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: 10px; animation: contextSignal 5.6s ease-in-out infinite; }
.context-rail span:nth-child(2) { animation-delay: .35s; }
.context-rail span:nth-child(3) { animation-delay: .7s; }
.context-rail span:nth-child(4) { animation-delay: 1.05s; }
.context-rail b { display: flex; align-items: center; gap: 8px; width: 100%; margin-top: 8px; color: var(--lime); font-size: 11px; font-weight: 500; animation: signalPulse 2.2s ease-in-out infinite; }
@keyframes contextSignal { 0%, 15%, 100% { border-color: var(--line); color: var(--muted); background: transparent; transform: translateY(0); } 25%, 48% { border-color: rgba(216, 232, 191, .48); color: var(--ink); background: rgba(216, 232, 191, .09); transform: translateY(-3px); } 58% { transform: translateY(0); } }
@keyframes signalPulse { 50% { opacity: .45; } }
.company-switcher { display: grid; gap: 8px; margin-top: 40px; max-width: 340px; }
.company-switcher span { display: flex; justify-content: space-between; padding: 11px 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--dim); font-size: 10px; letter-spacing: .08em; animation: companySignal 6.6s ease-in-out infinite; }
.company-switcher span:nth-child(2) { animation-delay: 2.2s; }
.company-switcher span:nth-child(3) { animation-delay: 4.4s; }
.company-switcher b { color: var(--ink); font-weight: 500; letter-spacing: 0; }
@keyframes companySignal { 0%, 20%, 100% { border-color: var(--line); color: var(--dim); background: transparent; transform: translateX(0); } 28%, 48% { border-color: rgba(216, 232, 191, .52); color: var(--lime); background: rgba(216, 232, 191, .08); transform: translateX(14px); } 58% { transform: translateX(0); } }
.company-disclaimer { display: block; margin-top: 17px; color: var(--dim); font-size: 10px; line-height: 1.4; }
.memory-section { padding: 106px 4vw; }
.memory-section .section-intro { max-width: 650px; }
.memory-section .section-intro h2 { font-size: clamp(36px, 4.5vw, 58px); }
.memory-chain { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 15px; align-items: stretch; margin-top: 58px; }
.memory-chain > div { display: flex; flex-direction: column; min-height: 150px; padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .025); }
.memory-chain small { color: var(--dim); font-size: 9px; letter-spacing: .14em; }
.memory-chain strong { margin-top: 28px; font-size: 15px; line-height: 1.35; font-weight: 500; }
.memory-chain span { margin-top: auto; color: var(--muted); font-size: 11px; line-height: 1.4; }
.memory-chain > b { align-self: center; color: var(--lime); font-size: 22px; font-weight: 300; }
.final-cta-section { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding: 110px 4vw 96px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at top left, rgba(216, 232, 191, 0.18), rgba(14, 18, 17, 0) 48%), rgba(216, 232, 191, .045); }
.final-cta-section h2 { max-width: 720px; font-size: clamp(38px, 5.3vw, 70px); line-height: .98; }
.final-cta-section > div > p:last-child { margin-top: 22px; color: var(--muted); font-size: 13px; }
.final-cta-section .primary-button { width: min(220px, 100%); flex: 0 0 auto; margin: 0; box-shadow: 0 18px 42px rgba(216, 232, 191, 0.2); }
.signal-list { display: grid; gap: 20px; margin-top: 48px; }
.signal-item { display: flex; gap: 14px; align-items: flex-start; }
.signal-icon { flex: 0 0 7px; width: 7px; height: 7px; margin-top: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216, 232, 191, .08); }
.signal-item strong { display: block; font-size: 14px; font-weight: 600; }
.signal-item small { display: block; margin-top: 4px; color: var(--dim); font-size: 12px; }

.auth-card, .dashboard-card { width: min(430px, 100%); margin: 64px auto 0; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(34, 37, 36, .92), rgba(20, 22, 22, .93)); box-shadow: 0 25px 80px rgba(0, 0, 0, .28); }
.card-heading { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.card-heading .eyebrow { margin-bottom: 12px; }
.card-count { color: var(--dim); font: 11px 'DM Sans', sans-serif; }
.card-copy { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.auth-form { display: grid; gap: 9px; margin-top: 28px; }
label, .password-label { color: #c6c9c6; font-size: 12px; font-weight: 600; }
.password-label { display: flex; justify-content: space-between; margin-top: 9px; }
.password-label span { color: var(--dim); font-size: 10px; font-weight: 400; }
input { width: 100%; padding: 13px 14px; color: var(--ink); background: rgba(10, 12, 12, .55); border: 1px solid var(--line); border-radius: 10px; outline: none; transition: border-color .2s, background .2s; }
input::placeholder { color: #626765; }
input:focus { border-color: #79827d; background: rgba(10, 12, 12, .8); }
.primary-button, .secondary-button, .demo-button { width: 100%; min-height: 46px; border-radius: 10px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.primary-button { display: flex; justify-content: space-between; align-items: center; padding: 0 15px 0 18px; margin-top: 13px; color: #111513; background: linear-gradient(180deg, #e7f3c8 0%, #d8e8bf 48%, #cfe4a9 100%); border: 1px solid rgba(216, 232, 191, 0.92); box-shadow: 0 14px 34px rgba(216, 232, 191, 0.18), inset 0 1px 0 rgba(255,255,255,0.55); }
.primary-button b { font-size: 19px; font-weight: 400; }
.secondary-button { margin-top: 9px; color: var(--ink); background: transparent; border: 1px solid var(--line); }
.demo-button { margin-top: 9px; color: #0d110f; background: linear-gradient(180deg, #eef8d0 0%, #d8e8bf 45%, #cfe4a9 100%); border: 1px solid rgba(216, 232, 191, 0.9); box-shadow: 0 18px 36px rgba(216, 232, 191, 0.18), inset 0 1px 0 rgba(255,255,255,0.6); }
.primary-button:hover, .secondary-button:hover, .demo-button:hover { transform: translateY(-2px); }
.primary-button:hover { background: linear-gradient(180deg, #eff8d8 0%, #dfeec1 48%, #d5e7af 100%); box-shadow: 0 18px 42px rgba(216, 232, 191, 0.22); }
.secondary-button:hover { border-color: #737a76; background: rgba(255,255,255,.04); }
.demo-button:hover { box-shadow: 0 22px 40px rgba(216, 232, 191, 0.22), inset 0 1px 0 rgba(255,255,255,0.6); }
.message { min-height: 18px; margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.card-footer { display: flex; justify-content: space-between; margin-top: 19px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--dim); font-size: 10px; letter-spacing: .04em; }
.lock-mark { color: var(--lime); font-size: 15px; }
.hidden { display: none; }
.nav-account { color: var(--lime); font-size: 12px; font-weight: 700; text-decoration: none; }
.header-button { padding: 9px 13px; color: var(--ink); background: rgba(255, 255, 255, .018); border: 1px solid rgba(216, 232, 191, .12); border-radius: 9px; font-size: 12px; font-weight: 700; }
.header-button:hover, .header-button:focus-visible { border-color: rgba(216, 232, 191, .18); background: rgba(216, 232, 191, .06); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 0 1px rgba(216, 232, 191, .06); }
.account-hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 72px; align-items: end; padding: 86px 4vw 62px; }
.account-hero h1 { max-width: 620px; }
.account-hero h1 strong { color: var(--lime); font-weight: 700; }
.account-identity { display: inline-grid; gap: 6px; margin-top: 24px; padding: 12px 14px; border: 1px solid rgba(216, 232, 191, .2); border-radius: 10px; background: rgba(216, 232, 191, .045); }
.account-identity-label, .dashboard-strip-label { color: var(--dim); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.account-identity strong { color: var(--lime); font-size: 13px; font-weight: 600; }
.account-balance-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(216, 232, 191, .22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(46, 54, 47, .92), rgba(18, 20, 20, .98));
  box-shadow: 0 25px 60px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .04);
}
.account-balance-panel::before {
  content: "";
  position: absolute;
  inset: -20% 45% auto -22%;
  height: 180%;
  background: radial-gradient(circle, rgba(216, 232, 191, .2), transparent 60%);
  pointer-events: none;
}
.account-balance-panel strong { display: block; margin: 14px 0 3px; color: var(--lime); font-size: 64px; line-height: 1; letter-spacing: -.06em; }
.account-balance-panel small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.account-cta { margin-top: 24px; text-decoration: none; }
.account-dashboard-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; align-items: center; margin: 0 4vw 30px; padding: 16px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(216, 232, 191, .025); }
.account-dashboard-strip > div { display: grid; gap: 7px; min-width: 0; }
.account-dashboard-strip strong { color: var(--ink); font-size: 20px; font-weight: 600; }
.dashboard-billing-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; width: auto; min-width: 142px; margin: 0; padding: 0 13px; text-decoration: none; }
.account-prep { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; margin: 0 4vw 30px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prep-heading h2 { max-width: 390px; }
.prep-heading > p:last-child { max-width: 360px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.context-form { display: grid; gap: 9px; }
.context-form textarea { width: 100%; resize: vertical; padding: 13px 14px; color: var(--ink); background: rgba(10, 12, 12, .55); border: 1px solid var(--line); border-radius: 10px; outline: none; font: inherit; font-size: 13px; line-height: 1.5; }
.context-form textarea:focus { border-color: #79827d; background: rgba(10, 12, 12, .8); }
.prep-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
.prep-actions .primary-button, .prep-actions .secondary-button { margin-top: 9px; }
.prep-actions .account-cta.secondary-button { display: flex; align-items: center; justify-content: center; padding: 0 15px; text-align: center; }
.prep-actions .account-cta.secondary-button:disabled { cursor: not-allowed; opacity: .5; transform: none; }
.account-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; padding: 0 4vw 28px; }
.account-panel {
  padding: 30px;
  border: 1px solid rgba(216, 232, 191, .14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(25, 27, 27, .74), rgba(17, 20, 19, .92));
  box-shadow: 0 18px 48px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.03);
}
.account-panel-accent { background: linear-gradient(145deg, rgba(39, 47, 41, .9), rgba(23, 26, 24, .94)); }
.account-panel h2 { max-width: 360px; margin-bottom: 27px; }
.guide-list { display: grid; gap: 22px; }
.guide-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.guide-item > span { color: var(--lime); font-size: 12px; font-weight: 700; }
.guide-bullet { flex: 0 0 7px; width: 7px; height: 7px; margin-top: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(216, 232, 191, .08); }
.guide-item strong, .benefit-list strong { display: block; font-size: 14px; }
.guide-item p, .benefit-list span { display: block; margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.benefit-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.benefit-list li { padding-left: 17px; border-left: 2px solid rgba(216, 232, 191, .45); }
.account-billing { margin: 8px 4vw 30px; padding: 30px 0 0; }
.account-billing-header { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 20px; }
.account-billing-header h2 { max-width: 420px; }
.billing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.billing-plan {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(216, 232, 191, .18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(23, 26, 25, .9), rgba(17, 18, 18, .95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 14px 30px rgba(0,0,0,.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.billing-plan:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 232, 191, .36);
  box-shadow: 0 20px 44px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.04);
}
.billing-plan.featured { border-color: rgba(216, 232, 191, .42); background: linear-gradient(180deg, rgba(51, 59, 51, .92), rgba(18, 22, 20, 1)); box-shadow: 0 18px 42px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04); }
.billing-plan-label { color: var(--dim); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.billing-plan.featured .billing-plan-label { color: var(--lime); }
.billing-plan strong { margin-top: 18px; font-size: clamp(30px, 3vw, 42px); letter-spacing: -.06em; }
.billing-plan small { margin-top: 12px; color: var(--muted); line-height: 1.5; }
.billing-plan .plan-value { display: inline-block; margin-top: 18px; color: var(--lime); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.billing-plan .primary-button, .billing-plan .secondary-button { margin-top: auto; width: 100%; }
.account-next-step { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin: 0 4vw 30px; padding: 28px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.account-next-step h2 { max-width: 480px; }
.account-ready-copy { max-width: 520px; margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.site-footer a { color: var(--lime); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.account-next-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 190px; padding: 0 15px 0 18px; text-decoration: none; }
.account-next-button b { font-size: 19px; font-weight: 400; }
@media (max-width: 820px) {
	.account-hero, .account-grid, .account-prep { grid-template-columns: 1fr; gap: 22px; }
	.account-hero { padding-top: 52px; }
	.account-next-step { align-items: flex-start; flex-direction: column; }
	.prep-actions { grid-template-columns: 1fr; }
	.account-dashboard-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.live-card { width: min(680px, 100%); margin: 64px auto 0; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(34, 37, 36, .94), rgba(20, 22, 22, .96)); box-shadow: 0 25px 80px rgba(0, 0, 0, .3); }
.live-card.live-overlay {
  position: fixed;
	display: flex;
	flex-direction: column;
	top: 6vh;
	left: 50%;
	margin: 0;
	width: min(1100px, 72vw);
	height: min(88vh, 900px);
	max-height: none;
	transform: translateX(-50%);
	overflow: hidden;
  backdrop-filter: blur(10px);
  background: rgba(20, 22, 22, 0.82);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 55px rgba(0,0,0,0.35);
  z-index: 9999;
}
.live-card.live-overlay .live-header { cursor: move; user-select: none; }
.live-card.live-overlay .live-footer { flex-shrink: 0; }
.live-header, .live-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.live-footer-actions { display: flex; align-items: center; gap: 8px; }
.live-brief { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
.live-brief span { padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 11px; line-height: 1.35; background: rgba(0, 0, 0, .16); }
.live-state { color: var(--muted); font-size: 11px; white-space: nowrap; }
.live-section { margin-top: 25px; }
.section-label { display: block; margin-bottom: 8px; color: var(--dim); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.transcript-box, .answer-box { min-height: 64px; padding: 15px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); font-size: 14px; line-height: 1.6; white-space: pre-wrap; }
.transcript-box { background: rgba(0, 0, 0, .18); }
.answer-section { min-height: 220px; }
.answer-box { min-height: 180px; color: var(--ink); background: rgba(216, 232, 191, .055); font-size: 17px; }
.live-footer { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--dim); font-size: 11px; }
.live-footer .secondary-button { width: auto; min-width: 132px; padding: 0 16px; margin: 0; }
.coding-stop-button { display: none; }
.live-card.is-coding-session .coding-stop-button { display: inline-flex; align-items: center; justify-content: center; }
.browser-coding-live { display: grid; grid-template-rows: auto auto minmax(170px, 1fr) auto auto; gap: 11px; flex: 1; min-height: 0; margin-top: 22px; }
.browser-coding-live.hidden { display: none; }
@media (min-width: 601px) and (min-height: 650px) {
	.live-card.live-overlay.is-coding-session .browser-coding-live { grid-template-rows: minmax(68px, .55fr) minmax(76px, .7fr) minmax(250px, 3fr) minmax(58px, .45fr) minmax(62px, .55fr); }
}
.coding-live-transcript, .coding-live-section { min-width: 0; }
.coding-live-section { display: flex; flex-direction: column; gap: 6px; min-height: 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(0, 0, 0, .16); }
.coding-live-transcript .section-label, .coding-live-section .section-label { margin-bottom: 0; }
.coding-live-copy { color: var(--ink); font-size: 13px; line-height: 1.45; white-space: pre-wrap; }
.coding-live-output-section { background: rgba(10, 12, 12, .74); }
.coding-live-output { flex: 1; min-height: 0; margin: 0; padding: 12px; overflow: auto; border-radius: 7px; color: #e6eddc; background: rgba(0, 0, 0, .35); font-family: 'Cascadia Code', 'SFMono-Regular', Consolas, monospace; font-size: 12px; line-height: 1.5; tab-size: 2; white-space: pre; }
.balance-card { display: grid; gap: 5px; margin: 28px 0 12px; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.18); }
.balance-card span, .balance-card small { color: var(--muted); font-size: 12px; } .balance-card strong { font: 600 42px/1 'DM Sans', sans-serif; } .balance-card small { color: var(--dim); }
.dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
.dashboard-stat { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(0, 0, 0, .14); }
.dashboard-stat span, .dashboard-stat small { display: block; overflow: hidden; color: var(--dim); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-stat strong { display: block; margin: 7px 0 3px; color: var(--ink); font-size: 20px; font-weight: 600; }
.dashboard-insight { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.dashboard-review { margin-top: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(216, 232, 191, .055); }
.review-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.review-heading .section-label { margin: 0; }
.review-score { color: var(--lime); font-size: 10px; }
.dashboard-review > strong { display: block; margin-top: 13px; font-size: 14px; line-height: 1.35; }
.dashboard-review > p { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.text-button { margin-top: 11px; padding: 0; color: var(--lime); background: transparent; font-size: 11px; font-weight: 700; }
.text-button:hover { color: var(--ink); }
.workspace-mode { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; margin-top: 18px; padding: 3px; border: 1px solid var(--line); border-radius: 9px; background: rgba(0, 0, 0, .16); }
.workspace-mode-option { min-height: 38px; border: 0; border-radius: 6px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 700; }
.workspace-mode-option.is-active { color: #111513; background: var(--lime); }
.browser-coding-setup { display: grid; gap: 12px; margin-top: 16px; }
.browser-coding-setup.hidden { display: none; }
.browser-coding-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; }
.browser-coding-setup label { display: grid; gap: 7px; color: var(--dim); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.browser-coding-setup select, .browser-coding-setup textarea { width: 100%; color: var(--ink); background: rgba(10, 12, 12, .55); border: 1px solid var(--line); border-radius: 10px; outline: none; font: inherit; }
.browser-coding-setup select { min-height: 43px; padding: 0 11px; }
.browser-coding-setup textarea { resize: vertical; padding: 11px 12px; }
.browser-coding-setup select:focus, .browser-coding-setup textarea:focus { border-color: #79827d; background: rgba(10, 12, 12, .8); }
.browser-coding-source { min-height: 142px; font-family: 'Cascadia Code', 'SFMono-Regular', Consolas, monospace !important; font-size: 12px !important; line-height: 1.5; tab-size: 2; white-space: pre; }
.dashboard-card.is-coding-mode #practiceBtn, .dashboard-card.is-coding-mode .dashboard-review { display: none; }
.site-footer { display: flex; justify-content: space-between; padding: 18px 0 24px; color: var(--dim); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 820px) { .auth-layout { grid-template-columns: 1fr; gap: 44px; padding: 58px 0; } .intro-panel { max-width: 620px; } .auth-card, .dashboard-card, .live-card { max-width: 500px; width: 100%; } }
@media (max-width: 520px) { .page-shell { width: min(100% - 32px, 460px); } .topbar-note { display: none; } h1 { font-size: 48px; } .auth-card, .dashboard-card { padding: 24px; } .site-footer span:last-child { display: none; } }

@media (max-width: 600px) {
	.auth-layout { padding: 42px 0 64px; }
	.intro-demo { width: 100%; }
	.live-card.live-overlay {
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;
		width: 100vw;
		max-width: none;
		height: 100dvh;
		max-height: none;
		padding: calc(24px + env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));
		border: 0;
		border-radius: 0;
		transform: none;
		display: flex;
		flex-direction: column;
	}
	.live-card.live-overlay .answer-section { flex: 1; min-height: 0; overflow: hidden; }
	.live-card.live-overlay .answer-box { min-height: 0; height: 100%; overflow: hidden; }
	.live-card.live-overlay .browser-coding-live { grid-template-rows: auto auto minmax(120px, 1fr) auto auto; }
	.live-card.live-overlay .coding-live-output-section { min-height: 0; }
	.live-card.live-overlay .live-footer { margin-top: auto; }
	.browser-coding-grid { grid-template-columns: 1fr; }
	.live-footer { align-items: flex-end; }
	.live-footer-actions { flex-wrap: wrap; justify-content: flex-end; }
	.live-card.live-overlay.is-coding-session .live-footer { align-items: center; }
	.live-card.live-overlay.is-coding-session #liveEngine { display: none; }
	.live-card.live-overlay.is-coding-session .live-footer-actions { width: 100%; flex-wrap: nowrap; }
	.live-card.live-overlay.is-coding-session .live-footer .secondary-button { flex: 1; min-width: 0; padding: 0 10px; }
	.live-brief { grid-template-columns: 1fr; }
}

/* Landing page composition */
.topbar-actions { display: flex; align-items: center; gap: 14px; justify-content: flex-end; }
.site-nav { display: flex; gap: 12px; margin-left: auto; margin-right: 18px; }
.site-nav a, .nav-login, .nav-account, .header-button { color: var(--muted); font-size: 12px; text-decoration: none; border: 1px solid transparent; border-radius: 10px; background: transparent; transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease; }
.site-nav a, .nav-login, .nav-account { padding: 9px 13px; }
.site-nav a:hover, .site-nav a:focus-visible, .nav-login:hover, .nav-login:focus-visible, .nav-account:hover, .nav-account:focus-visible, .header-button:hover, .header-button:focus-visible { color: var(--ink); background: rgba(216, 232, 191, .06); border-color: rgba(216, 232, 191, .14); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 0 1px rgba(216, 232, 191, .06); transform: translateY(-1px); }
body.account-page {
  background:
    radial-gradient(circle at top left, rgba(216, 232, 191, 0.09), transparent 28%),
    radial-gradient(circle at bottom right, rgba(216, 232, 191, 0.06), transparent 22%),
    var(--black);
}
body.account-page .page-shell {
  padding-bottom: 16px;
}
body.account-page .topbar {
  background: rgba(17, 20, 19, 0.56);
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(216, 232, 191, 0.12);
}
.nav-login { color: var(--ink); background: rgba(255, 255, 255, .015); }
body.account-page .nav-login { background: rgba(216, 232, 191, .04); border-color: rgba(216, 232, 191, .12); }
.header-button { padding: 9px 13px; color: var(--ink); background: rgba(255, 255, 255, .018); border-color: rgba(216, 232, 191, .1); }
.nav-account { color: var(--lime); }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-line { width: 24px; height: 1px; background: var(--lime); }
h1 strong, h2 em { color: var(--lime); font-style: normal; font-weight: inherit; }
.hero-proof { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--dim); font-size: 12px; }
.proof-avatar { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #626a65; border-radius: 50%; color: var(--lime); font-size: 10px; font-weight: 700; }
.question-mixer { width: min(100%, 480px); margin-top: 42px; padding: 16px 17px 18px; border: 1px solid rgba(216, 232, 191, .18); border-radius: 12px; background: rgba(216, 232, 191, .045); overflow: hidden; }
.mixer-top, .mixer-answer-line { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.mixer-label, .mixer-answer-label { color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mixer-pulse { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--lime); vertical-align: 1px; animation: blink 1.1s ease-in-out infinite; }
.mixer-count { color: var(--dim); font-size: 10px; letter-spacing: .1em; }
.mixer-category { margin-top: 25px; color: #78857c; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.mixer-question { min-height: 43px; margin-top: 7px; color: var(--ink); font-size: 14px; line-height: 1.45; }
.mixer-answer-line { margin-top: 17px; padding-top: 12px; border-top: 1px solid var(--line); }
.mixer-typing { color: var(--dim); font-size: 10px; }
.mixer-answer { min-height: 38px; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.question-mixer.is-changing .mixer-question, .question-mixer.is-changing .mixer-answer { animation: mixerFade .34s ease both; }
@keyframes mixerFade { from { opacity: .15; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.mixer-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(35px, 7vw, 100px); align-items: center; padding: 86px 4vw; border-bottom: 1px solid var(--line); background: rgba(216, 232, 191, .035); }
.mixer-section-copy h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.02; }
.mixer-section-copy > p:last-child { max-width: 390px; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.mixer-section .question-mixer { width: 100%; max-width: 650px; margin: 0; min-height: 225px; padding: 22px 24px; background: rgba(10, 12, 12, .4); }
.mixer-section .mixer-question { max-width: 550px; font-size: 18px; }
.mixer-section .mixer-answer { max-width: 570px; font-size: 14px; }
.hero-preview { align-self: center; display: flex; flex-direction: column; width: 100%; max-width: 390px; min-height: 430px; height: max-content; padding: 20px; border: 1px solid rgba(216, 232, 191, .22); border-radius: 16px; background: linear-gradient(160deg, rgba(49, 57, 51, .88), rgba(17, 20, 19, .98)); box-shadow: 0 28px 75px rgba(0, 0, 0, .35); transform: rotate(2deg); }
.preview-top, .answer-heading, .preview-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-width: 0; flex-wrap: wrap; }
.preview-label { color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.preview-label, .preview-time, .answer-heading > span { min-width: 0; overflow-wrap: anywhere; }
.preview-label .status-pip { background: var(--lime); }
.preview-time, .answer-signal { color: var(--dim); font-size: 10px; letter-spacing: .08em; }
.preview-question { margin-top: 48px; }
.preview-caption { color: #77817a; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.preview-question p { margin-top: 11px; color: var(--ink); font-size: 19px; line-height: 1.35; overflow-wrap: anywhere; }
.preview-answer { margin-top: 28px; padding: 15px; border: 1px solid rgba(216, 232, 191, .18); border-radius: 10px; background: rgba(216, 232, 191, .08); }
.answer-signal { color: var(--lime); }
.preview-answer p { margin-top: 12px; color: #c0c9c0; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.answer-caret { width: 5px; height: 15px; margin-top: 13px; background: var(--lime); animation: blink 1.1s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .2; } }
.preview-footer { flex-wrap: wrap; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); color: var(--dim); font-size: 10px; }
.preview-footer span { min-width: 0; overflow-wrap: anywhere; }
.trust-strip { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--dim); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.content-section, .minutes-section, .faq-section { padding: 116px 4vw; border-bottom: 1px solid var(--line); }
.section-intro h2, .minutes-copy h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.02; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 55px; }
.step-card { min-height: 310px; padding: 23px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .025); overflow: hidden; }
.step-card-active { border-color: rgba(216, 232, 191, .32); background: rgba(216, 232, 191, .07); }
.step-number { color: var(--lime); font-size: 11px; letter-spacing: .12em; }
.step-card h3 { margin-top: 34px; font-size: 18px; font-weight: 600; }
.step-card p { max-width: 240px; margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.step-demo { position: relative; display: flex; flex-wrap: wrap; gap: 6px; min-height: 92px; margin-top: 22px; padding: 12px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 9px; background: rgba(0, 0, 0, .2); }
.demo-chip { padding: 6px 8px; border: 1px solid rgba(216, 232, 191, .25); border-radius: 5px; color: var(--ink); font-size: 10px; opacity: 0; transform: translateY(6px); animation: demoChipIn 5.6s ease-in-out infinite; }
.demo-chip:nth-child(2) { animation-delay: .35s; }
.demo-chip:nth-child(3) { animation-delay: .7s; }
.demo-chip-muted { color: var(--muted); border-color: var(--line); }
.demo-cursor { width: 1px; height: 14px; margin: 6px 0 0 2px; background: var(--lime); animation: demoCursor 5.6s ease-in-out infinite; }
@keyframes demoChipIn { 0%, 12% { opacity: 0; transform: translateY(6px); } 22%, 75% { opacity: 1; transform: translateY(0); } 88%, 100% { opacity: 0; transform: translateY(-4px); } }
@keyframes demoCursor { 0%, 20% { opacity: 0; } 25%, 78% { opacity: 1; } 88%, 100% { opacity: 0; } }
.transcript-demo, .answer-demo { display: block; }
.demo-label { display: block; color: var(--dim); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.demo-label-lime { color: var(--lime); }
.transcript-demo > strong, .answer-demo > strong { display: block; margin-top: 8px; color: var(--ink); font-size: 11px; line-height: 1.4; }
.demo-divider { display: block; width: 100%; height: 1px; margin: 12px 0 10px; background: var(--line); }
.demo-typing { overflow: hidden; width: 0; white-space: nowrap; animation: demoTyping 5.6s steps(28, end) infinite; }
@keyframes demoTyping { 0%, 38% { width: 0; opacity: 0; } 45%, 78% { width: 100%; opacity: 1; } 90%, 100% { width: 0; opacity: 0; } }
.answer-demo > p { max-width: none; margin-top: 8px; color: #f1f3ee; font-size: 11px; line-height: 1.45; opacity: 0; animation: demoAnswerIn 5.6s ease-in-out infinite; }
@keyframes demoAnswerIn { 0%, 48% { opacity: 0; transform: translateY(5px); } 58%, 80% { opacity: 1; transform: translateY(0); } 92%, 100% { opacity: 0; transform: translateY(-3px); } }
.minutes-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; background: rgba(216, 232, 191, .035); }
.minutes-copy > p:last-child { max-width: 320px; margin-top: 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.minutes-copy .pricing-note { max-width: 320px; margin-top: 12px; color: var(--dim); font-size: 11px; line-height: 1.5; }
.minute-value { display: inline-block; min-width: 2ch; color: var(--ink); text-align: center; font-variant-numeric: tabular-nums; transition: color .2s ease; }
.minute-value.is-changing { animation: minuteValueChange .3s cubic-bezier(.22, .8, .28, 1) both; }
@keyframes minuteValueChange { 0% { opacity: .35; transform: translateY(3px); } 55% { opacity: 1; transform: translateY(-1px); } 100% { opacity: 1; transform: translateY(0); } }
.landing-pricing { margin-top: 0; }
.landing-pricing .price-option { display: flex; flex-direction: column; align-items: flex-start; min-height: 290px; padding: 22px; border: 1px solid rgba(216, 232, 191, .15); border-radius: 18px; background: linear-gradient(180deg, rgba(26, 28, 27, .85), rgba(18, 18, 18, .9)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); }
.landing-pricing .price-option strong { margin-top: 35px; font-size: 38px; }
.landing-pricing .price-option strong small { font-size: 12px; font-weight: 400; }
.landing-pricing .price-option > small { min-height: 32px; margin-top: 8px; }
.session-equivalent { display: block; min-height: 17px; margin-top: 5px; color: var(--lime); font-size: 10px; font-style: normal; }
.landing-pricing .price-option b { margin-top: auto; font-size: 20px; }
.landing-pricing .price-option button { margin-top: 16px; }
.landing-pricing .primary-button, .landing-pricing .secondary-button { min-height: 40px; padding: 0 13px; font-size: 11px; }
.demo-complete-card { width: min(100%, 900px); margin: 42px auto 0; padding: 28px 26px 24px; border: 1px solid rgba(216, 232, 191, .2); border-radius: 24px; background: linear-gradient(145deg, rgba(45, 54, 49, .92), rgba(17, 19, 18, .96)); box-shadow: 0 22px 60px rgba(0, 0, 0, .22); }
.demo-complete-card .pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.demo-complete-card .price-option { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 182px; padding: 20px 18px 18px; border: 1px solid rgba(216, 232, 191, .16); border-radius: 16px; background: rgba(255, 255, 255, .02); }
.demo-complete-card .price-option strong { margin-top: 18px; font-size: 34px; letter-spacing: -.05em; }
.demo-complete-card .price-option small { margin-top: 10px; color: var(--muted); line-height: 1.5; }
.demo-complete-card .price-option-featured { border-color: rgba(216, 232, 191, .4); background: linear-gradient(180deg, rgba(216, 232, 191, .08), rgba(14, 18, 17, .92)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 14px 34px rgba(0, 0, 0, .12); }
.demo-complete-card .price-option span { color: var(--dim); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.demo-complete-card .price-option-featured span { color: var(--lime); }
.demo-complete-card .secondary-button { margin-top: 18px; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-list details { padding: 18px 0; border-top: 1px solid var(--line); transition: background-color .22s ease, border-color .22s ease, transform .22s ease; scroll-margin-top: 24px; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list details:hover { background: rgba(216, 232, 191, .02); }
.faq-list details.is-active { background: rgba(216, 232, 191, .025); }
.faq-list details[open] { animation: faqOpenLift .42s cubic-bezier(.22, 1, .36, 1); }
@keyframes faqOpenLift {
  0% { transform: translateY(4px); opacity: .96; }
  45% { transform: translateY(-3px); }
  100% { transform: translateY(0); opacity: 1; }
}
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 0; padding: 8px 10px; border-radius: 10px; cursor: pointer; list-style: none; color: var(--ink); font-size: 16px; font-weight: 600; transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.faq-list summary:hover { background: rgba(216, 232, 191, .04); box-shadow: inset 0 0 0 1px rgba(216, 232, 191, .04); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span:first-child { color: var(--ink); transition: color .2s ease, text-shadow .2s ease, transform .2s ease; }
.faq-list summary:hover > span:first-child { color: var(--lime); text-shadow: 0 0 18px rgba(216, 232, 191, .2); transform: translateX(1px); }
.faq-list summary > span:last-child { color: var(--lime); font-size: 20px; font-weight: 400; line-height: .7; opacity: .8; transition: transform .25s ease, opacity .25s ease, color .25s ease; }
.faq-list summary:hover > span:last-child { opacity: 1; }
.faq-list details[open] summary > span:last-child { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; max-height: 180px; margin-top: 13px; padding: 0 10px 0 10px; overflow: hidden; color: #f1f3ee; font-size: 16px; line-height: 1.65; opacity: 1; transition: max-height .24s ease, margin-top .24s ease, opacity .18s ease; }
.faq-list details:not([open]) p { max-height: 0; margin-top: 0; opacity: 0; }

@media (min-width: 821px) {
	.auth-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); grid-template-areas: "intro proof" "auth auth"; gap: 72px clamp(38px, 6vw, 92px); align-items: center; }
	.intro-panel { grid-area: intro; align-self: center; }
	.hero-answer-proof { grid-area: proof; align-self: center; min-width: 0; }
	.auth-card, .dashboard-card, .live-card, .demo-complete-card { grid-area: auth; align-self: center; }
	.hero-answer-proof.answer-proof-section { display: grid; grid-template-columns: 1fr; gap: 24px; margin: 0; padding: 0; border: 0; background: transparent; }
}

@media (max-width: 1020px) {
	.site-nav { display: none; }
	.auth-layout { grid-template-columns: 1fr; grid-template-areas: "intro" "proof" "auth"; gap: 44px; }
	.hero-preview { grid-column: 1 / -1; grid-row: 2; justify-self: center; max-width: 520px; transform: rotate(1deg); }
	.auth-card { grid-column: 2; grid-row: 1; }
	.intro-panel { grid-column: 1; grid-row: 1; }
}

@media (max-width: 820px) {
	.topbar-actions { gap: 0; }
	.topbar-note { display: none; }
	.auth-layout { display: flex; flex-direction: column; gap: 34px; }
	.intro-panel, .auth-card, .hero-preview { grid-column: auto; grid-row: auto; }
	.hero-answer-proof.answer-proof-section { display: grid; gap: 28px; margin: 0; padding: 0; border: 0; background: transparent; }
	.hero-preview { width: min(100%, 500px); }
	.question-mixer { max-width: 500px; }
	.mixer-section { grid-template-columns: 1fr; gap: 35px; padding: 80px 0; }
	.mixer-section .question-mixer { max-width: none; }
	.content-section, .minutes-section, .faq-section { padding: 80px 0; }
	.steps-grid, .minutes-section, .faq-section { grid-template-columns: 1fr; }
	.steps-grid { gap: 10px; margin-top: 35px; }
	.step-card { min-height: 170px; }
	.step-card h3 { margin-top: 32px; }
	.landing-pricing { margin-top: 5px; }
	.answer-proof-section, .problem-section, .engine-section { grid-template-columns: 1fr; gap: 42px; padding: 76px 0; }
	.context-section { grid-template-columns: 1fr; gap: 1px; }
	.context-story { min-height: 0; padding: 72px 8vw; }
	.memory-chain { grid-template-columns: 1fr; gap: 9px; }
	.memory-chain > b { transform: rotate(90deg); justify-self: center; }
	.engine-pipeline { grid-template-columns: 1fr; gap: 8px; }
	.engine-pipeline > i { justify-self: center; transform: rotate(90deg); }
	.final-cta-section { align-items: flex-start; flex-direction: column; padding: 76px 0; }
	.final-cta-section .primary-button { width: min(280px, 100%); }
}

@media (max-width: 520px) {
	.topbar { padding: 20px 0; }
	.nav-login { font-size: 11px; }
	.auth-layout { padding: 55px 0 72px; }
	.hero-preview { min-height: 380px; height: max-content; padding: 17px; }
	.question-mixer { margin-top: 34px; }
	.mixer-section .question-mixer { margin-top: 0; padding: 18px; }
	.preview-question { margin-top: 35px; }
	.preview-question p { font-size: 17px; }
	.trust-strip { justify-content: flex-start; gap: 14px; overflow: hidden; white-space: nowrap; font-size: 9px; }
	.content-section, .minutes-section, .faq-section { padding: 68px 0; }
	.section-intro h2, .minutes-copy h2 { font-size: 38px; }
}
