/* Author: VIVI x Codex */
:root {
  --bg: #f8f1e0;
  --paper: rgba(255, 251, 241, 0.93);
  --paper-strong: #fff9ec;
  --ink: #121212;
  --muted: #4d504f;
  --line: rgba(18, 18, 18, 0.88);
  --accent: #ff5a36;
  --acid: #d6ff43;
  --pool: #9ceffc;
  --gold: #ffc14d;
  --berry: #ff6bb5;
  --mint: #c9f2b2;
  --lilac: #cbbcff;
  --shadow: 0 18px 44px rgba(25, 14, 4, 0.12);
  --shadow-strong: 10px 10px 0 rgba(18, 18, 18, 0.92);
  --max-width: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Noto Sans SC", sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(214, 255, 67, 0.24), transparent 18%),
    radial-gradient(circle at 84% 14%, rgba(156, 239, 252, 0.28), transparent 20%),
    radial-gradient(circle at 76% 72%, rgba(255, 107, 181, 0.16), transparent 24%),
    linear-gradient(180deg, #fff7ea 0%, #f8f1e0 55%, #efe0c3 100%);
}

button,
a {
  color: inherit;
}

img {
  max-width: 100%;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient-grid {
  opacity: 0.34;
  background:
    linear-gradient(rgba(18, 18, 18, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 18, 18, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92), transparent 96%);
}

.ambient-glow {
  background:
    radial-gradient(circle at 6% 22%, rgba(255, 90, 54, 0.13), transparent 18%),
    radial-gradient(circle at 90% 70%, rgba(214, 255, 67, 0.1), transparent 22%),
    radial-gradient(circle at 34% 88%, rgba(156, 239, 252, 0.12), transparent 24%);
  mix-blend-mode: multiply;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(calc(100% - 28px), var(--max-width));
  margin: 14px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 249, 236, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand,
.toplink,
.eyebrow,
.section-tag,
.panel-label,
.metric-label,
.stamp,
.tool-rank,
.ledger-meta,
.member-chip,
.quote-chip,
.tool-chip,
.vibe-chip {
  font-family: "IBM Plex Mono", monospace;
}

.brand,
.toplink {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 2px solid var(--line);
  text-decoration: none;
  background: var(--paper-strong);
  transition: transform 180ms ease, background 180ms ease;
}

.brand:hover,
.toplink:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topbar-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mobile-reader-rail {
  display: none;
}

.toplink {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-shell {
  width: min(calc(100% - 28px), var(--max-width));
  margin: 0 auto;
  padding: 26px 0 72px;
  position: relative;
  z-index: 1;
}

.hero,
.two-up,
.section-stack,
.workflow-grid,
.ledger-grid,
.persona-grid,
.project-grid,
.grouped-stack,
.snippet-grid,
.quote-wall {
  display: grid;
  gap: 20px;
}

.hero {
  grid-template-columns: minmax(0, 1fr);
}

.two-up {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.85fr);
  align-items: stretch;
}

.two-up-tools {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 18px;
}

.section-stack {
  grid-template-columns: minmax(0, 1fr);
}

.panel,
.persona-card,
.workflow-card,
.ledger-card,
.theme-card {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.panel::before,
.persona-card::before,
.workflow-card::before,
.ledger-card::before,
.theme-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1.5px dashed rgba(18, 18, 18, 0.12);
  border-radius: 22px;
  pointer-events: none;
}

.hero-copy,
.hero-side,
.panel {
  padding: clamp(24px, 3vw, 30px);
}

.hero-copy {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(255, 193, 77, 0.5), transparent 14%),
    linear-gradient(180deg, rgba(255, 251, 241, 0.95) 0%, rgba(255, 247, 228, 0.92) 100%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: clamp(24px, 4vw, 68px);
  min-height: clamp(340px, 35vw, 448px);
}

.hero-layout h1 {
  max-width: none;
}

.hero-title {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 6px 0 14px 2px;
}

.hero-market-art {
  align-self: end;
  justify-self: end;
  width: min(100%, 392px);
  margin-right: 18px;
  margin-bottom: 6px;
  padding-top: 32px;
}

.hero-market-art svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 18px 24px rgba(18, 18, 18, 0.08));
}

.hero-copy::after {
  content: "relay / relay / relay";
  position: absolute;
  right: 26px;
  bottom: 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.18);
}

.eyebrow,
.section-tag,
.panel-label,
.metric-label,
.ledger-meta {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.eyebrow,
.section-tag,
.panel-label {
  display: none;
}

h1,
h2,
h3,
h4,
.signal-title,
.workflow-name,
.ledger-name,
.persona-name,
.theme-name,
.note-card h4,
.panel-head h2,
.panel-head h3,
.section-head h2 {
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
}

.kpi-value,
.signal-number,
.metric-value,
.theme-count,
.persona-count,
.tool-count {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 900;
}

h1 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(44px, 6.2vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-title-lead,
.hero-title-main {
  display: block;
  white-space: nowrap;
}

.hero-title-tail {
  display: block;
  white-space: nowrap;
  margin-top: 2px;
}

.hero-title-divider {
  padding: 0 0.16em;
}

.lede {
  max-width: 44rem;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.82;
}

.hero-kpis {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kpi-card,
.signal-card,
.metric-card {
  position: relative;
  padding: 18px;
  border: 2px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.08);
}

.kpi-card:nth-child(2),
.signal-card:nth-child(2),
.metric-card:nth-child(2) {
  background: rgba(214, 255, 67, 0.26);
}

.kpi-card:nth-child(3),
.signal-card:nth-child(3),
.metric-card:nth-child(3) {
  background: rgba(156, 239, 252, 0.24);
}

.kpi-value {
  display: block;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
}

.kpi-label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.hero-side {
  background:
    linear-gradient(180deg, rgba(255, 251, 241, 0.96), rgba(250, 245, 231, 0.94));
}

.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.panel-head h2,
.panel-head h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.02;
}

.stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: var(--acid);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  transform: rotate(10deg);
}

.signal-stack,
.metric-cards,
.note-stack {
  display: grid;
  gap: 14px;
}

.signal-stack,
.metric-cards {
  margin-top: 16px;
}

.signal-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.signal-number,
.metric-value,
.theme-count,
.persona-count,
.tool-count {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.signal-percent {
  flex-shrink: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--muted);
}

.signal-title,
.note-card h4,
.workflow-name,
.ledger-name,
.persona-name,
.theme-name {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.08;
}

.signal-copy,
.metric-copy,
.note-card p,
.workflow-copy,
.ledger-ask,
.ledger-workflow,
.persona-summary,
.persona-need,
.theme-copy,
.section-head p,
.tool-hint,
.panel-note {
  color: var(--muted);
  line-height: 1.68;
}

.section {
  margin-top: 26px;
}

.section-head {
  padding: 0 8px 18px 12px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 0.98;
}

.section-head p {
  max-width: 64rem;
  margin: 14px 0 0;
  font-size: 16px;
}

.tool-bars,
.theme-grid,
.demand-ranking,
.freeform-notes,
.grouped-stack,
.persona-grid,
.ledger-grid,
.project-grid,
.snippet-grid,
.quote-wall {
  margin-top: 18px;
}

.tool-bars {
  display: grid;
  gap: 12px;
}

.section-stack,
.demand-ranking,
.freeform-notes {
  margin-top: 18px;
}

.workflow-reading-stack {
  margin-top: 18px;
}

.lineup-summary-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 14px;
  align-items: stretch;
}

.lineup-read-section {
  scroll-margin-top: 92px;
}

#demand-read,
#weird-products,
#intro-read {
  scroll-margin-top: 92px;
}

.lineup-summary-strip,
.lineup-part-stack {
  display: grid;
  gap: 16px;
}

.lineup-part-stack {
  margin-top: 16px;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.lineup-part-panel {
  height: 100%;
}

.lineup-host-panel {
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 193, 77, 0.38), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 248, 236, 0.92));
}

.lineup-summary-host {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  width: min(640px, 100%);
}

.lineup-schedule-panel {
  height: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 250, 242, 0.96)),
    rgba(255, 251, 241, 0.96);
}

.lineup-summary-agenda {
  display: flex;
  flex-direction: column;
}

.lineup-part-panel-coral {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 90, 54, 0.12), transparent 20%),
    rgba(255, 251, 241, 0.94);
}

.lineup-part-panel-berry {
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 107, 181, 0.14), transparent 22%),
    rgba(255, 251, 241, 0.94);
}

.lineup-part-panel-mint {
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 242, 178, 0.24), transparent 22%),
    rgba(255, 251, 241, 0.94);
}

.lineup-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.lineup-part-head {
  align-items: flex-start;
}

.lineup-speaker-index,
.lineup-step-index {
  font-family: "IBM Plex Mono", monospace;
}

.lineup-host-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.lineup-host-panel h3,
.lineup-schedule-panel h3,
.lineup-part-panel h3,
.lineup-speaker-card h4 {
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  line-height: 0.96;
}

.lineup-host-panel h3 {
  font-size: clamp(52px, 5.4vw, 78px);
}

.lineup-summary-host h3 {
  font-size: clamp(44px, 4.2vw, 64px);
}

.lineup-host-role {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.lineup-summary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lineup-host-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.lineup-schedule-panel h3,
.lineup-part-panel h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.lineup-part-note {
  max-width: 34rem;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
  font-weight: 700;
}

.lineup-part-timing {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 150px;
  padding: 10px 14px;
  border: 2px solid rgba(18, 18, 18, 0.84);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 220, 0.94));
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.06);
}

.lineup-part-timing-main,
.lineup-part-timing-sub {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  line-height: 1.2;
}

.lineup-part-timing-main {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lineup-part-timing-sub {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lineup-schedule-panel {
  display: flex;
  flex-direction: column;
}

.lineup-schedule-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.lineup-summary-agenda .lineup-schedule-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.lineup-schedule-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  align-items: start;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(18, 18, 18, 0.12);
}

.lineup-summary-agenda .lineup-schedule-step {
  height: 100%;
  padding: 0 12px 0 0;
  border-bottom: none;
  border-right: 1px dashed rgba(18, 18, 18, 0.12);
}

.lineup-summary-agenda .lineup-schedule-step:last-child {
  padding-right: 0;
  border-right: none;
}

.lineup-schedule-step:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.lineup-step-index {
  display: inline-flex;
  justify-self: start;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  border: 2px solid rgba(18, 18, 18, 0.78);
  background: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.lineup-step-copy {
  min-width: 0;
}

.lineup-schedule-step strong {
  display: block;
  font-size: 18px;
  line-height: 1.22;
}

.lineup-step-items {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.lineup-step-items li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
  white-space: normal;
  overflow-wrap: anywhere;
}

.lineup-step-items li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.4);
}

.lineup-speaker-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.lineup-speaker-grid-two {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}

.lineup-speaker-grid-two .lineup-speaker-card {
  grid-column: span 2;
  max-width: none;
}

.lineup-speaker-grid-two .lineup-speaker-card:nth-child(n + 4) {
  grid-column: span 3;
}

.lineup-speaker-grid-even {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.lineup-speaker-grid-quad {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.lineup-speaker-grid-even .lineup-speaker-card {
  max-width: none;
}

.lineup-speaker-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: start;
  flex: 1 1 340px;
  max-width: calc((100% - 28px) / 3);
  gap: 12px;
  padding: 16px;
  border: 2px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.08);
}

.lineup-speaker-card-span {
  flex-basis: 100%;
  max-width: 100%;
}

.lineup-speaker-card-half {
  flex-basis: calc((100% - 14px) / 2);
  max-width: calc((100% - 14px) / 2);
}

.lineup-grid-spacer {
  display: none;
}

.lineup-speaker-card-coral {
  background:
    linear-gradient(180deg, rgba(255, 172, 145, 0.26), transparent 42%),
    rgba(255, 251, 249, 0.96);
}

.lineup-speaker-card-pool {
  background:
    linear-gradient(180deg, rgba(156, 239, 252, 0.34), transparent 42%),
    rgba(247, 254, 255, 0.96);
}

.lineup-speaker-card-gold {
  background:
    linear-gradient(180deg, rgba(255, 193, 77, 0.26), transparent 42%),
    rgba(255, 252, 243, 0.96);
}

.lineup-speaker-card-butter {
  background:
    linear-gradient(180deg, rgba(255, 224, 134, 0.28), transparent 42%),
    rgba(255, 252, 246, 0.96);
}

.lineup-speaker-card-lilac {
  background:
    linear-gradient(180deg, rgba(203, 188, 255, 0.3), transparent 42%),
    rgba(251, 248, 255, 0.96);
}

.lineup-speaker-card-mint {
  background:
    linear-gradient(180deg, rgba(201, 242, 178, 0.3), transparent 42%),
    rgba(249, 255, 245, 0.96);
}

.lineup-speaker-meta {
  grid-column: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  order: 1;
}

.lineup-speaker-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lineup-speaker-card h4 {
  grid-column: 1 / -1;
  order: 3;
  margin: 2px 0 0;
  min-height: 1.2em;
  display: flex;
  align-items: flex-end;
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(17px, 1.32vw, 22px);
  font-weight: 800;
  line-height: 1.18;
}

.lineup-speaker-name-row {
  grid-column: 1 / -1;
  order: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.lineup-speaker-name-row h4 {
  margin: 2px 0 0;
}

.lineup-host-tag--inline {
  min-height: 30px;
  padding: 0 12px;
  font-size: 12px;
}

.lineup-speaker-intro {
  grid-column: 1 / -1;
  order: 4;
  margin: 0;
  min-height: calc(1.45em * 2);
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.lineup-speaker-intro-placeholder {
  visibility: hidden;
  pointer-events: none;
}

.lineup-topic-box {
  grid-column: 1 / -1;
  order: 2;
  min-height: 98px;
  display: flex;
  align-items: center;
  padding: 14px 15px;
  border: 2px solid rgba(18, 18, 18, 0.82);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.76));
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.06);
}

.lineup-topic-box:has(a.lineup-topic-copy) {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.lineup-topic-box:has(a.lineup-topic-copy):hover,
.lineup-topic-box:has(a.lineup-topic-copy):focus-within {
  transform: translateY(-1px);
  border-color: rgba(193, 79, 6, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 226, 0.94));
  box-shadow: 0 14px 24px rgba(193, 79, 6, 0.12);
}

.lineup-topic-box-compact {
  min-height: 116px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.lineup-topic-copy {
  margin: 0;
  width: 100%;
  display: block;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 900;
  line-height: 1.18;
  color: inherit;
  text-decoration: none;
}

a.lineup-topic-copy {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-right: 52px;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
  transition:
    color 180ms ease,
    transform 180ms ease,
    text-decoration-color 180ms ease;
}

a.lineup-topic-copy::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 166, 0, 0.98), rgba(237, 120, 0, 0.98));
  color: #fff9ee;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 18px rgba(255, 138, 0, 0.2);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

a.lineup-topic-copy:hover,
a.lineup-topic-copy:focus-visible {
  color: rgba(193, 79, 6, 0.96);
  text-decoration-color: currentColor;
}

a.lineup-topic-copy:hover::after,
a.lineup-topic-copy:focus-visible::after {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 12px 20px rgba(255, 138, 0, 0.28);
}

.lineup-topic-copy-stack {
  display: grid;
  align-content: center;
  gap: 5px;
}

a.lineup-topic-copy.lineup-topic-copy-stack {
  display: grid;
  align-content: center;
}

.lineup-topic-copy-stack-tight {
  gap: 4px;
  padding-right: 44px;
}

.lineup-topic-copy-main,
.lineup-topic-copy-sub,
.lineup-topic-copy-note {
  display: block;
}

.lineup-topic-copy-main {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.04;
}

.lineup-topic-copy-main-two-line {
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1;
}

.lineup-topic-copy-main-two-line span {
  display: block;
  white-space: nowrap;
}

.lineup-topic-copy-stack-tight::after {
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.lineup-topic-copy-sub {
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.22;
  color: rgba(18, 18, 18, 0.72);
}

.lineup-topic-copy-note {
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(11.5px, 0.92vw, 13px);
  font-weight: 500;
  line-height: 1.35;
  color: rgba(18, 18, 18, 0.58);
}

a.lineup-topic-copy:hover .lineup-topic-copy-sub,
a.lineup-topic-copy:focus-visible .lineup-topic-copy-sub,
a.lineup-topic-copy:hover .lineup-topic-copy-note,
a.lineup-topic-copy:focus-visible .lineup-topic-copy-note {
  color: rgba(128, 54, 12, 0.8);
}

.lineup-project-card {
  grid-column: 1 / -1;
  order: 7;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
  border: 2px solid rgba(18, 18, 18, 0.82);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 226, 0.96));
  box-shadow: 0 12px 22px rgba(18, 18, 18, 0.08);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.lineup-project-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px dashed rgba(18, 18, 18, 0.1);
  border-radius: 12px;
  pointer-events: none;
}

.lineup-project-card::after {
  content: "↗";
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 166, 0, 0.98), rgba(237, 120, 0, 0.98));
  color: #fff9ee;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(255, 138, 0, 0.24);
}

.lineup-project-card:hover,
.lineup-project-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(18, 18, 18, 0.92);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(255, 238, 204, 0.98));
  box-shadow: 0 16px 26px rgba(18, 18, 18, 0.12);
}

.lineup-project-kicker {
  position: relative;
  z-index: 1;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.lineup-project-title {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 36px;
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(17px, 1.32vw, 22px);
  font-weight: 800;
  line-height: 1.18;
}

.lineup-project-copy {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.lineup-speaker-links {
  grid-column: 1 / -1;
  order: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lineup-speaker-links:empty {
  display: none;
}

.lineup-speaker-links:has(.lineup-speaker-link-social):not(:has(.lineup-speaker-link:not(.lineup-speaker-link-social))) {
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(18, 18, 18, 0.24) transparent;
}

.lineup-speaker-links:has(.lineup-speaker-link-social):not(:has(.lineup-speaker-link:not(.lineup-speaker-link-social)))::-webkit-scrollbar {
  height: 6px;
}

.lineup-speaker-links:has(.lineup-speaker-link-social):not(:has(.lineup-speaker-link:not(.lineup-speaker-link-social)))::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.22);
}

.lineup-speaker-links:has(.lineup-speaker-link-social):not(:has(.lineup-speaker-link:not(.lineup-speaker-link-social))) .lineup-speaker-link-social {
  flex: 0 0 auto;
  white-space: nowrap;
}

.lineup-speaker-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.lineup-speaker-link:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.lineup-project-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 34px;
}

