/* MemoGust — The Change Pressroom */
:root {
  --peri: #C9D4FF;
  --press: #1D1B26;
  --cream: #F8F3E8;
  --lead: #E84B2C;
  --mint: #24C7B1;
  --indigo: #5968D8;
  --yellow: #FFD45A;
  --ai: #A576FF;
  --ok: #2DBE7F;
  --wait: #E7A43A;
  --risk: #E65368;
  --card-dark: #2B2836;
  --card-light: #FFFDF8;
  --border-dark: #454151;
  --border-light: #D8CEBC;
  --heading-dark: #FFF9F0;
  --heading-light: #25212B;
  --body-dark: #D2CCD9;
  --body-light: #4E4850;
  --text-on-press: #D2CCD9;
  --text-on-peri: #25212B;
  --header-bg: #F8F3E8;
  --font: "DM Sans", system-ui, sans-serif;
  --header-h: 56px;
  --radius: 4px;
  --announce-h: 36px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--heading-light);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-prose { width: min(720px, 100%); }

.mono-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--body-light);
  margin-bottom: 8px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lead);
}
.lead { font-size: 1.05rem; color: var(--body-light); max-width: 54ch; }
.mt-s { margin-top: 10px; }
.mt-m { margin-top: 20px; }
.hint-line { font-size: 0.9rem; color: var(--body-light); margin: 12px 0 0; }
.hint-line.is-ok { color: var(--ok); }
.center-text { text-align: center; }
.center-text .lead { margin-inline: auto; }
.center-hero { text-align: center; }
.center-hero .lead { margin-inline: auto; }

