@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap&subset=latin-ext');
@font-face {
  font-family: 'DS-Digital Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DS-Digital Bold'), url('/fonts/DS-DIGIB.woff') format('woff');
  }

  @font-face {
    font-family: 'Basement';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/BasementGrotesque.woff') format('woff');
    }

body {
  background-image: linear-gradient(135deg, rgba(26, 11, 46, 0.7) 0%, rgba(45, 27, 78, 0.7) 25%, rgba(22, 33, 62, 0.7) 50%, rgba(9, 63, 66, 0.7) 75%, rgba(26, 11, 46, 0.7) 100%), url('/images/bg.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: center, center center;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  margin:0;
  font: 1.0em "Changa",Verdana, Tahoma, Helvetica, sans-serif; line-height: 1.6em;  color: #f5f5f5;
}

.container {
  max-width:1280px;
  width: 100%;
  margin:auto;
  overflow:visible;
}

.page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  border-left: 2px solid;
  border-right: 2px solid;
  border-image-source: linear-gradient(
    to bottom,
    rgba(0, 203, 255, 0) 0px,
    rgba(0, 203, 255, 0.05) 300px,
    rgba(0, 203, 255, 1) 800px
  );
  border-image-slice: 1;
}

.top-container {
  max-width:1280px;
  width: 100%;
  margin:auto;
  overflow:visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media only screen and (min-width: 1280px) {

  
  .background {
    width: 100%;
    padding-bottom: 0px;
    position: relative;
  }
  
  .background::after {
    content: '';
    background-image: url('/images/halftone.png');
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    height: 100px;
    margin-top: -100px;
    position: absolute;
    pointer-events: none;
    z-index: 5;
  }
  


}

@media only screen and (max-width: 1280px) {
  
  .background {
  max-width:1280px;
  margin-top:-55px;
  margin-left:0;
  padding-top:55px;
  padding-left:0;
 }


}

.mobile-menu {
  z-index:2;
  background-color:rgba(0,0,0,0.65);
  float:right;
  width:300px;
}

.mobile-menu ul {
  list-style-type:none
}

.mobile-menu ul li {
  line-height: 1.35;
}

.mobile-menu ul li a {
     padding:10px;
     font-family:Arial;
     font-size:24px;
     font-weight:bold;
     color:#ffffff;
     text-decoration:none;
     
}

.mobile-menu ul li a:hover {
     color:#7085d4;
}


h1,h2,h3,h4,h5,h6{  font-family: "Basement", sans-serif;
  font-weight: 600;
  margin:15px 5px 5px;line-height:1.2em;color:#00CBFF; text-transform: uppercase;}
h1{font-size:50px;letter-spacing: 3px;}
h2{font-size:30px;letter-spacing: 2px;}
h3{font-size:27px;letter-spacing: 2px;}
h4{font-size:21px;letter-spacing: 1px;}
h5{font-size:18px;letter-spacing: 1px;}
h6{font-size:15px;letter-spacing: 1px;}


.footer {
  width:100%;
  margin:auto;
  background: linear-gradient(180deg, rgba(0, 203, 255, 0.2) 0%, rgba(26, 11, 46, 0.9) 100%);
  border-top: 2px solid #00CBFF;
  overflow: hidden;
  box-shadow: 0px 0px 20px 5px rgba(0, 203, 255, 0.3);
  padding: 0;
  padding-bottom: 20px;
  padding-top: 45px;
  text-align: center;
  font: 0.6em Verdana, Tahoma, Helvetica, sans-serif; line-height: 1.6em;  color: #f5f5f5;
  position: relative;
  backdrop-filter: blur(10px);
}


.footer a{
  color:#00CBFF;
  text-decoration:none;
}

.footer a:hover{
  color:#39FF14;
  text-decoration:underline;
}

.footer h4 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  color: #00CBFF;
}

.logo {
  padding:5px;
  margin-right:10px;
  width: 285px;
  height: 120px;
  margin-bottom:-80px;
  margin-top:-10px;
  z-index: 102;
  position: relative;
  filter: drop-shadow(0 0 10px rgba(0, 203, 255, 0.5));
}

.staff-form-label {
  width:200px;
  display:block'
}

.top-bar {
  position: relative;
  background-color: rgba(26, 11, 46, 0.95);
  border-bottom: #00CBFF 2px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  z-index: 100;
}

/* Menu elements */
.top-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.top-bar ul li {
  margin-left: 30px;
}

.top-bar ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.95rem;
  font-family: 'Basement', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.top-bar ul li a:hover {
  color: #00CBFF;
}

img.logo {
  border: 5px solid #00CBFF;
  background-color: #00CBFF;
  z-index: 102;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 203, 255, 0.5);
  transition: all 0.3s ease;
}