.lineup-project-label {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
  color: inherit;
}

a.lineup-project-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 16px rgba(18, 18, 18, 0.05);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

a.lineup-project-link:hover,
a.lineup-project-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 90, 54, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 238, 228, 0.98));
  box-shadow: 0 12px 20px rgba(255, 90, 54, 0.12);
}

a.lineup-project-link::after {
  content: "↗";
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
}

a.lineup-speaker-link-social {
  cursor: pointer;
  gap: 10px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 20px rgba(18, 18, 18, 0.06);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

a.lineup-speaker-link-social::after {
  content: "↗";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fffdf8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

a.lineup-speaker-link-social:hover,
a.lineup-speaker-link-social:focus-visible {
  transform: translateY(-2px);
}

a.lineup-speaker-link-xhs,
a.lineup-speaker-link-social-generic {
  border-color: rgba(255, 90, 54, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 236, 242, 0.96));
  box-shadow: 0 10px 20px rgba(255, 90, 54, 0.1);
}

a.lineup-speaker-link-xhs::after,
a.lineup-speaker-link-social-generic::after {
  background: var(--accent);
}

a.lineup-speaker-link-xhs:hover,
a.lineup-speaker-link-xhs:focus-visible,
a.lineup-speaker-link-social-generic:hover,
a.lineup-speaker-link-social-generic:focus-visible {
  border-color: rgba(255, 90, 54, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 228, 236, 0.98));
  box-shadow: 0 14px 24px rgba(255, 90, 54, 0.14);
}

a.lineup-speaker-link-jike {
  border-color: rgba(184, 128, 0, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 248, 201, 0.98), rgba(255, 224, 122, 0.97));
  box-shadow: 0 10px 20px rgba(255, 193, 77, 0.18);
}

a.lineup-speaker-link-jike::after {
  background: linear-gradient(180deg, rgba(245, 184, 42, 0.98), rgba(213, 145, 0, 0.98));
  color: #fff8e8;
}

a.lineup-speaker-link-jike:hover,
a.lineup-speaker-link-jike:focus-visible {
  border-color: rgba(184, 128, 0, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 252, 218, 1), rgba(255, 230, 138, 0.99));
  box-shadow: 0 14px 24px rgba(255, 193, 77, 0.24);
}

a.lineup-speaker-link-x {
  border-color: rgba(67, 113, 214, 0.68);
  background:
    linear-gradient(180deg, rgba(238, 246, 255, 0.98), rgba(209, 229, 255, 0.98));
  box-shadow: 0 10px 20px rgba(76, 132, 255, 0.16);
}

a.lineup-speaker-link-x::after {
  background: linear-gradient(180deg, rgba(80, 136, 255, 0.98), rgba(41, 87, 191, 0.98));
}

a.lineup-speaker-link-x:hover,
a.lineup-speaker-link-x:focus-visible {
  border-color: rgba(67, 113, 214, 0.9);
  background:
    linear-gradient(180deg, rgba(244, 250, 255, 1), rgba(219, 236, 255, 1));
  box-shadow: 0 14px 24px rgba(76, 132, 255, 0.22);
}

.lineup-xhs-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  min-height: 36px;
  padding: 0 14px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-word;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

a.lineup-xhs-link {
  cursor: pointer;
  border-color: rgba(255, 90, 54, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 236, 242, 0.96));
  box-shadow: 0 10px 20px rgba(255, 90, 54, 0.1);
}

a.lineup-xhs-link::after {
  content: "↗";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #fffdf8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.lineup-xhs-link:hover,
.lineup-xhs-link:focus-visible {
  transform: translateY(-2px);
}

a.lineup-xhs-link:hover,
a.lineup-xhs-link:focus-visible {
  border-color: rgba(255, 90, 54, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 228, 236, 0.98));
  box-shadow: 0 14px 24px rgba(255, 90, 54, 0.14);
}

a.lineup-xhs-link.lineup-jike-link {
  border-color: rgba(184, 128, 0, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 248, 201, 0.98), rgba(255, 224, 122, 0.97));
  box-shadow: 0 10px 20px rgba(255, 193, 77, 0.18);
}

a.lineup-xhs-link.lineup-jike-link::after {
  background: linear-gradient(180deg, rgba(245, 184, 42, 0.98), rgba(213, 145, 0, 0.98));
  color: #fff8e8;
}

a.lineup-xhs-link.lineup-jike-link:hover,
a.lineup-xhs-link.lineup-jike-link:focus-visible {
  border-color: rgba(184, 128, 0, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 252, 218, 1), rgba(255, 230, 138, 0.99));
  box-shadow: 0 14px 24px rgba(255, 193, 77, 0.24);
}

a.lineup-xhs-link.lineup-jike-link:hover::after,
a.lineup-xhs-link.lineup-jike-link:focus-visible::after {
  background: linear-gradient(180deg, rgba(255, 198, 64, 1), rgba(226, 158, 0, 0.99));
}

.lineup-xhs-link-placeholder {
  color: var(--muted);
  border-color: rgba(18, 18, 18, 0.22);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.lineup-tool-chips {
  grid-column: 2;
  align-self: start;
  justify-self: end;
  justify-content: flex-end;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lineup-tool-chips:empty {
  display: none;
}

.lineup-tool-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1.5px dashed rgba(18, 18, 18, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
}

.quick-digest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
  gap: 16px;
  margin-top: 14px;
}

.identity-stage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
  align-items: stretch;
}

.portrait-read-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "tools stage"
    "persona persona";
  gap: 16px;
  margin-top: 14px;
  align-items: start;
}

.portrait-read-column {
  display: grid;
  gap: 16px;
  align-content: start;
}

.portrait-read-column-right {
  height: 100%;
  align-content: stretch;
  grid-template-rows: minmax(0, 1fr);
}

.portrait-read-layout .identity-stage-tools-panel {
  grid-area: tools;
}

.portrait-read-layout .identity-stage-stage-panel {
  grid-area: stage;
}

.portrait-read-layout .identity-stage-basic-cloud-panel {
  grid-area: persona;
}

@media (min-width: 1400px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
    min-height: clamp(320px, 28vw, 400px);
    gap: clamp(24px, 3.6vw, 56px);
  }

  h1 {
    font-size: clamp(42px, 4.8vw, 72px);
    line-height: 1.02;
  }

  .hero-market-art {
    width: min(100%, 376px);
    margin-right: 10px;
  }

  .identity-stage-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
  }

  .portrait-read-layout,
  .portrait-read-column {
    gap: 14px;
  }

  .identity-stage-grid .quick-focus-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .identity-stage-grid .quick-panel-head,
  .identity-stage-grid .panel-head {
    min-height: 64px;
  }
}

.identity-stage-grid > .panel {
  height: 100%;
  grid-column: auto;
}

.quick-focus-panel {
  grid-column: auto;
}

.quick-meter-panel {
  grid-column: 5 / span 2;
}

.identity-stage-triple-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.identity-stage-triple-grid > .panel {
  height: 100%;
}

.identity-stage-basic-cloud-panel {
  margin-top: 16px;
}

.portrait-read-layout .identity-stage-basic-cloud-panel {
  margin-top: 0;
}

.quick-focus-panel,
.identity-stage-tools-panel,
.identity-stage-stage-panel {
  display: flex;
  flex-direction: column;
}

.portrait-read-layout .identity-stage-tools-panel,
.portrait-read-layout .identity-stage-stage-panel,
.portrait-read-layout .identity-stage-basic-cloud-panel {
  display: flex;
  flex-direction: column;
  height: auto;
}

.identity-stage-grid .quick-panel-head,
.identity-stage-grid .panel-head {
  min-height: 78px;
}

.portrait-read-layout .panel-head {
  min-height: 78px;
}

.identity-stage-grid .quick-focus-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.identity-stage-grid .tool-bars,
.identity-stage-grid .stage-bars {
  gap: 12px;
}

.portrait-read-layout .tool-bars,
.portrait-read-layout .stage-bars {
  gap: 12px;
}

.portrait-read-layout .identity-stage-stage-panel .stage-bars {
  height: auto;
  align-content: start;
  gap: 18px;
}

.identity-stage-grid .tool-pill {
  min-height: 42px;
}

.portrait-read-layout .tool-pill {
  min-height: 42px;
}

.identity-stage-grid .tool-label {
  padding: 0 12px;
  font-size: 13px;
}

.portrait-read-layout .tool-label {
  padding: 0 12px;
  font-size: 13px;
}

.identity-stage-grid .tool-count {
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1;
}

.portrait-read-layout .tool-count {
  font-size: clamp(22px, 1.9vw, 30px);
  line-height: 1;
}

.identity-stage-grid .stage-snapshot-grid {
  margin-top: 12px;
  gap: 14px;
}

.portrait-read-layout .stage-snapshot-grid {
  margin-top: 12px;
  gap: 14px;
}

.portrait-read-layout .identity-stage-stage-panel .stage-snapshot-grid-solo {
  flex: 0 0 auto;
  min-height: auto;
}

.identity-stage-grid .stage-row {
  gap: 8px;
}

.portrait-read-layout .stage-row {
  gap: 8px;
}

.identity-stage-grid .stage-name {
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.08;
}

.portrait-read-layout .stage-name {
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.08;
}

.identity-stage-grid .stage-meta {
  font-size: 14px;
}

.portrait-read-layout .stage-meta {
  font-size: 14px;
}

.identity-stage-grid .bar-track {
  height: 18px;
}

.portrait-read-layout .bar-track {
  height: 18px;
}

.quick-metrics-stack {
  display: grid;
  gap: 16px;
}

.quick-digest-section .section-head {
  padding-bottom: 14px;
}

.quick-digest-section .section-head h2 {
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 0.96;
}

.quick-panel-head h3 {
  margin: 6px 0 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
}

.quick-kicker {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.quick-focus-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.45), transparent 38%),
    linear-gradient(180deg, rgba(255, 251, 241, 0.96) 0%, rgba(255, 248, 238, 0.94) 100%);
}

.quick-focus-cards,
.quick-tool-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quick-focus-cards {
  margin-top: 14px;
}

.quick-focus-card,
.quick-tool-card {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--line);
  box-shadow: 0 10px 22px rgba(18, 18, 18, 0.08);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.quick-focus-card.is-visible,
.quick-tool-card.is-visible,
.quick-meter-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quick-focus-card {
  min-height: 146px;
  padding: 18px 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quick-focus-card::before,
.quick-tool-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px dashed rgba(18, 18, 18, 0.09);
  border-radius: 16px;
  pointer-events: none;
}

.quick-focus-card-1 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 48%),
    linear-gradient(135deg, #ff9b7d 0%, var(--accent) 100%);
}

.quick-focus-card-2 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 48%),
    linear-gradient(135deg, #b4f5ff 0%, var(--pool) 100%);
}

.quick-focus-card-3 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(135deg, #ffe39a 0%, var(--gold) 100%);
}

.quick-focus-card-4 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 48%),
    linear-gradient(135deg, #ff9dd1 0%, var(--berry) 100%);
}

.quick-focus-card-5 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(135deg, #ded3ff 0%, var(--lilac) 100%);
}

.quick-focus-card-6 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(135deg, #e6ffc1 0%, var(--mint) 100%);
}

.quick-focus-count,
.quick-tool-count,
.quick-meter-value {
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.quick-focus-count {
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 0.9;
}

.quick-focus-label {
  margin: 12px 0 0;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 800;
  line-height: 1.18;
}

.quick-tools-block {
  margin-top: 14px;
}

.quick-tool-cards {
  margin-top: 10px;
  gap: 12px;
}

.quick-tool-card {
  padding: 14px 16px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.quick-tool-count {
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 0.96;
}

.quick-tool-name {
  margin: 8px 0 0;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.22;
}

.quick-meter-panel {
  display: flex;
  flex-direction: column;
  background: rgba(255, 251, 241, 0.95);
}

.quick-meter-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 14px;
}

.quick-meter-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  height: 100%;
  padding: 0;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.quick-meter-row.is-dominant {
  grid-template-columns: 146px minmax(0, 1fr) 50px;
  min-height: 102px;
}

.quick-meter-label {
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.16;
}

.quick-meter-row.is-dominant .quick-meter-label {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(26px, 2.3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.quick-meter-track {
  position: relative;
  overflow: hidden;
  height: 30px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.quick-meter-row.is-dominant .quick-meter-track {
  height: 38px;
}

.quick-meter-fill {
  height: 100%;
  width: calc(var(--ratio) * 1%);
  border-radius: inherit;
}

.quick-meter-fill-1 {
  background: linear-gradient(90deg, #ff6040 0%, #ff7455 100%);
}

.quick-meter-fill-2 {
  background: linear-gradient(90deg, #6ed8e6 0%, #96e2eb 100%);
}

.quick-meter-fill-3 {
  background: linear-gradient(90deg, #ffbf4f 0%, #ffd77c 100%);
}

.quick-meter-fill-4 {
  background: linear-gradient(90deg, #ee7ab2 0%, #f5a0ca 100%);
}

.quick-meter-fill-5 {
  background: linear-gradient(90deg, #b8acfb 0%, #d1c9ff 100%);
}

.quick-meter-fill-6 {
  background: linear-gradient(90deg, #adc0d5 0%, #ccd7e5 100%);
}

.quick-meter-value {
  font-size: clamp(24px, 2vw, 32px);
  line-height: 0.96;
  text-align: right;
}

.quick-meter-row.is-dominant .quick-meter-value {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 900;
}

.quick-background-summary {
  margin-top: 16px;
  padding: 18px;
  border: 2px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 229, 0.96)),
    rgba(255, 251, 241, 0.94);
  box-shadow: 0 10px 22px rgba(18, 18, 18, 0.08);
}

.quick-background-highlight {
  display: grid;
  gap: 4px;
}

.quick-background-highlight-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.quick-background-highlight-value {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.quick-background-highlight-meta {
  font-size: 14px;
  font-weight: 700;
  color: rgba(18, 18, 18, 0.72);
}

.quick-background-chip-list {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.quick-background-chip {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1.5px dashed rgba(18, 18, 18, 0.42);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.quick-background-chip span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.quick-background-chip strong {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 900;
  line-height: 1;
}

.tool-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.tool-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tool-rank {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.tool-pill {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 46px;
  border-radius: 999px;
  border: 2px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
}

.tool-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--ratio) * 1%);
  background: linear-gradient(90deg, rgba(255, 90, 54, 0.95), rgba(255, 193, 77, 0.95));
  border-right: 2px solid var(--line);
  transition: width 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tool-row:nth-child(2) .tool-fill {
  background: linear-gradient(90deg, rgba(255, 107, 181, 0.92), rgba(255, 193, 77, 0.92));
}

.tool-row:nth-child(3) .tool-fill {
  background: linear-gradient(90deg, rgba(156, 239, 252, 0.96), rgba(71, 151, 255, 0.88));
}

.tool-row:nth-child(4) .tool-fill {
  background: linear-gradient(90deg, rgba(214, 255, 67, 0.94), rgba(255, 193, 77, 0.92));
}

.tool-row:nth-child(5) .tool-fill {
  background: linear-gradient(90deg, rgba(203, 188, 255, 0.96), rgba(255, 107, 181, 0.82));
}

.tool-row:nth-child(6) .tool-fill {
  background: linear-gradient(90deg, rgba(201, 242, 178, 0.96), rgba(156, 239, 252, 0.9));
}

.tool-label {
  position: relative;
  z-index: 1;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
}

.tool-count {
  text-align: right;
}

.metric-topline,
.theme-topline,
.demand-topline,
.persona-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.metric-card {
  padding: 18px;
}

.metric-copy {
  margin: 10px 0 0;
  font-size: 14px;
}

.composition-board {
  margin-top: 18px;
}

.composition-board-tail {
  margin-top: 18px;
}

.composition-card,
.stage-detail-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 2px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.08);
}

.composition-card::before,
.stage-detail-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1.5px dashed rgba(18, 18, 18, 0.1);
  border-radius: 18px;
  pointer-events: none;
}

.composition-card {
  padding: 4px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.composition-card::before {
  content: none;
}

.composition-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(30px, 3.4vw, 40px);
  line-height: 1.02;
}

.composition-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px solid rgba(18, 18, 18, 0.08);
}

.ring-wrap {
  display: grid;
  place-items: center;
}

.ring {
  width: min(100%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(18, 18, 18, 0.14);
}

.ring::after {
  content: "";
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(18, 18, 18, 0.14);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.28);
}

.ring-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
}

.ring-center strong {
  display: block;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(54px, 7vw, 72px);
  line-height: 1;
}

.ring-center span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.legend {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 0 4px 2px;
}

.legend-row {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.legend-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(18, 18, 18, 0.16);
}

.legend-label {
  font-size: 16px;
  font-weight: 700;
}

.legend-value {
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-weight: 700;
}

.stage-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.84fr);
  gap: 20px;
  margin-top: 18px;
}

.stage-snapshot-grid-solo {
  grid-template-columns: 1fr;
}

.stage-bars {
  display: grid;
  gap: 18px;
}

.stage-row {
  display: grid;
  gap: 10px;
}

.stage-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.stage-name {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.18;
}

.stage-meta {
  flex-shrink: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 17px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}

.bar-track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 20px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.09);
}

.bar-fill {
  height: 100%;
  width: calc(var(--ratio) * 1%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 90, 54, 0.95), rgba(255, 193, 77, 0.92));
  box-shadow: inset 0 0 0 1px rgba(18, 18, 18, 0.05);
}

