@font-face {
  font-family: "NovaSans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fKwaxUidviLPAECXmZfEE.woff2") format("woff2");
}

:root {
  --ink: #11162a;
  --muted: #6e7690;
  --paper: #f6f7fb;
  --paper-strong: #ffffff;
  --night: #080d1b;
  --night-2: #11182b;
  --line: rgba(123, 133, 170, 0.22);
  --indigo: #6757e8;
  --indigo-2: #8c7cff;
  --coral: #ff6e5d;
  --coral-dark: #e95749;
  --cyan: #6ee7f2;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 24px 65px rgba(0, 0, 0, 0.22);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  min-height: 100%;
  background: var(--night);
  color: #fff;
  font-family: "NovaSans", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.ux-81a5f3aee5 { overflow: hidden; }

[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { transition: opacity .2s ease, color .2s ease, background-color .2s ease, transform .2s ease; }
button, input, textarea { font: inherit; }

.ux-eb55830340 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(5, 9, 24, .70) 0%, rgba(8, 13, 27, .92) 38%, rgba(8, 13, 27, 1) 100%),
    url("flwrs/TKIYkUTNBItXlqyrXseq3.webp") center top / cover fixed no-repeat;
}

.ux-eb55830340::before,
.ux-eb55830340::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.ux-eb55830340::before {
  width: 620px;
  height: 620px;
  top: -240px;
  right: -220px;
  background: radial-gradient(circle, rgba(103, 87, 232, .34), rgba(103, 87, 232, 0) 68%);
}

.ux-eb55830340::after {
  width: 520px;
  height: 520px;
  top: 480px;
  left: -260px;
  background: radial-gradient(circle, rgba(110, 231, 242, .15), rgba(110, 231, 242, 0) 70%);
}

header, main, footer { position: relative; z-index: 2; }

header {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(8, 13, 27, .52);
  backdrop-filter: blur(16px);
}

.ux-386ef49c81 {
  width: min(1180px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ux-806a9adb4b {
  display: inline-flex;
  align-items: center;
  width: 248px;
  height: 46px;
}

.ux-806a9adb4b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.ux-d58bd4cd01 {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.ux-d357fde1d9 {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.ux-d357fde1d9 h1 {
  color: #fff;
  text-align: center;
  font-size: clamp(38px, 5.1vw, 64px);
  line-height: 1.08;
  letter-spacing: -2.4px;
  font-weight: 760;
  text-wrap: balance;
}

.ux-d357fde1d9 h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--indigo-2));
}

.ux-d357fde1d9 h2 {
  max-width: 760px;
  color: rgba(241, 244, 255, .76);
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: .02em;
}

.ux-378506d358 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ux-378506d358::-webkit-scrollbar { display: none; }

.ux-227c436466,
.ux-b82590722d {
  flex: 1 1 90px;
  max-width: 150px;
  height: 1px;
}

.ux-227c436466 { background: linear-gradient(90deg, transparent, rgba(140, 124, 255, .7)); }
.ux-b82590722d { background: linear-gradient(90deg, rgba(140, 124, 255, .7), transparent); }

.ux-378506d358 > div:not(.ux-227c436466, .ux-b82590722d) {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(167, 159, 255, .22);
  border-radius: 999px;
  background: rgba(22, 29, 51, .72);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.ux-378506d358 img,
.ux-a543395cb6 { width: 18px; height: 18px; object-fit: contain; }

.ux-378506d358 span {
  color: #f4f5fb;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .02em;
}

.ux-129f2584f9 {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 68px;
}

.ux-129f2584f9 .ux-5185e8f11e {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ux-a65a268a8c {
  width: 100%;
  min-height: 168px;
  display: grid;
  grid-template-columns: 220px minmax(220px, 1fr) 120px minmax(220px, 280px);
  align-items: center;
  gap: 24px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(241, 242, 250, .95));
  box-shadow: 0 18px 45px rgba(2, 6, 23, .26);
  color: var(--ink);
}

.ux-a65a268a8c.nKNjsa333nKJNsd555 {
  box-shadow: 0 18px 50px rgba(103, 87, 232, .20);
  border-color: rgba(140, 124, 255, .45);
}

.ux-533faa49e7,
.ux-3d64aabdc2 { min-width: 0; }

.ux-533faa49e7 { display: flex; align-items: center; }
.ux-3d64aabdc2 { width: 100%; }

.ux-64db1a890f {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(20, 25, 50, .08);
  background: var(--NmsdiNd, #fff);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.65);
}

.ux-64db1a890f img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ux-24e297ece7 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ux-24e297ece7 p {
  color: #20263c;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 660;
}

.ux-24e297ece7 span {
  color: var(--indigo);
  font-size: 13px;
  font-weight: 700;
}

.ux-b9897ff0e5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.ux-b9897ff0e5 span {
  color: var(--indigo);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1.4px;
}

.ux-b9897ff0e5 img { width: 30px; height: 30px; object-fit: contain; }
.ux-25fca19eaa { display: none; }

.ux-11e046bc85 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
}

.ux-11e046bc85 iframe {
  max-width: 100%;
  align-self: center;
}

.ux-c2b04b3dea {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--coral), #ff8a67);
  box-shadow: 0 10px 22px rgba(255, 110, 93, .24);
  color: #fff;
  text-decoration: none;
}

.ux-c2b04b3dea span {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 760;
}

.ux-c2b04b3dea:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--coral-dark), var(--coral));
}

