:root {
  --bg-1: #040510;
  --bg-2: #0b1030;
  --bg-3: #171d52;
  --panel-border: rgba(152, 132, 255, 0.18);
  --text: #f5f7ff;
  --muted: #b8bfdc;
  --purple: #9c93ff;
  --purple-2: #7384ff;
  --purple-3: #d1cbff;
  --green-bg: rgba(16, 75, 43, 0.52);
  --green-border: rgba(42, 219, 125, 0.32);
  --red-bg: rgba(102, 20, 38, 0.48);
  --red-border: rgba(255, 99, 132, 0.3);
  --font: "Plus Jakarta Sans", sans-serif;
  --font-display: "Outfit", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(154, 142, 255, 0.18), transparent 25%),
    radial-gradient(circle at 8% 0%, rgba(99, 119, 255, 0.16), transparent 20%),
    radial-gradient(circle at 88% 18%, rgba(142, 103, 255, 0.14), transparent 18%),
    linear-gradient(180deg, #181d50 0%, #0b1030 36%, #040510 100%);
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px),
    radial-gradient(circle at 60% 70%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px),
    radial-gradient(circle at 30% 85%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1.5px);
  opacity: 0.88;
}

.ambient,
.trail,
.noise-layer,
.preloader {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.preloader {
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  pointer-events: auto;
  transition: opacity 700ms ease, visibility 700ms ease, transform 700ms ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
}

.preloader-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(138, 127, 255, 0.18), transparent 22%),
    radial-gradient(circle at 15% 10%, rgba(84, 116, 255, 0.12), transparent 20%),
    radial-gradient(circle at 85% 15%, rgba(177, 122, 255, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(7, 9, 28, 0.98), rgba(4, 5, 16, 0.99));
}

.preloader-core {
  position: relative;
  z-index: 1;
  width: min(100% - 24px, 680px);
  padding: 34px 28px 28px;
  border-radius: 34px;
  border: 1px solid rgba(151, 139, 255, 0.16);
  background: linear-gradient(180deg, rgba(15, 20, 58, 0.82), rgba(8, 11, 34, 0.78));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(26px);
  text-align: center;
}

.preloader-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
}

.preloader-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(170, 158, 255, 0.16);
}

.preloader-ring-one {
  width: 240px;
  height: 240px;
  animation: pulse-ring 4s ease-in-out infinite;
}

.preloader-ring-two {
  width: 186px;
  height: 186px;
  border-color: rgba(116, 130, 255, 0.2);
  animation: pulse-ring 3s ease-in-out infinite reverse;
}

.preloader-ring-three {
  width: 132px;
  height: 132px;
  border-color: rgba(205, 193, 255, 0.22);
  animation: spin-ring 12s linear infinite;
}

.preloader-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 131, 255, 0.34), transparent 70%);
  filter: blur(30px);
}

.preloader-logo {
  position: relative;
  z-index: 2;
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(194, 186, 255, 0.24);
  box-shadow: 0 0 42px rgba(111, 125, 255, 0.4), 0 18px 40px rgba(0, 0, 0, 0.28);
}

.preloader-copy {
  margin-top: 6px;
}

.preloader-kicker {
  margin: 0;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.preloader-title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 9vw, 4.8rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.preloader-text {
  max-width: 42ch;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.preloader-progress {
  width: min(100%, 420px);
  height: 10px;
  margin: 28px auto 0;
  padding: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(151, 139, 255, 0.14);
  overflow: hidden;
}

.preloader-progress-bar {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(126, 137, 255, 0.9), rgba(185, 131, 255, 0.92), rgba(142, 219, 255, 0.88));
  transform-origin: left center;
  animation: loading-bar 3.2s ease-in-out infinite;
}

.preloader-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.84rem;
}

.ambient {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.32;
}

.ambient-one {
  top: -140px;
  left: -140px;
  background: radial-gradient(circle, rgba(116, 123, 255, 0.56), transparent 65%);
  animation: drift 16s ease-in-out infinite alternate;
}

.ambient-two {
  right: -150px;
  top: 220px;
  background: radial-gradient(circle, rgba(166, 113, 255, 0.34), transparent 65%);
  animation: drift 18s ease-in-out infinite alternate-reverse;
}

.ambient-three {
  right: 15%;
  bottom: -180px;
  background: radial-gradient(circle, rgba(82, 123, 255, 0.28), transparent 65%);
  animation: drift 20s ease-in-out infinite alternate;
}

.trail {
  width: 42vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 201, 255, 0.22), transparent);
  transform: rotate(-18deg);
  opacity: 0.65;
}

