/**
 * ONYX Shell — Dashboard-Variablen (scoped unter .onyx-shell)
 */
:root {
  --admin-nav-w: 64px;
  --admin-nav-w-expanded: 240px;
}

.onyx-shell {
  --sidebar-background: 222 28% 7%;
  --sidebar-foreground: 210 20% 96%;
  --sidebar-border: 222 14% 16%;
  --shell-background: 222 28% 6%;
  --shell-card: 222 24% 9%;
  --shell-border: 222 14% 18%;
  --shell-muted-foreground: 215 12% 58%;
  --shell-radius: 0.5rem;
}

.onyx-shell .main {
  background: hsl(var(--shell-background));
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
