.lvv-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #0f0a1f;
  background: #0b0620;
  position: relative;
  overflow-x: hidden;
  margin: 0;
}

.lvv-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(11, 6, 32, 0.55) 0%, rgba(72, 0, 113, 0.55) 60%, rgba(233, 78, 138, 0.55) 100%),
    url('/gate/vegas-aerial.jpg') center/cover no-repeat;
}
.lvv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 20%, rgba(255, 171, 63, 0.18), transparent 60%);
  pointer-events: none;
}

.lvv-topbar {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #ff0000 1%, #960000 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 8px 16px;
}
.lvv-topbar a { color: #fff; text-decoration: none; }
.lvv-topbar a:hover { text-decoration: underline; }

.lvv-main {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.lvv-card {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(42, 26, 122, 0.4);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.lvv-card-head {
  background: #ffffff;
  padding: 26px 28px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(72, 0, 113, 0.08);
}
.lvv-logo {
  max-width: 320px;
  width: 90%;
  height: auto;
  display: inline-block;
}

.lvv-card-body {
  padding: 28px 32px 26px;
}

.lvv-kicker {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  color: #d35900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lvv-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #480071;
  text-align: center;
  margin: 0 0 14px 0;
  letter-spacing: 0.3px;
}

.lvv-disclaimer {
  background: linear-gradient(180deg, #fff6ec, #ffeadd);
  border: 1px solid rgba(211, 89, 0, 0.25);
  border-left: 4px solid #d35900;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #3a2a10;
  margin-bottom: 22px;
}
.lvv-disclaimer strong { color: #d35900; }

.lvv-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #480071;
  margin-bottom: 8px;
}

.lvv-input-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.lvv-input {
  flex: 1;
  min-width: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 13px 14px;
  border: 2px solid rgba(72, 0, 113, 0.15);
  border-radius: 8px;
  background: #fff;
  color: #0f0a1f;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.lvv-input:focus {
  border-color: #6a2fb5;
  box-shadow: 0 0 0 3px rgba(106, 47, 181, 0.18);
}
.lvv-input:disabled {
  background: #f7f6fa;
  cursor: not-allowed;
}

.lvv-toggle {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 0 14px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.15s;
}
.lvv-toggle:hover { background: #222; }

.lvv-cta {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px 18px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #2a1a7a 0%, #6a2fb5 50%, #e94e8a 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(72, 0, 113, 0.35);
  transition: transform 0.08s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.lvv-cta:hover:not(:disabled) {
  filter: brightness(1.06);
  box-shadow: 0 12px 24px rgba(72, 0, 113, 0.42);
}
.lvv-cta:active:not(:disabled) { transform: translateY(1px); }
.lvv-cta:disabled { opacity: 0.75; cursor: not-allowed; }

.lvv-error {
  margin-top: 12px;
  padding: 10px 12px;
  background: rgba(216, 0, 0, 0.08);
  border: 1px solid rgba(216, 0, 0, 0.35);
  color: #a00000;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.lvv-foot-note {
  text-align: center;
  margin-top: 18px;
  font-size: 12px;
  color: #5a5570;
  line-height: 1.5;
}

.lvv-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 16px 20px 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 520px) {
  .lvv-card-body { padding: 24px 22px 22px; }
  .lvv-title { font-size: 19px; }
  .lvv-disclaimer { font-size: 12.5px; }
  .lvv-logo { max-width: 260px; }
}
