/* WarrantyVault V35.0.35: centered responsive vault entry */

html.wv-vault-entry-pending,
html.wv-vault-entry-pending body {
  overflow: hidden;
}

.wv-vault-entry {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: none;
  place-items: center;
  overflow: hidden;
  min-height: 100dvh;
  box-sizing: border-box;
  padding:
    max(20px, env(safe-area-inset-top))
    max(20px, env(safe-area-inset-right))
    max(20px, env(safe-area-inset-bottom))
    max(20px, env(safe-area-inset-left));
  color: #f7fbff;
  background:
    radial-gradient(circle at 50% 42%, rgba(22, 115, 130, .18), transparent 28%),
    linear-gradient(180deg, #071522 0%, #030a12 78%);
  perspective: 1500px;
  isolation: isolate;
}

html.wv-vault-entry-pending .wv-vault-entry {
  display: grid;
}

.wv-vault-entry.is-finished {
  display: none !important;
  pointer-events: none !important;
}

.wv-vault-entry::before,
.wv-vault-entry::after {
  position: absolute;
  inset-block: 0;
  z-index: -2;
  width: 51%;
  content: "";
  background:
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(129, 176, 211, .035) 54px 56px),
    radial-gradient(circle at 50% 38%, rgba(37,99,235,.22), transparent 42%),
    linear-gradient(145deg, #10263a, #040c17 72%);
  transition: transform 460ms cubic-bezier(.72,0,.18,1) 940ms;
}

.wv-vault-entry::before {
  left: 0;
  border-right: 1px solid rgba(130,178,230,.12);
}

.wv-vault-entry::after {
  right: 0;
  border-left: 1px solid rgba(130,178,230,.12);
}

.wv-vault-entry.is-opening::before {
  transform: translateX(-102%);
}

.wv-vault-entry.is-opening::after {
  transform: translateX(102%);
}

.wv-vault-entry-ambient {
  position: absolute;
  inset: -30%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(20,184,166,.12), transparent 21%),
    conic-gradient(from 90deg at 50% 50%, transparent, rgba(54,128,255,.08), transparent 24%, rgba(20,184,166,.08), transparent 58%);
  filter: blur(12px);
  animation: wvAmbientTurn 18s linear infinite;
}

.wv-vault-entry-depth {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 420ms ease 880ms, transform 700ms cubic-bezier(.2,.75,.2,1) 720ms;
}

.wv-vault-beam {
  position: absolute;
  top: -22%;
  width: 34vw;
  height: 118vh;
  opacity: .22;
  background: linear-gradient(90deg, transparent, rgba(71, 215, 208, .26), transparent);
  filter: blur(20px);
  transform-origin: 50% 0;
  animation: wvSecurityBeam 7s ease-in-out infinite alternate;
}

.wv-vault-beam.left {
  left: -10%;
  transform: rotate(-19deg);
}

.wv-vault-beam.right {
  right: -10%;
  transform: rotate(19deg);
  animation-delay: -3.5s;
}

.wv-vault-floor {
  position: absolute;
  right: -28%;
  bottom: -38%;
  left: -28%;
  height: 72%;
  border-top: 1px solid rgba(91, 204, 198, .22);
  background:
    linear-gradient(rgba(94, 179, 191, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 179, 191, .12) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: .34;
  transform: rotateX(68deg);
  transform-origin: 50% 0;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.1), #000 46%, transparent 92%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.1), #000 46%, transparent 92%);
}

.wv-vault-card {
  position: absolute;
  width: 54px;
  aspect-ratio: .7;
  border: 1px solid rgba(140, 211, 220, .22);
  border-radius: 6px;
  opacity: .18;
  background:
    linear-gradient(rgba(147, 218, 224, .3), rgba(147, 218, 224, .3)) 50% 8% / 66% 7% no-repeat,
    radial-gradient(circle at 50% 52%, rgba(77, 202, 193, .22), transparent 46%),
    linear-gradient(145deg, rgba(53, 91, 115, .32), rgba(4, 14, 24, .38));
  box-shadow: inset 0 0 0 4px rgba(103, 158, 181, .05), 0 18px 42px rgba(0,0,0,.3);
  animation: wvCardFloat 6.8s ease-in-out infinite alternate;
}

