:root {
  color-scheme: dark;
  --black: #080409;
  --black-soft: #130b15;
  --panel: rgba(17, 8, 19, 0.92);
  --pink: #ff58b8;
  --pink-hot: #ff2d9c;
  --pink-light: #ffc4e7;
  --pink-pale: #ffe2f3;
  --white: #fff8fc;
  --muted: rgba(255, 238, 248, 0.62);
  --pink-line: rgba(255, 93, 186, 0.42);
  --deep-shadow: 0 1.7rem 5rem rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--black);
}

body {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 44, 158, 0.22), transparent 26rem),
    radial-gradient(circle at 92% 88%, rgba(255, 91, 186, 0.18), transparent 28rem),
    linear-gradient(150deg, #050206 0%, #130817 54%, #050206 100%);
  font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 0.7px, transparent 0.7px);
  background-size: 9px 9px;
  content: "";
  opacity: 0.08;
  pointer-events: none;
}

a {
  color: inherit;
}

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

.pink-glow {
  position: fixed;
  z-index: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(255, 41, 153, 0.3);
  filter: blur(95px);
  opacity: 0.46;
  pointer-events: none;
}

.glow-left {
  top: -11rem;
  left: -10rem;
}

.glow-right {
  right: -10rem;
  bottom: -12rem;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 1rem;
}

.mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 0.85rem;
  padding-inline: 0.15rem;
}

.domain-name {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--pink-pale);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-shadow: 0 0 1.2rem rgba(255, 71, 174, 0.55);
}

.domain-name span {
  color: var(--pink);
  font-size: 1.15rem;
}

.official-tag {
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--pink-line);
  border-radius: 999px;
  background: rgba(255, 62, 164, 0.07);
  color: var(--pink-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo-banner {
  position: relative;
  height: clamp(9.25rem, 31vw, 15.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 105, 192, 0.5);
  border-radius: 1.65rem;
  background: #09040b;
  box-shadow:
    0 0 0 1px rgba(255, 201, 233, 0.08) inset,
    0 0 2.7rem rgba(255, 38, 153, 0.22),
    var(--deep-shadow);
}

.logo-banner::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0.1rem 0.9rem rgba(255, 209, 237, 0.16) inset;
  content: "";
  pointer-events: none;
}

.logo-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.main-card {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.photo-card,
.link-card {
  overflow: hidden;
  border: 1px solid var(--pink-line);
  border-radius: 1.65rem;
  box-shadow: var(--deep-shadow);
}

.photo-card {
  position: relative;
  min-height: 19rem;
  margin: 0;
  isolation: isolate;
  background: #2d2125;
}

.photo-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 50%;
  transform: scale(1.01);
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.photo-fade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 52%, rgba(10, 4, 11, 0.8) 100%),
    linear-gradient(90deg, rgba(255, 43, 157, 0.08), transparent 45%);
}

.photo-card figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(255, 186, 226, 0.55);
  border-radius: 999px;
  background: rgba(13, 5, 14, 0.72);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 0 1.5rem rgba(255, 50, 160, 0.2);
  backdrop-filter: blur(12px);
}

.caption-heart {
  color: var(--pink);
  text-shadow: 0 0 0.75rem rgba(255, 70, 172, 0.85);
}

.link-card {
  position: relative;
  padding: 1.25rem;
  background:
    radial-gradient(circle at 110% -10%, rgba(255, 75, 178, 0.18), transparent 17rem),
    linear-gradient(155deg, rgba(28, 11, 31, 0.98), rgba(8, 4, 9, 0.98));
}

.link-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 1.2rem rgba(255, 157, 216, 0.08) inset;
  content: "";
  pointer-events: none;
}

.link-heading {
  position: relative;
  margin-bottom: 1.05rem;
}

