.analysis-2026 {
  --analysis-bg: #020e17;
  --analysis-card: rgba(7, 30, 45, .88);
  --analysis-card-strong: #082638;
  --analysis-line: rgba(125, 230, 224, .15);
  --analysis-line-strong: rgba(125, 230, 224, .32);
  --analysis-teal: #32dcc5;
  --analysis-teal-soft: #83f3e4;
  --analysis-sky: #61cfff;
  --analysis-gold: #e6c36d;
  --analysis-red: #ff7180;
  --analysis-green: #52dea4;
  --analysis-text: #effdff;
  --analysis-muted: #9fc2cc;
  background:
    radial-gradient(circle at 82% 2%, rgba(50, 220, 197, .09), transparent 30rem),
    radial-gradient(circle at 10% 40%, rgba(97, 207, 255, .055), transparent 35rem),
    var(--analysis-bg);
}

.analysis-2026 main {
  overflow: hidden;
}

.analysis-2026 .analysis-shell {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.analysis-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--analysis-line);
}

#analysisAmbientCanvas,
.analysis-hero-grid,
.analysis-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#analysisAmbientCanvas {
  width: 100%;
  height: 100%;
  z-index: -4;
  opacity: .72;
}

.analysis-hero-grid {
  z-index: -3;
  opacity: .48;
  background-image:
    linear-gradient(rgba(97, 207, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 207, 255, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28%, #000 72%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 72%, transparent);
}

.analysis-hero-glow {
  z-index: -2;
  border-radius: 50%;
  filter: blur(50px);
  opacity: .2;
}

.analysis-hero-glow.glow-a {
  width: 500px;
  height: 500px;
  inset: -180px 48% auto auto;
  background: var(--analysis-teal);
}

.analysis-hero-glow.glow-b {
  width: 380px;
  height: 380px;
  inset: auto auto -180px 4%;
  background: var(--analysis-sky);
  opacity: .12;
}

.analysis-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 14, 23, .98) 0%, rgba(2, 14, 23, .72) 46%, rgba(2, 14, 23, .18) 100%),
    linear-gradient(180deg, transparent 55%, var(--analysis-bg));
}

.analysis-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .7fr);
  align-items: center;
  gap: clamp(46px, 7vw, 100px);
  padding-block: 88px 100px;
}

.analysis-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--analysis-teal-soft);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.analysis-eyebrow {
  padding: 8px 13px;
  border: 1px solid var(--analysis-line-strong);
  border-radius: 999px;
  background: rgba(50, 220, 197, .06);
}

.eyebrow-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--analysis-green);
  box-shadow: 0 0 0 0 rgba(82, 222, 164, .48);
  animation: analysisPulse 2s infinite;
}

.analysis-hero h1 {
  max-width: 790px;
  margin: 24px 0 18px;
  color: #f6feff;
  font-size: clamp(2.35rem, 5.6vw, 5.15rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.analysis-hero h1 span {
  display: block;
  margin-top: .13em;
  color: transparent;
  background: linear-gradient(90deg, var(--analysis-teal-soft), var(--analysis-sky) 55%, #d9f9ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.analysis-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #b4d3db;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.95;
}

.analysis-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.analysis-primary-link,
.analysis-ghost-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 13px;
  font-size: .9rem;
  font-weight: 900;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.analysis-primary-link {
  color: #03131e;
  background: linear-gradient(135deg, #93f8ec, var(--analysis-teal));
  box-shadow: 0 18px 42px rgba(50, 220, 197, .15);
}

.analysis-primary-link:hover,
.analysis-ghost-link:hover {
  transform: translateY(-2px);
}

.analysis-ghost-link {
  border: 1px solid var(--analysis-line-strong);
  color: #dff9fc;
  background: rgba(255, 255, 255, .025);
}

.supermind-hero-visual {
  position: relative;
  min-height: 455px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(133, 239, 232, .24);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 48%, rgba(50, 220, 197, .15), transparent 31%),
    radial-gradient(circle at 84% 12%, rgba(97, 207, 255, .1), transparent 27%),
    linear-gradient(155deg, rgba(10, 48, 66, .82), rgba(2, 16, 27, .94));
  box-shadow: 0 48px 120px rgba(0, 7, 13, .5), inset 0 1px 0 rgba(255, 255, 255, .075);
  backdrop-filter: blur(20px);
  isolation: isolate;
}

.supermind-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(97, 207, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 207, 255, .035) 1px, transparent 1px);
  background-size: 27px 27px;
  -webkit-mask-image: radial-gradient(circle, #000 20%, transparent 78%);
  mask-image: radial-gradient(circle, #000 20%, transparent 78%);
}

.supermind-hero-visual::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 5;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(151, 255, 242, .42), transparent 28%, transparent 70%, rgba(97, 207, 255, .22));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.supermind-grid {
  position: absolute;
  inset: -35%;
  z-index: -2;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(50, 220, 197, .08), transparent 25%, rgba(97, 207, 255, .06), transparent 60%);
  animation: analysisRotate 24s linear infinite;
}

.supermind-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.supermind-topline span,
.supermind-topline b {
  color: #a8ccd5;
  font-family: ui-monospace, Consolas, monospace;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.supermind-topline span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.supermind-topline span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--analysis-green);
  box-shadow: 0 0 16px currentColor;
  animation: analysisPulse 1.5s infinite;
}

