
body{
background:#f4f7fb;
font-family:Arial;
margin:0;
}

.container{
display:flex;
justify-content:center;
padding:20px;
}

.card{
background:white;
padding:25px;
border-radius:15px;
width:100%;
max-width:850px;
box-shadow:0 2px 12px rgba(0,0,0,.08);
}

h1{
color:#2563eb;
}

h2{
margin-top:25px;
color:#2563eb;
}

input,textarea{
width:100%;
padding:14px;
margin-top:12px;
border:1px solid #dce3ec;
border-radius:8px;
box-sizing:border-box;
}

button{
width:100%;
padding:16px;
margin-top:25px;
border:none;
border-radius:10px;
background:#2563eb;
color:white;
font-size:18px;
font-weight:bold;
cursor:pointer;
}

.progress-box{
width:100%;
height:28px;
background:#e5e7eb;
border-radius:30px;
margin-top:20px;
overflow:hidden;
}

.progress-bar{
height:100%;
width:0%;
background:#2563eb;
color:white;
text-align:center;
line-height:28px;
font-weight:bold;
transition:.2s;
}

.success{
background:#dcfce7;
padding:15px;
border-radius:10px;
margin-top:20px;
color:#166534;
}

table{
width:100%;
border-collapse:collapse;
}

th,td{
padding:12px;
border-bottom:1px solid #e5e7eb;
}

img{
border-radius:8px;
margin-right:5px;
}
