:root{
  --bg:#07070b;
  --panel:#0e0f16;
  --text:#f2f3f7;
  --muted:#a6a8b3;
  --edge:#1a1c27;
  --focus:#ffffff;
  --accent:#ff2bd6;
  --accent2:#00e5ff;
  --accentGold:#ffb000;
  --wmPlayerAccent:#ffffff;
}

*{box-sizing:border-box}
html,body{height:100%}

body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(1200px 800px at 15% 0%, rgba(255,43,214,0.18), transparent 60%),
    radial-gradient(900px 700px at 90% 10%, rgba(0,229,255,0.14), transparent 55%),
    radial-gradient(700px 500px at 50% 100%, rgba(255,43,214,0.08), transparent 70%),
    linear-gradient(180deg, #050509 0%, #07070b 40%, #06060a 100%);
  background-attachment:fixed;
  color:var(--text);
}
body.wm-state-premium{
  background:
    radial-gradient(1400px 900px at 12% 0%, rgba(255,40,40,0.22), transparent 58%),
    radial-gradient(1000px 700px at 88% 12%, rgba(140,0,0,0.18), transparent 52%),
    radial-gradient(900px 600px at 50% 100%, rgba(255,60,60,0.10), transparent 68%),
    linear-gradient(180deg, #020203 0%, #070707 34%, #120404 68%, #050505 100%);
  background-attachment:fixed;
}
a{color:inherit;text-decoration:none}
a:focus{outline:2px solid var(--focus);outline-offset:3px}

.wrap{
  max-width:1100px;
  margin:0 auto;
  padding:28px 18px 110px 18px;
}

/* HEADER, ALWAYS HERO IMAGE */
.mainHeader{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:20px;
  margin-bottom:18px;
  min-height:240px;
  background-color:#0b0c12;
  background-image:url("/assets/img/covers/wamhero.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  padding:22px 24px;
}

/* LIGHT OVERLAY, DO NOT BLACK OUT HERO */
.mainHeader::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0.16) 0%,
    rgba(0,0,0,0.38) 55%,
    rgba(0,0,0,0.52) 100%
  );
  pointer-events:none;
}

.mainHeader > *{
  position:relative;
  z-index:1;
}

/* BRAND AREA FILLS HEADER SO WE CAN PIN ELEMENTS */
.brand{
  position:relative;
  min-height:240px;
}

/* SUBTITLE BOTTOM LEFT */
.brandSubStack{
  position:absolute;
  left:18px;
  bottom:14px;
  max-width:520px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:14px;
  background:rgba(14,15,22,0.34);
  text-align:left;
  text-shadow:0 10px 22px rgba(0,0,0,0.65);
  margin:0;
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}

.brandSubLine{
  color:rgba(242,243,247,0.92);
  font-size:14px;
  line-height:1.2;
}

.brandTagLine{
  color:rgba(242,243,247,0.82);
  font-size:13px;
  line-height:1.2;
}



/* NAV BOTTOM RIGHT */
.navUnderSub{
  position:absolute;
  right:18px;
  bottom:14px;
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
  justify-content:flex-end;
  align-items:center;
  z-index:2;
  max-width:calc(100% - 580px);
  overflow:visible;
  padding:4px;
}

