/* VMS — Base Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; line-height: 1.5; color: #222; }
a { color: #667eea; }
input, select, textarea, button { font-family: inherit; }
img { max-width: 100%; }
