/* Estilos básicos VAGGO (restored)
   Se quiser usar assets/bootstrap, substitua conforme necessário */
body { background: #f3f6fb; font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
.vaggo-shell { padding: 12px; }
.card, .bg-white { box-shadow: 0 6px 18px rgba(15,23,42,0.06); border-radius: 10px; }
.rounded-lg { border-radius: 10px; }
.text-muted { color: #6b7280 !important; }
.badge { font-weight: 600; }
.small { font-size: 0.85rem; }
.position-absolute { position: absolute; }
.top-0 { top: 0; }
.start-0 { left: 0; }
.p-2 { padding: .5rem; }
.h-40 { height: 10rem; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
