
.edid-auth-box{
padding:40px;
border-radius:32px;
background:linear-gradient(rgba(0,0,0,0.72),rgba(0,0,0,0.88));
border:1px solid rgba(247,181,0,0.15);
box-shadow:0 25px 80px rgba(0,0,0,0.45);
color:#fff;
margin:40px auto;
max-width:650px;
}

.edid-auth-box h2{
font-size:42px;
font-weight:900;
color:#f7b500;
margin-bottom:30px;
text-align:center;
}

.edid-auth-form{
display:flex;
flex-direction:column;
gap:20px;
}

.edid-auth-form input{
padding:18px;
border-radius:18px;
border:1px solid rgba(247,181,0,0.15);
background:rgba(255,255,255,0.05);
color:#fff;
font-size:16px;
}

.edid-auth-form button{
padding:20px;
border:none;
border-radius:18px;
background:#f7b500;
color:#000;
font-weight:900;
font-size:16px;
cursor:pointer;
}

.edid-auth-success{
padding:18px;
background:#16a34a;
color:#fff;
border-radius:18px;
margin-bottom:20px;
}

.edid-auth-error{
padding:18px;
background:#dc2626;
color:#fff;
border-radius:18px;
margin-bottom:20px;
}
