:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --panel: rgba(11, 11, 11, 0.88);
  --line: rgba(255, 255, 255, 0.15);
  --line-strong: rgba(255, 255, 255, 0.36);
  --text: #f2f2f2;
  --text-soft: #b2b2b2;
  --text-muted: #8a8a8a;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #030303 0%, #080808 100%);
  display: grid;
  place-items: center;
  padding: 1.1rem;
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(3, 3, 3, 0.88);
  backdrop-filter: blur(14px);
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 70;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.age-gate.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.age-gate-panel {
  width: min(560px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background: rgba(10, 10, 10, 0.84);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.4);
  padding: clamp(1rem, 3vw, 1.5rem);
  text-align: center;
}

.age-gate-eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.age-gate-panel h2 {
  margin: 0.5rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}

.age-gate-copy {
  margin: 0.75rem auto 0;
  max-width: 50ch;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.age-gate-actions {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

.age-btn {
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.7rem 0.95rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
  font-weight: 700;
  font-family: inherit;
  font-size: 0.95rem;
  cursor: pointer;
}

.age-btn-primary {
  color: #0c0c0c;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.age-btn-ghost {
  background: transparent;
}

.dot-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.7px);
  background-size: 4px 4px;
  opacity: 0.5;
  z-index: -3;
}

.hero-glow {
  position: fixed;
  width: min(68vw, 780px);
  aspect-ratio: 1;
  border-radius: 999px;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 66%);
  pointer-events: none;
  z-index: -2;
}

.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0));
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  filter: blur(4px);
  transition: transform 0.08s linear;
  pointer-events: none;
  z-index: -1;
}

.page {
  width: min(580px, 100%);
  position: relative;
  z-index: 1;
}

.card {
  --mx: 50%;
  --my: 40%;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(11, 11, 11, 0.76);
  backdrop-filter: blur(14px) saturate(116%);
  padding: clamp(1.2rem, 4vw, 2rem);
  text-align: center;
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.48);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  opacity: 0.8;
}

.card::after {
  content: "";
  position: absolute;
  inset: -18%;
  background: radial-gradient(
    260px circle at var(--mx) var(--my),
    rgba(255, 255, 255, 0.24),
    rgba(255, 255, 255, 0.08) 28%,
    rgba(255, 255, 255, 0) 66%
  );
  filter: blur(22px);
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.card > * {
  position: relative;
  z-index: 1;
}

.avatar {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  margin: 0 auto 0.86rem;
  display: grid;
  place-items: center;
  font-family: "Sora", sans-serif;
  font-size: 1.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background:
    url("insecureangel.jpg"),
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.24), transparent 58%),
    #0a0a0a;
  background-size: cover;
  background-position: center;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  font-size: 0.73rem;
  font-weight: 700;
}

h1 {
  margin: 0.5rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 8vw, 2.9rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: lowercase;
}

.bio {
  margin: 0.78rem auto 0;
  max-width: 42ch;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.top-social {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.52rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #d0d0d0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  min-height: 26px;
  padding: 0.12rem 0.62rem;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 700;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background-color 170ms ease,
    color 170ms ease;
  font-family: inherit;
  cursor: pointer;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.of-tease {
  margin: 0.85rem 0 0;
  color: #d9d9d9;
  font-size: 0.76rem;
  letter-spacing: 0.035em;
  display: inline-block;
}

.of-tease::after {
  content: "↓";
  display: block;
  margin-top: 0.08rem;
  color: #f0f0f0;
  animation: tease-nudge 1.2s ease-in-out infinite;
}

.of-tease strong {
  color: #ffffff;
}

.trial-countdown {
  margin: 0.3rem auto 0;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  color: #d6d6d6;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.trial-countdown strong {
  color: #f7f7f7;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.09em;
}

.links {
  margin-top: 0.86rem;
  display: grid;
  gap: 0.74rem;
  transition:
    opacity 240ms ease,
    filter 280ms ease,
    transform 280ms ease;
}

.links.is-loading {
  opacity: 0.98;
}

.link {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  gap: 0.06rem;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background-color 170ms ease,
    box-shadow 170ms ease;
}

.link:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
}

.link-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.link-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.link-copy span {
  font-size: 1rem;
  font-weight: 700;
}

.link-copy small {
  font-size: 0.65rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.open-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d5d5d5;
}

.link-featured {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.48);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.04));
  box-shadow: 0 11px 28px rgba(255, 255, 255, 0.11);
  animation: featured-pulse 2.4s ease-in-out infinite;
}

.link-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 32%, rgba(255, 255, 255, 0.16), transparent 68%);
  transform: translateX(-120%);
  animation: featured-sheen 2.9s ease-in-out infinite;
  pointer-events: none;
}

.link-featured .link-copy small,
.link-featured .open-chip {
  color: #f1f1f1;
  border-color: rgba(255, 255, 255, 0.35);
}

.link-featured .open-chip {
  background: rgba(255, 255, 255, 0.08);
}

.link-loading {
  cursor: wait;
  pointer-events: none;
}

.link-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 36%, rgba(255, 255, 255, 0.12), transparent 64%);
  transform: translateX(-130%);
  animation: loading-sheen 1.4s ease-in-out infinite;
  pointer-events: none;
}

.link-loading .open-chip {
  opacity: 0.85;
}

.note {
  margin: 0.94rem 0 0;
  color: var(--text-soft);
  font-size: 0.78rem;
}

.trust-footer {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.9rem;
}

.trust-title {
  margin: 0;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.66rem;
  font-weight: 700;
}

.trust-links {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.7rem;
}

.trust-links a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.76rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.link:focus-visible,
.social-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.58);
  outline-offset: 2px;
}

.age-btn:focus-visible,
.trust-links a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.58);
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .card {
    border-radius: 22px;
  }

  .link-top {
    align-items: flex-start;
  }
}

@media (pointer: coarse) {
  .cursor-glow {
    display: none;
  }
}

@keyframes featured-pulse {
  0%,
  100% {
    box-shadow: 0 11px 28px rgba(255, 255, 255, 0.11);
  }

  50% {
    box-shadow: 0 15px 34px rgba(255, 255, 255, 0.2);
  }
}

@keyframes featured-sheen {
  0%,
  38% {
    transform: translateX(-120%);
  }

  62%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes tease-nudge {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.82;
  }

  50% {
    transform: translateY(2px);
    opacity: 1;
  }
}

@keyframes loading-sheen {
  0%,
  40% {
    transform: translateX(-130%);
  }

  70%,
  100% {
    transform: translateX(130%);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .cursor-glow {
    display: none;
  }
}