.trail-one {
  top: 18%;
  right: -8%;
  box-shadow: 0 0 28px rgba(159, 170, 255, 0.32);
  animation: trail-float 9s ease-in-out infinite;
}

.trail-two {
  bottom: 22%;
  left: -10%;
  transform: rotate(18deg);
  box-shadow: 0 0 24px rgba(134, 143, 255, 0.26);
  animation: trail-float 11s ease-in-out infinite reverse;
}

.noise-layer {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px);
  background-size: auto, 22px 22px;
  opacity: 0.26;
}

.page {
  position: relative;
  z-index: 1;
  width: min(100% - 24px, 980px);
  margin: 0 auto;
  padding: 18px 0 64px;
  transition: opacity 700ms ease, transform 700ms ease, filter 700ms ease;
}

body.is-loading .page {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(12px);
}

.intro,
.hero,
.verify-card,
.notice-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(18, 24, 69, 0.9), rgba(11, 15, 43, 0.76));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px);
}

.intro::before,
.hero::before,
.verify-card::before,
.notice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), transparent 28%),
    radial-gradient(circle at top right, rgba(133, 121, 255, 0.18), transparent 28%);
  pointer-events: none;
}

.intro {
  min-height: auto;
  padding: 24px 28px 26px;
  display: grid;
  align-items: center;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: center;
}

.intro-copy,
.hero-main {
  position: relative;
  z-index: 1;
}

.eyebrow,
.card-title,
.mini-label {
  margin: 0;
  color: var(--purple);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.intro-title,
.portal-title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  letter-spacing: -0.05em;
}

.intro-title {
  font-size: clamp(2.6rem, 7.4vw, 5rem);
  line-height: 0.92;
}

.intro-title span {
  display: block;
  color: var(--purple-3);
}

.intro-text,
.subtitle,
.card-text,
.notice-card p,
.mini-copy,
.result-box p,
.server-meta p {
  color: var(--muted);
}

.intro-text {
  max-width: 48ch;
  margin: 14px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.intro-note {
  max-width: 460px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(143, 135, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.lux-button,
.main-button,
.search-button {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(151, 139, 255, 0.24);
  border-radius: 20px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.lux-button::before,
.main-button::before,
.search-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.2), transparent 55%);
  transform: translateX(-120%);
  transition: transform 560ms ease;
}

.lux-button:hover,
.main-button:hover,
.search-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(95, 107, 255, 0.24), 0 0 34px rgba(111, 125, 255, 0.24);
}

.lux-button:hover::before,
.main-button:hover::before,
.search-button:hover::before {
  transform: translateX(120%);
}

.lux-button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 186px;
  min-height: 58px;
  padding: 12px 16px;
  color: var(--text);
}

.lux-button.primary {
  background: linear-gradient(135deg, rgba(121, 131, 255, 0.96), rgba(150, 100, 255, 0.96));
  box-shadow: 0 0 34px rgba(111, 125, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.lux-button.ghost {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.lux-label,
.button-label {
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.lux-sub,
.button-sub {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  color: rgba(246, 247, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.45;
}

.intro-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.metric-pill {
  min-width: 102px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(154, 141, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.metric-pill strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
}

.metric-pill span {
  color: var(--muted);
  font-size: 0.78rem;
}

.intro-visual {
  display: grid;
  justify-items: center;
}

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

.crest-shell {
  min-height: 240px;
}

.crest-ring {
  position: absolute;
  border-radius: 50%;
}

.crest-ring-one {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(171, 157, 255, 0.18);
  box-shadow: 0 0 60px rgba(122, 131, 255, 0.15), inset 0 0 50px rgba(122, 131, 255, 0.06);
  animation: pulse-ring 6s ease-in-out infinite;
}

.crest-ring-two {
  width: 168px;
  height: 168px;
  border: 1px solid rgba(121, 130, 255, 0.22);
  animation: pulse-ring 4.5s ease-in-out infinite reverse;
}

.crest-glow {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 131, 255, 0.34), transparent 68%);
  filter: blur(26px);
}

.crest-logo {
  position: relative;
  z-index: 2;
  width: min(24vw, 150px);
  height: min(24vw, 150px);
  min-width: 110px;
  min-height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(188, 182, 255, 0.28);
  box-shadow: 0 0 48px rgba(111, 125, 255, 0.4), 0 30px 60px rgba(0, 0, 0, 0.32);
}

.hero {
  margin-top: 16px;
  padding: 28px 30px 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.hero-topline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #95f6c6, #62db9d);
  box-shadow: 0 0 16px rgba(98, 219, 157, 0.65);
}

.portal-title {
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1;
}

.subtitle {
  max-width: 560px;
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.75;
}

.button-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}

.main-button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 110px;
  padding: 18px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(22, 26, 67, 0.94), rgba(14, 18, 50, 0.92));
  box-shadow: 0 0 24px rgba(111, 125, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.main-button.secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.featured-card {
  border-radius: 24px;
}

.featured-card.secondary-card,
.featured-card {
  border: 1px solid rgba(151, 139, 255, 0.18);
  background: linear-gradient(180deg, rgba(22, 26, 67, 0.94), rgba(14, 18, 50, 0.92));
}

.button-chip {
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--purple-3);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-label {
  font-size: 1.02rem;
}

.card-actions {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
}

.card-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(151, 139, 255, 0.2);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.card-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.2), transparent 55%);
  transform: translateX(-120%);
  transition: transform 560ms ease;
}

