/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@keyframes hypno-pulse {
  0%, 100% {
    box-shadow: 0 0 6px #e71d36;
  }
  50% {
    box-shadow: 0 0 14px #00a1e4;
  }
}
@keyframes hypno-chase {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes hypno-strobe {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes hypno-pulse {
  0%, 100% {
    box-shadow: 0 0 6px #e71d36;
  }
  50% {
    box-shadow: 0 0 14px #00a1e4;
  }
}
@keyframes hypno-chase {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes hypno-strobe {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.ymo-panel {
  text-align: center;
  padding: 2rem 1rem;
}
.ymo-panel h1, .ymo-panel h2, .ymo-panel h3 {
  text-transform: uppercase;
  margin: 0.4rem 0;
  letter-spacing: 1px;
}
.ymo-panel h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #e71d36;
  text-shadow: 0 0 12px rgba(231, 29, 54, 0.7);
}
.ymo-panel h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00a1e4;
  text-shadow: 0 0 10px rgba(0, 161, 228, 0.7);
}
.ymo-panel h3 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #7fb800;
  text-shadow: 0 0 8px rgba(127, 184, 0, 0.7);
}
.panel-slide {
  display: none;
}
.panel-slide.active {
  display: block;
  animation: hypno-strobe 0.8s ease-in-out;
}
.panel-nav {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
.panel-nav .lamp {
  background: transparent;
  border: none;
  font-size: 2.2rem;
  cursor: pointer;
  color: #820263;
  text-shadow: 0 0 4px rgba(130, 2, 99, 0.8);
  transition: all 0.3s ease;
  animation: hypno-pulse 3s infinite;
}
.panel-nav .lamp:hover, .panel-nav .lamp:focus {
  color: #f7b538;
  text-shadow: 0 0 14px #f7b538, 0 0 24px #f7b538;
}
.panel-nav .lamp.active {
  color: #f6511d;
  text-shadow: 0 0 18px #f6511d, 0 0 30px #f6511d;
  animation: hypno-strobe 0.8s infinite;
}
/*# sourceMappingURL=custom_14.css.map */