h1, h2, h3 {
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--heading-light);
}
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.4rem, 2.4vw, 1.95rem); }
h3 { font-size: 1.12rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 7px 12px; font-size: 0.82rem; }
.btn-lg { padding: 12px 18px; font-size: 0.98rem; }
.btn-primary {
  background: var(--lead);
  color: #fff;
  border-color: var(--lead);
}
.btn-primary:hover { background: #d03f24; border-color: #d03f24; }
.btn-line {
  background: transparent;
  border-color: var(--border-light);
  color: var(--heading-light);
}
.btn-line:hover { border-color: var(--lead); color: var(--lead); }
.btn-ghost {
  background: transparent;
  border-color: transparent;
  color: var(--heading-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btn-ghost:hover { transform: none; color: var(--lead); }

.section--press .btn-line,
.press-hero .btn-line,
.page-hero .btn-line,
.cta-band .btn-line,
.desk-detail .btn-line,
.scan-preview .btn-line,
.terminal .btn-line,
.dist-strip .btn-line {
  color: #FFF9F0;
  border-color: rgba(255, 249, 240, 0.65);
  background: transparent;
}
.section--press .btn-line:hover,
.press-hero .btn-line:hover,
.page-hero .btn-line:hover,
.cta-band .btn-line:hover,
.desk-detail .btn-line:hover,
.scan-preview .btn-line:hover,
.terminal .btn-line:hover,
.dist-strip .btn-line:hover {
  border-color: var(--mint);
  color: var(--mint);
}
.section--press .btn-ghost,
.press-hero .btn-ghost,
.page-hero .btn-ghost,
.cta-band .btn-ghost,
.desk-detail .btn-ghost,
.scan-preview .btn-ghost,
.terminal .btn-ghost,
.dist-strip .btn-ghost {
  color: #FFF9F0;
  text-decoration-color: rgba(255, 249, 240, 0.55);
}
.section--press .btn-ghost:hover,
.press-hero .btn-ghost:hover,
.page-hero .btn-ghost:hover,
.cta-band .btn-ghost:hover,
.desk-detail .btn-ghost:hover,
.scan-preview .btn-ghost:hover,
.terminal .btn-ghost:hover,
.dist-strip .btn-ghost:hover {
  color: var(--mint);
  text-decoration-color: var(--mint);
}
.desk-detail .hint-line,
.terminal .hint-line,
.dist-strip .hint-line {
  color: #E8E2EF;
}
.desk-detail .hint-line.is-ok,
.terminal .hint-line.is-ok,
.dist-strip .hint-line.is-ok {
  color: var(--mint);
}
.brand-rail .btn-ghost { color: var(--heading-light); }
.brand-rail .btn-ghost:hover { color: var(--lead); }
.brand-rail .btn-line {
  color: var(--heading-light);
  border-color: var(--border-light);
}
.brand-rail .btn-line:hover {
  border-color: var(--lead);
  color: var(--lead);
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.center-hero .page-hero-actions { justify-content: center; }

.site-top { position: sticky; top: 0; z-index: 50; }
.announce-bar {
  background: var(--press);
  color: var(--heading-dark);
  min-height: var(--announce-h);
  display: flex;
  align-items: center;
}
.announce-bar-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.announce-text {
  margin: 0;
  font-size: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-align: center;
  padding: 8px 0;
}
.announce-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 0 rgba(36, 199, 177, 0.5);
  animation: pulse 1.6s ease infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.announce-cta {
  color: var(--yellow);
  font-weight: 600;
  text-decoration: none;
}
.announce-cta:hover { text-decoration: underline; }

.site-header {
  background: var(--header-bg);
  border-bottom: 1px solid var(--border-light);
  min-height: var(--header-h);
}
.header-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: var(--header-h);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark { flex-shrink: 0; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-text strong { font-size: 0.98rem; color: var(--heading-light); }
.brand-text span { font-size: 0.68rem; color: var(--body-light); max-width: 180px; }

.nav-main {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.nav-link {
  position: relative;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--body-light);
  padding: 8px 10px;
  border-radius: var(--radius);
}
.nav-link:hover { color: var(--heading-light); }
.nav-link.is-active {
  color: var(--heading-light);
  font-weight: 600;
}
.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lead);
  transform: translateX(-50%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 6px 10px;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px 16px;
  border-top: 1px solid var(--border-light);
  background: var(--cream);
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  text-decoration: none;
  padding: 10px 8px;
  font-weight: 500;
}

.user-menu { position: relative; }
.user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--border-light);
  background: var(--indigo);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}
.user-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  background: var(--card-light);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 8px;
  box-shadow: 0 12px 32px rgba(29, 27, 38, 0.12);
}
.user-dropdown.is-open { display: flex; flex-direction: column; gap: 2px; }
.user-dropdown a,
.user-dropdown button {
  text-align: left;
  background: none;
  border: none;
  padding: 8px 10px;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  border-radius: var(--radius);
  color: var(--heading-light);
}
.user-dropdown a:hover,
.user-dropdown button:hover { background: var(--peri); }
.user-workspace-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--body-light);
  padding: 6px 10px 8px;
}