.wv-vault-card.one { top: 18%; left: 8%; transform: rotate(-12deg) scale(.82); }
.wv-vault-card.two { top: 50%; left: 16%; transform: rotate(8deg) scale(.6); animation-delay: -3s; }
.wv-vault-card.three { top: 20%; right: 9%; transform: rotate(12deg) scale(.78); animation-delay: -1.4s; }
.wv-vault-card.four { top: 53%; right: 17%; transform: rotate(-7deg) scale(.58); animation-delay: -4.8s; }

.wv-vault-reveal-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: min(620px, calc(100vw - 32px));
  padding: 0 12px;
  box-sizing: border-box;
  justify-items: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-50% + 14px)) scale(.94);
}

.wv-vault-reveal-copy small {
  color: #70f1dc;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .28em;
}

.wv-vault-reveal-copy strong {
  max-width: 100%;
  margin-top: 10px;
  color: #f7fbff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 10px 38px rgba(0,0,0,.6), 0 0 34px rgba(75, 211, 201, .2);
}

.wv-vault-reveal-copy span {
  margin-top: 8px;
  color: #b9cfdb;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.wv-vault-entry-bloom {
  position: absolute;
  z-index: 8;
  width: min(88vmin, 780px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(255,255,255,.96) 0 3%, rgba(74,222,205,.65) 12%, rgba(50,126,255,.2) 32%, transparent 68%);
  filter: blur(9px);
  transform: scale(.12);
}

.wv-vault-entry-inner {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(680px, 100%);
  text-align: center;
}

.wv-vault-entry-inner::before {
  position: absolute;
  inset: -22% -58%;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .34;
  background: linear-gradient(112deg, transparent 36%, rgba(121,191,238,.12) 47%, rgba(255,255,255,.08) 50%, transparent 62%);
  transform: translateX(-38%);
  animation: wvMetalReflection 5.8s ease-in-out infinite;
}

.wv-vault-frame {
  position: relative;
  z-index: 0;
  display: grid;
  width: clamp(286px, min(44vw, 57vh), 470px);
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid #536b7f;
  border-radius: 11%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.2), transparent 16% 72%, rgba(0,0,0,.42)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 8px),
    linear-gradient(145deg, #40586c 0%, #172a3b 32%, #091521 72%, #243c50 100%);
  box-shadow:
    inset 0 0 0 7px #07111b,
    inset 0 0 0 10px #6f8799,
    inset 0 0 0 14px #172a3a,
    inset 18px 18px 30px rgba(255,255,255,.045),
    inset -22px -22px 38px rgba(0,0,0,.48),
    0 34px 74px rgba(0,0,0,.66),
    0 0 0 2px #050b12,
    0 0 0 6px rgba(42,65,83,.85);
  perspective: 1500px;
  transform-style: preserve-3d;
}

.wv-vault-frame::before {
  position: absolute;
  inset: 8.6%;
  z-index: 0;
  border: 5px solid #263e52;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(circle at 50% 46%, #08131e 0 54%, #02070c 72%, #000 100%);
  box-shadow:
    inset 0 0 0 5px #02070c,
    inset 0 0 45px rgba(0,0,0,.98),
    0 0 0 3px #7890a2,
    0 0 0 8px #0b1722;
}

.wv-vault-frame::after {
  position: absolute;
  inset: 3.4%;
  z-index: 1;
  border: 1px solid rgba(197,216,229,.28);
  border-radius: 9%;
  content: "";
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,.72),
    0 0 18px rgba(0,0,0,.28);
}

