/* Personalizações extras */
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.shadow-soft { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.05), 0 1px 2px -1px rgb(0 0 0 / 0.05); }
.hover-scale { transition: transform 0.2s; }
.hover-scale:hover { transform: scale(1.02); }