.section { padding: 72px 0; }
.section--cream { background: var(--cream); }
.section--peri {
  background:
    linear-gradient(160deg, rgba(255, 249, 240, 0.35), transparent 40%),
    linear-gradient(180deg, #b8c6ff 0%, var(--peri) 55%, #d4dcff 100%);
}
.section--press { background: var(--press); color: var(--text-on-press); }
.section--press h1,
.section--press h2,
.section--press h3 { color: var(--heading-dark); }
.section--press .lead,
.section--press .mono-label,
.section--press .hint-line { color: var(--body-dark); }
.section--press .kicker { color: var(--yellow); }

.sec-head { margin-bottom: 32px; }
.sec-head .lead { margin-inline: auto; }

.page-hero {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(89, 104, 216, 0.35), transparent 50%),
    linear-gradient(180deg, #15141c 0%, var(--press) 100%);
  color: var(--text-on-press);
  padding: 72px 0 56px;
}
.page-hero h1 { color: var(--heading-dark); }
.page-hero .lead { color: var(--body-dark); margin-inline: auto; }
.page-hero .kicker { color: var(--yellow); }
.page-hero-inner { max-width: 720px; margin-inline: auto; }

.cta-band {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  padding: 48px 24px;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  background: var(--card-dark);
}
.cta-band h2 { color: var(--heading-dark); }
.cta-band .lead { color: var(--body-dark); margin-inline: auto; }
.cta-band .kicker { color: var(--yellow); }

.site-footer {
  background: var(--press);
  color: var(--body-dark);
  padding-top: 48px;
}
.footer-grid {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-bottom: 40px;
}
.footer-col h4 {
  margin: 0 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--heading-dark);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--body-dark);
}
.footer-col a:hover { color: var(--mint); }
.footer-bar {
  border-top: 1px solid var(--border-dark);
  padding: 20px 0 28px;
}
.footer-tag {
  margin: 0 auto 14px;
  font-size: 0.88rem;
  color: var(--body-dark);
  text-align: center;
  max-width: 64ch;
}
.footer-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 0.85rem;
}
.footer-legal { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-legal a { text-decoration: none; color: var(--body-dark); }
.footer-legal a:hover { color: var(--mint); }

/* HOME — Change Pressroom Board */
.press-hero {
  background:
    radial-gradient(ellipse at 80% 10%, rgba(255, 212, 90, 0.18), transparent 40%),
    linear-gradient(180deg, var(--peri) 0%, #b5c3ff 45%, #a8b8f5 100%);
  padding-bottom: 56px;
}
.brand-rail { padding: 48px 0 28px; text-align: center; }
.brand-inner { max-width: 820px; margin-inline: auto; }
.brand-name {
  margin: 0 0 8px;
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--heading-light);
  line-height: 1.05;
}
.brand-tag { margin: 0 0 14px; font-size: 0.95rem; color: var(--body-light); }
.brand-mission {
  margin: 0 auto 18px;
  max-width: 62ch;
  color: var(--heading-light);
  font-size: 1.02rem;
}
.brand-mission b { font-weight: 700; }
.keyword-rail {
  list-style: none;
  margin: 0 auto 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.keyword-rail li {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid rgba(37, 33, 43, 0.2);
  background: rgba(255, 253, 248, 0.55);
  color: var(--heading-light);
}
.brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.board-stage {
  background: var(--card-light);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 28px 28px 32px;
  box-shadow: 0 24px 48px rgba(29, 27, 38, 0.12);
  position: relative;
  overflow: hidden;
}
.board-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lead), var(--yellow), var(--mint), var(--indigo));
}
.board-head {
  text-align: center;
  margin-bottom: 28px;
  max-width: 720px;
  margin-inline: auto;
}
.board-head .lead { margin-inline: auto; }

.board-workspace {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  margin-bottom: 24px;
}
.source-desk,
.lead-panel {
  background: var(--cream);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 18px;
}
.string-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  margin: 12px 0;
}
.string-field input {
  padding: 12px 14px;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius);
  background: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}
.string-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.chip {
  border: 1px solid var(--border-light);
  background: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--heading-light);
}
.chip.is-on {
  background: var(--press);
  color: var(--heading-dark);
  border-color: var(--press);
}

.tele-strip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background: var(--press);
  border-radius: var(--radius);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
  color: var(--mint);
  overflow: hidden;
}
.tele-line { white-space: nowrap; animation: tele 18s linear infinite; }
.tele-line.is-mute { color: #7a7488; animation-duration: 28s; }
@keyframes tele {
  from { transform: translateX(0); }
  to { transform: translateX(-20%); }
}

.lead-panel { display: flex; flex-direction: column; gap: 10px; }
.lead-block {
  padding: 10px 12px;
  border-left: 3px solid var(--indigo);
  background: #fff;
}
.board-stage.is-hard .lead-block { border-left-color: var(--lead); }
.lead-block b {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 4px;
}
.lead-block p { margin: 0; font-size: 0.95rem; color: var(--heading-light); }

.audience-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
}
.role-chip {
  border: 1px solid var(--border-light);
  background: #fff;
  padding: 8px 14px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  color: var(--body-light);
}
.role-chip.is-on {
  background: var(--indigo);
  color: #fff;
  border-color: var(--indigo);
}