.card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(95, 107, 255, 0.18), 0 0 24px rgba(111, 125, 255, 0.16);
}

.card-button:hover::before {
  transform: translateX(120%);
}

.card-button.primary {
  flex: 1.05;
  background: linear-gradient(135deg, rgba(121, 131, 255, 0.96), rgba(150, 100, 255, 0.96));
  box-shadow: 0 0 24px rgba(111, 125, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.card-button.secondary {
  flex: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
}

#mm-link.card-button.secondary {
  background: linear-gradient(180deg, rgba(24, 28, 68, 0.96), rgba(17, 21, 56, 0.94));
  border-color: rgba(173, 161, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #f5f7ff;
}

#mm-telegram-link.card-button.secondary,
#market-link.card-button.primary {
  background: linear-gradient(135deg, rgba(121, 131, 255, 0.96), rgba(150, 100, 255, 0.96));
  border-color: rgba(173, 161, 255, 0.24);
  box-shadow: 0 0 24px rgba(111, 125, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #f5f7ff;
}

.mini-copy {
  margin: 8px 0 0;
  line-height: 1.65;
}

.verify-card,
.notice-card {
  margin-top: 22px;
  padding: 28px;
}

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

.card-text {
  margin: 10px 0 0;
  line-height: 1.72;
}

.verify-badge {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(143, 135, 255, 0.2);
  color: var(--purple-3);
  background: rgba(143, 135, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.verify-row {
  display: grid;
  grid-template-columns: 1fr 126px;
  gap: 12px;
  margin-top: 22px;
}

input {
  width: 100%;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(143, 135, 255, 0.15);
  border-radius: 18px;
  color: var(--text);
  background: rgba(5, 7, 20, 0.8);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:focus {
  outline: none;
  border-color: rgba(143, 135, 255, 0.48);
  box-shadow: 0 0 0 4px rgba(143, 135, 255, 0.12);
}

.search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(118, 126, 255, 0.95), rgba(131, 93, 255, 0.95));
}

.result-box {
  margin-top: 16px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04));
}

.result-box.neutral {
  border-color: rgba(143, 135, 255, 0.14);
}

.result-box.success {
  background: var(--green-bg);
  border-color: var(--green-border);
}

.result-box.error {
  background: var(--red-bg);
  border-color: var(--red-border);
}

.result-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.server-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.server-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.server-meta p {
  margin: 0;
  line-height: 1.6;
}

.stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.stats span {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.server-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.notice-card p {
  margin: 12px 0 0;
  max-width: 56ch;
  line-height: 1.75;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: fade-up 760ms ease forwards;
}

.reveal:nth-of-type(2) {
  animation-delay: 100ms;
}

.reveal:nth-of-type(3) {
  animation-delay: 180ms;
}

.reveal:nth-of-type(4) {
  animation-delay: 260ms;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(18px, -12px, 0) scale(1.06);
  }
}

@keyframes trail-float {
  0%,
  100% {
    transform: translateY(0) rotate(-18deg);
    opacity: 0.55;
  }

  50% {
    transform: translateY(-10px) rotate(-15deg);
    opacity: 0.85;
  }
}

@keyframes pulse-ring {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.95;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.72;
  }
}

