.member-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 64, 145, 0.13), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #080607 55%, #030303 100%);
  color: #f5f2f3;
}

.member-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255,255,255,.12) .5px, transparent .5px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

.hidden { display: none !important; }

.backroom-topnav {
  background: rgba(3,3,3,.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.member-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0 80px;
}

.member-intro {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 30px 30px 0 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), transparent),
    #050505;
}

.member-intro::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 330px;
  bottom: -44px;
  border: 1px solid rgba(255,255,255,.08);
  border-bottom: 0;
  border-radius: 105px 105px 0 0;
  box-shadow: inset 0 0 60px rgba(255, 56, 139, .03), 0 0 80px rgba(255, 56, 139, .04);
  opacity: .7;
}

.door-glow {
  position: absolute;
  width: 250px;
  height: 340px;
  bottom: -60px;
  background: linear-gradient(180deg, transparent 5%, rgba(255, 51, 137, .05) 45%, rgba(255, 51, 137, .18));
  filter: blur(26px);
}

.backroom-logo {
  width: 118px;
  height: 118px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 22px rgba(255, 64, 145, .42));
  margin-bottom: 20px;
}

.member-intro .eyebrow,
.backroom .eyebrow {
  position: relative;
  z-index: 2;
  color: #ff6aad;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 700;
}

.member-intro h1 {
  position: relative;
  z-index: 2;
  margin: 8px 0 14px;
  font-size: clamp(48px, 8vw, 94px);
  line-height: .95;
  letter-spacing: -.055em;
}

.backroom-lede {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0;
  color: #bbb4b7;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.door-note {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  color: #7f777a;
  font-size: 13px;
}

.access-panel {
  padding: 42px;
  border: 1px solid rgba(255,255,255,.08);
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background: rgba(12, 10, 11, .96);
  text-align: center;
}

.access-panel h2 { margin: 6px 0 10px; font-size: clamp(28px, 4vw, 42px); }
.console-kicker { color: #ff68ab; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.checkpoint-copy { max-width: 640px; margin: 0 auto 26px; color: #938b8e; line-height: 1.6; }

.access-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.access-steps li {
  min-width: 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.018);
}

.access-steps li > span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #151214;
  color: #c2b9bd;
  font-size: 12px;
}