.ux-5ad7f3e70d {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  text-align: center;
  font-size: 15px;
}

/* Information pages */
.ux-8928487e13 {
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 84px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.ux-8928487e13 > h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.6px;
  font-weight: 780;
}

.ux-b1fcf8fcbf {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}

.ux-74d872de36 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 26px;
  border-radius: 20px;
  background: rgba(249, 250, 255, .98);
  color: var(--ink);
}

.ux-74d872de36 h4 {
  color: #202641;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 760;
}

.ux-74d872de36 p,
.ux-74d872de36 li {
  color: #505871;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 450;
}

.ux-74d872de36 ul,
.ux-74d872de36 ol { padding-left: 22px; }
.ux-74d872de36 a { color: var(--indigo); font-weight: 650; }
.ux-74d872de36 p span { text-decoration-thickness: 1px; }

/* Footer */
footer {
  margin-top: 18px;
  padding: 54px 0 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(4, 8, 18, .82);
}

.ux-11216de9c8 {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.ux-40c643f7c1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ux-40c643f7c1 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 720;
}

.ux-40c643f7c1 > div { display: flex; flex-direction: column; gap: 11px; }

.ux-40c643f7c1 p,
.ux-40c643f7c1 a {
  color: rgba(225, 229, 244, .68);
  font-size: 13px;
  line-height: 1.7;
}

.ux-35ab6fdb2d {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
  flex-wrap: wrap;
  margin: 4px 0;
  padding: 22px 26px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}

.ux-2a7ad372f9,
.ux-7dda3c0d74,
.ux-e9f964ec85,
.ux-6bdb23d85b,
.ux-8c29a042e0,
.ux-ef59cbd6b1 {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .82;
}

.ux-be90922aba {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.ux-be90922aba a {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.28);
}

.ux-be90922aba a:hover { color: var(--cyan); border-color: var(--cyan); }

.ux-1d36c4c519 {
  color: rgba(224, 228, 244, .48);
  font-size: 12px;
  line-height: 1.5;
}

/* Age gate */
.ux-1e141bada5,
.ux-02d5d88812 {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.ux-1e141bada5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow-y: auto;
  background: rgba(7, 11, 25, .90);
  backdrop-filter: blur(18px);
}

.ux-5ef89d7e89 {
  width: min(480px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 32px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
}

.ux-5ef89d7e89::before {
  content: "18+";
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 4px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--indigo), var(--indigo-2));
  color: #fff;
  font-size: 22px;
  font-weight: 820;
}

.ux-5ef89d7e89 h2 {
  color: var(--ink);
  text-align: center;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 780;
}

.ux-5ef89d7e89 p,
.ux-5ef89d7e89 p a {
  color: #687089;
  text-align: center;
  font-size: 14px;
  line-height: 1.65;
}

.ux-5ef89d7e89 p a { color: var(--indigo); }

.ux-9f7335441c {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}

.ux-9f7335441c button {
  min-height: 48px;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 720;
}

.ux-e497ef9fa6 {
  border: 1px solid #d8dbea;
  background: #f6f7fb;
  color: #434b63;
}

.ux-9b417540de {
  border: 0;
  background: linear-gradient(135deg, var(--coral), #ff8a67);
  color: #fff;
}

.ux-02d5d88812 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(circle at top, #25205f, #090d1a 62%);
}

.ux-27d72f4a8d {
  max-width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-align: center;
}

.ux-27d72f4a8d img { width: 52px; height: 52px; }
.ux-27d72f4a8d h2 { font-size: 24px; font-weight: 780; }
.ux-27d72f4a8d p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.6; }