.booth-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.board-booth {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 12px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.board-booth.is-focus {
  border-color: var(--lead);
  box-shadow: 0 0 0 2px rgba(232, 75, 44, 0.2);
  transform: translateY(-2px);
}
.board-stage.is-hard .board-booth.is-partial,
.board-stage.is-hard .board-booth.is-full,
.board-stage.is-hard .board-booth.is-brief {
  border-top: 3px solid var(--mint);
}
.booth-role {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 6px;
}
.board-booth h3 {
  font-size: 0.92rem;
  margin: 0 0 10px;
  min-height: 2.6em;
}
.booth-facts { margin: 0; display: grid; gap: 6px; }
.booth-facts div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.78rem;
}
.booth-facts dt { color: var(--body-light); margin: 0; }
.booth-facts dd { margin: 0; font-weight: 600; color: var(--heading-light); }

.scan-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.scan-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 22px;
}
.scan-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
}
.scan-form textarea,
.scan-form select,
.contact-form input,
.contact-form textarea,
.auth-form input {
  padding: 10px 12px;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius);
  background: var(--card-light);
}
.scan-preview {
  background: var(--press);
  color: var(--text-on-press);
  border-radius: var(--radius);
  padding: 22px;
  min-height: 320px;
}
.scan-preview .mono-label { color: var(--mint); }
.scan-idle-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--heading-dark);
}
.preview-list,
.scan-preview ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.preview-list li,
.scan-preview ul li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-dark);
}
.preview-list b,
.scan-preview ul b { color: var(--heading-dark); font-size: 0.9rem; }
.preview-list span,
.scan-preview ul span { color: var(--body-dark); font-size: 0.88rem; }

.why-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.why-cell {
  background: rgba(255, 253, 248, 0.75);
  border: 1px solid rgba(37, 33, 43, 0.12);
  border-radius: var(--radius);
  padding: 18px;
}
.why-n {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--lead);
  margin-bottom: 8px;
}
.why-cell h3 { margin-bottom: 6px; }
.why-cell p { margin: 0; color: var(--body-light); font-size: 0.92rem; }

.surface-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.surf {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  padding: 16px;
  background: var(--card-dark);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  color: var(--body-dark);
  transition: border-color .15s ease, transform .15s ease;
  min-height: 140px;
}
.surf:hover {
  border-color: var(--mint);
  transform: translateY(-2px);
}
.surf-n {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--yellow);
}
.surf b { color: var(--heading-dark); font-size: 0.95rem; }
.surf span:last-child { font-size: 0.85rem; }

