/* The entrance owns only this subtree. Existing TTS styles and controls stay intact. */
#bv-voice-entrance {
  --bv-entrance-ready: 1;
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  overflow: hidden;
  overscroll-behavior: contain;
  isolation: isolate;
  color: #e9d7a4;
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  background: #070a10;
  transition: background-color 1.15s ease;
}
#bv-voice-entrance[hidden] { display: none; }
#bv-voice-entrance *, #bv-voice-entrance *::before, #bv-voice-entrance *::after { box-sizing: border-box; }
#bv-voice-entrance .bv-entrance-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 34%, #a7894617, transparent 51%), radial-gradient(ellipse at 50% 100%, #293a4b33, transparent 68%);
  transition: opacity .9s ease;
}
#bv-voice-entrance .bv-entrance-cloud {
  position: absolute;
  top: -12%;
  bottom: -12%;
  width: 68%;
  opacity: .82;
  pointer-events: none;
  will-change: transform;
  transition: transform 1.4s cubic-bezier(.2,.6,.25,1), opacity 1.3s ease;
}
#bv-voice-entrance .bv-entrance-cloud::before,
#bv-voice-entrance .bv-entrance-cloud::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 72% 18% at 27% 29%, #70849728, transparent 72%),
    radial-gradient(ellipse 65% 19% at 43% 68%, #89939d24, transparent 72%),
    radial-gradient(ellipse 80% 19% at 18% 92%, #7c868f31, transparent 75%),
    radial-gradient(ellipse 95% 30% at 4% 51%, #14212d94, transparent 75%);
  animation: bv-entrance-mist 17s ease-in-out infinite alternate;
}
#bv-voice-entrance .bv-entrance-cloud::after { opacity: .7; transform: scale(1.2); animation-delay: -8s; animation-duration: 23s; }
#bv-voice-entrance .bv-entrance-cloud--left { left: -12%; }
#bv-voice-entrance .bv-entrance-cloud--right { right: -12%; transform: scaleX(-1); }
#bv-voice-entrance .bv-entrance-cloud--right::before { animation-delay: -10s; }
#bv-voice-entrance .bv-entrance-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background-image: radial-gradient(circle at 17% 24%, #e4c576 0 1px, transparent 2px), radial-gradient(circle at 81% 29%, #dfc47a 0 1px, transparent 2px), radial-gradient(circle at 24% 74%, #e5c47d 0 1px, transparent 2px), radial-gradient(circle at 76% 69%, #dec992 0 1px, transparent 2px), radial-gradient(circle at 64% 14%, #f1d991 0 1px, transparent 2px), radial-gradient(circle at 37% 86%, #d3b870 0 1px, transparent 2px);
  animation: bv-entrance-stars 9s ease-in-out infinite alternate;
  transition: opacity .7s ease;
}
#bv-voice-entrance .bv-entrance-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: 100%;
  padding: max(28px, env(safe-area-inset-top)) 28px max(28px, env(safe-area-inset-bottom));
  text-align: center;
}
#bv-voice-entrance .bv-entrance-mark { display: block; width: 76px; height: 76px; object-fit: contain; margin: 0 auto 14px; opacity: .8; }
#bv-voice-entrance .bv-entrance-brand { margin: 0 0 32px; font: 500 15px/1.4 'Cormorant Garamond', Garamond, Georgia, serif; letter-spacing: .38em; padding-left: .38em; color: #c6ac70; }
#bv-voice-entrance .bv-entrance-title { margin: 0; font: 500 clamp(42px, 6.5vw, 92px)/.99 'Cormorant Garamond', Garamond, Georgia, serif; letter-spacing: -.035em; color: #eadbb2; text-wrap: balance; text-shadow: 0 2px 28px #b8954520; }
#bv-voice-entrance .bv-entrance-line { display: block; }
#bv-voice-entrance .bv-entrance-piece { display: inline-block; transition: transform 1.25s cubic-bezier(.25,.5,.15,1), opacity .75s ease; }
#bv-voice-entrance .bv-entrance-worlds { color: #edd798; background: linear-gradient(105deg, #bc9955 10%, #f5df9f 33%, #fff8df 47%, #c5a569 61%, #ebd69c 82%); background-size: 260% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: bv-entrance-gold 6s ease-in-out infinite; }
#bv-voice-entrance .bv-entrance-copy { max-width: 615px; margin: 26px auto 0; color: #bcb9b0; font: 400 clamp(16px, 1.7vw, 20px)/1.5 'Cormorant Garamond', Garamond, Georgia, serif; text-wrap: pretty; }
#bv-voice-entrance .bv-entrance-rule { width: 74px; height: 1px; margin: 29px auto 24px; background: linear-gradient(90deg, transparent, #c7a768, transparent); }
#bv-voice-entrance .bv-entrance-enter { min-height: 48px; margin: 0; padding: 12px 27px; border: 1px solid #8f754346; border-radius: 0; color: #e4d2a3; background: #b58b2b06; font: 500 17px/1.3 'Cormorant Garamond', Garamond, Georgia, serif; letter-spacing: .045em; cursor: pointer; box-shadow: none; transition: border-color .2s ease, background-color .2s ease; }
#bv-voice-entrance .bv-entrance-enter:hover { border-color: #c6a360; background: #b58b2b0c; }
#bv-voice-entrance .bv-entrance-enter:focus-visible { outline: 2px solid #f2dc9f; outline-offset: 6px; }
#bv-voice-entrance .bv-entrance-hint { margin: 16px 0 0; color: #a19c8f; font: 400 12px/1.4 system-ui, sans-serif; letter-spacing: .05em; }
#bv-voice-entrance .bv-entrance-fade { transition: opacity .55s ease, transform 1s ease; }
#bv-voice-entrance.bv-entrance-leaving { background-color: transparent; }
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-atmosphere,
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-stars { opacity: 0; }
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-stars { animation: none; }
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-cloud--left { transform: translateX(-115%); opacity: 0; }
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-cloud--right { transform: translateX(115%) scaleX(-1); opacity: 0; }
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-piece--left { transform: translateX(-55vw); opacity: 0; }
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-piece--right { transform: translateX(55vw); opacity: 0; }
#bv-voice-entrance.bv-entrance-leaving .bv-entrance-fade { opacity: 0; transform: translateY(-10px); }
@keyframes bv-entrance-mist { from { transform: translate3d(-2%, 1%, 0); opacity: .6; } to { transform: translate3d(5%, -2%, 0); opacity: 1; } }
@keyframes bv-entrance-stars { from { opacity: .23; transform: translateY(4px); } to { opacity: .58; transform: translateY(-5px); } }
@keyframes bv-entrance-gold { 0%, 20% { background-position: 100% 50%; } 75%, 100% { background-position: 0% 50%; } }
@media (max-width: 600px) {
  #bv-voice-entrance .bv-entrance-content { padding-inline: 20px; }
  #bv-voice-entrance .bv-entrance-mark { width: 60px; height: 60px; margin-bottom: 10px; }
  #bv-voice-entrance .bv-entrance-brand { margin-bottom: 29px; font-size: 13px; }
  #bv-voice-entrance .bv-entrance-title { font-size: clamp(36px, 9.8vw, 58px); line-height: 1.05; }
  #bv-voice-entrance .bv-entrance-copy { max-width: 355px; margin-top: 23px; font-size: 17px; }
  #bv-voice-entrance .bv-entrance-cloud { width: 85%; }
}
@media (max-height: 650px) {
  #bv-voice-entrance .bv-entrance-content { padding-block: 20px; }
  #bv-voice-entrance .bv-entrance-mark { width: 42px; height: 42px; margin-bottom: 8px; }
  #bv-voice-entrance .bv-entrance-brand { margin-bottom: 18px; font-size: 12px; }
  #bv-voice-entrance .bv-entrance-title { font-size: clamp(36px, 7vw, 51px); }
  #bv-voice-entrance .bv-entrance-copy { margin-top: 16px; font-size: 16px; }
  #bv-voice-entrance .bv-entrance-rule { margin: 16px auto; }
  #bv-voice-entrance .bv-entrance-hint { margin-top: 12px; }
}
@media (max-height: 420px) {
  #bv-voice-entrance .bv-entrance-mark, #bv-voice-entrance .bv-entrance-rule { display: none; }
  #bv-voice-entrance .bv-entrance-title { font-size: 31px; }
  #bv-voice-entrance .bv-entrance-copy { margin-block: 12px; font-size: 15px; }
  #bv-voice-entrance .bv-entrance-brand { margin-bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  #bv-voice-entrance, #bv-voice-entrance *, #bv-voice-entrance *::before, #bv-voice-entrance *::after { animation: none !important; transition: none !important; }
}