.stage-row:nth-child(2) .bar-fill {
  background: linear-gradient(90deg, rgba(255, 107, 181, 0.92), rgba(255, 193, 77, 0.92));
}

.stage-row:nth-child(3) .bar-fill {
  background: linear-gradient(90deg, rgba(156, 239, 252, 0.96), rgba(71, 151, 255, 0.88));
}

.stage-row:nth-child(4) .bar-fill {
  background: linear-gradient(90deg, rgba(214, 255, 67, 0.94), rgba(255, 193, 77, 0.92));
}

.stage-detail-card .panel-label {
  color: var(--ink);
}

.detail-stack {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(18, 18, 18, 0.12);
}

.detail-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-item span:first-child {
  color: var(--muted);
  line-height: 1.5;
}

.detail-item strong {
  flex-shrink: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-weight: 700;
}

.chip-cloud,
.member-row,
.workflow-tool-row,
.ledger-tool-row,
.ledger-vibe-row,
.quote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-cloud {
  margin-top: 18px;
}

.vibe-chip,
.member-chip,
.quote-chip,
.tool-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vibe-chip {
  background: rgba(214, 255, 67, 0.3);
}

.persona-grid,
.workflow-grid,
.ledger-grid,
.project-grid,
.snippet-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.persona-card,
.workflow-card,
.ledger-card,
.theme-card {
  padding: 22px;
}

.project-card {
  grid-column: span 4;
  padding: 22px;
  background: rgba(255, 255, 255, 0.95);
}

.project-card:nth-child(2n) {
  background: rgba(255, 249, 236, 0.95);
}

#project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  align-items: start;
  grid-auto-rows: 8px;
  grid-auto-flow: dense;
}

.readable-project-card {
  display: flex;
  flex-direction: column;
  grid-column: auto;
  padding: 28px 30px;
  min-height: 0;
  align-self: start;
}

#project-grid .snippet-copy {
  display: block;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.56;
}

.project-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.card-title-stack {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-parent-label {
  margin: 0;
  color: rgba(255, 90, 54, 0.9);
  font-family: "IBM Plex Mono", "Noto Sans SC", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.project-name {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.08;
}

.project-count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 54px;
  padding: 0 18px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
  font-weight: 700;
}

.project-copy {
  max-width: 50rem;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.82;
}

.project-lead-snippet {
  position: relative;
  align-self: flex-start;
  display: inline-flex;
  width: fit-content;
  max-width: min(100%, 34rem);
  margin-top: 16px;
  padding: 12px 16px 14px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 16px rgba(18, 18, 18, 0.05);
}

.project-example-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 14px;
}

.project-vote-target {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease;
}

.project-vote-target:hover,
.project-vote-target:focus-visible {
  box-shadow: 0 12px 22px rgba(18, 18, 18, 0.1);
}

.project-vote-target:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

.project-vote-target.is-pressing {
  transform: scale(0.985);
}

.project-vote-target.is-vote-open {
  z-index: 4;
  border-color: rgba(255, 109, 67, 0.7);
  box-shadow: 0 14px 28px rgba(255, 109, 67, 0.14);
}

.project-vote-copy {
  width: 100%;
}

.project-vote-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px 10px;
  width: 100%;
  min-height: 20px;
}

.project-example-item.project-vote-target {
  padding-bottom: 13px;
}

.readable-cluster-item.project-vote-target {
  padding-bottom: 13px;
}

.readable-cluster-item.project-vote-target .snippet-copy {
  display: block;
}

.project-vote-popover {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 11px;
  z-index: 2;
}

.project-vote-hint {
  display: inline-flex;
  justify-content: flex-start;
  flex: 1 1 auto;
  margin: 0;
  color: rgba(18, 18, 18, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.project-vote-target:hover .project-vote-hint,
.project-vote-target:focus-visible .project-vote-hint,
.project-vote-target.is-pressing .project-vote-hint,
.project-vote-target.is-vote-open .project-vote-hint {
  opacity: 0.95;
  transform: translateY(0);
}

.project-vote-target.has-votes .project-vote-hint,
.project-vote-target.is-vote-open .project-vote-hint {
  opacity: 0;
  transform: translateY(4px);
}

.project-vote-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto;
  max-width: 100%;
  pointer-events: none;
}

.project-vote-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border: 1.5px solid rgba(18, 18, 18, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.project-vote-target.has-votes .project-vote-badge {
  opacity: 1;
  transform: translateY(0);
}

.project-vote-target.is-vote-open .project-vote-badges {
  opacity: 0;
}

.project-vote-popover {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.project-vote-target.is-vote-open .project-vote-popover {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.project-vote-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  min-height: 24px;
  padding: 0 9px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 12px rgba(18, 18, 18, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease,
    color 150ms ease;
}

.project-vote-action:hover {
  transform: translateY(-1px);
}

.project-vote-action:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

.project-vote-action.is-active {
  background: rgba(255, 109, 67, 0.14);
  color: var(--accent);
  box-shadow: 0 10px 16px rgba(255, 109, 67, 0.14);
}

.project-vote-action.is-pending {
  opacity: 0.7;
  cursor: wait;
}

.project-vote-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  color: inherit;
}

.project-example-item {
  position: relative;
  display: block;
  flex: 0 1 auto;
  min-width: min(100%, 9.5rem);
  width: fit-content;
  max-width: min(100%, 22rem);
  padding: 12px 16px 13px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 16px rgba(18, 18, 18, 0.05);
  font-size: 18px;
  line-height: 1.48;
}

.project-example-item-xs {
  max-width: 12rem;
}

.project-example-item-sm {
  max-width: 16rem;
}

.project-example-item-md {
  max-width: 21rem;
}

.project-example-item-lg {
  max-width: 28rem;
}

.project-example-item-wide {
  max-width: min(100%, 34rem);
}

.project-example-item-tone-1 {
  background: rgba(255, 252, 242, 0.96);
}

.project-example-item-tone-2 {
  background: rgba(246, 251, 255, 0.96);
}

.project-example-item-tone-3 {
  background: rgba(255, 243, 247, 0.96);
}

.project-example-item-tone-4 {
  background: rgba(247, 255, 239, 0.96);
}

.project-example-item-drift-1 {
  transform: translateY(-2px) rotate(-1deg);
}

.project-example-item-drift-2 {
  transform: translateY(6px) rotate(0.9deg);
}

.project-example-item-drift-3 {
  transform: translateY(0) rotate(-0.4deg);
}

.project-example-item-drift-4 {
  transform: translateY(4px) rotate(1.3deg);
}

.project-example-item-drift-5 {
  transform: translateY(-4px) rotate(-0.8deg);
}

.demand-ranking {
  display: grid;
  gap: 16px;
}

.demand-card,
.freeform-card {
  position: relative;
  overflow: hidden;
  padding: 22px 24px;
  border: 2px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(18, 18, 18, 0.08);
}

.demand-card::before,
.freeform-card::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1.5px dashed rgba(18, 18, 18, 0.1);
  border-radius: 19px;
  pointer-events: none;
}

.demand-card:nth-child(2n) {
  background: rgba(255, 249, 236, 0.94);
}

.demand-card:nth-child(3n) {
  background: rgba(246, 251, 255, 0.94);
}

.demand-name,
.freeform-quote {
  margin: 8px 0 0;
}

.demand-name {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

.demand-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  min-height: 52px;
  padding: 0 18px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-weight: 700;
}

.demand-track {
  position: relative;
  overflow: hidden;
  height: 22px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.1);
}

.demand-fill {
  height: 100%;
  width: calc(var(--ratio) * 1%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 90, 54, 0.95), rgba(255, 193, 77, 0.92));
  box-shadow: inset 0 0 0 1px rgba(18, 18, 18, 0.05);
}

.demand-card:nth-child(2) .demand-fill {
  background: linear-gradient(90deg, rgba(255, 107, 181, 0.9), rgba(255, 193, 77, 0.9));
}

.demand-card:nth-child(3) .demand-fill {
  background: linear-gradient(90deg, rgba(156, 239, 252, 0.95), rgba(71, 151, 255, 0.88));
}

.demand-card:nth-child(4) .demand-fill {
  background: linear-gradient(90deg, rgba(214, 255, 67, 0.94), rgba(255, 193, 77, 0.92));
}

.demand-copy,
.freeform-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.demand-quote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.freeform-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.freeform-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 210px;
  padding: 24px 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 38%),
    rgba(255, 251, 241, 0.94);
}

.freeform-card-wide {
  grid-column: 1 / -1;
}

.freeform-card:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), transparent 36%),
    rgba(255, 249, 236, 0.96);
}

.demand-read-stack {
  margin-top: 16px;
}

.demand-read-panel {
  padding-block: clamp(22px, 2.5vw, 28px);
}

.demand-read-layout {
  display: grid;
  gap: clamp(18px, 2vw, 24px);
}

.demand-read-block {
  display: grid;
  gap: 12px;
  align-content: start;
}

.demand-read-block + .demand-read-block {
  padding-top: clamp(18px, 2vw, 24px);
  border-top: 1.5px dashed rgba(18, 18, 18, 0.14);
}

.demand-read-block-head {
  align-items: end;
}

.freeform-quote {
  position: relative;
  z-index: 1;
  padding-right: 1.75rem;
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0;
  color: var(--ink);
}

.freeform-card-wide .freeform-quote {
  max-width: none;
}

.freeform-size-sm .freeform-quote {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.32;
}

.freeform-size-lg .freeform-quote {
  font-size: clamp(18px, 1.75vw, 24px);
  line-height: 1.44;
}

.freeform-size-xl .freeform-quote {
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.5;
}

.freeform-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 12px;
  border: 2px solid currentColor;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(13px, 1.02vw, 16px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: var(--ink);
}

.freeform-card:nth-child(1) .freeform-badge {
  color: var(--accent);
}

.freeform-card:nth-child(2) .freeform-badge {
  color: #995f00;
}

.freeform-card:nth-child(3) .freeform-badge {
  color: #005d72;
}

.freeform-card:nth-child(4) .freeform-badge {
  color: #6e7600;
}

.freeform-card::after {
  content: "“";
  position: absolute;
  top: 10px;
  right: 18px;
  font-family: "Noto Serif SC", serif;
  font-size: 62px;
  line-height: 1;
  color: rgba(18, 18, 18, 0.07);
}

@media (min-width: 761px) {
  #demand-read .section-head {
    padding-bottom: 12px;
  }

  #demand-read .demand-read-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  #demand-read .demand-read-block {
    height: 100%;
  }

  #demand-read .demand-read-block + .demand-read-block {
    padding-top: 0;
    border-top: 0;
  }

  #demand-read .section-head h2 {
    font-size: clamp(32px, 3.6vw, 46px);
  }

  #demand-read .demand-read-block-head h3 {
    font-size: clamp(24px, 2.2vw, 31px);
    line-height: 1.04;
  }

  #demand-read .demand-ranking,
  #demand-read .freeform-notes {
    margin-top: 0;
  }

  #demand-read .demand-ranking {
    gap: 12px;
  }

  #demand-read .demand-card {
    padding: 18px 20px 16px;
    border-radius: 22px;
  }

  #demand-read .demand-card::before {
    inset: 9px;
    border-radius: 15px;
  }

  #demand-read .demand-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 16px;
  }

  #demand-read .demand-name {
    margin-top: 4px;
    font-size: clamp(22px, 2.15vw, 29px);
    line-height: 1.12;
  }

  #demand-read .demand-count {
    min-width: 94px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 16px;
  }

  #demand-read .demand-track {
    height: 18px;
    margin-top: 14px;
  }

  #demand-read .freeform-notes {
    gap: 12px;
  }

  #demand-read .freeform-card {
    min-height: 168px;
    padding: 18px 20px 20px;
    border-radius: 22px;
  }

  #demand-read .freeform-card::before {
    inset: 9px;
    border-radius: 15px;
  }

  #demand-read .freeform-quote {
    margin-top: 10px;
    padding-right: 18px;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.42;
  }

  #demand-read .freeform-size-sm .freeform-quote {
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.36;
  }

  #demand-read .freeform-size-lg .freeform-quote {
    font-size: clamp(16px, 1.22vw, 19px);
    line-height: 1.46;
  }

  #demand-read .freeform-size-xl .freeform-quote {
    font-size: clamp(15px, 1.04vw, 18px);
    line-height: 1.5;
  }

  #demand-read .freeform-card::after {
    top: 10px;
    right: 16px;
    font-size: 48px;
  }
}

.persona-summary,
.persona-need {
  margin: 12px 0 0;
  font-size: 15px;
}

.member-row {
  margin-top: 18px;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.theme-card {
  background: rgba(255, 255, 255, 0.95);
}

.theme-copy {
  margin: 12px 0 0;
  font-size: 15px;
}

.quote-row {
  margin-top: 16px;
}

.quote-chip {
  background: rgba(255, 193, 77, 0.18);
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
}

.note-card {
  position: relative;
  padding: 18px 18px 18px 22px;
  border-left: 6px solid var(--accent);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.note-card:nth-child(2) {
  border-left-color: var(--acid);
}

.note-card:nth-child(3) {
  border-left-color: var(--pool);
}

.note-card:nth-child(4) {
  border-left-color: var(--berry);
}

.note-card h4 {
  margin-top: 0;
}

.note-card p {
  margin: 10px 0 0;
  font-size: 15px;
}

.snippet-grid {
  gap: 14px;
}

.grouped-stack {
  gap: 14px;
}

.cluster-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 2px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(18, 18, 18, 0.08);
}

.cluster-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1.5px dashed rgba(18, 18, 18, 0.11);
  border-radius: 20px;
  pointer-events: none;
}

.cluster-card:nth-child(3n + 2) {
  background: rgba(255, 251, 232, 0.94);
}

.cluster-card:nth-child(3n + 3) {
  background: rgba(246, 251, 255, 0.94);
}

.cluster-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cluster-name {
  margin: 0;
  font-size: 28px;
  line-height: 1.04;
}

.cluster-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 14px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 700;
}

.cluster-copy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.cluster-item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.cluster-item,
.note-cluster-item {
  position: relative;
  z-index: 1;
}

.cluster-item {
  padding: 18px 20px;
  border: 2px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.readable-cluster-item {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  max-width: min(100%, 28rem);
  padding: 12px 16px 13px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 16px rgba(18, 18, 18, 0.04);
}

.readable-cluster-item::before {
  content: none;
}

.scatter-card {
  flex: 0 1 auto;
}

.scatter-card-xs {
  max-width: min(100%, 14rem);
}

.scatter-card-sm {
  max-width: min(100%, 18rem);
}

.scatter-card-md {
  max-width: min(100%, 23rem);
}

.scatter-card-lg {
  max-width: min(100%, 28rem);
}

.scatter-card-wide {
  max-width: min(100%, 34rem);
}

.scatter-card-tone-1 {
  background: rgba(255, 252, 242, 0.96);
}

.scatter-card-tone-2 {
  background: rgba(246, 251, 255, 0.96);
}

.scatter-card-tone-3 {
  background: rgba(255, 243, 247, 0.96);
}

.scatter-card-tone-4 {
  background: rgba(247, 255, 239, 0.96);
}

.scatter-card-drift-1 {
  transform: translateY(-3px) rotate(-0.8deg);
}

.scatter-card-drift-2 {
  transform: translateY(5px) rotate(0.9deg);
}

.scatter-card-drift-3 {
  transform: translateY(1px) rotate(-0.5deg);
}

.scatter-card-drift-4 {
  transform: translateY(4px) rotate(1.1deg);
}

.scatter-card-drift-5 {
  transform: translateY(-1px) rotate(0.55deg);
}

.note-cluster-item {
  padding: 16px 18px 16px 20px;
  border-left: 5px solid var(--accent);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
}

.note-cluster-item:nth-child(2n) {
  border-left-color: var(--pool);
}

.note-cluster-item:nth-child(3n) {
  border-left-color: var(--acid);
}

.snippet-card {
  grid-column: span 6;
  padding: 18px 20px;
  border: 2px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.workflow-copy {
  margin: 14px 0 0;
  font-size: 15px;
}

.workflow-tool-row {
  margin-top: 14px;
}

.ledger-card {
  grid-column: span 4;
  background: rgba(255, 255, 255, 0.95);
}

#ledger-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.readable-ledger-card {
  grid-column: auto;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.96);
}

.readable-ledger-card:nth-child(2n) {
  background: rgba(255, 249, 236, 0.96);
}

.ledger-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ledger-meta,
.ledger-index {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ledger-index {
  color: var(--muted);
}

.readable-ledger-card .ledger-name {
  margin: 14px 0 0;
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.2;
}

.ledger-detail-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.ledger-detail-card {
  padding: 16px 18px;
  border: 2px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
}

.ledger-detail-copy {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.75;
}

.ledger-card-presentation {
  padding: 28px 30px;
}

.ledger-card-presentation .ledger-topline {
  justify-content: flex-start;
}

.ledger-meta-stage {
  color: var(--accent);
  border-color: rgba(255, 90, 54, 0.55);
  background: rgba(255, 255, 255, 0.96);
}

.ledger-goal-card {
  margin-top: 18px;
  padding: 18px 20px;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
}

.ledger-goal-copy {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.42;
  font-weight: 800;
  color: var(--ink);
}

.ledger-ask-block {
  margin-top: 18px;
}

.ledger-kicker {
  margin: 0 0 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.ledger-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ledger-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}

.quote-wall {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.quote-wall.is-scattered {
  display: block;
  min-height: var(--quote-wall-height, 0px);
}

.quote-sticker {
  position: relative;
  display: block;
  width: 100%;
  min-height: var(--quote-min-height, 136px);
  margin: 0;
  padding: var(--quote-pad-y, 17px) var(--quote-pad-x, 18px)
    calc(var(--quote-pad-y, 17px) - 2px) calc(var(--quote-pad-x, 18px) + 4px);
  border: 3px solid var(--line);
  border-radius: 12px 30px 12px 30px;
  box-shadow: 8px 8px 0 rgba(18, 18, 18, 0.16);
  --quote-drift-y: 0px;
  --quote-rotate: 0deg;
  transform: translateY(calc(26px + var(--quote-drift-y))) rotate(var(--quote-rotate));
}

.quote-sticker.weird-vote-target {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  padding-bottom: calc(var(--quote-pad-y, 17px) - 2px);
}

.quote-wall.is-scattered .quote-sticker {
  position: absolute;
  width: var(--quote-width, 100%);
}

.quote-sticker.is-visible {
  transform: translateY(var(--quote-drift-y)) rotate(var(--quote-rotate));
}

.quote-sticker.weird-vote-target:hover,
.quote-sticker.weird-vote-target:focus-visible {
  border-color: rgba(255, 109, 67, 0.72);
  box-shadow: 10px 10px 0 rgba(255, 109, 67, 0.12);
}

.quote-sticker.weird-vote-target:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 3px;
}

.quote-sticker.weird-vote-target.is-pressing {
  filter: saturate(0.98) brightness(0.99);
}

.quote-sticker.weird-vote-target.is-vote-open {
  z-index: 8;
  border-color: rgba(255, 109, 67, 0.8);
  box-shadow: 14px 14px 0 rgba(255, 109, 67, 0.16);
}

.quote-sticker::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 24px;
  width: 38px;
  height: 16px;
  background: rgba(244, 224, 166, 0.72);
  border: 1px solid rgba(18, 18, 18, 0.12);
  transform: rotate(6deg);
}

