.skeleton-page{min-height:100vh;background-color:#fff;animation:pulse 1.5s ease-in-out infinite}.skeleton-header{background-color:#0c1c5b;width:100%;padding:5rem 1.5rem}.skeleton-header-content{max-width:1280px;margin:0 auto}.skeleton-title{height:2.5rem;width:66%;margin-bottom:1rem}.skeleton-subtitle,.skeleton-title{background-color:#cbd5e0;border-radius:.5rem}.skeleton-subtitle{height:2rem;width:25%}.skeleton-content{max-width:768px;margin:0 auto;padding:4rem 1rem}.skeleton-block{height:1rem;width:100%;background-color:#e2e8f0;border-radius:.5rem;margin-bottom:1rem}.skeleton-heading{height:1.5rem;width:33%;background-color:#cbd5e0;border-radius:.5rem;margin:2rem 0 1rem}.skeleton{background:#e0e0e0;border-radius:6px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;padding:20px}.skeleton-card{background:#fff;padding:16px;box-shadow:0 4px 10px rgba(0,0,0,.06);gap:12px}.skeleton.image{height:160px;width:100%}.skeleton-tags{display:flex;gap:8px}.skeleton.tag{height:20px;width:80px;border-radius:20px}.skeleton.title{height:20px;width:75%}.skeleton.line{height:14px;width:100%}.skeleton.line.short{width:80%}.skeleton-author{display:flex;align-items:center;gap:12px;margin-top:8px}.skeleton.avatar{width:40px;height:40px;border-radius:50%}.skeleton.author-name{height:12px;width:100px}.skeleton.date{height:12px;width:60px;margin-top:4px}.w-5-6{width:83.333333%}.w-4-6{width:66.666667%}.w-3-4{width:75%}.w-11-12{width:91.666667%}.w-4-5{width:80%}.w-2-3{width:66.666667%}.mt-6{margin-top:1.5rem}.shimmer-box{height:100px;background:#e0e0e0;border-radius:8px;margin-bottom:10px;position:relative;overflow:hidden}.shimmer-box:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent 0,#f0f0f0 50%,transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-150px}to{left:100%}}.skeleton-container{display:flex;gap:16px;overflow-x:auto;padding:12px 0}.skeleton-card{min-width:250px;flex:0 0 auto;border-radius:12px;background-color:#f0f0f0;box-shadow:0 0 8px rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.skeleton-video{height:180px;border-radius:8px 8px 0 0}.skeleton-text,.skeleton-video{background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%);background-size:400% 100%;animation:reel-shimmer 1.4s ease infinite}.skeleton-text{height:16px;margin:12px;border-radius:8px;width:60%}@keyframes reel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}