
body{
font-family:Inter,Arial,sans-serif;
}
.t1-wrap{
max-width:1100px;
margin:40px auto;
padding:20px;
}
.t1-card{
background:#fff;
border-radius:18px;
padding:25px;
box-shadow:0 8px 30px rgba(0,0,0,.08);
margin-bottom:20px;
}
.t1-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}
.t1-stat{
padding:20px;
border-radius:14px;
background:#f3f4f6;
}
.t1-input{
width:100%;
padding:14px;
border:1px solid #ddd;
border-radius:12px;
margin-bottom:14px;
}
.t1-btn{
background:#111827;
color:#fff;
padding:14px 20px;
border:none;
border-radius:12px;
cursor:pointer;
width:100%;
font-size:16px;
}
.t1-table{
width:100%;
border-collapse:collapse;
}
.t1-table th,.t1-table td{
padding:14px;
border-bottom:1px solid #eee;
text-align:left;
}
