html,
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(24, 54, 113, 0.34) rgba(24, 54, 113, 0.08);
}

::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

::-webkit-scrollbar-track {
  background: rgba(24, 54, 113, 0.06);
}

::-webkit-scrollbar-thumb {
  border: 2px solid rgba(24, 54, 113, 0.06);
  border-radius: 999px;
  background: rgba(24, 54, 113, 0.28);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(24, 54, 113, 0.42);
}

.aydinsoft-theme-root {
  background:
    radial-gradient(circle at top, rgba(56, 174, 214, 0.12), transparent 34%),
    linear-gradient(180deg, #f7f9fc 0%, #f3f5f9 100%);
  color: var(--aydinsoft-color-text-primary);
}

.aydinsoft-theme-root a {
  transition: color 180ms ease, opacity 180ms ease, background 180ms ease, border-color 180ms ease;
}

.aydinsoft-theme-root ::selection {
  background: rgba(56, 174, 214, 0.22);
  color: #183671;
}

.aydinsoft-theme-root :focus-visible {
  outline: 2px solid rgba(56, 174, 214, 0.8);
  outline-offset: 3px;
}

.aydinsoft-theme-root .aydinsoft-surface-card {
  backdrop-filter: blur(14px);
}
