::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #fdf4ff; }
::-webkit-scrollbar-thumb { background: #e9b7f0; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #d8a1e6; }

body { font-family: "Nunito", ui-sans-serif, system-ui, sans-serif; }
.sk-heading { font-family: "Quicksand", ui-sans-serif, system-ui, sans-serif; }

.sk-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sk-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.sk-floating-card {
  box-shadow: 0 30px 60px -25px rgba(168, 85, 247, 0.35);
}

#sk-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: #ffffff;
  border-top: 1px solid #f3d9f7;
  box-shadow: 0 -10px 30px -15px rgba(168, 85, 247, 0.25);
}
#sk-cookie-banner.sk-hidden { display: none; }

.sk-copy-flash {
  animation: sk-flash 0.6s ease;
}
@keyframes sk-flash {
  0% { background-color: rgba(217, 70, 239, 0.18); }
  100% { background-color: transparent; }
}