img.logo:hover {
  box-shadow: 0 0 30px rgba(0, 203, 255, 0.8);
  transform: translateY(-2px);
}

.content {
  max-width: 1280px;
  margin: auto;
  background-color: rgba(26, 11, 46, 0.85);
  overflow: hidden;
  padding: 20px;
  padding-bottom: 120px;
  border-top: 4px solid #18191a;
  font-size: 1em;
  z-index: 10;
  position: relative;
  color: #a0a0a0;
  backdrop-filter: blur(10px);
}

  .content a{
  color:#a0a0a0;
  text-decoration:underline;
}

.content a:hover{
  color:#ffffff;
  text-decoration:none;
}

.content input{
  border: #00CBFF 1px solid;
  padding:5px;
  font-size: 1em;
  background-color: #f4f4f4;
  color:#00CBFF;
  width:180px;
}

.content select{
  border: #00CBFF 1px solid;
  padding:5px;
  font-size: 1em;
  background-color: #f4f4f4;
  color:#00CBFF;
  width:180px;
}

.content checkbox{
  border: #00CBFF 1px solid;
  padding:5px;
  font-size: 1em;
  background-color: #f4f4f4;
  color:#00CBFF;
  width:180px;
}

.content textarea{
  border: #00CBFF 1px solid;
  padding:5px;
  font-size: 1em;
  background-color: #f4f4f4;
  color:#00CBFF;
  width:180px;
}

.header-image-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.header-image-container .header-image {
  width: 100%;
  height: auto;
  display: block;
}



.dropdown {
  position: relative;
  display: inline-block;
  z-index: 101;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding:5px;
  background-color: rgba(26, 11, 46, 0.98);
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  z-index: 101;
  border: 1px solid #00CBFF;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.dropdown-content a:hover {
  color: #00CBFF;
  background-color: rgba(0, 203, 255, 0.1);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn:hover {
  cursor: pointer;
}

/* Menu container */
.menu {
  display: flex;
  align-items: center;
}

.menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}

/* Hamburger menu */
.hamburger-menu {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
}

.bar {
  width: 100%;
  height: 4px;
  background-color: #00CBFF;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

/* Hamburger menu hover effect */
.hamburger-menu:hover .bar {
  background-color: #00CBFF;
}

/* Hamburger menu when active */
.menu.active {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(26, 11, 46, 0.98);
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 2rem;
  backdrop-filter: blur(20px);
  box-sizing: border-box;
}

.menu.active ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu.active .dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.menu.active .dropdown-content {
  position: static;
  background-color: transparent;
  box-shadow: none;
  display: block;
  border: none;
  min-width: auto;
  width: 100%;
  padding: 0;
  margin-top: 0.5rem;
}

.menu.active .dropdown-content a {
  color: #ffffff;
  padding: 8px 16px;
  font-size: 1rem;
  text-align: center;
}

.menu.active .dropdown-content a:hover {
  color: #00CBFF;
  background-color: rgba(0, 203, 255, 0.1);
}

.menu.active li {
  margin: 0;
  width: 100%;
  text-align: center;
}

.menu.active li a {
  font-size: 1.2rem;
  padding: 10px 20px;
  display: block;
}


/* Close button */
.close-btn {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 4rem;
  color: #00CBFF;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 201;
  line-height: 1;
  font-weight: 300;
}

.close-btn:hover {
  color: #39FF14;
}

.menu.active .close-btn {
  display: block;
}

/* Responsive menu */
@media screen and (max-width: 1081px) {
  .menu {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  .top-bar ul li {
    margin-left: 0;
    margin: 0.5rem 0;
  }
}


.sidenav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}


.sidenav img {
  width: 83px;
  height: 83px;
}

.ticket-form {
  width: 100%;
  font-size: 1.2em;
  color: #00CBFF;
  font-weight: bold;
}

.ticket-form input{
  width: 100%;
  padding: 5px;
  border: #00CBFF 1px solid;
  background-color: #f4f4f4;
  color:#00CBFF;
}

.merch-box {
  float:left;
  margin:10px;
  padding:10px;
  border:#a0a0a0 1px solid;
  border-radius:10px;
  background-color:#f4f4f4;
  text-align: center;
}

.bubble-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 300px));
  grid-template-rows: masonry;
}


