@keyframes skeleton-shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.skeleton{background:var(--card-background-simple);border:1px solid var(--color-border);border-radius:16px;padding:20px;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}.skeleton__title,.skeleton__subtitle,.skeleton__text,.skeleton__badge,.skeleton__button,.skeleton__icon,.skeleton__video,.skeleton__divider{background:linear-gradient(90deg,var(--color-white-8)0%,var(--color-white-12)50%,var(--color-white-8)100%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite skeleton-shimmer}.skeleton__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.skeleton__title{width:60%;height:20px}.skeleton__title--large{width:45%;height:24px;margin-top:0}.skeleton__subtitle{width:55%;height:12px;margin-bottom:0}.skeleton__text{width:100%;height:16px;margin-bottom:12px}.skeleton__text--short{width:70%}.skeleton__badge{border-radius:12px;width:80px;height:24px}.skeleton__badge--large{width:100px;height:32px}.skeleton__button{border-radius:12px;width:120px;height:44px}.skeleton__icon{border-radius:50%;width:48px;height:48px}.skeleton__video{border-radius:12px;width:100%;height:180px;margin-bottom:16px}.skeleton__divider{border-radius:0;width:100%;height:1px;margin:16px 0}.skeleton__text-group{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton__footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.skeleton--bet-card{flex-direction:column;min-height:300px;display:flex}.skeleton--bet-card .skeleton__content{flex-direction:column;flex:1;display:flex}.skeleton--action-card{align-items:center;gap:16px;min-height:100px;padding:20px;display:flex}.skeleton--stat-card{border:1px solid var(--color-border-opacity);background:0 0;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:90px;padding:16px;display:flex}.skeleton__stat-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.skeleton__indicator{background:linear-gradient(90deg,var(--color-white-8)0%,var(--color-white-12)50%,var(--color-white-8)100%);background-size:200% 100%;border-radius:50%;width:8px;height:8px;animation:1.5s infinite skeleton-shimmer}.skeleton--leverage-card{flex-direction:column;gap:16px;min-height:350px;display:flex}.skeleton__leverage-info{background:var(--color-white-3);border-radius:12px;gap:16px;padding:12px 16px;display:flex}.skeleton__leverage-schedule{flex-direction:column;flex:1;gap:8px;display:flex}.skeleton__schedule-item{background:linear-gradient(90deg,var(--color-white-8)0%,var(--color-white-12)50%,var(--color-white-8)100%);background-size:200% 100%;border-radius:12px;height:60px;animation:1.5s infinite skeleton-shimmer}.skeleton--tutorial-card,.skeleton--tutorial-card .skeleton__content{flex-direction:column;display:flex}.skeleton-grid{gap:20px;padding:20px;display:grid}.skeleton-grid--actions{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.skeleton-grid--cards{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.skeleton-grid--stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}@media (max-width:768px){.skeleton-grid--actions,.skeleton-grid--cards{grid-template-columns:1fr}}
