:root{
  --bg0:#070A12;
  --bg1:#0B1022;
  --text:#EAF0FF;
  --muted:rgba(234,240,255,.72);
  --card:rgba(255,255,255,.06);
  --stroke:rgba(255,255,255,.12);
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --r:18px;
  --accent1:#7C3AED;
  --accent2:#22D3EE;
  --accent3:#F59E0B;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 800px at 15% 20%, rgba(124,58,237,.22), transparent 60%),
              radial-gradient(900px 700px at 85% 30%, rgba(34,211,238,.18), transparent 55%),
              radial-gradient(1100px 900px at 50% 110%, rgba(245,158,11,.12), transparent 55%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  overflow-x:hidden;
}

a{color:inherit}
a:hover{opacity:.9}

.bg{position:fixed; inset:0; pointer-events:none;}
.orb{
  position:absolute;
  width:520px;
  height:520px;
  filter: blur(40px);
  opacity:.65;
  transform: translate3d(0,0,0);
}
.orb--1{
  left:-140px; top:-180px;
  background: radial-gradient(circle at 30% 30%, rgba(124,58,237,.9), transparent 60%);
}
.orb--2{
  right:-200px; top:80px;
  background: radial-gradient(circle at 30% 30%, rgba(34,211,238,.85), transparent 62%);
}
.grid{
  position:absolute; inset:-2px;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(closest-side at 50% 35%, rgba(0,0,0,.75), transparent 75%);
  opacity:.25;
}

.wrap{
  min-height:100%;
  display:grid;
  place-items:center;
  padding: clamp(18px, 4vw, 40px);
}

.card{
  width:min(980px, 100%);
  border-radius: calc(var(--r) + 6px);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid var(--stroke);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  overflow:hidden;
}

.header{
  padding: clamp(18px, 3.6vw, 36px);
  padding-bottom: clamp(12px, 2.7vw, 22px);
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size: 12px;
  letter-spacing:.14em;
  text-transform: uppercase;
  color: rgba(234,240,255,.9);
  padding: 10px 12px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.badge::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--accent2), var(--accent1));
  box-shadow: 0 0 0 6px rgba(34,211,238,.12);
}

.title{
  margin: 12px 0 8px;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.subtitle{
  margin:0;
  color: var(--muted);
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 1.6;
  max-width: 65ch;
}

.content{
  padding: 0 clamp(22px, 4vw, 42px) 0;
}

.stats{display:none;}

.notify{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.notify__label{
  display:block;
  font-weight:600;
  letter-spacing:-.01em;
  margin-bottom: 10px;
}
.notify__row{
  display:flex;
  gap: 10px;
  align-items: center;
}
.input{
  flex:1;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  outline: none;
  background: rgba(0,0,0,.22);
  color: var(--text);
}
.input::placeholder{color: rgba(234,240,255,.52)}
.input:focus{
  border-color: rgba(34,211,238,.45);
  box-shadow: 0 0 0 4px rgba(34,211,238,.12);
}

.btn{
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(34,211,238,.85));
  color: #07101a;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  white-space:nowrap;
}
.btn:hover{filter: brightness(1.04)}
.btn:active{transform: translateY(1px)}

.hint{
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(234,240,255,.68);
}
.hint a{
  text-decoration: none;
  border-bottom: 1px dashed rgba(234,240,255,.35);
}
.hint a:hover{border-bottom-color: rgba(234,240,255,.6)}

.footer{
  display:flex;
  justify-content: center;
  gap: 16px;
  align-items:center;
  padding: 12px clamp(22px, 4vw, 42px);
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.12);
}
.copy{
  font-size: 13px;
  color: rgba(234,240,255,.72);
}
.copy__link{
  text-decoration: none;
  border-bottom: 1px dashed rgba(234,240,255,.35);
}
.copy__link:hover{
  border-bottom-color: rgba(234,240,255,.6);
}

.progress{
  margin-top: 18px;
  overflow:hidden;
}
.progress__text{
  text-align:center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(234,240,255,.84);
  margin-bottom: 10px;
}
.progress__bar{
  width: min(560px, 85%);
  margin: 0 auto;
  height: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.progress__bar::before{
  content:"";
  display:block;
  height:100%;
  width: 66%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124,58,237,.95), rgba(34,211,238,.85));
  box-shadow: 0 0 0 1px rgba(34,211,238,.12) inset;
}

@media (max-width: 720px){
  .stats{grid-template-columns: 1fr; }
  .footer{flex-direction:column; align-items:flex-start}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important; transition:none !important; animation:none !important}
}
