
.latest-release[data-v-1ce0b215] {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url("/api/images/endless-constellation.svg");
  background-size: cover;
  background-position: center;
  padding: 1rem 0;
  color: #fff;
}
h1[data-v-1ce0b215], h2[data-v-1ce0b215] {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
h1[data-v-1ce0b215] {
  font-size: 2.75rem;
}
h2[data-v-1ce0b215] {
  font-size: 1.75rem;
  font-weight: 500;
}
p.lead[data-v-1ce0b215] {
  font-size: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
}
.version-text[data-v-1ce0b215] {
  font-size: 3.5rem;
  color: #f27314;
  display: inline-block;
  position: relative;
  top: 5px;
}
.version-text[data-v-1ce0b215]::before {
  content: attr(data-text);
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
  color: transparent;
  text-shadow: 0 0 20px #ff8a00, 0 0 30px #e52e71, 0 0 40px #ff8a00, 0 0 50px #e52e71;
  animation: glowing-1ce0b215 1.5s linear infinite;
}
.btn-custom[data-v-1ce0b215] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  border: 2px solid #f27314;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn-custom[data-v-1ce0b215]:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  box-shadow: 0 0 30px #f27314, 0 0 50px #f27314;
  border-color: #ff8a00;
}
.btn-custom[data-v-1ce0b215]::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: conic-gradient(#f27314, #f27314);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  z-index: -1;
  transition: all 0.6s ease-in-out;
  border-radius: 50%;
}
.btn-custom[data-v-1ce0b215]:hover::before {
  transform: translate(-50%, -50%) rotate(1turn);
}
@media (max-width: 767px) {
h1[data-v-1ce0b215] {
    font-size: 2rem;
}
h2[data-v-1ce0b215] {
    font-size: 1.5rem;
}
.version-text[data-v-1ce0b215] {
    font-size: 2.5rem;
}
.btn-custom[data-v-1ce0b215] {
    font-size: 1rem;
    padding: 8px 20px;
}
}
@keyframes glowing-1ce0b215 {
0%, 100% {
    text-shadow: 0 0 20px #ff8a00, 0 0 30px #e52e71, 0 0 40px #ff8a00, 0 0 50px #e52e71;
}
50% {
    text-shadow: 0 0 50px #ff8a00, 0 0 60px #e52e71, 0 0 70px #ff8a00, 0 0 80px #e52e71;
}
}


.container-xxl[data-v-569e8971] {
  padding: 5px;
}
#latest-release[data-v-569e8971] {
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
h1[data-v-569e8971] {
  font-size: 2.5rem;
  font-weight: 700;
}
.card[data-v-569e8971] {
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}
.card[data-v-569e8971]:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.card-title[data-v-569e8971] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
.card-text[data-v-569e8971] {
  font-size: 0.95rem;
  color: #6c757d;
}
.card-body[data-v-569e8971] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mt-auto[data-v-569e8971] {
  margin-top: auto;
}
.btn-primary[data-v-569e8971] {
  background-color: #011627;
  border-color: #011627;
  transition: background-color 0.3s ease;
}
.btn-primary[data-v-569e8971]:hover {
  background-color: #012a4a;
  border-color: #012a4a;
}

/* Responsive layout */
@media (min-width: 768px) {
.card-title[data-v-569e8971] {
    font-size: 1.5rem;
}
.img-fluid[data-v-569e8971] {
    max-width: 100%;
    height: 60% !important;
}
}