/* NAV BUTTONS */
.navlink{
  padding:10px 10px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:12px;
  background:rgba(14,15,22,0.40);
  font-size:13px;
  color:var(--text);
  font-family:inherit;
  line-height:1;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  white-space:nowrap;
  flex:0 1 auto;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.navA{
  display:block;
  width:100%;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.navlink:hover{
  background:rgba(14,15,22,0.70);
  border-color:rgba(255,255,255,0.22);
  transform:translateY(-1px);
}

.navlink.isActive{
  border-color:rgba(255,255,255,0.55);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 0 20px rgba(255,255,255,0.06);
}

.navMemberBadge{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 10px;
  min-height:35px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:12px;
  background:rgba(14,15,22,0.40);
  color:var(--text);
  font-size:12px;
  line-height:1;
  letter-spacing:0.06em;
  text-transform:uppercase;
  white-space:nowrap;
  flex:0 0 auto;
}


/* HERO BLOCKS */
.hero{
  border:1px solid rgba(255,255,255,0.14);
  border-radius:20px;
  background:
    linear-gradient(180deg, rgba(14,15,22,0.88), rgba(7,7,11,0.72)),
    radial-gradient(800px 400px at 10% 0%, rgba(255,43,214,0.08), transparent 60%),
    radial-gradient(600px 400px at 90% 20%, rgba(0,229,255,0.08), transparent 60%);
  padding:24px;
  margin-bottom:28px;
}

.hero h2{
  margin:0 0 10px 0;
  font-size:18px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

.hero h3{
  margin:0 0 10px 0;
  font-size:18px;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

.hero p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  max-width:520px;
}

.heroIntro{
  cursor:pointer;
  transition:transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.heroIntro p{font-weight:500}

.heroIntro p strong{
  color:var(--text);
  letter-spacing:0.06em;
}

.heroIntro:hover{
  border-color:rgba(255,255,255,0.28);
  transform:translateY(-2px);
  box-shadow:0 12px 40px rgba(0,0,0,0.35);
}

/* GRIDS */
.grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:10px;
}

/* CARDS */
.card{
  border:1px solid rgba(255,255,255,0.12);
  border-radius:20px;
  background:rgba(14,15,22,0.50);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:150px;
  box-shadow:0 10px 30px rgba(0,0,0,0.28);
}

.cardTop{
  padding:14px 14px 10px 14px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

.cardTitle{
  margin:0;
  font-size:14px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

.cardMeta{
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}

.badge{
  font-size:11px;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.18);
  color:var(--text);
  background:rgba(0,0,0,0.25);
  white-space:nowrap;
}

.cardActions{
  margin-top:auto;
  padding:12px 14px 14px 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.cardPrice{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-height:40px;
  font-size:14px;
  font-weight:800;
  letter-spacing:0.02em;
  white-space:nowrap;
  order:3;
}

.cardPriceOld{
  color:rgba(166,168,179,0.95);
  text-decoration:line-through;
  font-size:12px;
  font-weight:600;
}

.cardPriceNow{
  color:#f5cb72;
  text-shadow:0 0 10px rgba(245,203,114,0.14);
}

.btn{
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(0,0,0,0.20);
  color:var(--text);
  padding:10px 12px;
  border-radius:12px;
  font-size:13px;
  cursor:pointer;
  transition:border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.btn:hover{
  border-color:rgba(255,255,255,0.30);
  transform:translateY(-1px);
}

.btnPrimary{
  border-color:rgba(255,43,214,0.55);
  box-shadow:0 0 0 1px rgba(0,229,255,0.15) inset;
}
.buyBtn.isOwned{
  background:linear-gradient(180deg,#f6d68b,#d7a23d);
  color:#0a0a0a;
  border-color:rgba(255,215,120,0.5);
  box-shadow:
    0 4px 14px rgba(215,145,24,0.35),
    inset 0 1px 0 rgba(255,255,255,0.35);
  cursor:default;
}

.buyBtn.isOwned:hover{
  transform:none;
  border-color:rgba(255,215,120,0.34);
  background:
    linear-gradient(180deg, #ffe7a8, #f5cb72);
}
.downloadBtn{
  border-color:rgba(255,215,120,0.26);
  color:#f3cd83;
  background:
    linear-gradient(180deg, rgba(32,24,14,0.92), rgba(14,13,16,0.96));
  box-shadow:
    0 8px 20px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.downloadBtn:hover{
  border-color:rgba(255,215,120,0.42);
  background:
    linear-gradient(180deg, rgba(44,33,18,0.96), rgba(18,16,18,0.98));
}
.card.isOwned{
  border-color:rgba(255,215,120,0.34);
  background:
    linear-gradient(180deg, rgba(36,28,12,0.38), rgba(14,15,22,0.56));
  box-shadow:
    0 14px 34px rgba(215,145,24,0.16),
    0 0 0 1px rgba(255,215,120,0.10) inset;
}

.card.isOwned .badge{
  border-color:rgba(255,215,120,0.34);
  color:#f5cb72;
}

.card.isOwned .cardTitle{
  color:#f7e2a2;
}

.card.isOwned .cardMeta{
  color:rgba(245,203,114,0.82);
}

.card.isOwned{
  position:relative;
  overflow:hidden;
}

.card.isOwned::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width:60%;
  height:180%;
  pointer-events:none;

  background:linear-gradient(
    110deg,
    transparent 0%,
    rgba(255,235,170,0.0) 35%,
    rgba(255,235,170,0.35) 50%,
    rgba(255,235,170,0.0) 65%,
    transparent 100%
  );

  transform:rotate(12deg);
  opacity:0;

  animation:wmOwnedSweep 12s ease-in-out infinite;
}

@keyframes wmOwnedSweep{

  0%{
    left:-60%;
    opacity:0;
  }

  5%{
    opacity:0.7;
  }

  10%{
    left:120%;
    opacity:0;
  }

  100%{
    left:120%;
    opacity:0;
  }

}




/* COVER IMAGE */
.cardImg{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  background:#0b0c12;
  border-bottom:1px solid var(--edge);
  overflow:hidden;
}

.cardImg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cardInfo{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  padding:14px;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.18s ease;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0.00) 0%,
    rgba(0,0,0,0.35) 45%,
    rgba(0,0,0,0.80) 100%
  );
}

.cardInfoInner{
  width:100%;
}

.cardInfoTitle{
  font-size:14px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  margin-bottom:6px;
}

.cardInfoMeta{
  font-size:12px;
  color:rgba(242,243,247,0.82);
  margin-bottom:8px;
}

.cardInfoBlurb{
  font-size:13px;
  color:rgba(242,243,247,0.86);
  line-height:1.4;
  white-space:pre-line;
  margin-bottom:8px;
}

.cardInfoTags{
  font-size:12px;
  color:rgba(166,168,179,0.95);
  line-height:1.35;
  white-space:pre-line;
}

.cardImg:hover .cardInfo{
  opacity:1;
}

.card.isOpen .cardInfo{
  opacity:1;
  pointer-events:auto;
}

/* LINKS VIEW */
.linksGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

/* IDENTITY BLOCK IN LINKS CONTENT */
.linksIdentity{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:20px;
  background:rgba(14,15,22,0.45);
}

.linksMark{
  width:64px;
  height:64px;
  border-radius:16px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,0.10);
  flex:0 0 auto;
  display:block;
}

.linksIdentityTitle{
  font-size:14px;
  letter-spacing:0.10em;
  text-transform:uppercase;
}

.linksIdentitySub{
  margin-top:6px;
  font-size:12px;
  color:var(--muted);
}

.linksCards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.linkIcon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.linkIcon svg{
  width:100%;
  height:100%;
  display:block;
  fill:currentColor;
  opacity:0.9;
}

.linkCard{
  display:block;
  padding:16px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:20px;
  background:rgba(14,15,22,0.40);
  transition:transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.linkCard:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,0.26);
  background:rgba(14,15,22,0.62);
}

.linkCardTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.linkCardTitle{
  font-size:14px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

.linkCardBadge{
  font-size:11px;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(0,0,0,0.25);
  white-space:nowrap;
}

.linkCardNote{
  font-size:13px;
  color:var(--muted);
  line-height:1.4;
  margin-bottom:10px;
}

.linkCardUrl{
  font-size:12px;
  color:var(--muted);
  opacity:0.85;
  word-break:break-word;
}

/* PRESS */
.pressGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.pressCard{
  display:block;
  padding:16px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:20px;
  background:rgba(14,15,22,0.40);
  transition:transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.pressCard:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,0.26);
  background:rgba(14,15,22,0.62);
}

.pressTop{margin-bottom:10px}

.pressSource{
  font-size:13px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--text);
  text-decoration:underline;
  text-decoration-color:rgba(255,255,255,0.22);
  text-underline-offset:3px;
}

.pressCard:hover .pressSource{
  text-decoration-color:rgba(255,255,255,0.55);
}

.pressQuote{
  font-size:13px;
  color:var(--muted);
  line-height:1.5;
}

.pressCard:focus{
  outline:2px solid var(--focus);
  outline-offset:3px;
}

/* ABOUT */
.aboutIdentity{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:20px;
  background:rgba(14,15,22,0.45);
}

.aboutMark{
  width:64px;
  height:64px;
  border-radius:16px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,0.10);
  flex:0 0 auto;
  display:block;
}

.aboutIdentityTitle{
  font-size:14px;
  letter-spacing:0.10em;
  text-transform:uppercase;
}

.aboutIdentitySub{
  margin-top:6px;
  font-size:12px;
  color:var(--muted);
}

/* PLAYER BAR */
.playerBar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  border-top:1px solid color-mix(in srgb, var(--wmPlayerAccent) 38%, var(--edge));
  background:
    linear-gradient(180deg, rgba(7,7,11,0.94), rgba(7,7,11,0.90));
  box-shadow:
    0 -10px 30px rgba(0,0,0,0.28),
    0 0 0 1px color-mix(in srgb, var(--wmPlayerAccent) 10%, transparent) inset;
  backdrop-filter:blur(10px);
  z-index:50;
}

.playerInner{
  max-width:1100px;
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
}

.playerNow{min-width:220px}

.playerNowTitle{
  font-size:12px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

.playerNowSub{
  font-size:12px;
  color:var(--muted);
  margin-top:4px;
}
.playerControls{
  display:flex;
  gap:10px;
  align-items:center;
  width:min(560px, 100%);
}

.playerControls audio{
  width:100%;
  border-radius:10px;
  overflow:hidden;
  accent-color:var(--wmPlayerAccent);
}

.playerControls audio::-webkit-media-controls-panel{
  background:rgba(10,10,14,0.92);
}

.playerControls audio::-webkit-media-controls-current-time-display,
.playerControls audio::-webkit-media-controls-time-remaining-display{
  color:var(--text);
}

.playerControls audio::-webkit-media-controls-play-button,
.playerControls audio::-webkit-media-controls-mute-button{
  filter:drop-shadow(0 0 6px color-mix(in srgb, var(--wmPlayerAccent) 45%, transparent));
}

.wmPlayerMain{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
  min-width:260px;
}

.wmPlayerTimeRow,
.wmPlayerBottomRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:12px;
  color:var(--text);
}

.wmSeek,
.wmVolume{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:6px;
  border-radius:999px;
  outline:none;
  cursor:pointer;
}

.wmSeek{
  background:linear-gradient(
    to right,
    var(--wmPlayerAccent) 0%,
    var(--wmPlayerAccent) var(--wmSeekFill, 0%),
    rgba(255,255,255,0.20) var(--wmSeekFill, 0%),
    rgba(255,255,255,0.20) 100%
  );
}

.wmVolume{
  max-width:110px;
  background:linear-gradient(
    to right,
    var(--wmPlayerAccent) 0%,
    var(--wmPlayerAccent) var(--wmVolumeFill, 80%),
    rgba(255,255,255,0.20) var(--wmVolumeFill, 80%),
    rgba(255,255,255,0.20) 100%
  );
}

.wmSeek::-webkit-slider-thumb,
.wmVolume::-webkit-slider-thumb{
  -webkit-appearance:none;
  appearance:none;
  width:14px;
  height:14px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.45);
  background:#ffffff;
  box-shadow:0 0 10px color-mix(in srgb, var(--wmPlayerAccent) 40%, transparent);
}