.wv-vault-hinge {
  position: absolute;
  left: 1.2%;
  z-index: 5;
  width: 17%;
  height: 13%;
  border: 2px solid #71889a;
  border-radius: 15px 6px 6px 15px;
  background:
    linear-gradient(90deg, #142535, #7590a4 18%, #d4e0e8 38%, #60798c 58%, #172a3a 78%);
  box-shadow:
    inset 0 3px 5px rgba(255,255,255,.26),
    inset 0 -5px 8px rgba(0,0,0,.55),
    4px 7px 12px rgba(0,0,0,.58);
}

.wv-vault-hinge::before,
.wv-vault-hinge::after {
  position: absolute;
  left: 12%;
  width: 76%;
  height: 11px;
  border: 1px solid #8195a5;
  border-radius: 999px;
  content: "";
  background: linear-gradient(#dbe5ec, #546c80 48%, #122331);
  box-shadow: 0 2px 4px rgba(0,0,0,.52);
}

.wv-vault-hinge::before { top: -7px; }
.wv-vault-hinge::after { bottom: -7px; }
.wv-vault-hinge.upper { top: 21%; }
.wv-vault-hinge.lower { bottom: 21%; }

.wv-vault-frame-stud {
  position: absolute;
  z-index: 4;
  width: 14px;
  height: 14px;
  border: 1px solid #8498a8;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #eff5f8, #71899a 32%, #172938 72%);
  box-shadow: 0 2px 4px rgba(0,0,0,.62), 0 0 0 2px rgba(3,9,15,.52);
}

.wv-vault-frame-stud.one { top: 5.5%; left: 5.5%; }
.wv-vault-frame-stud.two { top: 5.5%; right: 5.5%; }
.wv-vault-frame-stud.three { right: 5.5%; bottom: 5.5%; }
.wv-vault-frame-stud.four { bottom: 5.5%; left: 5.5%; }

.wv-vault-door {
  position: relative;
  z-index: 3;
  display: grid;
  width: 79%;
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform-origin: 3% 50%;
  will-change: transform, opacity;
  filter: drop-shadow(0 38px 66px rgba(0,0,0,.6));
  transition:
    filter 300ms ease,
    opacity 200ms ease;
}

.wv-vault-door::before {
  position: absolute;
  inset: 2% -2.5% 2% 2.5%;
  z-index: -1;
  border: 3px solid #526b80;
  border-radius: 50%;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 35% 30%, #5b7285, #1c3143 45%, #07131e 76%);
  box-shadow:
    inset -23px 0 30px rgba(0,0,0,.72),
    inset 8px 0 14px rgba(255,255,255,.08),
    17px 16px 28px rgba(0,0,0,.5);
  transform: translateZ(-28px);
}

.wv-vault-door:hover,
.wv-vault-door:focus-visible {
  filter: drop-shadow(0 38px 62px rgba(0,0,0,.6)) drop-shadow(0 0 24px rgba(45,212,191,.2));
  outline: none;
}

.wv-vault-door:focus-visible .wv-vault-door-ring {
  box-shadow: 0 0 0 4px rgba(96,165,250,.35), inset 0 0 0 2px rgba(255,255,255,.05);
}

.wv-vault-door-ring {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 5px solid #71889a;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(255,255,255,.075) 0 1.2deg, transparent 1.2deg 10deg),
    radial-gradient(circle at 36% 27%, #526a7e 0%, #293f52 31%, #102333 58%, #06111b 79%);
  box-shadow:
    inset 0 0 0 7px #050d15,
    inset 0 0 0 10px #70879a,
    inset 0 0 0 14px #142839,
    inset 0 -24px 40px rgba(0,0,0,.5),
    0 0 0 6px #02080d,
    0 0 0 10px #425a6e,
    0 0 74px rgba(27,133,145,.14);
}

.wv-vault-door-ring::before,
.wv-vault-door-ring::after {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(148,190,225,.35);
  border-radius: 50%;
  content: "";
}

.wv-vault-door-ring::after {
  inset: 23%;
  border: 3px solid #4f687c;
  box-shadow:
    0 0 0 3px #071521,
    0 0 0 5px rgba(142,166,183,.4),
    0 0 22px rgba(20,184,166,.08);
}

.wv-vault-dial-scale {
  position: absolute;
  inset: 8.2%;
  z-index: 3;
  border-radius: 50%;
}

.wv-vault-dial-scale::before {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  content: "";
  background: repeating-conic-gradient(
    from -1deg,
    rgba(213,226,234,.86) 0 1deg,
    transparent 1deg 4deg,
    rgba(131,158,179,.56) 4deg 4.7deg,
    transparent 4.7deg 9deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent 0 82.5%, #000 83% 88.5%, transparent 89%);
  mask: radial-gradient(farthest-side, transparent 0 82.5%, #000 83% 88.5%, transparent 89%);
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.9));
}

.wv-vault-dial-scale i {
  position: absolute;
  top: var(--y);
  left: var(--x);
  z-index: 4;
  display: grid;
  min-width: 22px;
  height: 16px;
  place-items: center;
  border-radius: 4px;
  color: #e5edf2;
  background: rgba(6,16,25,.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(7px, .83vw, 10px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  text-shadow: 0 2px 2px #000;
  box-shadow: 0 0 0 1px rgba(132,158,178,.28);
  transform: translate(-50%, -50%);
}

.wv-vault-dial-pointer {
  position: absolute;
  top: 3.5%;
  left: 50%;
  z-index: 7;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 15px solid #63e6d5;
  content: "";
  filter: drop-shadow(0 0 6px rgba(76,233,214,.78));
  transform: translateX(-50%);
}

.wv-vault-lock-wheel {
  position: absolute;
  inset: 18.5%;
  z-index: 2;
  border-radius: 50%;
  border: 5px solid #8699a8;
  background: radial-gradient(circle, transparent 58%, rgba(4,13,21,.84) 59% 66%, transparent 67%);
  box-shadow:
    inset 0 0 0 3px #142737,
    0 0 0 3px #07131e,
    0 0 0 5px rgba(117,143,163,.38),
    0 8px 16px rgba(0,0,0,.46);
  filter: drop-shadow(0 0 5px rgba(74,222,205,.08));
  animation: wvLockIdle 22s linear infinite;
}

.wv-vault-handle-wheel {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 50%;
  pointer-events: none;
  animation: wvHandleIdle 9s ease-in-out infinite;
}

.wv-vault-handle-wheel > i {
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  width: 37%;
  height: 12px;
  border: 1px solid #9aabba;
  border-radius: 999px;
  background: linear-gradient(#e1e8ed 0%, #7f95a7 30%, #263d50 62%, #9bafbd 100%);
  box-shadow:
    inset 0 2px 2px rgba(255,255,255,.54),
    inset 0 -3px 4px rgba(0,0,0,.46),
    0 3px 7px rgba(0,0,0,.62);
  transform-origin: 0 50%;
}

.wv-vault-handle-wheel > i::after {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 21px;
  height: 21px;
  border: 2px solid #8ea3b4;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle at 35% 28%, #f1f5f7, #71899b 35%, #172b3b 72%);
  box-shadow: 0 3px 7px rgba(0,0,0,.68);
  transform: translateY(-50%);
}

.wv-vault-handle-wheel > i.one { transform: rotate(-90deg); }
.wv-vault-handle-wheel > i.two { transform: rotate(-18deg); }
.wv-vault-handle-wheel > i.three { transform: rotate(54deg); }
.wv-vault-handle-wheel > i.four { transform: rotate(126deg); }
.wv-vault-handle-wheel > i.five { transform: rotate(198deg); }

.wv-vault-bolt {
  position: absolute;
  z-index: 6;
  width: 28px;
  height: 20px;
  border: 2px solid #8095a6;
  border-radius: 7px;
  background: linear-gradient(135deg, #e0e8ed, #71899c 38%, #23394a 72%);
  box-shadow:
    inset 0 2px 2px rgba(255,255,255,.42),
    inset 0 -3px 4px rgba(0,0,0,.46),
    0 3px 8px rgba(0,0,0,.7),
    0 0 0 3px rgba(7,20,33,.6);
  isolation: isolate;
}

.wv-vault-bolt.one { top: 10.5%; left: 50%; transform: translateX(-50%) rotate(90deg); }
.wv-vault-bolt.two { top: 50%; right: 10.5%; transform: translateY(-50%); }
.wv-vault-bolt.three { bottom: 10.5%; left: 50%; transform: translateX(-50%) rotate(90deg); }
.wv-vault-bolt.four { top: 50%; left: 10.5%; transform: translateY(-50%); }

.wv-vault-bolt::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(112,148,176,.35);
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, rgba(2,9,15,.9), rgba(40,68,89,.66), rgba(2,9,15,.9));
  box-shadow: inset 0 1px 3px rgba(0,0,0,.7);
}

.wv-vault-bolt.one::after,
.wv-vault-bolt.three::after {
  top: 50%;
  left: 50%;
  width: 42px;
  height: 9px;
  transform: translate(-50%, -50%);
}

.wv-vault-bolt.two::after,
.wv-vault-bolt.four::after {
  top: 50%;
  left: 50%;
  width: 42px;
  height: 9px;
  transform: translate(-50%, -50%);
}

.wv-vault-logo-shell {
  position: relative;
  z-index: 5;
  display: grid;
  width: 56%;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(153,203,235,.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 30%, rgba(68,104,130,.5), transparent 34%),
    #071725;
  box-shadow:
    inset 0 0 32px rgba(0,0,0,.72),
    0 0 0 7px #0a1b29,
    0 0 0 10px rgba(142,164,181,.65),
    0 0 0 13px #07131e,
    0 0 28px rgba(20,184,166,.08);
  transition: box-shadow 280ms ease, transform 280ms ease;
}

.wv-vault-logo-shell img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,.45));
  transform: translateZ(18px);
  transition: transform 300ms ease;
}

.wv-vault-door:hover .wv-vault-logo-shell img,
.wv-vault-door:focus-visible .wv-vault-logo-shell img {
  transform: translateZ(24px) scale(1.035);
}

.wv-vault-logo-shell::after {
  position: absolute;
  inset: -30% auto -30% -52%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  transform: rotate(17deg);
  animation: wvLogoSweep 2.8s ease-in-out infinite;
}

.wv-vault-click-ripple {
  position: absolute;
  inset: 28%;
  z-index: 5;
  border: 2px solid rgba(109,234,216,.8);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: scale(.35);
}

.wv-vault-entry-copy {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  display: grid;
  justify-items: center;
  width: min(620px, calc(100vw - 32px));
  margin-top: 0;
  transform: translateX(-50%);
  transition: opacity 240ms ease, transform 240ms ease;
}

.wv-vault-entry-copy small {
  margin-bottom: 9px;
  color: #55e2cd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.wv-vault-entry-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.7vw, 50px);
  letter-spacing: -.045em;
}

.wv-vault-entry-copy span {
  margin-top: 7px;
  color: #c8d6e2;
  font-size: 12px;
  font-weight: 750;
}

.wv-vault-entry-copy em {
  margin-top: 5px;
  color: #55e2cd;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wv-vault-entry-copy b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 9px 13px;
  border: 1px solid rgba(86,164,229,.18);
  border-radius: 999px;
  color: #cfe0ed;
  background: rgba(10,29,47,.7);
  font-size: 11px;
  letter-spacing: .06em;
  box-shadow: 0 10px 28px rgba(0,0,0,.2);
}

.wv-vault-entry-copy b::after {
  color: #55e2cd;
  content: "→";
  animation: wvEnterArrow 1.3s ease-in-out infinite;
}

.wv-vault-opening-status {
  position: absolute;
  bottom: -3px;
  color: #6eeee0;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(7px);
}

.wv-vault-entry.is-opening .wv-vault-lock-wheel {
  animation: wvLockRelease 720ms cubic-bezier(.2,.75,.2,1) forwards;
}

.wv-vault-entry.is-opening .wv-vault-dial-scale {
  animation: wvDialRelease 720ms cubic-bezier(.2,.75,.2,1) forwards;
}

.wv-vault-entry.is-opening .wv-vault-handle-wheel {
  animation: wvHandleRelease 600ms cubic-bezier(.2,.75,.2,1) 250ms forwards;
}

.wv-vault-entry.is-opening .wv-vault-bolt {
  box-shadow: 0 0 22px rgba(74,222,205,.9), 0 0 0 3px rgba(7,20,33,.55);
}

.wv-vault-entry.is-opening .wv-vault-bolt.one { animation: wvBoltTop 520ms cubic-bezier(.2,.75,.2,1) 430ms forwards; }
.wv-vault-entry.is-opening .wv-vault-bolt.two { animation: wvBoltRight 520ms cubic-bezier(.2,.75,.2,1) 470ms forwards; }
.wv-vault-entry.is-opening .wv-vault-bolt.three { animation: wvBoltBottom 520ms cubic-bezier(.2,.75,.2,1) 510ms forwards; }
.wv-vault-entry.is-opening .wv-vault-bolt.four { animation: wvBoltLeft 520ms cubic-bezier(.2,.75,.2,1) 550ms forwards; }

.wv-vault-entry.is-opening .wv-vault-logo-shell {
  box-shadow:
    inset 0 0 32px rgba(0,0,0,.58),
    0 0 0 7px #0d2234,
    0 0 0 10px rgba(66,235,211,.86),
    0 0 45px rgba(45,212,191,.8),
    0 0 90px rgba(37,99,235,.34);
  transform: translateZ(20px) scale(1.025);
}

.wv-vault-entry.is-opening .wv-vault-click-ripple {
  animation: wvVaultRipple 380ms ease-out both;
}

.wv-vault-entry.is-opening .wv-vault-entry-copy b {
  opacity: 0;
  transform: translateY(-5px);
}

.wv-vault-entry.is-opening .wv-vault-opening-status {
  opacity: 1;
  transform: none;
  transition: opacity 160ms ease 80ms, transform 200ms ease 80ms;
}

.wv-vault-entry.is-opening .wv-vault-entry-bloom {
  animation: wvVaultBloom 720ms ease-in 1000ms both;
}

.wv-vault-entry.is-opening .wv-vault-door {
  animation: wvDoorOpen 760ms cubic-bezier(.16,1,.3,1) 940ms both;
}

.wv-vault-entry.is-opening .wv-vault-entry-copy {
  animation: wvCopyRelease 1180ms ease both;
}

.wv-vault-entry.is-opening .wv-vault-entry-ambient {
  opacity: 0;
  transition: opacity 520ms ease 1180ms;
}

.wv-vault-entry.is-opening .wv-vault-entry-depth {
  opacity: 0;
  transform: scale(1.12);
}

.wv-vault-entry.is-opening .wv-vault-reveal-copy {
  animation: wvAccessReveal 800ms cubic-bezier(.2,.75,.2,1) 1050ms both;
}

html.wv-vault-entry-complete #authGate,
html.wv-vault-entry-complete #appShell {
  animation: wvSiteReveal 520ms cubic-bezier(.2,.75,.2,1) both;
}

.view.active {
  animation: wvViewIn 340ms cubic-bezier(.2,.75,.2,1);
}

.modal-backdrop.show {
  animation: wvBackdropIn 180ms ease both;
}

.modal-backdrop.show > .modal {
  animation: wvModalIn 280ms cubic-bezier(.2,.78,.2,1) both;
  transform-origin: 50% 42%;
}

.show-section-tabs button,
.card-detail-tabs button,
.auth-tab,
[role="tab"] {
  position: relative;
}

.show-section-tabs button::after,
.card-detail-tabs button::after,
.auth-tab::after,
[role="tab"]::after {
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 2px;
  border-radius: 99px;
  content: "";
  background: linear-gradient(90deg, var(--brand), var(--brand-3));
  opacity: 0;
  transform: scaleX(.18);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.2,.75,.2,1);
}

