:root {
  --primary: #005bff;
  --primary-text: #ffffff;
  --bg: #001b5e;
  --surface: #081120;
  --text: #ffffff;
  --muted-text: #c7d3ea;
  --border: #142a62;
  --accent: #0a84ff;
  --primary-rgb: 0, 91, 255;
  --accent-rgb: 10, 132, 255;
  --navy: #001b5e;
  --soft-white: #f5f7fa;
  --pure-white: #ffffff;
  --bg-grad: linear-gradient(135deg, #001b5e 0%, #005bff 62%, #0a84ff 100%);
  --surface-glass: rgba(8, 17, 32, 0.62);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --border: rgba(255, 255, 255, 0.08);
  background-color: rgba(5, 10, 24, 1);
  background-image:
    radial-gradient(1000px 600px at 12% 10%, rgba(var(--primary-rgb), 0.16), transparent 60%),
    radial-gradient(900px 520px at 86% 22%, rgba(var(--accent-rgb), 0.14), transparent 62%),
    radial-gradient(1200px 780px at 55% 0%, rgba(0, 27, 94, 0.40), transparent 60%),
    linear-gradient(rgba(245, 247, 250, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 247, 250, 0.035) 1px, transparent 1px);
  background-size: auto, auto, auto, 64px 64px, 64px 64px;
  background-position: center, center, center, top left, top left;
  color: var(--text);
}

.ui-spin {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: rgba(var(--primary-rgb), 0.95);
  animation: uiSpin 0.8s linear infinite;
}

.ui-spin--lg {
  width: 22px;
  height: 22px;
  border-width: 3px;
}

@keyframes uiSpin {
  to {
    transform: rotate(360deg);
  }
}

.ui-check {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: rgba(34, 197, 94, 0.95);
}

.ui-check--lg {
  width: 22px;
  height: 22px;
}

.ui-error {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.18);
  border: 1px solid rgba(239, 68, 68, 0.28);
  color: rgba(239, 68, 68, 0.95);
}

.ui-overlay {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  padding: 20px;
}

.ui-overlay.hidden {
  display: none;
}

.ui-overlay__card {
  width: min(420px, 92vw);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 27, 94, 0.92);
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.55);
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ui-overlay__icon {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: var(--surface-glass);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ui-overlay__text {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.92);
}

.avatar-cropper {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.avatar-cropper.hidden {
  display: none;
}

.avatar-cropper__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
}

.avatar-cropper__dialog {
  position: relative;
  width: min(680px, 96vw);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(180deg, rgba(10, 22, 44, 0.98), rgba(6, 14, 30, 0.98)),
    rgba(8, 17, 32, 0.96);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  padding: 22px;
}

.avatar-cropper__header,
.avatar-cropper__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.avatar-cropper__title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

.avatar-cropper__subtitle {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(199, 211, 234, 0.78);
}

.avatar-cropper__body {
  margin-top: 18px;
}

.avatar-cropper__stage {
  display: flex;
  justify-content: center;
}

.avatar-cropper__viewport {
  position: relative;
  width: min(420px, 72vw);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(141, 177, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(15, 31, 58, 0.75), rgba(8, 17, 32, 0.96)),
    rgba(8, 17, 32, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 24px 60px rgba(0, 0, 0, 0.28);
  touch-action: none;
  user-select: none;
  cursor: grab;
}

.avatar-cropper__viewport.is-dragging {
  cursor: grabbing;
}

.avatar-cropper__image {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: top left;
  will-change: transform;
  pointer-events: none;
  user-select: none;
  max-width: none;
}

.avatar-cropper__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 0 34%, rgba(0, 0, 0, 0.30) 34.8% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%);
  pointer-events: none;
}

.avatar-cropper__grid {
  position: absolute;
  inset: 11%;
  pointer-events: none;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), inset 0 0 0 12px rgba(255, 255, 255, 0.02);
  background-image:
    linear-gradient(to right, transparent 33.33%, rgba(255, 255, 255, 0.10) 33.33%, rgba(255, 255, 255, 0.10) 34%, transparent 34%, transparent 66.66%, rgba(255, 255, 255, 0.10) 66.66%, rgba(255, 255, 255, 0.10) 67%, transparent 67%),
    linear-gradient(to bottom, transparent 33.33%, rgba(255, 255, 255, 0.10) 33.33%, rgba(255, 255, 255, 0.10) 34%, transparent 34%, transparent 66.66%, rgba(255, 255, 255, 0.10) 66.66%, rgba(255, 255, 255, 0.10) 67%, transparent 67%);
}

.avatar-cropper__focus {
  position: absolute;
  inset: 11%;
  border-radius: 999px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 0 8px rgba(255, 255, 255, 0.03),
    0 18px 40px rgba(0, 0, 0, 0.18);
}

.avatar-cropper__controls {
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 17, 32, 0.48);
  padding: 16px;
}

.avatar-cropper__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(199, 211, 234, 0.80);
}

.avatar-cropper__range {
  margin-top: 10px;
  width: 100%;
  accent-color: rgb(var(--primary-rgb));
}

.avatar-cropper__hint {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(199, 211, 234, 0.70);
}

.avatar-cropper__footer {
  margin-top: 18px;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .avatar-cropper {
    padding: 12px;
  }

  .avatar-cropper__dialog {
    padding: 16px;
    border-radius: 24px;
  }

  .avatar-cropper__header,
  .avatar-cropper__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .avatar-cropper__viewport {
    width: min(100%, 84vw);
    border-radius: 24px;
  }

  .avatar-cropper__grid {
    inset: 9%;
  }
}

.mnav__card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 27, 94, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 18px 70px rgba(0, 0, 0, 0.42);
  padding: 12px;
}

a {
  color: inherit;
  text-decoration: none;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--accent-rgb), 0.92));
  color: rgba(5, 10, 24, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 12px 34px rgba(var(--primary-rgb), 0.16);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 18px 44px rgba(var(--primary-rgb), 0.20);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 700;
  border: 1px solid var(--border);
  background: rgba(8, 17, 32, 0.52);
  color: var(--text);
  transition: all 0.2s ease;
}