.quote-sticker-1 {
  background: rgba(255, 243, 176, 0.78);
}

.quote-sticker-2 {
  background: rgba(214, 230, 255, 0.78);
}

.quote-sticker-3 {
  background: rgba(255, 223, 234, 0.78);
}

.quote-sticker-4 {
  background: rgba(223, 244, 214, 0.78);
}

.quote-sticker-size-xs {
  --quote-min-height: 82px;
  --quote-font-size: 22px;
  --quote-line-height: 1.36;
}

.quote-sticker-size-sm {
  --quote-min-height: 102px;
  --quote-font-size: 20px;
  --quote-line-height: 1.4;
}

.quote-sticker-size-md {
  --quote-min-height: 128px;
}

.quote-sticker-size-lg {
  --quote-min-height: 158px;
  --quote-font-size: 18px;
  --quote-line-height: 1.48;
}

.quote-sticker-size-xl {
  --quote-min-height: 190px;
  --quote-font-size: 17px;
  --quote-line-height: 1.54;
}

.quote-sticker-drift-1 {
  --quote-drift-y: -4px;
  --quote-rotate: -0.6deg;
}

.quote-sticker-drift-2 {
  --quote-drift-y: 6px;
  --quote-rotate: 0.75deg;
}

.quote-sticker-drift-3 {
  --quote-drift-y: 2px;
  --quote-rotate: -0.4deg;
}

.quote-sticker-drift-4 {
  --quote-drift-y: 5px;
  --quote-rotate: 0.95deg;
}

.quote-sticker-drift-5 {
  --quote-drift-y: -2px;
  --quote-rotate: 0.45deg;
}

.quote-mark {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(24px, calc(var(--quote-font-size, 22px) + 4px), 32px);
  font-weight: 700;
  color: var(--accent);
}

.snippet-copy {
  margin: 0;
  font-size: var(--quote-font-size, 21px);
  line-height: var(--quote-line-height, 1.52);
  font-weight: 700;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.snippet-link {
  position: relative;
  z-index: 2;
  color: #165eaa;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.14em;
  word-break: break-all;
}

.snippet-link:hover {
  color: var(--accent);
}

.snippet-link:focus-visible {
  outline: 2px solid rgba(255, 109, 67, 0.24);
  outline-offset: 2px;
  border-radius: 4px;
}

.weird-vote-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px 10px;
  width: 100%;
  min-height: 21px;
  margin-top: 8px;
}

.weird-vote-popover {
  position: absolute;
  left: calc(var(--quote-pad-x, 18px) + 4px);
  right: var(--quote-pad-x, 18px);
  bottom: calc(var(--quote-pad-y, 17px) - 1px);
  z-index: 2;
}

.weird-vote-hint {
  display: inline-flex;
  justify-content: flex-start;
  flex: 1 1 auto;
  margin: 0;
  color: rgba(18, 18, 18, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.weird-vote-target:hover .weird-vote-hint,
.weird-vote-target:focus-visible .weird-vote-hint,
.weird-vote-target.is-pressing .weird-vote-hint,
.weird-vote-target.is-vote-open .weird-vote-hint {
  opacity: 0.95;
  transform: translateY(0);
}

.weird-vote-target.has-vote .weird-vote-hint,
.weird-vote-target.is-vote-open .weird-vote-hint {
  opacity: 0;
  transform: translateY(4px);
}

.weird-vote-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto;
  max-width: 100%;
  pointer-events: none;
}

.weird-vote-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 21px;
  padding: 0 8px;
  border: 1.5px solid rgba(18, 18, 18, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.weird-vote-badge-hot {
  background: rgba(255, 109, 67, 0.14);
  color: #c8521f;
}

.weird-vote-badge-nice {
  background: rgba(201, 242, 178, 0.26);
  color: #2f7a2f;
}

.weird-vote-badge-flat {
  background: rgba(87, 97, 112, 0.12);
  color: #435063;
}

.weird-vote-badge-lol {
  background: rgba(255, 211, 85, 0.18);
  color: #9b6306;
}

.weird-vote-target.has-vote .weird-vote-badge {
  opacity: 1;
  transform: translateY(0);
}

.weird-vote-target.is-vote-open .weird-vote-badges {
  opacity: 0;
}

.weird-vote-popover {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.weird-vote-target.is-vote-open .weird-vote-popover {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.weird-vote-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 24px;
  padding: 0 10px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 12px rgba(18, 18, 18, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease,
    color 150ms ease,
    border-color 150ms ease;
}

.weird-vote-action:hover {
  transform: translateY(-1px);
}

.weird-vote-action:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

.weird-vote-action.is-pending {
  opacity: 0.7;
  cursor: wait;
}

.weird-vote-action[data-weird-vote-action="hot"].is-active {
  border-color: rgba(255, 109, 67, 0.44);
  background: rgba(255, 109, 67, 0.14);
  color: #c8521f;
  box-shadow: 0 10px 16px rgba(255, 109, 67, 0.14);
}

.weird-vote-action[data-weird-vote-action="nice"].is-active {
  border-color: rgba(67, 163, 74, 0.36);
  background: rgba(201, 242, 178, 0.3);
  color: #2f7a2f;
  box-shadow: 0 10px 16px rgba(86, 169, 82, 0.14);
}

.weird-vote-action[data-weird-vote-action="flat"].is-active {
  border-color: rgba(87, 97, 112, 0.42);
  background: rgba(87, 97, 112, 0.12);
  color: #435063;
  box-shadow: 0 10px 16px rgba(87, 97, 112, 0.12);
}

.weird-vote-action[data-weird-vote-action="lol"].is-active {
  border-color: rgba(241, 180, 34, 0.4);
  background: rgba(255, 211, 85, 0.18);
  color: #9b6306;
  box-shadow: 0 10px 16px rgba(241, 180, 34, 0.12);
}

.weird-vote-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  color: inherit;
}

#current-grid,
#practice-grid {
  gap: 12px 18px;
}

#current-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

#practice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

#current-grid.grouped-stack-masonry,
#practice-grid.grouped-stack-masonry {
  gap: 10px 14px;
  grid-auto-rows: 8px;
  grid-auto-flow: dense;
}

#current-grid .cluster-card,
#practice-grid .cluster-card {
  padding: 24px 24px 22px;
  border-radius: 28px;
  --cluster-scatter-x: 0px;
  --cluster-scatter-y: 0px;
  --cluster-scatter-rotate: 0deg;
  translate: var(--cluster-scatter-x) var(--cluster-scatter-y);
  rotate: var(--cluster-scatter-rotate);
}

#current-grid .cluster-card:only-child,
#practice-grid .cluster-card:only-child {
  grid-column: 1 / -1;
}

#current-grid.grouped-stack-masonry .cluster-card,
#practice-grid.grouped-stack-masonry .cluster-card {
  align-self: start;
}

#current-grid.grouped-stack-masonry .cluster-card.cluster-card-wide,
#practice-grid.grouped-stack-masonry .cluster-card.cluster-card-wide {
  grid-column: 1 / -1;
}

#current-grid.is-scattered,
#practice-grid.is-scattered {
  position: relative;
  display: block;
  min-height: var(--grouped-stack-height, 0px);
}

#current-grid.is-scattered .cluster-card,
#practice-grid.is-scattered .cluster-card {
  position: absolute;
  width: var(--cluster-card-width, 100%);
  margin: 0;
}

#current-grid .cluster-name,
#practice-grid .cluster-name {
  font-size: clamp(32px, 3.2vw, 42px);
  line-height: 1.12;
}

#current-grid .cluster-copy,
#practice-grid .cluster-copy {
  margin-top: 14px;
  max-width: 50rem;
  font-size: 18px;
  line-height: 1.78;
}

#current-grid .cluster-item-grid,
#practice-grid .cluster-item-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 12px;
  margin-top: 18px;
}

#current-grid .snippet-copy,
#practice-grid .snippet-copy {
  max-width: 100%;
  font-size: 18px;
  line-height: 1.56;
}

#current-grid .current-thing-target,
#practice-grid .current-thing-target {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 13px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

#current-grid .current-thing-target:hover,
#current-grid .current-thing-target:focus-visible,
#practice-grid .current-thing-target:hover,
#practice-grid .current-thing-target:focus-visible {
  box-shadow: 0 12px 22px rgba(18, 18, 18, 0.1);
}

#current-grid .current-thing-target:focus-visible,
#practice-grid .current-thing-target:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

#current-grid .current-thing-target.is-pressing,
#practice-grid .current-thing-target.is-pressing {
  transform: scale(0.985);
}

#current-grid .current-thing-target.is-reaction-open,
#practice-grid .current-thing-target.is-reaction-open {
  z-index: 4;
  border-color: rgba(255, 109, 67, 0.7);
  box-shadow: 0 14px 28px rgba(255, 109, 67, 0.14);
}

#current-grid .current-thing-target.is-reacted,
#practice-grid .current-thing-target.is-reacted {
  border-color: rgba(255, 90, 54, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 249, 242, 0.98) 0%, rgba(255, 239, 231, 0.95) 100%);
  box-shadow: 0 12px 20px rgba(255, 90, 54, 0.14);
}

.current-thing-actions {
  position: relative;
  width: 100%;
  min-height: 20px;
  margin-top: 10px;
}

.current-thing-reaction-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px 10px;
  width: 100%;
  min-height: 20px;
}

.current-thing-reaction-popover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.current-thing-reaction-hint {
  display: inline-flex;
  justify-content: flex-start;
  flex: 1 1 auto;
  margin: 0;
  color: rgba(18, 18, 18, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

#current-grid .current-thing-target:hover .current-thing-reaction-hint,
#current-grid .current-thing-target:focus-visible .current-thing-reaction-hint,
#current-grid .current-thing-target.is-pressing .current-thing-reaction-hint,
#current-grid .current-thing-target.is-reaction-open .current-thing-reaction-hint,
#practice-grid .current-thing-target:hover .current-thing-reaction-hint,
#practice-grid .current-thing-target:focus-visible .current-thing-reaction-hint,
#practice-grid .current-thing-target.is-pressing .current-thing-reaction-hint,
#practice-grid .current-thing-target.is-reaction-open .current-thing-reaction-hint {
  opacity: 0.95;
  transform: translateY(0);
}

#current-grid .current-thing-target.is-reacted .current-thing-reaction-hint,
#current-grid .current-thing-target.is-reaction-open .current-thing-reaction-hint,
#practice-grid .current-thing-target.is-reacted .current-thing-reaction-hint,
#practice-grid .current-thing-target.is-reaction-open .current-thing-reaction-hint {
  opacity: 0;
  transform: translateY(4px);
}

.current-thing-reaction-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  margin-left: auto;
  max-width: 100%;
  pointer-events: none;
}

.current-thing-reaction-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border: 1.5px solid rgba(18, 18, 18, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

#current-grid .current-thing-target.is-reacted .current-thing-reaction-badge,
#practice-grid .current-thing-target.is-reacted .current-thing-reaction-badge {
  opacity: 1;
  transform: translateY(0);
}

#current-grid .current-thing-target.is-reaction-open .current-thing-reaction-badges,
#practice-grid .current-thing-target.is-reaction-open .current-thing-reaction-badges {
  opacity: 0;
}

.current-thing-reaction-popover {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

#current-grid .current-thing-target.is-reaction-open .current-thing-reaction-popover,
#practice-grid .current-thing-target.is-reaction-open .current-thing-reaction-popover {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.current-thing-reaction-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1.5px solid rgba(18, 18, 18, 0.84);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 12px rgba(18, 18, 18, 0.08);
  cursor: pointer;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  transition:
    transform 150ms ease,
    background-color 150ms ease,
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.current-thing-reaction-button:hover {
  transform: translateY(-1px);
}

.current-thing-reaction-button:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

.current-thing-reaction-button[data-current-thing-reaction="want"].is-active {
  border-color: rgba(255, 109, 67, 0.44);
  background: rgba(255, 109, 67, 0.14);
  color: #c8521f;
  box-shadow: 0 10px 16px rgba(255, 109, 67, 0.12);
}

.current-thing-reaction-button[data-current-thing-reaction="cheer"].is-active {
  border-color: rgba(92, 161, 255, 0.44);
  background: rgba(156, 239, 252, 0.26);
  color: #185ea8;
  box-shadow: 0 10px 16px rgba(92, 161, 255, 0.12);
}

.current-thing-reaction-button[data-current-thing-reaction="plus"].is-active {
  border-color: rgba(241, 180, 34, 0.42);
  background: rgba(255, 211, 85, 0.2);
  color: #9b6306;
  box-shadow: 0 10px 16px rgba(241, 180, 34, 0.12);
}

.current-thing-reaction-button[data-current-thing-reaction="want_meet"].is-active {
  border-color: rgba(42, 144, 122, 0.42);
  background: rgba(107, 212, 176, 0.18);
  color: #1d6b57;
  box-shadow: 0 10px 16px rgba(42, 144, 122, 0.12);
}

.current-thing-reaction-label,
.current-thing-reaction-count {
  line-height: 1;
}

.current-thing-reaction-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  color: inherit;
}

.ledger-name,
.workflow-name,
.persona-name,
.theme-name {
  font-size: 30px;
}

.ledger-role {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.ledger-tool-row,
.ledger-vibe-row {
  margin-top: 14px;
}

.ledger-ask,
.ledger-workflow {
  margin: 14px 0 0;
  font-size: 15px;
}

.basic-cloud {
  margin-top: 10px;
}

.basic-cloud-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row dense;
  grid-auto-rows: 12px;
  gap: 12px;
  align-items: stretch;
}

.basic-cloud-card {
  --cloud-ink: var(--accent);
  --cloud-spot: rgba(255, 90, 54, 0.2);
  --cloud-border: rgba(255, 90, 54, 0.3);
  --cloud-surface:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 239, 0.94));
  position: relative;
  align-self: start;
  min-width: 0;
  padding: 16px 14px 14px;
  border: 2.5px solid var(--line);
  border-radius: 24px;
  background: var(--cloud-surface);
  box-shadow: 0 12px 22px rgba(18, 18, 18, 0.08);
  overflow: hidden;
}

.basic-cloud-card.is-featured {
  grid-column: 1 / -1;
}

.basic-cloud-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px dashed rgba(18, 18, 18, 0.12);
  border-radius: 16px;
  pointer-events: none;
}

.basic-cloud-card::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -14px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--cloud-spot) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.basic-cloud-card-head,
.basic-cloud-share,
.basic-cloud-chip-row {
  position: relative;
  z-index: 1;
}

.basic-cloud-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.basic-cloud-word {
  margin: 0;
  color: var(--cloud-ink);
  font-family: "Noto Serif SC", serif;
  font-size: calc(16px + 10px * var(--cloud-scale));
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.basic-cloud-count {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 8px 6px 7px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--cloud-ink);
  font-family: "IBM Plex Mono", monospace;
  text-align: center;
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.08);
}

.basic-cloud-count-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.basic-cloud-count-share {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(18, 18, 18, 0.66);
}

.basic-cloud-share {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--muted);
}

.basic-cloud-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 10px;
}

.basic-cloud-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  max-width: 100%;
  padding: 0 11px;
  border: 1.5px solid var(--cloud-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.06);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
  word-break: break-word;
}

.basic-cloud-breakdown {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1.5px dashed rgba(18, 18, 18, 0.16);
}

.basic-cloud-breakdown-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.basic-cloud-breakdown-label,
.basic-cloud-breakdown-note {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basic-cloud-breakdown-note {
  color: var(--muted);
}

.basic-cloud-breakdown-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.basic-cloud-breakdown-item {
  padding: 11px 11px 10px;
  border: 1.5px solid rgba(18, 18, 18, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.basic-cloud-breakdown-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.basic-cloud-breakdown-topline strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.basic-cloud-breakdown-topline span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.basic-cloud-breakdown-bar {
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  overflow: hidden;
}

.basic-cloud-breakdown-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cloud-ink), color-mix(in srgb, var(--cloud-ink) 62%, white));
}

