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