/* Canonical TeamON Workspace shell tokens. Legacy selectors remain readers
   only until M12; both selectors resolve to the same geometry. */
:where([data-teamon-workspace-shell]) {
  --teamon-space-rail-expanded: 224px;
  --teamon-space-rail-collapsed: 64px;
  --teamon-space-mobile-header: 58px;
  --teamon-workspace-shell-bg: #101014;
  --teamon-space-rail-bg: rgba(12, 12, 17, .92);
  --teamon-space-line: rgba(184, 174, 255, .11);
  --teamon-space-motion: .24s cubic-bezier(.2, .8, .2, 1);
}

:where([data-teamon-workspace-shell][data-teamon-shell-tone="family"]) {
  --teamon-space-accent: #7369ee;
  --teamon-space-accent-secondary: #28b5a2;
}

:where([data-teamon-worlds-rail][aria-hidden="true"]) {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  :where([data-teamon-workspace-shell]),
  :where([data-teamon-worlds-rail]) {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