.supermind-orbit {
  position: relative;
  width: min(330px, 100%);
  aspect-ratio: 1;
  place-self: center;
}

.supermind-ring,
.supermind-core,
.hero-mind-node {
  position: absolute;
  border-radius: 50%;
}

.supermind-ring {
  inset: 7%;
  border: 1px solid rgba(114, 227, 221, .19);
}

.supermind-ring::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: -4px;
  left: 50%;
  border-radius: inherit;
  background: var(--analysis-teal-soft);
  box-shadow: 0 0 22px rgba(131, 243, 228, .9);
}

.supermind-ring.ring-a {
  border-style: dashed;
  animation: analysisRotate 12s linear infinite;
}

.supermind-ring.ring-b {
  inset: 18%;
  border-color: rgba(97, 207, 255, .24);
  animation: analysisRotate 9s linear infinite reverse;
}

.supermind-ring.ring-c {
  inset: 29%;
  border-style: dashed;
  border-color: rgba(230, 195, 109, .19);
  animation: analysisRotate 16s linear infinite;
}

.supermind-core {
  inset: 34%;
  display: grid;
  place-items: center;
  align-content: center;
  color: #d7fff9;
  border: 1px solid rgba(140, 255, 241, .25);
  background: radial-gradient(circle at 50% 36%, rgba(64, 230, 209, .34), rgba(4, 30, 42, .96) 63%);
  box-shadow: 0 0 55px rgba(50, 220, 197, .24), inset 0 0 24px rgba(90, 237, 221, .1);
  filter: drop-shadow(0 0 25px rgba(50, 220, 197, .28));
}

.supermind-core i {
  font-size: 2.1rem;
  animation: brainBreathe 2.8s ease-in-out infinite;
}

.supermind-core strong {
  margin-top: 3px;
  font-family: ui-monospace, Consolas, monospace;
  font-size: .82rem;
  letter-spacing: .12em;
}

.supermind-core small {
  color: #75b8c3;
  font-size: .39rem;
  letter-spacing: .17em;
}

.hero-mind-node {
  width: 28px;
  height: 28px;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(132, 243, 231, .28);
  color: #bafff6;
  background: rgba(5, 31, 43, .96);
  box-shadow: 0 0 18px rgba(50, 220, 197, .12);
  font-family: ui-monospace, Consolas, monospace;
  font-size: .43rem;
  font-weight: 900;
  animation: nodeFloat 3.4s ease-in-out infinite;
}

.hero-mind-node.node-1 { top: 5%; left: 45%; }
.hero-mind-node.node-2 { top: 16%; right: 14%; animation-delay: -.3s; }
.hero-mind-node.node-3 { top: 41%; right: 4%; animation-delay: -.6s; }
.hero-mind-node.node-4 { bottom: 18%; right: 13%; animation-delay: -.9s; }
.hero-mind-node.node-5 { bottom: 5%; left: 43%; animation-delay: -1.2s; }
.hero-mind-node.node-6 { bottom: 17%; left: 13%; animation-delay: -1.5s; }
.hero-mind-node.node-7 { top: 43%; left: 4%; animation-delay: -1.8s; }
.hero-mind-node.node-8 { top: 17%; left: 13%; animation-delay: -2.1s; }
.hero-mind-node.node-9 { top: 29%; right: 28%; animation-delay: -2.4s; }
.hero-mind-node.node-10 { bottom: 29%; left: 28%; animation-delay: -2.7s; }

.supermind-transcript {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding-top: 13px;
  border-top: 1px solid var(--analysis-line);
}

.supermind-transcript span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #759faa;
  font-size: .57rem;
}

.supermind-transcript span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--analysis-teal);
  box-shadow: 0 0 9px currentColor;
}

.supermind-transcript b {
  color: #c8f6f4;
}

.analysis-proof-bar {
  border-bottom: 1px solid var(--analysis-line);
  background: rgba(4, 20, 31, .78);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 20px;
}

.proof-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 44px;
  border-left: 1px solid var(--analysis-line);
}

.proof-grid > div:last-child {
  border-left: 0;
}

.proof-grid strong {
  color: var(--analysis-teal-soft);
  font-size: 1.3rem;
  line-height: 1;
}

.proof-grid span {
  color: var(--analysis-muted);
  font-size: .78rem;
  font-weight: 800;
}

.council-section {
  padding-block: 88px 70px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 7px 0 0;
  color: #f3feff;
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 1.2;
  letter-spacing: -.035em;
}

.market-connection {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid var(--analysis-line);
  border-radius: 999px;
  color: var(--analysis-muted);
  background: rgba(255, 255, 255, .025);
  font-size: .72rem;
}

.market-connection span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--analysis-gold);
  box-shadow: 0 0 0 5px rgba(230, 195, 109, .08);
}

