.skeleton-animate{position:relative;overflow:hidden}.skeleton-animate:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:shimmer 2s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.layout-transition{opacity:0;animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{to{opacity:1}}.skeleton-root{--skeleton-bg-dark:rgba(255,255,255,0.1);--skeleton-bg-light:rgba(0,0,0,0.04)}.skeleton-menu-item{padding-left:24px!important;margin-top:4px!important}.skeleton-menu-item,.skeleton-sub-menu-item{height:40px!important;line-height:40px!important;position:relative;overflow:hidden}.skeleton-sub-menu-item{padding-left:48px!important}.skeleton-text{position:relative;display:inline-block;min-width:60px;height:1em;background:var(--skeleton-bg-dark);border-radius:4px}.skeleton-breadcrumb .skeleton-text{background:var(--skeleton-bg-light);min-width:40px}.skeleton-content{width:100%;height:100%;display:flex;flex-direction:column;gap:20px}.skeleton-card-row{display:flex;gap:16px;flex-wrap:wrap}.skeleton-card{min-width:200px;height:120px}.skeleton-card,.skeleton-table{flex:1;background:var(--skeleton-bg-light);border-radius:8px}.skeleton-table{min-height:300px}.skeleton-logo{position:relative}.form-page-skeleton,.list-page-skeleton,.page-skeleton{width:100%;display:flex;flex-direction:column;gap:24px}.skeleton-title{background:var(--skeleton-bg-light);border-radius:4px}.skeleton-stats-row{display:flex;flex-wrap:wrap;gap:16px}.skeleton-stat-card{flex:1;min-width:200px;height:120px;background:var(--skeleton-bg-light);border-radius:8px}.skeleton-charts-row{display:flex;gap:16px;flex-wrap:wrap}.skeleton-chart{flex:1;min-width:300px;height:300px;background:var(--skeleton-bg-light);border-radius:8px}.skeleton-table-container{display:flex;flex-direction:column;gap:8px}.skeleton-table-header{height:40px;background:var(--skeleton-bg-light);border-radius:8px 8px 0 0}.skeleton-table-content{display:flex;flex-direction:column;gap:8px}.skeleton-table-row{height:50px}.skeleton-pagination,.skeleton-table-row{background:var(--skeleton-bg-light);border-radius:4px}.skeleton-pagination{margin-top:16px;height:32px;width:300px}.skeleton-form{display:flex;flex-direction:column;gap:24px;max-width:800px}.skeleton-form-item{display:flex;flex-direction:column;gap:8px}.skeleton-label{height:20px;width:100px}.skeleton-input,.skeleton-label{background:var(--skeleton-bg-light);border-radius:4px}.skeleton-input{height:40px;width:100%}.skeleton-form-buttons{display:flex;gap:16px;margin-top:24px}.skeleton-button{height:40px;width:100px;background:var(--skeleton-bg-light);border-radius:4px}.skeleton-header{display:flex;justify-content:space-between;align-items:center}.skeleton-search{height:40px;width:300px;background:var(--skeleton-bg-light);border-radius:4px}.skeleton-filters{display:flex;gap:16px;margin-bottom:16px}.skeleton-filter{height:32px;width:120px;background:var(--skeleton-bg-light);border-radius:4px}