/* Platform */
.pressroom {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 20px;
}
.desk-floor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.press-desk {
  text-align: left;
  background: rgba(255, 253, 248, 0.85);
  border: 1px solid rgba(37, 33, 43, 0.15);
  border-radius: var(--radius);
  padding: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 120px;
}
.press-desk b { color: var(--heading-light); }
.press-desk span { font-size: 0.88rem; color: var(--body-light); }
.press-desk em { font-style: normal; font-size: 0.78rem; color: var(--indigo); font-weight: 600; }
.press-desk.is-open {
  border-color: var(--lead);
  box-shadow: 0 0 0 2px rgba(232, 75, 44, 0.18);
}
.press-desk.is-paused {
  opacity: 0.5;
  border-style: dashed;
  background: repeating-linear-gradient(-45deg, #fff, #fff 6px, #f0ebe0 6px, #f0ebe0 12px);
}
.desk-detail {
  background: var(--press);
  color: var(--text-on-press);
  border-radius: var(--radius);
  padding: 22px;
}
.desk-detail h3 { color: var(--heading-dark); }
.desk-detail .mono-label { color: var(--mint); }
.desk-owner { font-size: 0.9rem; color: var(--yellow); }

.tele-desk { display: flex; flex-direction: column; gap: 16px; }
.tele-feed {
  background: var(--press);
  color: var(--mint);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
  padding: 14px 16px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 140px;
  overflow: auto;
}
.track-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.track {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 14px;
  border-top: 3px solid var(--indigo);
}
.track[data-track="exec"] { border-top-color: var(--mint); }
.track[data-track="phrase"] { border-top-color: var(--yellow); }
.track p { margin: 0; font-size: 0.92rem; }
.tbc {
  background: #fff5f5;
  border: 1px dashed var(--risk);
  border-radius: var(--radius);
  padding: 14px;
}
.tbc ul { margin: 0; padding-left: 18px; color: var(--risk); }

.aud-map { display: flex; flex-direction: column; gap: 16px; }
.aud-cols {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.aud-col {
  min-height: 140px;
  text-align: left;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(37, 33, 43, 0.12);
  border-radius: var(--radius);
  padding: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aud-col.is-full { border-top: 4px solid var(--indigo); }
.aud-col.is-partial { border-top: 4px solid var(--wait); }
.aud-col.is-empty { opacity: 0.4; border-top: 4px solid transparent; }
.aud-col.is-open { box-shadow: 0 0 0 2px rgba(89, 104, 216, 0.35); }
.aud-col.is-removed { display: none; }
.aud-col b { color: var(--heading-light); }
.aud-col span { font-size: 0.82rem; color: var(--body-light); }
.aud-detail {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 18px;
}
.aud-detail ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.aud-detail li { display: flex; flex-direction: column; gap: 2px; }
.aud-detail b { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--indigo); }

.composer { display: flex; flex-direction: column; gap: 16px; }
.type-bed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.lead-type {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 14px;
  border-bottom: 4px solid #c4b89a;
  box-shadow: inset 0 1px 0 #fff, 0 2px 0 rgba(37, 33, 43, 0.08);
}
.lead-type.is-locked {
  border-color: var(--mint);
  background: #f0fffa;
}
.lead-type p { margin: 0; font-size: 0.92rem; }
.publish-gate {
  margin: 0;
  font-weight: 600;
  color: var(--ok);
  font-size: 0.9rem;
}

.proof {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 22px;
}
.proof-body {
  position: relative;
  padding: 18px;
  background: var(--cream);
  border: 1px solid var(--border-light);
  margin-bottom: 16px;
  font-size: 1.05rem;
}
.mark {
  margin: 10px 0 0;
  padding: 8px 10px;
  font-size: 0.88rem;
  font-weight: 600;
  border-left: 3px solid var(--indigo);
  background: rgba(89, 104, 216, 0.08);
  color: var(--indigo);
}
.mark.is-sec { border-left-color: var(--risk); color: var(--risk); background: rgba(230, 83, 104, 0.08); }
.layer-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.layer-chip {
  border: 1px solid var(--border-light);
  background: #fff;
  padding: 8px 12px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}
.layer-chip.is-on {
  background: var(--indigo);
  color: #fff;
  border-color: var(--indigo);
}

.dist-strip { display: flex; flex-direction: column; gap: 16px; }
.dist-core {
  text-align: center;
  padding: 14px;
  border: 1px dashed var(--mint);
  border-radius: var(--radius);
  color: var(--heading-dark);
}
.dist-core .mono-label { color: var(--mint); }
.dist-core p { margin: 0; font-weight: 700; color: var(--heading-dark); }
.dist-windows {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.dist-win {
  background: var(--card-dark);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 12px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dist-win.is-focus { border-color: var(--mint); }
.dist-win.is-ready { border-top: 3px solid var(--mint); }
.dist-win .mono-label { color: var(--yellow); }
.dist-win p { margin: 0; font-size: 0.82rem; color: var(--body-dark); flex: 1; }
.dist-win em { font-style: normal; font-size: 0.75rem; color: var(--mint); font-weight: 600; }

.booth-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.reader-booth {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 14px;
  min-height: 130px;
}
.reader-booth.is-ok { border-top: 3px solid var(--ok); }
.reader-booth.is-warn { border-top: 3px solid var(--wait); }
.reader-booth.is-pend { border-top: 3px solid var(--border-light); }
.rb-st {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--indigo);
  margin: 6px 0;
}
.reader-booth p { margin: 0; font-size: 0.85rem; color: var(--body-light); }
.wrong-panel {
  background: #fff5f5;
  border: 1px solid var(--risk);
  border-radius: var(--radius);
  padding: 14px;
  margin-bottom: 16px;
}

.margin-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
}
.memo-body { padding: 24px; }
.memo-body p { margin: 0 0 14px; }
.memo-body .is-focus {
  background: rgba(255, 212, 90, 0.35);
  outline: 2px solid var(--yellow);
  padding: 6px 8px;
}
.margin-rail {
  background: var(--cream);
  border-left: 1px solid var(--border-light);
  padding: 18px;
}
.margin-rail.is-wide { min-width: 280px; }
.margin-rail ul { margin: 0; padding-left: 18px; font-size: 0.88rem; color: var(--body-light); }
.margin-rail li { margin-bottom: 8px; }

.terminal {
  background: #121118;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 18px;
  margin-bottom: 20px;
}
.terminal .mono-label { color: var(--mint); }
.term-feed { display: flex; flex-direction: column; gap: 4px; margin: 12px 0; }
.term-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  color: var(--mint);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: var(--radius);
}
.term-line:hover,
.term-line.is-on {
  background: rgba(36, 199, 177, 0.1);
  border-color: var(--border-dark);
}
.term-line span { color: #7a7488; }
.payload {
  background: #0a090e;
  color: var(--yellow);
  padding: 12px;
  border-radius: var(--radius);
  overflow: auto;
  font-size: 0.82rem;
}
.api-block {
  background: var(--card-dark);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 16px;
}
.api-block .mono-label { color: var(--mint); }
.api-block pre {
  margin: 0;
  color: var(--body-dark);
  font-size: 0.85rem;
  overflow: auto;
}

.integ-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.integ-cell {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 18px;
}
.integ-cell p { margin: 6px 0 0; color: var(--body-light); }

.type-config { display: flex; flex-direction: column; gap: 18px; }
.type-tray {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(180deg, #e8e0d0, #d4cab8);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
}
.type-block {
  border: none;
  cursor: pointer;
  background: linear-gradient(180deg, #f7f2e8, #cfc4ae);
  color: var(--heading-light);
  border-radius: 2px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 3px 0 #9a8f7a,
    0 6px 12px rgba(37, 33, 43, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  transition: transform .12s ease;
}
.type-block:hover { transform: translateY(-2px); }
.type-block:active { transform: translateY(2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 #9a8f7a; }
.type-block.size-1 { width: 88px; height: 72px; font-size: 0.72rem; }
.type-block.size-2 { width: 110px; height: 88px; font-size: 0.78rem; }
.type-block.size-3 { width: 132px; height: 104px; font-size: 0.82rem; }
.type-block.size-4 { width: 154px; height: 120px; font-size: 0.88rem; }
.type-block span { font-size: 1.2rem; color: var(--lead); }
.print-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.plan {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plan.is-rec {
  border-color: var(--lead);
  box-shadow: 0 0 0 2px rgba(232, 75, 44, 0.15);
}
.plan h3 { margin: 0; }
.plan p { margin: 0; color: var(--body-light); flex: 1; }
.allow-table {
  overflow: auto;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px;
}
.allow-table table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.allow-table th,
.allow-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid var(--border-light);
}
.allow-table th { color: var(--body-light); font-weight: 600; }

.about-system {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: var(--heading-light);
  margin: 0 0 8px;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 28px;
}
.about-beliefs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.about-beliefs li {
  background: rgba(255, 253, 248, 0.8);
  border: 1px solid rgba(37, 33, 43, 0.12);
  border-radius: var(--radius);
  padding: 16px;
}
.about-beliefs b { display: block; margin-bottom: 4px; }

.check-list,
.help-list,
.status-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li {
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
}
.help-list a { text-decoration: none; font-weight: 600; color: var(--indigo); }
.help-list a:hover { color: var(--lead); }
.status-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
}
.status-list .is-ok span { color: var(--ok); font-weight: 600; }
.change-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--border-light);
}
.legal-body { color: var(--body-light); }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 22px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  font-size: 0.88rem;
}

.auth-body {
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(201, 212, 255, 0.95), transparent 42%),
    radial-gradient(ellipse at 90% 10%, rgba(255, 212, 90, 0.22), transparent 35%),
    linear-gradient(180deg, #E4EAF8 0%, var(--cream) 48%, #EFE8D8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.auth-layout {
  width: min(920px, 100%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}
.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--heading-light);
  align-self: flex-start;
}
.auth-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}
.auth-brand-text strong {
  font-size: 1.15rem;
  color: var(--heading-light);
}
.auth-brand-text span {
  font-size: 0.78rem;
  font-weight: 600;
  color: #3F3A42;
}
.auth-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(29, 27, 38, 0.14);
  background: #fff;
  min-height: 480px;
}
.auth-card {
  text-align: left;
  background: #FFFDF8;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-card h1 {
  margin: 8px 0 10px;
  color: var(--heading-light);
  font-size: clamp(1.7rem, 3vw, 2.1rem);
}
.auth-lead {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.55;
  color: #3F3A42;
  max-width: 36ch;
}
.auth-form { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; }
.auth-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--heading-light);
}
.auth-form input {
  padding: 12px 14px;
  border: 1.5px solid #C9BFAE;
  border-radius: var(--radius);
  background: #fff;
  color: var(--heading-light);
}
.auth-form input::placeholder { color: #7A747C; }
.auth-form input:focus {
  outline: 2px solid rgba(89, 104, 216, 0.35);
  border-color: var(--indigo);
}
.auth-submit { width: 100%; margin-top: 4px; }
.auth-alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 18px 0 0;
  font-size: 0.92rem;
  color: #3F3A42;
  font-weight: 500;
}
.auth-alt .linkish,
.auth-back {
  color: #3D4DB8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auth-alt .linkish:hover,
.auth-back:hover { color: var(--lead); }
.linkish {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
.auth-panel {
  background:
    linear-gradient(160deg, rgba(89, 104, 216, 0.22), transparent 42%),
    var(--press);
  color: #E8E2EF;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.auth-panel .mono-label { color: var(--mint); margin-bottom: 0; }
.auth-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth-panel-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-dark);
}
.auth-panel-list b {
  color: #FFF9F0;
  font-size: 0.95rem;
}
.auth-panel-list span {
  color: #D2CCD9;
  font-size: 0.88rem;
}
.auth-wire {
  margin-top: 4px;
  padding: 12px;
  background: #121118;
  border-radius: var(--radius);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
  color: var(--mint);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.auth-panel-foot {
  margin: auto 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  color: #FFF9F0;
}
.auth-foot {
  margin: 4px 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #3F3A42;
  text-align: center;
}
.auth-card .hint-line { color: #3F3A42; }
.auth-card .hint-line.is-ok { color: #1F8F5F; }

@media (max-width: 800px) {
  .auth-stage { grid-template-columns: 1fr; }
  .auth-panel { min-height: auto; }
}

@media (max-width: 1024px) {
  .nav-main { display: none; }
  .nav-toggle { display: inline-flex; }
  .board-workspace,
  .scan-duo,
  .pressroom,
  .about-split,
  .margin-layout { grid-template-columns: 1fr; }
  .booth-rail,
  .aud-cols,
  .dist-windows,
  .booth-grid,
  .surface-map,
  .print-plans,
  .why-strip,
  .track-row,
  .type-bed,
  .integ-grid,
  .about-beliefs,
  .desk-floor,
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .booth-rail,
  .aud-cols,
  .dist-windows,
  .booth-grid,
  .surface-map,
  .print-plans,
  .why-strip,
  .track-row,
  .type-bed,
  .integ-grid,
  .about-beliefs,
  .desk-floor,
  .footer-grid { grid-template-columns: 1fr; }
  .brand-text span { display: none; }
  .header-actions .btn-ghost { display: none; }
}

/* Spec gap-fill visuals */
.lead-block.is-pending { border-left-color: var(--wait); background: #fffaf0; }
.lead-block.is-pending b { color: var(--wait); }
.booth-why {
  margin: 0 0 8px;
  font-size: 0.78rem;
  color: var(--body-light);
  min-height: 2.4em;
}
.byline-strip {
  margin: 0 0 18px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-left: 4px solid var(--ai);
  border-radius: var(--radius);
  font-size: 0.88rem;
  color: var(--body-light);
}
.byline-strip.is-live { border-left-color: var(--mint); }
.byline-strip p { margin: 0; }
.byline-strip b { color: var(--heading-light); }
.ai-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(165, 118, 255, 0.18);
  color: var(--ai);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.birdseye {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flow-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: rgba(29, 27, 38, 0.08);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--indigo);
}
.desk-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lead);
}
.desk-meta {
  margin: 0 0 12px;
  display: grid;
  gap: 10px;
}
.desk-meta div { display: flex; flex-direction: column; gap: 2px; }
.desk-meta dt {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mint);
}
.desk-meta dd { margin: 0; color: var(--heading-dark); font-size: 0.9rem; }
.desk-detail [data-desk-result] { color: #B8F0E4; }
.desk-detail [data-desk-input],
.desk-detail .desk-owner,
.desk-detail dd { color: #FFF9F0; }
.desk-detail [data-desk-body] { color: #E8E2EF; font-size: 0.92rem; }

.compare-panel {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 14px;
}
.compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.compare-cols b { display: block; margin-bottom: 6px; color: var(--indigo); }
.compare-cols p { margin: 0; font-size: 0.9rem; }

.strip-belt {
  display: flex;
  gap: 24px;
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--mint);
  animation: belt 14s linear infinite;
}
@keyframes belt {
  from { transform: translateX(0); }
  to { transform: translateX(-40%); }
}
.dist-win.is-stopped {
  border-color: var(--risk);
  opacity: 0.75;
}
.dist-win.is-stopped em { color: var(--risk); }

.stage-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
}
.stage-legend span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  background: #fff;
  color: var(--indigo);
}
.booth-meta {
  margin: 0;
  display: grid;
  gap: 6px;
}
.booth-meta div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.75rem;
}
.booth-meta dt { margin: 0; color: var(--body-light); }
.booth-meta dd { margin: 0; font-weight: 600; color: var(--heading-light); text-align: right; }

