.page-loading-screen{display:flex;align-items:center;justify-content:center;min-height:100dvh}.page-loading-screen .loading-logo{width:200px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.contact-skeleton,.list-skeleton,.map-skeleton{background:#f3f4f6;border-radius:8px;min-height:300px;animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}