.market-connection.is-live span {
  background: var(--analysis-green);
  box-shadow: 0 0 0 5px rgba(82, 222, 164, .09), 0 0 15px rgba(82, 222, 164, .4);
}

.market-connection.is-error span {
  background: var(--analysis-red);
}

.analysis-command-bar {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(250px, 1.25fr) minmax(155px, .62fr) minmax(190px, .72fr) minmax(215px, .76fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--analysis-line);
  border-radius: 22px;
  background: rgba(7, 30, 45, .84);
  box-shadow: 0 22px 70px rgba(0, 7, 13, .22);
  backdrop-filter: blur(16px);
}

.command-field,
.live-price-panel {
  min-width: 0;
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 9px 14px;
  border: 1px solid rgba(132, 224, 226, .1);
  border-radius: 14px;
  background: rgba(2, 16, 25, .48);
}

.command-field > span,
.live-price-label {
  color: #789eaa;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.field-control {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.field-control > i {
  color: var(--analysis-teal);
  font-size: .8rem;
}

.field-control select {
  width: 100%;
  min-width: 0;
  padding: 0 0 2px;
  border: 0;
  outline: 0;
  color: #e8fcff;
  background: transparent;
  cursor: pointer;
  font-size: .83rem;
  font-weight: 800;
}

.field-control select option,
.field-control select optgroup {
  color: #e8fcff;
  background: #082638;
}

.live-price-panel {
  position: relative;
  overflow: hidden;
}

.live-price-panel::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  inset: 50% auto auto -34px;
  border-radius: 50%;
  background: rgba(50, 220, 197, .07);
  transform: translateY(-50%);
}

.live-price-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.live-price-label i {
  color: var(--analysis-green);
  font-size: .38rem;
  animation: analysisPulse 1.8s infinite;
}

#liveTickPrice {
  direction: ltr;
  color: #f4feff;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 1.28rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}

#liveTickPrice.tick-up {
  color: var(--analysis-green);
  animation: tickFlashUp .45s ease;
}

#liveTickPrice.tick-down {
  color: var(--analysis-red);
  animation: tickFlashDown .45s ease;
}

#liveTickChange {
  color: #789eaa;
  font-size: .61rem;
}

#liveTickChange.is-up {
  color: var(--analysis-green);
}

#liveTickChange.is-down {
  color: var(--analysis-red);
}

.council-analyze-btn {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px 15px;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  color: #03131e;
  background: linear-gradient(135deg, #8df5e8, #32dcc5 62%, #5fd5ef);
  box-shadow: 0 15px 38px rgba(50, 220, 197, .15);
  cursor: pointer;
  text-align: right;
  transition: transform .2s ease, filter .2s ease;
}

.council-analyze-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, .45), transparent 64%);
  transform: translateX(-120%);
}

.council-analyze-btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.1);
}

.council-analyze-btn:hover::before {
  animation: buttonSweep .75s ease;
}

.council-analyze-btn:disabled {
  cursor: wait;
  filter: grayscale(.15) brightness(.72);
  transform: none;
}

.button-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(3, 19, 30, .11);
}

.button-copy {
  display: grid;
  line-height: 1.2;
}

.button-copy b {
  font-size: .84rem;
}

.button-copy small {
  margin-top: 4px;
  opacity: .65;
  font-size: .59rem;
  font-weight: 800;
}

.button-arrow {
  font-size: .78rem;
}

.analysis-workspace {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}

.chart-deck,
.council-deck,
.council-result,
.analysis-chat-box,
.council-explainer,
.analysis-seo-content {
  border: 1px solid var(--analysis-line);
  background:
    linear-gradient(160deg, rgba(11, 43, 59, .82), rgba(5, 23, 35, .9));
  box-shadow: 0 28px 75px rgba(0, 7, 13, .22), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.chart-deck,
.council-deck {
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
}

.deck-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 17px;
  border-bottom: 1px solid var(--analysis-line);
}

.deck-header > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.deck-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(50, 220, 197, .18);
  border-radius: 11px;
  color: var(--analysis-teal-soft);
  background: rgba(50, 220, 197, .06);
}

.deck-header h3 {
  margin: 0;
  color: #ecfcff;
  font-size: .92rem;
  line-height: 1.3;
}

.deck-header p {
  margin: 3px 0 0;
  overflow: hidden;
  color: #789eaa;
  font-size: .63rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--analysis-green);
  font-size: .65rem;
  font-weight: 900;
}

.chart-live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.analysis-2026 .analysis-chart-container {
  position: relative;
  min-height: 560px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #081f2f;
}

.analysis-2026 .analysis-chart-container iframe {
  width: 100%;
  height: 560px;
  border: 0;
}

.chart-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  color: #87adb7;
  font-size: .75rem;
}

.chart-loading span {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(50, 220, 197, .12);
  border-top-color: var(--analysis-teal);
  border-radius: 50%;
  animation: analysisRotate 1s linear infinite;
}

.council-percent {
  min-width: 46px;
  color: var(--analysis-teal-soft);
  font-family: ui-monospace, Consolas, monospace;
  font-size: .86rem;
  font-weight: 900;
  text-align: left;
}

