:root {
  --bg: #030406;
  --panel: rgba(17, 22, 31, 0.84);
  --panel-strong: rgba(10, 14, 23, 0.92);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(116, 212, 255, 0.32);
  --text: #f4f7ff;
  --muted: #a9b4c6;
  --accent: #74d4ff;
  --accent-2: #d14f6d;
  --gold: #f0c36a;
}
* { box-sizing: border-box; }
html,
body {
  margin: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body.landing-page {
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(145deg, #020305 0%, #090d15 46%, #0c1018 74%, #020305 100%);
  background-size: 72px 72px, 72px 72px, auto;
}
body.landing-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(116, 212, 255, 0.08), transparent 36%, rgba(209, 79, 109, 0.08)),
    linear-gradient(180deg, rgba(2, 3, 5, 0), rgba(2, 3, 5, 0.72));
}
.landing-shell {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 0 0 clamp(34px, 6vw, 72px);
  display: grid;
  gap: clamp(28px, 5vw, 62px);
}
.landing-hero {
  position: relative;
  min-height: min(820px, 94vh);
  display: grid;
  align-items: center;
  padding: clamp(34px, 7vw, 92px) 0 clamp(28px, 5vw, 72px);
  overflow: hidden;
}
.landing-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 212, 255, 0.46), transparent);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  display: grid;
  gap: 18px;
  align-content: center;
  padding-top: clamp(52px, 12vh, 132px);
}
.landing-logo {
  width: min(390px, 72vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.72));
}
.landing-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  max-width: 660px;
  margin-bottom: 0;
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.15;
}
.landing-subtitle {
  max-width: 650px;
  margin-bottom: 0;
  color: #dbe5f4;
  font-size: clamp(1.04rem, 2vw, 1.32rem);
  line-height: 1.55;
  width: fit-content;
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(5px);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}
.hero-bg-card {
  position: absolute;
  width: clamp(150px, 18vw, 250px);
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.56);
  object-fit: cover;
}
.hero-bg-card-miras {
  right: clamp(210px, 20vw, 330px);
  top: clamp(150px, 21vh, 220px);
  z-index: 3;
  width: clamp(260px, 28vw, 430px);
  transform: rotate(-3deg);
}
.hero-bg-card-kaia {
  right: clamp(34px, 6vw, 88px);
  top: clamp(54px, 10vh, 118px);
  z-index: 4;
  width: clamp(160px, 18vw, 270px);
  transform: rotate(4deg);
}
.hero-bg-card-aleese {
  right: clamp(260px, 29vw, 455px);
  bottom: clamp(66px, 11vh, 118px);
  z-index: 6;
  width: clamp(150px, 16vw, 238px);
  transform: rotate(-6deg);
}
.hero-bg-card-asol {
  right: clamp(60px, 9vw, 144px);
  bottom: clamp(48px, 8vh, 92px);
  z-index: 5;
  width: clamp(150px, 16vw, 238px);
  transform: rotate(7deg);
}
.landing-actions,
.prototype-actions,
.email-verified-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.02rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
}
.landing-button.primary {
  color: #06101a;
  background: linear-gradient(135deg, #9be4ff, #74d4ff 56%, #f0c36a);
  border-color: rgba(255, 255, 255, 0.44);
}
.landing-button.secondary {
  background: rgba(31, 39, 54, 0.9);
}
.community-actions {
  margin-top: -4px;
}
.platform-button {
  min-width: 150px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.patreon-button {
  background: #ff424d;
  box-shadow: 0 18px 40px rgba(255, 66, 77, 0.24);
}
.discord-button {
  background: #5865f2;
  box-shadow: 0 18px 40px rgba(88, 101, 242, 0.26);
}
.contact-email-button {
  width: fit-content;
  color: #06101a;
  background: #74d4ff;
  border-color: rgba(255, 255, 255, 0.44);
}
.landing-button:hover,
.landing-button:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-1px);
}
.landing-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(17, 22, 31, 0.84), rgba(9, 13, 22, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}
.intro-section,
.world-section,
.prototype-section {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
}
.section-copy,
.section-heading {
  display: grid;
  gap: 12px;
}
.section-copy p,
.pillar-card p,
.story-panel p,
.landing-footer {
  color: var(--muted);
  line-height: 1.58;
}
.section-copy p:last-child,
.pillar-card p:last-child,
.story-panel p:last-child {
  margin-bottom: 0;
}
.story-panel {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(116, 212, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}
.story-panel img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.pillar-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: 230px auto 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}
.pillar-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.world-section {
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
}
.world-art {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  min-height: 270px;
}
.world-art img {
  width: 130%;
  max-width: none;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.45);
}
.world-art img:nth-child(1) {
  transform: translateX(8%) rotate(-7deg);
}
.world-art img:nth-child(2) {
  position: relative;
  z-index: 2;
  transform: translateY(-18px) scale(1.08);
}
.world-art img:nth-child(3) {
  transform: translateX(-8%) rotate(7deg);
}
.alignment-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.alignment-list span {
  min-height: 82px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 4px;
  align-content: start;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.88rem;
  line-height: 1.35;
}
.alignment-list img {
  width: 58px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #08090a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.alignment-list strong {
  color: var(--text);
}
.prototype-section {
  background:
    linear-gradient(135deg, rgba(116, 212, 255, 0.14), transparent 44%),
    linear-gradient(135deg, rgba(17, 22, 31, 0.9), rgba(9, 13, 22, 0.78));
}
.prototype-actions {
  justify-content: flex-end;
  align-content: center;
}
.prototype-actions .landing-button {
  min-width: 180px;
}
.landing-footer {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}
.landing-footer a {
  color: var(--accent);
}
.social-button {
  min-width: 140px;
}
.get-involved-shell {
  padding-top: clamp(28px, 8vh, 92px);
}
.get-involved-hero {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(116, 212, 255, 0.16), transparent 44%),
    linear-gradient(135deg, rgba(17, 22, 31, 0.9), rgba(9, 13, 22, 0.78));
}
.get-involved-hero h1 {
  font-size: clamp(3rem, 7vw, 6.4rem);
}
.involved-links-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.involved-link-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}
.involved-link-card h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.involved-link-card p:not(.landing-kicker),
.contact-section p:not(.landing-kicker) {
  color: var(--muted);
  line-height: 1.58;
}
.contact-section .section-copy {
  max-width: 980px;
}
.artist-callout {
  max-width: 1040px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(209, 79, 109, 0.48);
  border-radius: 8px;
  background: rgba(209, 79, 109, 0.12);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.artist-callout a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.55);
}
.involved-artist-callout {
  margin-top: 4px;
}
.conversion-section {
  gap: 24px;
}
.conversion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.conversion-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}
.conversion-card h3 {
  font-size: 1.12rem;
}
.conversion-art-pair {
  display: grid;
  grid-template-columns: minmax(132px, 0.72fr) minmax(0, 1.28fr);
  gap: 12px;
  align-items: stretch;
}
.conversion-art-pair figure {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(210px, 1fr) auto;
  gap: 8px;
  margin: 0;
}
.conversion-image-button {
  min-width: 0;
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  overflow: hidden;
}
.conversion-image-button:hover img,
.conversion-image-button:focus-visible img {
  filter: brightness(1.08);
}
.conversion-image-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.conversion-art-pair img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}
.conversion-current-card {
  overflow: hidden;
}
.conversion-current-card img,
.conversion-art-pair figure:first-child img {
  object-fit: contain;
}
.rotated-current-card img {
  transform: rotate(90deg) scale(0.72);
  transform-origin: center;
}
.concept-gallery-open {
  overflow: hidden;
}
.concept-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 28px);
}
.concept-gallery-modal.hidden {
  display: none;
}
.concept-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(8px);
}
.concept-gallery-panel {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 28px));
  height: min(860px, calc(100vh - 28px));
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px) clamp(58px, 8vw, 92px);
  border: 1px solid rgba(116, 212, 255, 0.26);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14, 18, 28, 0.98), rgba(3, 5, 10, 0.98));
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.74);
  overflow: hidden;
}
.concept-gallery-figure {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  margin: 0;
}
.concept-gallery-figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}
.concept-gallery-figure figcaption {
  display: grid;
  gap: 6px;
  text-align: center;
}
.concept-gallery-figure h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
}
.concept-gallery-figure p {
  margin: 0;
  color: var(--muted);
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  border-color: var(--accent);
  filter: brightness(1.15);
}
.gallery-arrow:disabled {
  opacity: 0.34;
  cursor: not-allowed;
}
.gallery-arrow-prev {
  left: 14px;
}
.gallery-arrow-next {
  right: 14px;
}
.patreon-feed-panel {
  position: fixed;
  top: 68px;
  right: 14px;
  z-index: 8000;
  width: min(375px, calc(100vw - 28px));
  max-height: calc(100vh - 86px);
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 20, 31, 0.94), rgba(5, 8, 14, 0.92));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  overflow: auto;
}
.patreon-feed-panel h2 {
  font-size: 1.35rem;
  line-height: 1.05;
}
.patreon-feed-list {
  display: grid;
  gap: 10px;
}
.patreon-post-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}
.patreon-post-card h3 {
  font-size: 1rem;
  line-height: 1.18;
}
.patreon-post-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.92rem;
}
.patreon-post-card .patreon-post-date {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.patreon-read-button {
  width: fit-content;
  min-height: 40px;
  padding: 0.6rem 0.78rem;
  background: #ff424d;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 40px rgba(255, 66, 77, 0.22);
}
.patreon-posts-fallback {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}
.conversion-art-pair figcaption {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
}
@media (max-width: 980px) {
  .landing-hero {
    min-height: auto;
    padding-top: 36px;
  }
  .hero-content {
    width: 100%;
  }
  .hero-media {
    position: relative;
    min-height: 390px;
    order: 1;
  }
  .landing-hero {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .hero-media::before {
    background: transparent;
  }
  .hero-media {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.78fr) minmax(0, 0.78fr);
    grid-template-rows: auto auto;
    gap: 12px;
    align-items: end;
    max-width: 780px;
    margin-left: auto;
  }
  .hero-bg-card {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
  .hero-bg-card-miras {
    grid-row: 1 / span 2;
    align-self: center;
  }
  .hero-bg-card-kaia,
  .hero-bg-card-asol {
    width: min(100%, 210px);
  }
  .hero-bg-card-aleese {
    width: min(100%, 210px);
    justify-self: end;
  }
  .hero-bg-card-asol {
    justify-self: end;
  }
  .intro-section,
  .world-section,
  .prototype-section,
  .get-involved-hero,
  .involved-links-section,
  .conversion-grid {
    grid-template-columns: 1fr;
  }
  .patreon-feed-panel {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100%;
    max-height: none;
    overflow: visible;
  }
  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .prototype-actions {
    justify-content: flex-start;
  }
  .alignment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .landing-shell,
  .landing-footer {
    width: min(100% - 22px, 1220px);
  }
  .landing-actions,
  .prototype-actions,
  .email-verified-actions,
  .verified-account-controls {
    width: 100%;
  }
  .landing-button {
    width: 100%;
  }
  .hero-media {
    min-height: 300px;
  }
  .hero-bg-card {
    width: 42vw;
  }
  .hero-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    min-height: 0;
    max-width: 420px;
    margin: 0 auto;
  }
  .hero-bg-card-miras {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
  }
  .hero-bg-card-kaia,
  .hero-bg-card-aleese,
  .hero-bg-card-asol {
    width: 100%;
  }
  .hero-bg-card-asol {
    grid-column: 1 / -1;
    width: min(48vw, 190px);
    justify-self: center;
  }
  .pillar-grid,
  .alignment-list,
  .story-panel,
  .conversion-art-pair {
    grid-template-columns: 1fr;
  }
  .concept-gallery-panel {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    padding: 58px 12px 24px;
  }
  .gallery-arrow {
    top: auto;
    bottom: 96px;
    width: 44px;
    height: 52px;
    font-size: 2.5rem;
    transform: none;
  }
  .pillar-card {
    grid-template-rows: 250px auto 1fr;
  }
  .pillar-card img {
    height: 250px;
  }
  .story-panel img {
    width: min(210px, 100%);
    justify-self: center;
  }
  .world-art {
    min-height: 220px;
  }
  .landing-footer {
    justify-content: center;
    text-align: center;
  }
}

.email-verified-shell {
  width: min(860px, calc(100vw - 28px));
  min-height: 100vh;
  place-items: center;
  padding-top: clamp(26px, 5vh, 60px);
}

.email-verified-panel {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 16, 26, 0.84);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.email-verified-logo {
  width: min(500px, 82vw);
  height: auto;
  filter: drop-shadow(0 16px 38px rgba(0, 0, 0, 0.62));
}

.email-verified-copy {
  display: grid;
  gap: 10px;
  max-width: 640px;
}

.email-verified-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.email-verified-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
}