.btn-ghost:hover {
  background: rgba(8, 17, 32, 0.70);
  border-color: rgba(var(--primary-rgb), 0.45);
  transform: translateY(-2px);
}

.btn-primary-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.2px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--accent-rgb), 0.92));
  color: rgba(5, 10, 24, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 10px 24px rgba(var(--primary-rgb), 0.14);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.btn-primary-sm:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 14px 34px rgba(var(--primary-rgb), 0.18);
}

.btn-ghost-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.2px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.52);
  color: var(--text);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn-ghost-sm:hover {
  background: rgba(8, 17, 32, 0.70);
  border-color: rgba(var(--primary-rgb), 0.32);
  transform: translateY(-1px);
}

.footer-card {
  width: min(420px, 92vw);
  margin-left: auto;
  margin-right: auto;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 17, 32, 0.28);
  padding: 16px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 20px 70px rgba(0, 0, 0, 0.26);
  display: grid;
  gap: 12px;
}

.footer-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 17, 32, 0.34);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 13px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.footer-card__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.32);
  background: rgba(15, 31, 58, 0.40);
}

.footer-card__btn--primary {
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--accent-rgb), 0.92));
  color: rgba(5, 10, 24, 0.94);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 14px 34px rgba(var(--primary-rgb), 0.18);
}

.footer-card__btn--primary:hover {
  filter: brightness(1.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.glass-card {
  background: var(--surface-glass);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 24px 70px rgba(0, 0, 0, 0.22);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.glass-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--primary-rgb), 0.32);
  background: rgba(8, 17, 32, 0.72);
}

.nav-link {
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.nav-link:hover {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.05);
}

.nav-link--block {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-dropdown {
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.text-glow {
  text-shadow: 0 0 18px rgba(var(--accent-rgb), 0.34), 0 0 44px rgba(var(--primary-rgb), 0.16);
}

.text-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(var(--accent-rgb), 0.96));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sheen {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(900px 520px at 18% 12%, rgba(var(--primary-rgb), 0.22), transparent 60%),
    radial-gradient(860px 520px at 86% 30%, rgba(var(--accent-rgb), 0.18), transparent 62%),
    linear-gradient(180deg, rgba(5, 10, 24, 0.78), rgba(5, 10, 24, 0.18) 55%, rgba(5, 10, 24, 0.92));
  opacity: 0.92;
}

.job-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.1) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.job-blob--a { top: -200px; left: -200px; }
.job-blob--b { bottom: -200px; right: -200px; }

.job-dots {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 0;
  pointer-events: none;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.job-mini {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  --muted-text: #d6e4ff;
  background: rgba(8, 17, 32, 0.60);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: 10px 12px;
}

.job-mini__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb), 0.18);
}

.job-card {
  position: relative;
  border-radius: 26px;
  background: rgba(15, 31, 58, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 24px 60px rgba(0, 0, 0, 0.22);
}

.job-card__ring {
  position: absolute;
  inset: -40px -40px auto auto;
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--accent-rgb), 0.85), transparent 65%);
  opacity: 0.85;
}

.job-card__inner {
  position: relative;
  padding: 18px;
}

.job-id {
  border-radius: 22px;
  background: rgba(8, 17, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 16px;
  backdrop-filter: blur(18px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 0 64px rgba(var(--primary-rgb), 0.10);
}

.job-id__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-id__brand {
  font-weight: 900;
  color: var(--text);
  letter-spacing: 0.2px;
}

.job-id__pill {
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.96);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.95), rgba(var(--accent-rgb), 0.88));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 0 26px rgba(var(--primary-rgb), 0.18);
}

.job-id__body {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
}

.job-id__avatar {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(var(--primary-rgb), 0.12);
  border: 1px solid rgba(var(--primary-rgb), 0.22);
  position: relative;
  box-shadow: 0 0 34px rgba(var(--primary-rgb), 0.14);
}

.job-id__avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0.85;
}

.job-id__headline {
  font-weight: 900;
  color: var(--text);
}

.job-id__sub {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted-text);
  line-height: 1.4;
}

.job-cta {
  margin-top: 16px;
  border-radius: 22px;
  background: rgba(15, 31, 58, 0.95);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.job-cta__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.job-cta__icon {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(5, 10, 24, 0.92);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.95), rgba(var(--accent-rgb), 0.85));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 26px rgba(var(--primary-rgb), 0.18);
}

.job-cta__icon svg {
  width: 16px;
  height: 16px;
}

.job-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 12px 14px;
  font-weight: 900;
  letter-spacing: 0.4px;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--accent-rgb), 0.90));
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 0 34px rgba(var(--primary-rgb), 0.18);
}

@media (max-width: 520px) {
  .job-card__inner {
    padding: 14px;
  }

  .job-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .job-cta__btn {
    width: 100%;
  }

  .job-blob--b {
    width: 280px;
    height: 280px;
    right: -160px;
    top: 40px;
  }

  .job-dots--a {
    right: 10px;
    top: 16px;
    opacity: 0.35;
  }
}

.job-box {
  border-radius: 22px;
  background: rgba(15, 31, 58, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 18px 46px rgba(0, 0, 0, 0.18);
}

.job-box__icon {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(5, 10, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.95), rgba(var(--accent-rgb), 0.85));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 28px rgba(var(--primary-rgb), 0.16);
  position: relative;
}

.job-box__icon::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 16px;
  background: radial-gradient(90px 60px at 20% 20%, rgba(255, 255, 255, 0.38), transparent 55%);
  opacity: 0.65;
  pointer-events: none;
}

.job-box__icon svg {
  width: 18px;
  height: 18px;
}

.badge svg {
  width: 14px;
  height: 14px;
}

