/* Removes browser-injected blue autofill background */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px #fff inset;
}

/* Slim scrollbar — applies to dashboard layouts */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1efe8; }
::-webkit-scrollbar-thumb { background: #d3d1c7; border-radius: 3px; }
