
@import url('assets/css/design-system.css');

body{
font-family:var(--font-family-base);
display:flex;
justify-content:center;
align-items:center;
min-height:100vh;
padding:24px;
background:
radial-gradient(circle at 18% 8%, rgba(159,226,45,.12), transparent 28rem),
linear-gradient(180deg,#071008,#050805);
color:#061006;
}
.reset-box{
background:rgba(250,255,246,.96);
padding:clamp(24px,4vw,34px);
border-radius:18px;
width:min(100%,420px);
box-shadow:0 24px 70px rgba(0,0,0,.38);
}
input{
width:100%;
padding:12px;
margin-bottom:15px;
border:1px solid #cfd8c9;
border-radius:10px;
box-sizing:border-box;
}

button[type="submit"]{
width:100%;
border:0;
border-radius:999px;
padding:12px 18px;
background:#9FE22D;
color:#04210a;
font-weight:800;
cursor:pointer;
}
