:root {
  --red: #ad222d;
  --red2: #c62a38;
  --black: #101010;
  --panel: #222;
  --panel2: #303030;
  --text: #f8f8f8;
  --muted: #aaa;
  --green: #6ca72f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--black);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.wrap {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 49;
  height: 58px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 22px;
  background: var(--red);
}

.menu {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
}

.menu span {
  width: 19px;
  height: 2px;
  display: block;
  background: #fff;
}

.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
}

.logo-mark {
  position: relative;
  width: 34px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}

.logo-mark::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 7px;
  border-top: 7px solid var(--red);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.logo-mark::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -5px;
  border-top: 9px solid #fff;
  border-right: 13px solid transparent;
}

.live,
.nav-link,
.magic {
  font-weight: 700;
  white-space: nowrap;
}

.live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.live span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #79de2f;
}

.search {
  width: min(330px, 30vw);
  height: 36px;
  margin-left: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  color: rgba(255, 255, 255, .72);
  background: rgba(0, 0, 0, .25);
  font-weight: 700;
}

.magic {
  height: 31px;
  padding: 0 9px 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 220, 220, .7);
  border-radius: 18px;
  background: rgba(126, 18, 29, .8);
}

.magic b {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  font-size: 12px;
}

.join,
.login {
  height: 32px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.join {
  color: #555;
  background: #fff;
}

.login {
  border: 1px solid #fff;
}

.hero {
  position: relative;
  min-height: 920px;
  padding: 70px 0 44px;
  background: var(--black);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 455px;
  background: var(--red);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 0 100%);
}

.hero-cut {
  position: absolute;
  right: -220px;
  bottom: -18px;
  width: 860px;
  height: 178px;
  background: var(--red);
  transform: rotate(-39deg);
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero h1 {
  margin: 0 0 42px;
  color: #fff;
  font-size: clamp(88px, 12vw, 164px);
  font-weight: 400;
  line-height: .9;
}

.media-slot {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,.04) 49%, transparent 54%),
    radial-gradient(circle at 70% 0%, rgba(173,34,45,.22), transparent 36%),
    #000;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 22px 45px rgba(0, 0, 0, .32);
}