.council-runtime {
  display: flex;
  align-items: center;
  gap: 10px;
}

#councilCountdown {
  min-width: 76px;
  padding: 6px 9px;
  border: 1px solid rgba(230, 195, 109, .17);
  border-radius: 999px;
  color: #d9bd72;
  background: rgba(230, 195, 109, .055);
  font-family: ui-monospace, Consolas, monospace;
  font-size: .57rem;
  font-weight: 900;
  text-align: center;
}

.cognition-theater {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, .65fr);
  min-height: 600px;
}

.brain-stage {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-left: 1px solid var(--analysis-line);
  background:
    radial-gradient(circle at 50% 50%, rgba(50, 220, 197, .135), transparent 25%),
    radial-gradient(circle at 50% 50%, rgba(97, 207, 255, .05), transparent 55%),
    linear-gradient(rgba(97, 207, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 207, 255, .025) 1px, transparent 1px),
    #041925;
  background-size: auto, auto, 30px 30px, 30px 30px, auto;
  isolation: isolate;
}

#aiBrainCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cognition-scanner {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(106, 246, 226, .035) 48%, rgba(106, 246, 226, .22) 50%, rgba(106, 246, 226, .035) 52%, transparent 100%);
  transform: translateY(-100%);
  opacity: .5;
}

.council-deck.is-running .cognition-scanner {
  animation: cognitionScan 3.2s linear infinite;
}

.brain-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 154px;
  height: 154px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 2px;
  border: 1px solid rgba(131, 243, 228, .31);
  border-radius: 50%;
  color: #d9fffa;
  background:
    radial-gradient(circle at 50% 38%, rgba(50, 220, 197, .22), transparent 40%),
    rgba(3, 23, 34, .96);
  box-shadow: 0 0 72px rgba(50, 220, 197, .18), inset 0 0 38px rgba(50, 220, 197, .08);
  transform: translate(-50%, -50%);
}

.brain-core-halo {
  position: absolute;
  inset: -22px;
  border: 1px dashed rgba(131, 243, 228, .2);
  border-radius: 50%;
  animation: analysisRotate 13s linear infinite;
}

.brain-core-halo.halo-b {
  inset: -42px;
  border-color: rgba(97, 207, 255, .11);
  border-style: solid;
  animation-duration: 20s;
  animation-direction: reverse;
}

.brain-core-icon {
  color: var(--analysis-teal-soft);
  filter: drop-shadow(0 0 13px rgba(50, 220, 197, .45));
  font-size: 2.55rem;
}

.brain-core strong {
  margin-top: 2px;
  color: #dffffb;
  font-family: ui-monospace, Consolas, monospace;
  font-size: .72rem;
  letter-spacing: .14em;
}

.brain-core span {
  color: #8db2bc;
  font-size: .48rem;
  font-weight: 900;
}

.council-deck.is-running .brain-core {
  animation: councilCorePulse 1.8s ease-in-out infinite;
}

.brain-agent {
  position: absolute;
  z-index: 4;
  width: 88px;
  height: 88px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 3px;
  padding: 7px;
  border: 1px solid rgba(125, 230, 224, .18);
  border-radius: 50%;
  color: #86aeb8;
  background:
    radial-gradient(circle at 50% 35%, rgba(50, 220, 197, .08), transparent 50%),
    rgba(4, 25, 37, .95);
  box-shadow: 0 13px 35px rgba(0, 8, 14, .3), inset 0 0 24px rgba(50, 220, 197, .035);
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease;
}

.brain-agent:hover {
  color: #dffcff;
  border-color: var(--analysis-line-strong);
  transform: translateY(-2px);
}

.brain-agent i {
  font-size: .92rem;
}

.brain-agent span {
  max-width: 72px;
  font-size: .5rem;
  font-weight: 900;
  line-height: 1.3;
}

.brain-agent small {
  color: #557e88;
  font-family: ui-monospace, Consolas, monospace;
  font-size: .38rem;
  letter-spacing: .1em;
}

.brain-agent.is-running {
  color: var(--analysis-gold);
  border-color: rgba(230, 195, 109, .35);
  background: radial-gradient(circle, rgba(230, 195, 109, .13), rgba(5, 25, 37, .96) 68%);
  box-shadow: 0 0 34px rgba(230, 195, 109, .16), inset 0 0 22px rgba(230, 195, 109, .06);
  animation: agentThinking 1.2s ease-in-out infinite;
}

.brain-agent.is-done {
  color: var(--analysis-teal-soft);
  border-color: rgba(50, 220, 197, .32);
  background: rgba(50, 220, 197, .07);
}

.brain-agent.is-done::after {
  content: "✓";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #03131e;
  background: var(--analysis-green);
  font-size: .55rem;
  font-weight: 900;
  box-shadow: 0 0 14px rgba(82, 222, 164, .35);
}

.brain-agent.is-selected {
  outline: 2px solid rgba(97, 207, 255, .55);
  outline-offset: 2px;
}