.basic-cloud-breakdown-samples {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.basic-cloud-card.tone-accent {
  --cloud-ink: #d94727;
  --cloud-spot: rgba(255, 90, 54, 0.22);
  --cloud-border: rgba(255, 90, 54, 0.34);
  --cloud-surface:
    linear-gradient(180deg, rgba(255, 252, 249, 0.98), rgba(255, 240, 233, 0.95));
}

.basic-cloud-card.tone-pool {
  --cloud-ink: #0087a3;
  --cloud-spot: rgba(156, 239, 252, 0.34);
  --cloud-border: rgba(0, 135, 163, 0.24);
  --cloud-surface:
    linear-gradient(180deg, rgba(248, 255, 255, 0.98), rgba(233, 250, 255, 0.95));
}

.basic-cloud-card.tone-acid {
  --cloud-ink: #5c6f00;
  --cloud-spot: rgba(214, 255, 67, 0.34);
  --cloud-border: rgba(105, 125, 0, 0.26);
  --cloud-surface:
    linear-gradient(180deg, rgba(255, 255, 245, 0.98), rgba(247, 255, 220, 0.95));
}

.basic-cloud-card.tone-berry {
  --cloud-ink: #c22775;
  --cloud-spot: rgba(255, 107, 181, 0.26);
  --cloud-border: rgba(194, 39, 117, 0.24);
  --cloud-surface:
    linear-gradient(180deg, rgba(255, 251, 254, 0.98), rgba(255, 236, 245, 0.95));
}

.basic-cloud-card.tone-gold {
  --cloud-ink: #9e5a00;
  --cloud-spot: rgba(255, 193, 77, 0.28);
  --cloud-border: rgba(158, 90, 0, 0.26);
  --cloud-surface:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(255, 243, 214, 0.95));
}

.basic-cloud-card.tone-mint {
  --cloud-ink: #2f7a42;
  --cloud-spot: rgba(201, 242, 178, 0.34);
  --cloud-border: rgba(47, 122, 66, 0.2);
  --cloud-surface:
    linear-gradient(180deg, rgba(250, 255, 247, 0.98), rgba(240, 253, 233, 0.95));
}

@media (max-width: 760px) {
  .basic-cloud-stage {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .basic-cloud-card.is-featured {
    grid-column: auto;
  }

  .basic-cloud-breakdown-list {
    grid-template-columns: 1fr;
  }

  .basic-cloud-card {
    padding: 16px 16px 14px;
  }

  .basic-cloud-word {
    font-size: calc(18px + 10px * var(--cloud-scale));
  }
}

.intro-cloud {
  margin-top: 20px;
}

.intro-wall-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 22px;
}

.intro-wall-copy {
  position: relative;
  padding: 20px 22px;
  border: 2px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(18, 18, 18, 0.08);
}

.intro-wall-lead {
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(27px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.2;
}

.intro-wall-body,
.intro-wall-note {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.intro-wall-note {
  margin-top: 8px;
}

.intro-wall-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.intro-wall-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1.5px solid rgba(18, 18, 18, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 193, 77, 0.2), rgba(156, 239, 252, 0.14)),
    rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.intro-wall-stat {
  position: relative;
  padding: 16px 18px;
  border: 2px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(18, 18, 18, 0.08);
}

.intro-wall-stat strong {
  display: block;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.intro-wall-stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.intro-wall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  grid-auto-rows: 8px;
  align-items: start;
}

.intro-group-card {
  position: relative;
  align-self: start;
  padding: 24px;
  border: 3px solid var(--line);
  border-radius: 32px;
  box-shadow: 0 16px 30px rgba(18, 18, 18, 0.1);
  transform-origin: center top;
}

.intro-group-card-wide {
  grid-column: 1 / -1;
}

.intro-group-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1.5px dashed rgba(18, 18, 18, 0.12);
  border-radius: 24px;
  pointer-events: none;
}

.intro-group-pin {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-bottom: 16px;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 3px 0 rgba(18, 18, 18, 0.16);
}

.intro-group-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.intro-group-name {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.08;
}

.intro-group-card-wide .intro-group-name {
  max-width: 18ch;
}

.intro-group-count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
  padding: 0 16px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  font-family: "IBM Plex Mono", monospace;
  font-size: 22px;
  font-weight: 700;
}

.intro-vote-status {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 2px solid rgba(18, 18, 18, 0.72);
  border-radius: 18px;
  background: rgba(255, 252, 240, 0.94);
  box-shadow: 0 10px 20px rgba(18, 18, 18, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(18, 18, 18, 0.74);
}

.intro-quote-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 14px;
  margin-top: 20px;
}

.intro-group-card-wide .intro-quote-list {
  gap: 10px 12px;
}

.intro-quote-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: fit-content;
  max-width: min(100%, 24rem);
  padding: 12px 16px 14px;
  border: 2px solid rgba(18, 18, 18, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 16px rgba(18, 18, 18, 0.06);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  transition:
    transform 150ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    opacity 150ms ease;
}

.intro-quote-item:hover,
.intro-quote-item:focus-visible {
  box-shadow: 0 12px 22px rgba(18, 18, 18, 0.1);
}

.intro-quote-item:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

.intro-quote-item.is-pressing {
  transform: scale(0.985);
}

.intro-quote-item.is-vote-open {
  z-index: 3;
  border-color: rgba(255, 109, 67, 0.7);
  box-shadow: 0 14px 28px rgba(255, 109, 67, 0.14);
}

.intro-quote-item.is-vote-disabled {
  opacity: 0.96;
  cursor: default;
}

.intro-quote-item.is-vote-disabled .intro-quote-vote-hint,
.intro-quote-item.is-vote-disabled .intro-quote-vote-popover {
  display: none;
}

.intro-quote-copy {
  margin: 0;
  display: block;
  width: 100%;
}

.intro-quote-item.is-contact-open {
  border-color: rgba(55, 118, 78, 0.45);
  box-shadow: 0 16px 30px rgba(55, 118, 78, 0.12);
}

.intro-contact-shell {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.intro-contact-shell.is-missing {
  gap: 0;
}

.intro-contact-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.intro-contact-trigger,
.intro-contact-action-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(18, 18, 18, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink);
  cursor: pointer;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease,
    color 150ms ease,
    opacity 150ms ease;
}

.intro-contact-trigger {
  min-height: 30px;
  padding: 0 12px;
  background:
    linear-gradient(135deg, rgba(18, 18, 18, 0.96), rgba(54, 54, 54, 0.92));
  color: #fff8ec;
}

.intro-contact-trigger:hover,
.intro-contact-action-button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.intro-contact-trigger:focus-visible,
.intro-contact-action-button:focus-visible,
.intro-contact-gate-close:focus-visible,
.intro-contact-gate-submit:focus-visible,
.intro-contact-gate-cancel:focus-visible,
.intro-contact-gate-input:focus-visible,
.intro-contact-gate-link:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

.intro-contact-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(245, 239, 228, 0.96);
  border: 1px solid rgba(135, 108, 74, 0.2);
  color: rgba(76, 57, 39, 0.82);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.intro-contact-shell.is-verified .intro-contact-status {
  background: rgba(228, 243, 233, 0.98);
  border-color: rgba(54, 117, 77, 0.2);
  color: #29543a;
}

.intro-contact-shell.is-missing .intro-contact-status {
  width: 100%;
  justify-content: center;
  background: rgba(245, 241, 236, 0.92);
  color: rgba(91, 78, 66, 0.78);
}

.intro-contact-panel {
  display: grid;
  gap: 10px;
  padding: 12px 13px 10px;
  border-radius: 16px;
  border: 1px solid rgba(52, 96, 66, 0.18);
  background:
    linear-gradient(180deg, rgba(247, 251, 245, 0.98), rgba(240, 247, 238, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.intro-contact-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(41, 84, 58, 0.68);
}

.intro-contact-value {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  color: #233225;
  word-break: break-all;
  user-select: text;
  -webkit-user-select: text;
}

.intro-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.intro-contact-action-button {
  min-height: 30px;
  padding: 0 12px;
}

.intro-contact-action-button:disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.intro-contact-action-button.is-manual-copy {
  border-color: rgba(196, 132, 62, 0.46);
  background: rgba(255, 239, 214, 0.9);
  color: #8c5518;
}

.intro-contact-action-button-secondary {
  background: rgba(232, 238, 229, 0.92);
  border-color: rgba(57, 97, 70, 0.25);
  color: #2a4d37;
}

body.is-contact-gate-open {
  overflow: hidden;
}

.intro-contact-gate[hidden] {
  display: none;
}

.intro-contact-gate {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at top, rgba(255, 246, 232, 0.42), rgba(18, 18, 18, 0) 42%),
    rgba(18, 18, 18, 0.48);
  backdrop-filter: blur(12px);
}

.intro-contact-gate-panel {
  position: relative;
  width: min(100%, 460px);
  padding: 26px 24px 24px;
  border-radius: 28px;
  border: 1px solid rgba(128, 95, 56, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(250, 244, 235, 0.96));
  box-shadow:
    0 26px 70px rgba(18, 18, 18, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.intro-contact-gate-close {
  position: absolute;
  top: 14px;
  right: 14px;
  appearance: none;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  color: rgba(18, 18, 18, 0.82);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.intro-contact-gate-kicker {
  margin: 0;
  color: rgba(149, 93, 31, 0.88);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-contact-gate-title {
  margin: 12px 0 0;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.08;
}

.intro-contact-gate-desc {
  margin: 12px 0 0;
  color: rgba(70, 56, 42, 0.84);
  font-size: 15px;
  line-height: 1.65;
}

.intro-contact-gate-link {
  color: #96561b;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(150, 86, 27, 0.3);
}

.intro-contact-gate-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.intro-contact-gate-contact {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.intro-contact-gate-contact-context {
  margin: 0;
  color: rgba(70, 56, 42, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.intro-contact-gate-contact-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(52, 96, 66, 0.18);
  background:
    linear-gradient(180deg, rgba(247, 251, 245, 0.98), rgba(240, 247, 238, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.intro-contact-gate-contact-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(41, 84, 58, 0.68);
}

.intro-contact-gate-contact-value {
  margin: 0;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1.3;
  font-weight: 800;
  color: #223427;
  word-break: break-all;
  user-select: text;
  -webkit-user-select: text;
}

.intro-contact-gate-label {
  color: rgba(60, 45, 31, 0.84);
  font-size: 13px;
  font-weight: 700;
}

.intro-contact-gate-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1.5px solid rgba(18, 18, 18, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}

.intro-contact-gate-error {
  min-height: 20px;
  margin: 0;
  color: #c34a1f;
  font-size: 13px;
  font-weight: 700;
}

.intro-contact-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.intro-contact-gate-contact-actions {
  margin-top: 0;
}

.intro-contact-gate-submit,
.intro-contact-gate-cancel {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(18, 18, 18, 0.8);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.intro-contact-gate-submit {
  background: rgba(18, 18, 18, 0.96);
  color: #fff8ec;
}

.intro-contact-gate-submit.is-manual-copy {
  border-color: rgba(196, 132, 62, 0.46);
  background: rgba(255, 239, 214, 0.96);
  color: #8c5518;
}

.intro-contact-gate-cancel {
  background: rgba(230, 223, 214, 0.92);
  color: rgba(59, 49, 39, 0.88);
  border-color: rgba(95, 82, 68, 0.26);
}

.intro-quote-votes {
  position: relative;
  width: 100%;
  min-height: 20px;
  margin-top: 10px;
}

.intro-quote-vote-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px 10px;
  width: 100%;
  min-height: 20px;
}

.intro-quote-vote-popover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.intro-quote-vote-hint {
  display: inline-flex;
  justify-content: flex-start;
  flex: 1 1 auto;
  margin: 0;
  color: rgba(18, 18, 18, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.intro-quote-item:hover .intro-quote-vote-hint,
.intro-quote-item:focus-visible .intro-quote-vote-hint,
.intro-quote-item.is-pressing .intro-quote-vote-hint,
.intro-quote-item.is-vote-open .intro-quote-vote-hint {
  opacity: 0.95;
  transform: translateY(0);
}

.intro-quote-item.has-votes .intro-quote-vote-hint,
.intro-quote-item.is-vote-open .intro-quote-vote-hint {
  opacity: 0;
  transform: translateY(4px);
}

.intro-quote-vote-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto;
  max-width: 100%;
  pointer-events: none;
}

.intro-quote-vote-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
  padding: 0 7px;
  border: 1.5px solid rgba(18, 18, 18, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

.intro-quote-item.has-votes .intro-quote-vote-badge {
  opacity: 1;
  transform: translateY(0);
}

.intro-quote-item.is-vote-open .intro-quote-vote-badges {
  opacity: 0;
}

.intro-quote-vote-badge.is-active {
  background: rgba(255, 109, 67, 0.14);
}

.intro-quote-vote-badge-interesting.is-active {
  border-color: rgba(255, 109, 67, 0.44);
  color: #c8521f;
}

.intro-quote-vote-badge-cheer.is-active {
  border-color: rgba(241, 180, 34, 0.42);
  background: rgba(255, 211, 85, 0.2);
  color: #9b6306;
}

.intro-quote-vote-badge-want_meet.is-active {
  border-color: rgba(42, 144, 122, 0.42);
  background: rgba(107, 212, 176, 0.18);
  color: #1d6b57;
}

.intro-quote-vote-badge-same_here.is-active {
  border-color: rgba(70, 120, 214, 0.4);
  background: rgba(134, 173, 255, 0.18);
  color: #2f57af;
}

.intro-quote-vote-badge.is-pending {
  opacity: 0.76;
}

.intro-quote-vote-badge-label,
.intro-quote-vote-badge-count {
  line-height: 1;
}

.intro-quote-vote-badge-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  color: inherit;
}

.intro-quote-vote-popover {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.intro-quote-item.is-vote-open .intro-quote-vote-popover {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.intro-quote-vote-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  min-height: 24px;
  padding: 0 9px;
  border: 1.5px solid rgba(18, 18, 18, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 12px rgba(18, 18, 18, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease,
    color 150ms ease,
    border-color 150ms ease,
    opacity 150ms ease;
}

.intro-quote-vote-button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.intro-quote-vote-button:focus-visible {
  outline: 3px solid rgba(255, 109, 67, 0.22);
  outline-offset: 2px;
}

.intro-quote-vote-button:disabled {
  cursor: not-allowed;
}

.intro-quote-vote-button.is-pending {
  opacity: 0.76;
}

.intro-quote-vote-button[data-intro-vote-type="interesting"].is-active {
  border-color: rgba(255, 109, 67, 0.44);
  background: rgba(255, 109, 67, 0.14);
  color: #c8521f;
  box-shadow: 0 10px 16px rgba(255, 109, 67, 0.12);
}

.intro-quote-vote-button[data-intro-vote-type="cheer"].is-active {
  border-color: rgba(241, 180, 34, 0.42);
  background: rgba(255, 211, 85, 0.2);
  color: #9b6306;
  box-shadow: 0 10px 16px rgba(241, 180, 34, 0.12);
}

.intro-quote-vote-button[data-intro-vote-type="want_meet"].is-active {
  border-color: rgba(42, 144, 122, 0.42);
  background: rgba(107, 212, 176, 0.18);
  color: #1d6b57;
  box-shadow: 0 10px 16px rgba(42, 144, 122, 0.12);
}

.intro-quote-vote-button[data-intro-vote-type="same_here"].is-active {
  border-color: rgba(70, 120, 214, 0.4);
  background: rgba(134, 173, 255, 0.18);
  color: #2f57af;
  box-shadow: 0 10px 16px rgba(70, 120, 214, 0.12);
}

.intro-quote-vote-label,
.intro-quote-vote-count {
  line-height: 1;
}

.intro-quote-vote-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  color: inherit;
}

.intro-quote-item-1 {
  background: rgba(255, 255, 255, 0.94);
}

.intro-quote-item-2 {
  background: rgba(255, 252, 238, 0.96);
}

.intro-quote-item-3 {
  background: rgba(245, 250, 255, 0.96);
}

.intro-quote-item-4 {
  background: rgba(251, 247, 255, 0.96);
}

.intro-quote-size-xs {
  max-width: min(100%, 10rem);
}

.intro-quote-size-sm {
  max-width: min(100%, 14rem);
}

.intro-quote-size-md {
  max-width: min(100%, 18rem);
}

.intro-quote-size-md-wide {
  max-width: min(100%, 22rem);
}

.intro-quote-size-lg {
  max-width: min(100%, 26rem);
}

.intro-quote-drift-1 {
  transform: translateY(-2px) rotate(-1.1deg);
}

.intro-quote-drift-2 {
  transform: translateY(4px) rotate(1deg);
}

.intro-quote-drift-3 {
  transform: translateY(1px) rotate(-0.6deg);
}

.intro-quote-drift-4 {
  transform: translateY(5px) rotate(1.15deg);
}

.intro-quote-drift-5 {
  transform: translateY(-1px) rotate(0.5deg);
}

.intro-group-card-1 {
  transform: translate(8px, 0) rotate(-2.2deg);
  background: rgba(255, 249, 228, 0.94);
}

.intro-group-card-1 .intro-group-pin {
  background: var(--accent);
}

.intro-group-card-2 {
  transform: translate(-8px, 10px) rotate(1.6deg);
  background: rgba(241, 249, 255, 0.94);
}

.intro-group-card-2 .intro-group-pin {
  background: var(--pool);
}

.intro-group-card-3 {
  transform: translate(14px, -4px) rotate(1.1deg);
  background: rgba(255, 241, 246, 0.95);
}

.intro-group-card-3 .intro-group-pin {
  background: var(--berry);
}

.intro-group-card-4 {
  transform: translate(-14px, 4px) rotate(-1.5deg);
  background: rgba(246, 255, 236, 0.95);
}

.intro-group-card-4 .intro-group-pin {
  background: var(--acid);
}

.intro-group-card-5 {
  transform: translate(6px, -6px) rotate(1.9deg);
  background: rgba(245, 242, 255, 0.95);
}

.intro-group-card-5 .intro-group-pin {
  background: #9a83ff;
}

.intro-group-card-6 {
  transform: translate(-6px, 2px) rotate(-1.1deg);
  background: rgba(238, 252, 247, 0.95);
}

.intro-group-card-6 .intro-group-pin {
  background: #66d5a3;
}

.intro-group-card-7 {
  transform: translate(10px, -2px) rotate(1.35deg);
  background: rgba(255, 246, 235, 0.95);
}

.intro-group-card-7 .intro-group-pin {
  background: #ffb347;
}

.intro-group-card-8 {
  transform: translate(-10px, 8px) rotate(-1.4deg);
  background: rgba(243, 244, 255, 0.95);
}

.intro-group-card-8 .intro-group-pin {
  background: #8aa6ff;
}

.blessing-section {
  margin-bottom: 8px;
}

.blessing-panel {
  --blessing-progress: 0;
  padding: clamp(28px, 3.4vw, 38px);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 234, 176, 0.74), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(255, 193, 77, 0.24), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 236, 0.98), rgba(255, 240, 204, 0.96));
  isolation: isolate;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.blessing-like-counter-row {
  position: absolute;
  left: clamp(18px, 2vw, 26px);
  top: clamp(18px, 2vw, 24px);
  z-index: 5;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.blessing-like-counter {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px 0 12px;
  border: 2px solid rgba(18, 18, 18, 0.82);
  border-radius: 999px;
  background: rgba(255, 251, 236, 0.92);
  box-shadow: 0 10px 18px rgba(118, 72, 4, 0.12);
}

.blessing-like-counter-label,
.blessing-like-counter-unit {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(93, 65, 11, 0.88);
  white-space: nowrap;
}

.blessing-like-counter-value {
  font-family: "Noto Serif SC", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.blessing-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 26% 50%, rgba(255, 249, 221, 0.46), transparent 24%),
    radial-gradient(circle at 74% 46%, rgba(255, 221, 124, 0.12), transparent 28%);
  opacity: calc(0.84 + (var(--blessing-progress) * 0.12));
  pointer-events: none;
  transition: opacity 280ms ease;
}

.blessing-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
}

.blessing-visual {
  position: relative;
  min-height: clamp(360px, 40vw, 430px);
  display: grid;
  place-items: center;
  padding: 24px 24px clamp(118px, 13vw, 142px);
  isolation: isolate;
}

.blessing-aura,
.blessing-rays,
.blessing-medallion,
.blessing-like-burst,
.blessing-merit-toast {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blessing-aura {
  border-radius: 50%;
  transition:
    opacity 280ms ease,
    filter 280ms ease,
    transform 280ms ease;
}

.blessing-aura-1 {
  width: clamp(248px, 31vw, 342px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(255, 248, 219, 0.96) 0%, rgba(255, 211, 117, 0.78) 34%, rgba(255, 193, 77, 0.1) 72%, transparent 100%);
  filter: blur(calc(2px - (var(--blessing-progress) * 0.8px)));
  opacity: calc(0.74 + (var(--blessing-progress) * 0.14));
  animation: blessing-pulse 3.4s ease-in-out infinite;
}

.blessing-aura-2 {
  width: clamp(216px, 27vw, 300px);
  aspect-ratio: 1;
  border: 1.5px solid rgba(168, 102, 0, 0.24);
  background:
    conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0) 0deg 18deg,
      rgba(255, 247, 209, 0.96) 18deg 30deg,
      rgba(255, 193, 77, 0.48) 30deg 44deg,
      rgba(255, 255, 255, 0) 44deg 90deg,
      rgba(255, 247, 209, 0.94) 90deg 102deg,
      rgba(255, 193, 77, 0.44) 102deg 116deg,
      rgba(255, 255, 255, 0) 116deg 180deg,
      rgba(255, 247, 209, 0.94) 180deg 192deg,
      rgba(255, 193, 77, 0.44) 192deg 206deg,
      rgba(255, 255, 255, 0) 206deg 270deg,
      rgba(255, 247, 209, 0.96) 270deg 282deg,
      rgba(255, 193, 77, 0.48) 282deg 296deg,
      rgba(255, 255, 255, 0) 296deg 360deg
    );
  box-shadow: inset 0 0 28px rgba(255, 220, 127, 0.22);
  animation: blessing-spin 16s linear infinite;
  opacity: calc(0.88 + (var(--blessing-progress) * 0.12));
}

.blessing-aura-3 {
  width: clamp(180px, 22vw, 246px);
  aspect-ratio: 1;
  border: 2px solid rgba(168, 102, 0, 0.18);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0%, rgba(255, 243, 208, 0.76) 54%, rgba(255, 193, 77, 0.18) 82%, transparent 100%);
  opacity: calc(0.84 + (var(--blessing-progress) * 0.16));
  animation: blessing-pulse 4.2s ease-in-out infinite reverse;
}

.blessing-rays {
  width: clamp(220px, 28vw, 308px);
  aspect-ratio: 1;
}

.blessing-rays span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: clamp(206px, 26vw, 286px);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 247, 209, 0.98) 24%, rgba(255, 193, 77, 0.88) 50%, rgba(255, 247, 209, 0.98) 76%, rgba(255, 255, 255, 0));
  opacity: calc(0.42 + (var(--blessing-progress) * 0.38));
  transform: translate(-50%, -50%) rotate(var(--ray-angle)) scaleY(0.92);
  animation: blessing-ray 2.9s ease-in-out infinite;
  animation-delay: var(--ray-delay);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    filter 220ms ease;
}

.blessing-medallion {
  display: grid;
  place-items: center;
  gap: 6px;
  width: clamp(148px, 18vw, 196px);
  aspect-ratio: 1;
  border: 3px solid rgba(18, 18, 18, 0.86);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 242, 198, 0.98) 34%, rgba(255, 201, 89, 0.98) 66%, rgba(222, 136, 22, 0.98) 100%);
  box-shadow:
    0 calc(22px + (var(--blessing-progress) * 10px)) calc(34px + (var(--blessing-progress) * 16px)) rgba(114, 66, 0, calc(0.2 + (var(--blessing-progress) * 0.08))),
    inset 0 8px 16px rgba(255, 255, 255, 0.62),
    inset 0 -10px 16px rgba(154, 86, 0, 0.16);
  transform: translate(-50%, calc(-50% - (var(--blessing-progress) * 10px))) scale(calc(1 + (var(--blessing-progress) * 0.08)));
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    filter 280ms ease;
  cursor: pointer;
  user-select: none;
  touch-action: none;
  z-index: 2;
}

.blessing-medallion:focus-visible {
  outline: 3px solid rgba(255, 193, 77, 0.3);
  outline-offset: 8px;
}

.blessing-medallion::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1.5px dashed rgba(102, 59, 0, 0.3);
  border-radius: 50%;
}

.blessing-medallion-icon,
.blessing-medallion-copy {
  position: absolute;
  z-index: 1;
}

.blessing-medallion-icon {
  left: 50%;
  top: 50%;
  font-family: "Noto Serif SC", serif;
  width: min(78%, 4.8em);
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 900;
  line-height: 1.04;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 0 rgba(255, 250, 229, 0.34);
  transform: translate(-50%, -50%);
}

.blessing-medallion-copy {
  left: 50%;
  bottom: clamp(14px, 1.8vw, 22px);
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1.5px solid rgba(102, 59, 0, 0.3);
  border-radius: 999px;
  background: rgba(255, 251, 237, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    background-color 220ms ease;
}

.blessing-like-track {
  position: absolute;
  left: 50%;
  top: calc(50% + clamp(118px, 12.8vw, 140px));
  z-index: 3;
  width: clamp(290px, 31vw, 396px);
  height: clamp(62px, 7vw, 78px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.blessing-like-track-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: auto;
  height: 100%;
  border: 2px solid rgba(18, 18, 18, 0.82);
  border-radius: 999px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.74), transparent 18%),
    linear-gradient(180deg, rgba(255, 253, 244, 0.98), rgba(255, 240, 198, 0.94));
  box-shadow:
    inset 0 14px 20px rgba(255, 255, 255, 0.76),
    inset 0 -10px 18px rgba(235, 183, 70, 0.18),
    0 16px 28px rgba(114, 66, 0, 0.16);
  transform: translateY(-50%);
  isolation: isolate;
  overflow: hidden;
}

.blessing-like-track-rail::before {
  content: "";
  position: absolute;
  inset: 8px 12px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, rgba(159, 96, 0, 0.03), rgba(255, 255, 255, 0.1), rgba(159, 96, 0, 0.03));
}

