.bcw-vegas-wrap {
  --pink: #ff5fa2;
  --hot-pink: #ef2c89;
  --blush: #ffe1ef;
  --cream: #fff8f3;
  --teal: #2ec4b6;
  --deep: #4f2346;
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(28px, 6vw, 80px) 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 15%, rgba(255,255,255,.8) 0 2px, transparent 3px),
    linear-gradient(135deg, #ffd5e8 0%, #fff3ec 42%, #dff8f5 100%);
  color: var(--deep);
  box-sizing: border-box;
}

.bcw-vegas-wrap::before,
.bcw-vegas-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
}

.bcw-vegas-wrap::before { width: 280px; height: 280px; left: -90px; bottom: -80px; background: #ff9cc5; }
.bcw-vegas-wrap::after { width: 240px; height: 240px; right: -70px; top: -60px; background: #78ded4; }

.bcw-vegas-card {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  padding: clamp(30px, 6vw, 70px);
  text-align: center;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 34px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 30px 80px rgba(107, 49, 91, .18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bcw-vegas-top-icons { display: flex; justify-content: center; gap: 16px; font-size: clamp(28px, 5vw, 48px); margin-bottom: 12px; }
.bcw-vegas-kicker { margin: 0 0 10px; color: var(--hot-pink); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; font-size: 13px; }
.bcw-vegas-card h1 { margin: 0; font-size: clamp(40px, 8vw, 86px); line-height: .98; color: var(--deep); letter-spacing: -.045em; font-family: Georgia, 'Times New Roman', serif; }
.bcw-vegas-subtitle { max-width: 650px; margin: 20px auto 34px; font-size: clamp(17px, 2vw, 22px); line-height: 1.6; color: #704464; }

.bcw-vegas-countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(10px, 2vw, 20px); }
.bcw-time-box {
  padding: clamp(18px, 3vw, 30px) 8px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fff0f7 100%);
  border: 1px solid #ffd0e5;
  box-shadow: 0 12px 30px rgba(239,44,137,.10);
}
.bcw-time-box strong { display: block; font-size: clamp(38px, 7vw, 72px); line-height: 1; color: var(--hot-pink); font-variant-numeric: tabular-nums; }
.bcw-time-box span { display: block; margin-top: 10px; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: #7b5571; }

.bcw-vegas-love-note { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 30px auto 0; max-width: 700px; color: #704464; }
.bcw-vegas-love-note p { margin: 0; line-height: 1.55; }
.bcw-heart { color: var(--hot-pink); font-size: 22px; animation: bcwPulse 1.7s infinite; }
.bcw-vegas-footer-line { margin-top: 28px; padding-top: 22px; border-top: 1px dashed #efb5cf; font-weight: 700; color: #8d5477; }

.bcw-lock-card { max-width: 720px; }
.bcw-lock-badge { width: 90px; height: 90px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: linear-gradient(135deg, #ff77b5, #ffd3e7); font-size: 48px; box-shadow: 0 15px 35px rgba(239,44,137,.2); }
.bcw-vegas-form { max-width: 560px; margin: 0 auto; text-align: left; }
.bcw-vegas-form label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; color: #6d3d61; }
.bcw-password-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.bcw-password-row input { min-width: 0; padding: 16px 18px; border: 2px solid #ffd0e3; border-radius: 15px; background: #fff; color: #4f2346; font-size: 16px; outline: none; }
.bcw-password-row input:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(255,95,162,.13); }
.bcw-password-row button { border: 0; border-radius: 15px; padding: 16px 22px; background: linear-gradient(135deg, var(--hot-pink), #ff79b2); color: white; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(239,44,137,.24); }
.bcw-password-row button:hover { transform: translateY(-1px); }
.bcw-vegas-error { margin: 0 auto 18px; max-width: 560px; padding: 12px 15px; border-radius: 12px; background: #fff0f3; border: 1px solid #ffb8c8; color: #9b2345; font-weight: 700; }
.bcw-vegas-complete { grid-column: 1 / -1; padding: 30px; font-size: clamp(30px, 6vw, 64px); font-weight: 900; color: var(--hot-pink); }

@keyframes bcwPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.2); } }

@media (max-width: 720px) {
  .bcw-vegas-wrap { min-height: 70vh; border-radius: 20px; padding: 18px 10px; }
  .bcw-vegas-card { border-radius: 24px; padding: 28px 16px; }
  .bcw-vegas-countdown { grid-template-columns: repeat(2, 1fr); }
  .bcw-password-row { grid-template-columns: 1fr; }
  .bcw-password-row button { width: 100%; }
  .bcw-vegas-love-note { align-items: flex-start; }
}

html:has(body.bcw-vegas-standalone-page),
body.bcw-vegas-standalone-page {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: #ffd5e8;
}

body.bcw-vegas-standalone-page .bcw-vegas-standalone-main {
  width: 100%;
  min-height: 100vh;
}

body.bcw-vegas-standalone-page .bcw-vegas-wrap {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  border-radius: 0;
  padding: clamp(22px, 5vw, 70px) 18px;
}

body.bcw-vegas-standalone-page #wpadminbar {
  display: none !important;
}

html:has(body.bcw-vegas-standalone-page) {
  margin-top: 0 !important;
}

/* Personal Heather + Will details */
.bcw-couple-names {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 2px 0 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 700;
  color: var(--deep);
}
.bcw-couple-names b {
  color: var(--hot-pink);
  font-size: .72em;
  animation: bcwPulse 1.7s infinite;
}
.bcw-gamer-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 22px;
  font-size: clamp(12px, 1.7vw, 15px);
  font-weight: 900;
  letter-spacing: .08em;
  color: #8d5477;
}
.bcw-gamer-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(239,44,137,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 6px 18px rgba(239,44,137,.08);
}
.bcw-gamer-tags i { color: var(--hot-pink); font-style: normal; }
.bcw-couple-signoff {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px auto 0;
  color: var(--deep);
}
.bcw-couple-signoff strong { font-size: clamp(16px, 2vw, 20px); }
.bcw-couple-signoff > span { color: var(--hot-pink); animation: bcwPulse 1.7s infinite; }
.bcw-couple-signoff small {
  flex-basis: 100%;
  margin-top: 2px;
  color: #8d5477;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
}
.bcw-vegas-skyline {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  font-size: 22px;
  color: rgba(239,44,137,.55);
}
.bcw-vegas-skyline span:nth-child(even) { color: rgba(46,196,182,.7); }
.bcw-lock-names { margin-top: 0; font-size: clamp(28px, 5vw, 46px); }

@media (max-width: 520px) {
  .bcw-couple-names { gap: 8px; }
  .bcw-gamer-tags { gap: 6px; margin-bottom: 18px; }
  .bcw-gamer-tags span { padding: 6px 9px; }
}


/* v1.4.0 personalized cartoon artwork */
.bcw-vegas-couple-art {
  position: relative;
  width: min(720px, 100%);
  margin: -34px auto 24px;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(255, 111, 181, .78);
  box-shadow: 0 18px 55px rgba(239, 44, 137, .28), 0 0 35px rgba(255, 88, 176, .22);
  background: #1b0d2b;
}
.bcw-vegas-couple-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -55px 65px rgba(20, 4, 29, .34);
}
.bcw-vegas-couple-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 710 / 590;
  object-fit: cover;
  object-position: center top;
}
.bcw-lock-art { max-width: 570px; margin-top: -28px; }
.bcw-lock-card .bcw-lock-badge { margin-top: -22px; position: relative; z-index: 3; }
@media (max-width: 720px) {
  .bcw-vegas-couple-art { margin: -12px auto 20px; border-radius: 20px; }
  .bcw-lock-art { margin-top: -12px; }
}
