:root{
  --virevo-auth-blue:#2563eb;
  --virevo-auth-blue-dark:#1d4ed8;
  --virevo-auth-text:#172033;
  --virevo-auth-muted:#64748b;
  --virevo-auth-line:#d9e2ee;
  --virevo-auth-page:#f4f7fb;
  --virevo-auth-soft:#f7f9fc;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--virevo-auth-page)}
body.virevo-auth-body{
  min-height:100vh;
  min-height:100dvh;
  margin:0;
  padding:42px 22px;
  display:grid;
  place-items:center;
  overflow-x:hidden;
  color:var(--virevo-auth-text);
  background:var(--virevo-auth-page);
  font-family:"Source Sans 3","Segoe UI",system-ui,sans-serif;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
body.virevo-auth-body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(244,247,251,.28) 38%,rgba(238,243,249,.42));
}
.virevo-auth-card{
  position:relative;
  z-index:1;
  width:min(440px,100%);
  padding:30px;
  overflow:hidden;
  border:1px solid var(--virevo-auth-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 20px 60px rgba(15,23,42,.10);
}
.virevo-auth-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#2563eb 0%,#4f69e8 66%,#10b981 100%);
}
.virevo-auth-orb{display:none}
.virevo-auth-header{
  display:grid;
  justify-items:start;
  gap:4px;
  margin:0 0 24px;
}
.virevo-auth-header a{display:inline-flex;max-width:100%;text-decoration:none}
.virevo-auth-logo{
  display:block;
  width:202px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.virevo-auth-product{
  margin:0 0 0 37px;
  color:#5363dc;
  font-size:12px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.08em;
}
.virevo-auth-card h1{
  margin:0 0 8px;
  color:var(--virevo-auth-text);
  font-size:30px;
  line-height:1.14;
  font-weight:600;
  letter-spacing:-.025em;
}
.virevo-auth-intro{
  margin:0 0 22px;
  color:var(--virevo-auth-muted);
  font-size:16px;
  line-height:1.5;
}
.virevo-auth-form{
  display:grid;
  gap:15px;
  margin-top:20px;
}
.virevo-auth-form label{
  display:grid;
  gap:7px;
  margin:0;
  color:#2d394c;
  font-size:15px;
  font-weight:600;
}
.virevo-auth-form label small{
  color:var(--virevo-auth-muted);
  font-size:13px;
  font-weight:400;
}
.virevo-auth-form input{
  width:100%;
  min-width:0;
  min-height:46px;
  padding:10px 13px;
  border:1px solid #cbd7e6;
  border-radius:11px;
  outline:none;
  background:#fff;
  color:var(--virevo-auth-text);
  font:inherit;
  font-size:16px;
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;
}
.virevo-auth-form input:hover{border-color:#aebed2}
.virevo-auth-form input:focus{
  border-color:var(--virevo-auth-blue);
  box-shadow:0 0 0 3px rgba(37,99,235,.12);
}
.virevo-auth-form input:-webkit-autofill,
.virevo-auth-form input:-webkit-autofill:hover,
.virevo-auth-form input:-webkit-autofill:focus,
.virevo-auth-form input:-webkit-autofill:active{
  -webkit-text-fill-color:var(--virevo-auth-text)!important;
  caret-color:var(--virevo-auth-text)!important;
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;
  box-shadow:0 0 0 1000px #fff inset!important;
  transition:background-color 9999s ease-out 0s!important;
}
.virevo-auth-password{position:relative;display:block;min-width:0}
.virevo-auth-password input{padding-right:84px}
.virevo-auth-password-toggle{
  position:absolute;
  top:50%;
  right:7px;
  transform:translateY(-50%);
  min-height:32px!important;
  width:auto!important;
  padding:4px 9px!important;
  border:0!important;
  border-radius:8px!important;
  background:#eef3fa!important;
  color:#475569!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:13px!important;
  font-weight:600!important;
  cursor:pointer;
}
.virevo-auth-password-toggle:hover{background:#e3ebf6!important;color:#26364c!important}
.virevo-auth-submit,.virevo-auth-link-primary{
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 16px!important;
  border:1px solid var(--virevo-auth-blue)!important;
  border-radius:11px!important;
  background:var(--virevo-auth-blue)!important;
  color:#fff!important;
  text-decoration:none!important;
  font:inherit!important;
  font-weight:600!important;
  cursor:pointer;
  box-shadow:0 9px 22px rgba(37,99,235,.18)!important;
  transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important;
}
.virevo-auth-submit:hover,.virevo-auth-link-primary:hover{
  border-color:var(--virevo-auth-blue-dark)!important;
  background:var(--virevo-auth-blue-dark)!important;
}
.virevo-auth-submit:active,.virevo-auth-link-primary:active{transform:translateY(1px)}
.virevo-auth-submit:focus-visible,.virevo-auth-link-primary:focus-visible,.virevo-auth-link:focus-visible,.virevo-auth-password-toggle:focus-visible{
  outline:3px solid rgba(37,99,235,.22)!important;
  outline-offset:2px!important;
}
.virevo-auth-link{color:var(--virevo-auth-blue-dark);text-decoration:none;font-weight:600}
.virevo-auth-link:hover{text-decoration:underline}
.virevo-auth-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.virevo-auth-actions .virevo-auth-link-primary{flex:1 1 160px}
.virevo-auth-notice{
  padding:12px 14px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  margin:15px 0!important;
  box-shadow:none!important;
  font-size:14px;
  line-height:1.45;
}
.virevo-auth-notice.error{background:#fff1f2!important;border-color:#fecdd3!important;color:#9f1239!important}
.virevo-auth-notice.success{background:#ecfdf5!important;border-color:#a7f3d0!important;color:#065f46!important}
.virevo-auth-meta{
  padding:11px 13px;
  border:1px solid #e1e8f1;
  border-radius:10px;
  background:var(--virevo-auth-soft);
  color:#475569;
  font-size:14px;
}
.virevo-auth-secondary{text-align:center;margin:3px 0 0}
.virevo-auth-footer{
  position:fixed;
  left:26px;
  bottom:22px;
  z-index:2;
  display:grid;
  gap:2px;
  color:#64748b;
  opacity:.84;
}
.virevo-auth-footer a{display:inline-flex;text-decoration:none}
.virevo-auth-footer img{display:block;width:82px;height:auto;margin-bottom:3px}
.virevo-auth-footer span{font-size:11px}
.virevo-auth-footer strong{color:#334155;font-size:13px;font-weight:600}
.virevo-auth-footer small{color:#94a3b8;font-size:11px}
@media(max-width:720px){
  body.virevo-auth-body{
    place-items:start center;
    padding:18px 14px 24px;
    overflow-y:auto;
  }
  .virevo-auth-card{
    width:100%;
    max-width:440px;
    padding:25px 21px;
    border-radius:18px;
    box-shadow:0 14px 38px rgba(15,23,42,.09);
  }
  .virevo-auth-header{margin-bottom:21px}
  .virevo-auth-logo{width:184px}
  .virevo-auth-product{margin-left:34px}
  .virevo-auth-card h1{font-size:28px}
  .virevo-auth-footer{
    position:relative;
    left:auto;
    bottom:auto;
    margin:15px auto 0;
    justify-items:center;
    text-align:center;
  }
}
@media(max-width:380px){
  .virevo-auth-card{padding:23px 18px}
  .virevo-auth-logo{width:170px}
  .virevo-auth-product{margin-left:31px}
  .virevo-auth-actions{display:grid}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