.job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 18px;
  background: rgba(15, 31, 58, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.job-row__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 10px 12px;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--accent-rgb), 0.90));
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 0 28px rgba(var(--primary-rgb), 0.16);
}

.job-step {
  border-radius: 22px;
  background: rgba(15, 31, 58, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.job-step__num {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--accent-rgb), 0.90));
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 0 30px rgba(var(--primary-rgb), 0.16);
}

.job-sticky-cta {
  display: none !important;
}

.job-sticky-cta__inner {
  margin: 0 auto;
  max-width: 72rem;
  border-radius: 22px;
  background: rgba(15, 31, 58, 0.95);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.job-sticky-cta__text {
  min-width: 0;
}

.job-sticky-cta__btn {
  border-radius: 18px;
  padding: 12px 14px;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--accent-rgb), 0.90));
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 0 34px rgba(var(--primary-rgb), 0.16);
  white-space: nowrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  padding: 12px 18px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  color: var(--primary-text);
  background: linear-gradient(135deg, rgba(0, 27, 94, 0.92), rgba(var(--primary-rgb), 1), rgba(var(--accent-rgb), 0.88));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 0 44px rgba(var(--primary-rgb), 0.20), 0 0 34px rgba(var(--accent-rgb), 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn-primary.btn-sm {
  min-width: 0;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset, 0 0 72px rgba(var(--primary-rgb), 0.26), 0 0 92px rgba(var(--accent-rgb), 0.18);
  filter: saturate(1.08) brightness(1.05);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  padding: 12px 16px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--surface-glass);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn-ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.35);
  background: rgba(245, 247, 250, 0.08);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.28);
  color: var(--muted-text);
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 16px rgba(var(--primary-rgb), 0.7);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.18);
  color: var(--muted-text);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.3px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-link:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.28);
  color: var(--text);
  background: rgba(15, 31, 58, 0.35);
}

.nav-dropdown .nav-link {
  background: rgba(8, 17, 32, 0.55);
}

.nav-dropdown .nav-link:hover {
  background: rgba(15, 31, 58, 0.72);
}

details[open] > summary.nav-link {
  border-color: rgba(var(--primary-rgb), 0.42);
  color: var(--text);
  background: rgba(8, 17, 32, 0.40);
}

.chat-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 85;
}

.chat-fab > summary {
  list-style: none;
}

.chat-fab > summary::-webkit-details-marker {
  display: none;
}

.chat-fab__btn {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(5, 10, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.95), rgba(var(--accent-rgb), 0.85));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 18px 70px rgba(var(--primary-rgb), 0.22);
}

.chat-fab__panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(320px, calc(100vw - 36px));
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 26px 90px rgba(0, 0, 0, 0.55);
  padding: 14px;
}

.chatbox__head {
  padding: 4px 4px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.chatbox__title {
  font-weight: 900;
  letter-spacing: 0.2px;
}

.chatbox__meta {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted-text);
}

.chatbox__body {
  margin-top: 10px;
  height: 260px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 4px;
}

.chatbox__msg {
  display: flex;
}

.chatbox__msg--user {
  justify-content: flex-end;
}

.chatbox__bubble {
  max-width: 86%;
  border-radius: 18px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(15, 31, 58, 0.55);
}

.chatbox__msg--user .chatbox__bubble {
  background: rgba(var(--primary-rgb), 0.14);
  border-color: rgba(var(--primary-rgb), 0.22);
}

.chatbox__time {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.chatbox__quick {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chatbox__chip {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.55);
  color: var(--text);
  cursor: pointer;
}

.chatbox__chip:hover {
  border-color: rgba(var(--primary-rgb), 0.28);
}

.chatbox__foot {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.chatbox__input {
  width: 100%;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.55);
  color: var(--text);
  outline: none;
  font-size: 13px;
}

.chatbox__input:focus {
  border-color: rgba(var(--primary-rgb), 0.38);
}

.chatbox__send {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--primary-rgb), 0.35);
  background: rgba(var(--primary-rgb), 0.18);
  color: var(--text);
  cursor: pointer;
}

.chatbox__send:hover {
  background: rgba(var(--primary-rgb), 0.24);
}

.chatbox__marquee {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 8px;
  overflow: hidden;
}

.chatbox__marquee-track {
  display: inline-flex;
  gap: 18px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 14s linear infinite;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.chatbox__cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.95), rgba(var(--accent-rgb), 0.85));
  color: rgba(5, 10, 24, 0.92);
}

.trust-marquee {
  overflow: hidden;
}

.trust-marquee-track {
  display: inline-flex;
  gap: 18px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 14s linear infinite;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

@keyframes ticker-move {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

.ticker-tape {
  overflow: hidden;
}

.ticker-tape__track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: ticker-move 22s linear infinite;
}

.ticker-tape__group {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 12px;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 10, 24, 0.35);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.ticker-sym {
  color: rgba(255, 255, 255, 0.95);
}

.ticker-chg {
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  font-weight: 950;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 17, 32, 0.55);
}

.ticker-chg.is-up {
  color: rgba(16, 226, 160, 0.95);
  border-color: rgba(16, 226, 160, 0.20);
  background: rgba(16, 226, 160, 0.08);
}

.ticker-chg.is-down {
  color: rgba(255, 90, 126, 0.95);
  border-color: rgba(255, 90, 126, 0.20);
  background: rgba(255, 90, 126, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .ticker-tape__track { animation: none; }
  .trust-marquee-track { animation: none; }
}

.asset-badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(135deg, rgba(8, 17, 32, 0.55), rgba(8, 17, 32, 0.18));
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 16px 60px rgba(0, 0, 0, 0.35);
}

.asset-badge::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 30%, var(--ab1, rgba(var(--primary-rgb), 0.95)), transparent 55%),
    radial-gradient(circle at 70% 70%, var(--ab2, rgba(var(--accent-rgb), 0.85)), transparent 60%);
  opacity: 0.9;
  filter: blur(16px);
}

