:root {
  color-scheme: dark;
  --bg: #040814;
  --bg-strong: #030610;
  --surface: rgba(15, 25, 43, 0.92);
  --surface-strong: rgba(20, 32, 54, 0.96);
  --surface-soft: rgba(12, 21, 37, 0.8);
  --ink: #edf5ff;
  --muted: #95a8c3;
  --line: rgba(120, 148, 188, 0.18);
  --accent: #39d3a2;
  --accent-strong: #74f0c2;
  --accent-alt: #6fa8ff;
  --accent-violet: #8f7cff;
  --warn: #d98965;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 18px 42px rgba(2, 8, 18, 0.24);
  --shadow-deep: 0 34px 90px rgba(1, 7, 16, 0.48);
  --brand-font: "Michroma", "Orbitron", "Eurostile", "Bank Gothic", "Segoe UI", sans-serif;
  --hero-font: "Audiowide", "Michroma", "Orbitron", "Eurostile", "Bank Gothic", "Segoe UI", sans-serif;
  --hero-support-font: "Oxanium", "Inter", "Segoe UI", sans-serif;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Inter, "Segoe UI", sans-serif;
  background:
    linear-gradient(135deg, rgba(63, 118, 196, 0.14) 0%, rgba(63, 118, 196, 0) 26%),
    linear-gradient(220deg, rgba(126, 112, 255, 0.12) 0%, rgba(126, 112, 255, 0) 24%),
    linear-gradient(180deg, rgba(57, 211, 162, 0.06) 0%, rgba(57, 211, 162, 0) 22%),
    linear-gradient(180deg, #0a1321 0%, #09111d 34%, var(--bg-strong) 100%);
  color: var(--ink);
}

img {
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0) 28%),
    linear-gradient(90deg, rgba(111, 168, 255, 0.04), rgba(111, 168, 255, 0) 20%, rgba(143, 124, 255, 0) 76%, rgba(143, 124, 255, 0.04)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.012) 1px, transparent 1px, transparent 40px);
  opacity: 0.9;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(111, 168, 255, 0.05) 0%, rgba(111, 168, 255, 0) 22%),
    linear-gradient(250deg, rgba(143, 124, 255, 0.05) 0%, rgba(143, 124, 255, 0) 20%);
  mix-blend-mode: screen;
}

.topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: stretch;
  gap: 24px;
  width: min(1480px, calc(100% - 64px));
  margin: 18px auto 0;
  padding: 34px 32px 30px;
  border: 1px solid rgba(120, 148, 188, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(111, 168, 255, 0.12) 0%, rgba(111, 168, 255, 0) 24%),
    linear-gradient(220deg, rgba(143, 124, 255, 0.12) 0%, rgba(143, 124, 255, 0) 18%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.96), rgba(7, 13, 24, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(111, 168, 255, 0.04),
    0 30px 70px rgba(0, 0, 0, 0.32);
  position: relative;
  overflow: hidden;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(111, 168, 255, 0.08),
    inset 0 24px 48px rgba(111, 168, 255, 0.04),
    inset 0 -28px 48px rgba(143, 124, 255, 0.03);
}

.topbar::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 168, 255, 0.5), rgba(111, 168, 255, 0));
  opacity: 0.75;
}

.brandcluster {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.brandbody {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.brandrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.brandmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  padding: 10px;
  border: 1px solid rgba(116, 240, 194, 0.18);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 50% 44%, rgba(111, 168, 255, 0.22), transparent 62%),
    linear-gradient(180deg, #0f1724 0%, #121a2d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 22px rgba(111, 168, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(111, 168, 255, 0.08);
}

.brandmark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(98, 191, 255, 0.24));
}

.eyebrow {
  margin: 0;
  font-family: var(--brand-font);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #9db4d6;
}

