:root {
  --bg: #060a0c;
  --panel: #0d1416;
  --teal: #09d7bc;
  --teal-light: #64ffe8;
  --text: #f5f8f7;
  --muted: #879694;
  --line: rgba(255, 255, 255, 0.1);
  --font: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --display: "Unbounded", var(--font);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100dvh;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    var(--bg);
  background-size: 54px 54px;
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ambient--one {
  width: 54vw;
  height: 54vw;
  right: -23vw;
  top: -28vw;
  background: radial-gradient(circle, rgba(9, 215, 188, 0.16), transparent 67%);
}

.ambient--two {
  width: 44vw;
  height: 44vw;
  left: -30vw;
  bottom: -33vw;
  background: radial-gradient(circle, rgba(9, 215, 188, 0.09), transparent 67%);
}

.header,
.footer,
.page {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}

.header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  text-decoration: none;
}

.logo__mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--teal);
  color: #03201c;
  font-family: var(--display);
  font-size: 18px;
  box-shadow: 0 0 30px rgba(9, 215, 188, 0.25);
  transform: skew(-7deg);
}

.logo__text {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: -0.04em;
}

.logo__text span {
  margin-left: 3px;
  color: var(--teal);
}

.header__meta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.status {
  color: #9aaba8;
  font-size: 12px;
  font-weight: 700;
}

.status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 13px var(--teal);
}

.age {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #c3cccb;
  font-size: 11px;
  font-weight: 800;
}

.page {
  height: calc(100dvh - 148px);
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(440px, 0.94fr) minmax(460px, 1.06fr);
  align-items: center;
  gap: clamp(44px, 6vw, 100px);
}

.copy {
  position: relative;
  z-index: 2;
  padding-bottom: 6px;
}

.tag {
  width: fit-content;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(9, 215, 188, 0.26);
  border-radius: 999px;
  background: rgba(9, 215, 188, 0.07);
  color: #a5f8eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tag span {
  margin-right: 6px;
  color: var(--teal);
}

h1 {
  max-width: 710px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 4.15vw, 66px);
  line-height: 1.07;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 em {
  color: var(--teal);
  font-style: normal;
  text-shadow: 0 0 36px rgba(9, 215, 188, 0.18);
}

.lead {
  max-width: 585px;
  margin: 22px 0 0;
  color: #9ba9a7;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 600;
  line-height: 1.65;
}

.points {
  margin-top: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.point {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.point__number {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-family: var(--display);
  font-size: 10px;
}

.point strong,
.point small {
  display: block;
}

.point strong {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.point small {
  margin-top: 4px;
  color: #72807e;
  font-size: 10px;
  line-height: 1.35;
}

.actions {
  margin-top: 24px;
}

.cta {
  width: min(100%, 405px);
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--teal-light), var(--teal));
  box-shadow: 0 14px 42px -15px rgba(9, 215, 188, 0.75);
  color: #03241f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 52px -13px rgba(9, 215, 188, 0.9);
}

.cta svg {
  width: 23px;
  height: 23px;
}

.cta > span {
  margin-left: auto;
  font-size: 20px;
}

.actions p {
  margin: 12px 0 0 3px;
  color: #667573;
  font-size: 10px;
  font-weight: 700;
}

.actions p span {
  margin-right: 5px;
  color: var(--teal);
}

.visual {
  position: relative;
  height: min(65vh, 610px);
  min-height: 500px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.visual::before {
  content: "";
  position: absolute;
  z-index: -3;
  width: min(43vw, 570px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9, 215, 188, 0.17), rgba(9, 215, 188, 0.025) 48%, transparent 68%);
}

.monogram {
  position: absolute;
  z-index: -2;
  color: rgba(255, 255, 255, 0.026);
  font-family: var(--display);
  font-size: min(17vw, 250px);
  letter-spacing: -0.12em;
  transform: translateX(-13px);
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(9, 215, 188, 0.13);
  border-radius: 50%;
}

.orbit--one {
  width: 490px;
  height: 490px;
}

.orbit--two {
  width: 375px;
  height: 375px;
  border-style: dashed;
  animation: rotate 38s linear infinite;
}

.phone {
  position: relative;
  width: 298px;
  height: 526px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 38px;
  background: linear-gradient(145deg, #1d292a, #090d0e 40%);
  box-shadow:
    0 35px 80px -20px rgba(0, 0, 0, 0.8),
    0 0 0 5px rgba(255, 255, 255, 0.025),
    0 0 70px -24px rgba(9, 215, 188, 0.45);
  transform: rotate(3deg);
}

.phone::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 36px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.phone__top {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 88px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 20px;
  background: #030505;
  transform: translateX(-50%);
}

.phone__top span {
  width: 34px;
  height: 4px;
  border-radius: 5px;
  background: #151b1c;
}

.phone__top i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #142c32;
}

.channel {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 15px 18px, rgba(44, 119, 75, 0.09) 0 8px, transparent 9px),
    radial-gradient(circle at 38px 42px, rgba(44, 119, 75, 0.08) 0 5px, transparent 6px),
    linear-gradient(145deg, #d7efc5, #bce6ae);
  background-size: 48px 48px, 58px 58px, auto;
  color: #17201c;
}

.tg-status {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 0;
  right: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #131a17;
  font-size: 7px;
}

.tg-status span {
  font-size: 6px;
  letter-spacing: 1px;
}

.channel__head {
  height: 83px;
  padding: 28px 12px 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(241, 251, 234, 0.78);
  box-shadow: 0 4px 14px rgba(48, 92, 59, 0.08);
  backdrop-filter: blur(13px);
}

.avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: #d7e5cf;
  box-shadow: 0 1px 7px rgba(24, 54, 34, 0.2);
}