.asset-badge::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  background: rgba(8, 17, 32, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.asset-badge__text {
  position: relative;
  z-index: 1;
  font-weight: 950;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
}

.chat-fab__title {
  font-weight: 900;
  letter-spacing: 0.2px;
}

.chat-fab__desc {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted-text);
}

.chat-fab__actions {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.chat-fab__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(15, 31, 58, 0.45);
  color: var(--text);
  font-weight: 800;
  font-size: 13px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.chat-fab__item:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.32);
  background: rgba(15, 31, 58, 0.62);
}

.chat-fab__icon {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(5, 10, 24, 0.92);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10) inset, 0 0 22px rgba(var(--primary-rgb), 0.10);
}

.chat-fab__label {
  flex: 1;
}

.nav-link--block {
  justify-content: flex-start;
  width: 100%;
  padding: 12px 14px;
  font-size: 13px;
}

.mnav {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.mnav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.mnav__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(92vw, 380px);
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(5, 10, 24, 0.985);
  transform: translate3d(12px, 0, 0);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
  box-shadow: -24px 0 90px rgba(0, 0, 0, 0.45);
}

.mnav.is-open .mnav__overlay {
  opacity: 1;
}

.mnav.is-open .mnav__panel {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mnav__panel .nav-link {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(8, 17, 32, 0.98), rgba(8, 17, 32, 0.92));
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22) inset;
}

.mnav__panel .nav-link:hover {
  background: linear-gradient(180deg, rgba(15, 31, 58, 0.98), rgba(15, 31, 58, 0.92));
}

.mnav__panel .nav-link--block {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  padding: 14px 14px;
  border-radius: 16px;
}

.select-premium {
  color-scheme: dark;
}

.select-premium option {
  background-color: rgba(5, 10, 24, 0.985);
  color: rgba(255, 255, 255, 0.92);
}

.field-premium {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(141, 177, 255, 0.18);
  background: rgba(6, 16, 36, 0.96);
  color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.field-premium::placeholder {
  color: rgba(199, 211, 234, 0.76);
}

.field-premium:hover {
  border-color: rgba(141, 177, 255, 0.28);
  background: rgba(8, 20, 44, 0.98);
}

.field-premium:focus {
  outline: none;
  border-color: rgba(var(--primary-rgb), 0.62);
  background: rgba(10, 24, 52, 0.99);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.10), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transform: translateY(-1px);
}

.select-premium-soft {
  color-scheme: dark;
  padding-right: 44px;
  background-color: rgba(5, 14, 32, 0.98);
  color: rgba(244, 248, 255, 0.98);
  border-color: rgba(141, 177, 255, 0.22);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='rgba(214,226,248,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  appearance: none;
}

.select-premium-soft:hover {
  background-color: rgba(7, 18, 40, 1);
  border-color: rgba(141, 177, 255, 0.32);
}

.select-premium-soft:focus,
.select-premium-soft:active {
  background-color: rgba(10, 24, 52, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(var(--primary-rgb), 0.56);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.10), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.select-premium-soft option {
  background-color: #08172f;
  color: #eef4ff;
}

.select-premium-soft option:checked,
.select-premium-soft option:hover {
  background-color: #12335f;
  color: #ffffff;
}

.select-premium-soft optgroup {
  background-color: #061225;
  color: #9cbaf1;
}

.panel-premium {
  border-radius: 26px;
  border: 1px solid rgba(141, 177, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(17, 36, 68, 0.62), rgba(8, 17, 32, 0.76)),
    rgba(8, 17, 32, 0.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 22px 80px rgba(0, 0, 0, 0.24);
}

.nav-pill-soft {
  border-radius: 999px;
  border: 1px solid rgba(141, 177, 255, 0.16);
  background: linear-gradient(180deg, rgba(15, 31, 58, 0.85), rgba(8, 17, 32, 0.88));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.nav-pill-soft:hover {
  border-color: rgba(var(--primary-rgb), 0.30);
  background: linear-gradient(180deg, rgba(18, 37, 68, 0.94), rgba(8, 17, 32, 0.96));
}

.plan-premium-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(141, 177, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 37, 68, 0.78), rgba(8, 17, 32, 0.90)),
    rgba(8, 17, 32, 0.84);
  padding: 22px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 28px 90px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.plan-premium-card::before,
.plan-premium-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.plan-premium-card::before {
  inset: 1px 1px auto 1px;
  height: 112px;
  border-radius: 26px 26px 18px 18px;
  background: radial-gradient(160px 80px at 10% 5%, rgba(255, 255, 255, 0.24), transparent 60%);
  opacity: 0.8;
}

.plan-premium-card::after {
  width: 180px;
  height: 180px;
  right: -68px;
  top: -70px;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.68;
}

.plan-premium-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 32px 90px rgba(0, 0, 0, 0.34);
  filter: saturate(1.05);
}

.plan-premium-card--basic {
  border-color: rgba(84, 173, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(18, 63, 114, 0.34), rgba(8, 17, 32, 0.92)),
    rgba(8, 17, 32, 0.86);
}

.plan-premium-card--basic::after {
  background: radial-gradient(circle, rgba(62, 153, 255, 0.28), rgba(62, 153, 255, 0.02) 72%);
}

.plan-premium-card--gold {
  border-color: rgba(255, 215, 106, 0.26);
  background:
    linear-gradient(180deg, rgba(118, 84, 26, 0.34), rgba(8, 17, 32, 0.92)),
    rgba(8, 17, 32, 0.86);
  transform: translateY(-8px) scale(1.015);
  box-shadow:
    0 0 0 1px rgba(255, 221, 149, 0.10) inset,
    0 26px 90px rgba(0, 0, 0, 0.34),
    0 0 48px rgba(255, 215, 106, 0.10);
}

.plan-premium-card--gold::after {
  background: radial-gradient(circle, rgba(255, 215, 106, 0.30), rgba(255, 215, 106, 0.02) 72%);
}

.plan-premium-card--gold::before {
  background:
    linear-gradient(180deg, rgba(255, 232, 173, 0.16), transparent 72%),
    radial-gradient(160px 80px at 10% 5%, rgba(255, 247, 223, 0.30), transparent 60%);
}

.plan-premium-card--vip {
  border-color: rgba(153, 196, 255, 0.30);
  background:
    linear-gradient(180deg, rgba(var(--primary-rgb), 0.22), rgba(8, 17, 32, 0.92)),
    rgba(8, 17, 32, 0.86);
}

.plan-premium-card--vip::after {
  background: radial-gradient(circle, rgba(113, 171, 255, 0.32), rgba(113, 171, 255, 0.03) 72%);
}

.plan-premium-card__coin {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.24),
    inset 0 -6px 14px rgba(0, 0, 0, 0.20),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.plan-premium-card__coin::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: radial-gradient(18px 12px at 28% 24%, rgba(255, 255, 255, 0.40), transparent 72%);
  opacity: 0.9;
}