@keyframes spin-ring {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loading-bar {
  0% {
    transform: scaleX(0.14);
    opacity: 0.78;
  }

  50% {
    transform: scaleX(0.78);
    opacity: 1;
  }

  100% {
    transform: scaleX(0.22);
    opacity: 0.82;
  }
}

@media (max-width: 980px) {
  .page {
    width: min(100% - 20px, 980px);
  }

  .intro-grid,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .intro-visual {
    justify-items: center;
  }
}

@media (max-width: 760px) {
  .page {
    width: min(100% - 16px, 980px);
    padding: 12px 0 44px;
  }

  .intro,
  .hero,
  .verify-card,
  .notice-card {
    border-radius: 26px;
  }

  .preloader-core {
    width: min(100% - 18px, 680px);
    padding: 26px 18px 22px;
    border-radius: 26px;
  }

  .preloader-orbit {
    min-height: 220px;
  }

  .preloader-ring-one {
    width: 196px;
    height: 196px;
  }

  .preloader-ring-two {
    width: 150px;
    height: 150px;
  }

  .preloader-ring-three {
    width: 110px;
    height: 110px;
  }

  .preloader-logo {
    width: 92px;
    height: 92px;
  }

  .intro {
    padding: 18px 18px 20px;
  }

  .intro-title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }

  .intro-text {
    font-size: 0.94rem;
  }

  .intro-copy,
  .hero-main {
    text-align: center;
  }

  .intro-actions,
  .intro-metrics {
    justify-content: center;
    gap: 10px;
  }

  .intro-note {
    max-width: none;
    text-align: center;
  }

  .lux-button {
    min-width: 100%;
  }

  .metric-pill {
    min-width: 0;
    flex: 1 1 120px;
  }

  .crest-shell {
    min-height: 190px;
  }

  .crest-ring-one {
    width: 170px;
    height: 170px;
  }

  .crest-ring-two {
    width: 132px;
    height: 132px;
  }

  .crest-glow {
    width: 120px;
    height: 120px;
  }

  .crest-logo {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
  }

  .hero,
  .verify-card,
  .notice-card {
    margin-top: 16px;
    padding: 20px 18px;
  }

  .intro-visual {
    justify-items: center;
  }

  .button-row,
  .verify-row {
    grid-template-columns: 1fr;
  }

  .lux-button,
  .main-button {
    width: 100%;
  }

  .main-button {
    align-items: center;
    text-align: center;
    min-height: 98px;
  }

  .card-actions {
    flex-direction: column;
  }

  .hero-topline {
    justify-content: center;
  }

  .portal-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .subtitle,
  .intro-text {
    max-width: none;
  }

  .card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .server-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .ambient {
    width: 320px;
    height: 320px;
  }

  .trail {
    width: 62vw;
  }

  .intro-title {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .crest-shell {
    min-height: 160px;
  }

  .crest-ring-one {
    width: 136px;
    height: 136px;
  }

  .crest-ring-two {
    width: 104px;
    height: 104px;
  }

  .crest-glow {
    width: 94px;
    height: 94px;
  }

  .crest-logo {
    width: 82px;
    height: 82px;
    min-width: 82px;
    min-height: 82px;
  }

  .logo-shell {
    min-height: 126px;
  }

  .logo-ring {
    width: 126px;
    height: 126px;
  }

  .logo {
    width: 92px;
    height: 92px;
  }

  .eyebrow,
  .card-title,
  .mini-label {
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .intro-text,
  .subtitle,
  .card-text,
  .notice-card p,
  .mini-copy,
  .result-box p {
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .result-box {
    padding: 16px;
    border-radius: 18px;
  }

  .result-box strong {
    font-size: 1.03rem;
  }

  .stats span {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .page {
    width: min(100% - 12px, 980px);
  }

  .intro,
  .hero,
  .verify-card,
  .notice-card {
    border-radius: 22px;
  }

  .preloader-core {
    width: min(100% - 12px, 680px);
    padding: 20px 14px 18px;
    border-radius: 22px;
  }

  .preloader-orbit {
    min-height: 180px;
  }

  .preloader-ring-one {
    width: 150px;
    height: 150px;
  }

  .preloader-ring-two {
    width: 116px;
    height: 116px;
  }

  .preloader-ring-three {
    width: 86px;
    height: 86px;
  }

  .preloader-glow {
    width: 120px;
    height: 120px;
  }

  .preloader-logo {
    width: 72px;
    height: 72px;
  }

  .preloader-meta {
    flex-direction: column;
    align-items: center;
  }

  .intro {
    padding: 14px 14px 16px;
  }

  .hero,
  .verify-card,
  .notice-card {
    padding: 16px 14px;
  }

  .lux-button,
  .main-button,
  .card-button,
  .search-button,
  input {
    min-height: 54px;
    border-radius: 16px;
  }

  .metric-pill {
    width: 100%;
  }

  .button-chip {
    margin-bottom: 8px;
  }

  .verify-badge {
    padding: 7px 10px;
    font-size: 0.76rem;
  }
}