.agent-1 { top: 7%; right: 13%; }
.agent-2 { top: 7%; left: 13%; }
.agent-3 { top: 32%; right: 3%; }
.agent-4 { top: 32%; left: 3%; }
.agent-5 { bottom: 25%; right: 4%; }
.agent-6 { bottom: 25%; left: 4%; }
.agent-7 { bottom: 5%; right: 18%; }
.agent-8 { bottom: 5%; left: 18%; }
.agent-9 { bottom: 4%; right: calc(50% - 44px); }
.agent-10 { top: 3%; left: calc(50% - 44px); }

.council-debate {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 19px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 38, 52, .8), rgba(3, 20, 31, .96)),
    rgba(3, 21, 32, .92);
}

.council-debate::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: -90px;
  left: -60px;
  border-radius: 50%;
  background: rgba(50, 220, 197, .1);
  filter: blur(45px);
}

.debate-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--analysis-line);
}

.debate-head > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dafaf9;
  font-size: .68rem;
  font-weight: 900;
}

.debate-head > div i {
  color: var(--analysis-teal);
}

.debate-head > b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #72dcb6;
  font-family: ui-monospace, Consolas, monospace;
  font-size: .43rem;
  letter-spacing: .12em;
}

.debate-head > b i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.debate-messages {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  padding-block: 17px;
  overflow: hidden;
}

.debate-message {
  position: relative;
  padding: 11px 12px;
  border: 1px solid rgba(125, 230, 224, .105);
  border-radius: 13px 13px 4px 13px;
  background: rgba(8, 39, 52, .62);
  animation: debateEnter .38s cubic-bezier(.2, .8, .2, 1);
}

.debate-message:nth-last-child(even) {
  margin-left: 14px;
  border-radius: 13px 13px 13px 4px;
  background: rgba(11, 47, 59, .48);
}

.debate-message span {
  display: block;
  margin-bottom: 4px;
  color: var(--analysis-teal-soft);
  font-size: .53rem;
  font-weight: 900;
}

.debate-message p {
  margin: 0;
  color: #9cbfc7;
  font-size: .6rem;
  line-height: 1.65;
}

.debate-message.is-system span {
  color: var(--analysis-gold);
}

.debate-signal {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 13px;
  border-top: 1px solid var(--analysis-line);
}

.debate-signal span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--analysis-teal);
  animation: debateDot .9s ease-in-out infinite alternate;
}

.debate-signal span:nth-child(2) { animation-delay: .2s; }
.debate-signal span:nth-child(3) { animation-delay: .4s; }

.debate-signal small {
  margin-right: 4px;
  color: #648d97;
  font-size: .49rem;
}

.council-progress {
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, .045);
}

#councilProgressBar {
  width: 0;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--analysis-teal), var(--analysis-sky), var(--analysis-gold));
  box-shadow: 0 0 16px rgba(50, 220, 197, .35);
  transition: width .45s cubic-bezier(.2, .8, .2, 1);
}

.agent-insight {
  min-height: 69px;
  padding: 14px 17px;
  color: #8fb4be;
  font-size: .69rem;
  line-height: 1.8;
}

.agent-insight strong {
  color: var(--analysis-teal-soft);
}

.council-result {
  margin-top: 14px;
  overflow: hidden;
  border-radius: 24px;
}

.council-result:empty {
  display: none;
}

.analysis-processing {
  min-height: 140px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  padding: 30px;
  color: #9bc3cc;
  text-align: center;
}

.analysis-processing-loader {
  width: 50px;
  height: 50px;
  position: relative;
}

.analysis-processing-loader::before,
.analysis-processing-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(50, 220, 197, .28);
  border-radius: 50%;
  animation: loaderRadar 1.8s ease-out infinite;
}

.analysis-processing-loader::after {
  animation-delay: .8s;
}

.result-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(22px, 4vw, 38px);
  border-bottom: 1px solid var(--analysis-line);
  background:
    radial-gradient(circle at 85% 0%, rgba(50, 220, 197, .1), transparent 30%),
    rgba(3, 20, 31, .38);
}

.result-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--analysis-teal-soft);
  font-size: .67rem;
  font-weight: 900;
}

.result-hero h3 {
  margin: 10px 0 8px;
  color: #f1feff;
  font-size: clamp(1.45rem, 3.2vw, 2.5rem);
  line-height: 1.3;
}

.result-hero p {
  max-width: 830px;
  margin: 0;
  color: #a8ccd4;
  font-size: .83rem;
  line-height: 1.9;
}

.decision-dial {
  position: relative;
  width: 116px;
  height: 116px;
  display: grid;
  place-content: center;
  justify-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--dial-color, var(--analysis-teal)) calc(var(--confidence, 0) * 1%), rgba(255, 255, 255, .055) 0);
}

.decision-dial::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: #072333;
}

.decision-dial strong,
.decision-dial small {
  position: relative;
  z-index: 1;
}

.decision-dial strong {
  color: #f2feff;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 1.45rem;
}

.decision-dial small {
  color: #7fa4ae;
  font-size: .55rem;
  font-weight: 800;
}

.result-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-bottom: 1px solid var(--analysis-line);
  background: var(--analysis-line);
}

.result-meta > div {
  padding: 15px 18px;
  background: rgba(5, 24, 36, .92);
}