.plan-premium-card__coin svg {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

.plan-premium-card__coin--basic {
  background: linear-gradient(180deg, rgba(91, 176, 255, 0.88), rgba(16, 86, 170, 0.92));
}

.plan-premium-card__coin--gold {
  background: linear-gradient(180deg, rgba(255, 226, 141, 0.96), rgba(190, 128, 16, 0.94));
  color: rgba(34, 20, 2, 0.96);
}

.plan-premium-card__coin--vip {
  background: linear-gradient(180deg, rgba(166, 209, 255, 0.94), rgba(43, 105, 203, 0.92));
}

.plan-premium-card__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(222, 233, 250, 0.70);
}

.plan-premium-card__range {
  margin-top: 14px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}

.plan-premium-card__desc {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(213, 225, 244, 0.72);
  max-width: calc(100% - 70px);
}

.plan-premium-card__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  position: relative;
  overflow: hidden;
}

.plan-premium-card__badge::before {
  content: "";
  position: absolute;
  inset: 1px auto auto 1px;
  width: 65%;
  height: 55%;
  border-radius: 999px;
  background: radial-gradient(30px 12px at 20% 20%, rgba(255, 255, 255, 0.34), transparent 72%);
}

.plan-premium-card__badge--basic {
  background: linear-gradient(180deg, rgba(69, 157, 255, 0.28), rgba(18, 49, 94, 0.36));
}

.plan-premium-card__badge--gold {
  background: linear-gradient(180deg, rgba(255, 221, 128, 0.30), rgba(120, 86, 24, 0.38));
  color: rgba(255, 245, 223, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 239, 192, 0.12) inset,
    0 10px 22px rgba(146, 104, 18, 0.18);
}

.plan-premium-card__badge--vip {
  background: linear-gradient(180deg, rgba(125, 182, 255, 0.28), rgba(18, 49, 94, 0.38));
}

.plan-amount-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 18px;
  border: 1px solid rgba(141, 177, 255, 0.20);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  color: rgba(255, 255, 255, 0.97);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.plan-amount-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.40);
  background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.24), rgba(var(--primary-rgb), 0.12));
  box-shadow: 0 16px 38px rgba(var(--primary-rgb), 0.16);
  filter: brightness(1.04);
}

.plan-amount-chip:focus {
  outline: none;
  border-color: rgba(var(--primary-rgb), 0.46);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.10), 0 16px 38px rgba(var(--primary-rgb), 0.14);
}

@media (max-width: 640px) {
  .plan-premium-card {
    padding: 18px;
  }

  .plan-premium-card--gold {
    transform: none;
  }

  .plan-premium-card__range {
    font-size: 24px;
  }

  .plan-premium-card__coin {
    width: 46px;
    height: 46px;
    right: 14px;
    bottom: 14px;
    font-size: 16px;
  }
}

#navToggle,
#navClose {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(15, 31, 58, 0.82) !important;
}

.mnav__panel .btn-ghost {
  background: rgba(15, 31, 58, 0.72);
  border-color: rgba(255, 255, 255, 0.14);
}

.mnav__panel .btn-ghost:hover {
  background: rgba(15, 31, 58, 0.88);
  border-color: rgba(var(--primary-rgb), 0.32);
}

.account-dropdown .nav-link {
  background: rgba(8, 17, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.account-dropdown .nav-link:hover {
  background: rgba(15, 31, 58, 0.78);
  border-color: rgba(var(--primary-rgb), 0.26);
  color: var(--text);
}

.glass-card {
  border-radius: 18px;
  padding: 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.35);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.7;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: floatSlow 10s ease-in-out infinite;
}

.orb--a {
  width: 520px;
  height: 520px;
  left: -160px;
  top: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--primary-rgb), 0.55), transparent 60%);
}

.orb--b {
  width: 460px;
  height: 460px;
  right: -140px;
  top: 80px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--accent-rgb), 0.35), transparent 60%);
  animation-delay: -2s;
}

.orb--c {
  width: 560px;
  height: 560px;
  left: 20%;
  bottom: -260px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--primary-rgb), 0.18), transparent 65%);
  animation-delay: -4s;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 20%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.15) 62%, rgba(0, 0, 0, 0));
  pointer-events: none;
  opacity: 0.55;
}

.dashboard {
  border-radius: 26px;
  border: 1px solid rgba(var(--primary-rgb), 0.24);
  background: linear-gradient(180deg, rgba(15, 31, 58, 0.55), rgba(8, 17, 32, 0.55));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 0 90px rgba(var(--primary-rgb), 0.12);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: floatPanel 8s ease-in-out infinite;
}

.dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard__title {
  font-size: 12px;
  color: var(--muted-text);
  letter-spacing: 0.4px;
}

.dashboard__pill {
  font-size: 11px;
  color: rgba(var(--primary-rgb), 0.9);
  border: 1px solid rgba(var(--primary-rgb), 0.25);
  background: rgba(var(--primary-rgb), 0.08);
  padding: 6px 10px;
  border-radius: 999px;
}

