*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.5;
    color: #EDEFF6;
    background: #0E0F13;
    min-height: 100vh;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid rgba(150, 170, 255, 0.9);
    outline-offset: 2px;
    border-radius: 10px;
}

::selection {
    background: rgba(150, 170, 255, 0.25);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

:root{
  --wcf-shell: 1100px;
  --wcf-gut: clamp(14px, 2.2vw, 22px);

  --wcf-ink: #EDEFF6;

  --wcf-dangerA: #A81222;
  --wcf-dangerB: #D12A3C;

  --wcf-stroke: rgba(255,255,255,.14);
}

.wcf_micaTop{
  background: linear-gradient(90deg, var(--wcf-dangerA), var(--wcf-dangerB));
  color: #fff;
}

.wcf_micaTop__inner{
  max-width: var(--wcf-shell);
  margin: 0 auto;
  padding: 8px var(--wcf-gut);
  display: flex;
  justify-content: center;
}

.wcf_ageBadge{
  width: min(980px, 100%);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wcf_ageBadge__mark{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  position: relative;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.wcf_ageBadge__num{
  font-weight: 900;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1;
}

.wcf_ageBadge__plus{
  position: absolute;
  right: 5px;
  bottom: 4px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  opacity: .95;
}

.wcf_ageBadge__text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  opacity: .98;
}

.wcf_ageBadge__text strong{
  font-weight: 900;
}

.wcf_ageBadge__link{
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.wcf_ageBadge__link:hover{
  opacity: .9;
}

.wcf_heroNest{
  position: relative;
  padding: 18px 0 14px;
  overflow: hidden;
  background:
    radial-gradient(980px 520px at 18% 16%, rgba(80, 140, 255, .20), transparent 60%),
    radial-gradient(920px 520px at 84% 22%, rgba(255, 160, 90, .14), transparent 58%),
    radial-gradient(860px 520px at 48% 120%, rgba(175, 120, 255, .16), transparent 62%),
    linear-gradient(180deg, #0B1020 0%, #070A12 100%);
}

.wcf_heroNest::before{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.055) 0px,
      rgba(255,255,255,.055) 1px,
      transparent 1px,
      transparent 13px
    );
  opacity: .13;
  pointer-events:none;
  transform: rotate(-2deg);
}

.wcf_heroNest__inner{
  max-width: var(--wcf-shell);
  margin: 0 auto;
  padding: 0 var(--wcf-gut);
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.wcf_heroNest__head{
  padding: 2px 0 20px;
}

.wcf_heroNest__title{
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--wcf-ink);
}

.wcf_quickPills{
  width: min(980px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-bottom: 6px;
}

.wcf_quickPills__item{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border: 1px solid var(--wcf-stroke);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
}

@media (max-width: 640px) {
  .wcf_quickPills__item {
    width: 100%;
    justify-content: center;
  }
}

.wcf_quickPills__glint{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(255,255,255,.25));
  box-shadow: 0 0 0 5px rgba(140, 160, 255, .10);
  flex: 0 0 auto;
}

.wcf_quickPills__txt{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: rgba(237,239,246,.92);
  white-space: nowrap;
}

@media (max-width: 560px){
  .wcf_micaTop__inner{ padding: 10px var(--wcf-gut); }
  .wcf_ageBadge{
    align-items: flex-start;
    gap: 10px;
  }
  .wcf_ageBadge__text{ font-size: 12px; }
  .wcf_heroNest{ padding: 16px 0 12px; }
  .wcf_quickPills__item{ padding: 9px 13px; }
}

.wcf_catalogDeck{
  padding: 20px 0 28px;
  background:#221a1f;
}

.wcf_catalogDeck__inner{
  max-width: var(--wcf-shell);
  margin: 0 auto;
  padding: 0 var(--wcf-gut);
}

.wcf_catalogDeck__cap{
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 6px;
  padding: 6px 0 14px;
}

.wcf_catalogDeck__title{
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -0.02em;
}

.wcf_catalogDeck__sub{
  margin: 0;
  font-size: 13px;
  color: rgba(237,239,246,.78);
  max-width: 64ch;
}

.wcf_catalogList{
  display: grid;
  gap: 12px;
}

.wcf_brandCard{
  position: relative;
  border-radius: 24px;
  background:
    radial-gradient(640px 200px at 20% 25%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 54px rgba(0,0,0,.42);
  overflow: hidden;
}

.wcf_brandCard::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.06) 0px,
      rgba(255,255,255,.06) 1px,
      transparent 1px,
      transparent 14px
    );
  opacity: .11;
  pointer-events:none;
}