.access-steps strong { display: block; font-size: 13px; color: #eee9eb; }
.access-steps small { display: block; margin-top: 4px; color: #766f72; font-size: 11px; line-height: 1.45; }
.access-steps li.complete { border-color: rgba(255, 75, 151, .35); background: rgba(255, 75, 151, .04); }
.access-steps li.complete > span { background: #ff4f99; color: #12060b; font-weight: 800; }

.unlock-button { min-width: 230px; }
.access-message { margin: 18px auto 0; color: #847c7f; font-size: 13px; }
.access-message.success { color: #91d8aa; }
.access-message.error { color: #ff8a9c; }
.member-terms { max-width: 520px; margin: 20px auto 0; padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.member-terms label { display: block; color: #b9b0b4; font-size: 13px; line-height: 1.5; margin-bottom: 14px; }
.member-terms a { color: #ff74b3; }

.backroom {
  margin-top: 26px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 30px;
  overflow: hidden;
  background: #070607;
  box-shadow: 0 26px 100px rgba(0,0,0,.35);
}

.backroom-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 34px 20px;
}

.backroom-header h2 { margin: 5px 0 0; font-size: clamp(32px, 5vw, 56px); letter-spacing: -.04em; }
.member-pass-button {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  color: #f4eef1;
  padding: 12px 17px;
  border-radius: 999px;
  cursor: pointer;
}

.backroom-hero {
  min-height: 390px;
  margin: 0 22px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 94, 164, .19);
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, .5fr);
  align-items: center;
  gap: 28px;
  background:
    radial-gradient(circle at 82% 52%, rgba(255, 53, 140, .18), transparent 24rem),
    linear-gradient(135deg, #10090d, #060606 64%);
}

.hero-copy { max-width: 700px; }
.hero-eyebrow { color: #ff74b2; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.backroom-hero h3 { margin: 8px 0 0; font-size: clamp(52px, 9vw, 104px); line-height: .9; letter-spacing: -.065em; }
.hero-subtitle { margin: 16px 0 0; font-size: clamp(18px, 2.5vw, 28px); color: #dbd2d6; }
.hero-body { max-width: 610px; color: #93898d; line-height: 1.65; }
.hero-status { display: inline-flex; margin-top: 14px; padding: 9px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); color: #e4dbe0; font-size: 12px; }
.hero-mark { justify-self: center; width: min(220px, 78%); filter: drop-shadow(0 0 34px rgba(255, 61, 145, .4)); }

.backroom-nav {
  display: flex;
  gap: 10px;
  padding: 18px 22px 6px;
  overflow-x: auto;
}
.backroom-nav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: #bdb4b8;
  text-decoration: none;
  font-size: 12px;
}
.backroom-nav a:hover { border-color: rgba(255, 80, 153, .42); color: #fff; }

.backroom-section { padding: 70px 34px 20px; scroll-margin-top: 90px; }
.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 430px);
  gap: 30px;
  align-items: end;
  margin-bottom: 26px;
}
.section-heading > div { display: flex; align-items: baseline; gap: 14px; }
.section-number { margin: 0; color: #ff63a8; font-size: 11px; letter-spacing: .15em; font-weight: 700; }
.section-heading h3, .barbot-member-card h3 { margin: 0; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: #857d80; line-height: 1.55; }

.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.content-grid-wide { grid-template-columns: minmax(0, 1fr); }
.backroom-card {
  min-width: 0;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008));
}
.card-type { color: #ff72b0; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.backroom-card h4 { margin: 13px 0 8px; font-size: 22px; letter-spacing: -.02em; }
.backroom-card p { color: #8e8589; line-height: 1.55; margin: 0; }
.card-status { display: inline-block; margin-top: 18px; color: #cfc5ca; font-size: 11px; }

.vault-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.vault-card {
  min-width: 0;
  min-height: 170px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: #0b090a;
}
.vault-card span { color: #ff6eae; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }
.vault-card h4 { margin: 12px 0 8px; font-size: 18px; }
.vault-card p { margin: 0; color: #7f777a; font-size: 12px; line-height: 1.5; }

.barbot-member-card {
  margin: 70px 34px 34px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: radial-gradient(circle at 80% 50%, rgba(255, 61, 145, .1), transparent 18rem), #0a0809;
}
.barbot-member-card p:not(.section-number) { max-width: 720px; color: #8c8387; line-height: 1.55; }

.wallet-dialog,
.member-pass-dialog {
  width: min(440px, calc(100% - 32px));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: #0a0809;
  color: #f6f0f3;
  padding: 30px;
  box-shadow: 0 30px 120px rgba(0,0,0,.6);
}
.wallet-dialog::backdrop,
.member-pass-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 16px; top: 12px; border: 0; background: transparent; color: #958b90; font-size: 28px; cursor: pointer; }
.dialog-logo { width: 72px; margin-bottom: 14px; filter: drop-shadow(0 0 18px rgba(255, 64, 145, .35)); }
.qr-image { width: 220px; max-width: 100%; margin: 18px auto; display: block; border-radius: 16px; background: #fff; padding: 8px; }
.dialog-status { color: #8f868a; font-size: 12px; }
.dialog-status.success { color: #8cd7a5; }
.dialog-status.error { color: #ff8ba0; }

.member-pass-dialog { text-align: center; overflow: hidden; }
.member-pass-dialog::before {
  content: "";
  position: absolute;
  inset: -30% 20% auto;
  height: 220px;
  background: rgba(255, 61, 145, .14);
  filter: blur(60px);
}
.pass-logo { position: relative; width: 118px; filter: drop-shadow(0 0 24px rgba(255, 64, 145, .45)); }
.pass-kicker { position: relative; color: #ff70b0; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }
.member-pass-dialog h2 { position: relative; margin: 8px 0; font-size: 34px; }
.pass-number { color: #d8cfd3; }
.pass-wallet { color: #756e71; font: 12px/1.5 monospace; }
.pass-status { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 9px 13px; border-radius: 999px; background: rgba(91, 196, 126, .08); border: 1px solid rgba(91, 196, 126, .2); color: #9edcaf; font-size: 12px; }
.pass-status span { width: 7px; height: 7px; border-radius: 50%; background: #7bd49a; box-shadow: 0 0 10px rgba(123,212,154,.5); }
.pass-validity { color: #777073; font-size: 11px; margin-top: 16px; }

@media (max-width: 900px) {
  .member-shell { width: min(100% - 24px, 760px); padding-top: 110px; }
  .access-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .backroom-hero { grid-template-columns: 1fr; }
  .hero-mark { width: 150px; order: -1; justify-self: start; }
  .content-grid { grid-template-columns: 1fr; }
  .vault-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .member-shell { width: min(100% - 16px, 520px); padding-top: 94px; padding-bottom: 30px; }
  .backroom-topnav .brand-title { display: none; }
  .backroom-topnav .nav-link:not(:first-child) { display: none; }
  .member-intro { min-height: 410px; border-radius: 22px 22px 0 0; padding: 26px 20px; }
  .backroom-logo { width: 96px; height: 96px; }
  .member-intro h1 { font-size: clamp(48px, 18vw, 74px); }
  .backroom-lede { font-size: 15px; }
  .access-panel { padding: 28px 18px; border-radius: 0 0 22px 22px; }
  .access-steps { grid-template-columns: 1fr; }
  .backroom { border-radius: 22px; }
  .backroom-header { align-items: flex-start; padding: 24px 20px 16px; }
  .backroom-header h2 { font-size: 36px; }
  .member-pass-button { padding: 9px 12px; font-size: 11px; }
  .backroom-hero { margin: 0 10px; padding: 28px 22px; min-height: 430px; border-radius: 18px; }
  .backroom-hero h3 { font-size: clamp(58px, 20vw, 78px); }
  .backroom-nav { padding: 14px 12px 0; }
  .backroom-section { padding: 54px 20px 10px; }
  .section-heading > div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .vault-grid { grid-template-columns: 1fr; }
  .barbot-member-card { margin: 54px 20px 20px; flex-direction: column; align-items: flex-start; padding: 24px; }
}

/* Public Bar continuity: the member checkpoint is the same Backroom entrance. */
.member-shell {
  width: min(1180px, calc(100% - 40px));
  padding-top: 116px;
}

.member-entrance {
  position: relative;
  min-height: 980px;
  padding: 0 0 176px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 78%, rgba(255, 31, 128, .2), transparent 27rem),
    linear-gradient(180deg, rgba(9, 5, 10, .98), rgba(2, 2, 3, .998));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .58),
    inset 0 0 80px rgba(255, 32, 130, .025);
}

.member-entrance::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 106%, rgba(255, 45, 139, .22), transparent 42%);
}

.member-entrance::after {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: -46px;
  z-index: 1;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(255, 35, 132, .2), transparent 67%);
  filter: blur(18px);
}

.member-door {
  position: absolute;
  inset: 26px clamp(22px, 4vw, 58px) -96px;
  z-index: 0;
  border: 1px solid rgba(255, 216, 235, .17);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 220px 220px 0 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 15%, rgba(255, 43, 138, .055), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, .018), rgba(255, 30, 127, .035));
  box-shadow:
    inset 0 0 110px rgba(255, 39, 135, .035),
    0 0 120px rgba(255, 35, 132, .055);
}

.member-door::before {
  content: "";
  position: absolute;
  inset: 18px 22px 0;
  border: 1px solid rgba(255, 221, 238, .075);
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 202px 202px 0 0;
  box-shadow: inset 0 0 55px rgba(255, 42, 136, .025);
}

.member-door::after {
  content: "";
  position: absolute;
  inset: 38% 7% -4%;
  background: radial-gradient(ellipse at 50% 100%, rgba(255, 31, 128, .23), transparent 66%);
  filter: blur(32px);
}

.member-intro {
  position: relative;
  z-index: 2;
  min-height: 480px;
  padding: 68px 28px 34px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.member-intro::after {
  content: none;
}

.member-neon-sign {
  position: relative;
  width: clamp(112px, 14vw, 162px);
  margin: 0 auto 25px;
}

.member-neon-sign::before {
  content: "";
  position: absolute;
  inset: -34%;
  z-index: -1;
  border-radius: 50%;
  opacity: .02;
  background: radial-gradient(circle, rgba(255, 34, 132, .28), rgba(255, 34, 132, .06) 42%, transparent 70%);
  filter: blur(14px);
}

.member-neon-sign::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: 54%;
  height: 10%;
  border-radius: 50%;
  opacity: .02;
  background: rgba(255, 107, 174, .38);
  filter: blur(16px);
  transform: translateX(-50%);
}

.backroom-logo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  opacity: .06;
  object-fit: contain;
  filter: grayscale(.85) brightness(.2) drop-shadow(0 0 0 transparent);
  will-change: opacity, filter;
}

.member-entrance.is-visible .backroom-logo {
  animation:
    member-neon-ignite 3.2s steps(1, end) both,
    member-neon-idle-flicker 9s 3.2s linear infinite;
}

.member-entrance.is-visible .member-neon-sign::before,
.member-entrance.is-visible .member-neon-sign::after {
  animation:
    member-neon-halo-ignite 3.2s steps(1, end) both,
    member-neon-halo 4.6s 3.2s ease-in-out infinite;
}

.member-intro .eyebrow {
  margin: 0 0 10px;
  color: #ff6aae;
  letter-spacing: .19em;
}

.member-intro h1 {
  margin: 8px 0 18px;
  color: #ff8fc4;
  font-size: clamp(3.1rem, 8vw, 5.9rem);
  line-height: .95;
  letter-spacing: -.055em;
  opacity: .06;
  text-shadow:
    0 0 2px rgba(255, 239, 247, .72),
    0 0 16px rgba(255, 71, 151, .52),
    0 0 42px rgba(255, 31, 128, .3);
  filter: grayscale(.85) brightness(.2) drop-shadow(0 0 0 transparent);
  will-change: opacity, filter;
}

.member-entrance.is-visible .member-intro h1 {
  animation:
    member-neon-ignite 3.2s steps(1, end) both,
    member-neon-idle-flicker 9s 3.2s linear infinite;
}

.backroom-lede {
  max-width: 650px;
  color: rgba(242, 235, 239, .72);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.65;
  text-wrap: pretty;
}

.door-note {
  margin-top: 18px;
  color: rgba(242, 235, 239, .44);
  font-size: 12px;
}

.access-panel {
  position: relative;
  z-index: 2;
  width: min(970px, calc(100% - 82px));
  margin: 0 auto;
  padding: 34px 32px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background: rgba(9, 6, 9, .76);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(14px);
}

.access-panel h2 {
  margin: 7px 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -.035em;
}

.console-kicker {
  color: #ff6aae;
  letter-spacing: .19em;
}

.checkpoint-copy {
  max-width: 630px;
  color: rgba(242, 235, 239, .58);
}

.access-steps {
  gap: 10px;
  margin: 26px 0;
}

.access-steps li {
  min-height: 100px;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}

.access-steps li > span {
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .035);
}

.access-steps li.complete {
  border-color: rgba(255, 75, 151, .4);
  background: rgba(255, 75, 151, .055);
}

.unlock-button {
  position: relative;
  min-width: 230px;
  border-color: rgba(255, 87, 162, .54);
  background: linear-gradient(135deg, rgba(255, 39, 136, .84), rgba(169, 43, 222, .78));
  box-shadow:
    0 0 34px rgba(255, 48, 142, .18),
    inset 0 1px 0 rgba(255, 255, 255, .16);
}

.member-terms {
  background: rgba(255, 255, 255, .025);
}

.member-velvet-rope {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 3;
  width: min(760px, calc(100% - 72px));
  height: 124px;
  pointer-events: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .72));
}

.member-rope-cord {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 92px;
  overflow: visible;
}

.member-rope-cord path {
  fill: none;
  stroke-linecap: round;
}

.member-rope-shadow {
  stroke: rgba(0, 0, 0, .62);
  stroke-width: 27;
}

.member-rope-body {
  stroke: #cc146d;
  stroke-width: 19;
}

.member-rope-highlight {
  stroke: rgba(255, 133, 192, .62);
  stroke-width: 4;
}

.member-rope-post {
  position: absolute;
  bottom: 1px;
  z-index: 4;
  width: 34px;
  height: 104px;
  border: 1px solid rgba(255, 226, 157, .42);
  border-radius: 16px 16px 7px 7px;
  background: linear-gradient(90deg, #452607 0%, #9b6518 25%, #f5d477 48%, #b77b23 68%, #4b2a08 100%);
  box-shadow:
    0 0 18px rgba(226, 174, 66, .22),
    inset 0 0 9px rgba(255, 247, 208, .28);
}

.member-rope-post-left { left: 25px; }
.member-rope-post-right { right: 25px; }

.member-rope-post::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 237, 184, .58);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 28%, #fff4c7, #e4bd62 28%, #9c6819 65%, #4a2908 100%);
  box-shadow: 0 0 16px rgba(226, 174, 66, .3);
  transform: translateX(-50%);
}

.member-rope-post::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 66px;
  height: 17px;
  border: 1px solid rgba(255, 226, 157, .4);
  border-radius: 50%;
  background: linear-gradient(180deg, #f0cf77, #9b651a 55%, #402305);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .5);
  transform: translateX(-50%);
}

.member-rope-post i {
  position: absolute;
  top: 17px;
  left: 50%;
  width: 46px;
  height: 9px;
  border: 1px solid rgba(255, 234, 174, .5);
  border-radius: 50%;
  background: linear-gradient(180deg, #f8dd8d, #956018);
  transform: translateX(-50%);
}

.backroom {
  border-color: rgba(255, 255, 255, .11);
  background:
    radial-gradient(circle at 50% -5%, rgba(255, 43, 138, .1), transparent 30rem),
    #070607;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .5);
}

.backroom-header {
  padding: 36px 38px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.backroom-header h2 {
  margin: 5px 0 0;
  color: #ff8fc4;
  opacity: .06;
  text-shadow:
    0 0 2px rgba(255, 239, 247, .72),
    0 0 16px rgba(255, 71, 151, .52),
    0 0 42px rgba(255, 31, 128, .3);
  filter: grayscale(.85) brightness(.2) drop-shadow(0 0 0 transparent);
  will-change: opacity, filter;
}

.backroom.is-visible .backroom-header h2 {
  animation:
    member-neon-ignite 3.2s steps(1, end) both,
    member-neon-idle-flicker 9s 3.2s linear infinite;
}

.member-pass-button {
  border-color: rgba(245, 212, 119, .34);
  background: rgba(245, 212, 119, .045);
  color: #f5d477;
  box-shadow: inset 0 1px 0 rgba(255, 247, 208, .08);
}

@keyframes member-neon-ignite {
  0%, 16%, 22%, 34% {
    opacity: .06;
    filter: grayscale(.85) brightness(.2) drop-shadow(0 0 0 transparent);
  }
  17%, 21%, 35%, 39%, 49%, 56% {
    opacity: .98;
    filter:
      brightness(1.22)
      saturate(1.3)
      drop-shadow(0 0 11px rgba(255, 126, 187, .86))
      drop-shadow(0 0 26px rgba(255, 35, 132, .54));
  }
  40%, 48%, 57%, 61% {
    opacity: .24;
    filter: grayscale(.35) brightness(.48) drop-shadow(0 0 4px rgba(255, 104, 174, .28));
  }
  62%, 100% {
    opacity: 1;
    filter:
      brightness(1.1)
      saturate(1.2)
      drop-shadow(0 0 9px rgba(255, 126, 187, .84))
      drop-shadow(0 0 28px rgba(255, 35, 132, .58));
  }
}

@keyframes member-neon-idle-flicker {
  0%, 91%, 93%, 95%, 100% {
    opacity: 1;
    filter:
      brightness(1.1)
      saturate(1.2)
      drop-shadow(0 0 9px rgba(255, 126, 187, .84))
      drop-shadow(0 0 28px rgba(255, 35, 132, .58));
  }
  92% {
    opacity: .4;
    filter: brightness(.58) saturate(.8) drop-shadow(0 0 4px rgba(255, 104, 174, .3));
  }
  94% {
    opacity: .78;
    filter: brightness(.9) saturate(1.05) drop-shadow(0 0 7px rgba(255, 104, 174, .54));
  }
}

@keyframes member-neon-halo-ignite {
  0%, 16%, 22%, 34% { opacity: .02; }
  17%, 21%, 35%, 39%, 49%, 56% { opacity: .88; }
  40%, 48%, 57%, 61% { opacity: .16; }
  62%, 100% { opacity: .76; }
}

@keyframes member-neon-halo {
  0%, 100% { opacity: .68; }
  50% { opacity: .9; }
}

@media (max-width: 900px) {
  .member-shell {
    width: min(100% - 24px, 760px);
    padding-top: 104px;
  }

  .member-entrance {
    min-height: 1120px;
  }

  .access-panel {
    width: calc(100% - 52px);
  }
}

@media (max-width: 620px) {
  .member-shell {
    width: min(100% - 16px, 520px);
    padding-top: 88px;
  }

  .member-entrance {
    min-height: 1390px;
    padding-bottom: 148px;
    border-radius: 22px;
  }

  .member-door {
    inset: 18px 10px -86px;
    border-radius: 50% 50% 0 0 / 128px 128px 0 0;
  }

  .member-door::before {
    inset: 12px 12px 0;
    border-radius: 50% 50% 0 0 / 116px 116px 0 0;
  }

  .member-intro {
    min-height: 470px;
    padding: 52px 18px 28px;
  }

  .member-neon-sign {
    width: 116px;
    margin-bottom: 22px;
  }

  .member-intro h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .access-panel {
    width: calc(100% - 28px);
    padding: 28px 18px;
    border-radius: 18px;
  }

  .member-velvet-rope {
    bottom: 25px;
    width: calc(100% - 28px);
    height: 102px;
  }

  .member-rope-cord { height: 76px; }
  .member-rope-post { width: 27px; height: 85px; }
  .member-rope-post-left { left: 12px; }
  .member-rope-post-right { right: 12px; }
  .member-rope-post::before { top: -11px; width: 23px; height: 23px; }
  .member-rope-post::after { width: 50px; height: 14px; }
  .member-rope-post i { top: 14px; width: 36px; height: 7px; }

  .backroom-header {
    padding: 28px 20px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .backroom-logo,
  .member-intro h1,
  .backroom-header h2,
  .member-neon-sign::before,
  .member-neon-sign::after {
    animation: none !important;
    transition: none;
  }

  .backroom-logo,
  .member-intro h1,
  .backroom-header h2 {
    opacity: 1;
    filter:
      brightness(1.1)
      saturate(1.2)
      drop-shadow(0 0 9px rgba(255, 126, 187, .84))
      drop-shadow(0 0 28px rgba(255, 35, 132, .58));
  }

  .member-neon-sign::before { opacity: .78; }
  .member-neon-sign::after { opacity: .68; }
}