.schedule-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.stage-header {
  display: flex;
  border-bottom: 2px solid #333;
}
.stage-name {
  flex: 1;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.schedule-body {
  position: relative;
  display: flex;
}
.time-column {
  width: 60px;
  border-right: 1px solid #ccc;
}
.stage-column {
  flex: 1;
  border-right: 1px solid #ccc;
  position: relative;
}
.event {
  position: absolute;
  left: 5px;
  background-color: #f0f0f0;
  border: 3px solid #999;
  border-radius: 4px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  font-size: 0.8em;
}

.event a {
  font-size: 1.0em;
  color: #cfcfcf;
  text-decoration: none;
}

.event a:hover {
  text-decoration: underline;
  color: #ffffff;

}

.event .event-author {
  color: #a0a0a0;
  display: block;
}


.time-marker {
  position: absolute;
  width: 100%;
  border-top: 1px dashed #999;
  color: #666;
  font-size: 12px;
  padding-left: 5px;
}


/* Cyberpunk Animation Effects */

/* Glitch effect for main headings */
.content h1:hover {
  animation: glitch 0.8s cubic-bezier(.25, .46, .45, .94) both infinite;
}

@keyframes glitch {
  0% {
    transform: translate(0);
    text-shadow: -2px 0 #ff00c1, 2px 2px #00CBFF;
  }
  20% {
    transform: translate(-2px, 2px);
    text-shadow: 1px -1px #ff00c1, -1px 1px #00CBFF;
  }
  40% {
    transform: translate(-2px, -2px);
    text-shadow: 2px 0 #ff00c1, -2px -2px #00CBFF;
  }
  60% {
    transform: translate(2px, 2px);
    text-shadow: -2px 1px #ff00c1, 1px -1px #00CBFF;
  }
  80% {
    transform: translate(2px, -2px);
    text-shadow: 2px -1px #ff00c1, -1px 2px #00CBFF;
  }
  100% {
    transform: translate(0);
    text-shadow: -2px 0 #ff00c1, 2px 2px #00CBFF;
  }
}

/* Scanline effect for main content - Applied via existing .content class */

.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(0, 204, 255, 1.0) 50%,
    transparent 100%);
  animation: scanline 4s linear infinite;
  pointer-events: none;
  z-index: 5;
}

@keyframes scanline {
  0% {
    transform: translateY(-80%);
    opacity: 0;
  }
  50% {
    transform: translateY(-85%);
    opacity: 0.6;
  }
  55% {
    transform: translateY(-87%);
    opacity: 1;
  }
  65% {
    transform: translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: translateY(1000%);
    opacity: 0;
  }
}

/* Enhanced glowing border effect - Removed */

/* Modified CRT flicker for better compatibility */
.background {
  position: relative;
}

.background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}

@keyframes crtFlicker {
  0% {
    background: rgba(0, 203, 255, 0.02);
  }
  2% {
    background: transparent;
  }
  4% {
    background: rgba(0, 203, 255, 0.02);
  }
  6% {
    background: transparent;
  }
  8% {
    background: rgba(0, 203, 255, 0.02);
  }
  100% {
    background: transparent;
  }
}

/* Enhanced logo glitch effect */
.logo {
  animation: logoGlitch 25s steps(1) infinite;
}


@keyframes logoGlitch {
  0% {
    clip-path: inset(0 0 0 0);
    filter: none;
  }
  0.2% {
    clip-path: inset(20% 0 0 0);
    filter: hue-rotate(90deg);
  }
  0.4% {
    clip-path: inset(40% 0 60% 0);
    filter: hue-rotate(-90deg);
  }
  0.6% {
    clip-path: inset(80% 0 0 0);
    filter: invert(100%);
  }
  0.8% {
    clip-path: inset(0 0 100% 0);
    filter: none;
  }
  1% {
    clip-path: inset(0 0 0 0);
    filter: none;
  }
}

