.skeleton-card{background:linear-gradient(90deg,rgb(255,255,255,.03) 25%,rgb(255,255,255,.06) 50%,rgb(255,255,255,.03) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:8px;margin-bottom:16px;padding:16px;border:1px solid var(--border,rgb(255,255,255,.1));min-height:140px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-line{height:12px;background:rgb(255,255,255,.08);border-radius:4px;margin-bottom:8px}.skeleton-line.wide{width:80%}.skeleton-line.medium{width:60%}.skeleton-line.short{width:40%}.skeleton-title{height:20px;background:rgb(255,255,255,.08);border-radius:4px;margin-bottom:12px;width:70%}.skeleton-badge{height:24px;width:60px;background:rgb(255,255,255,.08);border-radius:4px;display:inline-block;margin-right:8px}.game-cards-loaded .skeleton-card{display:none}.game-cards-loaded .game-card{animation:fade-in .3s ease-in}@keyframes fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton-service-item{border:1px solid rgb(255,255,255,.08);backdrop-filter:blur(10px);border-radius:8px;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,rgb(255,255,255,.03) 25%,rgb(255,255,255,.06) 50%,rgb(255,255,255,.03) 75%);background-size:200% 100%}.real-service-item{display:none}.real-stat-card{display:none}.skeleton-stat-card{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,rgb(255,255,255,.03) 25%,rgb(255,255,255,.06) 50%,rgb(255,255,255,.03) 75%);background-size:200% 100%}@media (width <= 768px){.skeleton-card{min-height:160px}.skeleton-service-item{padding:1rem}.dashboard-stats{display:grid!important;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.75rem}.dashboard-stats .stat-card{min-width:unset;flex:unset}}.skeleton-service-card{background:linear-gradient(90deg,rgba(255,255,255,.03) 25%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.03) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;min-height:350px;padding:1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.75rem}.skeleton-service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.skeleton-service-name{height:24px;width:60%;background:rgba(255,255,255,.08);border-radius:4px}.skeleton-service-pricing{height:20px;width:80px;background:rgba(255,255,255,.08);border-radius:4px}.skeleton-service-description{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.skeleton-service-description .skeleton-line{height:12px;background:rgba(255,255,255,.08);border-radius:4px}.skeleton-service-description .skeleton-line.wide{width:100%}.skeleton-service-description .skeleton-line.medium{width:85%}.skeleton-service-description .skeleton-line.short{width:60%}.skeleton-channels-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;margin-bottom:.75rem;padding:.5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:4px;min-height:60px}.skeleton-channels-container .skeleton-badge{height:24px;width:60px;background:rgba(255,255,255,.08);border-radius:4px}.skeleton-service-footer{padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between}.skeleton-service-footer .skeleton-line{height:14px;width:100px;background:rgba(255,255,255,.08);border-radius:4px}