.wmSeek::-moz-range-thumb,
.wmVolume::-moz-range-thumb{
  width:14px;
  height:14px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.45);
  background:#ffffff;
  box-shadow:0 0 10px color-mix(in srgb, var(--wmPlayerAccent) 40%, transparent);
}

.wmMuteBtn{
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(0,0,0,0.20);
  color:var(--text);
  padding:8px 10px;
  border-radius:10px;
  font-size:12px;
  cursor:pointer;
}

.wmMuteBtn:hover{
  border-color:rgba(255,255,255,0.30);
}

.playerControls audio{
  display:none;
}

/* FOOTER */
.footer{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.08);
}

.footerInner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.footerLinks{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.footerCopy{
  color:var(--muted);
  font-size:12px;
  text-align:right;
}

/* BLACK VAULT */
.vaultPage{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,186,78,0.16);
  border-radius:28px;
  background:
    radial-gradient(900px 420px at 14% 0%, rgba(255,110,0,0.12), transparent 56%),
    radial-gradient(760px 360px at 86% 10%, rgba(255,205,120,0.09), transparent 54%),
    radial-gradient(900px 520px at 50% 100%, rgba(0,229,255,0.06), transparent 68%),
    linear-gradient(180deg, rgba(3,3,6,0.985), rgba(7,8,14,0.985));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 24px 80px rgba(0,0,0,0.46);
}