.media-slot > img,
.media-slot > video {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-media {
  width: min(100%, 960px);
  height: min(560px, 50vw);
  min-height: 320px;
  margin: 0 auto 66px;
  border-radius: 10px;
}

.hero-copy {
  width: min(100%, 700px);
  margin: 0 auto;
}

.hero-copy h2 {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  font-size: 25px;
  line-height: 1.35;
}

.hero-copy p {
  margin: 0 auto 48px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hero-copy span,
.callout span {
  color: #ff4655;
}

.cta,
.tip-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(180deg, #d2313e, #b82330);
  box-shadow: 0 0 34px rgba(198, 42, 56, .65);
  font-size: 25px;
  font-weight: 900;
}

.cta {
  min-width: 182px;
  height: 62px;
  padding: 0 34px;
}

.freedom {
  position: relative;
  padding: 20px 0 120px;
  background: var(--black);
  overflow: hidden;
}

.freedom::before {
  content: "";
  position: absolute;
  left: 40%;
  top: 145px;
  width: 980px;
  height: 164px;
  background: var(--red);
  transform: rotate(-39deg);
}

.callout {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  min-height: 120px;
  margin: 0 auto 120px;
  padding: 24px 32px 24px 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 2px solid #bb2430;
  border-radius: 62px;
  background: #1b1b1b;
}

.callout p {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.callout a {
  height: 56px;
  min-width: 136px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 30px;
  background: #292929;
  font-weight: 900;
}

.bird {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 110px;
  height: 82px;
  background:
    radial-gradient(circle at 30% 50%, #f6f9fc 0 19px, transparent 20px),
    radial-gradient(circle at 48% 40%, #eaf1f7 0 27px, transparent 28px),
    linear-gradient(150deg, transparent 0 28%, #eef3f8 29% 62%, transparent 63%);
  filter: drop-shadow(0 12px 10px rgba(0,0,0,.22));
}

.bird::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50% 50% 50% 0;
  background: #6abd2c;
  transform: rotate(-25deg);
}

.choice-title {
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.choice-title h2 {
  margin: 0 0 12px;
  font-size: clamp(42px, 6vw, 62px);
  line-height: 1.03;
}

.choice-title p {
  margin: 0;
  color: #c9c9c9;
  font-size: 22px;
  font-weight: 800;
}

.joystick {
  position: relative;
  width: 90px;
  height: 78px;
}

.joystick::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 66px;
  height: 35px;
  background: linear-gradient(155deg, #dedede, #767676);
  clip-path: polygon(16% 0, 76% 0, 100% 36%, 50% 100%, 0 36%);
}

.joystick::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 5px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #ff4655;
}

.joystick span {
  position: absolute;
  left: 48px;
  top: 32px;
  width: 10px;
  height: 24px;
  background: #101010;
}

.choice-grid {
  position: relative;
  min-height: 550px;
  padding-right: 386px;
}

.large-media {
  width: 100%;
  max-width: 760px;
  height: 474px;
  margin-left: 0;
  border-radius: 10px;
}

.media-slot small {
  position: absolute;
  z-index: 3;
  left: 14px;
  bottom: 10px;
  color: #c67833;
  font-size: 11px;
}

.tip-card {
  position: absolute;
  right: 0;
  top: -28px;
  width: 366px;
  overflow: hidden;
  border-radius: 8px;
  background: #232323;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}

.tip-card h3 {
  margin: 0;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-size: 27px;
  line-height: 1;
}

.tip-head,
.tip-row {
  height: 51px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tip-head {
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
}

.tip-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 0 20px;
  min-height: 51px;
  background: transparent;
  color: inherit;
  font-size: 17px;
  font-weight: 900;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.tip-row:hover,
.tip-row:focus-visible {
  background: rgba(255,255,255,.08);
}

.tip-row.active {
  background: #b82330;
}

.tip-row span,
.tip-row b {
  pointer-events: none;
}

.coin-buttons {
  display: flex;
  gap: 10px;
  padding: 14px 14px 8px;
  background: #444;
}

.coin-buttons button {
  min-width: 68px;
  height: 37px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #696969;
  font-weight: 900;
}

.coin-buttons button:first-child {
  border: 2px solid #80c13c;
}

.custom {
  height: 42px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aaa;
  background: #444;
  font-size: 12px;
  font-weight: 700;
}

.custom em {
  height: 34px;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: #888;
  background: #030303;
  font-style: normal;
}

.tip-submit {
  height: 45px;
  margin: 0 18px 16px;
  display: flex;
  background: var(--green);
  box-shadow: none;
  font-size: 16px;
}

.control {
  padding: 72px 0 135px;
  background: linear-gradient(180deg, var(--black), #111 38%, var(--black));
}

.control-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 82px;
  align-items: start;
}

.control h2 {
  margin: 0 0 58px;
  font-size: 55px;
  line-height: 1;
}

.control-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  min-height: 110px;
  padding: 24px 20px;
  margin-bottom: 58px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.control-item:last-child {
  margin-bottom: 0;
}

.control-item:hover,
.control-item:focus-visible {
  background: rgba(255,255,255,.08);
}

.control-item i {
  font-style: normal;
  font-size: 34px;
}

.control-item h3 {
  margin: 0 0 8px;
  font-size: 28px;
}

.control-item p {
  margin: 0;
  color: #cfcfcf;
  font-weight: 700;
  line-height: 1.45;
}

.preview-media {
  position: relative;
  margin-top: 110px;
  height: 450px;
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.09) 0 10px, transparent 10px 23px),
    radial-gradient(circle at 72% 34%, rgba(255,86,126,.48), transparent 34%),
    linear-gradient(135deg, #5b2040, #1b1521 58%, #111);
}

.preview-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.preview-media small {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 10px;
  color: #c67833;
  font-size: 11px;
}

.private {
  position: relative;
  padding: 42px 0 78px;
  background: var(--red);
}

.private::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 185px;
  background: var(--black);
}

.private .wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.heart {
  position: relative;
  width: 168px;
  height: 142px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c73540;
  box-shadow: 0 0 58px rgba(199, 53, 64, .68);
  transform: rotate(45deg);
}

.heart::before,
.heart::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c73540;
}

.heart::before {
  left: -50%;
}

.heart::after {
  top: -50%;
}

.heart span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.06;
  transform: rotate(-45deg);
}

.private-media {
  width: min(100%, 760px);
  height: 450px;
  margin: -4px auto 48px;
  border-radius: 8px;
}

.private-media small {
  right: 14px;
  left: auto;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.features div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  font-weight: 800;
}

.features i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  font-style: normal;
}

.footer {
  padding: 42px 0 96px;
  color: #9a9a9a;
  background: #242424;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 34px;
}

.footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .04em;
}

.footer p,
.footer a,
.qr-box span {
  color: #9a9a9a;
  font-size: 13px;
}

.footer nav a {
  min-height: 36px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-logo {
  margin-bottom: 24px;
  opacity: .72;
}

.qr-box {
  min-height: 130px;
  margin-top: 24px;
  padding: 36px 24px;
  border-radius: 8px;
  background: #303030;
}

.qr-box strong,
.qr-box span {
  display: block;
}

.cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  min-height: 52px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #c9c9c9;
  background: rgba(65,65,65,.96);
  font-size: 12px;
  font-weight: 700;
}

.cookie p {
  margin: 0;
}

.cookie a {
  text-decoration: underline;
}

.cookie button {
  min-width: 100px;
  height: 29px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .live,
  .nav-link {
    display: none;
  }

  .search {
    width: min(300px, 34vw);
  }

  .choice-grid {
    padding-right: 0;
  }

  .large-media {
    margin-left: 0;
  }

  .tip-card {
    right: 18px;
  }
}

@media (max-width: 860px) {
  .search,
  .magic,
  .join {
    display: none;
  }

  .header {
    top: 0;
    gap: 13px;
  }

  .logo strong {
    font-size: 18px;
  }

  .login {
    margin-left: auto;
  }

  .hero {
    min-height: 820px;
    padding-top: 56px;
  }

  .hero::before {
    height: 345px;
  }

  .hero h1 {
    margin-bottom: 30px;
    font-size: clamp(54px, 17vw, 72px);
  }

  .hero-media {
    height: 220px;
    margin-bottom: 48px;
  }

  .hero-copy h2,
  .hero-copy p {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
    line-height: 1.45;
    word-break: break-all;
  }

  .callout {
    padding: 94px 22px 22px;
    display: grid;
    justify-items: center;
    border-radius: 32px;
    text-align: center;
  }

  .bird {
    left: 50%;
    transform: translateX(-50%);
  }

  .choice-title {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .choice-grid {
    min-height: 820px;
  }

  .large-media {
    width: 100%;
    height: 320px;
  }

  .tip-card {
    top: 350px;
    right: 50%;
    width: min(100%, 366px);
    transform: translateX(50%);
  }

  .control-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .preview-media {
    height: 260px;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .cookie {
    padding: 10px 12px;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@media (max-width: 520px) {
  .wrap {
    width: min(100% - 28px, 980px);
  }

  .login {
    display: none;
  }

  .hero-media {
    height: 96px;
  }

  .cta {
    min-width: 150px;
    height: 54px;
    font-size: 20px;
  }

  .choice-title h2 {
    font-size: 38px;
  }

  .control h2 {
    font-size: 46px;
  }

  .private-media {
    height: 280px;
  }
}