.dashboard__grid {
  padding: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dash-card,
.dash-wide {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.38);
  padding: 14px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.dash-wide {
  grid-column: 1 / -1;
}

.dash-card__label {
  font-size: 12px;
  color: var(--muted-text);
}

.dash-card__value {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.dash-card__meta {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(var(--primary-rgb), 0.8);
}

.dash-wide__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-chip {
  font-size: 11px;
  color: var(--muted-text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(8, 17, 32, 0.35);
}

.dash-chart {
  width: 100%;
  height: 60px;
  margin-top: 10px;
}

.dash-chart__glow {
  fill: none;
  stroke: rgba(var(--primary-rgb), 0.18);
  stroke-width: 8;
  filter: blur(2px);
}

.dash-chart__line {
  fill: none;
  stroke: rgba(var(--primary-rgb), 0.85);
  stroke-width: 2.2;
}

.dash-wide__meta {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dash-metric__label {
  font-size: 11px;
  color: var(--muted-text);
}

.dash-metric__value {
  margin-top: 6px;
  font-weight: 700;
}

.tx-list {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.tx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 17, 32, 0.35);
  padding: 12px;
}

.tx__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tx__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.95);
  box-shadow: 0 0 18px rgba(var(--primary-rgb), 0.6);
}

.tx__dot--accent {
  background: rgba(var(--accent-rgb), 0.95);
  box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.42);
}

.tx__title {
  font-size: 13px;
  font-weight: 700;
}

.tx__meta {
  margin-top: 3px;
  font-size: 11px;
  color: var(--muted-text);
}

.tx__right {
  font-size: 13px;
  font-weight: 800;
}

.float-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.28);
  padding: 14px;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.float-card__label {
  font-size: 12px;
  color: var(--muted-text);
}

.float-card__value {
  margin-top: 6px;
  font-weight: 800;
  font-size: 16px;
}

.stat-card {
  border-radius: 18px;
  border: 1px solid rgba(var(--primary-rgb), 0.18);
  background: rgba(15, 31, 58, 0.38);
  padding: 16px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 0 60px rgba(var(--primary-rgb), 0.08);
  position: relative;
  overflow: hidden;
}

.stat-card__label {
  font-size: 12px;
  color: var(--muted-text);
}

.stat-card__value {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.stat-card__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), 0.8), transparent);
  opacity: 0.8;
}

.market-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 17, 32, 0.15);
  transition: background 160ms ease, transform 160ms ease;
}

.market-row:hover {
  background: rgba(15, 31, 58, 0.45);
  transform: translateY(-1px);
}

.asset-icon {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(var(--primary-rgb), 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.asset-icon__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(var(--primary-rgb), 0.65);
}

.market-board {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.26);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 22px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.market-board__head {
  padding: 14px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.market-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.tv-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(8, 17, 32, 0.72), rgba(8, 17, 32, 0.35));
  backdrop-filter: blur(12px);
}

.tv-controls__group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tv-pill {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.25);
  color: var(--muted-text);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.tv-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.28);
  color: var(--text);
}

.tv-pill.is-active {
  border-color: rgba(var(--primary-rgb), 0.35);
  background: rgba(var(--primary-rgb), 0.10);
  color: rgba(var(--primary-rgb), 0.95);
  box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.12) inset;
}

.market-tab {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.25);
  color: var(--muted-text);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.market-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.28);
  color: var(--text);
}

.market-tab.is-active {
  border-color: rgba(var(--primary-rgb), 0.35);
  background: rgba(var(--primary-rgb), 0.10);
  color: rgba(var(--primary-rgb), 0.95);
  box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.12) inset;
}

.market-cols {
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.8fr 0.8fr 0.8fr;
  gap: 10px;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: var(--muted-text);
  text-transform: uppercase;
  background: rgba(8, 17, 32, 0.22);
}

.market-row__inner {
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 36px 1fr 0.8fr 0.8fr 0.8fr 0.8fr;
  gap: 10px;
  align-items: center;
}

.market-symbol {
  font-weight: 900;
  color: var(--text);
  letter-spacing: 0.2px;
}

.market-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.3px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.25);
  color: var(--muted-text);
}

.market-price {
  font-weight: 900;
  color: var(--text);
}

.market-change {
  font-weight: 900;
  font-size: 12px;
  color: rgba(var(--primary-rgb), 0.95);
}

.market-change.is-down {
  color: rgba(239, 68, 68, 0.95);
}

.btn-sm {
  padding: 10px 12px;
  font-size: 12px;
  border-radius: 14px;
}

@media (max-width: 639px) {
  .market-row__inner {
    grid-template-columns: 36px 1fr auto;
  }
}

.sparkline {
  width: 110px;
  height: 30px;
}

.sparkline path {
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sparkline .spark-glow {
  stroke-width: 7;
  filter: blur(2px);
  opacity: 0.55;
}

.feature-card,
.benefit-card,
.security-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.35);
  padding: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover,
.benefit-card:hover,
.security-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--primary-rgb), 0.28);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 0 70px rgba(var(--primary-rgb), 0.10);
}

.feature-icon {
  position: relative;
  width: 44px;
  height: 44px;
}

.feature-icon__ring {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(var(--primary-rgb), 0.35);
  background: rgba(var(--primary-rgb), 0.08);
  box-shadow: 0 0 24px rgba(var(--primary-rgb), 0.18);
}

.feature-icon__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 22px rgba(var(--primary-rgb), 0.7);
}

.benefit-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefit-icon {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(var(--accent-rgb), 0.14);
  box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.18);
}

.process-line {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), 0.65), transparent);
  opacity: 0.6;
  margin-bottom: 22px;
}

.process-step {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.26);
  padding: 18px;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease;
}

.process-step:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--primary-rgb), 0.28);
}

