.ttp { --ttp-blue: #38bdf8; }
.ttp-wrap { width: min(100% - 48px, 1240px); margin-inline: auto; }
.ttp-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; padding-block: 88px 80px; }
.ttp-eyebrow { color: var(--muted); font-size: .875rem; margin-bottom: 24px; }
.ttp-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--ttp-blue); margin: 0 8px 2px 0; }
.ttp-hero h1 { font-size: clamp(6rem, 10.5vw, 10rem); line-height: .95; letter-spacing: -.075em; margin: 0 0 24px -5px; }
.ttp-hero__headline { font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; color: var(--text); }
.ttp-hero__description { color: var(--muted); max-width: 460px; margin-block: 24px 28px; font-size: 1.0625rem; line-height: 1.7; }
.ttp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.ttp-actions .btn { min-height: 46px; padding-inline: 24px; }
.ttp-text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; font-size: .9375rem; color: var(--text); }
.ttp-hero__note { margin-top: 22px; font-size: .75rem; color: var(--muted); }
.ttp-hero__art { position: relative; isolation: isolate; }
.ttp-hero__art::before { content: ''; position: absolute; z-index: -1; inset: 12% -5%; background: radial-gradient(ellipse, #0878c223, transparent 68%); }
.ttp-hero__art img { display: block; width: 100%; height: auto; }
.ttp-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); padding-block: 28px; }
.ttp-facts > div { padding-inline: 32px; border-left: 1px solid var(--line); display: grid; gap: 5px; }
.ttp-facts > div:first-child { padding-left: 0; border-left: 0; }
.ttp-facts__value { font-size: 1.25rem; color: var(--text); letter-spacing: -.025em; }
.ttp-facts div > span:last-child { color: var(--muted); font-size: .8125rem; }
.ttp-section { padding-block: 96px; }
.ttp-section + .ttp-section { border-top: 1px solid var(--line); }
.ttp-section h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.ttp-intro, .ttp-questions { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.ttp-prose { color: var(--muted); font-size: 1.125rem; }
.ttp-prose p + p { margin-top: 20px; }
.ttp-prose a { margin-top: 20px; }
.ttp-report { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 72px; }
.ttp-report__description { color: var(--muted); font-size: 1.0625rem; line-height: 1.75; max-width: 48ch; margin-top: 24px; }
.ttp-report__description + .ttp-report__description { margin-top: 16px; }
.ttp-report__scope { margin-block: 28px 18px; }
.ttp-report .ttp-caption { max-width: 62ch; }
.ttp-section__head { max-width: 750px; margin-bottom: 48px; }
.ttp-section__head > p:last-child { color: var(--muted); margin-top: 20px; font-size: 1.0625rem; }
.ttp-model { border: 1px solid var(--line); border-radius: 24px; background: var(--bg-soft); display: grid; grid-template-columns: .85fr 1.15fr; overflow: clip; }
.ttp-model__source { padding: 40px; background: linear-gradient(145deg, #0a192b, var(--bg-soft)); border-right: 1px solid var(--line); }
.ttp-label { display: block; color: var(--muted); font-size: .8125rem; margin-bottom: 16px; }
.ttp-model h3 { font-size: 1.375rem; margin-bottom: 14px; }
.ttp-model p { color: var(--muted); font-size: .9375rem; }
.ttp-model__flow { display: grid; gap: 10px; margin-top: 32px; font-size: .875rem; }
.ttp-model__flow > span:nth-child(even) { color: var(--ttp-blue); }
.ttp-model__flow strong { font-weight: 500; }
.ttp-allocation { padding: 38px; display: grid; grid-template-columns: 110px 1fr; gap: 22px; align-items: start; }
.ttp-allocation + .ttp-allocation { border-top: 1px solid var(--line); }
.ttp-allocation__number { font-size: 3.75rem; line-height: 1; letter-spacing: -.055em; color: var(--ttp-blue); }
.ttp-allocation__number span { font-size: 1.5rem; padding-left: 2px; }
.ttp-allocation p strong { display: block; margin-top: 10px; color: var(--text); font-weight: 500; }
.ttp-caption { color: var(--muted); font-size: .8125rem; max-width: 920px; margin-top: 24px; line-height: 1.7; }
.ttp-roadmap { list-style: none; }
.ttp-roadmap li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding-block: 32px; border-top: 1px solid var(--line); }
.ttp-roadmap__step { color: var(--ttp-blue); font-size: 1.25rem; }
.ttp-roadmap .ttp-label { margin-bottom: 10px; }
.ttp-roadmap h3 { margin-bottom: 14px; }
.ttp-roadmap p { max-width: 800px; color: var(--muted); font-size: 1rem; }
.ttp-roadmap p + p { margin-top: 12px; }
.ttp-faq details { border-bottom: 1px solid var(--line); }
.ttp-faq details:first-child { border-top: 1px solid var(--line); }
.ttp-faq summary { cursor: pointer; min-height: 64px; padding-block: 20px; display: flex; gap: 20px; justify-content: space-between; align-items: center; list-style: none; font-size: 1rem; line-height: 1.5; }
.ttp-faq summary::-webkit-details-marker { display: none; }
.ttp-faq summary span { color: var(--muted); font-size: 1.5rem; flex: none; }
.ttp-faq details[open] summary span { transform: rotate(45deg); }
.ttp-faq details p { padding: 0 24px 24px 0; color: var(--muted); font-size: .9375rem; }
.ttp-safety { display: flex; gap: 24px; align-items: start; padding: 28px 32px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-soft); }
.ttp-safety__icon { flex: none; border: 1px solid var(--line-strong); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: var(--ttp-blue); }
.ttp-safety h2 { font-size: 1.125rem; margin-bottom: 8px; }
.ttp-safety p { font-size: .875rem; color: var(--muted); max-width: 960px; }
.ttp-disclaimer { padding-block: 28px 64px; color: var(--muted); font-size: .75rem; }
.ttp-disclaimer p { max-width: 960px; }
.ttp-disclaimer p + p { margin-top: 16px; }
.ttp-official { padding: 28px; margin-bottom: 36px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-soft); }
.ttp-official h2 { font-size: 1.5rem; margin-bottom: 16px; }
.ttp-address { overflow-wrap: anywhere; font-family: var(--font-sans); }
.ttp-official .ttp-actions { margin-top: 16px; }
.ttp-official p { color: var(--muted); }
@media (hover: hover) and (pointer: fine) { .ttp-text-link:hover { color: var(--ttp-blue); } }
@media (max-width: 1000px) {
  .ttp-report { gap: 32px; }
  .ttp-hero { padding-block: 64px; gap: 20px; }
  .ttp-intro, .ttp-questions { gap: 40px; }
  .ttp-model__source, .ttp-allocation { padding: 28px; }
  .ttp-allocation { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 700px) {
  .ttp-report { grid-template-columns: 1fr; gap: 24px; }
  .ttp-report .performance-feature__paper, .ttp-report .performance-feature__edition { max-width: 260px; }
  .ttp-report .btn { width: 100%; }
  .ttp-hero { grid-template-columns: 1fr; text-align: center; padding-block: 48px 40px; gap: 12px; }
  .ttp-hero__copy { display: contents; }
  .ttp-hero .ttp-eyebrow { grid-row: 1; margin-bottom: 4px; font-size: .75rem; }
  .ttp-hero h1 { grid-row: 2; margin: 0; font-size: 6rem; }
  .ttp-hero__art { grid-row: 3; width: min(88%, 340px); margin-inline: auto; }
  .ttp-hero__headline { font-size: 2rem; }
  .ttp-hero__headline br { display: none; }
  .ttp-hero__headline br::after { content: ' '; }
  .ttp-hero__description { margin: 6px auto 12px; font-size: 1rem; }
  .ttp-actions { justify-content: center; }
  .ttp-hero__note { margin-top: 8px; }
  .ttp-facts { grid-template-columns: 1fr; padding: 0; }
  .ttp-facts > div, .ttp-facts > div:first-child { padding: 18px 0; border-left: 0; }
  .ttp-facts > div + div { border-top: 1px solid var(--line); }
  .ttp-section { padding-block: 64px; }
  .ttp-intro, .ttp-questions, .ttp-model { grid-template-columns: 1fr; gap: 32px; }
  .ttp-model { gap: 0; }
  .ttp-model__source { border-right: 0; border-bottom: 1px solid var(--line); }
  .ttp-allocation { grid-template-columns: 84px 1fr; gap: 18px; }
  .ttp-allocation__number { font-size: 3rem; }
  .ttp-section__head { margin-bottom: 32px; }
  .ttp-roadmap li { grid-template-columns: 32px 1fr; gap: 16px; }
  .ttp-safety { gap: 16px; padding: 24px; }
  .ttp-official .ttp-actions { justify-content: flex-start; }
}
@media (max-width: 390px) { .ttp-allocation { grid-template-columns: 1fr; } }

/* Distribution and participation are flows, not fabricated supply charts. */
.ttp-launch { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 36px; }
.ttp-launch .ttp-eyebrow { margin-bottom: 16px; }
.ttp-launch .ttp-caption { margin-top: 16px; }
.ttp-buy-steps { list-style: none; counter-reset: buy; display: grid; gap: 20px; }
.ttp-buy-steps li { counter-increment: buy; position: relative; padding-left: 38px; }
.ttp-buy-steps li::before { content: counter(buy, decimal-leading-zero); position: absolute; left: 0; top: 2px; color: var(--ttp-blue); font-size: .75rem; }
.ttp-buy-steps strong, .ttp-buy-steps span { display: block; font-size: .875rem; }
.ttp-buy-steps span { color: var(--muted); margin-top: 4px; }
.ttp-diagram { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: radial-gradient(ellipse at top left, #0d31534d, transparent 65%), var(--bg-soft); }
.ttp-diagram__heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 28px; }
.ttp-diagram__heading .ttp-label { margin: 0; }
.ttp-status { display: inline-block; color: #b7c8db; font-size: .6875rem; border: 1px solid #304356; border-radius: 100px; padding: 5px 10px; }
.ttp-flow { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; align-items: center; }
.ttp-flow--four { grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr; }
.ttp-flow__node { min-width: 0; min-height: 162px; padding: 24px; background: #09111d; border: 1px solid #25364a; border-radius: 12px; }
.ttp-flow__node span, .ttp-flow__node strong, .ttp-flow__node small { display: block; }
.ttp-flow__node span { color: var(--ttp-blue); font-size: .6875rem; margin-bottom: 16px; }
.ttp-flow__node strong { font-size: 1.125rem; font-weight: 500; line-height: 1.3; }
.ttp-flow__node small { color: var(--muted); font-size: .75rem; line-height: 1.6; margin-top: 8px; }
.ttp-flow__line { position: relative; height: 1px; background: #2c526d; overflow: hidden; }
.ttp-flow__line::after { content: ''; position: absolute; width: 12px; height: 1px; left: -12px; background: #7cdbff; animation: ttp-transit 3.6s linear infinite; animation-play-state: paused; }
[data-flow].is-running .ttp-flow__line::after { animation-play-state: running; }
.ttp-flow__line:nth-child(4)::after { animation-delay: 1.2s; }
.ttp-flow__line:nth-child(6)::after { animation-delay: 2.4s; }
.ttp-diagram__foot { display: grid; gap: 8px; padding-top: 24px; margin-top: 28px; border-top: 1px solid var(--line); font-size: .875rem; }
.ttp-diagram__foot strong { font-weight: 500; }
.ttp-diagram__foot span { color: var(--muted); font-size: .8125rem; }
.ttp-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 40px; }
.ttp-principles h3 { font-size: 1.25rem; margin-bottom: 14px; }
.ttp-principles p { color: var(--muted); font-size: .9375rem; line-height: 1.75; }
.ttp-principles + .ttp-text-link { margin-top: 24px; }
.ttp-paper-link { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 40px; background: linear-gradient(120deg, #0c2338, #09111b); border: 1px solid #263b50; border-radius: 24px; }
.ttp-paper-link h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin-bottom: 16px; }
.ttp-paper-link p:last-child { color: var(--muted); max-width: 600px; }
.ttp-paper-link .btn { flex-shrink: 0; }
.ttp-strategy-flow > span:nth-child(even) { animation: ttp-signal 3s ease-in-out infinite; animation-play-state: paused; }
[data-flow].is-running .ttp-strategy-flow > span:nth-child(even) { animation-play-state: running; }
@keyframes ttp-transit { to { left: 100%; } }
@keyframes ttp-signal { 50% { opacity: .3; } }
@media (max-width: 1000px) { .ttp-flow__node { padding: 18px; } .ttp-flow--four { grid-template-columns: 1fr; gap: 0; } .ttp-flow--four .ttp-flow__line { height: 24px; width: 1px; margin-left: 32px; } .ttp-flow--four .ttp-flow__line::after { display: none; } .ttp-flow--four .ttp-flow__node { min-height: auto; } .ttp-paper-link { align-items: flex-start; flex-direction: column; } }
@media (max-width: 700px) { .ttp-launch { grid-template-columns: 1fr; gap: 32px; padding: 24px; } .ttp-flow { grid-template-columns: 1fr; } .ttp-flow__node { min-height: auto; } .ttp-flow__line { height: 24px; width: 1px; margin-left: 32px; } .ttp-flow__line::after { display: none; } .ttp-diagram { padding: 24px; } .ttp-principles { grid-template-columns: 1fr; gap: 28px; } .ttp-paper-link { padding: 28px; } }
@media (prefers-reduced-motion: reduce) { .ttp-flow__line::after, .ttp-strategy-flow > span:nth-child(even) { animation: none; } }