.result-meta span {
  display: block;
  color: #7098a4;
  font-size: .58rem;
  font-weight: 800;
}

.result-meta strong {
  display: block;
  margin-top: 5px;
  color: #e6fbfe;
  font-size: .8rem;
}

.result-body {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.result-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-reasons li {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--analysis-line);
  border-radius: 13px;
  color: #aed0d7;
  background: rgba(255, 255, 255, .018);
  font-size: .7rem;
  line-height: 1.75;
}

.result-reasons li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-left: 7px;
  border-radius: 50%;
  background: var(--analysis-teal);
  box-shadow: 0 0 10px rgba(50, 220, 197, .35);
}

.scenario-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.scenario-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--analysis-line);
  border-radius: 17px;
  background: rgba(2, 16, 25, .44);
}

.scenario-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--scenario-color);
}

.scenario-card.is-bullish {
  --scenario-color: var(--analysis-green);
}

.scenario-card.is-bearish {
  --scenario-color: var(--analysis-red);
}

.scenario-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.scenario-head h4 {
  margin: 0;
  color: #eafcff;
  font-size: .9rem;
}

.scenario-head i {
  color: var(--scenario-color);
}

.scenario-trigger {
  margin: 0 0 15px;
  color: #9fc3cc;
  font-size: .7rem;
  line-height: 1.8;
}

.scenario-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.scenario-levels > div {
  min-width: 0;
  padding: 9px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .03);
}

.scenario-levels span {
  display: block;
  color: #6f98a3;
  font-size: .53rem;
  font-weight: 800;
}

.scenario-levels strong {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #edfdfd;
  font-family: ui-monospace, Consolas, monospace;
  font-size: .67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scenario-invalidation {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid var(--analysis-line);
  color: #8eb3bd;
  font-size: .63rem;
  line-height: 1.7;
}

.result-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.result-action-grid article,
.result-warning {
  padding: 16px;
  border: 1px solid var(--analysis-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .02);
}

.result-action-grid h4 {
  margin: 0 0 7px;
  color: var(--analysis-teal-soft);
  font-size: .72rem;
}

.result-action-grid p,
.result-warning p {
  margin: 0;
  color: #96bbc4;
  font-size: .68rem;
  line-height: 1.8;
}

.result-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.result-suggestions button,
.analysis-chat-suggestions button {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(50, 220, 197, .18);
  border-radius: 999px;
  color: #bce3e7;
  background: rgba(50, 220, 197, .045);
  cursor: pointer;
  font-size: .61rem;
  font-weight: 800;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.result-suggestions button:hover,
.analysis-chat-suggestions button:hover {
  color: #efffff;
  border-color: rgba(50, 220, 197, .4);
  background: rgba(50, 220, 197, .09);
}

.result-disclaimer {
  padding: 13px 18px;
  border-top: 1px solid var(--analysis-line);
  color: #698e99;
  background: rgba(2, 14, 23, .44);
  font-size: .59rem;
  text-align: center;
}

.result-error {
  min-height: 150px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 11px;
  padding: 28px;
  color: #ffb3bb;
  text-align: center;
}

.result-error i {
  font-size: 1.8rem;
}

.analysis-chat-section {
  padding-block: 0 70px;
}

.analysis-2026 .analysis-chat-box {
  overflow: hidden;
  border-radius: 24px;
}

.analysis-2026 .analysis-chat-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--analysis-line);
  background: rgba(3, 20, 31, .36);
}

.analysis-2026 .analysis-chat-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(50, 220, 197, .22);
  border-radius: 14px;
  color: var(--analysis-teal-soft);
  background: rgba(50, 220, 197, .07);
}

.analysis-chat-title > div {
  min-width: 0;
  display: grid;
}

.analysis-chat-title strong {
  color: #edfdff;
  font-size: .84rem;
}

.analysis-chat-title small {
  margin-top: 3px;
  color: #789eaa;
  font-size: .6rem;
}

.analysis-2026 .analysis-chat-status {
  margin-inline-start: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--analysis-green);
  background: rgba(82, 222, 164, .07);
  font-size: .57rem;
  font-weight: 900;
}

.analysis-2026 .analysis-chat-status.bad {
  color: var(--analysis-red);
  background: rgba(255, 113, 128, .07);
}

.analysis-2026 .analysis-chat-minbtn {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid var(--analysis-line);
  border-radius: 10px;
  color: #91b7c0;
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
}

.analysis-2026 .analysis-chat-body {
  padding: 18px;
}

.analysis-2026 #analysisChatMessages {
  max-height: 430px;
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 10px;
  margin: 0;
  padding: 0 0 12px;
  overflow: auto;
  list-style: none;
  scrollbar-color: rgba(50, 220, 197, .25) transparent;
}

.analysis-2026 #analysisChatMessages li {
  max-width: min(78%, 790px);
}

.analysis-2026 #analysisChatMessages li.is-user {
  justify-self: start;
}

.analysis-2026 #analysisChatMessages li.is-ai {
  justify-self: end;
}