.event-detail { margin: 12px 0; }
.ev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ev-grid pre {
  margin: 0;
  padding: 10px;
  background: #0a090e;
  color: var(--yellow);
  border-radius: var(--radius);
  font-size: 0.78rem;
  min-height: 72px;
  overflow: auto;
}
.integ-line {
  margin: 12px 0;
  font-size: 0.85rem;
  color: var(--body-dark);
}

.margin-rail {
  width: clamp(180px, calc(40px + var(--q, 3) * 28px), 360px);
  transition: width .25s ease;
}
.margin-rail.is-wide { width: clamp(240px, calc(60px + var(--q, 7) * 32px), 420px); }

.publish-gate.is-blocked { color: var(--risk); }
.reopen-note {
  margin: 0 0 14px;
  padding: 10px 12px;
  background: rgba(231, 164, 58, 0.15);
  border-left: 3px solid var(--wait);
  color: var(--heading-light);
  font-size: 0.9rem;
  font-weight: 600;
}
.mark.is-product { border-left-color: var(--indigo); color: var(--indigo); }
.mark.is-people { border-left-color: var(--mint); color: #1a8f7e; background: rgba(36, 199, 177, 0.1); }
.mark.is-comms { border-left-color: var(--ai); color: var(--ai); background: rgba(165, 118, 255, 0.1); }

.change-kinds {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.change-kinds li {
  background: rgba(255, 253, 248, 0.85);
  border: 1px solid rgba(37, 33, 43, 0.12);
  border-radius: var(--radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.change-kinds b { color: var(--heading-light); }
.change-kinds span { font-size: 0.88rem; color: var(--body-light); }

.about-beliefs { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1024px) {
  .change-kinds,
  .about-beliefs,
  .ev-grid,
  .compare-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .change-kinds,
  .about-beliefs,
  .ev-grid,
  .compare-cols { grid-template-columns: 1fr; }
  .margin-layout { display: flex; flex-direction: column; }
  .margin-rail,
  .margin-rail.is-wide { width: 100%; border-left: none; border-top: 1px solid var(--border-light); }
}
