/* Общие стили для страниц (login, index) */
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; }
