:root { 
  color-scheme: dark; 
}

.scrollbar::-webkit-scrollbar { 
  width: 8px; 
  height: 8px; 
}

.scrollbar::-webkit-scrollbar-thumb { 
  background: #2b2b2f; 
  border-radius: 9999px; 
}

.glass { 
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)); 
  border: 1px solid rgba(255,255,255,0.08); 
  backdrop-filter: blur(10px); 
}

.chip { 
  border:1px solid rgba(255,255,255,.1); 
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #1a1a1f;
}

::-webkit-scrollbar-thumb {
  background-color: #3d3d47;
  border-radius: 10px;
  border: 2px solid #1a1a1f;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