.show-section-tabs button.active::after,
.card-detail-tabs button.active::after,
.auth-tab.active::after,
[role="tab"].active::after,
[role="tab"][aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.dashboard-action-card,
.vault-overview-metric,
.collect-card,
.performance-show-card,
.show-sale-card,
.repack-card,
.repack-checklist-series-card,
.public-showcase-card,
.v35-highlight-grid > button {
  transition:
    transform 240ms cubic-bezier(.2,.75,.2,1),
    box-shadow 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .dashboard-action-card:hover,
  .vault-overview-metric:hover,
  .collect-card:hover,
  .performance-show-card:hover,
  .show-sale-card:hover,
  .repack-card:hover,
  .repack-checklist-series-card:hover,
  .public-showcase-card:hover,
  .v35-highlight-grid > button:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--brand) 38%, var(--line));
    box-shadow: 0 20px 40px rgba(8,24,44,.16);
  }
}

.btn.is-busy {
  position: relative;
  overflow: hidden;
}

.btn.is-busy::after,
.recovery-loading::after,
[aria-busy="true"]::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(105deg, transparent 24%, rgba(255,255,255,.18) 45%, transparent 66%);
  transform: translateX(-115%);
  animation: wvShimmer 1.15s ease-in-out infinite;
}

.toast.wv-toast-success {
  border-color: rgba(45,212,191,.34);
  box-shadow: 0 18px 44px rgba(0,0,0,.35), 0 0 28px rgba(20,184,166,.1);
}

