:root{--azul:#1f3046;--cinza:#f3f5f8;--borda:#d9dee7;--vermelho:#c9222c}
body{background:var(--cinza);font-family:Arial,Helvetica,sans-serif;color:#1f2937}.nav-logo{height:52px;max-width:360px;object-fit:contain}.card{border:1px solid var(--borda);border-radius:14px}.card-header{background:#fff;border-bottom:1px solid var(--borda);font-weight:700;color:var(--azul)}.hero{background:#fff;border-radius:16px;padding:24px;border:1px solid var(--borda);box-shadow:0 6px 24px rgba(0,0,0,.04)}.hero img{max-height:76px;max-width:100%}.section-title{font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;color:var(--azul);font-weight:800}.required::after{content:' *';color:var(--vermelho);font-weight:bold}.form-control,.form-select{border-radius:10px}.btn-primary{background:var(--azul);border-color:var(--azul);border-radius:10px;font-weight:700}.btn-outline-primary{border-radius:10px}.table thead th{background:#edf1f6;color:var(--azul)}.checkline{padding:10px 0;border-bottom:1px dashed #e1e5ec}.checkline:last-child{border-bottom:0}.badge-parecer{font-size:.9rem;padding:.45rem .7rem}
@media(max-width:600px){.nav-logo{height:42px}.hero{padding:16px}}
