body{
font-family:Arial,sans-serif;
background:#f4f4f4;
padding:30px;
}
.container{
max-width:1000px;
margin:auto;
}
.card{
background:white;
padding:25px;
border-radius:16px;
margin-bottom:20px;
}
.title{
font-size:28px;
color:#fc4c02;
margin-bottom:20px;
font-weight:bold;
}
input,select{
width:100%;
padding:12px;
margin-bottom:15px;
border-radius:10px;
border:1px solid #ddd;
}
button{
background:#fc4c02;
color:white;
border:none;
padding:14px;
width:100%;
border-radius:10px;
font-weight:bold;
}
.table{
width:100%;
border-collapse:collapse;
}
.table th,.table td{
padding:12px;
border-bottom:1px solid #ddd;
}
.table th{
background:#fc4c02;
color:white;
}