.process-bubble {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(var(--primary-rgb), 0.35);
  background: rgba(var(--primary-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 60px rgba(var(--primary-rgb), 0.14);
}

.process-num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-text);
  font-weight: 900;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 1), rgba(var(--primary-rgb), 0.55));
  box-shadow: 0 0 22px rgba(var(--primary-rgb), 0.22);
}

.testimonial-track {
  display: flex;
  gap: 12px;
  transition: transform 450ms ease;
}

.testimonial-track--marquee {
  transition: none;
  animation: marquee 32s linear infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track--marquee {
    animation: none;
    transform: none;
  }
}

.testimonial-card {
  min-width: min(420px, 86vw);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.35);
  padding: 18px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 22px rgba(var(--primary-rgb), 0.12);
  background: rgba(var(--primary-rgb), 0.10);
  object-fit: cover;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.12);
  border: 1px solid rgba(var(--primary-rgb), 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: rgba(var(--primary-rgb), 0.95);
  box-shadow: 0 0 22px rgba(var(--primary-rgb), 0.14);
  overflow: hidden;
}

.avatar--nav {
  width: 34px;
  height: 34px;
  border-radius: 14px;
}

.avatar--lg {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 18px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.balance-amount {
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.4px;
}

.balance-currency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(8, 17, 32, 0.35);
  color: var(--muted-text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.dash-scrollbox {
  overflow: auto;
  scrollbar-gutter: stable;
}

.dash-scrollbox--cap {
  max-height: min(62vh, 720px);
}

@media (max-width: 767px) {
  .dash-scrollbox--cap-sm {
    max-height: min(52vh, 520px);
  }
  .dash-scrollbox--cap {
    max-height: min(60vh, 560px);
  }
}

.security-badge {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  border: 1px solid rgba(var(--primary-rgb), 0.28);
  background: rgba(var(--primary-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(var(--primary-rgb), 0.12);
}

.security-badge__inner {
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background: rgba(var(--accent-rgb), 0.95);
}

.faq-item {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.26);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.faq-plus {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 17, 32, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-text);
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease;
}

.faq-item.is-open .faq-plus {
  transform: rotate(45deg);
  color: rgba(var(--primary-rgb), 0.95);
  border-color: rgba(var(--primary-rgb), 0.28);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.faq-a__inner {
  padding: 0 16px 16px;
  color: var(--muted-text);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(15, 31, 58, 0.55), rgba(8, 17, 32, 0.55));
  padding: 26px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 0 120px rgba(var(--primary-rgb), 0.12);
}

.final-cta__glow {
  position: absolute;
  inset: -120px -80px auto -80px;
  height: 320px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--primary-rgb), 0.35), transparent 60%);
  filter: blur(18px);
  opacity: 0.8;
}

.countdown {
  font-weight: 900;
  letter-spacing: 0.4px;
  color: rgba(var(--accent-rgb), 0.95);
}

.footer-divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), 0.55), rgba(var(--accent-rgb), 0.45), transparent);
  opacity: 0.9;
  margin-bottom: 26px;
}

.social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.22);
}

.social-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.9);
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  z-index: 60;
}

.float-telegram {
  position: fixed;
  right: 16px;
  bottom: 96px;
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 22px;
  border: 1px solid rgba(var(--primary-rgb), 0.28);
  background: rgba(15, 31, 58, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 60px rgba(var(--primary-rgb), 0.14);
  transition: transform 180ms ease;
}

.float-telegram:hover {
  transform: translateY(-2px);
}

.float-telegram__ring {
  position: absolute;
  inset: -10px;
  border-radius: 28px;
  border: 1px solid rgba(var(--primary-rgb), 0.18);
  opacity: 0.55;
  animation: pulseGlow 2.8s ease-in-out infinite;
}

.float-telegram__icon {
  font-weight: 900;
  font-size: 13px;
  color: rgba(var(--primary-rgb), 0.95);
}

.activity-popup {
  position: fixed;
  left: 16px;
  bottom: 96px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 31, 58, 0.55);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 70px rgba(var(--primary-rgb), 0.10);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.activity-popup.is-show {
  opacity: 1;
  transform: translateY(0);
}

.activity-popup__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.95);
  box-shadow: 0 0 16px rgba(var(--primary-rgb), 0.65);
}

.activity-popup__text {
  color: var(--muted-text);
  font-size: 13px;
  line-height: 1.35;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: radial-gradient(900px 480px at 50% 10%, rgba(var(--primary-rgb), 0.14), transparent 60%),
    radial-gradient(800px 420px at 80% 20%, rgba(var(--accent-rgb), 0.12), transparent 55%),
    rgba(0, 27, 94, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-core {
  text-align: center;
  padding: 18px 18px;
}

.loader-ring {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 999px;
  border: 2px solid rgba(var(--primary-rgb), 0.25);
  border-top-color: rgba(var(--primary-rgb), 0.95);
  animation: spin 1s linear infinite;
  box-shadow: 0 0 40px rgba(var(--primary-rgb), 0.14);
}

.loader-dot {
  width: 10px;
  height: 10px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.95);
  box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.55);
}

.loader-text {
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted-text);
  letter-spacing: 0.5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes floatPanel {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.28;
  }
}

@media (min-width: 768px) {
  .mobile-cta {
    display: none;
  }
}

.lang-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  border-radius: 14px;
  padding: 0 40px 0 12px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(180deg, rgba(15, 31, 58, 0.65), rgba(15, 31, 58, 0.35));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  cursor: pointer;
}

.lang-select--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lang-switch {
  position: relative;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  border-radius: 14px;
  padding: 0 12px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(15, 31, 58, 0.65), rgba(15, 31, 58, 0.35));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  cursor: pointer;
}

.lang-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 88;
}