.tg-back {
  color: #1b2923;
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
}

.channel__title {
  min-width: 0;
  flex: 1;
  text-align: center;
}

.channel__title strong,
.channel__title small {
  display: block;
}

.channel__title strong {
  font-size: 10px;
  letter-spacing: 0.01em;
}

.channel__title strong i {
  width: 12px;
  height: 12px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #2aabee;
  color: white;
  font-size: 7px;
  font-style: normal;
}

.channel__title small {
  margin-top: 2px;
  color: #758279;
  font-size: 6px;
  font-weight: 600;
}

.tg-menu {
  color: #516359;
  font-size: 10px;
  letter-spacing: 1px;
}

.tg-date {
  width: fit-content;
  margin: 8px auto -4px;
  padding: 3px 8px;
  border-radius: 9px;
  background: rgba(69, 123, 76, 0.45);
  color: white;
  font-size: 6px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(36, 74, 44, 0.1);
}

.story {
  margin: 10px 11px 0;
  overflow: hidden;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(53, 86, 58, 0.16);
}

.story__art {
  position: relative;
  height: 198px;
  overflow: hidden;
  background: #1a1714;
}

.story__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.story__body {
  padding: 11px 12px 8px;
}

.story__body p {
  margin: 0;
  color: #111713;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.story__caption {
  margin-top: 4px !important;
  color: #3a433e !important;
  font-weight: 600 !important;
}

.reactions {
  margin-top: 7px;
  display: flex;
  gap: 4px;
}

.reactions span {
  padding: 4px 6px;
  border-radius: 10px;
  background: #eaf4fb;
  color: #3682b2;
  font-size: 6px;
  font-weight: 700;
}

.story__meta {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  color: #9aa29d;
  font-size: 6px;
  font-weight: 600;
}

.tg-join {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 14px;
  width: 154px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: #168de2;
  box-shadow: 0 6px 16px rgba(39, 104, 137, 0.28);
  color: white;
  text-decoration: none;
  font-size: 8px;
  font-weight: 800;
  transform: translateX(-50%);
}

.float-card {
  position: absolute;
  z-index: 5;
  min-width: 190px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(12, 20, 21, 0.86);
  box-shadow: 0 20px 45px -18px #000;
  backdrop-filter: blur(16px);
}

.float-card--top {
  top: 18%;
  right: 0;
}

.float-card--bottom {
  bottom: 16%;
  left: 0;
}

.float-card i,
.play {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(9, 215, 188, 0.12);
  color: var(--teal);
  font-size: 8px;
}

.float-card i::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px var(--teal);
}

.float-card b,
.float-card span {
  display: block;
}

.float-card b {
  margin-bottom: 3px;
  font-size: 9px;
}

.float-card span {
  color: #6f7e7c;
  font-size: 7px;
}

.footer {
  height: 66px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #586563;
  font-size: 9px;
  font-weight: 700;
}

.footer p {
  margin: 0;
}

.footer nav {
  display: flex;
  gap: 17px;
}