.toast.wv-toast-success .toast-dot {
  background: #2dd4bf;
  box-shadow: 0 0 16px #2dd4bf;
  animation: wvSuccessPulse 720ms ease both;
}

.wv-success-burst {
  position: fixed;
  right: 72px;
  bottom: 72px;
  z-index: 2147483646;
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.wv-success-burst i {
  position: absolute;
  inset: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c, #2dd4bf);
  box-shadow: 0 0 10px var(--c, #2dd4bf);
  animation: wvBurst 760ms cubic-bezier(.16,.78,.22,1) both;
}

.landing-hero,
.repack-storefront-page-hero {
  position: relative;
  isolation: isolate;
}

.landing-hero::after,
.repack-storefront-page-hero::before {
  position: absolute;
  z-index: -1;
  width: min(560px, 58vw);
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(37,99,235,.13), rgba(20,184,166,.06) 36%, transparent 70%);
  filter: blur(12px);
  animation: wvHeroDrift 9s ease-in-out infinite alternate;
}

.landing-hero::after {
  top: -18%;
  right: -10%;
}

.repack-storefront-page-hero::before {
  top: -42%;
  left: -13%;
}

@keyframes wvAmbientTurn {
  to { transform: rotate(360deg); }
}

@keyframes wvSecurityBeam {
  0% { opacity: .1; filter: blur(24px); }
  48% { opacity: .25; }
  100% { opacity: .14; filter: blur(16px); }
}

@keyframes wvCardFloat {
  from { margin-top: -8px; opacity: .11; }
  to { margin-top: 9px; opacity: .24; }
}

@keyframes wvDoorBreathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.006); }
}

