/* Shared Car/Cafepanel interaction layer. Kept separate so deployment smoke
   checks can verify that the service shell always loads the common theme. */
:where(button, a, input, select, textarea, .ck-editor__editable):focus-visible {
  outline: 3px solid rgba(247, 200, 120, .78);
  outline-offset: 3px;
}
::selection { background: rgba(79, 179, 160, .28); color: inherit; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