.wcf_brandCard--first{
  border-color: rgba(190, 160, 255, .42);
  box-shadow:
    0 18px 54px rgba(0,0,0,.42),
    0 0 0 2px rgba(190, 160, 255, .22),
    0 0 0 6px rgba(190, 160, 255, .08);
}

.wcf_brandCard__grid{
  position: relative;
  display: grid;
  grid-template-columns: 120px 180px 1fr 220px;
  gap: 10px;
  align-items: center;
  padding: 14px 14px;
}

.wcf_brandCard__cell{
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.wcf_brandCard__cell--logo{
  justify-items: center;
}

.wcf_brandCard__logo{
  width: 100%;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.30));
  object-fit: cover;
}

.wcf_brandCard__cell--meta{
  gap: 3px;
}

.wcf_brandCard__name{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.wcf_brandCard__votes{
  font-size: 12.5px;
  color: rgba(237,239,246,.74);
}

.wcf_brandCard__cell--bonus{
  justify-items: center;
}

.wcf_bonusStack{
  display: grid;
  gap: 6px;
  justify-items: center;
}

.wcf_bonusStack__top{
  font-size: 16px;
  font-weight: 800;
  color: rgba(237,239,246,.90);
}

.wcf_bonusStack__value{
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.01em;
  color: rgba(180, 210, 255, .96);
  text-shadow:
    0 10px 26px rgba(0,0,0,.38),
    0 0 18px rgba(130, 170, 255, .20);
}

.wcf_brandCard__cell--cta{
  justify-items: center;
  gap: 8px;
}

.wcf_playNow{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 999px;
  background: linear-gradient( 90deg, rgba(255, 225, 140, 0.95), rgba(255, 205, 90, 0.95) );
  color: rgb(30, 30, 47);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 36px rgba(0,0,0,.30);
  transition: transform .18s ease, filter .18s ease;
}

.wcf_playNow:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.wcf_payRow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.wcf_payRow__ico{
  width: auto;
  height: 30px;
  object-fit: contain;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  padding: 3px 6px;
}

.wcf_payRow__more{
  font-size: 12px;
  color: rgba(237,239,246,.72);
}

@media (max-width: 980px){
  .wcf_brandCard__grid{
    grid-template-columns: 110px 1fr 220px;
    grid-template-areas:
      "logo meta cta"
      "logo bonus cta";
    align-items: center;
  }

  .wcf_brandCard__cell--logo{ grid-area: logo; }
  .wcf_brandCard__cell--meta{ grid-area: meta; justify-items: start; text-align: left; }
  .wcf_brandCard__cell--bonus{ grid-area: bonus; justify-items: start; text-align: left; }
  .wcf_brandCard__cell--cta{ grid-area: cta; }
}

@media (max-width: 680px){
  .wcf_brandCard__grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "meta"
      "bonus"
      "cta";
    gap: 10px;
  }

  .wcf_brandCard__cell--meta,
  .wcf_brandCard__cell--bonus{
    justify-items: center;
    text-align: center;
  }

  .wcf_brandCard__logo{
    width: 150px;
    height: 54px;
  }

  .wcf_playNow{
    max-width: 360px;
  }
}

@media (max-width: 420px){
  .wcf_playNow{ max-width: none; }
}

.wcf_infoSlate{
  padding: 10px 0 30px;
  background:#221a1f;
}

.wcf_infoSlate__inner{
  max-width: var(--wcf-shell);
  margin: 0 auto;
  padding: 0 var(--wcf-gut);
}

