:root {
  --bg-gradient: linear-gradient(45deg, #1e0f44, #0d1321);
  --color-accent-yellow: #ffd700;
  --color-accent-turquoise: #00f7ff;
  --color-accent-magenta: #ff2f86;
  --color-text: #f5f5f5;
  --color-link: #00f7ff;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  background: var(--bg-gradient);
  color: var(--color-text);
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.h3ader_jx7sd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

.l0go_it5wa {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-accent-yellow);
}

.n4v_yx2h4 {
  display: flex;
  align-items: center;
}

.n4v_yx2h4 ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.n4v_yx2h4 ul.open {
  display: block;
}

.n4v_yx2h4 ul li {
  display: inline-block;
  margin-left: 20px;
}

.n4v_yx2h4 ul li a {
  color: var(--color-link);
  text-decoration: none;
  transition: color 0.3s;
}

.n4v_yx2h4 ul li a:hover {
  color: var(--color-accent-magenta);
}

#b7rger_d2z8e {
  display: none;
  background: var(--color-accent-turquoise);
  border: none;
  color: var(--color-text);
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {
  #b7rger_d2z8e {
    display: block;
  }

  .n4v_yx2h4 ul {
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px;
    border-radius: 6px;
    z-index: 1000;
  }

  .n4v_yx2h4 ul li {
    display: block;
    margin: 10px 0;
  }
}

/* Desktop styles */
@media (min-width: 769px) {
  .n4v_yx2h4 ul {
    display: flex !important;
  }

  .n4v_yx2h4 ul li {
    margin-left: 20px;
  }
}

.s1_yx9df, .s2_d6qeo, .s3_xw3gz {
  padding: 50px 15px;
  max-width: 1070px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  transition: transform 0.5s, opacity 0.5s;
}
.s1_yx9df {

  animation: fadeSlideIn 1s forwards;
}
.s2_d6qeo {

}
.s3_xw3gz .sl7der_q9r3j {
  display: flex;
  overflow-x: auto;
}
.sl7der_q9r3j {
  scroll-behavior: smooth;
}

.c8rd_f3j9x {
  flex: 0 0 300px;
  background: var(--bg-gradient);
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.c8rd_f3j9x button {
  background: var(--color-accent-magenta);
  border: none;
  padding: 10px 20px;
  color: var(--color-text);
  cursor: pointer;
}
.c8rd_f3j9x:hover {
  transform: scale(1.05);
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.f00ter_kz7sj {
  background: rgba(12, 12, 12, 0.8);
  padding: 20px 15px;
  color: #818181;
  text-align: center;
}


.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 5px 5px;
  border: 1px solid #ddd;
  text-align: left;
}

.responsive-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: black;
}

.f00ter_kz7sj a {
  text-decoration: none;
  color: var(--color-link);
}

.img-inline-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

.img-inline-block img {
  max-width: 220px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.img-inline-block img:hover {
  transform: scale(1.03);
}

.img-captioned-text {
  flex: 1;
  color: #f2f2f2;
}

@media (max-width: 768px) {
  .img-inline-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .img-captioned-text {
    text-align: left;
  }

  .img-inline-block img {
    max-width: 100%;
  }
}



.img-inline-block2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  padding: 16px;
  backdrop-filter: blur(4px);
}

.img-inline-block2 img {
  max-width: 220px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.img-inline-block2 img:hover {
  transform: scale(1.03);
}

.img-captioned-text {
  flex: 1;
  color: #f2f2f2;
}

@media (max-width: 768px) {
  .img-inline-block2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .img-captioned-text {
    text-align: left;
  }

  .img-inline-block2 img {
    max-width: 100%;
  }
}