﻿:root {
  --bg: #050b16;
  --deep: #071225;
  --panel: rgba(9, 22, 42, 0.78);
  --panel-soft: rgba(255,255,255,0.07);
  --panel-strong: rgba(255,255,255,0.12);
  --line: rgba(150, 215, 220, 0.18);
  --text: #f5f1e8;
  --muted: #9fb1c0;
  --teal: #35d3c9;
  --teal-soft: rgba(53,211,201,0.18);
  --gold: #d9b36e;
  --gold-soft: rgba(217,179,110,0.18);
  --shadow: 0 24px 70px rgba(0,0,0,0.42);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI Light", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; font-weight: 300;
}

body {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.cosmos {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 19%, rgba(53,211,201,0.22), transparent 12%),
    radial-gradient(circle at 48% 28%, rgba(217,179,110,0.16), transparent 14%),
    radial-gradient(circle at 20% 8%, rgba(53,211,201,0.12), transparent 22%),
    radial-gradient(circle at 80% 3%, rgba(217,179,110,0.10), transparent 24%),
    linear-gradient(180deg, #06101f 0%, #040711 100%);
  z-index: -3;
}

.cosmos::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    repeating-radial-gradient(circle at 50% 22%, transparent 0 22px, rgba(53,211,201,0.055) 23px 24px),
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.22), transparent 2px),
    radial-gradient(circle at 30% 40%, rgba(255,255,255,0.16), transparent 1px),
    radial-gradient(circle at 75% 32%, rgba(255,255,255,0.14), transparent 1px),
    radial-gradient(circle at 65% 70%, rgba(255,255,255,0.12), transparent 1px);
  opacity: 0.9;
  transform: rotate(-14deg);
}

.phone-shell {
  width: min(100vw, 460px);
  min-height: 100vh;
  padding: 18px 16px 96px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 8px 0 18px;
}

.brand-lockup {
  display: flex;
  gap: 12px;
  align-items: center;
}

.aeva-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--teal);
  font-size: 1.8rem;
  border: 1px solid var(--line);
  background: rgba(53,211,201,0.08);
  box-shadow: 0 0 24px rgba(53,211,201,0.20);
}

.eyebrow {
  margin: 0 0 5px;
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 600;
}

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

h1 {
  margin-bottom: 1px;
  font-size: 1.45rem;
  font-family: "Segoe UI Light", "Segoe UI", system-ui, sans-serif; font-weight: 300;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.tagline {
  margin: 0;
  color: var(--teal);
  font-size: 0.85rem;
}

.live-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(3,9,18,0.48);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.live-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 15px var(--teal);
}

.screen { display: none; }
.screen.active { display: block; animation: rise 180ms ease-out; }

@keyframes rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-orbit {
  height: 286px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  margin-bottom: 14px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,244,210,0.84), transparent 4%),
    radial-gradient(circle at 50% 42%, rgba(53,211,201,0.42), transparent 13%),
    radial-gradient(circle at 50% 62%, rgba(217,179,110,0.22), transparent 24%),
    linear-gradient(180deg, rgba(12,28,54,0.92), rgba(4,8,17,0.96));
  box-shadow: var(--shadow);
}

.field-horizon {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -16%;
  height: 42%;
  background:
    radial-gradient(ellipse at center, rgba(53,211,201,0.24), transparent 34%),
    linear-gradient(160deg, transparent 0 25%, rgba(217,179,110,0.16) 26% 27%, transparent 28%),
    linear-gradient(200deg, transparent 0 36%, rgba(53,211,201,0.15) 37% 38%, transparent 39%);
  border-radius: 50%;
}

.field-light {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 5px;
  height: 170px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(255,247,220,0.95), rgba(53,211,201,0.22), transparent);
  box-shadow: 0 0 30px rgba(255,247,220,0.45);
}

.orbital-ring {
  position: absolute;
  border: 1px solid rgba(53,211,201,0.18);
  border-radius: 50%;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%) rotate(-17deg);
}