@keyframes wvDoorOpen {
  0% {
    opacity: 1;
    transform: translate3d(0,0,0) rotateY(0deg) scale(1);
  }
  68% {
    opacity: 1;
    transform: translate3d(-7%,0,0) rotateY(-92deg) scale(.98);
  }
  86% {
    opacity: .92;
  }
  100% {
    opacity: 0;
    transform: translate3d(-12%,0,0) rotateY(-112deg) scale(.96);
  }
}

@keyframes wvMetalReflection {
  0%, 18% { opacity: .12; transform: translateX(-38%); }
  52% { opacity: .42; }
  82%, 100% { opacity: .12; transform: translateX(38%); }
}

@keyframes wvLockIdle {
  to { transform: rotate(360deg); }
}

@keyframes wvLockRelease {
  from { transform: rotate(0deg); }
  45% { transform: rotate(-58deg); }
  76% { transform: rotate(44deg); }
  to { transform: rotate(36deg); }
}

@keyframes wvDialRelease {
  0% { transform: rotate(0deg); }
  42% { transform: rotate(-72deg); }
  72% { transform: rotate(38deg); }
  100% { transform: rotate(28deg); }
}

@keyframes wvHandleIdle {
  0%, 100% { transform: rotate(-1.5deg); }
  50% { transform: rotate(1.5deg); }
}

