:root {
  --bg: #03140d;
  --surface: rgba(5, 29, 18, 0.72);
  --surface-strong: rgba(7, 45, 27, 0.9);
  --surface-soft: rgba(255, 255, 255, 0.045);
  --border: rgba(119, 255, 181, 0.2);
  --border-strong: rgba(119, 255, 181, 0.34);
  --text: #f0fff7;
  --muted: #a5dcbc;
  --muted-2: #75aa8e;
  --green: #18ee78;
  --green-2: #8bffc1;
  --green-3: #00c96b;
  --danger: #ff6b76;
  --success: #83ffc2;
  --shadow: 0 2rem 7rem rgba(0, 0, 0, 0.52);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -8%, rgba(24, 238, 120, 0.26), transparent 34rem),
    radial-gradient(circle at 100% 8%, rgba(0, 225, 156, 0.14), transparent 24rem),
    radial-gradient(circle at 0% 100%, rgba(124, 255, 186, 0.13), transparent 28rem),
    linear-gradient(135deg, #020c07 0%, #052117 54%, #020b07 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
  background-size: 38px 38px, 38px 38px, auto;
}

.bg-grid {
  position: fixed;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(139, 255, 193, 0.54) 1px, transparent 0),
    linear-gradient(rgba(139, 255, 193, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 255, 193, 0.13) 1px, transparent 1px);
  background-size: 34px 34px, 68px 68px, 68px 68px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 74%);
}

.orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(46px);
  opacity: 0.58;
  pointer-events: none;
}

.orb-one {
  width: 23rem;
  height: 23rem;
  top: -8rem;
  right: -6rem;
  background: rgba(24, 238, 120, 0.5);
}

.orb-two {
  width: 20rem;
  height: 20rem;
  bottom: -8rem;
  left: -6rem;
  background: rgba(0, 201, 107, 0.43);
}

.page-shell,
.center-shell {
  position: relative;
  width: min(100%, 72rem);
  min-height: 100vh;
  margin: 0 auto;
  padding: 1.25rem;
}

.center-shell {
  display: grid;
  place-items: center;
}

