* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: #e8e8f0; font-family: 'Inter', 'Segoe UI', system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* Плавная смена темы */
body, .top-header, .filters-sidebar, .property-card, .stat-card, .card, .info-block,
.btn, .btn-primary, .btn-ghost, .btn-outline, input, select, textarea, .modal-box, .toast,
.site-footer, .map-container, .search-container input, .sort-btn, .pagination button,
.multiselect-header, .district-popup-content, .filter-tag, .char, .tag {
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
