/* MineAddons skeleton.css v3.0 */
.skeleton-container{display:grid;grid-template-columns:1fr;gap:1.4rem;}
@media(min-width:768px){.skeleton-container{grid-template-columns:2fr 1fr;}}
.skeleton-card{
  background:#131820;border-radius:16px;padding:1.6rem;
  border:1px solid rgba(255,255,255,.07);
}
.skeleton{
  background:linear-gradient(90deg,rgba(255,255,255,.04) 25%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.04) 75%);
  background-size:200% 100%;animation:sk-shine 1.5s infinite;border-radius:5px;
}
@keyframes sk-shine{0%{background-position:200% 0;}100%{background-position:-200% 0;}}
.skeleton-header{display:flex;align-items:center;gap:1.1rem;margin-bottom:1.3rem;}
.skeleton-icon{width:72px;height:72px;border-radius:11px;flex-shrink:0;}
.skeleton-title-container{flex:1;}
.skeleton-title{height:25px;width:68%;margin-bottom:9px;border-radius:5px;}
.skeleton-subtitle{height:16px;width:46%;border-radius:4px;}
.skeleton-text{height:13px;margin-bottom:9px;border-radius:3px;}
.skeleton-text.short{width:76%;}.skeleton-text.medium{width:88%;}.skeleton-text.long{width:100%;}
.skeleton-button{height:40px;width:135px;border-radius:9px;margin-top:1.1rem;}
.skeleton-tags{display:flex;gap:7px;margin:1.1rem 0;flex-wrap:wrap;}
.skeleton-tag{height:24px;width:72px;border-radius:99px;}
.skeleton-download-info{display:flex;gap:1.4rem;margin-top:1.3rem;}
.skeleton-download-item{display:flex;flex-direction:column;gap:5px;}
.skeleton-download-stat{height:20px;width:52px;border-radius:4px;}
.skeleton-download-label{height:13px;width:70px;border-radius:3px;}
.skeleton-sidebar-title{height:20px;width:52%;margin-bottom:1.1rem;border-radius:4px;}
.skeleton-author{display:flex;align-items:center;gap:.9rem;margin-bottom:1.3rem;}
.skeleton-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;}
.skeleton-author-info{flex:1;}
.skeleton-author-name{height:16px;width:65%;margin-bottom:6px;border-radius:3px;}
.skeleton-author-role{height:13px;width:46%;border-radius:3px;}
.skeleton-version{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.06);}
.skeleton-version:last-child{border-bottom:none;}
.skeleton-version-info{flex:1;}
.skeleton-version-name{height:15px;width:36%;margin-bottom:5px;border-radius:3px;}
.skeleton-version-date{height:12px;width:56%;border-radius:3px;}
.skeleton-version-download{height:32px;width:92px;border-radius:8px;flex-shrink:0;}
.skeleton-screen-title{height:20px;width:36%;margin:1.3rem 0 .9rem;border-radius:4px;}
.skeleton-screenshots{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;}
@media(min-width:992px){.skeleton-screenshots{grid-template-columns:repeat(3,1fr);}}
.skeleton-screenshot{aspect-ratio:16/9;border-radius:9px;}
.loading-info{text-align:center;margin-top:1.75rem;color:#22c55e;font-size:.9rem;font-weight:500;}