.hero-shell,
.verify-shell {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.glass-panel,
.card,
.info-card {
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(11, 58, 35, 0.84), rgba(4, 22, 14, 0.78)),
    radial-gradient(circle at top, rgba(139, 255, 193, 0.12), transparent 24rem);
  box-shadow: var(--shadow), 0 0 4rem rgba(24, 238, 120, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.hero-card,
.verify-layout {
  width: 100%;
  border-radius: 1.8rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.card {
  width: min(100%, 30rem);
  padding: 1.35rem;
  border-radius: 1.55rem;
}

.card.elevated {
  background:
    linear-gradient(180deg, rgba(8, 44, 27, 0.96), rgba(3, 19, 12, 0.88)),
    radial-gradient(circle at top, rgba(139, 255, 193, 0.14), transparent 20rem);
}

.success-card {
  text-align: center;
  padding: 1.65rem;
}

.topbar,
.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top-row.full {
  grid-column: 1 / -1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  color: var(--text);
  font-weight: 950;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.brand-logo {
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 0 2.2rem rgba(24, 238, 120, 0.38);
}

.brand-logo.small {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.9rem;
}

.status-pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: max-content;
  border: 1px solid rgba(139, 255, 193, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--green-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.status-pill {
  padding: 0.5rem 0.72rem;
}

.eyebrow {
  padding: 0.45rem 0.7rem;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.eyebrow.centered {
  margin: 1rem auto 0;
}

.dot {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 1.1rem rgba(24, 238, 120, 0.8);
}

.app-icon {
  width: 1.18rem;
  height: 1.18rem;
  display: block;
  color: currentColor;
}


.hero-grid,
.verify-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(21rem, 0.8fr);
  gap: clamp(1rem, 3vw, 1.45rem);
}

.hero-grid {
  margin-top: clamp(1.2rem, 4vw, 2rem);
  align-items: stretch;
}

.verify-layout {
  align-items: start;
}

.hero-copy,
.verify-copy,
.trust-card {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.hero-copy {
  display: grid;
  align-content: center;
  min-height: 25rem;
}

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

h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: -0.09em;
}

.verify-copy h1 {
  font-size: clamp(2.5rem, 7vw, 4.35rem);
}

.success-card h1 {
  max-width: none;
  margin-top: 0.8rem;
  font-size: clamp(2.2rem, 8vw, 3.45rem);
}

h2 {
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.05rem;
  letter-spacing: -0.035em;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.lead {
  max-width: 39rem;
  margin-top: 1rem;
  color: #c8f3d7;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.lead.compact {
  max-width: 44rem;
}

.action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  margin-top: 1.4rem;
}

.microcopy,
.fine-print {
  color: var(--muted-2);
  font-size: 0.88rem;
  line-height: 1.5;
}

.fine-print {
  margin-top: 0.9rem;
}

.primary-button,
.ghost-button {
  border: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.primary-button {
  width: 100%;
  margin-top: 1.1rem;
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: #022113;
  font-weight: 950;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 1rem 2.4rem rgba(24, 238, 120, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.primary-button.fit {
  width: auto;
  min-width: 13rem;
  padding: 0 1.25rem;
  margin-top: 0;
}

.primary-button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 1.2rem 2.8rem rgba(24, 238, 120, 0.34);
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.ghost-button {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(165, 220, 188, 0.18);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
}

.trust-card {
  border: 1px solid rgba(139, 255, 193, 0.16);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.04);
}

.hero-logo {
  width: min(100%, 11rem);
  aspect-ratio: 1;
  display: block;
  margin-bottom: 1rem;
  border-radius: 1.45rem;
  object-fit: cover;
  box-shadow: 0 0 3.2rem rgba(24, 238, 120, 0.25);
}

.steps-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  color: #d6ffe5;
  line-height: 1.45;
}

.steps-list span {
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  border-radius: 0.65rem;
  color: #022113;
  font-weight: 950;
  background: linear-gradient(135deg, var(--green), var(--green-2));
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.info-card {
  min-height: 10rem;
  padding: 1rem;
  border-radius: 1.3rem;
}

.icon-badge {
  width: 2.3rem;
  height: 2.3rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(139, 255, 193, 0.2);
  border-radius: 0.8rem;
  color: var(--green-2);
  background:
    radial-gradient(circle at 30% 20%, rgba(139, 255, 193, 0.25), transparent 45%),
    rgba(139, 255, 193, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 1.5rem rgba(24, 238, 120, 0.08);
}

.info-card p {
  margin-top: 0.45rem;
  font-size: 0.94rem;
}

.assurance-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.assurance-item {
  display: grid;
  grid-template-columns: 2.35rem 1fr;
  gap: 0.8rem;
  padding: 0.9rem;
  border: 1px solid rgba(139, 255, 193, 0.15);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.04);
}

.assurance-icon {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 255, 193, 0.18);
  border-radius: 0.85rem;
  color: var(--green-2);
  background:
    radial-gradient(circle at 30% 20%, rgba(139, 255, 193, 0.25), transparent 45%),
    rgba(139, 255, 193, 0.08);
}

.assurance-item strong {
  display: block;
  color: var(--text);
  letter-spacing: -0.02em;
}

.assurance-item p {
  margin-top: 0.18rem;
  font-size: 0.92rem;
}

.user-line {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.72rem;
  border: 1px solid rgba(139, 255, 193, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.94rem;
}

.avatar,
.avatar img,
.avatar-fallback {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.75rem;
}

.avatar {
  flex: 0 0 auto;
  overflow: hidden;
  background: rgba(24, 238, 120, 0.14);
}

.avatar img {
  display: block;
  object-fit: cover;
}

.avatar-fallback {
  display: grid;
  place-items: center;
  color: #022113;
  font-weight: 950;
  background: linear-gradient(135deg, var(--green), var(--green-2));
}

.skeleton {
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
  to {
    transform: translateX(100%);
  }
}

.select-label {
  display: block;
  margin: 1.05rem 0 0.45rem;
  color: #e3ffec;
  font-size: 0.92rem;
  font-weight: 950;
}

.server-select {
  width: 100%;
  min-height: 3.35rem;
  padding: 0 1rem;
  border: 1px solid rgba(139, 255, 193, 0.24);
  border-radius: 1rem;
  color: var(--text);
  font: inherit;
  font-weight: 850;
  outline: none;
  background: rgba(2, 17, 9, 0.82);
}

.server-select:focus {
  border-color: rgba(139, 255, 193, 0.72);
  box-shadow: 0 0 0 4px rgba(24, 238, 120, 0.14);
}

.server-select option {
  background: #052318;
  color: var(--text);
}


.native-server-select {
  position: absolute !important;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.server-picker {
  position: relative;
}

.server-picker-button {
  width: 100%;
  min-height: 4.6rem;
  display: grid;
  grid-template-columns: 3rem 1fr 2rem;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem;
  border: 1px solid rgba(139, 255, 193, 0.24);
  border-radius: 1.15rem;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  background:
    linear-gradient(135deg, rgba(139, 255, 193, 0.13), transparent 42%),
    rgba(2, 17, 9, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 1rem 2.6rem rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.server-picker-button:hover:not(:disabled),
.server-picker-button[aria-expanded="true"] {
  transform: translateY(-1px);
  border-color: rgba(139, 255, 193, 0.58);
  box-shadow:
    0 0 0 4px rgba(24, 238, 120, 0.1),
    0 1.2rem 3rem rgba(0, 0, 0, 0.26);
}

.server-picker-button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.server-picker-avatar {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(139, 255, 193, 0.22);
  border-radius: 1rem;
  color: #02170d;
  font-weight: 950;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 0 1.6rem rgba(24, 238, 120, 0.22);
}

.server-picker-avatar.muted {
  color: var(--green-2);
  background: rgba(139, 255, 193, 0.08);
}

.server-picker-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.server-picker-copy {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.server-picker-copy strong {
  overflow: hidden;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-picker-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-picker-chevron {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 0.72rem;
  color: var(--green-2);
  background: rgba(139, 255, 193, 0.08);
  transition: transform 0.18s ease;
}

.server-picker-chevron svg {
  width: 1.05rem;
  height: 1.05rem;
}

.server-picker-button[aria-expanded="true"] .server-picker-chevron {
  transform: rotate(180deg);
}

.server-picker-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.65rem);
  left: 0;
  right: 0;
  max-height: 18rem;
  overflow-y: auto;
  padding: 0.5rem;
  border: 1px solid rgba(139, 255, 193, 0.24);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(8, 45, 28, 0.98), rgba(3, 18, 11, 0.98)),
    radial-gradient(circle at top, rgba(139, 255, 193, 0.12), transparent 16rem);
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.server-picker-option {
  width: 100%;
  display: grid;
  grid-template-columns: 2.8rem 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.72rem;
  border: 1px solid transparent;
  border-radius: 0.92rem;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  background: transparent;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.server-picker-option:hover,
.server-picker-option.active {
  transform: translateY(-1px);
  border-color: rgba(139, 255, 193, 0.2);
  background: rgba(139, 255, 193, 0.08);
}

.server-picker-option.selected {
  border-color: rgba(24, 238, 120, 0.42);
  background: rgba(24, 238, 120, 0.12);
}

.server-picker-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  justify-self: end;
  color: var(--green-2);
  font-size: 0.72rem;
  font-weight: 950;
}

.server-picker-badge {
  padding: 0.28rem 0.48rem;
  border: 1px solid rgba(139, 255, 193, 0.18);
  border-radius: 999px;
  background: rgba(139, 255, 193, 0.08);
  white-space: nowrap;
}

.server-picker-empty {
  padding: 0.9rem;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.message {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  font-weight: 850;
  line-height: 1.5;
}

.message.success {
  color: var(--success);
  background: rgba(131, 255, 194, 0.1);
  border: 1px solid rgba(131, 255, 194, 0.24);
}

.message.error {
  color: var(--danger);
  background: rgba(255, 107, 118, 0.1);
  border: 1px solid rgba(255, 107, 118, 0.24);
}

.hidden {
  display: none;
}

.success-ring {
  width: 6.2rem;
  height: 6.2rem;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(139, 255, 193, 0.24);
  border-radius: 1.8rem;
  background: rgba(139, 255, 193, 0.07);
  box-shadow: 0 0 3.5rem rgba(24, 238, 120, 0.2);
}

.success-logo {
  width: 5rem;
  height: 5rem;
  display: block;
  border-radius: 1.35rem;
  object-fit: cover;
}

@media (max-width: 860px) {
  .hero-grid,
  .verify-layout,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
  }

  h1,
  .verify-copy h1 {
    max-width: 11ch;
  }
}

@media (max-width: 520px) {
  .page-shell,
  .center-shell {
    padding: 0.85rem;
  }

  .hero-card,
  .verify-layout,
  .card,
  .info-card {
    border-radius: 1.25rem;
  }

  .topbar,
  .top-row {
    align-items: flex-start;
  }

  .status-pill {
    display: none;
  }

  .brand-logo {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hero-copy,
  .verify-copy,
  .trust-card {
    padding: 0.85rem;
  }

  .primary-button.fit {
    width: 100%;
  }
}

