
body{
font-family:Arial;
background:#f4f6fb;
padding:20px;
}

h1{
color:#2c3e50;
}

.topo{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:20px;
}

select,button{
padding:10px;
font-size:14px;
}

.topo button{
background:#4c64a8;
color:white;
border:none;
border-radius:20px;
padding:10px 16px;
}

table{
width:100%;
border-collapse:collapse;
background:white;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

th,td{
padding:12px;
border-bottom:1px solid #eee;
text-align:center;
}

.metragem{
background:#e6ecff;
color:#111;
font-weight:700;
font-size:16px;
}

.avista{
color:#4c64a8;
font-weight:700;
}

.tabela_editando{
background:#e6ecff;
}
