*{box-sizing:border-box}
:root{
  --bg:#06111e;
  --panel:#0d1b2d;
  --panel-2:#0a1727;
  --line:rgba(142,180,226,.18);
  --text:#f7fbff;
  --muted:#a9bad0;
  --muted-2:#8095ad;
  --blue:#20adff;
  --teal:#2de0cf;
  --cyan:#58d9ff;
  --green:#66f1d6;
  --danger:#ff9ea9;
}
html{min-height:100%;background:var(--bg)}
body{
  margin:0;
  min-height:100vh;
  background:
    radial-gradient(circle at 16% 8%,rgba(26,117,250,.21),transparent 30rem),
    radial-gradient(circle at 88% 25%,rgba(45,224,207,.12),transparent 28rem),
    linear-gradient(145deg,#06101c 0%,#081728 56%,#06121e 100%);
  color:var(--text);
  font-family:"Segoe UI Variable Text","Segoe UI",Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}
a,button,input{font-family:inherit}
a{color:var(--cyan)}
button,input{font-size:inherit}
.shell{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:42px 20px
}
.card{
  position:relative;
  width:min(100%,680px);
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(18,35,58,.985),rgba(10,24,40,.992));
  border:1px solid rgba(137,177,225,.22);
  border-radius:30px;
  box-shadow:
    0 34px 100px rgba(0,0,0,.44),
    0 0 72px rgba(29,154,255,.07),
    inset 0 1px 0 rgba(255,255,255,.025);
  padding:38px 40px 28px
}
.card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(102,241,214,.38),transparent)
}
.brand{
  display:flex;
  align-items:center;
  gap:15px;
  padding-bottom:27px;
  border-bottom:1px solid var(--line)
}
.brand-mark{
  flex:0 0 auto;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.28)
}
.brand-copy{min-width:0}
.brand-name{
  font-size:29px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.8px
}
.brand-caption{
  margin-top:5px;
  color:#a0b4cc;
  font-size:13px;
  line-height:1.2;
  font-weight:600
}
.secure-badge{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(77,226,208,.27);
  background:rgba(77,226,208,.08);
  padding:8px 12px;
  border-radius:999px;
  color:#c0fff4;
  font-size:12px;
  line-height:1;
  font-weight:750;
  white-space:nowrap
}
.badge-check{
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:rgba(76,231,205,.13);
  color:#6affe8;
  font-size:12px
}
.view{padding-top:34px}
.landing-content{
  padding:34px 0 6px;
  text-align:center
}
.hidden{display:none!important}
.eyebrow{
  margin:0 0 9px;
  color:#5cdcff;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.15em
}
.centered{text-align:center}
.error-eyebrow{color:#ffadb6}
h1{
  max-width:580px;
  margin:0 0 15px;
  color:#fff;
  font-size:clamp(31px,5.6vw,45px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-1.25px
}
.landing-content h1{margin-left:auto;margin-right:auto}
.lede{
  margin:0 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.65
}
.centered-copy{max-width:570px;margin-left:auto;margin-right:auto}
.lede strong{color:#fff;font-weight:700}
.trust-row{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin:-4px 0 27px;
  color:#8299b5;
  font-size:12px;
  font-weight:600
}
.status-icon{
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  margin:0 auto 21px;
  border-radius:50%;
  border:1px solid rgba(64,230,205,.31);
  background:
    radial-gradient(circle at 35% 30%,rgba(66,229,214,.2),rgba(44,210,195,.08));
  color:#6affe8;
  font-size:31px;
  font-weight:900;
  box-shadow:0 14px 36px rgba(38,217,198,.08)
}
.error-icon{
  border-color:rgba(235,83,105,.31);
  background:rgba(235,83,105,.1);
  color:#ffabb5
}
form{display:grid;gap:12px}
label{
  margin-top:4px;
  color:#e1ebf7;
  font-size:14px;
  font-weight:700
}
.password-wrap{
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(137,174,222,.29);
  border-radius:15px;
  background:#081522;
  transition:border-color .18s,box-shadow .18s
}
.password-wrap:focus-within{
  border-color:#3fd1ff;
  box-shadow:0 0 0 4px rgba(63,209,255,.11)
}
.password-wrap input{
  min-width:0;
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  padding:15px 16px
}
.show-password{
  border:0;
  background:transparent;
  color:#72dfff;
  font-weight:750;
  padding:13px 16px;
  cursor:pointer
}
.password-guidance{
  display:grid;
  gap:3px;
  margin:3px 0 8px;
  padding:13px 14px;
  border:1px solid rgba(120,159,208,.13);
  border-radius:13px;
  background:rgba(7,19,32,.55)
}
.password-guidance strong{
  color:#dfe9f5;
  font-size:13px
}
.password-guidance span{
  color:#879cb6;
  font-size:12px
}
.primary-button,.danger-safe-button,.primary-link,.secondary-link{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:100%;
  min-height:54px;
  border-radius:15px;
  padding:14px 19px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease
}
.primary-button,.primary-link{
  border:0;
  color:#03131e;
  background:linear-gradient(90deg,var(--blue),var(--teal));
  box-shadow:0 14px 34px rgba(24,180,233,.2)
}
.primary-button:hover,.primary-link:hover{filter:brightness(1.04);transform:translateY(-1px)}
.secondary-link{
  border:1px solid rgba(132,174,223,.26);
  color:#dce9f7;
  background:rgba(8,21,34,.75)
}
.danger-safe-button{
  border:0;
  color:#fff;
  background:linear-gradient(90deg,#d64d68,#e47b5f);
  box-shadow:0 12px 32px rgba(217,79,103,.16)
}
.primary-button:disabled,.danger-safe-button:disabled{opacity:.55;cursor:not-allowed;transform:none}
.inline-error{
  margin:2px 0 4px;
  padding:11px 12px;
  border:1px solid rgba(226,74,95,.25);
  border-radius:12px;
  background:rgba(226,74,95,.12);
  color:#ffc4c9
}
.spinner{
  width:46px;
  height:46px;
  margin-bottom:22px;
  border:4px solid rgba(110,188,255,.18);
  border-top-color:#44d4ff;
  border-radius:50%;
  animation:spin .8s linear infinite
}
@keyframes spin{to{transform:rotate(360deg)}}
.support-copy{
  margin:18px 0 0;
  color:#8da2bb;
  font-size:12px
}
.support-copy a{
  color:#63ddff;
  font-weight:700;
  text-decoration:none
}
footer{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:28px;
  padding-top:19px;
  border-top:1px solid rgba(151,185,225,.13);
  color:#71879f;
  font-size:11px
}
footer a{color:#91bad9;text-decoration:none}
@media(max-width:560px){
  .shell{padding:18px 14px}
  .card{padding:25px 21px 22px;border-radius:24px}
  .brand{padding-bottom:21px}
  .brand-mark{width:54px;height:54px;border-radius:15px}
  .brand-name{font-size:25px}
  .brand-caption{font-size:12px}
  .secure-badge{padding:7px 9px}
  .landing-content{padding-top:28px}
  .view{padding-top:28px}
  .trust-row{gap:6px;font-size:11px}
  h1{font-size:32px;letter-spacing:-.8px}
  .lede{font-size:16px}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
