.ale-wrapper{
max-width:1000px;
margin:40px auto;
}

.ale-card,
.ale-result-card{
background:#fff;
border:1px solid #e5e7eb;
border-radius:20px;
padding:30px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.ale-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:20px;
}

.ale-grid input,
.ale-grid select{
height:52px;
padding:0 15px;
border:1px solid #d1d5db;
border-radius:12px;
width:100%;
}

.ale-card button{
margin-top:20px;
height:54px;
border:none;
border-radius:12px;
background:#0052cc;
color:#fff;
font-weight:600;
cursor:pointer;
width:100%;
}

.ale-result-card{
margin-top:25px;
}

.ale-result-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
margin:20px 0;
}

.ale-result-grid div{
padding:15px;
background:#f8fafc;
border-radius:12px;
}

.ale-result-grid label{
display:block;
font-size:12px;
color:#666;
margin-bottom:5px;
}

.ale-result-grid strong{
font-size:18px;
}