.vaultBg,
.vaultGlow,
.vaultSparks{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.vaultBg{
  background:
    linear-gradient(90deg, rgba(255,50,0,0.05), transparent 24%, transparent 76%, rgba(0,229,255,0.05)),
    linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.00));
  mix-blend-mode:screen;
}

.vaultGlow{
  background:
    radial-gradient(420px 220px at 18% 8%, rgba(255,170,40,0.10), transparent 64%),
    radial-gradient(340px 200px at 82% 12%, rgba(255,215,140,0.08), transparent 60%);
}

.vaultSparks{
  opacity:0.34;
  background:
    radial-gradient(circle at 12% 16%, rgba(255,220,150,0.70) 0 1px, transparent 3px),
    radial-gradient(circle at 28% 12%, rgba(255,180,70,0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 74% 18%, rgba(255,220,150,0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 86% 22%, rgba(255,255,255,0.46) 0 1px, transparent 3px),
    radial-gradient(circle at 90% 68%, rgba(255,180,70,0.42) 0 1px, transparent 3px);
}

.vaultWrap{
  position:relative;
  z-index:2;
  width:100%;
  margin:0 auto;
  padding:28px 26px 46px;
}

.vaultHeroHead{
  margin-bottom:22px;
  border:1px solid rgba(255,215,120,0.12);
  background:
    linear-gradient(180deg, rgba(16,16,20,0.82), rgba(7,8,14,0.88));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 18px 50px rgba(0,0,0,0.30);
}

.vaultHeroHead h2{
  margin:6px 0 10px;
  font-size:clamp(34px, 5vw, 64px);
  line-height:0.95;
  letter-spacing:0.03em;
  text-transform:uppercase;
  color:#f7f2eb;
  text-shadow:
    0 0 20px rgba(255,220,160,0.08),
    0 0 46px rgba(255,120,0,0.08);
}

.vaultHeroHead p{
  max-width:760px;
  color:rgba(237,229,219,0.76);
  font-size:18px;
  line-height:1.45;
}

.vaultEyebrow{
  display:inline-block;
  margin-bottom:2px;
  color:#d3a15f;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.24em;
  text-transform:uppercase;
}

.vaultHeroMedia{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.vaultIncludedPanel{
  border:1px solid rgba(255,215,120,0.14);
  border-radius:24px;
  padding:18px 20px 18px;
  background:
    radial-gradient(420px 160px at 12% 0%, rgba(255,185,70,0.08), transparent 60%),
    linear-gradient(180deg, rgba(22,18,14,0.82), rgba(8,9,12,0.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 16px 38px rgba(0,0,0,0.24);
}

.vaultIncludedTitle{
  margin:0 0 14px;
  color:#f3cd83;
  font-size:13px;
  font-weight:800;
  letter-spacing:0.22em;
  text-transform:uppercase;
}

.vaultIncludedList{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.vaultIncludedItem{
  display:grid;
  grid-template-columns:24px 1fr;
  align-items:center;
  column-gap:12px;
  color:rgba(240,230,219,0.88);
  font-size:17px;
  line-height:1.35;
}

.vaultIncludedIcon{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f5cb72;
  font-size:16px;
  line-height:1;
  filter:drop-shadow(0 0 8px rgba(245,203,114,0.16));
}

.vaultIncludedText{
  display:block;
}
.vaultHero{
  display:grid;
  grid-template-columns:minmax(380px, 1.02fr) minmax(360px, 0.98fr);
  gap:28px;
  align-items:stretch;
  margin-bottom:28px;
}

.vaultHeroMedia{
  min-width:0;
}

.vaultHeroInfo{
  position:relative;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 34px 30px;
  border:1px solid rgba(255,215,120,0.14);
  border-radius:28px;
  background:
    radial-gradient(520px 220px at 85% 8%, rgba(255,170,50,0.08), transparent 60%),
    linear-gradient(180deg, rgba(20,18,16,0.82), rgba(10,10,14,0.92));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 18px 50px rgba(0,0,0,0.34);
}

.vaultLabel{
  margin-bottom:10px;
  color:#d0a566;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
}
.vaultLane{
  margin:0 0 18px;
  color:#ff5a5a;
  font-size:14px;
  font-weight:800;
  letter-spacing:0.12em;
  text-transform:uppercase;
}
.vaultTrackTitle{
  margin:0 0 18px;
  font-size:clamp(42px, 5vw, 74px);
  line-height:0.92;
  letter-spacing:0.02em;
  text-transform:uppercase;
  color:#fff7ef;
}

.vaultText{
  margin:0 0 26px;
  max-width:none;
  color:rgba(240,232,223,0.84);
  font-size:20px;
  line-height:1.58;
}

.vaultCoverShell{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,215,120,0.18);
  background:#050507;
  box-shadow:
    0 30px 90px rgba(0,0,0,0.54),
    0 0 0 1px rgba(255,255,255,0.03) inset;
}

.vaultCoverImage{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:auto;
}

.vaultGoldRing{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  border-radius:30px;
  padding:2px;
  background:
    conic-gradient(
      from 0deg,
      rgba(255,180,60,0.0) 0deg,
      rgba(255,214,124,0.95) 48deg,
      rgba(255,143,36,0.82) 96deg,
      rgba(255,220,150,0.95) 145deg,
      rgba(255,180,60,0.0) 190deg,
      rgba(255,214,124,0.90) 245deg,
      rgba(255,130,30,0.85) 302deg,
      rgba(255,220,150,0.95) 338deg,
      rgba(255,180,60,0.0) 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  animation:vaultGoldSpin 10s linear infinite;
  filter:blur(0.2px) saturate(1.2);
}

.vaultGoldShimmer{
  position:absolute;
  inset:-18%;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(115deg,
      rgba(255,255,255,0) 38%,
      rgba(255,227,160,0.00) 44%,
      rgba(255,227,160,0.36) 50%,
      rgba(255,160,40,0.12) 54%,
      rgba(255,255,255,0) 60%);
  transform:translateX(-55%) rotate(0.5deg);
  animation:vaultShimmerSweep 3.8s ease-in-out infinite;
  mix-blend-mode:screen;
}

.vaultCoverSparkle{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,225,165,0.75) 0 1px, transparent 3px),
    radial-gradient(circle at 78% 16%, rgba(255,214,130,0.55) 0 1.5px, transparent 4px),
    radial-gradient(circle at 88% 28%, rgba(255,255,255,0.45) 0 1px, transparent 3px),
    radial-gradient(circle at 22% 82%, rgba(255,214,130,0.45) 0 1px, transparent 4px),
    radial-gradient(circle at 82% 78%, rgba(255,225,165,0.72) 0 1.2px, transparent 3px);
  animation:vaultSparklePulse 2.4s ease-in-out infinite alternate;
}

.vaultCoverFire{
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-4%;
  height:22%;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 10% 70%, rgba(255,110,0,0.68), transparent 16%),
    radial-gradient(circle at 24% 58%, rgba(255,180,60,0.48), transparent 13%),
    radial-gradient(circle at 42% 72%, rgba(255,90,0,0.60), transparent 15%),
    radial-gradient(circle at 58% 60%, rgba(255,200,90,0.42), transparent 12%),
    radial-gradient(circle at 73% 74%, rgba(255,105,0,0.62), transparent 15%),
    radial-gradient(circle at 88% 62%, rgba(255,180,70,0.38), transparent 12%);
  filter:blur(14px) saturate(1.2);
  animation:vaultFireMove 4.6s ease-in-out infinite;
  opacity:0.9;
}

.vaultCountdown{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  margin:0 0 26px;
}

.vaultCountdownItem{
  border:1px solid rgba(255,215,120,0.20);
  border-radius:20px;
  padding:18px 14px 16px;
  text-align:center;
  background:
    linear-gradient(180deg, rgba(28,22,14,0.86), rgba(12,11,13,0.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 12px 26px rgba(0,0,0,0.24);
}

.vaultCountdownValue{
  display:block;
  margin-bottom:6px;
  color:#f4c86a;
  font-size:clamp(28px, 3vw, 42px);
  font-weight:800;
  line-height:1;
  text-shadow:
    0 0 12px rgba(255,192,80,0.16),
    0 0 28px rgba(255,140,20,0.12);
}

.vaultCountdownLabel{
  display:block;
  color:rgba(242,222,188,0.72);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
}

.vaultPriceRow{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 26px;
  flex-wrap:wrap;
}

.vaultPrice{
  color:#f5cb72;
  font-size:clamp(44px, 5vw, 72px);
  font-weight:900;
  line-height:0.94;
  letter-spacing:-0.02em;
  text-shadow:
    0 0 18px rgba(255,192,80,0.16),
    0 0 34px rgba(255,140,30,0.10);
}

.vaultSupport{
  color:rgba(242,226,198,0.76);
  font-size:16px;
  line-height:1.35;
}

.vaultBtn{
  min-height:58px;
  padding:0 24px;
  border-radius:18px;
  font-size:15px;
  font-weight:800;
  letter-spacing:0.12em;
  text-transform:uppercase;
  transition:transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.vaultBtn:hover{
  transform:translateY(-1px);
}

.vaultBtnPrimary{
  border:1px solid rgba(255,215,120,0.28);
  color:#20150a;
  background:
    linear-gradient(180deg, #ffd98b, #f0b849);
  box-shadow:
    0 14px 34px rgba(215,145,24,0.26),
    inset 0 1px 0 rgba(255,255,255,0.44);
}

.vaultBtnPrimary.isOwned{
  border:1px solid rgba(255,215,120,0.34);
  color:#20150a;
  background:
    linear-gradient(180deg, #ffe7a8, #f5cb72);
  box-shadow:
    0 16px 36px rgba(215,145,24,0.30),
    inset 0 1px 0 rgba(255,255,255,0.52);
  cursor:default;
  opacity:1;
}

.vaultBtnPrimary.isOwned:hover{
  transform:none;
}

@keyframes vaultOwnedPulse{
  0%{
    box-shadow:
      0 16px 36px rgba(215,145,24,0.30),
      inset 0 1px 0 rgba(255,255,255,0.52);
  }

  50%{
    box-shadow:
      0 22px 46px rgba(255,185,60,0.55),
      inset 0 1px 0 rgba(255,255,255,0.65);
  }

  100%{
    box-shadow:
      0 16px 36px rgba(215,145,24,0.30),
      inset 0 1px 0 rgba(255,255,255,0.52);
  }
}

.vaultBtnPrimary.isOwned{
  animation:vaultOwnedPulse 12s ease-in-out infinite;
}

.vaultOwnedAssets{
  margin-top:16px;
  padding:16px 18px;
  border:1px solid rgba(255,215,120,0.18);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(24,20,14,0.82), rgba(10,10,14,0.90));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 12px 28px rgba(0,0,0,0.22);
}

.vaultOwnedAssets h4{
  margin:0 0 12px;
  color:#f3cd83;
  font-size:13px;
  font-weight:800;
  letter-spacing:0.16em;
  text-transform:uppercase;
}

#vaultAssetList{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.vaultOwnedItem{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border:1px solid rgba(255,215,120,0.10);
  border-radius:14px;
  background:rgba(255,255,255,0.02);
  color:rgba(240,230,219,0.88);
  font-size:15px;
  line-height:1.4;
  text-decoration:none;
  transition:border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.vaultOwnedItem::before{
  content:"↳";
  color:#f5cb72;
  font-size:14px;
  line-height:1;
  flex:0 0 auto;
}

.vaultOwnedItem:hover{
  color:#f5cb72;
  border-color:rgba(255,215,120,0.22);
  background:rgba(255,215,120,0.05);
  transform:translateY(-1px);
}

.vaultOwnedItem:hover::before{
  color:#ffd98b;
}

.vaultBtnSecondary{
  border:1px solid rgba(255,215,120,0.24);
  color:#f3cd83;
  background:
    linear-gradient(180deg, rgba(36,29,21,0.88), rgba(14,13,16,0.95));
  box-shadow:
    0 12px 28px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.04);
}


.vaultBtnSecondary.isOwned{
  border:1px solid rgba(255,215,120,0.34);
  color:#20150a;
  background:
    linear-gradient(180deg, #ffe7a8, #f5cb72);
  box-shadow:
    0 16px 36px rgba(215,145,24,0.30),
    inset 0 1px 0 rgba(255,255,255,0.52);
  cursor:default;
  opacity:1;
  animation:vaultOwnedSweepSecondary 10s ease-in-out infinite;
}

.vaultBtnSecondary.isOwned:hover{
  transform:none;
}

@keyframes vaultOwnedSweepSecondary{
  0%{
    box-shadow:
      0 16px 36px rgba(215,145,24,0.30),
      inset 0 1px 0 rgba(255,255,255,0.52);
  }

  4%{
    box-shadow:
      0 18px 40px rgba(255,185,60,0.55),
      inset 0 1px 0 rgba(255,255,255,0.66);
  }

  8%{
    box-shadow:
      0 16px 36px rgba(215,145,24,0.30),
      inset 0 1px 0 rgba(255,255,255,0.52);
  }

  100%{
    box-shadow:
      0 16px 36px rgba(215,145,24,0.30),
      inset 0 1px 0 rgba(255,255,255,0.52);
  }
}


.vaultBundleSection{
  margin-bottom:26px;
  border:1px solid rgba(255,215,120,0.12);
  background:
    linear-gradient(180deg, rgba(14,15,22,0.76), rgba(6,7,12,0.88));
}

.vaultBundleTitle{
  margin:0 0 10px;
  font-size:clamp(26px, 3vw, 40px);
  line-height:1;
  color:#fff6ee;
}

.vaultBundleSection > p{
  margin:0 0 20px;
  color:rgba(238,228,216,0.74);
  font-size:17px;
  line-height:1.45;
}

.vaultBundleGrid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:22px;
}

.vaultMiniCard{
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(180deg, rgba(18,19,24,0.84), rgba(8,9,12,0.92));
  box-shadow:
    0 16px 36px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.vaultMiniCover{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}

.vaultMiniMeta{
  padding:14px 16px 16px;
}

.vaultMiniTitle{
  color:#f2ede7;
  font-size:15px;
  font-weight:800;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.vaultBundleFooter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:24px;
  flex-wrap:wrap;
}

.vaultNotes{
  border:1px solid rgba(255,215,120,0.10);
  background:
    linear-gradient(180deg, rgba(13,14,18,0.84), rgba(6,7,10,0.92));
}

.vaultNotes h3{
  margin:0 0 14px;
  color:#fff5ea;
  font-size:26px;
}

.vaultNotes p{
  margin:0;
  max-width:800px;
  color:rgba(240,230,219,0.80);
  font-size:18px;
  line-height:1.7;
}
.vaultWhatList{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:2px;
}

.vaultWhatItem{
  display:flex;
  align-items:center;
  gap:12px;
  color:rgba(240,230,219,0.80);
  font-size:18px;
  line-height:1.5;
}

.vaultWhatIcon{
  width:28px;
  flex:0 0 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f5cb72;
  font-size:18px;
  line-height:1;
}

.vaultWhatText{
  display:block;
}
@keyframes vaultGoldSpin{
  from{ transform:rotate(0deg); }
  to{ transform:rotate(360deg); }
}

@keyframes vaultShimmerSweep{
  0%{ transform:translateX(-60%) rotate(0.5deg); opacity:0.15; }
  45%{ transform:translateX(-10%) rotate(0.5deg); opacity:0.45; }
  100%{ transform:translateX(45%) rotate(0.5deg); opacity:0.05; }
}

@keyframes vaultSparklePulse{
  0%{ opacity:0.45; }
  100%{ opacity:0.95; }
}

@keyframes vaultFireMove{
  0%{ transform:translateX(0) scaleY(1); }
  50%{ transform:translateX(1.5%) scaleY(1.12); }
  100%{ transform:translateX(0) scaleY(1); }
}

.wmAuthModal{
  position:fixed;
  inset:0;
  z-index:120;
}

.wmAuthBackdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.68);
  backdrop-filter:blur(10px);
}

.wmAuthPanel{
  position:relative;
  z-index:1;
  width:min(460px, calc(100% - 32px));
  margin:80px auto 0;
  padding:24px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(14,15,22,0.96), rgba(7,7,11,0.94)),
    radial-gradient(500px 260px at 15% 0%, rgba(255,43,214,0.10), transparent 60%),
    radial-gradient(420px 240px at 85% 10%, rgba(0,229,255,0.10), transparent 60%);
  box-shadow:0 24px 80px rgba(0,0,0,0.48);
}

.wmAuthPanel h2{
  margin:0 0 8px;
  font-size:24px;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

.wmAuthPanel p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.wmAuthClose{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,0.16);
  border-radius:12px;
  background:rgba(0,0,0,0.24);
  color:var(--text);
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.wmAuthTabs{
  display:flex;
  gap:10px;
  margin-bottom:16px;
}
.wmAuthTabs .btn{
  border-color:rgba(255,255,255,0.14);
  background:rgba(0,0,0,0.18);
}

.wmAuthTabs .btn.isActive{
  border-color:rgba(255,43,214,0.68);
  background:rgba(255,43,214,0.12);
  box-shadow:
    0 0 0 1px rgba(255,43,214,0.24) inset,
    0 0 18px rgba(255,43,214,0.18);
}

.wmAuthTabs .btn:not(.isActive){
  opacity:0.82;
}
.wmAuthForm{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.wmAuthForm input{
  width:100%;
  min-height:46px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:14px;
  background:rgba(0,0,0,0.24);
  color:var(--text);
  font:inherit;
}

.wmAuthForm input::placeholder{
  color:var(--muted);
}

.wmAuthMessage{
  min-height:20px;
  margin-top:14px;
  font-size:13px;
  color:var(--muted);
}

#wmSupportForm{
  margin-top:14px;
}

#wmSupportForm textarea{
  width:100%;
  min-height:140px;
  padding:14px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:14px;
  background:rgba(0,0,0,0.24);
  color:var(--text);
  font:inherit;
  resize:vertical;
}

#wmSupportForm textarea::placeholder{
  color:var(--muted);
}

#wmSupportCount{
  font-weight:700;
  color:rgba(242,243,247,0.9);
}

.inboxCard{
  display:block;
  padding:16px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:20px;
  background:rgba(14,15,22,0.40);
  transition:transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.inboxCard:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,0.26);
  background:rgba(14,15,22,0.62);
}

.inboxCardTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.inboxCardTitle{
  font-size:14px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

.inboxCardMeta{
  font-size:12px;
  color:var(--muted);
  line-height:1.4;
  margin-top:6px;
}

.inboxCardBadge{
  font-size:11px;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(0,0,0,0.25);
  white-space:nowrap;
  text-transform:uppercase;
}

.inboxCardBody{
  font-size:13px;
  color:rgba(242,243,247,0.88);
  line-height:1.55;
  white-space:pre-wrap;
}

.inboxEmpty{
  padding:18px;
  border:1px solid rgba(255,255,255,0.10);
  border-radius:18px;
  background:rgba(14,15,22,0.28);
  color:var(--muted);
}




/* RESPONSIVE */

@media (max-width: 1020px){
  .brandSubStack{
    max-width:440px;
  }

  .navUnderSub{
    max-width:calc(100% - 500px);
    gap:8px;
  }

  .navlink,
  .navMemberBadge{
    padding:9px 9px;
    font-size:12px;
  }
}


@media (max-width: 920px){
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .linksCards{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 980px){
  .vaultHero{
    grid-template-columns:1fr;
  }

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

@media (max-width: 700px){
  .footerInner{
    flex-direction:column;
    align-items:flex-start;
  }

  .footerCopy{
    text-align:left;
  }

  .vaultWrap{
    padding:18px 14px 34px;
  }

  .vaultHeroInfo{
    padding:22px 18px 20px;
  }

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

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

  .vaultText{
    font-size:17px;
  }
}

/* MOBILE HEADER FIX */
@media (max-width: 560px){
  .mainHeader{
    min-height:280px;
    padding:18px 16px;
    background-position:calc(50% + 20px) 38%;
    background-size:112% auto;
  }

  .brand{
    min-height:280px;
  }

  .brandSubStack{
    left:12px;
    right:12px;
    bottom:72px;
    max-width:none;
    padding:10px 12px;
  }

  .brandSubLine{
    font-size:13px;
    line-height:1.25;
  }

  .brandTagLine{
    font-size:12px;
    line-height:1.2;
  }

  .navUnderSub{
    left:12px;
    right:12px;
    bottom:12px;
    gap:8px;
    justify-content:flex-start;
    max-width:none;
  }

  .navlink,
  .navMemberBadge{
    padding:8px 10px;
    font-size:12px;
    border-radius:10px;
  }

  .grid{grid-template-columns:1fr}
  .linksCards{grid-template-columns:1fr}
}



.playerControls audio{
  -webkit-touch-callout:none;
  user-select:none;
}

@media (max-width: 900px){
  .playerInner{
    flex-direction:column;
    align-items:stretch;
  }

  .playerNow{
    min-width:0;
  }

  .playerControls{
    width:100%;
    flex-wrap:wrap;
  }

  .wmPlayerMain{
    min-width:0;
    width:100%;
    order:10;
  }
}

@media (max-width: 640px){
  .playerBar{
    padding-bottom:env(safe-area-inset-bottom, 0);
  }

  .playerInner{
    padding:10px 12px;
    gap:10px;
  }

  .playerControls{
    gap:8px;
  }

  .playerControls > .btn,
  .wmMuteBtn{
    min-height:40px;
    padding:8px 10px;
    font-size:12px;
  }

  .wmPlayerMain{
    gap:6px;
  }

  .wmPlayerTimeRow,
  .wmPlayerBottomRow{
    font-size:11px;
  }

  .wmVolume{
    max-width:84px;
  }
}

body.wm-state-guest .mainHeader{
  background-image:url("/assets/img/covers/wamhero.jpg");
}

body.wm-state-member .mainHeader{
  background-image:url("/assets/img/covers/header2.jpg");
}

body.wm-state-premium .mainHeader{
  background-image:url("/assets/img/covers/header3.jpg");
}

#wmMusicList.wm-music-guest{
}

#wmMusicList.wm-music-member{
}

#wmMusicList.wm-music-premium{
}
