/* CM Combs AI Planroom — Custom Styles */

::selection {
  background: rgba(198, 102, 51, 0.3);
  color: #fff;
}

:focus-visible {
  outline: 2px solid rgba(198, 102, 51, 0.65);
  outline-offset: 2px;
}

/* Smooth transitions */
a, button, input, select, textarea {
  transition: all 160ms ease;
}

/* Scrollbar styling */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.2); }