.footer button {
  padding: 0;
  border: 0;
  background: none;
  color: #7b8987;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.footer button:hover {
  color: var(--teal);
}

.disclaimer {
  text-align: right;
}

dialog {
  width: min(92vw, 560px);
  padding: 30px;
  border: 1px solid rgba(9, 215, 188, 0.22);
  border-radius: 20px;
  background: #0d1516;
  box-shadow: 0 30px 100px #000;
  color: var(--text);
}

dialog::backdrop {
  background: rgba(2, 5, 6, 0.82);
  backdrop-filter: blur(8px);
}

dialog h2 {
  margin: 0 38px 17px 0;
  font-family: var(--display);
  font-size: 20px;
  text-transform: uppercase;
}

dialog p {
  color: #95a3a1;
  font-size: 13px;
  line-height: 1.65;
}

.dialog__close {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: white;
  cursor: pointer;
}

.dialog__link {
  display: inline-block;
  margin: 5px 0 8px;
  color: var(--teal);
  font-weight: 800;
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

@media (max-width: 1000px) {
  .page {
    grid-template-columns: 1fr 0.78fr;
    gap: 20px;
  }

  .visual {
    transform: scale(0.84);
  }

  .float-card--top {
    right: -60px;
  }

  .float-card--bottom {
    left: -60px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .header,
  .footer,
  .page {
    width: calc(100% - 36px);
  }

  .header {
    height: 66px;
  }

  .status {
    display: none;
  }

  .page {
    height: calc(100dvh - 118px);
    min-height: 470px;
    grid-template-columns: 1.16fr 0.84fr;
    gap: 0;
  }

  h1 {
    font-size: clamp(31px, 5vw, 40px);
  }

  .tag {
    margin-bottom: 13px;
  }

  .lead {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.5;
  }

  .points {
    margin-top: 15px;
    gap: 6px;
  }

  .point {
    padding: 10px 8px;
  }

  .point__number {
    margin-bottom: 6px;
  }

  .point strong {
    font-size: 9px;
  }

  .point small {
    font-size: 7px;
  }

  .actions {
    margin-top: 15px;
  }

  .cta {
    min-height: 50px;
  }

  .visual {
    height: 470px;
    min-height: 470px;
    transform: scale(0.68);
  }

  .float-card {
    display: none;
  }

  .footer {
    height: 52px;
    gap: 10px;
  }

  .footer nav {
    gap: 9px;
  }

  .footer,
  .footer button {
    font-size: 7px;
  }
}

@media (max-width: 600px) {
  body {
    overflow-y: auto;
  }

  .header,
  .footer,
  .page {
    width: min(100% - 36px, 560px);
  }

  .header {
    height: 68px;
  }

  .status {
    display: none;
  }

  .page {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 50px 0 28px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 53px);
  }

  .lead {
    font-size: 14px;
  }

  .points {
    grid-template-columns: 1fr;
  }

  .point {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 13px;
  }

  .point__number {
    margin: 0;
  }

  .point small {
    display: none;
  }

  .cta {
    width: 100%;
  }

  .visual {
    order: -1;
    width: 100%;
    height: 405px;
    min-height: 405px;
    margin-bottom: 20px;
    transform: none;
  }

  .phone {
    width: 229px;
    height: 405px;
    transform: rotate(2deg) scale(0.98);
    transform-origin: center;
  }

  .story__art {
    height: 110px;
  }

  .orbit--one {
    width: 355px;
    height: 355px;
  }

  .orbit--two {
    width: 290px;
    height: 290px;
  }

  .float-card {
    min-width: 157px;
  }

  .float-card--top {
    top: 14%;
    right: -8px;
  }

  .float-card--bottom {
    bottom: 12%;
    left: -8px;
  }

  .footer {
    height: auto;
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 20px 0 calc(22px + env(safe-area-inset-bottom));
    text-align: center;
  }

  .footer nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .disclaimer {
    text-align: center;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  .header {
    height: 66px;
  }

  .footer {
    height: 52px;
  }

  .page {
    height: calc(100dvh - 118px);
  }

  .tag {
    margin-bottom: 14px;
  }

  .lead {
    margin-top: 14px;
  }

  .points {
    margin-top: 18px;
  }

  .actions {
    margin-top: 16px;
  }

  .visual {
    transform: scale(0.82);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit--two {
    animation: none;
  }
}
