:root{--sk-bg-dark: #222831;--sk-bg-secondary: #393E46;--sk-accent: #00ADB5;--sk-text: #EEEEEE;--sk-base: #393E46;--sk-shine: rgba(0, 173, 181, .15);--sk-shine-secondary: rgba(238, 238, 238, .08);--sk-border: rgba(238, 238, 238, .1);--sk-pulse-opacity: .6;--sk-animation-duration: 1.8s;--sk-animation-timing: ease-in-out}html{background:var(--sk-bg-dark)}body{background:var(--sk-bg-dark)!important;color:var(--sk-text)!important;min-height:100vh}.container-main,main,.flex-grow-1{background:transparent!important}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:var(--sk-pulse-opacity)}}@keyframes skeleton-glow{0%,to{box-shadow:0 0 #00adb500}50%{box-shadow:0 0 20px 2px #00adb526}}@keyframes skeleton-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:var(--sk-base)!important;background-image:linear-gradient(90deg,var(--sk-base) 0%,var(--sk-shine) 20%,var(--sk-shine-secondary) 40%,var(--sk-shine) 60%,var(--sk-base) 80%,var(--sk-base) 100%)!important;background-size:200% 100%!important;animation:skeleton-shimmer var(--sk-animation-duration) var(--sk-animation-timing) infinite!important;border-radius:4px;border:none!important;color:transparent!important;cursor:default!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.skeleton-pulse{background:var(--sk-base)!important;animation:skeleton-pulse 2s ease-in-out infinite!important;border-radius:4px;border:none!important;color:transparent!important;pointer-events:none!important}.skeleton-text{height:1em;width:100%;display:block;margin-bottom:.5em}.skeleton-text:last-child{width:70%}.skeleton-text-sm{height:.75em}.skeleton-text-lg{height:1.5em}.skeleton-text-xl{height:2em}.skeleton-title{height:2rem;width:60%;margin-bottom:1rem}.skeleton-title-lg{height:2.5rem;width:50%}.skeleton-title-xl{height:3rem;width:40%}.skeleton-paragraph{display:flex;flex-direction:column;gap:.5rem}.skeleton-paragraph .skeleton-text:nth-child(1){width:100%}.skeleton-paragraph .skeleton-text:nth-child(2){width:95%}.skeleton-paragraph .skeleton-text:nth-child(3){width:88%}.skeleton-paragraph .skeleton-text:nth-child(4){width:75%}.skeleton-circle{border-radius:50%!important;aspect-ratio:1}.skeleton-circle-sm{width:32px;height:32px}.skeleton-circle-md{width:48px;height:48px}.skeleton-circle-lg{width:64px;height:64px}.skeleton-circle-xl{width:96px;height:96px}.skeleton-circle-xxl{width:128px;height:128px}.skeleton-rounded{border-radius:8px!important}.skeleton-rounded-lg{border-radius:16px!important}.skeleton-rounded-xl{border-radius:24px!important}.skeleton-square{aspect-ratio:1;border-radius:8px!important}.skeleton-rect{border-radius:8px!important}.skeleton-rect-sm{height:80px}.skeleton-rect-md{height:120px}.skeleton-rect-lg{height:180px}.skeleton-rect-xl{height:240px}.skeleton-rect-banner{height:200px;width:100%;border-radius:16px!important}.skeleton-btn{height:38px;min-width:100px;border-radius:8px!important}.skeleton-btn-sm{height:32px;min-width:80px}.skeleton-btn-lg{height:48px;min-width:120px}.skeleton-btn-icon{width:38px;height:38px;border-radius:8px!important}.skeleton-card{background:var(--sk-bg-secondary)!important;border:1px solid var(--sk-border)!important;border-radius:16px!important;padding:1.5rem;animation:skeleton-pulse 2s ease-in-out infinite}.skeleton-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--sk-border)}.skeleton-card-body{display:flex;flex-direction:column;gap:.75rem}.skeleton-card-footer{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--sk-border)}.skeleton-stat-card{background:var(--sk-bg-secondary)!important;border:1px solid var(--sk-border)!important;border-radius:16px!important;padding:1.5rem;text-align:center}.skeleton-stat-value{height:2.5rem;width:50%;margin:0 auto .5rem}.skeleton-stat-label{height:1rem;width:70%;margin:0 auto}.skeleton-table{width:100%;background:var(--sk-bg-secondary);border-radius:12px;overflow:hidden}.skeleton-table-header{display:flex;gap:1rem;padding:1rem 1.5rem;background:#0003;border-bottom:1px solid var(--sk-border)}.skeleton-table-header-cell{flex:1;height:1rem}.skeleton-table-row{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--sk-border);align-items:center}.skeleton-table-row:last-child{border-bottom:none}.skeleton-table-cell{flex:1;height:1rem}.skeleton-table-cell-avatar{width:40px;height:40px;flex:0 0 40px;border-radius:50%}.skeleton-table-cell-action{width:80px;height:32px;flex:0 0 80px;border-radius:6px}.skeleton-form-group{margin-bottom:1.5rem}.skeleton-label{height:1rem;width:30%;margin-bottom:.5rem}.skeleton-input{height:42px;width:100%;border-radius:8px!important}.skeleton-textarea{height:120px;width:100%;border-radius:8px!important}.skeleton-select{height:42px;width:100%;border-radius:8px!important}.skeleton-checkbox{display:flex;align-items:center;gap:.75rem}.skeleton-checkbox-box{width:20px;height:20px;border-radius:4px!important;flex-shrink:0}.skeleton-checkbox-label{height:1rem;width:150px}.skeleton-hero{background:linear-gradient(135deg,var(--sk-bg-secondary) 0%,var(--sk-bg-dark) 100%);border-radius:24px;padding:3rem;margin-bottom:2rem;position:relative;overflow:hidden}.skeleton-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(0,173,181,.05) 50%,transparent 70%);animation:skeleton-shimmer 3s ease-in-out infinite;background-size:200% 100%}.skeleton-hero-badge{height:2rem;width:200px;margin:0 auto 1.5rem;border-radius:50px!important}.skeleton-hero-title{height:3.5rem;width:70%;margin:0 auto 1rem;border-radius:12px!important}.skeleton-hero-subtitle{height:1.25rem;width:60%;margin:0 auto 2rem}.skeleton-hero-actions{display:flex;justify-content:center;gap:1rem}.skeleton-profile-hero{background:linear-gradient(135deg,var(--sk-bg-secondary),var(--sk-bg-dark));border-radius:16px;padding:0;margin-bottom:1.5rem;overflow:hidden}.skeleton-profile-banner{height:160px;background:linear-gradient(135deg,rgba(0,173,181,.2),var(--sk-bg-secondary))}.skeleton-profile-content{padding:0 1.5rem 1.5rem;margin-top:-50px;position:relative}.skeleton-profile-avatar{width:100px;height:100px;border-radius:50%!important;border:4px solid var(--sk-bg-secondary);margin-bottom:1rem}.skeleton-profile-name{height:2rem;width:200px;margin-bottom:.5rem}.skeleton-profile-username{height:1rem;width:150px}.skeleton-nav{display:flex;align-items:center;gap:1.5rem;padding:1rem 0}.skeleton-nav-item{height:1rem;width:80px}.skeleton-nav-brand{height:44px;width:44px;border-radius:8px!important}.skeleton-sidebar{background:var(--sk-bg-secondary);border-radius:16px;padding:1.5rem}.skeleton-sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0}.skeleton-sidebar-icon{width:24px;height:24px;border-radius:6px!important;flex-shrink:0}.skeleton-sidebar-text{height:1rem;flex:1}.skeleton-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.skeleton-kpi-card{background:var(--sk-bg-secondary);border:1px solid var(--sk-border);border-radius:16px;padding:1.5rem}.skeleton-kpi-icon{width:48px;height:48px;border-radius:12px!important;margin-bottom:1rem}.skeleton-kpi-value{height:2rem;width:60%;margin-bottom:.5rem}.skeleton-kpi-label{height:.875rem;width:80%}.skeleton-modal{background:var(--sk-bg-secondary);border-radius:16px;padding:1.5rem}.skeleton-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--sk-border)}.skeleton-modal-title{height:1.5rem;width:200px}.skeleton-modal-close{width:32px;height:32px;border-radius:8px!important}.skeleton-list{display:flex;flex-direction:column;gap:.75rem}.skeleton-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--sk-bg-secondary);border-radius:12px;border:1px solid var(--sk-border)}.skeleton-list-avatar{width:48px;height:48px;border-radius:50%!important;flex-shrink:0}.skeleton-list-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-list-title{height:1rem;width:60%}.skeleton-list-subtitle{height:.75rem;width:40%}.skeleton-list-action{width:32px;height:32px;border-radius:8px!important;flex-shrink:0}.skeleton-grid{display:grid;gap:1.5rem}.skeleton-grid-2{grid-template-columns:repeat(2,1fr)}.skeleton-grid-3{grid-template-columns:repeat(3,1fr)}.skeleton-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:992px){.skeleton-grid-4,.skeleton-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.skeleton-grid-4,.skeleton-grid-3,.skeleton-grid-2{grid-template-columns:1fr}}.skeleton-tabs{display:flex;gap:.5rem;padding:.5rem;background:var(--sk-bg-secondary);border-radius:12px;margin-bottom:1.5rem}.skeleton-tab{height:40px;flex:1;border-radius:8px!important}.skeleton-tab.active{background:var(--sk-accent)!important;opacity:.3}.skeleton-article{background:var(--sk-bg-secondary);border-radius:16px;overflow:hidden;border:1px solid var(--sk-border)}.skeleton-article-image{height:200px;width:100%}.skeleton-article-content{padding:1.5rem}.skeleton-article-meta{display:flex;gap:1rem;margin-bottom:1rem}.skeleton-article-tag{height:1.5rem;width:80px;border-radius:50px!important}.skeleton-article-date{height:1rem;width:100px}.skeleton-article-title{height:1.5rem;width:90%;margin-bottom:.75rem}.skeleton-article-excerpt{height:1rem;width:100%;margin-bottom:.5rem}.skeleton-chart{background:var(--sk-bg-secondary);border-radius:16px;padding:1.5rem;border:1px solid var(--sk-border)}.skeleton-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.skeleton-chart-title{height:1.25rem;width:150px}.skeleton-chart-legend{display:flex;gap:1rem}.skeleton-chart-legend-item{height:1rem;width:60px}.skeleton-chart-area{height:200px;border-radius:8px!important;background:linear-gradient(to top,rgba(0,173,181,.1) 0%,transparent 100%)}.skeleton-dropdown{background:var(--sk-bg-secondary);border-radius:12px;padding:.5rem;border:1px solid var(--sk-border)}.skeleton-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px}.skeleton-dropdown-icon{width:20px;height:20px;border-radius:4px!important;flex-shrink:0}.skeleton-dropdown-text{height:1rem;flex:1}.skeleton-badge{height:1.5rem;width:60px;border-radius:50px!important;display:inline-block}.skeleton-badge-sm{height:1.25rem;width:50px}.skeleton-badge-lg{height:2rem;width:80px}.skeleton-pagination{display:flex;justify-content:center;gap:.5rem}.skeleton-pagination-item{width:40px;height:40px;border-radius:8px!important}.skeleton-search{display:flex;gap:.75rem}.skeleton-search-input{flex:1;height:42px;border-radius:8px!important}.skeleton-search-btn{width:42px;height:42px;border-radius:8px!important}.content-loaded{animation:skeleton-fade-in .3s ease-out forwards}[x-cloak],.skeleton-hide{display:none!important}.skeleton-w-25{width:25%!important}.skeleton-w-50{width:50%!important}.skeleton-w-75{width:75%!important}.skeleton-w-100{width:100%!important}.skeleton-h-1{height:.25rem!important}.skeleton-h-2{height:.5rem!important}.skeleton-h-3{height:.75rem!important}.skeleton-h-4{height:1rem!important}.skeleton-h-5{height:1.25rem!important}.skeleton-h-6{height:1.5rem!important}.skeleton-h-8{height:2rem!important}.skeleton-h-10{height:2.5rem!important}.skeleton-h-12{height:3rem!important}.skeleton-mb-1{margin-bottom:.25rem!important}.skeleton-mb-2{margin-bottom:.5rem!important}.skeleton-mb-3{margin-bottom:.75rem!important}.skeleton-mb-4{margin-bottom:1rem!important}.skeleton-gap-1{gap:.25rem!important}.skeleton-gap-2{gap:.5rem!important}.skeleton-gap-3{gap:.75rem!important}.skeleton-gap-4{gap:1rem!important}@media(max-width:575.98px){.skeleton-d-none-sm{display:none!important}.skeleton-hero{padding:2rem 1rem}.skeleton-hero-title{width:90%;height:2.5rem}.skeleton-hero-subtitle{width:85%}.skeleton-profile-avatar{width:80px;height:80px}}@media(max-width:767.98px){.skeleton-d-none-md{display:none!important}}@media(max-width:991.98px){.skeleton-d-none-lg{display:none!important}}.navbar-glass-light .dropdown-menu{display:none!important}.navbar-glass-light .dropdown-menu.show{display:block!important}
