:root {
  --radiusSM: 8px;
  --radiusMD: 12px;
  --pdSM: 8px;
  --pdMD: 12px;
  --pdLG: 16px;
  --gapSM: 8px;
  --gapMD: 20px;
  --gapLG: 16px;
  --gapXL: 24px;
  --bg: #fbfeff;
  --bg2: #f9fafc;
  --bran100: #e6ebff;
  --brand300: #809cff;
  --brand500: #0038ff;
  --brand600: #002ecc;
  --bn: #000;
  --bn20: #333;
  --bn40: #666;
  --bn60: #999;
  --bn100: #fff;
  --cWarning: #e85e5e;
  --cWarning500: #ffe1e1;
  --linea: #e9edf5;
  --lineaPrimary: solid 1px #e9edf5;
  --tamSM: 425px;
  --tamLG: 768px;
}

@font-face {
  font-family: "PrologueRegular";
  font-weight: 400;
  src: url("https://sandbox.premiumpay.pro/betandeal-operators/assets/fonts/Prologue/PrologueRegular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PrologueSemiBold";
  font-weight: 800;
  src: url("https://sandbox.premiumpay.pro/betandeal-operators/assets/fonts/Prologue/PrologueSemiBold.woff2") format("woff2");
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  display: grid;
  min-height: 100vh;
  color: var(--bn20);
  font-family: "PrologueRegular", "Courier New", Courier, monospace;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

img,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bn);
  letter-spacing: 0;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

a {
  color: var(--brand500);
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: var(--bn);
}

strong {
  color: var(--bn);
  font-family: "PrologueSemiBold", "PrologueRegular", "Courier New", Courier, monospace;
  font-weight: 800;
}

button.linkNulo {
  margin: 0;
  padding: 0;
  color: var(--brand500);
  background-color: transparent;
  border: none;
}

.linkNulo:hover,
.linkNulo:active,
.linkNulo:focus {
  color: var(--bn);
  cursor: pointer;
}

.txtR {
  text-align: end;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.headerStatic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: var(--pdLG);
  backdrop-filter: blur(20px);
}

.headerStatic img {
  width: auto;
  height: 22px;
  object-fit: contain;
}

main {
  display: grid;
  align-content: start;
  width: 100%;
  max-width: var(--tamSM);
  margin: 80px auto 2rem;
  padding: 0 var(--pdLG);
  gap: var(--gapMD);
}

@media screen and (min-width: 576px) {
  main {
    max-width: var(--tamLG);
  }
}

footer {
  display: grid;
  justify-items: center;
  padding: var(--pdLG);
  gap: var(--gapSM);
}

footer small {
  color: var(--bn60);
}

.login {
  display: grid;
  align-items: center;
  min-height: 100vh;
  background-color: var(--bg2);
  font-size: 0.9rem;
}

.login footer {
  align-self: end;
}

.loginContainer {
  display: grid;
  align-items: start;
  max-width: 768px;
  margin: auto;
  padding: var(--pdLG);
  gap: var(--gapXL);
  background-color: var(--bn100);
  border-radius: var(--radiusSM);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.loginContainer h1 {
  margin-top: 0;
  padding-top: 0;
  color: var(--brand500);
  font-family: "PrologueSemiBold", "PrologueRegular", "Courier New", Courier, monospace;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.contForm {
  display: grid;
  gap: var(--gapSM);
}

.loginForm {
  display: grid;
  gap: var(--gapLG);
  margin-top: 1rem;
}

.loginForm .end {
  opacity: 0.7;
}

input {
  width: 100%;
  padding: var(--pdSM);
  color: var(--bn20);
  background-color: var(--bn100);
  border: var(--lineaPrimary);
  border-radius: var(--radiusSM);
  outline: none;
}

input:focus {
  border-color: var(--brand300);
  box-shadow: 0 0 0 3px var(--bran100);
}

input[type="email"] {
  padding-left: 2.5rem;
  background: url("../img/core/icon-email-0P7K5IK.svg") no-repeat 0.5rem center;
  background-size: 1.5rem;
}

input[type="password"],
.unlock {
  padding: var(--pdSM) 2.5rem;
  background: url("../img/core/icon-lock-_lsi6w6.svg") no-repeat 0.5rem center;
  background-size: 1.5rem;
}

.unlock {
  background-image: url("../img/core/icon-unlock-jymnpOG.svg");
}

.eyeForm {
  position: relative;
}

.eyeForm button {
  position: absolute;
  top: 50%;
  right: var(--pdSM);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  transform: translateY(-50%);
}

.icon-visibility,
.icon-visibility-off,
.icon-warning {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.icon-visibility::before {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  border: 1.8px solid currentColor;
  border-radius: 14px / 9px;
}

.icon-visibility::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.icon-visibility-off::before {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  border: 1.8px solid currentColor;
  border-radius: 14px / 9px;
}

.icon-visibility-off::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: rotate(-38deg);
}

.icon-warning::before {
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--bn100);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: var(--cWarning);
  border-radius: 50%;
}

.btnFX {
  width: 100%;
  padding: var(--pdSM);
  color: var(--bn100);
  background-color: var(--brand500);
  border: var(--lineaPrimary);
  border-radius: var(--radiusSM);
  transition: all 0.5s ease;
}

.btnFX:hover,
.btnFX:active,
.btnFX:focus {
  background-color: var(--bn);
  cursor: pointer;
  transition: all 0.3s ease;
}

.boxError {
  display: flex;
  align-items: center;
  gap: var(--gapSM);
  padding: var(--pdMD);
  color: var(--cWarning);
  background: var(--cWarning500);
  border-radius: var(--radiusSM);
}

.expandir {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: var(--pdLG) 0;
  color: var(--brand500);
  font-size: 12px;
  background: transparent;
  border: 0;
  gap: var(--gapMD);
  transition: all 0.5s ease;
}

.expandir::before,
.expandir::after {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  border: var(--lineaPrimary);
  border-radius: var(--radiusSM);
  transition: all 0.5s ease;
}

.expandir:hover,
.expandir:active {
  color: var(--bn40);
  cursor: pointer;
}

.contText {
  display: none;
}

.contText.show {
  display: grid;
  animation: slideDownFade 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.listCheck {
  display: grid;
  gap: var(--gapMD);
}

.listCheck li {
  padding-left: 1.5rem;
  background: url("../img/core/icon-check-y_Rl0zZ.svg") no-repeat left 5px;
  background-size: 0.8rem;
}

.animSec {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animSec.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideDownFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .loginContainer {
    grid-template-columns: 1fr 1fr;
  }

  .loginContainer #infoToggle {
    display: none;
  }

  .contText {
    display: grid;
    gap: var(--gapSM);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.invite-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(0, 56, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #d3ddf1 0%, #eef3fb 100%);
}

.invite-shell {
  display: grid;
  min-height: 100vh;
}

.invite-entorno {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  min-height: 100vh;
  gap: 1rem;
  padding: 0 1rem;
  background: rgba(252, 252, 252, 0.96);
}

.invite-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e2e2e2;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.invite-header__logo,
.invite-footer__logo {
  color: var(--brand500);
  font-family: "PrologueSemiBold", "PrologueRegular", "Courier New", Courier, monospace;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.invite-header__badge {
  justify-self: end;
  padding: 0.45rem 0.8rem;
  color: var(--bn20);
  font-size: 0.8rem;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
}

.invite-main {
  display: grid;
  align-content: baseline;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 4.5rem 0 1rem;
}

.invite-hero,
.invite-card {
  margin: 0 0 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
}

.invite-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.invite-kicker {
  margin-bottom: 0.5rem;
  color: var(--brand500);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invite-hero h1 {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.invite-hero p:last-child {
  margin-bottom: 0;
}

.invite-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 320px;
  margin-bottom: 0;
  text-align: center;
}

.invite-card h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.invite-card p {
  max-width: 34rem;
  margin-bottom: 0;
}

.invite-connect-button {
  min-width: 180px;
  margin: 1.25rem auto;
  padding: 0.9rem 1.35rem;
  color: #fff;
  font-family: "PrologueSemiBold", "PrologueRegular", "Courier New", Courier, monospace;
  font-weight: 800;
  background: #0038ff;
  border: 1px solid #0038ff;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 56, 255, 0.24);
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.invite-connect-button:hover,
.invite-connect-button:focus {
  background: #000;
  border-color: #000;
  cursor: pointer;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.invite-meta {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  margin-top: 0.25rem;
}

.invite-meta span {
  color: var(--bn40);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invite-meta code {
  padding: 0.45rem 0.7rem;
  color: var(--bn);
  font-size: 0.95rem;
  background: #f3f6fb;
  border: 1px solid #e2e2e2;
  border-radius: 0.45rem;
}

.invite-footer {
  display: grid;
  justify-content: center;
  padding: 1rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .invite-entorno {
    padding: 0 1.5rem;
  }

  .invite-main {
    padding-top: 5.25rem;
  }

  .invite-hero,
  .invite-card {
    padding: 1.5rem;
  }
}