.link-heading p {
  margin: 0 0 0.35rem;
  color: var(--pink-light);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.link-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.8rem, 8vw, 2.9rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.link-heading h2 span {
  color: var(--pink);
  text-shadow: 0 0 1rem rgba(255, 57, 164, 0.65);
}

.link-list {
  position: relative;
  display: grid;
  gap: 0.72rem;
}

.bubble-link {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 4.25rem;
  padding: 0.75rem 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 109, 193, 0.48);
  border-radius: 1.55rem 1.75rem 1.45rem 1.85rem;
  background:
    linear-gradient(115deg, rgba(255, 117, 198, 0.12), rgba(255, 40, 157, 0.045)),
    rgba(19, 8, 21, 0.92);
  color: var(--white);
  text-decoration: none;
  box-shadow:
    0 0.35rem 1.1rem rgba(0, 0, 0, 0.25),
    0 0.06rem 0 rgba(255, 219, 240, 0.18) inset;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.bubble-link::before {
  position: absolute;
  top: 0.16rem;
  left: 12%;
  width: 57%;
  height: 35%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  filter: blur(0.2rem);
  pointer-events: none;
}

.bubble-link:hover,
.bubble-link:focus-visible {
  border-color: rgba(255, 166, 219, 0.9);
  outline: none;
  box-shadow:
    0 0 0 0.16rem rgba(255, 64, 167, 0.13),
    0 0.65rem 1.8rem rgba(255, 34, 151, 0.18);
  transform: translateY(-2px) scale(1.005);
}

.bubble-link.is-pressed {
  transform: translateY(1px) scale(0.99);
}

.button-icon,
.button-arrow {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.button-icon {
  width: 2.55rem;
  height: 2.55rem;
  background: linear-gradient(145deg, var(--pink-light), var(--pink-hot));
  color: #220918;
  font-size: 1.05rem;
  font-weight: 950;
  box-shadow:
    0 0.25rem 0.6rem rgba(255, 39, 151, 0.28),
    0 0.1rem 0.25rem rgba(255, 255, 255, 0.48) inset;
}

.social-icon {
  font-size: 0.82rem;
  letter-spacing: -0.02em;
}

.button-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.14rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.08;
}

.button-copy strong {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-arrow {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 155, 215, 0.32);
  background: rgba(255, 77, 178, 0.1);
  color: var(--pink-light);
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  transition: transform 180ms ease;
}

.bubble-link:hover .button-arrow,
.bubble-link:focus-visible .button-arrow {
  transform: rotate(10deg) translate(1px, -1px);
}

.vip-link {
  min-height: 4.9rem;
  border-color: rgba(255, 210, 237, 0.75);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.33), transparent 28%),
    linear-gradient(135deg, #ffa7dc 0%, #ff61bb 38%, #ff319f 67%, #ca126f 100%);
  color: #230817;
  box-shadow:
    0 0.65rem 2rem rgba(255, 39, 151, 0.3),
    0 0.16rem 0.35rem rgba(255, 255, 255, 0.55) inset,
    0 -0.25rem 0.6rem rgba(112, 0, 59, 0.25) inset;
}

.vip-link:hover,
.vip-link:focus-visible {
  border-color: var(--pink-pale);
  box-shadow:
    0 0 0 0.18rem rgba(255, 88, 184, 0.17),
    0 0.85rem 2.5rem rgba(255, 35, 149, 0.4),
    0 0.16rem 0.35rem rgba(255, 255, 255, 0.55) inset;
}

.vip-link .button-icon {
  background: rgba(40, 7, 25, 0.9);
  color: var(--pink-light);
  box-shadow: 0 0.25rem 0.65rem rgba(95, 0, 49, 0.3);
}

.vip-link .button-copy {
  font-size: 1.08rem;
}

.vip-link .button-copy small {
  color: rgba(48, 6, 29, 0.68);
}

.vip-link .button-arrow {
  border-color: rgba(49, 6, 30, 0.22);
  background: rgba(43, 6, 26, 0.9);
  color: var(--pink-pale);
}

.sponsor-link {
  border-color: rgba(255, 175, 222, 0.7);
  background:
    linear-gradient(115deg, rgba(255, 148, 211, 0.2), rgba(255, 48, 160, 0.09)),
    rgba(24, 9, 26, 0.95);
}

.sponsor-link .button-icon {
  color: #2a0a1c;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.cash-link {
  border-color: rgba(255, 114, 197, 0.6);
  background:
    linear-gradient(115deg, rgba(255, 95, 188, 0.16), rgba(255, 38, 153, 0.07)),
    rgba(18, 7, 20, 0.95);
}

.cash-link .button-icon {
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
}

.site-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  color: rgba(255, 228, 244, 0.48);
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
}

@media (min-width: 40rem) {
  .site-shell {
    padding: 1.5rem;
  }

  .main-card {
    gap: 1rem;
    margin-top: 1rem;
  }

  .photo-card,
  .link-card,
  .logo-banner {
    border-radius: 2rem;
  }

  .photo-card {
    min-height: 26rem;
  }

  .link-card {
    padding: 1.7rem;
  }

  .bubble-link {
    padding: 0.82rem 1rem;
  }
}

@media (min-width: 58rem) {
  body {
    display: grid;
    place-items: center;
  }

  .site-shell {
    padding-block: 2rem;
  }

  .logo-banner {
    height: 15.5rem;
  }

  .main-card {
    grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
    align-items: stretch;
  }

  .photo-card {
    min-height: 35.5rem;
  }

  .link-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.6rem, 2.5vw, 2.4rem);
  }

  .photo-card:hover img {
    transform: scale(1.035);
  }
}

@media (max-width: 23rem) {
  .site-shell {
    padding: 0.7rem;
  }

  .official-tag {
    display: none;
  }

  .logo-banner {
    height: 8.3rem;
  }

  .photo-card {
    min-height: 16.5rem;
  }

  .link-card {
    padding: 1rem;
  }

  .button-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