.analysis-2026 .analysis-chat-bubble {
  padding: 11px 13px;
  border: 1px solid var(--analysis-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
}

.analysis-2026 .is-user .analysis-chat-bubble {
  border-color: rgba(50, 220, 197, .23);
  background: rgba(50, 220, 197, .07);
}

.analysis-2026 .analysis-chat-bubble .meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 5px;
  color: #6f98a3;
  font-size: .54rem;
}

.analysis-2026 .analysis-chat-bubble .who {
  color: var(--analysis-teal-soft);
  font-weight: 900;
}

.analysis-2026 .analysis-chat-bubble .text {
  color: #c8e3e8;
  font-size: .72rem;
  line-height: 1.8;
  white-space: pre-wrap;
}

.analysis-chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.analysis-2026 .analysis-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

.analysis-2026 .analysis-chat-form input {
  min-width: 0;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--analysis-line);
  border-radius: 12px;
  outline: 0;
  color: #e8fbfd;
  background: rgba(2, 15, 24, .62);
}

.analysis-2026 .analysis-chat-form input:focus {
  border-color: rgba(50, 220, 197, .46);
  box-shadow: 0 0 0 3px rgba(50, 220, 197, .06);
}

.analysis-2026 #analysisChatSend,
.analysis-2026 #analysisChatClear {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

.analysis-2026 #analysisChatSend {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 17px;
  color: #03131e;
  background: var(--analysis-teal);
  font-weight: 900;
}

.analysis-2026 #analysisChatClear {
  width: 48px;
  border: 1px solid var(--analysis-line);
  color: #8eb3bc;
  background: rgba(255, 255, 255, .025);
}

.analysis-2026 .analysis-chat-hint {
  margin-top: 10px;
  color: #628792;
  font-size: .56rem;
}

.council-explainer {
  margin-bottom: 70px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 25px;
}

.explainer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.explainer-grid article {
  position: relative;
  min-width: 0;
  padding: 21px 17px;
  overflow: hidden;
  border: 1px solid var(--analysis-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .018);
}

.explainer-grid article > span {
  position: absolute;
  top: 7px;
  left: 11px;
  color: rgba(131, 243, 228, .12);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 2rem;
  font-weight: 900;
}

.explainer-grid i {
  color: var(--analysis-teal);
  font-size: 1.15rem;
}

.explainer-grid h3 {
  margin: 16px 0 7px;
  color: #e9fbfd;
  font-size: .85rem;
}

.explainer-grid p {
  margin: 0;
  color: #86abb5;
  font-size: .66rem;
  line-height: 1.9;
}

.coach-analyses-section {
  padding-bottom: 70px;
}

.analysis-2026 #coachAnalyses {
  margin-top: 0;
}

.analysis-seo-content {
  margin-bottom: 80px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 24px;
}

.analysis-seo-content h2 {
  margin: 0 0 10px;
  color: #eafcff;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
}

.analysis-seo-content p {
  max-width: 980px;
  margin: 0;
  color: #91b5be;
  font-size: .75rem;
  line-height: 2;
}

.analysis-seo-content p a {
  color: var(--analysis-teal-soft);
}

.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.seo-links a {
  padding: 7px 11px;
  border: 1px solid var(--analysis-line);
  border-radius: 9px;
  color: #aacbd2;
  font-size: .62rem;
  font-weight: 800;
}

@keyframes analysisPulse {
  0% { box-shadow: 0 0 0 0 rgba(82, 222, 164, .42); }
  65% { box-shadow: 0 0 0 8px rgba(82, 222, 164, 0); }
  100% { box-shadow: 0 0 0 0 rgba(82, 222, 164, 0); }
}

@keyframes analysisSweep {
  0%, 20% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(120%); }
}

@keyframes analysisRotate {
  to { transform: rotate(360deg); }
}