.email-verified-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.email-verified-actions button {
  font: inherit;
  cursor: pointer;
}

.verified-account-card,
.verified-account-state {
  width: min(100%, 520px);
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
}

.verified-account-card span,
.verified-account-card small,
.verified-account-state span,
.verified-account-state small,
.verified-account-message {
  color: var(--muted);
}

.verified-account-card strong,
.verified-account-state strong {
  color: #fff;
  overflow-wrap: anywhere;
}

.verified-account-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
}

.verified-account-modal.hidden {
  display: none;
}

.verified-account-shell {
  width: min(94vw, 520px);
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(15, 18, 28, 0.97);
  box-shadow: 0 24px 80px rgba(0,0,0,0.62);
}

.verified-account-topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.verified-account-topbar button {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  background: rgba(255,255,255,0.08);
  color: var(--text);
  cursor: pointer;
}

.verified-account-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.verified-account-form label {
  display: grid;
  gap: 0.35rem;
  text-align: left;
}

.verified-account-form input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.7rem 0.75rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.verified-account-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.verified-account-controls .landing-button {
  min-height: 40px;
}

.verified-account-controls button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.verified-account-message {
  min-height: 1.2em;
  margin: 0;
  font-size: 0.88rem;
  text-align: left;
}

@media (max-width: 620px) {
  .verified-account-form {
    grid-template-columns: 1fr;
  }
}