/* Enhanced cyber button effect */
.system-btn {
  position: relative;
  overflow: hidden;
}

.system-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(0, 203, 255, 0.2),
    transparent
  );
  transform: rotate(45deg);
  animation: cybersweep 3s linear infinite;
  pointer-events: none;
}

@keyframes cybersweep {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

/* Enhanced menu glitch effect */
.top-bar ul li a:hover {
  animation: menuGlitch 0.3s cubic-bezier(.25, .46, .45, .94) both infinite;
  color: #00CBFF;
}

@keyframes menuGlitch {
  0% {
    transform: skewX(0deg);
  }
  20% {
    transform: skewX(-15deg);
  }
  40% {
    transform: skewX(15deg);
  }
  60% {
    transform: skewX(-15deg);
  }
  80% {
    transform: skewX(15deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

/* Digital clock effect for timestamps */
.event time, 
.schedule-body time,
[data-time], 
[data-date] {
  font-family: 'DS-Digital Bold', monospace;
  text-shadow: 0 0 5px #00CBFF;
}


/* Holographic shimmer effect for location image */
.location-bg {
  position: relative;
  overflow: visible !important;
}

.location-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent 0%,
    rgba(0, 203, 255, 0.2) 45%,
    rgba(0, 203, 255, 0.4) 50%,
    rgba(0, 203, 255, 0.2) 55%,
    transparent 100%
  );
  filter: brightness(1.5) contrast(2);
  mix-blend-mode: overlay;
  animation: holoShimmer 3s linear infinite;
  pointer-events: none;
  z-index: 2;
}

.location-bg::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    rgba(0, 203, 255, 0.1) 1px,
    transparent 2px
  );
  animation: scanlines 10s linear infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes holoShimmer {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

/* RGB Split effect for location image */
.location-bg {
  position: relative;
  animation: rgbSplit 6s infinite linear;
}

@keyframes rgbSplit {
  0%, 100% {
    filter: none;
  }
  15% {
    filter: drop-shadow(2px 0 0 #ff0000) drop-shadow(-2px 0 0 #00CBFF);
  }
  30% {
    filter: none;
  }
  45% {
    filter: drop-shadow(2px 0 0 #00CBFF) drop-shadow(-2px 0 0 #ff0000);
  }
  60% {
    filter: none;
  }
}

/* Feature Grid for event highlights */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 30px 0;
  padding: 20px 0;
}

.feature-box {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 203, 255, 0.1) 0%, rgba(0, 203, 255, 0.05) 100%);
  border: 2px solid #00CBFF;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease;
  overflow: hidden;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 15px rgba(0, 203, 255, 0.2);
}

.feature-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(0, 203, 255, 0.1),
    transparent
  );
  transform: rotate(45deg);
  animation: featureShimmer 6s linear infinite;
  pointer-events: none;
}

@keyframes featureShimmer {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

.feature-box:hover {
  transform: translateY(-5px);
  border-color: #39FF14;
  box-shadow: 0 0 30px rgba(0, 203, 255, 0.5), 0 0 15px rgba(57, 255, 20, 0.3);
  background: linear-gradient(135deg, rgba(0, 203, 255, 0.15) 0%, rgba(57, 255, 20, 0.08) 100%);
}

.feature-box h3 {
  color: #00CBFF;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  text-shadow: none;
  position: relative;
  z-index: 1;
}

.feature-box:hover h3 {
  color: #39FF14;
  text-shadow: 0 0 15px rgba(57, 255, 20, 0.7);
}

.feature-box p {
  color: #e0e0e0;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for feature grid */
@media screen and (max-width: 1081px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .feature-box {
    padding: 20px;
  }
  
  /* Disable glitch and glow effects on mobile */
  .content h1:hover {
    animation: none;
  }
  
  .feature-box h3 {
    text-shadow: none;
  }
  
  .feature-box h3 {
    text-shadow: none;
  }
  
  .feature-box:hover h3 {
    text-shadow: none;
  }
}