.ksr-admin-loader{min-height:100vh;background:#0a0a0a}.ksr-document-loader{min-height:100vh;background:#f5f5f4}.ksr-section-loader{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px}.ksr-section-loader__text{font-size:13px;letter-spacing:.12em;text-transform:uppercase}.ksr-section-loader--dark .ksr-section-loader__text{color:rgba(237,237,237,.55)}.ksr-section-loader--light .ksr-section-loader__text{color:rgba(33,29,24,.55)}.ksr-section-loader--animated .ksr-section-loader__text{animation:ksr-text-breathe 2.6s ease-in-out infinite}@keyframes ksr-text-breathe{0%,to{opacity:.55}50%{opacity:.9}}.ksr-section-loader__rule{position:relative;width:100%;height:1px;overflow:hidden}.ksr-section-loader--dark .ksr-section-loader__rule{background:rgba(255,255,255,.08)}.ksr-section-loader--light .ksr-section-loader__rule{background:rgba(33,29,24,.08)}.ksr-section-loader--animated .ksr-section-loader__rule:after{content:"";position:absolute;top:0;left:0;width:30%;height:100%;animation:ksr-rule-sweep 2.6s ease-in-out infinite}.ksr-section-loader--dark.ksr-section-loader--animated .ksr-section-loader__rule:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent)}.ksr-section-loader--light.ksr-section-loader--animated .ksr-section-loader__rule:after{background:linear-gradient(90deg,transparent,rgba(33,29,24,.7),transparent)}@keyframes ksr-rule-sweep{0%{translate:-100% 0}to{translate:330% 0}}@media (prefers-reduced-motion:reduce){.ksr-section-loader__rule:after,.ksr-section-loader__text{animation:none}}