.skeleton-container{width:100%;max-width:1440px;margin:0 auto;padding:20px 16px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-mobile-header,.skeleton-mobile-pills{display:none}.skeleton-shell{display:flex;gap:16px;width:100%}.skeleton-sidebar{width:250px;flex-shrink:0;background:#ffffff;border-radius:5px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.03)}.skeleton-title{height:20px;width:60%;background:#f0f0f0;margin-bottom:24px;border-radius:4px}.skeleton-nav-item{height:36px;background:#f8f9fa;margin-bottom:8px;border-radius:4px}.skeleton-main,.skeleton-nav-item{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f6f7f8 4%,#edeef1 25%,#f6f7f8 36%);background-size:1000px 100%}.skeleton-main{flex:1;min-width:0;height:clamp(340px,45vw,480px);border-radius:5px}@media (max-width:1024px){.skeleton-shell{display:none}.skeleton-mobile-header{display:block;height:clamp(300px,48vw,420px);border-radius:5px;margin-bottom:16px;animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f6f7f8 4%,#edeef1 25%,#f6f7f8 36%);background-size:1000px 100%}.skeleton-mobile-pills{display:flex;gap:10px;overflow:hidden}.skeleton-pill{height:40px;flex:1;border-radius:5px;animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f6f7f8 4%,#edeef1 25%,#f6f7f8 36%);background-size:1000px 100%}}@media (max-width:768px){.skeleton-mobile-header{height:clamp(260px,60vw,340px)}}@media (max-width:480px){.skeleton-mobile-header{height:220px}}