/* Cookie banner */
.ux-8fde2016c1 {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 900;
  width: min(1060px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 56px 18px 20px;
  border: 1px solid rgba(22, 28, 49, .10);
  border-radius: 20px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.ux-8fde2016c1 p,
.ux-8fde2016c1 p a {
  color: #535c74;
  font-size: 13px;
  line-height: 1.55;
}

.ux-8fde2016c1 p a { color: var(--indigo); font-weight: 650; }

.ux-b6c5f11b3a {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  padding: 3px;
  border: 0;
  border-radius: 8px;
  background: #eef0f7;
  cursor: pointer;
}

.ux-b6c5f11b3a img { width: 100%; height: 100%; object-fit: contain; }

.ux-4fbf641bcb {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ux-5ddb4d82ba,
.ux-2ec13ac451 {
  min-width: 122px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
}

.ux-5ddb4d82ba {
  border: 1px solid #d4d8e7;
  background: #fff;
  color: #626b82;
}

.ux-2ec13ac451 {
  border: 0;
  background: var(--indigo);
  color: #fff;
}

/* Legacy helpers retained for compatibility */
.ux-5d109d07d3 { height: 100vh; overflow-y: auto; }
.ux-e80693df98,
.ux-f9e5a46605,
.ux-8239268f21 {
  min-height: 100dvh;
  background: var(--night);
}
.ux-e80693df98.show { display: flex; }
.ux-32bb006632,
.ux-71ac53eda5 {
  width: min(420px, calc(100% - 32px));
  margin: auto;
  text-align: center;
}
.ux-67ca3aec45 {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f0edff;
  color: var(--indigo);
}
.ux-50eb4460bd { display: block; }
.ux-d38bf7fffd { display: flex; }

@media (max-width: 1050px) {
  .ux-a65a268a8c {
    grid-template-columns: 190px 1fr 220px;
  }
  .ux-a65a268a8c > .ux-b9897ff0e5:not(.ux-25fca19eaa) { display: none; }
  .ux-25fca19eaa { display: flex; margin-left: auto; }
  .ux-533faa49e7 { gap: 12px; }
}

@media (max-width: 780px) {
  .ux-386ef49c81,
  .ux-d58bd4cd01,
  .ux-129f2584f9,
  .ux-8928487e13,
  .ux-11216de9c8 { width: min(100% - 28px, 100%); }

  .ux-386ef49c81 { min-height: 70px; }
  .ux-806a9adb4b { width: 200px; height: 38px; }

  .ux-d58bd4cd01 { padding: 48px 0 24px; gap: 26px; }
  .ux-d357fde1d9 h1 { font-size: 38px; letter-spacing: -1.5px; }
  .ux-d357fde1d9 h2 { font-size: 15px; line-height: 1.55; }

  .ux-378506d358 { justify-content: flex-start; padding-bottom: 4px; }
  .ux-227c436466,
  .ux-b82590722d { display: none; }

  .ux-129f2584f9 { padding: 20px 0 54px; }
  .ux-a65a268a8c {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
  }
  .ux-533faa49e7 { width: 100%; }
  .ux-64db1a890f { height: 108px; }
  .ux-24e297ece7 p { font-size: 18px; text-align: center; }
  .ux-11e046bc85 { max-width: none; }

  .ux-8928487e13 { padding: 42px 0 60px; gap: 18px; }
  .ux-8928487e13 > h1 { font-size: 34px; }
  .ux-b1fcf8fcbf { padding: 8px; border-radius: 22px; }
  .ux-74d872de36 { padding: 20px; border-radius: 16px; }

  footer { padding-top: 40px; }
  .ux-35ab6fdb2d { gap: 22px; padding: 18px; }

  .ux-8fde2016c1 {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 44px 16px 16px;
  }
  .ux-4fbf641bcb { width: 100%; }
  .ux-5ddb4d82ba,
  .ux-2ec13ac451 { flex: 1; min-width: 0; }
}

@media (max-width: 480px) {
  .ux-d357fde1d9 h1 { font-size: 31px; }
  .ux-378506d358 > div:not(.ux-227c436466, .ux-b82590722d) { padding: 9px 11px; }
  .ux-378506d358 span { font-size: 12px; }
  .ux-64db1a890f { height: 96px; }
  .ux-b9897ff0e5 span { font-size: 28px; }
  .ux-b9897ff0e5 img { width: 26px; height: 26px; }

  .ux-9f7335441c { grid-template-columns: 1fr; }
  .ux-5ef89d7e89 { padding: 24px 18px; border-radius: 22px; }
  .ux-5ef89d7e89 h2 { font-size: 20px; }

  .ux-be90922aba { gap: 12px 16px; }
  .ux-1d36c4c519 { font-size: 11px; }
}


/* Rebranded text wordmark */
.ux-0f1c2d3e4a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f8fafc;
  font-size: 23px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
 
.ux-0f1c2d3e4a span:last-child { color: #ff8a70; }
.ux-806a9adb4b { width: auto; min-width: 248px; text-decoration: none; }
@media (max-width: 780px) {
  .ux-806a9adb4b { width: auto; min-width: 0; height: auto; }
  .ux-0f1c2d3e4a { font-size: 19px; gap: 6px; }
  .ux-0f1c2d3e4a::before { width: 34px; height: 34px; border-radius: 10px; font-size: 12px; }
}
