.loading-skeleton-container{width:100%;min-height:200px;padding:1rem}.loading-skeleton-container.dark .skeleton{background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.1) 50%,rgba(255,255,255,.05))}.loading-skeleton-container.dark .skeleton-wave{background:linear-gradient(90deg,transparent,rgba(255,255,255,.15) 50%,transparent)}.skeleton{background:linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,.12) 50%,rgba(0,0,0,.06));border-radius:8px;display:block;position:relative;overflow:hidden}.skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-wave{position:relative;overflow:hidden}.skeleton-wave:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent);animation:skeleton-wave 1.6s linear infinite}.skeleton-none{animation:none}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes skeleton-wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-loading-text{text-align:center;margin-bottom:2rem;font-size:1.1rem;color:var(--text-secondary,#666);font-weight:500}.dark .skeleton-loading-text{color:var(--text-secondary-dark,#ccc)}.skeleton-line{width:100%}.skeleton-line,.skeleton-text{height:1rem;margin-bottom:.75rem}.skeleton-title{height:1.5rem;margin-bottom:1rem;width:70%}.skeleton-subtitle{height:1.25rem;margin-bottom:.75rem;width:50%}.skeleton-button{height:2.5rem;width:120px;border-radius:6px;margin-top:1rem}.skeleton-avatar{width:40px;height:40px;border-radius:50%;margin-right:1rem;flex-shrink:0}.skeleton-avatar-large{width:80px;height:80px;border-radius:50%;margin-right:1.5rem;flex-shrink:0}.skeleton-image{height:200px;margin-bottom:1rem;border-radius:8px}.skeleton-filter{height:2rem;width:150px;margin-right:1rem;border-radius:6px}.skeleton-input{height:2.5rem;margin-bottom:1rem;border-radius:6px}.skeleton-label{height:1rem;width:100px;margin-bottom:.5rem}.skeleton-table{width:100%;border-spacing:0}.skeleton-table-header{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.dark .skeleton-table-header{border-bottom-color:hsla(0,0%,100%,.1)}.skeleton-table-row{display:flex;gap:1rem;margin-bottom:.75rem}.skeleton-table-cell{flex:1 1;height:1.5rem}.skeleton-minimal .skeleton-text{margin-bottom:.5rem}.skeleton-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.skeleton-card{padding:1.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.5)}.dark .skeleton-card{border-color:hsla(0,0%,100%,.1);background:rgba(0,0,0,.2)}.skeleton-card .skeleton-image{height:160px}.skeleton-list .skeleton-list-item{display:flex;align-items:flex-start;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.dark .skeleton-list .skeleton-list-item{border-bottom-color:hsla(0,0%,100%,.1)}.skeleton-list .skeleton-list-item:last-child{border-bottom:none}.skeleton-list .skeleton-list-content{flex:1 1}.skeleton-profile .skeleton-profile-header{display:flex;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.dark .skeleton-profile .skeleton-profile-header{border-bottom-color:hsla(0,0%,100%,.1)}.skeleton-profile .skeleton-profile-info{flex:1 1}.skeleton-profile .skeleton-section{margin-bottom:2rem;padding:1.5rem;border-radius:8px;background:rgba(0,0,0,.02)}.dark .skeleton-profile .skeleton-section{background:hsla(0,0%,100%,.02)}.skeleton-form{max-width:400px}.skeleton-form .skeleton-form-field{margin-bottom:1.5rem}.skeleton-page .skeleton-page-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.dark .skeleton-page .skeleton-page-header{border-bottom-color:hsla(0,0%,100%,.1)}.skeleton-page .skeleton-page-title{height:2.5rem;width:300px;margin:0 auto 1rem}.skeleton-page .skeleton-page-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.skeleton-page .skeleton-page-content{display:grid;grid-gap:2rem;gap:2rem}.skeleton-page .skeleton-content-card{display:flex;gap:1.5rem;padding:1.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.5)}.dark .skeleton-page .skeleton-content-card{border-color:hsla(0,0%,100%,.1);background:rgba(0,0,0,.2)}.skeleton-page .skeleton-content-card .skeleton-image{width:200px;height:150px;flex-shrink:0;margin-bottom:0}.skeleton-page .skeleton-content-card .skeleton-content-text{flex:1 1}@media(max-width:768px){.skeleton-card-grid{grid-template-columns:1fr}.skeleton-content-card{flex-direction:column}.skeleton-content-card .skeleton-image{width:100%;height:200px}.skeleton-profile-header{flex-direction:column;text-align:center}.skeleton-profile-header .skeleton-avatar-large{margin:0 0 1rem}.skeleton-page-nav{justify-content:flex-start}.skeleton-table-header,.skeleton-table-row{flex-direction:column;gap:.5rem}}@media(prefers-reduced-motion:reduce){.skeleton-pulse,.skeleton-wave{animation:none}}.skeleton:focus{outline:2px solid var(--primary-color,#22c55e);outline-offset:2px}