:root {
  --font-sans: Roboto, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  /* Global typography scale — all sections inherit from this base. */
  --fs-display: clamp(36px, 3vw, 48px);
  --fs-hero-title: clamp(30px, 2.2vw, 38px);
  --fs-section-title: clamp(32px, 3vw, 48px);
  --fs-section-subtitle: clamp(11px, .8vw, 14px);
  --fs-card-title: clamp(13px, .9vw, 15px);
  --fs-body: clamp(12px, .9vw, 14px);
  --fs-label: 11px;
  --fs-small: 10px;
  --fs-eyebrow: 9px;
  --lh-title: .98;
  --lh-body: 1.68;
  --weight-title: 900;
  --weight-subtitle: 650;
  --weight-label: 750;
  --adminbar-h: 0px;
  --header-h: 64px;
}

html { color-scheme: dark; scroll-behavior: smooth; }
body { font-family: var(--font-sans); }
button, a, input, textarea { outline-offset: 3px; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #d8b4fe; }
button:disabled { cursor: not-allowed; opacity: .6; }

/* Daily premium brand intro. */
html.rp-intro-pending,
html.rp-intro-pending body { overflow: hidden; }
.rp-intro { display: none; }
html.rp-intro-pending .rp-intro {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(126, 34, 206, .22), transparent 34%),
    linear-gradient(145deg, #07060b 0%, #0c0714 52%, #050509 100%);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.rp-intro__ambient {
  position: absolute;
  width: min(76vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(192, 132, 252, .08);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, .12), transparent 62%);
  box-shadow: 0 0 120px rgba(147, 51, 234, .13), inset 0 0 90px rgba(232, 121, 249, .04);
  opacity: 0;
  transform: scale(.72);
}
.rp-intro__ambient::before,
.rp-intro__ambient::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(192, 132, 252, .07);
  border-radius: inherit;
}
.rp-intro__ambient::after { inset: 23%; border-color: rgba(232, 121, 249, .06); }
.rp-intro__content {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 32px;
  text-align: center;
}
.rp-intro__mark {
  width: clamp(90px, 9vw, 116px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 18px 34px rgba(147, 51, 234, .5));
  opacity: 0;
  transform: scale(.68) rotate(-8deg);
}
.rp-intro__shell { stroke-dasharray: 132; stroke-dashoffset: 132; }
.rp-intro__core { opacity: 0; transform: scale(.72); transform-origin: center; }
.rp-intro__letter { opacity: 0; transform: translateY(2px); transform-origin: center; }
.rp-intro__slash { stroke-dasharray: 36; stroke-dashoffset: 36; }
.rp-intro__wordmark {
  display: flex;
  margin-top: 22px;
  align-items: baseline;
  color: #f4f4f5;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1;
  opacity: 0;
  transform: translateY(12px);
}
.rp-intro__wordmark strong {
  background: linear-gradient(100deg, #c084fc, #f0abfc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.rp-intro__wordmark small { margin-left: 3px; color: #d8b4fe; font-size: .34em; letter-spacing: 0; }
.rp-intro__tagline {
  margin-top: 16px;
  color: rgba(228, 228, 231, .56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  opacity: 0;
  transform: translateY(7px);
}
.rp-intro__progress {
  width: min(210px, 54vw);
  height: 1px;
  margin-top: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  opacity: 0;
}
.rp-intro__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #a855f7 22%, #f0abfc 72%, transparent);
  box-shadow: 0 0 12px rgba(232, 121, 249, .65);
  transform: translateX(-105%);
}
.rp-intro.is-playing .rp-intro__ambient { animation: rp-intro-ambient .8s cubic-bezier(.2, .8, .2, 1) both; }
.rp-intro.is-playing .rp-intro__mark { animation: rp-intro-mark .46s .04s cubic-bezier(.18, .86, .28, 1.22) forwards; }
.rp-intro.is-playing .rp-intro__shell { animation: rp-intro-draw .5s .06s cubic-bezier(.2, .8, .2, 1) forwards; }
.rp-intro.is-playing .rp-intro__core { animation: rp-intro-core .28s .24s ease-out forwards; }
.rp-intro.is-playing .rp-intro__letter { animation: rp-intro-letter .25s .33s ease-out forwards; }
.rp-intro.is-playing .rp-intro__slash { animation: rp-intro-draw .24s .43s ease-out forwards; }
.rp-intro.is-playing .rp-intro__wordmark { animation: rp-intro-copy .32s .42s cubic-bezier(.2, .8, .2, 1) forwards; }
.rp-intro.is-playing .rp-intro__tagline { animation: rp-intro-copy .28s .55s ease-out forwards; }
.rp-intro.is-playing .rp-intro__progress { animation: rp-intro-fade .15s .52s ease-out forwards; }
.rp-intro.is-playing .rp-intro__progress span { animation: rp-intro-progress .58s .53s cubic-bezier(.2, .75, .2, 1) forwards; }
.rp-intro.is-leaving {
  clip-path: inset(0 0 100% 0);
  opacity: .2;
  transition: clip-path .36s cubic-bezier(.7, 0, .2, 1), opacity .28s ease;
}
.rp-intro.is-leaving .rp-intro__content { transform: translateY(-12px) scale(.985); transition: transform .36s ease; }
@keyframes rp-intro-ambient { 0% { opacity: 0; transform: scale(.72); } 55% { opacity: .8; } 100% { opacity: .48; transform: scale(1); } }
@keyframes rp-intro-mark { to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes rp-intro-draw { to { stroke-dashoffset: 0; } }
@keyframes rp-intro-core { to { opacity: 1; transform: scale(1); } }
@keyframes rp-intro-letter { to { opacity: 1; transform: translateY(0); } }
@keyframes rp-intro-copy { to { opacity: 1; transform: translateY(0); } }
@keyframes rp-intro-fade { to { opacity: 1; } }
@keyframes rp-intro-progress { to { transform: translateX(105%); } }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 10001;
  padding: .65rem 1rem;
  border-radius: .75rem;
  background: #f4f4f5;
  color: #18181b;
  font-weight: 700;
  transform: translateY(-200%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.neon-text {
  background: linear-gradient(90deg, #a78bfa, #f0abfc, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(168, 85, 247, .55));
}
.neon-ring { box-shadow: 0 0 30px rgba(147, 51, 234, .35); }
.bg-neon { background: radial-gradient(60% 60% at 50% 10%, rgba(124, 58, 237, .25), transparent 70%); }

/* Header and navigation. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  background: rgba(9, 7, 15, .66);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  backdrop-filter: blur(16px) saturate(125%);
  transition: height .35s cubic-bezier(.2, .8, .2, 1), background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: -1px;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, .7), rgba(232, 121, 249, .45), transparent);
  opacity: .38;
  transform: scaleX(.62);
  transition: opacity .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
}
.site-header.is-scrolled {
  height: 72px;
  border-color: rgba(168, 85, 247, .16);
  background: rgba(9, 7, 15, .91);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .32);
}
.site-header.is-scrolled::after { opacity: .72; transform: scaleX(1); }
.admin-bar .site-header { top: 32px; }
.site-header__glow {
  position: absolute;
  inset: 0 auto 0 12%;
  width: 300px;
  background: radial-gradient(circle at center, rgba(147, 51, 234, .12), transparent 70%);
  opacity: .7;
  pointer-events: none;
}
.site-header__inner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 28px;
  align-items: center;
  justify-content: space-between;
}
.header-actions { display: flex; align-items: center; gap: 18px; }

.brand-link { display: inline-flex; align-items: center; border-radius: 14px; color: inherit; text-decoration: none; }
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  filter: drop-shadow(0 7px 13px rgba(147, 51, 234, .28));
  transform-origin: center;
  transition: transform .45s cubic-bezier(.2, .85, .2, 1.25), filter .35s ease;
}
.brand-wordmark { display: inline-flex; align-items: baseline; font-size: 23px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.brand-razor { color: #f4f4f5; }
.brand-pick {
  background: linear-gradient(100deg, #c084fc, #e879f9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-tld { margin-left: 2px; color: #d8b4fe; font-size: 10px; font-weight: 700; letter-spacing: -.02em; }
.brand-link:hover .brand-mark { filter: drop-shadow(0 9px 18px rgba(192, 132, 252, .46)); transform: rotate(-5deg) scale(1.07); }
.brand-link:hover .brand-pick { filter: brightness(1.12); }
.brand-lockup--drawer .brand-mark { width: 44px; height: 44px; }
.brand-lockup--footer .brand-mark { width: 38px; height: 38px; }
.brand-lockup--footer .brand-wordmark { font-size: 21px; }

.desktop-nav { display: flex; align-items: center; gap: 2px; }
.nav-link {
  position: relative;
  isolation: isolate;
  padding: 10px 13px;
  border-radius: 11px;
  color: #b8b5c0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s ease, transform .25s ease;
}
.nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px;
  border: 1px solid rgba(192, 132, 252, .12);
  border-radius: 9px;
  background: rgba(168, 85, 247, .08);
  opacity: 0;
  transform: scale(.82);
  transition: opacity .25s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}
.nav-link::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 4px;
  left: 13px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a855f7, #e879f9);
  box-shadow: 0 0 10px rgba(192, 132, 252, .7);
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active { color: #fff; transform: translateY(-1px); }
.nav-link:hover::before, .nav-link:focus-visible::before, .nav-link.is-active::before { opacity: 1; transform: scale(1); }
.nav-link:hover::after, .nav-link:focus-visible::after, .nav-link.is-active::after { transform: scaleX(1); }

.header-cta, .drawer-cta {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(105deg, #7e22ce, #a21caf 56%, #c026d3);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(147, 51, 234, .28), inset 0 1px 0 rgba(255, 255, 255, .16);
  cursor: pointer;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s ease, border-color .3s ease;
}
.header-cta { min-height: 42px; padding: 0 16px; border-radius: 12px; font-size: 13px; }
.header-cta::before, .drawer-cta::before {
  content: "";
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -45%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: rotate(17deg) translateX(-220%);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}
.header-cta svg, .drawer-cta svg { width: 18px; height: 18px; transition: transform .3s ease; }
.header-cta:hover, .drawer-cta:hover { border-color: rgba(255, 255, 255, .3); box-shadow: 0 12px 32px rgba(168, 85, 247, .42), inset 0 1px 0 rgba(255, 255, 255, .22); transform: translateY(-2px); }
.header-cta:hover::before, .drawer-cta:hover::before { transform: rotate(17deg) translateX(520%); }
.header-cta:hover svg, .drawer-cta:hover svg { transform: translateX(3px); }

.mobile-header-cta { display: none; }

.header-cta-wrap { position: relative; }
.header-cta-hint {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  display: grid;
  width: 292px;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 180, 254, .2);
  border-radius: 15px;
  color: #f5f3f7;
  font-family: 'Roboto', sans-serif;
  background:
    radial-gradient(circle at 92% 0, rgba(192, 38, 211, .15), transparent 42%),
    rgba(15, 11, 21, .97);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .045);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-7px) scale(.96);
  transform-origin: top right;
  transition: opacity .22s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
  backdrop-filter: blur(16px);
  isolation: isolate;
}
.header-cta-hint::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -6px;
  left: 50%;
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  border-top: 1px solid rgba(34, 211, 238, .55);
  border-left: 1px solid rgba(34, 211, 238, .55);
  background: #100c17;
  box-shadow: -2px -2px 7px rgba(34, 211, 238, .22);
  transform: rotate(45deg);
}
.header-cta-hint__orbit {
  position: absolute;
  z-index: 2;
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  overflow: visible;
  filter: drop-shadow(0 0 4px rgba(34, 211, 238, .75));
  pointer-events: none;
}
.header-cta-hint__orbit rect {
  x: 2px;
  y: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  rx: 15px;
  ry: 15px;
  fill: none;
  stroke: url(#rpHintNeonGradient);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: .01 1.25;
  animation: rp-hint-neon-orbit 14s linear infinite;
}
.header-cta-hint strong { position: relative; z-index: 4; font-size: 12px; font-weight: 700; line-height: 1.55; }
.header-cta-wrap:hover .header-cta-hint,
.header-cta-wrap:focus-within .header-cta-hint { opacity: 1; transform: translateY(0) scale(1); }

@keyframes rp-hint-neon-orbit {
  to { stroke-dashoffset: -12.6; }
}

.header-account { position: relative; }
.header-account__trigger {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 4px 11px 4px 5px;
  border: 1px solid rgba(192, 132, 252, .2);
  border-radius: 14px;
  color: #ddd8e3;
  background: rgba(168, 85, 247, .075);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.header-account__trigger:hover,
.header-account.is-open .header-account__trigger { color: #fff; border-color: rgba(216, 180, 254, .38); background: rgba(168, 85, 247, .14); transform: translateY(-1px); }
.header-account__avatar {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, #7e22ce, #c026d3);
  box-shadow: 0 7px 18px rgba(147, 51, 234, .24);
  font-size: 14px;
  font-weight: 850;
}
.header-account__greeting { max-width: 150px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.header-account__greeting strong { color: #fff; font-weight: 800; }
.header-account__trigger > svg { width: 16px; height: 16px; color: #a8a3ae; transition: transform .25s ease; }
.header-account.is-open .header-account__trigger > svg { transform: rotate(180deg); }
.header-account__menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: 290px;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(192, 132, 252, .18);
  border-radius: 18px;
  color: #f4f0f7;
  background: rgba(15, 11, 21, .97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .52), inset 0 1px rgba(255, 255, 255, .04);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-7px) scale(.98);
  transform-origin: top right;
  transition: opacity .2s ease, transform .25s cubic-bezier(.2, .8, .2, 1);
  backdrop-filter: blur(18px);
}
.header-account.is-open .header-account__menu { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.header-account__identity { display: flex; align-items: center; gap: 11px; padding: 6px 5px 10px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.header-account__identity > div { min-width: 0; }
.header-account__identity strong,
.header-account__identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-account__identity strong { color: #fff; font-size: 13px; }
.header-account__identity small { margin-top: 2px; color: #88828f; font-size: 10px; }
.header-account__status { display: flex; align-items: center; gap: 7px; margin: 5px; color: #aaa5b2; font-size: 10px; font-weight: 750; }
.header-account__status i { width: 7px; height: 7px; border-radius: 50%; background: #f59e0b; box-shadow: 0 0 9px rgba(245, 158, 11, .55); }
.header-account__status--verified { color: #a7f3d0; }
.header-account__status--verified i { background: #34d399; box-shadow: 0 0 9px rgba(52, 211, 153, .65); }
.header-account__menu > a { padding: 10px 11px; border-radius: 10px; color: #d8d4dc; font-size: 12px; font-weight: 650; text-decoration: none; transition: color .2s ease, background .2s ease; }
.header-account__menu > a:hover { color: #fff; background: rgba(168, 85, 247, .12); }
.header-account__menu > .header-account__logout { color: #fca5a5; }

.drawer-account { margin-top: 28px; padding: 16px; border: 1px solid rgba(192, 132, 252, .16); border-radius: 18px; background: rgba(168, 85, 247, .07); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.drawer-account__hello { display: flex; align-items: center; gap: 11px; }
.drawer-account__hello small,
.drawer-account__hello strong { display: block; }
.drawer-account__hello small { color: #8f8996; font-size: 10px; }
.drawer-account__hello strong { margin-top: 2px; color: #fff; font-size: 17px; }
.drawer-account .header-account__status { margin: 13px 2px; }
.drawer-account__links { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .07); }
.drawer-account__links a { padding: 10px 8px; border-radius: 10px; color: #d8b4fe; background: rgba(255, 255, 255, .035); font-size: 11px; font-weight: 750; text-align: center; text-decoration: none; }
.drawer-account__links a:last-child { color: #fca5a5; }

.site-header.header-ready .brand-link { animation: header-item-in .55s cubic-bezier(.2, .8, .2, 1) both; }
.site-header.header-ready .nav-link { animation: header-item-in .5s cubic-bezier(.2, .8, .2, 1) both; }
.site-header.header-ready .nav-link:nth-child(1) { animation-delay: .04s; }
.site-header.header-ready .nav-link:nth-child(2) { animation-delay: .08s; }
.site-header.header-ready .nav-link:nth-child(3) { animation-delay: .12s; }
.site-header.header-ready .nav-link:nth-child(4) { animation-delay: .16s; }
.site-header.header-ready .nav-link:nth-child(5) { animation-delay: .2s; }
.site-header.header-ready .header-cta { animation: header-item-in .5s .24s cubic-bezier(.2, .8, .2, 1) both; }
.site-header.header-ready .header-account { animation: header-item-in .5s .24s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes header-item-in { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

@keyframes mobile-logo-sway {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
}

#burger {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}
#burger:hover { border-color: rgba(192, 132, 252, .35); background: rgba(168, 85, 247, .1); transform: translateY(-1px); }
#burger .hambox { position: relative; display: block; width: 22px; height: 16px; }
#burger .ham, #burger .ham::before, #burger .ham::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform .3s ease, opacity .25s ease, background-color .25s ease;
}
#burger .ham { top: 50%; transform: translateY(-50%); }
#burger .ham::before { top: -7px; }
#burger .ham::after { top: 7px; }
.drawer-active #burger { visibility: hidden; }

#drawerOverlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(3, 3, 10, .72);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  backdrop-filter: blur(3px);
}
#mobileDrawer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: min(88vw, 390px);
  height: 100dvh;
  overflow-y: auto;
  border-right: 1px solid rgba(192, 132, 252, .16);
  background:
    radial-gradient(700px 430px at -120px -80px, rgba(168, 85, 247, .2), transparent 62%),
    linear-gradient(180deg, rgba(17, 13, 25, .99), rgba(8, 8, 13, .995));
  box-shadow: 28px 0 75px rgba(0, 0, 0, .56), 1px 0 0 rgba(255, 255, 255, .04) inset;
  transform: translateX(-102%);
  transition: transform .48s cubic-bezier(.22, .8, .22, 1);
  backdrop-filter: blur(18px) saturate(120%);
}
.drawer-active #drawerOverlay { opacity: 1; pointer-events: auto; }
.drawer-active #mobileDrawer { transform: translateX(0); }
.drawer-active .scroll-cue { display: none !important; }
.drawer-content { min-height: 100%; padding: 26px; }
.drawer-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 48px; }
#drawerClose {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .3s ease;
}
#drawerClose svg { width: 22px; height: 22px; }
#drawerClose:hover { border-color: rgba(232, 121, 249, .35); background: rgba(168, 85, 247, .12); color: #f0abfc; transform: rotate(5deg); }
.drawer-kicker { margin-bottom: 12px; color: #8b8793; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.drawer-nav { display: grid; gap: 5px; }
.drawer-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 16px;
  border-radius: 12px;
  color: #d4d4d8;
  font-size: 18px;
  font-weight: 650;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-18px);
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}
.drawer-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c084fc, #a855f7);
  box-shadow: 0 0 12px rgba(192, 132, 252, .65);
  opacity: 0;
  transform: translateY(-50%) scaleY(.35);
  transition: opacity .25s ease, transform .25s ease;
}
.drawer-link:hover, .drawer-link.is-active { color: #fff; background: rgba(168, 85, 247, .1); transform: translateX(3px); }
.drawer-link:hover::before, .drawer-link.is-active::before { opacity: 1; transform: translateY(-50%) scaleY(1); }
.drawer-active .drawer-link { animation: drawer-link-in .48s cubic-bezier(.2, .8, .2, 1) forwards; }
.drawer-active .drawer-link:nth-child(1) { animation-delay: .12s; }
.drawer-active .drawer-link:nth-child(2) { animation-delay: .17s; }
.drawer-active .drawer-link:nth-child(3) { animation-delay: .22s; }
.drawer-active .drawer-link:nth-child(4) { animation-delay: .27s; }
@keyframes drawer-link-in { to { opacity: 1; transform: translateX(0); } }
.drawer-cta { width: 100%; min-height: 50px; margin-top: 30px; border-radius: 14px; font-size: 14px; }
.drawer-desc { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .07); color: #8f8b98; font-size: 13px; line-height: 1.7; }
.footer-brand { width: fit-content; }

/* Hero. */
.hero {
  position: relative;
  display: flex;
  min-height: calc(100dvh - var(--adminbar-h) - var(--header-h));
  align-items: center;
}
.hero--video {
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #06040b;
}
.hero-video {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 68% 46%, rgba(217, 70, 239, .34) 0%, rgba(126, 34, 206, .18) 25%, transparent 57%),
    repeating-conic-gradient(from 215deg at 68% 46%, rgba(168, 85, 247, .09) 0deg 3deg, transparent 3deg 13deg),
    linear-gradient(115deg, #05030a 0%, #0d0618 48%, #160825 72%, #06040b 100%);
}
.hero-video::before,
.hero-video::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
.hero-video::before {
  background:
    linear-gradient(90deg, rgba(4, 3, 8, .88) 0%, rgba(4, 3, 8, .66) 42%, rgba(4, 3, 8, .45) 72%, rgba(4, 3, 8, .62) 100%),
    linear-gradient(180deg, rgba(5, 3, 9, .72), rgba(5, 3, 9, .28) 45%, rgba(5, 3, 9, .82));
}
.hero-video::after {
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(1.18) contrast(1.06) brightness(.72);
  transform: scale(1.02);
  transition: opacity .7s ease;
}
.hero-video.is-video-playing video {
  opacity: .58;
}
.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100% - 64px, 1380px);
  margin: 0 auto;
  padding: clamp(70px, 8vh, 106px) 0 clamp(92px, 10vh, 126px);
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 6vw, 100px);
}
.hero-copy {
  max-width: 690px;
  font-family: Inter, Roboto, sans-serif;
  text-align: left;
}
.hero-eyebrow {
  display: inline-flex;
  min-height: 38px;
  margin: 0 0 30px;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid rgba(192, 132, 252, .32);
  border-radius: 10px;
  color: #d8b4fe;
  background: rgba(9, 6, 15, .58);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 10px 35px rgba(0, 0, 0, .24);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .095em;
  line-height: 1.35;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.hero-eyebrow > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d946ef;
  box-shadow: 0 0 14px rgba(217, 70, 239, .9);
}
.hero-title {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: var(--fs-hero-title);
  font-weight: 870;
  letter-spacing: -.055em;
  line-height: .99;
  text-wrap: balance;
  text-shadow: 0 8px 40px rgba(0, 0, 0, .42);
}
.hero-title__line {
  display: block;
  white-space: nowrap;
}
.hero-title__line--accent {
  margin-top: 12px;
  color: transparent;
  background: linear-gradient(102deg, #f5f3ff 0%, #d8b4fe 35%, #a855f7 95%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 25px rgba(168, 85, 247, .24));
}
.hero-lead {
  max-width: 665px;
  margin: 32px 0 0;
  color: rgba(244, 244, 245, .76);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 520;
  line-height: 1.75;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .8);
}
.hero-metrics-wrap { min-width: 0; }

.rp-hero-metrics {
  --rp-panel-border: rgba(192, 132, 252, .32);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(25px, 2.5vw, 38px);
  border: 1px solid var(--rp-panel-border);
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(24, 18, 42, .88), rgba(8, 7, 17, .86) 57%, rgba(16, 10, 27, .9)),
    rgba(8, 7, 15, .86);
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 30px 90px rgba(0, 0, 0, .5), 0 0 44px rgba(126, 34, 206, .15);
  font-family: Inter, Roboto, sans-serif;
  backdrop-filter: blur(22px) saturate(1.18);
}
.rp-hero-metrics::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 255, 255, .055), transparent 34%, transparent 76%, rgba(168, 85, 247, .06));
  pointer-events: none;
}
.rp-hero-metrics__glow {
  position: absolute;
  top: -145px;
  right: -105px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(147, 51, 234, .21);
  filter: blur(64px);
  pointer-events: none;
}
.rp-hero-metrics > *:not(.rp-hero-metrics__glow) { position: relative; z-index: 1; }
.rp-hero-metrics__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.rp-hero-metrics__header > div { display: grid; gap: 5px; }
.rp-hero-metrics__header > div > span {
  color: #e9d5ff;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.rp-hero-metrics__header > div > strong { color: rgba(228, 228, 231, .6); font-size: 12px; font-weight: 650; }
.rp-hero-metrics__header > p {
  display: inline-flex;
  min-height: 30px;
  margin: 0;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(74, 222, 128, .17);
  border-radius: 999px;
  color: rgba(228, 228, 231, .68);
  background: rgba(5, 15, 12, .54);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.rp-hero-metrics__header i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px rgba(52, 211, 153, .9);
}
.rp-hero-metrics__score {
  display: flex;
  margin-top: clamp(28px, 4vh, 42px);
  align-items: flex-end;
  gap: 14px;
}
.rp-hero-metrics__score > strong {
  color: transparent;
  background: linear-gradient(102deg, #f5f3ff 0%, #c084fc 35%, #9333ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(57px, 6.3vw, 92px);
  font-weight: 880;
  letter-spacing: -.065em;
  line-height: .82;
  white-space: nowrap;
  filter: drop-shadow(0 0 20px rgba(168, 85, 247, .2));
}
.rp-hero-metrics__score > p {
  display: flex;
  margin: 0 0 3px;
  flex-wrap: wrap;
  gap: 5px 8px;
  color: #e879f9;
  font-size: clamp(16px, 1.55vw, 23px);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.05;
  text-transform: uppercase;
}
.rp-hero-metrics__score > p span { color: rgba(244, 244, 245, .68); }
.rp-hero-metrics__score > p b { color: #fff; font: inherit; }
.rp-hero-metrics__progress-meta {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(228, 228, 231, .55);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.rp-hero-metrics__progress-meta strong { color: #e9d5ff; font-size: 13px; }
.rp-hero-metrics__bar {
  position: relative;
  overflow: hidden;
  height: 9px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, .34);
}
.rp-hero-metrics__bar i {
  display: block;
  width: calc(var(--rp-goal-progress) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #8b5cf6 47%, #d946ef);
  box-shadow: 0 0 20px rgba(192, 38, 211, .55);
  transition: width 1s cubic-bezier(.2, .8, .2, 1);
}
.rp-hero-metrics__stats {
  display: grid;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid rgba(216, 180, 254, .17);
  border-radius: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(5, 4, 12, .44);
}
.rp-hero-metrics__stats > div {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 7px;
  padding: 16px 10px;
  text-align: center;
}
.rp-hero-metrics__stats > div + div { border-left: 1px solid rgba(216, 180, 254, .12); }
.rp-hero-metrics__stats span {
  color: #c084fc;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.rp-hero-metrics__stats strong {
  color: #f8fafc;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1;
  white-space: nowrap;
}
.rp-hero-metrics__stats strong span { color: inherit; font: inherit; letter-spacing: inherit; }
.rp-hero-metrics__footer {
  display: flex;
  margin-top: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(228, 228, 231, .57);
  font-size: 10px;
  font-weight: 680;
  line-height: 1.45;
}
.rp-hero-metrics__footer > span {
  flex: 0 0 auto;
  color: #d8b4fe;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.rp-hero-metrics__footer strong { color: #fff; }
.rp-hero-metrics__footer p { margin: 0; text-align: right; }
.rp-hero-metrics--unavailable { display: grid; min-height: 330px; place-items: center; color: rgba(255,255,255,.65); }
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 45;
  width: 26px;
  height: 16px;
  border: 0;
  background: url('../images/scroll-down-arrow.png') center / contain no-repeat;
  cursor: pointer;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .5));
  animation: cue-bounce 2.2s infinite;
}
@keyframes cue-bounce {
  0%, 72%, 100% { transform: translate(-50%, 0); }
  70% { transform: translate(-50%, -12px); }
}

/* Slider. */
.slider-shell:focus-visible { outline: 2px solid #d8b4fe; outline-offset: 4px; }
#slider .slide { transition: transform .35s ease, opacity .35s ease, filter .35s ease; }
#slider .slide-inner { position: relative; height: 100%; overflow: hidden; border: 1px solid rgba(255, 255, 255, .08); background: rgba(10, 10, 10, .33); }
#slider .slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
#slider .slide--center { z-index: 3; transform: scale(1.06); }
#slider .slide--side { z-index: 2; transform: scale(.92); opacity: .95; }
#slider .slide--far { z-index: 1; transform: scale(.85); opacity: .65; filter: saturate(.7) brightness(.75); }
#slider .slide-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: .75rem;
  background: rgba(17, 17, 17, .78);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}
#slider .slide--center .slide-caption { opacity: 1; transform: translateY(0); }
#slider .img-contain { object-fit: contain !important; object-position: center; background: #0a0a0a; }
.slider-control { z-index: 5; min-width: 44px; min-height: 44px; font-size: 1.75rem; line-height: 1; }

/* Floating helpers. */
#activeBadge { position: fixed; right: 1rem; z-index: 40; user-select: none; pointer-events: none; }
#activeBadge .bubble {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1rem;
  background: rgba(24, 24, 27, .82);
  box-shadow: 0 0 20px rgba(168, 85, 247, .25);
  backdrop-filter: blur(6px);
}
#activeBadge .dot { width: 10px; height: 10px; border-radius: 9999px; background: #34d399; box-shadow: 0 0 12px rgba(52, 211, 153, .9); }
.scrolltop { position: fixed; right: 1rem; bottom: 1rem; z-index: 45; display: none; }

.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
#hero, #daily-picks, #monthly-goal, #public-history, #goal-board, #contact { scroll-margin-top: calc(var(--adminbar-h) + var(--header-h) + 12px); }

/* Goal board section. */
.goal-board-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) 0;
  border-top: 1px solid rgba(192, 132, 252, .16);
  background:
    radial-gradient(circle at 50% 0%, rgba(147, 51, 234, .17), transparent 42%),
    linear-gradient(135deg, rgba(18, 8, 30, .72), rgba(5, 5, 10, .96) 58%);
}
.goal-board-section__inner {
  width: min(100% - 40px, 1640px);
  margin: 0 auto;
}
.goal-board-heading {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.goal-board-heading__eyebrow {
  display: inline-block;
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #a855f7, #e879f9);
  box-shadow: 0 0 18px rgba(168, 85, 247, .65);
}
.goal-board-heading__title {
  margin: 0;
  color: #f8f3ff;
  font-size: var(--fs-section-title);
  font-weight: var(--weight-title);
  line-height: var(--lh-title);
  letter-spacing: -.045em;
  text-shadow: 0 0 32px rgba(192, 132, 252, .2);
}
.goal-board-heading__subtitle {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(228, 218, 239, .7);
  font-size: var(--fs-section-subtitle);
  font-weight: var(--weight-subtitle);
  line-height: 1.65;
  letter-spacing: .09em;
}
.goal-board-stage {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(38px, 4vw, 62px);
  place-items: center;
}
.goal-board-card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  min-height: 0;
  aspect-ratio: 5 / 7;
  min-width: 0;
  padding: 34px 22px 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(30px, 2.8vw, 44px);
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(20, 15, 30, .97), rgba(10, 9, 17, .98)) padding-box,
    linear-gradient(120deg, rgba(34, 211, 238, .78), rgba(124, 58, 237, .72), rgba(232, 121, 249, .78), rgba(34, 211, 238, .78)) border-box;
  background-size: auto, 280% 280%;
  background-position: 0 0, 0% 50%;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: transform .35s ease, box-shadow .35s ease;
}
.goal-board-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -1px;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  background: conic-gradient(
    from var(--goal-laser-angle),
    transparent 0deg 276deg,
    rgba(34, 211, 238, .08) 294deg,
    rgba(34, 211, 238, .72) 315deg,
    #f8fdff 326deg,
    #e879f9 336deg,
    rgba(232, 121, 249, .14) 350deg,
    transparent 360deg
  );
  filter: drop-shadow(0 0 5px rgba(34, 211, 238, .48)) drop-shadow(0 0 9px rgba(232, 121, 249, .24));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: goal-board-laser 8s linear infinite;
}
.goal-board-card:nth-child(2n)::before { animation-delay: -2s; }
.goal-board-card:nth-child(3n)::before { animation-delay: -4s; }
.goal-board-card:nth-child(5n)::before { animation-delay: -6s; }
.goal-board-card > * {
  position: relative;
  z-index: 1;
}
.goal-board-card:hover,
.goal-board-card:focus-visible {
  z-index: 2;
  outline: none;
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(126, 34, 206, .2), 0 0 25px rgba(34, 211, 238, .11);
}
.goal-board-card__title {
  margin: 0;
  color: rgba(231, 220, 242, .76);
  font-size: clamp(11px, .86vw, 14px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .13em;
  text-align: center;
}
.goal-board-card__plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 14px;
  border: 1px solid rgba(192, 132, 252, .38);
  border-radius: 999px;
  color: rgba(237, 229, 246, .55);
  background: rgba(92, 35, 130, .14);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .045em;
  white-space: nowrap;
}
.goal-board-card__plan strong {
  color: #f8f3ff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}
.goal-board-card__target {
  text-align: center;
}
.goal-board-card__target-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(29px, 2.5vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
  text-shadow: 0 0 18px rgba(255, 255, 255, .12), 0 0 28px rgba(168, 85, 247, .14);
  white-space: nowrap;
}
.goal-board-card__amount {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.goal-board-card__coin {
  display: grid;
  place-items: center;
  width: clamp(28px, 2.15vw, 38px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#120d1b, #08070d) padding-box,
    linear-gradient(135deg, #67e8f9, #a855f7 52%, #f0abfc) border-box;
  color: #f0abfc;
  font-size: .46em;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 10px rgba(168, 85, 247, .28), inset 0 0 0 1px rgba(103, 232, 249, .18);
}
.goal-board-quote {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2vw, 28px);
  max-width: 1120px;
  margin: clamp(42px, 5vw, 72px) auto 0;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(168, 85, 247, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(34, 211, 238, .09), transparent 32%),
    linear-gradient(120deg, rgba(17, 13, 26, .9), rgba(28, 14, 38, .76));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
}
.goal-board-quote::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(168, 85, 247, .1);
  filter: blur(60px);
  pointer-events: none;
}
.goal-board-quote__mark {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  color: #d991ff;
  font-family: Georgia, serif;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 700;
  line-height: .72;
  text-shadow: 0 0 24px rgba(217, 145, 255, .28);
}
.goal-board-quote__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.goal-board-quote__content p {
  max-width: 900px;
  margin: 8px 0 0;
  color: rgba(224, 216, 234, .68);
  font-size: clamp(12px, 1.15vw, 16px);
  font-weight: 600;
  line-height: 1.75;
}
.goal-board-quote__content .goal-board-quote__lead {
  margin-top: 0;
  color: #f8f3ff;
  font-size: clamp(18px, 1.75vw, 25px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.015em;
}
.goal-board-quote__default {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(34, 211, 238, .2);
  border-radius: 999px;
  background: rgba(8, 24, 34, .42);
  color: rgba(218, 210, 229, .54);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}
.goal-board-quote__default strong {
  color: #f4edfa;
  font-size: 10px;
  letter-spacing: .02em;
}
.goal-board-quote__default i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 8px rgba(103, 232, 249, .8);
}
.goal-board-quote__coin {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: -3px;
  border: 1px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#120d1b, #08070d) padding-box,
    linear-gradient(135deg, #67e8f9, #a855f7 52%, #f0abfc) border-box;
  color: #f0abfc;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 7px rgba(168, 85, 247, .3);
}
@property --goal-laser-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes goal-board-laser {
  to { --goal-laser-angle: 360deg; }
}
@media (max-width: 1279px) {
  .goal-board-section__inner { width: min(100% - 48px, 980px); }
  .goal-board-stage {
    display: flex;
    gap: 18px;
    padding: 5px 2px 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(168, 85, 247, .55) rgba(255, 255, 255, .035);
    -webkit-overflow-scrolling: touch;
  }
  .goal-board-stage::-webkit-scrollbar { height: 5px; }
  .goal-board-stage::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
  }
  .goal-board-stage::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, #22d3ee, #a855f7, #e879f9);
  }
  .goal-board-card {
    flex: 0 0 min(calc((100% - 18px) / 2), 320px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

@media (max-width: 640px) {
  .goal-board-section { padding: 64px 0 72px; }
  .goal-board-section__inner { width: 100%; }
  .goal-board-heading { padding: 0 22px; }
  .goal-board-heading__subtitle { max-width: 330px; letter-spacing: .065em; }
  .goal-board-stage {
    gap: 14px;
    margin-top: 36px;
    padding: 4px 22px 18px;
    scroll-padding-inline: 22px;
  }
  .goal-board-card {
    flex: 0 0 min(82vw, 310px);
    width: min(82vw, 310px);
    max-width: 310px;
    min-height: 0;
    scroll-snap-align: center;
  }
  .goal-board-card:hover { transform: none; }
  .goal-board-quote {
    gap: 12px;
    margin: 32px 22px 0;
    padding: 22px 18px;
    border-radius: 20px;
  }
  .goal-board-quote__mark { font-size: 48px; }
  .goal-board-quote__default {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .goal-board-card { transition: none; }
  .goal-board-card::before { animation: none; }
}

@media (min-width: 1025px) {
  #burger { display: none !important; }
}

@media (max-width: 980px) {
  .hero-shell {
    width: min(100% - 44px, 760px);
    padding-top: 62px;
    padding-bottom: 104px;
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .hero-copy { max-width: 700px; }
  .hero-title { max-width: 720px; font-size: clamp(35px, 5.2vw, 46px); }
  .hero-lead { max-width: 680px; }
  .hero-metrics-wrap { width: 100%; max-width: 700px; }
  .hero-video::before {
    background:
      linear-gradient(180deg, rgba(4, 3, 8, .74) 0%, rgba(4, 3, 8, .54) 43%, rgba(4, 3, 8, .76) 100%),
      linear-gradient(90deg, rgba(4, 3, 8, .76), rgba(4, 3, 8, .42));
  }
}

@media (max-width: 1024px) {
  .site-header { height: 76px; }
  .site-header.is-scrolled { height: 68px; }
  .site-header__inner { padding: 0 22px; }
  .header-actions { gap: 10px; }
  .desktop-nav, .header-cta-wrap, .header-cta, .header-account { display: none !important; }
  .mobile-header-cta {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(105deg, #7e22ce, #a21caf 56%, #c026d3);
    box-shadow: 0 8px 24px rgba(147, 51, 234, .3), inset 0 1px rgba(255, 255, 255, .15);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .mobile-header-cta:hover,
  .mobile-header-cta:focus-visible { border-color: rgba(255, 255, 255, .3); box-shadow: 0 11px 30px rgba(168, 85, 247, .42); transform: translateY(-1px); }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }
  .site-header.is-scrolled { height: 64px; }
  .site-header__inner { padding: 0 16px; }
  .header-actions { gap: 8px; }
  .site-header__glow { left: -40px; width: 220px; }
  .brand-lockup { gap: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-wordmark { font-size: 21px; }
  .brand-lockup--header .brand-wordmark { display: none; }
  .brand-lockup--header .brand-mark { animation: mobile-logo-sway 4.2s ease-in-out infinite; }
  .mobile-header-cta { min-height: 38px; padding: 0 12px; border-radius: 11px; font-size: 10.5px; }
  #burger { width: 44px; height: 44px; }
  .drawer-content { padding: 22px; }
  .drawer-heading { margin-bottom: 42px; }
  .hero-shell {
    width: min(100% - 30px, 540px);
    padding-top: 42px;
    padding-bottom: 88px;
    gap: 34px;
  }
  .hero-eyebrow {
    min-height: 34px;
    margin-bottom: 22px;
    padding: 0 11px;
    font-size: 9px;
    letter-spacing: .07em;
  }
  .hero-title { font-size: clamp(20px, 6.2vw, 34px); line-height: 1.04; }
  .hero-title__line--accent { margin-top: 8px; }
  .hero-lead { margin-top: 23px; font-size: 14px; line-height: 1.65; }
  .hero-lead br { display: none; }
  .rp-hero-metrics { padding: 22px 17px 18px; border-radius: 22px; }
  .rp-hero-metrics__header { gap: 12px; }
  .rp-hero-metrics__header > div > span { font-size: 10px; }
  .rp-hero-metrics__header > p { min-height: 27px; padding: 0 9px; font-size: 7.5px; }
  .rp-hero-metrics__score { margin-top: 30px; align-items: flex-end; gap: 9px; }
  .rp-hero-metrics__score > strong { font-size: clamp(48px, 17vw, 66px); }
  .rp-hero-metrics__score > p { margin-bottom: 1px; font-size: 13px; }
  .rp-hero-metrics__progress-meta { margin-top: 24px; font-size: 9px; }
  .rp-hero-metrics__stats { margin-top: 24px; border-radius: 15px; }
  .rp-hero-metrics__stats > div { min-height: 78px; padding: 13px 5px; }
  .rp-hero-metrics__stats span { font-size: 7px; letter-spacing: .08em; }
  .rp-hero-metrics__stats strong { font-size: clamp(20px, 7vw, 27px); }
  .rp-hero-metrics__footer { align-items: flex-start; flex-direction: column; gap: 7px; }
  .rp-hero-metrics__footer p { text-align: left; }
}

@media (max-width: 350px) {
  .site-header__inner { padding: 0 12px; }
  .header-actions { gap: 6px; }
  .brand-mark { width: 36px; height: 36px; }
  .mobile-header-cta { min-height: 36px; padding: 0 9px; font-size: 10px; }
  #burger { width: 42px; height: 42px; }
}

/* Keep the hero compact on very small phones. */
@media (max-width: 360px) and (max-height: 650px) {
  #activeBadge { display: none; }
  .hero { align-items: flex-start; }
  .hero-shell { padding-top: 28px; padding-bottom: 62px; gap: 28px; }
  .hero-eyebrow { margin-bottom: 18px; }
  .hero-title { font-size: clamp(20px, 6.2vw, 23px); }
  .hero-lead { margin-top: 18px; font-size: 13px; line-height: 1.5; }
  .rp-hero-metrics { padding-top: 18px; }
  .scroll-cue { bottom: 10px; width: 22px; }
}

/* Premium contact section. */
.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 126px) 0;
  border-top: 1px solid rgba(192, 132, 252, .16);
  background:
    radial-gradient(circle at 12% 24%, rgba(126, 34, 206, .2), transparent 34%),
    radial-gradient(circle at 88% 74%, rgba(217, 70, 239, .09), transparent 31%),
    linear-gradient(135deg, #08060d, #100719 52%, #07060b);
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.contact-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr);
  align-items: start;
  gap: clamp(52px, 7vw, 112px);
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}
.contact-intro__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #d8a5fa;
  font-size: var(--fs-eyebrow);
  font-weight: 850;
  letter-spacing: .2em;
}
.contact-intro__eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d946ef;
  box-shadow: 0 0 14px rgba(217,70,239,.9);
}
.contact-intro__title {
  margin: 0;
  color: #fff;
  font-size: var(--fs-display);
  font-weight: var(--weight-title);
  letter-spacing: -.055em;
  line-height: .96;
  white-space: nowrap;
}
.contact-intro__title span {
  color: #d8b4fe;
  text-shadow: 0 0 30px rgba(168,85,247,.2);
}
.contact-intro__text {
  max-width: 440px;
  margin: 26px 0 0;
  color: rgba(231,224,237,.72);
  font-size: var(--fs-body);
  font-weight: 550;
  line-height: var(--lh-body);
}
.contact-intro__promise {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 500px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.contact-intro__promise-icon,
.contact-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(192,132,252,.42);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(126,34,206,.42), rgba(45,20,66,.7));
  color: #f0abfc;
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 22px rgba(168,85,247,.12);
}
.contact-intro__promise p,
.contact-card__heading p {
  margin: 0;
  color: rgba(220,210,230,.68);
  font-size: var(--fs-label);
  font-weight: 550;
  line-height: 1.55;
}
.contact-intro__promise strong,
.contact-card__heading strong { color: #fff; font-size: var(--fs-card-title); }
.contact-card {
  padding: clamp(26px, 3.2vw, 48px);
  border: 1px solid rgba(192,132,252,.32);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(23,17,31,.94), rgba(11,9,16,.96));
  box-shadow: 0 30px 80px rgba(0,0,0,.38), 0 0 60px rgba(126,34,206,.08), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
.contact-card__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.contact-card__icon {
  border: 0;
  background: linear-gradient(135deg, #7c3aed, #d946ef);
  color: #fff;
  box-shadow: 0 10px 30px rgba(168,85,247,.3);
}
.contact-form { display: grid; gap: 22px; }
.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contact-field { display: grid; gap: 9px; }
.contact-field label {
  color: #eee7f4;
  font-size: var(--fs-label);
  font-weight: var(--weight-label);
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  outline: 0;
  background: rgba(5,5,9,.76);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.contact-field input,
.contact-field select { height: 54px; padding: 0 16px; }
.contact-field textarea { min-height: 150px; padding: 16px; resize: vertical; }
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: rgba(199,185,211,.45); }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(217,70,239,.72);
  background: rgba(13,8,18,.92);
  box-shadow: 0 0 0 3px rgba(168,85,247,.12), 0 0 24px rgba(168,85,247,.08);
}
.contact-field select { cursor: pointer; color-scheme: dark; }
.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(225,216,233,.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}
.contact-consent input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: #a855f7;
}
.contact-consent a { color: #e879f9; text-decoration: none; }
.contact-consent a:hover { color: #f0abfc; text-decoration: underline; }
.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: linear-gradient(100deg, #7c3aed, #a21caf 54%, #d21fd7);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(168,85,247,.26), inset 0 1px 0 rgba(255,255,255,.18);
  cursor: pointer;
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}
.contact-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
  box-shadow: 0 18px 42px rgba(168,85,247,.36), inset 0 1px 0 rgba(255,255,255,.22);
}
.contact-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.contact-form__message { margin: -8px 0 0; text-align: center; font-size: 13px; font-weight: 700; }
.contact-card__privacy {
  margin: -4px 0 0;
  color: rgba(193,181,203,.5);
  font-size: var(--fs-small);
  font-weight: 600;
  text-align: center;
}
.contact-card__privacy span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-right: 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
}
.contact-card__privacy span::before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 6px;
  width: 4px;
  height: 5px;
  border: 1px solid currentColor;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 980px) {
  .contact-section__inner {
    grid-template-columns: 1fr;
    gap: 46px;
    width: min(100% - 40px, 760px);
  }
  .contact-intro { text-align: center; }
  .contact-intro__eyebrow,
  .contact-intro__promise { justify-content: center; }
  .contact-intro__text,
  .contact-intro__promise { margin-right: auto; margin-left: auto; }
}
@media (max-width: 600px) {
  :root {
    --fs-display: clamp(34px, 10vw, 44px);
    --fs-hero-title: clamp(28px, 8vw, 36px);
    --fs-section-title: clamp(30px, 9vw, 40px);
    --fs-section-subtitle: 9px;
    --fs-body: 12px;
  }
  .contact-section { padding: 64px 0 74px; }
  .contact-section__inner { width: min(100% - 28px, 560px); gap: 34px; }
  .contact-intro__text { margin-top: 20px; }
  .contact-intro__promise { align-items: flex-start; margin-top: 28px; padding-top: 24px; text-align: left; }
  .contact-intro__promise-icon { width: 42px; height: 42px; border-radius: 12px; }
  .contact-card { padding: 22px 18px 24px; border-radius: 22px; }
  .contact-card__heading { margin-bottom: 24px; }
  .contact-card__icon { width: 42px; height: 42px; border-radius: 12px; }
  .contact-form__row { grid-template-columns: 1fr; gap: 20px; }
  .contact-form { gap: 20px; }
}

/* Compact landscape composition for phones and short browser windows. */
@media (orientation: landscape) and (max-height: 520px) {
  .site-header { height: 64px; }
  .site-header.is-scrolled { height: 60px; }
  .site-header__inner { padding-right: 18px; padding-left: 18px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-wordmark { font-size: 20px; }
  #burger { width: 42px; height: 42px; }
  .hero { align-items: flex-start; }
  .hero-shell {
    width: min(100% - 36px, 1020px);
    padding-top: 26px;
    padding-bottom: 36px;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 32px;
  }
  .hero-eyebrow { min-height: 30px; margin-bottom: 15px; font-size: 8px; }
  .hero-title { font-size: 28px; line-height: 1.03; }
  .hero-lead { margin-top: 15px; font-size: 12px; line-height: 1.5; }
  .rp-hero-metrics { padding: 17px 20px 15px; border-radius: 20px; }
  .rp-hero-metrics__header > p { min-height: 25px; font-size: 7px; }
  .rp-hero-metrics__score { margin-top: 18px; }
  .rp-hero-metrics__score > strong { font-size: 48px; }
  .rp-hero-metrics__score > p { font-size: 12px; }
  .rp-hero-metrics__progress-meta { margin-top: 18px; }
  .rp-hero-metrics__stats { margin-top: 18px; }
  .rp-hero-metrics__stats > div { min-height: 62px; padding: 9px 6px; }
  .rp-hero-metrics__stats strong { font-size: 20px; }
  .rp-hero-metrics__footer { margin-top: 12px; }
  .scroll-cue { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .drawer-active .drawer-link { animation: none; opacity: 1; transform: none; }
  .hero-video video { display: none; }
}
