/* Culorile Alfred AI, aplicate DOAR pe paginile publice de secret sharing
   (/shared/secret/:id, /secret-request/secret/:id, /share-secret).
   Atributul data-alfred-public e pus pe <html> de alfred-public.js.
   Infisical primary = rgb(224 237 52) (galben) -> Alfred #D83361 (roz). */
html[data-alfred-public] .bg-primary,
html[data-alfred-public] .bg-primary-500,
html[data-alfred-public] .hover\:bg-primary:hover,
html[data-alfred-public] .hover\:bg-primary-500:hover {
  background-color: #D83361 !important;
  color: #ffffff !important;
}
html[data-alfred-public] .hover\:bg-primary:hover,
html[data-alfred-public] .hover\:bg-primary-500:hover,
html[data-alfred-public] .bg-primary:hover,
html[data-alfred-public] .bg-primary-500:hover {
  background-color: #C12D57 !important;
}
html[data-alfred-public] .bg-primary\/10,
html[data-alfred-public] .hover\:bg-primary\/10:hover {
  background-color: rgba(216, 51, 97, 0.12) !important;
}
html[data-alfred-public] .text-primary {
  color: #F0366A !important;
}
html[data-alfred-public] .border-primary,
html[data-alfred-public] .border-primary\/50,
html[data-alfred-public] .hover\:border-primary\/40:hover,
html[data-alfred-public] .hover\:border-primary-400:hover {
  border-color: #D83361 !important;
}
html[data-alfred-public] .focus\:ring-primary-400\/50:focus {
  --tw-ring-color: rgba(216, 51, 97, 0.5) !important;
}

/* Gradientul galben Infisical din "Powered by ... ->" si titluri -> gradient Alfred */
html[data-alfred-public] .bg-gradient-to-tr.from-yellow-500.to-primary-500 {
  background-image: linear-gradient(to top right, #F0366A, #D83361) !important;
}
/* Ascunde blocul promo "Open source secret management for developers / Try Infisical"
   si linia despartitoare de deasupra lui */
html[data-alfred-public] .rounded-md.border-primary-500\/30.bg-primary\/5,
html[data-alfred-public] .m-auto.my-8.flex.w-full {
  display: none !important;
}