.ring-one { width: 210px; height: 88px; }
.ring-two { width: 300px; height: 132px; opacity: 0.65; }

.glass-card, .boundary-card, .mission-card, .recent-item, .network-snapshot, .network-map {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 25px;
  padding: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  margin-bottom: 14px;
}

.core-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h2 {
  font-size: 1.55rem;
  line-height: 1.06;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

h3 { margin-bottom: 7px; }

.muted {
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 12px;
}

.tiny {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 8px 0 0;
}

.voice-button {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(53,211,201,0.45);
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 1.8rem;
  box-shadow: 0 0 24px rgba(53,211,201,0.25);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 14px;
}

.quick-action {
  min-height: 105px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255,255,255,0.055);
  color: var(--text);
  padding: 10px 8px;
  text-align: center;
}

.quick-action span {
  display: block;
  color: var(--teal);
  font-size: 1.65rem;
  margin-bottom: 6px;
}

.quick-action strong {
  display: block;
  color: var(--gold);
  font-size: 0.86rem;
}

.quick-action small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  margin-top: 3px;
}

textarea, input, select {
  width: 100%;
  color: var(--text);
  background: rgba(0,0,0,0.22);
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 12px;
  outline: none;
  margin: 7px 0 12px;
  font: inherit;
}

textarea { min-height: 104px; resize: vertical; }

label {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 8px;
}

.primary-btn, .secondary-btn {
  width: 100%;
  border-radius: 18px;
  padding: 13px 14px;
  font-weight: 600;
  cursor: pointer;
  font: inherit;
}

.primary-btn {
  border: 0;
  color: #071225;
  background: linear-gradient(135deg, var(--gold), var(--teal));
}

.secondary-btn {
  color: var(--text);
  background: var(--panel-strong);
  border: 1px solid var(--line);
}

.network-snapshot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 8px;
}

.network-snapshot div:not(:last-child) {
  border-right: 1px solid var(--line);
}

.network-snapshot strong {
  display: block;
  color: var(--gold);
  font-size: 1.1rem;
}

.network-snapshot span {
  color: var(--muted);
  font-size: 0.72rem;
}

.section-heading { margin: 10px 0 14px; }

.filter-row {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  overflow-x: auto;
}

.filter-row button {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 9px 14px;
  background: rgba(255,255,255,0.045);
  color: var(--muted);
}

.filter-row button.active {
  color: var(--teal);
  background: var(--teal-soft);
}

.recent-item {
  display: grid;
  grid-template-columns: 82px 1fr 18px;
  gap: 12px;
  align-items: center;
  padding: 10px;
}

.thumb {
  height: 68px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 30%, var(--gold), transparent 24%),
              linear-gradient(135deg, rgba(53,211,201,0.42), rgba(2,5,12,0.8));
}