.wcf_infoSlate__stream{
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

.wcf_infoSlate__title{
  margin: 0 0 10px 0;
  font-family: "Fraunces", serif;
  font-size: clamp(18px, 1.7vw, 24px);
  letter-spacing: -0.02em;
  color: rgba(237,239,246,.96);
}

.wcf_infoSlate__title--spaced{
  margin-top: 18px;
}

.wcf_infoSlate__p{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(237,239,246,.82);
}

.wcf_infoSlate__p + .wcf_infoSlate__p{
  margin-top: 10px;
}

.wcf_infoSlate__p strong{
  color: rgba(180, 210, 255, .96);
  text-shadow:
    0 10px 26px rgba(0,0,0,.38),
    0 0 18px rgba(130, 170, 255, .16);
}

@media (max-width: 680px){
  .wcf_infoSlate{ padding: 8px 0 26px; }
  .wcf_infoSlate__p{ font-size: 14px; }
}

.wcf_footer{
  background:
    linear-gradient(180deg, #070813 0%, #05060A 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 24px 0 20px;
}

.wcf_footer__inner{
  max-width: var(--wcf-shell);
  margin: 0 auto;
  padding: 0 var(--wcf-gut);
}

.wcf_footer__nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  padding-bottom: 14px;
}

.wcf_footer__navlink{
  font-size: 13px;
  color: rgba(237,239,246,.78);
  text-decoration: none;
}

.wcf_footer__navlink:hover{
  color: rgba(237,239,246,.96);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wcf_footer__content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 14px 0 20px;
}

.wcf_footer__column{
  display: grid;
  gap: 10px;
}

.wcf_footer__title{
  margin: 0;
  font-size: 14.5px;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: rgba(237,239,246,.95);
}

.wcf_footer__text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(237,239,246,.78);
}

.wcf_footer__text strong{
  color: rgba(200,220,255,.96);
}

.wcf_footer__resources{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding-top: 16px;
}

.wcf_footer__resources svg{
  height: 34px;
  max-width: 120px;
  object-fit: contain;
  opacity: .9;
  filter: grayscale(20%);
  transition: opacity .15s ease, filter .15s ease;
}

.wcf_footer__resources a:hover svg{
  opacity: 1;
  filter: none;
}

.wcf_footer__resource-static img{
  height: 34px;
  opacity: .85;
}

@media (max-width: 820px){
  .wcf_footer__content{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 520px){
  .wcf_footer__nav{
    justify-content: flex-start;
  }
}

.wcf_ageGate{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.wcf_ageGate[aria-hidden="true"]{
  display: none;
}

.wcf_ageGate__panel{
  width: min(440px, 92%);
  background: #0C0E14;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  padding: 22px 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.65);
  text-align: center;
}

.wcf_ageGate__title{
  margin: 0 0 10px 0;
  font-family: "Fraunces", serif;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: rgba(237,239,246,.96);
}

.wcf_ageGate__text{
  margin: 0 0 18px 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(237,239,246,.82);
}

.wcf_ageGate__text strong{
  color: rgba(200,220,255,.96);
}

.wcf_ageGate__actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.wcf_ageGate__btn{
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: .02em;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  transition: filter .15s ease, transform .15s ease;
}

.wcf_ageGate__btn--accept{
  background: linear-gradient(180deg, #1F9D55, #15803D);
  border-color: #22C55E;
  box-shadow:
    0 10px 28px rgba(34,197,94,.35),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.wcf_ageGate__btn--decline{
  background: linear-gradient(180deg, #B91C1C, #7F1D1D);
  border-color: #EF4444;
  box-shadow:
    0 10px 28px rgba(239,68,68,.35),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.wcf_ageGate__btn:hover{
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.wcf_ageGate__btn:active{
  transform: translateY(0);
  filter: brightness(.96);
}

.wcf_cookieBar{
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, 92%);
  z-index: 9998;
}

.wcf_cookieBar[aria-hidden="true"]{
  display: none;
}

.wcf_cookieBar__inner{
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: #0C0E14;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
}

.wcf_cookieBar__text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(237,239,246,.82);
}

.wcf_cookieBar__btn{
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.22);
  background:
    linear-gradient(90deg, rgba(255,255,255,.24), rgba(255,255,255,.14));
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.wcf_cookieBar__btn:hover{
  filter: brightness(1.08);
}

@media (max-width: 520px){
  .wcf_cookieBar__inner{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