.lang-btn--floating {
  height: 38px;
  border-radius: 14px;
  padding: 0 12px;
  color: rgba(5, 10, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset, 0 18px 70px rgba(0, 0, 0, 0.22);
}

.lang-btn--floating .lang-btn__icon {
  color: rgba(5, 10, 24, 0.72);
}

.lang-btn--floating .lang-btn__chev {
  opacity: 0.65;
}

.lang-btn__icon {
  display: inline-flex;
  color: rgba(var(--primary-rgb), 0.95);
}

.lang-btn__label {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.flag-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  min-width: 22px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(15, 31, 58, 0.75), rgba(8, 17, 32, 0.35));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  font-weight: 950;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  position: relative;
}

.flag-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.flag-text {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  font-size: 10px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.92);
}

.lang-code {
  font-weight: 950;
  letter-spacing: 0.4px;
}

.lang-item__left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lang-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lang-meta {
  opacity: 0.72;
  font-weight: 950;
  font-size: 11px;
}

.lang-btn__chev {
  display: inline-flex;
  opacity: 0.85;
}

.lang-btn[aria-expanded="true"] {
  border-color: rgba(var(--primary-rgb), 0.42);
  background: rgba(8, 17, 32, 0.55);
}

.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 90;
  width: min(320px, 86vw);
  max-height: min(360px, 52vh);
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(5, 10, 24, 0.98);
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.55);
  padding: 8px;
}

.lang-search {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(5, 10, 24, 0.96);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22) inset;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.lang-search__icon {
  display: inline-flex;
  color: rgba(154, 179, 214, 0.9);
}

.lang-search__input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.lang-search__input::placeholder {
  color: rgba(154, 179, 214, 0.7);
}

.lang-menu__list {
  display: grid;
  gap: 8px;
}

.lang-menu--floating {
  left: 0;
  right: auto;
  top: auto;
  bottom: calc(100% + 10px);
  width: min(300px, calc(100vw - 36px));
}

.lang-menu--mobile {
  width: 100%;
  right: auto;
  left: 0;
}

.lang-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 17, 32, 0.55);
  color: var(--text);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.2px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  cursor: pointer;
}

.lang-btn img.emoji,
.lang-item img.emoji {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -0.18em;
}

.lang-item:hover {
  border-color: rgba(var(--primary-rgb), 0.28);
  background: rgba(15, 31, 58, 0.75);
}

.lang-item.is-active {
  border-color: rgba(var(--primary-rgb), 0.42);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 26px rgba(var(--primary-rgb), 0.12);
}

.lang-select--mobile {
  width: 100%;
}

.lang-select:focus {
  outline: none;
  border-color: rgba(var(--primary-rgb), 0.35);
}

#google_translate_element {
  display: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dir-btn {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 17, 32, 0.35);
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dir-btn__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.12);
}

.dir-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.28);
  background: rgba(15, 31, 58, 0.55);
}

.dir-btn.is-active {
  border-color: rgba(var(--primary-rgb), 0.38);
  background: rgba(var(--primary-rgb), 0.10);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 26px rgba(var(--primary-rgb), 0.12);
}

.tvfs__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 10, 24, 0.65);
  backdrop-filter: blur(14px);
}

.tvfs__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.tvfs__stake {
  width: 140px;
  max-width: 38vw;
  flex: 1 1 120px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 17, 32, 0.35);
  color: rgba(255, 255, 255, 0.92);
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
  outline: none;
}

.tvfs__select {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 17, 32, 0.35);
  color: rgba(255, 255, 255, 0.92);
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 900;
  outline: none;
  flex: 0 0 auto;
}

#status,
#drawerStatus {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tvfs__select:focus {
  border-color: rgba(var(--primary-rgb), 0.35);
}

.tvfs__stake:focus {
  border-color: rgba(var(--primary-rgb), 0.35);
}

.tvfs__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 17, 32, 0.35);
  color: rgba(255, 255, 255, 0.92);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.tvfs__pill:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.28);
  background: rgba(15, 31, 58, 0.55);
}

.tvfs__pill--up {
  border-color: rgba(var(--primary-rgb), 0.28);
  background: rgba(var(--primary-rgb), 0.10);
}

.tvfs__pill--down {
  border-color: rgba(239, 68, 68, 0.25);
  background: rgba(239, 68, 68, 0.08);
}

.tvfs__pill.is-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 26px rgba(var(--primary-rgb), 0.12);
}

.tvfs__title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24px;
  color: rgba(255, 255, 255, 0.86);
  text-transform: uppercase;
}

.tvfs {
  position: fixed !important;
  inset: 0 !important;
  z-index: 120 !important;
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: rgba(5, 10, 24, 0.985) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  isolation: isolate;
}

.tvfs #tvchartDashboard {
  height: auto !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

#tvWrapDashboard {
  position: relative;
}

.tradehud {
  position: absolute;
  left: 14px;
  top: 62px;
  z-index: 6;
  width: min(520px, calc(100% - 28px));
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(5, 10, 24, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.45);
  padding: 12px 12px;
  pointer-events: none;
}

.tradehud__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tradehud__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.9);
  box-shadow: 0 0 0 5px rgba(var(--primary-rgb), 0.10), 0 0 26px rgba(var(--primary-rgb), 0.25);
  flex: 0 0 auto;
  animation: tradeDotPulse 1.2s ease-in-out infinite;
}

.tradehud--down .tradehud__dot {
  background: rgba(239, 68, 68, 0.95);
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.12), 0 0 26px rgba(239, 68, 68, 0.22);
}

.tradehud__text {
  min-width: 0;
  flex: 1 1 auto;
}

.tradehud__title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18px;
  color: rgba(255, 255, 255, 0.92);
}

.tradehud__sub {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(154, 179, 214, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tradehud__timer {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 17, 32, 0.28);
  color: rgba(255, 255, 255, 0.92);
}

@keyframes tradeDotPulse {
  0% { transform: scale(1); opacity: 0.90; }
  50% { transform: scale(1.18); opacity: 1; }
  100% { transform: scale(1); opacity: 0.90; }
}
