.skeleton{background:linear-gradient(90deg,var(--ux-bg-tertiary,#F5F5F7) 0,rgba(255,255,255,0.5) 50%,var(--ux-bg-tertiary,#F5F5F7) 100%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-card{background:var(--ux-bg-secondary,#FFF);border:1px solid var(--ux-glass-border,rgba(0,0,0,0.08));border-radius:16px;padding:1.5rem;margin-bottom:1rem}.skeleton-image{width:100%;height:200px;border-radius:12px;margin-bottom:1rem}.skeleton-text{height:16px;margin-bottom:.75rem;border-radius:4px}.skeleton-text.short{width:60%}.skeleton-text.medium{width:80%}.skeleton-title{height:24px;width:70%;margin-bottom:1rem;border-radius:4px}.skeleton-avatar{width:48px;height:48px;border-radius:50%;margin-right:1rem}.skeleton-service-card{display:flex;align-items:flex-start;gap:1rem;background:var(--ux-bg-secondary,#FFF);border:1px solid var(--ux-glass-border,rgba(0,0,0,0.08));border-radius:16px;padding:1.25rem}.skeleton-icon{width:48px;height:48px;border-radius:12px;flex-shrink:0}.skeleton-content{flex:1}.skeleton-content .skeleton-title{height:20px;width:60%;margin-bottom:.75rem}.skeleton-content .skeleton-text{height:14px;margin-bottom:.5rem}.skeleton-destination-card{background:var(--ux-bg-secondary,#FFF);border:1px solid var(--ux-glass-border,rgba(0,0,0,0.08));border-radius:20px;overflow:hidden;position:relative}.skeleton-destination-image{width:100%;height:240px}.skeleton-destination-content{padding:1.25rem}.skeleton-destination-title{height:22px;width:50%;margin-bottom:.75rem}.skeleton-destination-text{height:14px;margin-bottom:.5rem}.skeleton-blog-card{display:flex;gap:1rem;background:var(--ux-bg-secondary,#FFF);border:1px solid var(--ux-glass-border,rgba(0,0,0,0.08));border-radius:16px;padding:1.25rem}.skeleton-blog-image{width:120px;height:90px;border-radius:10px;flex-shrink:0}.skeleton-blog-content{flex:1}.skeleton-blog-title{height:20px;width:80%;margin-bottom:.75rem}.skeleton-blog-text{height:14px;margin-bottom:.5rem}.skeleton-blog-meta{height:12px;width:40%;margin-top:.75rem}.skeleton-stat{text-align:center;padding:1rem}.skeleton-stat-number{width:80px;height:32px;margin:0 auto .5rem;border-radius:4px}.skeleton-stat-label{width:100px;height:14px;margin:0 auto;border-radius:4px}.skeleton-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid var(--ux-glass-border,rgba(0,0,0,0.08))}.skeleton-list-item:last-child{border-bottom:none}.skeleton-list-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.skeleton-list-content{flex:1}.skeleton-list-title{height:16px;width:70%;margin-bottom:.5rem}.skeleton-list-text{height:12px;width:50%}@media(max-width:768px){.skeleton-card{padding:1rem}.skeleton-image{height:150px}.skeleton-blog-card{flex-direction:column}.skeleton-blog-image{width:100%;height:180px}}@media(prefers-reduced-motion:reduce){.skeleton{animation:none;background:var(--ux-bg-tertiary,#F5F5F7)}}