@keyframes wvHandleRelease {
  from { transform: rotate(0deg); }
  72% { transform: rotate(54deg); }
  to { transform: rotate(48deg); }
}

@keyframes wvBoltTop {
  0% { opacity: 1; transform: translate(-50%, 0) rotate(90deg) scale(1); }
  55% { opacity: 1; transform: translate(-50%, 20px) rotate(90deg) scale(.9); }
  100% { opacity: .05; transform: translate(-50%, 36px) rotate(90deg) scale(.48); }
}

@keyframes wvBoltRight {
  0% { opacity: 1; transform: translate(0, -50%) scale(1); }
  55% { opacity: 1; transform: translate(-22px, -50%) scale(.9); }
  100% { opacity: .05; transform: translate(-38px, -50%) scale(.48); }
}

@keyframes wvBoltBottom {
  0% { opacity: 1; transform: translate(-50%, 0) rotate(90deg) scale(1); }
  55% { opacity: 1; transform: translate(-50%, -20px) rotate(90deg) scale(.9); }
  100% { opacity: .05; transform: translate(-50%, -36px) rotate(90deg) scale(.48); }
}

@keyframes wvBoltLeft {
  0% { opacity: 1; transform: translate(0, -50%) scale(1); }
  55% { opacity: 1; transform: translate(22px, -50%) scale(.9); }
  100% { opacity: .05; transform: translate(38px, -50%) scale(.48); }
}

@keyframes wvVaultRipple {
  0% { opacity: .95; transform: scale(.35); }
  100% { opacity: 0; transform: scale(2.35); }
}

@keyframes wvVaultBloom {
  0% { opacity: 0; transform: scale(.12); }
  42% { opacity: .85; }
  100% { opacity: 0; transform: scale(2.15); }
}