.blessing-like-track-rail::after {
  content: "";
  position: absolute;
  inset: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(130, 79, 0, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(130, 79, 0, 0.08);
}

.blessing-like-fill {
  position: absolute;
  inset: 8px 12px;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 250, 230, 0.98), rgba(255, 216, 112, 0.98) 34%, rgba(255, 167, 49, 0.96) 70%, rgba(210, 96, 6, 0.94));
  box-shadow:
    0 0 30px rgba(255, 181, 48, 0.38),
    inset 0 4px 14px rgba(255, 255, 255, 0.44),
    inset 0 -6px 14px rgba(165, 74, 0, 0.18);
  opacity: calc(0.58 + (var(--blessing-progress) * 0.42));
  transform: scaleX(clamp(0.03, var(--blessing-progress), 1));
  transform-origin: left center;
  transition:
    transform 90ms linear,
    opacity 180ms ease;
}

.blessing-like-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 235, 0.7) 42%, rgba(255, 255, 255, 0) 76%);
  opacity: calc(0.18 + (var(--blessing-progress) * 0.18));
  transform: translateX(-34%);
}

.blessing-like-track:focus-visible {
  outline: 3px solid rgba(255, 193, 77, 0.3);
  outline-offset: 6px;
}

.blessing-like-charge-copy {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(84, 58, 12, 0.92);
  text-shadow:
    0 1px 0 rgba(255, 250, 233, 0.42),
    0 0 14px rgba(255, 244, 214, 0.26);
  pointer-events: none;
  z-index: 1;
}

.blessing-like-burst {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}

.blessing-like-particle {
  position: absolute;
  left: var(--particle-left);
  top: var(--particle-top);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  font-size: var(--particle-size, 18px);
  font-weight: 800;
  color: rgba(130, 79, 0, 0.9);
  text-shadow: 0 6px 16px rgba(255, 236, 189, 0.72);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.58) rotate(0deg);
  animation: blessing-like-particle var(--particle-duration, 860ms) cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.blessing-like-particle.is-burst {
  font-family: "Noto Serif SC", serif;
  color: rgba(255, 248, 223, 0.98);
}

.blessing-like-particle.is-trail {
  font-family: "IBM Plex Mono", monospace;
  color: rgba(186, 116, 17, 0.92);
}

.blessing-merit-toast {
  top: 24%;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 2px solid rgba(18, 18, 18, 0.82);
  border-radius: 999px;
  background: rgba(255, 251, 236, 0.94);
  box-shadow: 0 14px 24px rgba(118, 72, 4, 0.16);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

.blessing-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-content: center;
}

.blessing-kicker {
  font-family: "IBM Plex Mono", monospace;
}

.blessing-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(130, 79, 0, 0.86);
}

.blessing-copy h3 {
  margin: 0;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.blessing-copy-line {
  display: block;
  white-space: nowrap;
}

.blessing-actions {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 8px;
}

.blessing-humble-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 2px solid rgba(18, 18, 18, 0.9);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.9);
  box-shadow: 0 10px 18px rgba(18, 18, 18, 0.12);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  color: #fff7e7;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

.blessing-humble-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(18, 18, 18, 0.16);
}

.blessing-humble-button:focus-visible {
  outline: 3px solid rgba(255, 193, 77, 0.34);
  outline-offset: 2px;
}

.blessing-panel.is-primed {
  box-shadow: 0 18px 34px rgba(118, 72, 4, 0.1);
}

.blessing-panel.is-dragging .blessing-medallion {
  filter: saturate(calc(1 + (var(--blessing-progress) * 0.18)));
}

.blessing-panel.is-dragging .blessing-like-track-rail {
  box-shadow:
    inset 0 14px 20px rgba(255, 255, 255, 0.8),
    inset 0 -10px 18px rgba(235, 183, 70, 0.26),
    0 16px 30px rgba(114, 66, 0, 0.18),
    0 0 34px rgba(255, 193, 77, 0.22);
}

.blessing-panel.is-dragging .blessing-like-fill {
  opacity: calc(0.68 + (var(--blessing-progress) * 0.32));
  filter: saturate(1.08) brightness(1.03);
}

.blessing-panel.is-dragging .blessing-like-fill::before {
  animation: blessing-charge-flow 760ms linear infinite;
}

.blessing-panel.is-dragging .blessing-like-charge-copy {
  letter-spacing: 0.2em;
  color: rgba(112, 70, 8, 0.98);
}

.blessing-panel.is-primed .blessing-medallion-copy {
  transform: translate(-50%, -1px);
}

.blessing-panel.is-liked {
  --blessing-progress: 1;
  box-shadow: 0 22px 38px rgba(118, 72, 4, 0.12);
}

.blessing-panel.is-liked .blessing-rays span {
  filter: brightness(1.12);
}

.blessing-panel.is-liked .blessing-medallion-copy {
  background: rgba(255, 251, 237, 0.94);
}

.blessing-panel.is-liked .blessing-like-track-rail {
  box-shadow:
    inset 0 14px 20px rgba(255, 255, 255, 0.8),
    inset 0 -10px 18px rgba(235, 183, 70, 0.3),
    0 16px 32px rgba(114, 66, 0, 0.18),
    0 0 42px rgba(255, 193, 77, 0.26);
}

.blessing-panel.is-liked .blessing-like-fill::before {
  animation: blessing-charge-flow 640ms linear infinite;
}

.blessing-panel.is-liked .blessing-humble-button {
  opacity: 1;
  pointer-events: auto;
}

.blessing-panel.is-liked .blessing-like-counter {
  box-shadow: 0 12px 22px rgba(118, 72, 4, 0.16);
}

.blessing-panel.is-toast-active .blessing-merit-toast {
  animation: blessing-merit-toast 1100ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.signup-gate-section {
  margin-bottom: 8px;
}

.signup-gate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.signup-gate-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
}

.signup-gate-card-signup {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 255, 67, 0.44), transparent 26%),
    linear-gradient(180deg, rgba(255, 252, 243, 0.98), rgba(244, 255, 217, 0.96));
}

.signup-gate-card-calendar {
  background:
    radial-gradient(circle at 84% 18%, rgba(156, 239, 252, 0.38), transparent 26%),
    linear-gradient(180deg, rgba(255, 252, 243, 0.98), rgba(237, 247, 255, 0.96));
}

.signup-gate-head {
  display: grid;
  gap: 8px;
}

.signup-gate-kicker,
.signup-gate-label,
.signup-schedule-tag,
.signup-schedule-row dt {
  font-family: "IBM Plex Mono", monospace;
}

.signup-gate-kicker,
.signup-schedule-tag {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signup-gate-kicker {
  color: rgba(59, 69, 28, 0.92);
}

.signup-gate-card h3,
.signup-schedule-card h4 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.signup-gate-copy {
  margin: 0;
  max-width: 30em;
  font-size: 16px;
  line-height: 1.72;
  color: var(--muted);
}

.signup-gate-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.signup-gate-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid rgba(18, 18, 18, 0.9);
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease;
}

.signup-gate-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(18, 18, 18, 0.12);
}

.signup-gate-button:focus-visible,
.signup-gate-input:focus-visible {
  outline: 3px solid rgba(255, 90, 54, 0.28);
  outline-offset: 3px;
}

.signup-gate-button-primary {
  background: rgba(18, 18, 18, 0.92);
  color: #fff7e7;
}

.signup-gate-button-dark {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.signup-gate-button:disabled {
  transform: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.6;
}

.signup-gate-form {
  display: grid;
  gap: 10px;
}

.signup-gate-form.is-unlocked .signup-gate-input {
  background: rgba(214, 255, 67, 0.26);
}

.signup-gate-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signup-gate-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.signup-gate-input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 2px solid rgba(18, 18, 18, 0.84);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}

.signup-gate-feedback {
  margin: 0;
  min-height: 22px;
  font-size: 14px;
  line-height: 1.5;
}

.signup-gate-feedback[hidden],
.signup-schedule-card[hidden] {
  display: none !important;
}

.signup-gate-feedback[data-state="error"] {
  color: #a13214;
}

.signup-gate-feedback[data-state="success"] {
  color: #235420;
}

.signup-schedule-card {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 2px solid rgba(18, 18, 18, 0.84);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.signup-schedule-tag {
  color: rgba(35, 84, 32, 0.92);
}

.signup-schedule-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.signup-schedule-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.signup-schedule-row dt,
.signup-schedule-row dd {
  margin: 0;
}

.signup-schedule-row dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(77, 80, 79, 0.92);
}

.signup-schedule-row dd {
  font-size: 15px;
  line-height: 1.68;
}

.signup-schedule-row a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.16em;
}

@keyframes blessing-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.94);
    opacity: 0.72;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.04);
    opacity: 0.98;
  }
}

@keyframes blessing-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes blessing-ray {
  0%,
  100% {
    opacity: 0.36;
    transform: translate(-50%, -50%) rotate(var(--ray-angle)) scaleY(0.88);
  }

  50% {
    opacity: 0.74;
    transform: translate(-50%, -50%) rotate(var(--ray-angle)) scaleY(1.08);
  }
}

@keyframes blessing-like-particle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.58) rotate(0deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(
        calc(-50% + var(--particle-dx, 0px)),
        calc(-50% + var(--particle-dy, -80px))
      )
      scale(var(--particle-scale, 1.2))
      rotate(var(--particle-rotate, 0deg));
  }
}

@keyframes blessing-merit-toast {
  0% {
    opacity: 0;
    transform: translate(-50%, 12px) scale(0.84);
  }

  20%,
  72% {
    opacity: 1;
    transform: translate(-50%, -6px) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -34px) scale(1.04);
  }
}

