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

.container{
max-width:500px;
margin:auto;
padding:16px;
}

.cabecalho{
display:flex;
justify-content:space-between;
align-items:center;
}

.btn_topo{
background:#4c64a8;
color:white;
border:none;
padding:8px 12px;
border-radius:8px;
}

h1{color:#4c64a8}

.bloco{
background:white;
padding:16px;
margin-top:16px;
border-radius:12px;
box-shadow:0 3px 8px rgba(0,0,0,0.08)
}

select,input{
width:100%;
padding:10px;
margin-bottom:10px;
}

button{
background:#4c64a8;
color:white;
border:none;
padding:8px 12px;
border-radius:8px;
}

.card_modelo{
padding:10px;
border-bottom:1px solid #eee;
}

.item_linha{
display:flex;
justify-content:space-between;
align-items:center;
}

.resumo_linha{
display:flex;
justify-content:space-between;
}

.card_orcamento{
background:white;
padding:14px;
border-radius:12px;
box-shadow:0 2px 6px rgba(0,0,0,0.1);
margin-bottom:10px;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
transition:.2s;
}

.card_orcamento.ativo{
background:#e8edff;
border:2px solid #4c64a8;
}

.info_cliente{
line-height:1.4;
}

.menu_btn{
background:#4c64a8;
color:white;
border:none;
padding:6px 10px;
border-radius:6px;
}

.filtros{
display:flex;
gap:8px;
margin:10px 0;
}

.filtros button{
background:#e6e8f5;
color:#333;
}

.filtros button.ativo{
background:#4c64a8;
color:white;
}

.overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,0.4);
display:none;
align-items:flex-end;
}

.sheet{
background:white;
width:100%;
border-radius:16px 16px 0 0;
padding:20px;
}

.sheet_header{
display:flex;
justify-content:flex-end;
font-size:20px;
cursor:pointer;
margin-bottom:10px;
}

.sheet button{
display:block;
width:100%;
margin-bottom:10px;
}