.cafe .thumb {
  background: radial-gradient(circle at 44% 44%, rgba(217,179,110,0.9), transparent 27%),
              linear-gradient(135deg, #47321d, #06101f);
}

.water .thumb {
  background: radial-gradient(circle at 40% 50%, rgba(53,211,201,0.75), transparent 24%),
              linear-gradient(135deg, #102a35, #06101f);
}

.trail .thumb {
  background: radial-gradient(circle at 60% 35%, rgba(217,179,110,0.9), transparent 22%),
              linear-gradient(135deg, #44341f, #071225);
}

.recent-item h3 {
  color: var(--gold);
  margin: 0 0 4px;
  font-size: 0.98rem;
}

.recent-item p {
  color: var(--muted);
  margin: 0 0 8px;
  font-size: 0.78rem;
}

.recent-item span {
  color: var(--teal);
  background: var(--teal-soft);
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
}

.recent-item b {
  color: var(--gold);
  font-size: 1.7rem;
  font-weight: 300;
}

.network-map {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.network-map p {
  position: absolute;
  left: 16px;
  bottom: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  margin: 0;
}

.node {
  position: absolute;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(53,211,201,0.35);
  border-radius: 50%;
  color: var(--teal);
  background: rgba(53,211,201,0.08);
}

.n1 { left: 10%; top: 30%; }
.n2 { left: 38%; top: 18%; }
.n3 { left: 58%; top: 48%; }
.n4 { right: 10%; top: 28%; }
.n5 { left: 22%; bottom: 22%; }

.net-core {
  position: absolute;
  left: 49%;
  top: 47%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 24px var(--teal);
}

.net-line {
  position: absolute;
  height: 1px;
  background: rgba(53,211,201,0.24);
  transform-origin: left;
}

.l1 { left: 15%; top: 39%; width: 260px; transform: rotate(16deg); }
.l2 { left: 25%; top: 75%; width: 220px; transform: rotate(-32deg); }
.l3 { left: 43%; top: 28%; width: 180px; transform: rotate(32deg); }

.boundary-card {
  background: rgba(217,179,110,0.09);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.chip-row button {
  color: var(--text);
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
}

.chip-row button.active {
  background: var(--teal-soft);
  border-color: rgba(53,211,201,0.58);
}

#localDataView {
  white-space: pre-wrap;
  max-height: 220px;
  overflow: auto;
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

ul {
  padding-left: 18px;
  color: var(--muted);
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: min(calc(100vw - 24px), 438px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: rgba(5,11,22,0.88);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  z-index: 10;
}

.nav-btn {
  border: 0;
  border-radius: 17px;
  padding: 8px 2px;
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
}

.nav-btn span {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.nav-btn.active {
  background: rgba(255,255,255,0.11);
  color: var(--teal);
}

@media (min-width: 760px) {
  .phone-shell {
    padding-top: 28px;
  }
}

.device-context-banner {
  display: none;
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, calc(100vw - 28px));
  z-index: 50;
  border: 1px solid rgba(217,179,110,0.34);
  background: rgba(5,11,22,0.92);
  color: var(--text);
  border-radius: 18px;
  padding: 12px 14px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.38);
  backdrop-filter: blur(18px);
}

.device-context-banner strong {
  color: var(--gold);
  display: block;
  margin-bottom: 4px;
}

.device-context-banner span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

body.desktop-preview .device-context-banner {
  display: block;
}

body.desktop-preview .phone-shell {
  padding-top: 112px;
}

@media (max-width: 620px) {
  body.desktop-preview .device-context-banner {
    display: none;
  }

  body.desktop-preview .phone-shell {
    padding-top: 18px;
  }
}


/* 333Q Working Button Wiring Panel */
.working-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: rgba(3, 8, 17, 0.62);
  backdrop-filter: blur(10px);
}

.working-panel.is-open {
  display: flex;
}

.working-panel-card {
  width: min(100%, 520px);
  max-height: 82vh;
  overflow: auto;
  border: 1px solid rgba(53, 211, 201, 0.28);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(9, 22, 42, 0.98), rgba(4, 8, 17, 0.98));
  color: #f5f1e8;
  box-shadow: 0 24px 80px rgba(0,0,0,0.45);
  padding: 20px;
}

.working-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.working-kicker {
  color: #35d3c9;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 600;
}

.panel-close {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #f5f1e8;
  font-size: 1.5rem;
  line-height: 1;
}

.working-panel-card h2 {
  margin: 0 0 14px;
  color: #d9b36e;
  font-family: "Segoe UI Light", "Segoe UI", system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: -0.035em;
}

.working-panel-body {
  color: #dce6ef;
  line-height: 1.58;
}

.working-panel-body p {
  margin: 0 0 12px;
}

.working-panel-body textarea,
.working-panel-body input {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: #f5f1e8;
  padding: 12px 14px;
  font: inherit;
  margin: 8px 0 12px;
}

.working-panel-body textarea {
  min-height: 132px;
  resize: vertical;
}

.working-panel-body .panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.working-panel-body .panel-button {
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #d9b36e, #35d3c9);
  color: #071225;
  padding: 12px 16px;
  font-weight: 600;
}

.working-panel-body .panel-button.secondary {
  background: rgba(255,255,255,0.08);
  color: #f5f1e8;
  border: 1px solid rgba(255,255,255,0.14);
}

.working-panel-body .small-boundary {
  color: #aeb8c2;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 16px;
  padding-top: 12px;
}

.local-note-list {
  padding-left: 18px;
}

.local-note-item {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.local-note-item strong {
  color: #d9b36e;
}

.local-note-item p {
  margin: 6px 0;
}

.local-note-item small {
  color: #aeb8c2;
}

/* 336Q Explore Filter Wiring */
.filter-chip.is-active,
[data-filter].is-active {
  background: rgba(53, 211, 201, 0.22) !important;
  border-color: rgba(53, 211, 201, 0.72) !important;
  color: #35d3c9 !important;
}

.explore-card.is-hidden,
[data-card-type].is-hidden {
  display: none !important;
}

.explore-empty-state {
  margin: 14px 0;
  padding: 18px;
  border: 1px dashed rgba(217, 179, 110, 0.42);
  border-radius: 18px;
  color: #dce6ef;
  background: rgba(255,255,255,0.04);
}

.explore-detail-list {
  margin: 12px 0 0;
  padding-left: 18px;
}

.explore-detail-list li {
  margin: 8px 0;
}

.card-open-hint {
  color: #d9b36e;
  font-weight: 600;
}

/* 336QA Explore Click Binding Repair */
.aeva-explore-hidden {
  display: none !important;
}

.aeva-explore-filter-active {
  background: rgba(53, 211, 201, 0.24) !important;
  border-color: rgba(53, 211, 201, 0.78) !important;
  color: #35d3c9 !important;
}

.aeva-explore-card-clickable {
  cursor: pointer;
}

.aeva-explore-status {
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(53, 211, 201, 0.24);
  background: rgba(53, 211, 201, 0.06);
  color: #cfe7ef;
  font-size: 0.92rem;
}

/* 336QC Explore Hard Reset */
.aeva-explore-filter-active {
  background: rgba(53, 211, 201, 0.24) !important;
  border-color: rgba(53, 211, 201, 0.78) !important;
  color: #35d3c9 !important;
}

/* Hard safety: old Explore hidden classes must not hide cards after reset */
.aeva-explore-hidden,
.explore-card.is-hidden,
[data-card-type].is-hidden {
  display: revert !important;
}

/* 337Q Deliberate Explore Card Rebuild */
.aeva-explore-rebuilt {
  width: 100%;
}

.aeva-explore-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 14px;
}

.aeva-explore-filter-row button {
  border: 1px solid rgba(210, 220, 232, 0.18);
  background: rgba(255,255,255,0.055);
  color: #cfe7ef;
  border-radius: 16px;
  padding: 9px 15px;
  font: inherit;
  cursor: pointer;
}

.aeva-explore-filter-row button.is-active {
  background: rgba(53, 211, 201, 0.22);
  border-color: rgba(53, 211, 201, 0.78);
  color: #35d3c9;
}

.aeva-explore-card-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.aeva-explore-card-button {
  width: 100%;
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
  text-align: left;
  border: 1px solid rgba(80, 145, 205, 0.34);
  background: rgba(12, 31, 58, 0.84);
  color: #dce6ef;
  border-radius: 24px;
  padding: 12px;
  cursor: pointer;
}

.aeva-explore-card-button:hover {
  border-color: rgba(53, 211, 201, 0.64);
}

.aeva-explore-thumb {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 48%, rgba(217,179,110,0.9), rgba(53,211,201,0.22) 22%, rgba(255,255,255,0.03) 58%),
    linear-gradient(135deg, rgba(53,211,201,0.18), rgba(217,179,110,0.10));
}

.aeva-explore-thumb.teal {
  background:
    radial-gradient(circle at 50% 48%, rgba(53,211,201,0.85), rgba(53,211,201,0.18) 25%, rgba(255,255,255,0.03) 58%),
    linear-gradient(135deg, rgba(53,211,201,0.16), rgba(10,24,45,0.7));
}

.aeva-explore-card-title {
  color: #d9b36e;
  font-weight: 600;
  font-size: 1.02rem;
  margin: 0 0 4px;
}

.aeva-explore-card-meta {
  color: #9fb1c0;
  font-size: 0.88rem;
  margin: 0 0 8px;
}

.aeva-explore-pill {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(53, 211, 201, 0.18);
  color: #35d3c9;
  font-size: 0.78rem;
}

.aeva-explore-arrow {
  color: #d9b36e;
  font-size: 1.5rem;
}

.aeva-explore-empty {
  padding: 18px;
  border: 1px dashed rgba(217,179,110,0.42);
  border-radius: 18px;
  color: #dce6ef;
  background: rgba(255,255,255,0.04);
}

.aeva-explore-detail-list {
  margin: 12px 0 0;
  padding-left: 18px;
}

.aeva-explore-detail-list li {
  margin: 8px 0;
}

@media (max-width: 520px) {
  .aeva-explore-card-button {
    grid-template-columns: 62px 1fr auto;
    border-radius: 20px;
  }

  .aeva-explore-thumb {
    width: 62px;
    height: 62px;
  }
}

.msg .thumb{
  background:url("field-home.webp") center/cover;
}

.notes .thumb{
  background:url("explorer-frontier.webp") center/cover;
}

.obs .thumb{
  background:url("explorer-frontier.webp") center/cover;
}

.places .thumb{
  background:url("relationship-map.webp") center/cover;
}

.people .thumb{
  background:url("relationship-map.webp") center/cover;
}

.files .thumb{
  background:url("library-surface.webp") center/cover;
}

.tools .thumb{
  background:url("workshop-surface.webp") center/cover;
}

.intelligence .thumb{
  background-image:url("intelligence-surface.webp");
  background-repeat:no-repeat;
  background-position:center;
  background-size:72%;
}



.field-home-hero{
  overflow:hidden;
  padding:0;
}

.field-home-hero img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:inherit;
}

/* AEVA FIELD HOME HERO OVERRIDE */
.hero-orbit{
  background-image:url("field-home.webp") !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

.hero-orbit > *{
  display:none !important;
}

/* AEVA ASK / LAUNCH PANEL */
.working-panel.aeva-launch-panel{
  width:min(92vw, 560px);
  min-height:72vh;
}

.aeva-launch-surface{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}

.aeva-launch-badge{
  width:118px;
  height:118px;
  object-fit:contain;
  border-radius:24px;
  margin-bottom:4px;
}

.aeva-launch-surface h2{
  margin:0;
  color:var(--gold);
  font-size:1.9rem;
}

.aeva-launch-surface textarea{
  width:100%;
  min-height:150px;
  margin-top:8px;
}

.aeva-launch-button{
  min-width:180px;
  font-weight:700;
}

/* AEVA LAUNCH PANEL CLEANUP */
.working-panel.aeva-launch-panel{
  left:50% !important;
  top:50% !important;
  bottom:auto !important;
  transform:translate(-50%, -50%) !important;
  width:min(92vw, 540px) !important;
  min-height:auto !important;
}

.aeva-question-launch{
  width:100%;
  margin:18px 0 10px;
  padding:22px 20px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.055);
  color:var(--muted);
  font-size:1.05rem;
  text-align:center;
  cursor:pointer;
}

.aeva-question-launch:hover{
  border-color:rgba(53,211,201,0.55);
  color:var(--gold);
}