.betabadge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(120, 148, 188, 0.16);
  border-radius: 999px;
  background: rgba(10, 18, 30, 0.56);
  color: #d9e7fb;
  font-family: var(--brand-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.brandline {
  max-width: 34rem;
  color: #dce8fb;
  font-family: var(--hero-support-font);
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.5;
}

.brandcaps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.brandcap {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(120, 148, 188, 0.16);
  border-radius: 999px;
  background: rgba(10, 18, 30, 0.4);
  color: #bfdaff;
  font-family: var(--brand-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-family: var(--hero-font);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f4f9ff;
  text-shadow:
    0 0 18px rgba(111, 168, 255, 0.08),
    0 0 32px rgba(143, 124, 255, 0.06);
}

h2 {
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

h3 {
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.statuspanel {
  display: grid;
  align-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(120, 148, 188, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(17, 29, 49, 0.9) 0%, rgba(10, 18, 31, 0.88) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(111, 168, 255, 0.03),
    0 18px 42px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}

.statuspanel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(111, 168, 255, 0.06) 0%, rgba(111, 168, 255, 0) 28%),
    linear-gradient(225deg, rgba(116, 240, 194, 0.04) 0%, rgba(116, 240, 194, 0) 22%);
}

.statusbar {
  display: grid;
  gap: 10px;
  justify-items: start;
  min-width: 0;
}

.statuschip {
  padding: 9px 14px;
  border: 1px solid rgba(116, 240, 194, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(57, 211, 162, 0.12), rgba(57, 211, 162, 0.06));
  color: var(--accent-strong);
  font-family: var(--brand-font);
  min-width: 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 18px rgba(57, 211, 162, 0.1);
}

.statusmeta {
  color: var(--muted);
  font-family: var(--hero-support-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.statuscopy {
  max-width: none;
  color: #9fb2cd;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: anywhere;
}

.subtlelink {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(120, 148, 188, 0.16);
  border-radius: 999px;
  background: rgba(10, 18, 30, 0.5);
  color: var(--accent-strong);
  font-size: 14px;
  text-decoration: none;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    transform 140ms ease;
}

.subtlelink:hover {
  color: #c8fff0;
  border-color: rgba(116, 240, 194, 0.28);
  background: rgba(12, 21, 36, 0.8);
  transform: translateY(-1px);
}

.activitystrip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(57, 211, 162, 0.08), rgba(111, 168, 255, 0.08));
}

.activitypulse {
  display: flex;
  align-items: center;
  gap: 6px;
}

.activitypulse span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0.28;
  animation: pulse-dot 1s ease-in-out infinite;
}

.activitypulse span:nth-child(2) {
  animation-delay: 0.16s;
}

.activitypulse span:nth-child(3) {
  animation-delay: 0.32s;
}

.activitycopy {
  display: grid;
  gap: 4px;
}

.activitylabel {
  font-size: 14px;
  font-weight: 650;
}

.activitydetail {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.activityelapsed {
  min-width: 44px;
  text-align: right;
  color: var(--muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.shell {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(420px, 1fr);
  gap: 28px;
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 24px 32px 48px;
  position: relative;
}

.shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(111, 168, 255, 0.02), rgba(111, 168, 255, 0) 24%, rgba(143, 124, 255, 0.02));
  opacity: 0.7;
}

.composer,
.results {
  display: grid;
  gap: 18px;
  align-content: start;
  align-self: start;
  min-width: 0;
}

.results {
  position: relative;
}

.results::before {
  content: "";
  position: absolute;
  inset: -18px -18px auto -18px;
  height: 220px;
  border-radius: 26px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(111, 168, 255, 0.06), rgba(111, 168, 255, 0)),
    linear-gradient(110deg, rgba(143, 124, 255, 0.04), rgba(143, 124, 255, 0) 46%);
  filter: blur(2px);
}

.composer {
  position: static;
}

.settingsband {
  align-self: start;
}

.sectionhead {
  display: grid;
  gap: 6px;
}

.sectionhead p {
  color: var(--muted);
  font-size: 15px;
  max-width: 64ch;
  line-height: 1.6;
}

.exampleblock,
.panel,
.composer {
  background: transparent;
}

.composercard {
  display: grid;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(120, 148, 188, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(111, 168, 255, 0.05) 0%, rgba(111, 168, 255, 0) 18%),
    linear-gradient(180deg, rgba(16, 27, 46, 0.96) 0%, rgba(9, 17, 31, 0.95) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 0 1px rgba(111, 168, 255, 0.03),
    var(--shadow-deep);
  position: sticky;
  top: 24px;
  min-width: 0;
  overflow: hidden;
}

.composercard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(111, 168, 255, 0.05) 0%, rgba(111, 168, 255, 0) 24%),
    linear-gradient(220deg, rgba(143, 124, 255, 0.04) 0%, rgba(143, 124, 255, 0) 22%);
}

.fieldhead {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.fieldhint {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.field,
.textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(10, 18, 30, 0.92);
  color: var(--ink);
  padding: 12px 14px;
  font: inherit;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
}

.field:focus,
.textarea:focus {
  outline: none;
  border-color: rgba(116, 240, 194, 0.34);
  box-shadow: 0 0 0 3px rgba(57, 211, 162, 0.08);
}

.textarea {
  resize: vertical;
  min-height: 168px;
}

.controlband {
  display: grid;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(12, 20, 36, 0.82), rgba(10, 18, 32, 0.76));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(111, 168, 255, 0.025),
    var(--shadow-soft);
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.controlband::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(111, 168, 255, 0.04) 0%, rgba(111, 168, 255, 0) 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.settingsband {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(120, 148, 188, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(143, 124, 255, 0.045) 0%, rgba(143, 124, 255, 0) 18%),
    linear-gradient(180deg, rgba(17, 28, 47, 0.94) 0%, rgba(9, 17, 31, 0.95) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(143, 124, 255, 0.03),
    var(--shadow-deep);
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.settingsband::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(143, 124, 255, 0.06) 0%, rgba(143, 124, 255, 0) 20%),
    linear-gradient(220deg, rgba(111, 168, 255, 0.04) 0%, rgba(111, 168, 255, 0) 22%);
}

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

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

.settingsbadge {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(12, 21, 36, 0.8), rgba(10, 18, 30, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 14px 28px rgba(0, 0, 0, 0.14);
}

.settingsbadge span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.settingsbadge strong {
  font-size: 18px;
  line-height: 1.2;
  color: #f4f9ff;
}

.compacthead {
  gap: 4px;
}

.settings-top {
  align-items: start;
}

.settings-profilecopy {
  display: grid;
  gap: 8px;
}

.settings-copy {
  color: #dce9fb;
  font-size: 14px;
  line-height: 1.5;
}

.profilechips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.profilechip {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(12, 22, 38, 0.8), rgba(10, 18, 30, 0.7));
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.profilechip strong {
  font-size: 15px;
}

.profilechip span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.profilechip:hover {
  border-color: rgba(116, 240, 194, 0.24);
  transform: translateY(-1px);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.18),
    0 0 20px rgba(111, 168, 255, 0.06);
}

.profilechip.is-selected {
  border-color: rgba(116, 240, 194, 0.36);
  background: linear-gradient(180deg, rgba(19, 35, 58, 0.96), rgba(10, 18, 30, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(116, 240, 194, 0.12),
    0 18px 34px rgba(0, 0, 0, 0.2);
}

.settings-intro {
  padding: 14px 16px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(10, 18, 31, 0.68), rgba(9, 17, 31, 0.58));
  color: #d9e7fb;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.sliderdetails {
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(8, 15, 27, 0.58), rgba(8, 15, 27, 0.46));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(0, 0, 0, 0.14);
}

.sliderdetails summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #e8f2ff;
}

.sliderdetails summary::-webkit-details-marker {
  display: none;
}

.sliderdetails summary::after {
  content: "+";
  float: right;
  color: var(--accent-strong);
}

.sliderdetails[open] summary::after {
  content: "-";
}

.sliderdetails .settings-intro,
.sliderdetails .sliderstack,
.sliderdetails .runtimecontrols {
  margin: 0 16px 16px;
}

.ghost {
  min-height: 40px;
  border: 1px solid rgba(120, 148, 188, 0.16);
  border-radius: var(--radius-sm);
  padding: 0 14px;
  background: linear-gradient(180deg, rgba(13, 22, 37, 0.8), rgba(10, 18, 30, 0.74));
  color: #d7e6ff;
  font: inherit;
  cursor: pointer;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    transform 140ms ease;
}

.ghost:hover {
  border-color: rgba(116, 240, 194, 0.24);
  background: linear-gradient(180deg, rgba(15, 26, 43, 0.92), rgba(12, 21, 36, 0.88));
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.sliderstack {
  display: grid;
  gap: 10px;
}

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

.runtimefield {
  display: grid;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(10, 18, 30, 0.74);
}

.runtime-select {
  min-height: 46px;
}

.sliderrow {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(12, 21, 36, 0.8), rgba(10, 18, 30, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 12px 24px rgba(0, 0, 0, 0.12);
}

.slidercopy {
  display: grid;
  gap: 4px;
}

.slidercopy strong {
  font-size: 15px;
}

.slidercopy span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.slidertrack {
  display: grid;
  gap: 8px;
}

.sliderlabels {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.slidercontrol input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.slidervalue {
  min-width: 42px;
  padding: 6px 8px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: 999px;
  background: rgba(18, 30, 50, 0.8);
  text-align: right;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: #dff9f0;
}

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

.segmented label,
.checkbox {
  display: flex;
  align-items: start;
  gap: 10px;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px;
  background: linear-gradient(180deg, rgba(13, 22, 38, 0.8), rgba(11, 19, 32, 0.72));
  font-size: 14px;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.segmented input {
  margin-top: 4px;
  accent-color: var(--accent);
}

.optioncard span {
  display: grid;
  gap: 4px;
}

.optioncard strong {
  font-size: 14px;
}

.optioncard small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.segmented label:hover,
.checkbox:hover {
  border-color: rgba(116, 240, 194, 0.18);
  background: linear-gradient(180deg, rgba(18, 30, 49, 0.96), rgba(13, 22, 36, 0.88));
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.segmented label:has(input:checked) {
  border-color: rgba(116, 240, 194, 0.36);
  background: linear-gradient(180deg, rgba(20, 35, 58, 0.98), rgba(11, 19, 32, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(116, 240, 194, 0.1),
    0 16px 28px rgba(0, 0, 0, 0.18);
}

.chipgroup {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  min-width: 0;
}

.chipbutton {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 34px;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid rgba(120, 148, 188, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(12, 21, 36, 0.82), rgba(10, 18, 30, 0.78));
  color: #dce9fb;
  font: inherit;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    transform 140ms ease;
}

.chipbutton:hover {
  border-color: rgba(116, 240, 194, 0.24);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.chipbutton.is-selected {
  border-color: rgba(111, 168, 255, 0.28);
  background: linear-gradient(180deg, rgba(35, 58, 94, 0.96), rgba(24, 42, 70, 0.9));
  color: #f1f7ff;
  box-shadow:
    inset 0 0 0 1px rgba(111, 168, 255, 0.12),
    0 0 18px rgba(111, 168, 255, 0.08);
}

.twocol {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.primary {
  min-height: 52px;
  width: 100%;
  border: 0;
  border-radius: var(--radius-md);
  padding: 0 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 34%),
    linear-gradient(90deg, #2e9077 0%, #3799bf 42%, #6f86ff 100%);
  color: #eefcff;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 44px rgba(21, 52, 96, 0.34),
    0 0 26px rgba(111, 168, 255, 0.14);
  transition:
    transform 140ms ease,
    filter 140ms ease,
    box-shadow 140ms ease;
}

.primary:hover:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 24px 52px rgba(21, 52, 96, 0.38),
    0 0 30px rgba(111, 168, 255, 0.18);
}

.primary:disabled {
  opacity: 0.6;
  cursor: wait;
}

.actionbar {
  display: grid;
  gap: 10px;
}

.actionnote {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.responsemeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.responsepill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(116, 240, 194, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(57, 211, 162, 0.12), rgba(57, 211, 162, 0.06));
  color: #dff9f0;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  box-shadow: 0 0 16px rgba(57, 211, 162, 0.06);
}

.responsepill-subtle {
  border-color: rgba(120, 148, 188, 0.16);
  background: linear-gradient(180deg, rgba(12, 21, 36, 0.78), rgba(10, 18, 30, 0.72));
  color: #bfdaff;
}

.responsegrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.panel-primary {
  grid-column: 1 / -1;
  min-height: 164px;
}

.panel-action {
  grid-column: 1 / -1;
  border-color: rgba(116, 240, 194, 0.18);
  background:
    linear-gradient(135deg, rgba(57, 211, 162, 0.04) 0%, rgba(57, 211, 162, 0) 20%),
    linear-gradient(180deg, rgba(19, 32, 48, 0.98) 0%, rgba(9, 19, 30, 0.96) 100%);
}

.panel-primary p {
  font-size: 22px;
  line-height: 1.65;
  color: #f4f9ff;
}

.panel {
  display: grid;
  gap: 12px;
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(111, 168, 255, 0.035) 0%, rgba(111, 168, 255, 0) 18%),
    linear-gradient(180deg, rgba(18, 29, 48, 0.96) 0%, rgba(10, 18, 31, 0.95) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(111, 168, 255, 0.025),
    var(--shadow-deep);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 168, 255, 0), rgba(111, 168, 255, 0.38), rgba(57, 211, 162, 0.22), rgba(111, 168, 255, 0));
}

.panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0) 30%),
    linear-gradient(220deg, rgba(143, 124, 255, 0.035), rgba(143, 124, 255, 0) 22%);
}

.panel p {
  color: #dbe7fa;
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.panel.is-pending p {
  color: var(--muted);
}

.panel.is-pending p::selection {
  background: transparent;
}

.panel.is-pending p::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(55, 78, 112, 0.38) 0%, rgba(122, 153, 198, 0.86) 50%, rgba(55, 78, 112, 0.38) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.35s linear infinite;
}

.panel.is-pending:nth-child(2) p::after {
  width: 86%;
}

.panel.is-pending:nth-child(3) p::after {
  width: 78%;
}

.panel.is-pending:nth-child(4) p::after {
  width: 92%;
}

.metarow {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
}

.inspector-shell {
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
}

.inspector-responsegrid .panel {
  min-height: 148px;
}

.inspector-sidebar,
.inspector-main {
  display: grid;
  gap: 16px;
  align-content: start;
}

.compact-statgrid .statcard {
  min-height: 82px;
}

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

.statgrid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.statcard {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(10, 18, 30, 0.72);
}

.statcard strong,
.componentcard strong {
  font-size: 20px;
  line-height: 1.1;
  color: #f4f9ff;
}

.statlabel {
  color: var(--muted);
  font-size: 12px;
}

.pillrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: 999px;
  background: rgba(57, 211, 162, 0.08);
  color: var(--accent-strong);
  font-size: 13px;
}

.stacklist {
  display: grid;
  gap: 8px;
}

.datasetlist {
  display: grid;
  gap: 10px;
}

.datasetrow {
  display: grid;
  gap: 6px;
  min-height: 62px;
  padding: 12px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: 8px;
  background: rgba(10, 18, 30, 0.78);
}

.datasetrow-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.datasetrow-top span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.datasetrow p {
  color: #dce9fb;
  font-size: 13px;
  line-height: 1.45;
}

.weightrow {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: 8px;
  background: rgba(10, 18, 30, 0.86);
  font-size: 14px;
}

.runlist {
  display: grid;
  gap: 10px;
}

.requestlist {
  display: grid;
  gap: 10px;
}

.runbutton,
.requestbutton {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: 8px;
  background: rgba(10, 18, 30, 0.86);
  text-align: left;
  cursor: pointer;
  color: var(--ink);
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
}

.runbutton:hover,
.requestbutton:hover {
  border-color: rgba(116, 240, 194, 0.22);
  transform: translateY(-1px);
}

.runbutton.is-selected,
.requestbutton.is-selected {
  border-color: rgba(116, 240, 194, 0.44);
  background: linear-gradient(180deg, rgba(18, 33, 54, 0.96), rgba(10, 18, 30, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(116, 240, 194, 0.14),
    0 18px 34px rgba(0, 0, 0, 0.22);
}

.runbutton-top,
.runbutton-meta,
.requestbutton-top,
.requestbutton-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.runbutton-meta,
.requestbutton-meta {
  color: var(--muted);
  font-size: 13px;
}

.requestok {
  color: var(--accent-strong);
}

.requestfail {
  color: #ffb7a6;
}

.emptycopy {
  color: var(--muted);
  font-size: 14px;
}

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

.componentcard {
  display: grid;
  gap: 6px;
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: 8px;
  background: rgba(10, 18, 30, 0.86);
}

.componentmeta {
  color: var(--muted);
  font-size: 12px;
}

.inspector-meta {
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
}

.compact {
  min-height: 0;
}

.meta {
  display: grid;
  gap: 10px;
}

.meta div {
  display: grid;
  gap: 4px;
}

dt {
  color: var(--muted);
  font-size: 12px;
}

dd {
  margin: 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.codeblock {
  overflow: auto;
  max-width: 100%;
  max-height: 260px;
  margin: 0;
  padding: 12px;
  border-radius: var(--radius-sm);
  background: #09111d;
  color: #eaf4ff;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  border: 1px solid rgba(120, 148, 188, 0.12);
}

.techpanel {
  border: 1px solid rgba(120, 148, 188, 0.12);
  border-radius: var(--radius-md);
  background: rgba(10, 18, 30, 0.66);
}

.techpanel summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #bfdaff;
}

.techpanel summary::-webkit-details-marker {
  display: none;
}

.techpanel summary::after {
  content: "+";
  float: right;
  color: var(--accent-strong);
}

.techpanel[open] summary::after {
  content: "-";
}

.techpanel-body {
  margin: 0 12px 12px;
}

@keyframes pulse-dot {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.28;
  }

  50% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 1080px) {
  .composercard {
    position: static;
  }

  .shell,
  .metarow {
    grid-template-columns: 1fr;
  }

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

  .statgrid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar,
  .shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .shell {
    gap: 20px;
  }

  .topbar {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
    margin-top: 14px;
    padding-top: 24px;
    padding-bottom: 22px;
    gap: 18px;
  }

  .brandcluster {
    align-items: start;
    gap: 12px;
  }

  .brandmark {
    width: 58px;
    height: 58px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 15px;
  }

  .brandline {
    max-width: none;
    font-size: 18px;
  }

  .brandcaps {
    gap: 6px;
  }

  .statusbar {
    justify-items: start;
  }

  .statuspanel {
    padding: 16px;
  }

  .statuscopy {
    text-align: left;
  }

  .fieldhead {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .textarea {
    min-height: 132px;
  }

  .responsegrid,
  .twocol,
  .segmented,
  .statgrid,
  .componentgrid,
  .settingsbadgebar,
  .statgrid-compact,
  .profilechips,
  .runtimecontrols {
    grid-template-columns: 1fr;
  }

  .activitystrip {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .activityelapsed {
    text-align: left;
  }

  .settingshead {
    flex-direction: column;
  }

  .sliderrow,
  .slidercontrol {
    grid-template-columns: 1fr;
  }

  .slidervalue {
    text-align: left;
  }

  .chipgroup {
    overflow: visible;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .panel-primary p {
    font-size: 18px;
  }
}

/* --- Front door: hero + waitlist ------------------------------------------ */
.lander {
  position: relative;
  grid-column: 1 / -1;
  margin: 8px auto 4px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(143, 124, 255, 0.28);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(143, 124, 255, 0.10) 0%, rgba(143, 124, 255, 0) 32%),
    var(--surface-soft);
  box-shadow: var(--shadow-soft), 0 0 44px rgba(143, 124, 255, 0.10);
  overflow: hidden;
}
.lander::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(130% 90% at 100% 0%, rgba(143, 124, 255, 0.26), transparent 58%),
    radial-gradient(100% 80% at 0% 100%, rgba(126, 112, 255, 0.18), transparent 56%),
    radial-gradient(80% 70% at 90% 100%, rgba(57, 211, 162, 0.06), transparent 60%);
}
.landercopy { position: relative; z-index: 1; max-width: 720px; }
.landereyebrow {
  margin: 0 0 14px;
  font-family: var(--hero-support-font);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #c3b4ff;
}
.landertitle {
  margin: 0 0 16px;
  font-family: var(--hero-font);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
  background: linear-gradient(120deg, #ffffff 0%, #d8ccff 42%, #9f8bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.landerlede {
  margin: 0 0 26px;
  font-family: var(--hero-support-font);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.5;
  color: var(--muted);
}
.landeractions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.landerbtn { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.landeractions .primary.landerbtn {
  background: linear-gradient(135deg, #9f8bff 0%, #7a63ff 100%);
  border-color: rgba(143, 124, 255, 0.55);
  color: #0b0a1f;
  box-shadow: 0 14px 30px rgba(122, 99, 255, 0.28);
}
.landerproof {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  margin: 0; padding: 0; list-style: none;
  font-family: var(--hero-support-font); font-size: 0.85rem; color: var(--ink);
}
.landerproof li { display: inline-flex; align-items: center; gap: 8px; }
.landerproof span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 999px;
  background: rgba(143, 124, 255, 0.18); color: #c3b4ff;
  border: 1px solid rgba(143, 124, 255, 0.42);
  font-size: 0.72rem; font-weight: 600;
}
.waitlist { grid-column: 1 / -1; margin: 10px auto 30px; width: 100%; }
.waitlistcard {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(143, 124, 255, 0.24);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(143, 124, 255, 0.08) 0%, rgba(143, 124, 255, 0) 30%),
    var(--surface);
  box-shadow: var(--shadow-soft), 0 0 32px rgba(143, 124, 255, 0.08);
}
.waitlistform { margin-top: 18px; }
.waitlistrow { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.waitlistrow .field { flex: 1 1 260px; }
.waitlistrow .primary { flex: 0 0 auto; }
.waitlistnote { margin: 12px 0 0; font-size: 0.86rem; color: var(--muted); }
.waitlistnote[data-tone="ok"] { color: #c3b4ff; }
.waitlistnote[data-tone="warn"] { color: var(--warn); }
@media (max-width: 560px) {
  .landeractions .landerbtn { width: 100%; }
  .waitlistrow .primary { width: 100%; }
}

/* --- v2 polish pass: stronger header + tighter, aligned demo ------------- */

/* Header presence (was reading too weak / faded) */
.topbar {
  border-color: rgba(143, 124, 255, 0.30);
  background:
    linear-gradient(135deg, rgba(143, 124, 255, 0.16) 0%, rgba(143, 124, 255, 0) 30%),
    linear-gradient(180deg, rgba(9, 12, 26, 0.98), rgba(8, 11, 22, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 30px 70px rgba(0, 0, 0, 0.40),
    0 0 40px rgba(143, 124, 255, 0.10);
}
.topbar::after {
  width: 100%;
  height: 2px;
  inset: auto auto 0 0;
  background: linear-gradient(90deg, rgba(143, 124, 255, 0.75), rgba(126, 112, 255, 0.3), rgba(143, 124, 255, 0));
  opacity: 1;
}
.eyebrow { color: #c3b4ff; font-weight: 600; letter-spacing: 0.14em; }
.betabadge {
  border-color: rgba(143, 124, 255, 0.5);
  background: rgba(143, 124, 255, 0.16);
  color: #e2d8ff;
}
.brandcap {
  border-color: rgba(143, 124, 255, 0.30);
  background: rgba(143, 124, 255, 0.10);
  color: #e0eaff;
  font-weight: 600;
}
.brandline { color: #eef3ff; }

/* Status panel: read as a real live status, not a washed-out box */
.statuspanel {
  border-color: rgba(143, 124, 255, 0.24);
  background: linear-gradient(180deg, rgba(16, 20, 40, 0.96), rgba(10, 13, 26, 0.92));
}
.statuschip { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.statuschip::before {
  content: ""; width: 8px; height: 8px; border-radius: 999px;
  background: var(--accent-strong);
  box-shadow: 0 0 10px rgba(116, 240, 194, 0.7);
}
.statusmeta { color: #b3bdd8; }

/* Demo: kill the empty voids + tighten so it stops looking templated */
.responsegrid { gap: 16px; align-items: start; }
.panel { min-height: 0; padding: 20px; align-content: start; }
.panel-primary { min-height: 0; }
.panel-primary p { font-size: 17px; line-height: 1.6; }

/* Each answer panel gets a designed accent bar on its heading */
.panel h3 { position: relative; padding-left: 12px; }
.panel h3::before {
  content: ""; position: absolute; left: 0; top: 2px; bottom: 2px;
  width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, #9f8bff, #39d3a2);
}
.panel-action h3::before { background: linear-gradient(180deg, #39d3a2, #74f0c2); }

/* Give both column heads structure so the two sides read as one system */
.composercard > .sectionhead,
.results > .sectionhead {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(143, 124, 255, 0.16);
}

/* --- House mark: CML cube logo -------------------------------------------- */
.brandmark {
  width: 76px;
  height: 76px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.brandmark img {
  filter: drop-shadow(0 0 16px rgba(143, 124, 255, 0.55));
}

/* --- Art direction v4: font mix + neon + memory-lattice motion ----------- */

/* Ambient background sits behind content */
#memory-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}
.topbar, .shell { position: relative; z-index: 1; }

/* Font mix: geometric display voices for marks/labels, techno for the hero */
h1 {
  font-family: "Orbitron", var(--hero-font);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #f2ecff;
  text-shadow: 0 0 18px rgba(143, 124, 255, 0.45), 0 0 42px rgba(126, 112, 255, 0.30);
}
.eyebrow,
.landereyebrow,
.betabadge,
.brandcap { font-family: "Orbitron", var(--brand-font); }

/* Hero headline: solid neon bloom (like the Abyss "WE LIVE THERE" moment) */
.landertitle {
  font-family: "Chakra Petch", var(--hero-font);
  font-weight: 700;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #d9ccff;
  color: #d9ccff;
  text-shadow:
    0 0 8px rgba(143, 124, 255, 0.55),
    0 0 22px rgba(143, 124, 255, 0.45),
    0 0 52px rgba(126, 112, 255, 0.38);
}

/* Active shadowing / neon on the interactive + accent bits */
.landeractions .primary.landerbtn {
  box-shadow: 0 0 24px rgba(143, 124, 255, 0.45), 0 14px 30px rgba(122, 99, 255, 0.35);
}
.landeractions .primary.landerbtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 38px rgba(159, 139, 255, 0.7), 0 16px 38px rgba(122, 99, 255, 0.5);
}
.brandmark img { filter: drop-shadow(0 0 22px rgba(143, 124, 255, 0.72)); }
.statuschip::before { box-shadow: 0 0 12px rgba(116, 240, 194, 0.95); }
.panel { transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.panel:hover {
  border-color: rgba(143, 124, 255, 0.42);
  box-shadow: 0 0 26px rgba(143, 124, 255, 0.16), var(--shadow-deep);
  transform: translateY(-2px);
}

/* --- Brand wordmark: "Brutally Honest" in Bangers (self-hosted) ---------- */
@font-face {
  font-family: "Bangers";
  src: url("assets/bangers.woff2") format("woff2");
  font-display: swap;
}
h1 {
  font-family: "Bangers", var(--hero-font);
  font-weight: 400;
  font-size: clamp(40px, 5.4vw, 62px);
  letter-spacing: 0.03em;
  line-height: 0.95;
  color: #fbf8ff;
  text-shadow:
    0 0 0.06em rgba(143, 124, 255, 0.9),
    0 0 0.22em rgba(143, 124, 255, 0.62),
    0 0 0.5em rgba(126, 112, 255, 0.4);
}
