:root {
  color-scheme: dark;
  --page-bg: #000000;
  --bg: #160916;
  --bg-deep: #0d0710;
  --accent-soft: #ffd6e6;
  --accent: #f7a8c7;
  --accent-strong: #ff6da8;
  --accent-muted: #b7799d;
  --accent-deep: #8a3fb0;
  --card: rgba(55, 20, 53, 0.68);
  --card-border: rgba(255, 182, 213, 0.28);
  --text: #fff4fa;
  --text-muted: #c994b4;
  --shadow: rgba(255, 109, 168, 0.35);
  --badge-a: #ff7ab2;
  --badge-b: #e84f92;
  --h1-shadow: rgba(0, 0, 0, 0.55);
  --focus-outline: rgba(255, 182, 213, 0.7);
  --hover-glow: rgba(255, 109, 168, 0.45);
  --footer-color: rgba(255, 244, 250, 0.55);
  --legal-color: rgba(255, 244, 250, 0.34);
  --overlay-btn-bg: rgba(20, 10, 18, 0.4);
}

:root[data-theme="green"] {
  --bg: #071a12;
  --bg-deep: #05120c;
  --accent-soft: #d6ffe9;
  --accent: #a8f7c9;
  --accent-strong: #35e0a0;
  --accent-muted: #79b799;
  --accent-deep: #3fb08a;
  --card: rgba(20, 55, 40, 0.68);
  --card-border: rgba(182, 255, 214, 0.28);
  --text: #f4fff8;
  --text-muted: #94c9a8;
  --shadow: rgba(53, 224, 160, 0.35);
  --badge-a: #4ee0a0;
  --badge-b: #22b47a;
  --h1-shadow: rgba(0, 0, 0, 0.55);
  --focus-outline: rgba(182, 255, 214, 0.7);
  --hover-glow: rgba(53, 224, 160, 0.45);
  --footer-color: rgba(244, 255, 248, 0.55);
  --legal-color: rgba(244, 255, 248, 0.34);
  --overlay-btn-bg: rgba(8, 20, 15, 0.4);
}

:root[data-theme="blue"] {
  --bg: #071420;
  --bg-deep: #050d16;
  --accent-soft: #d6ecff;
  --accent: #a8d4f7;
  --accent-strong: #4db3ff;
  --accent-muted: #7999b7;
  --accent-deep: #3f7ab0;
  --card: rgba(20, 40, 55, 0.68);
  --card-border: rgba(182, 222, 255, 0.28);
  --text: #f4faff;
  --text-muted: #94b4c9;
  --shadow: rgba(77, 179, 255, 0.35);
  --badge-a: #4ea8e0;
  --badge-b: #2274b4;
  --h1-shadow: rgba(0, 0, 0, 0.55);
  --focus-outline: rgba(182, 222, 255, 0.7);
  --hover-glow: rgba(77, 179, 255, 0.45);
  --footer-color: rgba(244, 250, 255, 0.55);
  --legal-color: rgba(244, 250, 255, 0.34);
  --overlay-btn-bg: rgba(8, 16, 21, 0.4);
}

:root[data-theme="rose"] {
  --bg: #1a0d14;
  --bg-deep: #120810;
  --accent-soft: #ffeaf3;
  --accent: #ffc2dc;
  --accent-strong: #ff9ec9;
  --accent-muted: #c78ea8;
  --accent-deep: #d67aa8;
  --card: rgba(60, 30, 48, 0.68);
  --card-border: rgba(255, 204, 225, 0.28);
  --text: #fff5f9;
  --text-muted: #d9a8bf;
  --shadow: rgba(255, 158, 201, 0.35);
  --badge-a: #ffaed0;
  --badge-b: #f083ac;
  --h1-shadow: rgba(0, 0, 0, 0.55);
  --focus-outline: rgba(255, 204, 225, 0.7);
  --hover-glow: rgba(255, 158, 201, 0.45);
  --footer-color: rgba(255, 245, 249, 0.55);
  --legal-color: rgba(255, 245, 249, 0.34);
  --overlay-btn-bg: rgba(21, 10, 17, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page-bg);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Inter", "Segoe UI", Arial, sans-serif;
  transition: background 240ms ease, color 240ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  isolation: isolate;
  width: min(100%);
  max-width: 460px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
}

.hero {
  position: relative;
  margin: 16px 16px 0;
  height: 60vh;
  min-height: 400px;
  max-height: 600px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--bg-deep);
}

.hero-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

.hero-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.12) 42%,
    rgba(0, 0, 0, 0.4) 62%,
    var(--page-bg) 96%
  );
}

.hero-info {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  text-align: center;
}

h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.55rem, 6.6vw, 1.95rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 14px var(--h1-shadow);
}

.verified {
  flex: none;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.handle {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 600;
  text-shadow: 0 1px 10px var(--h1-shadow);
}

.tagline {
  max-width: 320px;
  margin: 26px auto 0;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.links {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0 24px;
}

.cta-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 56px 12px 26px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 180ms ease;
}

.cta-pill:active {
  transform: scale(0.985);
}

.cta-pill:focus-visible {
  outline: 3px solid var(--focus-outline);
  outline-offset: 4px;
}

.cta-title {
  overflow-wrap: anywhere;
  color: #221426;
  font-size: clamp(0.94rem, 4vw, 1.02rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.cta-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #32c8ff, #1688d9);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  transform: translateY(-50%);
}

.cta-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(22, 136, 217, 0.55);
  animation: telegram-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes telegram-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 136, 217, 0.55);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(22, 136, 217, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 136, 217, 0);
  }
}

.telegram-icon {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  transform: translateX(-1px);
}

.spotlight-card {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 180ms ease;
}

.spotlight-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

.spotlight-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.78) 100%);
}

.spotlight-link-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  backdrop-filter: blur(6px);
}

.spotlight-link-icon svg {
  width: 15px;
  height: 15px;
}

.spotlight-title {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #ffffff;
  font-size: clamp(1rem, 4.4vw, 1.1rem);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

footer {
  margin: 30px 0 0;
  padding: 0 24px 40px;
  text-align: center;
}

#model-name-footer {
  display: block;
  color: var(--footer-color);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  transition: color 240ms ease;
}

.legal-footer {
  margin: 14px 0 0;
  color: var(--legal-color);
  font-size: 0.72rem;
  font-weight: 600;
  transition: color 240ms ease;
}

.share-btn {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: var(--overlay-btn-bg);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, transform 180ms ease;
}

.share-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.share-btn:active {
  transform: scale(0.92);
}

.share-btn:focus-visible {
  outline: 3px solid var(--focus-outline);
  outline-offset: 3px;
}

@media (hover: hover) {
  .cta-pill:hover {
    transform: translateY(-1px);
  }

  .spotlight-card:hover {
    transform: translateY(-2px);
  }

  .share-btn:hover {
    background: rgba(0, 0, 0, 0.52);
  }
}

.toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  z-index: 10;
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: #171717;
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, 8px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 360px) {
  .links,
  footer {
    padding-right: 18px;
    padding-left: 18px;
  }
}