@keyframes brainBreathe {
  0%, 100% { transform: scale(.94); opacity: .78; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes nodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes buttonSweep {
  to { transform: translateX(120%); }
}

@keyframes tickFlashUp {
  0% { text-shadow: 0 0 0 rgba(82, 222, 164, 0); }
  40% { text-shadow: 0 0 22px rgba(82, 222, 164, .7); }
}

@keyframes tickFlashDown {
  0% { text-shadow: 0 0 0 rgba(255, 113, 128, 0); }
  40% { text-shadow: 0 0 22px rgba(255, 113, 128, .65); }
}

@keyframes councilCorePulse {
  0%, 100% { box-shadow: 0 0 34px rgba(50, 220, 197, .12), inset 0 0 30px rgba(50, 220, 197, .06); }
  50% { box-shadow: 0 0 64px rgba(50, 220, 197, .26), inset 0 0 42px rgba(50, 220, 197, .11); }
}

@keyframes agentThinking {
  0%, 100% { box-shadow: 0 8px 24px rgba(230, 195, 109, .08); }
  50% { box-shadow: 0 8px 32px rgba(230, 195, 109, .24); }
}

@keyframes cognitionScan {
  from { transform: translateY(-100%); }
  to { transform: translateY(100%); }
}

@keyframes debateEnter {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes debateDot {
  from { opacity: .28; transform: scale(.75); }
  to { opacity: 1; transform: scale(1.15); }
}

@keyframes loaderRadar {
  0% { transform: scale(.4); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}

@media (max-width: 1080px) {
  .analysis-hero-content {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 40px;
  }

  .analysis-command-bar {
    grid-template-columns: 1.2fr .65fr .8fr;
  }

  .council-analyze-btn {
    grid-column: 1 / -1;
  }

  .analysis-workspace {
    grid-template-columns: 1fr;
  }

  .cognition-theater {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  }

  .explainer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .analysis-2026 .analysis-shell {
    width: min(100% - 28px, 1240px);
  }

  .analysis-hero {
    min-height: auto;
  }

  .analysis-hero::after {
    background: linear-gradient(180deg, rgba(2, 14, 23, .54), rgba(2, 14, 23, .94));
  }

  .analysis-hero-content {
    grid-template-columns: 1fr;
    padding-block: 64px 70px;
  }

  .analysis-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.6rem);
  }

  .supermind-hero-visual {
    width: min(100%, 480px);
    min-height: 420px;
    justify-self: center;
  }

  .cognition-theater {
    grid-template-columns: 1fr;
  }

  .brain-stage {
    min-height: 570px;
    border-left: 0;
    border-bottom: 1px solid var(--analysis-line);
  }

  .council-debate {
    min-height: 390px;
  }

  .proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--analysis-line);
  }

  .proof-grid > div {
    border: 0;
    background: var(--analysis-bg);
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .analysis-command-bar {
    grid-template-columns: 1fr 1fr;
  }

  .live-price-panel,
  .council-analyze-btn {
    grid-column: auto;
  }

  .result-hero {
    grid-template-columns: 1fr;
  }

  .decision-dial {
    width: 100px;
    height: 100px;
  }

  .result-meta {
    grid-template-columns: 1fr 1fr;
  }

  .result-reasons {
    grid-template-columns: 1fr;
  }

  .scenario-grid,
  .result-action-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .analysis-2026 .analysis-shell {
    width: min(100% - 20px, 1240px);
  }

  .analysis-hero-content {
    padding-block: 48px 54px;
  }

  .analysis-eyebrow {
    font-size: .64rem;
  }

  .analysis-hero h1 {
    margin-top: 19px;
  }

  .analysis-hero-copy > p {
    font-size: .88rem;
  }

  .analysis-hero-actions {
    display: grid;
  }

  .supermind-hero-visual {
    min-height: 390px;
    padding: 19px;
    border-radius: 27px;
  }

  .supermind-orbit {
    width: 255px;
  }

  .analysis-proof-bar {
    display: none;
  }

  .council-section {
    padding-block: 58px 50px;
  }

  .analysis-command-bar {
    grid-template-columns: 1fr;
    padding: 9px;
    border-radius: 17px;
  }

  .command-field,
  .live-price-panel {
    min-height: 68px;
  }

  .live-price-panel,
  .council-analyze-btn {
    grid-column: 1;
  }

  .analysis-2026 .analysis-chart-container,
  .analysis-2026 .analysis-chart-container iframe {
    min-height: 460px;
    height: 460px;
  }

  .brain-stage {
    min-height: 560px;
  }

  .brain-core {
    width: 112px;
    height: 112px;
  }

  .brain-agent {
    width: 70px;
    height: 70px;
    min-height: 70px;
  }

  .brain-agent span {
    font-size: .43rem;
  }

  .agent-1 { top: 5%; right: 3%; }
  .agent-2 { top: 5%; left: 3%; }
  .agent-3 { top: 25%; right: 1%; }
  .agent-4 { top: 25%; left: 1%; }
  .agent-5 { top: 50%; right: 1%; }
  .agent-6 { top: 50%; left: 1%; }
  .agent-7 { bottom: 7%; right: 3%; }
  .agent-8 { bottom: 7%; left: 3%; }
  .agent-9 { bottom: 2%; right: calc(50% - 35px); }
  .agent-10 { top: 2%; left: calc(50% - 35px); }

  .council-runtime {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 4px;
  }

  #councilCountdown {
    min-width: 68px;
    padding: 5px 7px;
  }

  .council-debate {
    min-height: 360px;
    padding: 15px;
  }

  .result-meta {
    grid-template-columns: 1fr;
  }

  .scenario-levels {
    grid-template-columns: 1fr 1fr;
  }

  .analysis-2026 .analysis-chat-title small {
    display: none;
  }

  .analysis-2026 .analysis-chat-status {
    display: none;
  }

  .analysis-2026 .analysis-chat-body {
    padding: 12px;
  }

  .analysis-2026 #analysisChatMessages li {
    max-width: 92%;
  }

  .analysis-2026 .analysis-chat-form {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .analysis-2026 #analysisChatSend {
    width: 48px;
    justify-content: center;
    padding: 0;
  }

  .analysis-2026 #analysisChatSend span {
    display: none;
  }

  .analysis-2026 #analysisChatClear {
    grid-column: 2;
  }

  .explainer-grid {
    grid-template-columns: 1fr;
  }
}

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