.skeleton-container{display:grid;font-family:Arial,sans-serif;gap:6.5%;grid-template-columns:1fr 1fr 1fr;margin:0 auto;max-width:100%;padding:20px}.skeleton-card{background:#f0f0f0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:grid;margin-bottom:20px;overflow:hidden}.skeleton-image{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;height:200px}.skeleton-content{padding:16px}.skeleton-title{height:24px;width:80%}.skeleton-date,.skeleton-title{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;margin-bottom:12px}.skeleton-date{height:16px;width:30%}.skeleton-text{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;height:16px;margin-bottom:8px;width:100%}.skeleton-text:last-child{width:80%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.tags{cursor:grab;scrollbar-width:none;user-select:none}.tags::-webkit-scrollbar{display:none}.tags a{user-select:none;-webkit-user-drag:none}