/* ROOTK tenant loader — brand colors before Vite CSS */
.app-shell-loader {
  color: color-mix(in srgb, #2C3530 72%, #5c5c62);
  background: linear-gradient(165deg, #F5F0EA 0%, color-mix(in srgb, #F5F0EA 92%, white) 42%, color-mix(in srgb, #1E2420 28%, #F5F0EA) 100%);
}
.app-shell-loader__rail-wrap {
  background: color-mix(in srgb, #2C3530 18%, #F5F0EA);
}
.app-shell-loader__rail-shimmer {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, #1E2420 22%, transparent), #1E2420, #2C3530, #1E2420, color-mix(in srgb, #1E2420 22%, transparent), transparent);
  box-shadow: 0 0 22px color-mix(in srgb, #1E2420 38%, transparent);
}
.app-shell-loader__card {
  border-color: color-mix(in srgb, #2C3530 12%, #F5F0EA);
  background: color-mix(in srgb, white 88%, #F5F0EA);
  box-shadow: var(--shadow-premium-sm, 0 4px 24px color-mix(in srgb, black 6%, transparent)), 0 0 0 1px color-mix(in srgb, #1E2420 6%, transparent);
}
.app-shell-loader__bar {
  background: linear-gradient(180deg, #2C3530, #1E2420);
}
.dark .app-shell-loader, [data-theme='dark'] .app-shell-loader {
  color: color-mix(in srgb, #1E2420 75%, white);
  background: linear-gradient(165deg, #151A17 0%, color-mix(in srgb, #151A17 88%, black) 42%, color-mix(in srgb, #1E2420 22%, #151A17) 100%);
}
.dark .app-shell-loader__card, [data-theme='dark'] .app-shell-loader__card {
  background: color-mix(in srgb, #151A17 85%, white 12%);
}
