/* Дополнения к Tailwind: Alpine.js x-cloak, мелкие правки форм */
[x-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

/* Единообразные поля ввода (Tailwind preflight уже есть; усиливаем фокус) */
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid rgb(13 79 139 / 0.35);
    outline-offset: 0;
}