@keyframes blessing-charge-flow {
  from {
    transform: translateX(-42%);
  }

  to {
    transform: translateX(42%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .blessing-aura,
  .blessing-rays span,
  .blessing-like-particle,
  .blessing-merit-toast {
    animation: none !important;
  }

  .blessing-like-fill,
  .blessing-like-thumb,
  .blessing-like-thumb::before,
  .blessing-like-thumb::after,
  .blessing-medallion,
  .blessing-panel,
  .blessing-like-counter,
  .blessing-medallion-copy,
  .blessing-humble-button {
    transition: none !important;
  }
}

.wide-panel {
  min-width: 0;
}

[data-reveal],
.persona-card,
.workflow-card,
.ledger-card,
.theme-card,
.demand-card,
.freeform-card,
.cluster-card,
.note-card,
.project-card,
.snippet-card,
.quote-sticker {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.presentation-trim .eyebrow,
.presentation-trim .panel-label,
.presentation-trim .panel-note,
.presentation-trim .lede,
.presentation-trim .signal-copy,
.presentation-trim .project-copy,
.presentation-trim .demand-copy,
.presentation-trim .demand-quote-row,
.presentation-trim .freeform-note,
.presentation-trim .cluster-copy,
.presentation-trim .stamp,
.presentation-trim .tool-rank,
.presentation-trim .composition-title {
  display: none !important;
}

.presentation-trim h1,
.presentation-trim .section-head h2,
.presentation-trim .panel-head h2,
.presentation-trim .panel-head h3,
.presentation-trim .demand-name,
.presentation-trim .cluster-name {
  margin-top: 0;
}

.presentation-trim .section-head {
  padding-top: 0;
  padding-bottom: 14px;
}

.presentation-trim .section-tag {
  display: inline-flex !important;
  align-items: center;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 0 12px;
  border: 1.5px solid rgba(255, 90, 54, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 90, 54, 0.92);
}

.presentation-trim .panel-head {
  padding-bottom: 0;
}

.presentation-trim .tool-row {
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
}

.presentation-trim .tool-bars {
  gap: 10px;
}

.presentation-trim .tool-pill {
  min-height: 40px;
}

.presentation-trim .tool-label {
  padding: 0 12px;
  font-size: clamp(12px, 0.92vw, 15px);
}

.presentation-trim .tool-count {
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1;
}

.presentation-trim .composition-layout {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.presentation-trim .stage-detail-card {
  display: none;
}

.presentation-trim .stage-snapshot-grid {
  grid-template-columns: 1fr;
}

.presentation-trim .identity-stage-grid .stage-snapshot-grid {
  margin-top: 10px;
}

.presentation-trim .identity-stage-grid .stage-bars {
  gap: 12px;
}

.presentation-trim .identity-stage-grid .stage-name {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.04;
}

.presentation-trim .identity-stage-grid .stage-meta {
  font-size: clamp(12px, 0.92vw, 15px);
}

.presentation-trim .identity-stage-grid .bar-track {
  height: 18px;
}

.presentation-trim .stage-snapshot-grid {
  grid-template-columns: 1fr;
}

.presentation-trim .stage-detail-card {
  display: none;
}

.presentation-trim .intro-wall-stat {
  padding: 14px 16px;
}

.presentation-trim .intro-wall-copy {
  padding: 16px 18px;
}

.presentation-trim .intro-wall-lead {
  font-size: clamp(24px, 2.4vw, 31px);
}

.presentation-trim .intro-wall-stat strong {
  font-size: clamp(26px, 2.7vw, 34px);
}

.presentation-trim .intro-group-name {
  font-size: clamp(28px, 3vw, 38px);
}

.presentation-trim .intro-quote-item {
  font-size: 16px;
  line-height: 1.45;
}

.presentation-trim .freeform-badge {
  display: inline-flex !important;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 800;
}

.presentation-trim .freeform-quote {
  margin-top: 12px;
  padding-right: 24px;
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 800;
  line-height: 1.4;
}

.presentation-trim .freeform-size-sm .freeform-quote {
  font-size: clamp(20px, 1.95vw, 29px);
  line-height: 1.34;
}

.presentation-trim .freeform-size-lg .freeform-quote {
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.46;
}

.presentation-trim .freeform-size-xl .freeform-quote {
  font-size: clamp(16px, 1.16vw, 20px);
  line-height: 1.5;
}

.presentation-trim .freeform-notes {
  gap: 12px;
}

.presentation-trim .freeform-card {
  min-height: 184px;
  padding: 20px 22px 22px;
}

.presentation-trim .freeform-card::after {
  top: 10px;
  right: 16px;
  font-size: 52px;
}

.presentation-trim .freeform-card-wide {
  min-height: 0;
}

.presentation-trim #ledger-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.presentation-trim .ledger-card-presentation {
  padding: 20px 20px 18px;
}

.presentation-trim .ledger-index {
  display: none;
}

.presentation-trim .ledger-meta-stage {
  min-height: 32px;
  padding: 0 12px;
  font-size: 11px;
}

.presentation-trim .readable-ledger-card .ledger-name {
  margin: 10px 0 0;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.22;
}

.presentation-trim .ledger-goal-card {
  margin-top: 14px;
  padding: 14px 15px;
  border-radius: 16px;
}

.presentation-trim .ledger-goal-copy {
  font-size: clamp(16px, 1.3vw, 22px);
  line-height: 1.45;
}

.presentation-trim .ledger-kicker {
  margin-bottom: 8px;
  font-size: 11px;
}

.presentation-trim .ledger-chip {
  min-height: 32px;
  padding: 0 11px;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .presentation-trim #ledger-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .presentation-trim #ledger-grid {
    grid-template-columns: 1fr;
  }

  .presentation-trim .ledger-card-presentation {
    padding: 22px 22px 20px;
  }

  .presentation-trim .readable-ledger-card .ledger-name {
    font-size: clamp(21px, 5.4vw, 27px);
  }

  .presentation-trim .ledger-goal-copy {
    font-size: clamp(20px, 5.6vw, 28px);
  }
}

.presentation-trim .hero-kpis {
  margin-top: 18px;
}

.presentation-trim .quick-digest-grid {
  gap: 12px;
  margin-top: 10px;
}

.presentation-trim .identity-stage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
  align-items: stretch;
}

.presentation-trim .portrait-read-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "tools stage"
    "persona persona";
  gap: 12px;
  margin-top: 10px;
  align-items: stretch;
}

.presentation-trim .portrait-read-column {
  gap: 12px;
}

.presentation-trim .identity-stage-triple-grid {
  gap: 12px;
}

.presentation-trim .quick-focus-panel,
.presentation-trim .identity-stage-tools-panel,
.presentation-trim .identity-stage-stage-panel {
  padding: 18px 20px;
}

.presentation-trim .identity-stage-basic-cloud-panel {
  margin-top: 0;
}

.presentation-trim .quick-digest-section .section-head {
  padding-bottom: 10px;
}

.presentation-trim .quick-digest-section .section-head h2 {
  font-size: clamp(30px, 3.6vw, 42px);
}

