#next-scene {
  --thought-ink: #020304;
  --thought-paper: #e5e8ec;
  --thought-muted: #9ba5b2;
  --thought-sapphire: #839bdc;
  --thought-line: #3b4966;
  min-height: 620px;
  overflow: clip;
  background: var(--thought-ink);
}
.thought-space {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  opacity: var(--thought-reveal, 0);
  transform: translate3d(0,calc((1 - var(--thought-reveal, 0)) * 6svh),0);
  background: radial-gradient(ellipse at 50% 44%, #0c111a55, transparent 62%);
}
.thought-eyebrow {
  position: absolute;
  top: max(28px,env(safe-area-inset-top));
  left: 5%;
  z-index: 6;
  margin: 0;
  color: var(--thought-muted);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  pointer-events: none;
}
.thought-field,.thought-connections { position: absolute; inset: 0; width: 100%; height: 100%; }
.thought-field { z-index: 2; }
.thought-connections { z-index: 1; pointer-events: none; }
.thought-connections > path { fill: none; stroke: #6887bb; stroke-width: 1.2; stroke-dasharray: 5 5; }
.thought-connections marker path { fill: none; stroke: #8eabe0; stroke-width: 1.6; }
[data-mode=organized] .system-node .thought-skin polygon { fill: #101823; stroke: #64799d; }
[data-mode=organized] .system-node .thought-contents { clip-path: none !important; padding: 12% 10%; }
[data-mode=organized] .system-node .thought-label { color: #8ca6d3; }
[data-mode=organized] .system-node .thought-text { font-family: Arial,Helvetica,sans-serif; font-size: 17px; line-height: 1.35; white-space: pre-line; letter-spacing: -.015em; color: #dde5f2; }
[data-mode=organized] .system-node .thought-reply { display: none; }
@media(max-width:700px) {
  [data-mode=organized] .system-node .thought-label { font-size: 7px; margin-bottom: 5px; }
  [data-mode=organized] .system-node .thought-text { font-size: 11px; }
}
.thought-fragment {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  color: #b9c2d0;
  will-change: transform;
  transform-origin: center;
  -webkit-tap-highlight-color: transparent;
  transition: filter .25s;
}
.thought-skin { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.thought-skin polygon { fill: #0c0f14; stroke: #3e4653; stroke-width: .85; vector-effect: non-scaling-stroke; }
.thought-fragment:nth-child(3n+1) .thought-skin polygon { fill: #0b0d10; }
.thought-fragment:nth-child(4n+2) .thought-skin polygon { fill: #11141b; }
.thought-contents { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 15% 13%; overflow: hidden; }
.thought-label { display: block; color: #7f8a9d; font: 8px/1.3 'Courier New',monospace; letter-spacing: .065em; text-transform: uppercase; margin-bottom: 9px; white-space: nowrap; }
.thought-text { display: block; margin: 0; font: 12px/1.55 'Courier New',monospace; letter-spacing: -.025em; white-space: pre; }
.thought-question .thought-text { font-family: Arial,Helvetica,sans-serif; font-size: 23px; font-weight: 400; line-height: 1.17; letter-spacing: -.04em; }
.thought-note .thought-text { font-family: Georgia,'Times New Roman',serif; font-size: 23px; line-height: 1.18; }
.thought-type .thought-text { font-size: 15px; }
.thought-diagram .thought-text { color: #8393ab; font-size: 14px; }
.thought-missing { color: #6889d7; }
.thought-reply { display: block; margin-top: 7px; color: #899fd5; font: 8px/1.4 Arial,Helvetica,sans-serif; white-space: nowrap; opacity: 0; transition: opacity .35s; }
.thought-reply:empty { display: none; }
.thought-fragment[data-completed=true] .thought-label { color: var(--thought-sapphire); }
.thought-fragment[data-completed=true] .thought-missing { color: #a4baf1; text-shadow: 0 0 10px #769bdb44; }
.thought-fragment:hover,.thought-fragment[aria-pressed=true],.thought-fragment:focus-visible { color: #e0e8f5; filter: drop-shadow(0 0 9px #47609225); }
.thought-fragment:hover .thought-skin polygon,.thought-fragment[aria-pressed=true] .thought-skin polygon,.thought-fragment:focus-visible .thought-skin polygon { fill: #121925; stroke: #91a8dd; }
.thought-fragment:focus-visible { outline: 1px solid var(--thought-sapphire); outline-offset: 6px; }
.thought-center {
  --core-size: clamp(370px,34vw,455px);
  position: absolute;
  width: var(--core-size);
  height: var(--core-size);
  left: 50%;
  top: 49%;
  transform: translate(-50%,-50%);
  z-index: 4;
  pointer-events: none;
  transition: top .8s ease;
}
.thought-space[data-mode=organized] .thought-center { top: 45%; }
.thought-core {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 31px 45px;
  border: 1px solid #414e6190;
  border-radius: 50%;
  background: radial-gradient(ellipse at 42% 23%,#101722,#05070b 53%,#020304 85%);
  box-shadow: 0 0 45px 22px #020304df,inset 0 0 45px #0008;
  text-align: center;
  color: var(--thought-paper);
  pointer-events: auto;
}
.thought-core::after { content: ''; position: absolute; inset: 7px; border: 1px solid #76829512; border-radius: inherit; }
.thought-core h2 { margin: 0 0 5px; font-size: clamp(64px,6vw,84px); line-height: 1; font-weight: 400; letter-spacing: -.075em; }
.thought-core .brand-x { color: var(--thought-sapphire); }
.thought-bio strong { font-weight: 500; color: #dce4ef; }
.thought-companion { margin: 13px 0 0; color: #a0acbd; font-size: 11px; line-height: 1.6; }
.thought-companion span { color: var(--thought-sapphire); }
.thought-statement { margin: 8px 0 22px; color: #cbd2dc; font-size: 16px; letter-spacing: -.01em; }
.thought-bio { margin: 0; max-width: 330px; color: #b5bfcb; font-size: 12.5px; line-height: 1.65; }
.thought-bio span { color: var(--thought-sapphire); }
.thought-invitation { margin: 17px 0 0; color: #7e8b9e; font-size: 10px; line-height: 1.65; }
.organize-thoughts {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 13px;
  align-items: center;
  width: 244px;
  min-height: 58px;
  padding: 10px 18px;
  background: #050911f2;
  border: 1px solid #344a7455;
  border-radius: 40px;
  color: var(--thought-sapphire);
  text-align: left;
  pointer-events: auto;
  transition: border-color .2s,background .2s;
}
.organize-thoughts:hover { background: #0c1322; border-color: #6b84b5; }
.organize-thoughts:active { background: #111d32; }
.organize-thoughts small { display: block; margin-bottom: 5px; font-size: 8px; letter-spacing: .09em; color: #758bb8; }
[data-organize-label] { display: block; font-size: 13px; }
.organize-icon { position: relative; display: block; width: 25px; height: 25px; flex-shrink: 0; }
.organize-icon i { position: absolute; width: 8px; height: 8px; border: 1px solid #7894d0; border-radius: 1px; transition: transform .6s; }
.organize-icon i:nth-child(1) { left: 1px; top: 0; transform: rotate(-22deg); }
.organize-icon i:nth-child(2) { right: 0; top: 2px; transform: rotate(16deg); }
.organize-icon i:nth-child(3) { left: 2px; bottom: 0; transform: rotate(17deg); }
.organize-icon i:nth-child(4) { right: 1px; bottom: 2px; transform: rotate(-14deg); }
[data-mode=organized] .organize-icon i { transform: rotate(0); }
.thought-help { position: absolute; bottom: 16px; left: 0; right: 0; z-index: 5; margin: 0; text-align: center; color: #657080; font-size: 9px; pointer-events: none; }
@media(max-width:900px) and (min-width:701px) {
  .thought-text { font-size: 10px; }
  .thought-question .thought-text,.thought-note .thought-text { font-size: 18px; }
  .thought-core { padding: 28px 37px; }
  .thought-bio { font-size: 12px; }
  .thought-statement { margin-bottom: 14px; }
}
@media(max-width:700px) {
  #next-scene { min-height: 780px; }
  .thought-eyebrow { font-size: 8px; top: max(25px,env(safe-area-inset-top)); left: 6%; }
  .thought-center { --core-size: min(88vw,350px); top: 53%; }
  .thought-space[data-mode=organized] .thought-center { top: 49%; }
  .thought-core { padding: 22px 29px; box-shadow: 0 0 27px 12px #020304ee,inset 0 0 35px #0008; }
  .thought-core h2 { font-size: 56px; margin-bottom: 3px; }
  .thought-statement { font-size: 13px; margin: 6px 0 11px; }
  .thought-bio { font-size: 11px; line-height: 1.6; }
  .thought-companion { margin-top: 10px; font-size: 9px; line-height: 1.5; }
  .thought-invitation { font-size: 8px; margin-top: 13px; }
  .thought-label { font-size: 6px; margin-bottom: 5px; }
  .thought-text { font-size: 8px; line-height: 1.4; }
  .thought-question .thought-text,.thought-note .thought-text { font-size: 14px; line-height: 1.13; }
  .thought-type .thought-text,.thought-diagram .thought-text { font-size: 9px; }
  .thought-reply { font-size: 6px; margin-top: 4px; }
  .organize-thoughts { width: 220px; min-height: 53px; top: calc(100% + 11px); gap: 12px; }
  [data-organize-label] { font-size: 12px; }
  .thought-help { bottom: 9px; font-size: 8px; }
}
@media(max-width:360px) {
  .thought-center { --core-size: 90vw; }
  .thought-core { padding: 18px 25px; }
  .thought-core h2 { font-size: 48px; }
  .thought-statement { margin-bottom: 9px; font-size: 12px; }
  .thought-bio { font-size: 9.5px; line-height: 1.5; }
  .thought-companion { font-size: 8.3px; line-height: 1.45; }
  .thought-invitation { font-size: 7.5px; margin-top: 10px; }
}
@media(prefers-reduced-motion:reduce) {
  .thought-space { transform: none; }
  .thought-space,.thought-center,.organize-icon i,.thought-fragment { transition: none; }
}