@keyframes wvCopyRelease {
  0%, 50% { opacity: 1; transform: translateX(-50%); }
  100% { opacity: 0; transform: translate(-50%, 10px); }
}

@keyframes wvAccessReveal {
  0% { opacity: 0; transform: translate(-50%, calc(-50% + 14px)) scale(.94); filter: blur(8px); }
  34%, 76% { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: none; }
  100% { opacity: 0; transform: translate(-50%, calc(-50% - 8px)) scale(1.02); filter: blur(2px); }
}

@keyframes wvLogoSweep {
  0%, 34% { transform: translateX(-90%) rotate(17deg); }
  67%, 100% { transform: translateX(520%) rotate(17deg); }
}

@keyframes wvEnterArrow {
  50% { transform: translateX(4px); }
}

@keyframes wvSiteReveal {
  from { opacity: 0; transform: scale(1.018); filter: blur(7px); }
  to { opacity: 1; transform: none; filter: none; }
}

@keyframes wvViewIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@keyframes wvBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes wvModalIn {
  from { opacity: 0; transform: translateY(14px) scale(.972); }
  to { opacity: 1; transform: none; }
}

@keyframes wvShimmer {
  to { transform: translateX(115%); }
}

@keyframes wvSuccessPulse {
  0% { transform: scale(.55); }
  48% { transform: scale(1.7); }
  100% { transform: scale(1); }
}

@keyframes wvBurst {
  0% { opacity: 1; transform: translate(0, 0) scale(.6); }
  72% { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--x), var(--y)) scale(0); }
}

@keyframes wvHeroDrift {
  from { transform: translate3d(-3%, -2%, 0) scale(.96); }
  to { transform: translate3d(5%, 4%, 0) scale(1.08); }
}

@media (max-width: 600px) {
  .wv-vault-entry {
    padding:
      max(14px, env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      max(14px, env(safe-area-inset-bottom))
      max(14px, env(safe-area-inset-left));
  }
  .wv-vault-frame { width: min(82vw, 48dvh, 330px); }
  .wv-vault-door { width: 82%; }
  .wv-vault-entry-copy { top: calc(100% + 16px); }
  .wv-vault-entry-copy strong { font-size: clamp(27px, 8vw, 37px); }
  .wv-vault-entry-copy span { font-size: 10px; }
  .wv-vault-entry-copy em { font-size: 8px; }
  .wv-vault-entry-copy b { margin-top: 12px; padding: 8px 11px; font-size: 9px; }
  .wv-vault-bolt { width: 21px; height: 15px; }
  .wv-vault-frame-stud { width: 10px; height: 10px; }
  .wv-vault-handle-wheel > i { height: 8px; }
  .wv-vault-handle-wheel > i::after { right: -6px; width: 15px; height: 15px; }
  .wv-vault-dial-scale i { min-width: 17px; height: 13px; font-size: 6px; }
  .wv-vault-dial-pointer {
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 11px;
  }
  .wv-vault-card { opacity: .09; transform: scale(.52); }
  .wv-vault-card.one,
  .wv-vault-card.two { left: 2%; }
  .wv-vault-card.three,
  .wv-vault-card.four { right: 2%; }
  .wv-vault-reveal-copy { width: calc(100vw - 36px); }
  .wv-vault-reveal-copy strong { font-size: clamp(28px, 9vw, 38px); line-height: 1.06; }
  .wv-success-burst { right: 50%; bottom: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  .wv-vault-entry *,
  .wv-vault-entry::before,
  .wv-vault-entry::after,
  .view.active,
  .modal-backdrop.show,
  .modal-backdrop.show > .modal,
  .toast.wv-toast-success .toast-dot,
  .wv-success-burst i,
  .landing-hero::after,
  .repack-storefront-page-hero::before,
  .btn.is-busy::after,
  .recovery-loading::after,
  [aria-busy="true"]::after {
    animation: none !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .wv-vault-entry.is-opening {
    opacity: 0;
  }

  .wv-vault-entry.is-opening .wv-vault-door {
    opacity: 0;
    transform: none;
  }

  .dashboard-action-card,
  .vault-overview-metric,
  .collect-card,
  .performance-show-card,
  .show-sale-card,
  .repack-card,
  .repack-checklist-series-card,
  .public-showcase-card,
  .v35-highlight-grid > button {
    transform: none !important;
  }
}