.presentation-trim .quick-panel-head h3 {
  margin-top: 4px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.presentation-trim .identity-stage-grid .quick-panel-head,
.presentation-trim .identity-stage-grid .panel-head {
  min-height: 70px;
}

.presentation-trim .portrait-read-layout .panel-head {
  min-height: 70px;
}

.presentation-trim .identity-stage-grid .quick-panel-head h3,
.presentation-trim .identity-stage-grid .panel-head h3 {
  font-size: clamp(21px, 1.85vw, 29px);
  line-height: 1.02;
}

.presentation-trim .portrait-read-layout .panel-head h3 {
  font-size: clamp(21px, 1.85vw, 29px);
  line-height: 1.02;
}

.presentation-trim .quick-focus-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.presentation-trim .quick-focus-card {
  min-height: 94px;
  padding: 10px 12px 12px;
  border-radius: 20px;
}

.presentation-trim .quick-focus-card::before,
.presentation-trim .quick-tool-card::before {
  inset: 6px;
  border-radius: 14px;
}

.presentation-trim .quick-focus-count {
  font-size: clamp(24px, 2.3vw, 34px);
}

.presentation-trim .quick-focus-label {
  margin-top: 6px;
  font-size: clamp(12px, 0.95vw, 16px);
  line-height: 1.08;
}

.presentation-trim .quick-tools-block {
  margin-top: 10px;
}

.presentation-trim .quick-tool-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.presentation-trim .quick-tool-card {
  padding: 10px 12px 12px;
  border-radius: 18px;
}

.presentation-trim .quick-tool-count {
  font-size: clamp(22px, 2vw, 30px);
}

.presentation-trim .quick-tool-name {
  margin-top: 6px;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.18;
}

.presentation-trim .quick-metrics-stack {
  gap: 12px;
}

.presentation-trim .quick-meter-list {
  flex: 1;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 8px;
}

.presentation-trim .quick-meter-row {
  grid-template-columns: 76px minmax(0, 1fr) 30px;
  gap: 8px;
  min-height: 62px;
  padding: 0;
}

.presentation-trim .quick-meter-row.is-dominant {
  grid-template-columns: 110px minmax(0, 1fr) 42px;
  min-height: 84px;
}

.presentation-trim .quick-meter-label {
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.08;
}

.presentation-trim .quick-meter-row.is-dominant .quick-meter-label {
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1;
}

.presentation-trim .quick-meter-track {
  height: 22px;
}

.presentation-trim .quick-meter-row.is-dominant .quick-meter-track {
  height: 28px;
}

.presentation-trim .quick-meter-value {
  font-size: clamp(18px, 1.6vw, 24px);
}

.presentation-trim .quick-meter-row.is-dominant .quick-meter-value {
  font-size: clamp(28px, 2.2vw, 36px);
}

.presentation-trim .quick-background-summary {
  margin-top: 12px;
  padding: 14px;
  border-radius: 20px;
}

.presentation-trim .quick-background-highlight-label {
  font-size: 10px;
}

.presentation-trim .quick-background-highlight-value {
  font-size: clamp(22px, 1.8vw, 28px);
}

.presentation-trim .quick-background-highlight-meta {
  font-size: 12px;
}

.presentation-trim .quick-background-chip-list {
  margin-top: 10px;
  gap: 8px;
}

.presentation-trim .quick-background-chip {
  padding: 10px 12px;
  border-radius: 16px;
}

.presentation-trim .quick-background-chip span {
  font-size: 11px;
}

.presentation-trim .quick-background-chip strong {
  font-size: clamp(16px, 1.25vw, 20px);
}

.presentation-trim .kpi-card {
  align-content: start;
  min-height: 188px;
  min-width: 0;
}

.presentation-trim .kpi-value {
  display: block;
  max-width: 100%;
  font-size: clamp(42px, 4.8vw, 58px);
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.presentation-trim .kpi-card:nth-child(2) .kpi-value {
  font-size: clamp(31px, 3.4vw, 42px);
}

.presentation-trim .kpi-card:nth-child(3) .kpi-value {
  font-size: clamp(35px, 3.8vw, 48px);
}

.presentation-trim .kpi-label {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
  line-height: 1.3;
}

.presentation-trim .kpi-card:nth-child(2) .kpi-label,
.presentation-trim .kpi-card:nth-child(3) .kpi-label {
  font-size: clamp(16px, 1.45vw, 20px);
}

@media (max-width: 1080px) {
  .lineup-summary-strip,
  .hero,
  .quick-digest-grid,
  .two-up,
  .section-stack,
  .stage-snapshot-grid,
  .persona-grid,
  .workflow-grid,
  .ledger-grid,
  .project-grid,
  .grouped-stack,
  .snippet-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lineup-part-stack {
    grid-template-columns: 1fr;
  }

  .lineup-summary-agenda .lineup-schedule-list {
    grid-template-columns: 1fr;
  }

  .lineup-summary-agenda .lineup-schedule-step {
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px dashed rgba(18, 18, 18, 0.12);
  }

  .lineup-speaker-grid-even,
  .lineup-speaker-grid-three,
  .lineup-speaker-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lineup-part-timing {
    min-width: 138px;
  }

  .lineup-speaker-grid-two .lineup-speaker-card {
    grid-column: span 1;
  }

  .lineup-speaker-grid-two .lineup-speaker-card:last-child {
    grid-column: 1 / -1;
  }

  .lineup-speaker-card,
  .lineup-speaker-card-half {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .lineup-grid-spacer {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 18px;
  }

  .hero-market-art {
    width: min(100%, 320px);
    margin-right: 0;
    margin-bottom: 12px;
    padding-top: 0;
  }

  .hero-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-wall-meta,
  .intro-wall-grid {
    grid-template-columns: 1fr;
  }

  .intro-wall-grid {
    grid-auto-rows: auto;
  }

  .quick-metrics-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .persona-card,
  .workflow-card,
  .ledger-card,
  .project-card,
  .snippet-card {
    grid-column: auto;
  }

  #ledger-grid {
    grid-template-columns: 1fr;
  }

  .blessing-layout {
    grid-template-columns: 1fr;
  }

  .blessing-copy h3 {
    max-width: none;
  }

  .signup-gate-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .identity-stage-grid {
    grid-template-columns: 1fr;
  }

  .portrait-read-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tools"
      "stage"
      "persona";
  }

  .identity-stage-grid > .panel {
    grid-column: auto;
  }

  .quick-focus-panel,
  .quick-meter-panel {
    grid-column: auto;
  }

  .identity-stage-triple-grid {
    grid-template-columns: 1fr;
  }

  .identity-stage-basic-cloud-panel {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  #current-grid,
  #practice-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #current-grid.grouped-stack-masonry,
  #practice-grid.grouped-stack-masonry {
    grid-auto-rows: auto;
  }

  #current-grid.grouped-stack-masonry .cluster-card,
  #practice-grid.grouped-stack-masonry .cluster-card {
    grid-row: auto !important;
  }

  #current-grid .cluster-card,
  #practice-grid .cluster-card {
    translate: 0 0;
    rotate: 0deg;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: static;
    width: min(calc(100% - 20px), var(--max-width));
    margin-top: 6px;
    padding: 8px;
    border-radius: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .topbar-links {
    width: 100%;
    justify-content: center;
    gap: 6px;
  }

  .brand,
  .toplink {
    justify-content: center;
  }

  .brand {
    width: 100%;
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .toplink {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
    padding: 12px 0 112px;
  }

  .mobile-reader-rail {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    z-index: 90;
    display: block;
    padding: 10px 10px 12px;
    border: 2px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 249, 236, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 28px rgba(18, 18, 18, 0.14);
  }

  .mobile-reader-progress {
    position: relative;
    overflow: hidden;
    height: 6px;
    border-radius: 999px;
    background: rgba(18, 18, 18, 0.1);
  }

  .mobile-reader-progress-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 90, 54, 0.95), rgba(255, 193, 77, 0.92));
    transform: scaleX(0);
    transform-origin: left center;
  }

  .mobile-reader-jumps {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    margin-top: 10px;
  }

  .mobile-reader-link {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    width: 100%;
    min-width: 0;
    padding: 0 3px;
    border: 1.5px solid rgba(18, 18, 18, 0.84);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
    font-family: "IBM Plex Mono", monospace;
    font-size: 8.1px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-reader-link.is-active {
    background: rgba(214, 255, 67, 0.5);
    box-shadow: inset 0 0 0 1px rgba(18, 18, 18, 0.08);
  }

  .mobile-reader-top {
    cursor: pointer;
  }

  .section {
    margin-top: 18px;
  }

  .section-head {
    padding: 0 6px 10px 8px;
  }

  .section-head h2 {
    font-size: clamp(27px, 8.8vw, 40px);
    line-height: 1.06;
    letter-spacing: -0.03em;
  }

  .section-head p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .panel-head h2,
  .panel-head h3 {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.08;
  }

  h1 {
    max-width: none;
    font-size: clamp(26px, 8.8vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.035em;
  }

  .hero-title {
    width: 100%;
    max-width: 100%;
    gap: 6px;
  }

  .hero-title-lead,
  .hero-title-main,
  .hero-title-tail {
    display: block;
    white-space: normal;
  }

  .hero-title-main {
    margin-top: 0.08em;
    overflow-wrap: anywhere;
  }

  .quick-focus-cards,
  .quick-tool-cards,
  .quick-metrics-stack,
  .lineup-speaker-grid-even,
  .lineup-speaker-grid-three,
  .lineup-speaker-grid-two,
  .theme-grid,
  .freeform-notes,
  .cluster-item-grid {
    grid-template-columns: 1fr;
  }

  .quote-wall {
    grid-template-columns: 1fr;
  }

  .lineup-speaker-grid-two .lineup-speaker-card:last-child {
    grid-column: span 1;
  }

  .lineup-speaker-grid-two .lineup-speaker-card {
    grid-column: 1 / -1;
  }

  .demand-topline {
    display: grid;
    gap: 14px;
  }

  .demand-ranking {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .demand-card {
    padding: 15px 14px 13px;
    border-radius: 20px;
  }

  .demand-card::before {
    inset: 8px;
    border-radius: 14px;
  }

  .demand-topline {
    gap: 8px;
  }

  .demand-name {
    margin-top: 4px;
    font-size: clamp(15px, 4.9vw, 20px);
    line-height: 1.16;
    letter-spacing: -0.02em;
  }

  .demand-count {
    min-width: 74px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }

  .demand-track {
    height: 14px;
    margin-top: 10px;
  }

  .demand-quote-row {
    display: none;
  }

  .stage-head {
    display: grid;
    gap: 8px;
  }

  .signal-topline {
    gap: 10px;
  }

  .signal-percent {
    font-size: 17px;
  }

  .tool-row {
    grid-template-columns: 56px minmax(0, 1fr) 38px;
  }

  .tool-label {
    font-size: 15px;
  }

  .quick-focus-card {
    min-height: 142px;
    padding: 18px 18px 20px;
    border-radius: 24px;
  }

  .quick-tool-card {
    padding: 16px 18px 18px;
    border-radius: 20px;
  }

  .quick-focus-card::before,
  .quick-tool-card::before {
    inset: 8px;
    border-radius: 16px;
  }

  .quick-panel-head h3 {
    font-size: clamp(28px, 7vw, 40px);
  }

  .quick-focus-label,
  .quick-tool-name {
    font-size: 18px;
  }

  .quick-meter-row {
    grid-template-columns: 102px minmax(0, 1fr) 32px;
    gap: 10px;
  }

  .quick-meter-track {
    height: 24px;
  }

  .quick-meter-label {
    font-size: 15px;
  }

  .quick-background-chip-list {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-side {
    padding: 16px;
  }

  .hero-layout {
    gap: 16px;
  }

  .hero-market-art {
    width: min(100%, 254px);
    justify-self: center;
    margin-bottom: 10px;
  }

  .lineup-panel-head,
  .lineup-host-head {
    display: grid;
    gap: 10px;
  }

  .lineup-summary-links {
    display: grid;
    gap: 8px;
  }

  .lineup-host-panel h3 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .lineup-host-role {
    font-size: 16px;
  }

  .lineup-host-tag {
    width: fit-content;
  }

  .lineup-schedule-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lineup-summary-agenda .lineup-schedule-step {
    padding-bottom: 8px;
  }

  .lineup-schedule-step strong {
    font-size: 17px;
  }

  .lineup-step-items li {
    font-size: 13px;
    line-height: 1.5;
  }

  .lineup-speaker-intro {
    min-height: 0;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .lineup-speaker-intro-placeholder {
    display: none;
  }

  .lineup-speaker-card {
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    grid-template-columns: minmax(0, 1fr);
  }

  .lineup-speaker-card,
  .lineup-speaker-card-half,
  .lineup-speaker-card-span {
    flex-basis: 100%;
    max-width: 100%;
  }

  .lineup-part-note {
    font-size: 13px;
    line-height: 1.48;
  }

  .lineup-speaker-meta {
    gap: 10px;
  }

  .lineup-speaker-card h4 {
    min-height: 0;
    font-size: clamp(16px, 4.5vw, 19px);
  }

  .lineup-speaker-name-row {
    gap: 8px;
  }

  .lineup-part-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lineup-part-timing {
    min-width: 0;
    width: 100%;
    max-width: 240px;
  }

  .lineup-topic-box {
    min-height: 0;
    align-items: flex-start;
    padding: 12px 13px;
    border-radius: 16px;
  }

  .lineup-topic-copy {
    font-size: clamp(18px, 5.1vw, 22px);
  }

  .lineup-speaker-meta,
  .lineup-speaker-card h4,
  .lineup-speaker-name-row,
  .lineup-speaker-intro,
  .lineup-topic-box,
  .lineup-project-card,
  .lineup-speaker-links,
  .lineup-tool-chips {
    grid-column: 1;
  }

  .lineup-tool-chips {
    order: 7;
    justify-self: start;
    justify-content: flex-start;
  }

  .lineup-speaker-links {
    gap: 8px;
  }

  .lineup-speaker-links:has(.lineup-speaker-link-social):not(:has(.lineup-speaker-link:not(.lineup-speaker-link-social))) {
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    gap: 8px;
    padding-bottom: 0;
  }

  .lineup-speaker-link {
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
    text-align: center;
    min-height: 40px;
  }

  .lineup-project-links {
    width: 100%;
    justify-content: center;
  }

  .lineup-speaker-links:has(.lineup-speaker-link-social):not(:has(.lineup-speaker-link:not(.lineup-speaker-link-social))) .lineup-speaker-link-social {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .lineup-xhs-link {
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
    text-align: center;
  }

  .panel,
  .hero-copy,
  .hero-side,
  .persona-card,
  .workflow-card,
  .ledger-card,
  .theme-card,
  .demand-card,
  .freeform-card,
  .composition-card,
  .stage-detail-card,
  .cluster-card,
  .project-card,
  .snippet-card,
  .quote-sticker {
    padding: 18px;
    border-radius: 24px;
  }

  .panel::before,
  .persona-card::before,
  .workflow-card::before,
  .ledger-card::before,
  .theme-card::before,
  .demand-card::before,
  .freeform-card::before,
  .composition-card::before,
  .stage-detail-card::before,
  .cluster-card::before {
    inset: 10px;
    border-radius: 18px;
  }

  .ring {
    width: min(100%, 270px);
  }

  .ring-center strong {
    font-size: clamp(42px, 14vw, 58px);
  }

  .legend-row {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .legend-value {
    grid-column: 2;
    margin-top: -4px;
    font-size: 16px;
  }

  .demand-count {
    min-width: 88px;
    min-height: 46px;
    padding: 0 14px;
    font-size: 16px;
  }

  .demand-name {
    font-size: 24px;
  }

  .freeform-quote {
    padding-right: 0;
    font-size: clamp(18px, 5.8vw, 26px);
    line-height: 1.4;
  }

  .freeform-size-sm .freeform-quote {
    font-size: clamp(19px, 6.2vw, 28px);
    line-height: 1.34;
  }

  .freeform-size-lg .freeform-quote {
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1.46;
  }

  .freeform-card-wide .freeform-quote {
    font-size: clamp(16px, 4.5vw, 21px);
    line-height: 1.5;
  }

  .freeform-badge {
    min-height: 34px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 8px;
  }

  .freeform-card::after {
    top: 10px;
    right: 18px;
    font-size: 48px;
  }

  .intro-group-card {
    margin: 0;
    transform: none;
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0 10px 18px rgba(18, 18, 18, 0.08);
  }

  .intro-group-card::before {
    inset: 8px;
    border-radius: 16px;
  }

  .intro-group-pin {
    display: none;
  }

  .intro-wall-meta {
    gap: 10px;
    margin-bottom: 14px;
  }

  .intro-wall-copy {
    padding: 15px 16px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(18, 18, 18, 0.06);
  }

  .intro-wall-lead {
    font-size: 24px;
  }

  .intro-wall-body,
  .intro-wall-note {
    font-size: 14px;
    line-height: 1.65;
  }

  .intro-wall-tags {
    gap: 8px;
    margin-top: 12px;
  }

  .intro-wall-tag {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .intro-vote-status {
    margin-bottom: 14px;
    padding: 12px 14px;
    font-size: 12px;
  }

  .intro-wall-stat {
    padding: 12px 14px;
  }

  .intro-wall-grid {
    gap: 16px;
  }

  .intro-group-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  .intro-group-name {
    max-width: none;
    font-size: 24px;
    line-height: 1.12;
  }

  .intro-quote-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
  }

  .intro-quote-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: none;
    padding: 10px 12px 12px;
    font-size: 15px;
    line-height: 1.5;
    transform: none;
  }

  .intro-contact-shell {
    gap: 8px;
    margin-top: 12px;
  }

  .intro-contact-topline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .intro-contact-trigger,
  .intro-contact-status,
  .intro-contact-action-button {
    min-height: 32px;
    font-size: 11px;
  }

  .intro-contact-trigger,
  .intro-contact-action-button {
    width: 100%;
    justify-content: center;
  }

  .intro-contact-panel {
    padding: 12px;
  }

  .intro-contact-value {
    font-size: 14px;
  }

  .intro-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-quote-votes {
    min-height: 20px;
    width: 100%;
    margin-top: 12px;
  }

  .intro-quote-vote-meta {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .intro-quote-vote-badges {
    justify-content: flex-start;
    margin-left: 0;
    width: 100%;
  }

  .intro-quote-vote-button {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .intro-quote-vote-popover {
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-quote-vote-count {
    min-width: 20px;
    min-height: 20px;
    font-size: 10.5px;
  }

  .intro-quote-vote-button {
    width: 100%;
    justify-content: space-between;
  }

  .intro-contact-gate {
    padding: 16px;
  }

  .intro-contact-gate-panel {
    width: 100%;
    padding: 24px 18px 18px;
    border-radius: 24px;
  }

  .intro-contact-gate-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .intro-contact-gate-submit,
  .intro-contact-gate-cancel {
    width: 100%;
    min-height: 44px;
  }

  .readable-project-card {
    padding: 16px;
  }

  .project-topline {
    display: grid;
    gap: 10px;
  }

  #project-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    grid-auto-rows: auto;
  }

  .project-name {
    font-size: 24px;
  }

  .project-count {
    min-width: 66px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 18px;
  }

  .project-copy,
  .project-lead-snippet,
  .project-example-item {
    font-size: 16px;
    line-height: 1.55;
  }

  #project-grid .snippet-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .project-example-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .project-lead-snippet {
    max-width: 100%;
    margin-top: 12px;
    padding: 10px 12px 12px;
  }

  .project-example-item {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    transform: none;
  }

  .project-example-item.project-vote-target {
    padding-bottom: 10px;
  }

  .readable-cluster-item.project-vote-target {
    padding-bottom: 10px;
  }

  .project-vote-popover {
    left: 12px;
    right: 12px;
    bottom: 10px;
  }

  .project-vote-meta {
    gap: 6px 8px;
  }

  .project-vote-popover {
    justify-content: flex-start;
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-vote-action {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
    width: 100%;
    justify-content: space-between;
  }

  .project-vote-badge,
  .project-vote-count {
    font-size: 10.5px;
  }

  .quote-sticker.weird-vote-target {
    padding-bottom: calc(var(--quote-pad-y, 17px) - 2px);
  }

  #weird-quote-wall .quote-sticker {
    --quote-pad-x: 16px;
    --quote-pad-y: 16px;
    border-width: 2px;
    border-radius: 20px;
    box-shadow: 6px 6px 0 rgba(18, 18, 18, 0.12);
  }

  #weird-quote-wall .quote-sticker::after {
    display: none;
  }

  #weird-quote-wall .quote-mark {
    margin-bottom: 6px;
    font-size: clamp(20px, 6vw, 26px);
  }

  #weird-quote-wall .snippet-copy {
    font-size: clamp(15px, 4.8vw, 18px);
    line-height: 1.56;
  }

  .weird-vote-meta {
    display: none;
  }

  .weird-vote-popover {
    position: static;
    margin-top: 12px;
    justify-content: flex-start;
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .weird-vote-target.is-vote-open .weird-vote-popover {
    opacity: 1;
    transform: none;
  }

  .weird-vote-action {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
    width: 100%;
    justify-content: space-between;
  }

  .weird-vote-badge {
    font-size: 10.5px;
  }

  #current-grid .cluster-card,
  #practice-grid .cluster-card {
    padding: 20px;
  }

  #current-grid .cluster-name,
  #practice-grid .cluster-name {
    font-size: 28px;
  }

  #practice-grid .cluster-card {
    padding: 18px;
  }

  #practice-grid .cluster-name {
    font-size: 24px;
    line-height: 1.14;
  }

  #current-grid .cluster-copy,
  #practice-grid .cluster-copy,
  #current-grid .snippet-copy,
  #practice-grid .snippet-copy {
    font-size: 18px;
    line-height: 1.72;
  }

  #practice-grid .cluster-copy,
  #practice-grid .snippet-copy {
    font-size: 16px;
    line-height: 1.62;
  }

  .readable-cluster-item {
    max-width: 100%;
    padding: 12px 14px;
    transform: none;
  }

  #current-grid .current-thing-target,
  #practice-grid .current-thing-target {
    padding-bottom: 10px;
  }

  .current-thing-actions {
    min-height: 20px;
    margin-top: 10px;
  }

  .current-thing-reaction-meta {
    gap: 6px 8px;
  }

  .current-thing-reaction-popover {
    justify-content: flex-start;
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .current-thing-reaction-button {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
    width: 100%;
    justify-content: space-between;
  }

  .current-thing-reaction-badge,
  .current-thing-reaction-count {
    font-size: 10.5px;
  }

  .quote-sticker {
    min-height: auto;
    height: auto;
    --quote-drift-y: 0px;
    --quote-rotate: 0deg;
  }

  .readable-ledger-card .ledger-name {
    font-size: 23px;
  }

  .ledger-detail-copy,
  .intro-quote-item {
    font-size: 16px;
  }

  .intro-wall-stat strong,
  .intro-group-name {
    font-size: 24px;
  }

  .blessing-layout {
    gap: 18px;
  }

  .blessing-like-counter-row {
    left: 14px;
    top: 14px;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blessing-like-counter {
    gap: 6px;
    min-height: 36px;
    padding: 0 12px 0 10px;
  }

  .blessing-like-counter-label,
  .blessing-like-counter-unit {
    font-size: 10px;
  }

  .blessing-like-counter-value {
    font-size: 20px;
  }

  .blessing-visual {
    min-height: 308px;
    padding: 12px 0 92px;
  }

  .blessing-aura-1 {
    width: min(100%, 250px);
  }

  .blessing-aura-2 {
    width: min(100%, 214px);
  }

  .blessing-aura-3 {
    width: min(100%, 178px);
  }

  .blessing-rays {
    width: min(100%, 228px);
  }

  .blessing-rays span {
    width: 12px;
    height: 200px;
  }

  .blessing-medallion {
    width: 152px;
  }

  .blessing-medallion-icon {
    font-size: clamp(28px, 7.2vw, 38px);
  }

  .blessing-like-track {
    left: 50%;
    top: calc(50% + 98px);
    width: min(100%, 268px);
    height: 54px;
    transform: translate(-50%, -50%);
  }

  .blessing-like-track-rail {
    height: 100%;
  }

  .blessing-like-charge-copy,
  .blessing-merit-toast {
    font-size: 10px;
  }

  .blessing-merit-toast {
    min-height: 32px;
    padding: 0 12px;
  }

  .blessing-copy {
    gap: 12px;
  }

  .blessing-copy h3 {
    font-size: clamp(30px, 8.4vw, 42px);
    line-height: 1.02;
  }

  .blessing-actions {
    align-items: flex-start;
  }

  .blessing-humble-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .signup-gate-card {
    gap: 14px;
  }

  .signup-gate-card h3,
  .signup-schedule-card h4 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .signup-gate-copy,
  .signup-schedule-row dd {
    font-size: 15px;
    line-height: 1.62;
  }

  .signup-gate-input-row,
  .signup-schedule-row {
    grid-template-columns: 1fr;
  }

  .signup-gate-button,
  .signup-gate-input {
    min-height: 44px;
  }

  .signup-schedule-card {
    padding: 16px;
    border-radius: 20px;
  }

  .presentation-trim .hero-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .presentation-trim .kpi-card {
    min-height: 138px;
    padding: 14px;
    border-radius: 20px;
  }

  .presentation-trim .kpi-value {
    font-size: clamp(34px, 10vw, 44px);
  }

  .presentation-trim .kpi-card:nth-child(2) .kpi-value {
    font-size: clamp(24px, 7vw, 32px);
  }

  .presentation-trim .kpi-card:nth-child(3) .kpi-value {
    font-size: clamp(28px, 8vw, 36px);
  }

  .presentation-trim .kpi-label,
  .presentation-trim .kpi-card:nth-child(2) .kpi-label,
  .presentation-trim .kpi-card:nth-child(3) .kpi-label {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.28;
  }

  .presentation-trim .identity-stage-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .presentation-trim .portrait-read-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tools"
      "stage"
      "persona";
    gap: 14px;
  }

  .presentation-trim .portrait-read-column {
    gap: 14px;
  }

  .presentation-trim .identity-stage-grid .quick-focus-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .presentation-trim .quick-focus-card {
    min-height: 138px;
    padding: 16px 16px 18px;
  }

  .presentation-trim .quick-focus-label {
    font-size: clamp(13px, 3.9vw, 16px);
    line-height: 1.12;
  }
}

@media (max-width: 430px) {
  .demand-ranking {
    grid-template-columns: 1fr;
  }

  .presentation-trim .identity-stage-grid .quick-focus-cards {
    grid-template-columns: 1fr;
  }
}

/* ===== Vol.07 hero additions ===== */
.hero-meta-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-meta-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(18, 18, 18, 0.06);
}
.hero-meta-chip:nth-child(1) { background: rgba(255, 90, 54, 0.16); }
.hero-meta-chip:nth-child(2) { background: rgba(156, 239, 252, 0.28); }
.hero-meta-chip:nth-child(3) { background: rgba(255, 193, 77, 0.24); }

.hero-kpis-quad {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hero-kpis-quad .kpi-card:nth-child(4) {
  background: rgba(255, 107, 181, 0.18);
}
@media (max-width: 900px) {
  .hero-kpis-quad {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .presentation-trim .hero-kpis-quad {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Vol.07 hero title: shrink the long middle line so it never underlaps the market art */
.hero-title-main {
  font-size: clamp(28px, 3.5vw, 48px);
  letter-spacing: -0.01em;
}

/* ===== Vol.07 alignment polish ===== */
/* 左右两块人格面板:右侧环图撑满剩余高度并垂直居中,底边与左侧条形图对齐 */
.identity-stage-stage-panel #composition-board {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.identity-stage-stage-panel #composition-board .composition-card {
  width: 100%;
}
/* MBTI 条形在面板高度富余时均匀分布,不留死空隙 */
.portrait-read-layout .identity-stage-tools-panel .tool-bars {
  flex: 1;
  align-content: space-evenly;
}
/* 尾部彩蛋:2列小卡,居中排布 */
#freeform-tail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
#freeform-tail .freeform-card { min-height: 0; }
@media (max-width: 760px) {
  #freeform-tail { grid-template-columns: 1fr; }
}

/* ===== Vol.07 提问墙:便利贴流式混排(仿破冰墙 flex-wrap,替代僵直两列) ===== */
#speaker-q .cluster-item-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 11px 13px;
}
#speaker-q .cluster-item-grid .readable-cluster-item {
  flex: 0 1 auto;
  width: fit-content;
}

/* ===== Vol.07 提问墙:嘉宾原题引导条 ===== */
.cluster-note {
  margin: 14px 0 2px;
  padding: 12px 16px;
  border: 2px dashed rgba(18, 18, 18, 0.5);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

/* ===== Vol.07 反馈问卷收尾区 ===== */
.feedback-layout {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 44px);
  flex-wrap: wrap;
}
.feedback-qr {
  width: 210px;
  height: 210px;
  flex: 0 0 auto;
  padding: 12px;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.1);
}
.feedback-copy { flex: 1 1 260px; min-width: 0; }
.feedback-copy h3 { font-size: clamp(24px, 3vw, 34px); }
.feedback-note {
  margin: 10px 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
@media (max-width: 620px) {
  .feedback-layout { justify-content: center; text-align: center; }
  .feedback-copy .signup-gate-actions { justify-content: center; }
}
