.presale-card-skeleton{background:var(--bg-dull);border-radius:18px;width:100%;height:400px;margin-bottom:25px;position:relative;overflow:hidden}.presale-card-skeleton:after{content:"";background:linear-gradient(90deg, transparent, var(--shadow), transparent);width:150%;height:100%;animation:1.4s infinite shimmer;position:absolute;top:0;left:-150%}@keyframes shimmer{to{left:150%}}.skeleton-card-top{background:var(--reverse);opacity:.6;justify-content:flex-start;align-items:center;height:100px;display:flex}.skeleton-card-circle{background:var(--bg-dull);opacity:.7;border-radius:50%;width:69px;height:69px;margin-left:20px}.skeleton-card-head{background:var(--bg-dull);opacity:.7;border-radius:10px;width:100px;height:30px;margin-left:10px}.skeleton-card-bottom{justify-content:center;align-items:center;gap:10px;width:100%;height:100px;padding:20px;display:flex;position:absolute;bottom:0;left:0}.skeleton-card-btns{background:var(--reverse);opacity:.7;border-radius:10px;width:100%;height:50px}.content-skeleton-loader{justify-content:center;align-items:flex-start;gap:10px;width:100%;display:flex}.content-skeleton-left{background:var(--bg-dull);border-radius:15px;width:70%;height:700px;position:relative;overflow:hidden}.content-skeleton-left:after{content:"";background:linear-gradient(90deg, transparent, var(--shadow), transparent);width:150%;height:100%;animation:1.4s infinite shimmer;position:absolute;top:0;left:-150%}.content-skeleton-right{background:var(--bg-dull);border-radius:15px;width:30%;height:600px;margin-left:20px;position:relative;overflow:hidden}.content-skeleton-right:after{content:"";background:linear-gradient(90deg, transparent, var(--shadow), transparent);width:150%;height:100%;animation:1.4s infinite shimmer;position:absolute;top:0;left:-150%}.content-skeleton-top{background:var(--reverse);opacity:.6;justify-content:flex-start;align-items:center;padding:20px 0;display:flex}.content-skeleton-circle{background:var(--bg-dull);opacity:.7;border-radius:50%;width:120px;height:120px;margin-left:20px}.content-skeleton-head{background:var(--bg-dull);opacity:.7;border-radius:10px;width:120px;height:30px;margin-left:10px}.content-skeleton-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:100%;padding:20px;display:flex}.content-skeleton-text{background:var(--reverse);opacity:.7;border-radius:10px;width:100%;height:30px}.content-skeleton-text.shorter{width:70%;height:40px;margin-top:20px}.skeleton-timer{justify-content:center;align-items:center;gap:10px;width:100%;padding:20px;display:flex}.skeleton-timer-item{background:var(--reverse);opacity:.7;border-radius:10px;width:100%;height:50px}@media (max-width:950px){.content-skeleton-loader{flex-direction:column-reverse;gap:20px}.content-skeleton-right,.content-skeleton-left{width:100%;margin:0}}
