:root {
  color-scheme: light;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
}

.glass-card {
  box-shadow: 0 18px 70px rgba(99, 102, 241, 0.12);
}

.sidebar-scroll {
  scrollbar-width: none;
}

.sidebar-scroll:hover {
  scrollbar-width: thin;
}

.sidebar-scroll::-webkit-scrollbar {
  width: 0;
}

.sidebar-scroll:hover::-webkit-scrollbar {
  width: 6px;
}

.sidebar-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.35), rgba(236, 72, 153, 0.35));
  border-radius: 9999px;
}

.sidebar-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* Sidebar hover matches selected feel */
.sidebar-scroll a {
  transition: all 0.15s ease;
}

.sidebar-scroll a:hover {
  background-color: rgba(99, 102, 241, 0.12);
  color: #4338ca;
}

.sidebar-scroll a:hover i {
  color: #4338ca !important;
}
