.bio-page {
  min-height: 100vh;
  min-height: 100svh;
  background:
    radial-gradient(ellipse 780px 480px at 50% -90px, rgba(22, 133, 255, 0.2), transparent 80%),
    radial-gradient(ellipse 660px 600px at 100% 75%, rgba(215, 189, 131, 0.035), transparent 80%),
    #070b10;
}

.bio-page::before {
  display: none;
}

.bio-page a:focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: 5px;
}

.bio-skip {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  color: #05080d;
  background: var(--sand);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-160%);
}

.bio-skip:focus {
  transform: translateY(0);
}

.bio-header {
  width: min(100% - 32px, 900px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 66px;
  font-size: 0.78rem;
}

.bio-home {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  text-decoration: none;
}

.bio-home:hover,
.bio-footer a:hover {
  color: var(--ink);
}

.bio-location {
  color: var(--muted);
  font-size: 0.72rem;
}

.bio-main {
  width: min(100% - 32px, 540px);
  margin: 0 auto;
  padding-bottom: 10px;
}

.bio-profile {
  text-align: center;
  margin: 6px 0 28px;
}

.bio-avatar {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto 15px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(130, 197, 255, 0.28), 0 8px 45px rgba(22, 133, 255, 0.12);
}

.bio-profile h1 {
  margin: 0 0 7px;
  font-size: clamp(1.7rem, 6vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.bio-tagline {
  margin: 0;
  color: var(--sand);
  font-size: 0.8rem;
  line-height: 1.55;
}

.bio-intro {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.bio-group {
  margin: 0 0 29px;
}

.bio-group h2 {
  margin: 0 0 12px 2px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-wrap: initial;
}

.bio-link-list {
  display: grid;
  gap: 10px;
}

.bio-link {
  min-width: 0;
  min-height: 79px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border: 1px solid rgba(247, 244, 236, 0.12);
  border-radius: 15px;
  color: var(--ink);
  background: rgba(18, 24, 32, 0.8);
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.bio-link-featured {
  border-color: rgba(84, 169, 255, 0.58);
  background: linear-gradient(112deg, #12395f, #112438 90%);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
}

.bio-link-watch {
  border-color: rgba(130, 197, 255, 0.23);
  background: #111e2a;
}

.bio-link-copy {
  min-width: 0;
  flex: 1;
}

.bio-link-copy strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.99rem;
  font-weight: 750;
  line-height: 1.3;
}

.bio-link-copy > span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.bio-link-featured .bio-link-copy > span {
  color: #c0d5e9;
}

.bio-icon {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(247, 244, 236, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--blue-soft);
}

.bio-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.bio-icon-youtube {
  color: #a8d8ff;
  background: rgba(130, 197, 255, 0.1);
}

.bio-icon-rumble {
  color: #b7d897;
}

.bio-icon-instagram {
  color: #e6b2c6;
}

.bio-icon-discord {
  color: #b8bcf3;
}

.bio-icon-tiktok {
  color: #9ce0de;
}

.bio-icon-sand {
  color: var(--sand);
}

.bio-letter {
  padding-top: 3px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}

.bio-arrow {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1;
}

.bio-support {
  margin: 35px 0 0;
  padding: 26px 20px 22px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.bio-support h2 {
  margin: 0 0 9px;
  font-size: 1rem;
  line-height: 1.4;
}

.bio-support p {
  max-width: 350px;
  margin: 0 auto 7px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.bio-support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: var(--sand);
  text-underline-offset: 4px;
  font-size: 0.8rem;
  font-weight: 700;
}

.bio-footer {
  padding: 10px 16px 28px;
  color: var(--muted);
  text-align: center;
  font-size: 0.73rem;
}

.bio-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  text-decoration: none;
}

.bio-footer p {
  margin: 0;
  font-size: 0.67rem;
}

@media (hover: hover) {
  .bio-link:hover {
    border-color: rgba(130, 197, 255, 0.5);
    background: #17283a;
    transform: translateY(-2px);
  }
}

@media (min-width: 700px) {
  .bio-header {
    min-height: 78px;
  }

  .bio-profile {
    margin-top: 10px;
    margin-bottom: 35px;
  }

  .bio-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 360px) {
  .bio-header,
  .bio-main {
    width: calc(100% - 24px);
  }

  .bio-link {
    gap: 10px;
    padding: 13px 12px;
  }

  .bio-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .bio-intro {
    font-size: 0.77rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bio-page {
    scroll-behavior: auto;
  }

  .bio-link {
    transition: none;
  }

  .bio-link:hover {
    transform: none;
  }
}
