.syne-mono-regular {
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.krona-one-regular {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: 'Syne Mono', monospace;
  text-align: center;
  font-size: 3.4rem;
  opacity:85%; 
}
.symbol {
  color:#ffd1ffe5 ;
}
h2 {
  font-family: 'Syne Mono', monospace;
  text-align: center;
  opacity:85%;
  font-size: 3rem;
}
h3 {
  font-family: 'Krona One', monospace;
  text-align: center;
  opacity:85%;
  font-size: 1rem;
}
p{
  font-family: 'Krona One', monospace;
  text-align: center;
  opacity:75%;
}
.nameglow {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  
  text-shadow: 
    0 0 5px #e6a6ff,
    0 0 10px #bf00ff,
  
    0 0 40px #7000ff;
}

.background, .background2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.background {
  background-image: url('trendwhore.jpg');
}

.background2 {
  background-image: url('metalheart.jpg');
}

#timebutton {
  position: fixed;
  top: 10px;
  right: 10px;
  background: black;
  border-radius: 7px;
  color: white;
  padding: 8px 12px;
  font-family: 'Syne Mono', monospace;
  cursor: pointer;
  z-index: 10001;
  border: 1px solid #333;
}

.faa{
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.faa:hover {
  transform: scale(2);
  text-shadow: 0 0 8px #acf3ce, 0 0 15px rgba(87, 232, 156, 0.6);
  color: #57e89c;
 
}

.panel {
  position: relative;
  z-index: 1;
  width: 700px;
  margin: 60px auto;
  padding: 40px;
  background: linear-gradient(
    135deg, 
    #0000004d 0%, 
    #743170a2 50%,
    #ff72ffa2 100%
  );
  color: white ;
  text-align: center;

  background-color: rgba(0, 0, 0, 0.288);
  border-radius: 26px;
  backdrop-filter: blur(2px);
  border: 2px solid #ff72ffa2;
}
.separator {
  height: 2px;
  width: 100%;
  margin: 20px 0;
  background: linear-gradient(90deg, 
    rgba(255,255,255,0) 0%, 
    #ff72ffa2 50%, 
    rgba(255,255,255,0) 100%);
  position: relative;
}

.picks {
  display: flex;
  gap: 12px;
}

.pick {
  flex: 1;
}

.pick img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  border: 3px solid #ff72ffbd;
  
}

.pick img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border: 2px solid #ff72ffa2;
  transition: transform 0.3s ease, border-color 0.3s ease;
  cursor: help;
}

.pick img:hover {
  transform: scale(1.05);
  border-color: #e102ff;
  filter: brightness(1.1);
}

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: help;
}

#lightbox-img {
  max-width: 90%;
  max-height: 90vh;
}
nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

nav a {
  display: block;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 12px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border: 2px solid #1d013885;
  border-radius: 16px;
  background: linear-gradient(
    180deg, 
    #2a0042a8 0%,
    
    #25024e34 43%, 
    #ff84ff41 70%,
    #ff84ff5e 100%
  );
  border-top: 2px solid #ffd5ff52;
  border-right: 2px solid #ffd5ff81;
  border-left: 2px solid #1d013885;
  border-bottom: 2px solid #1d013885;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  transition: transform 0.3s ease-in-out;
}
nav a:hover {
   transform: scale(1.07);
  filter: brightness(1.5);
}


@media screen and (max-width: 768px) {
  .panel {
    width: 90% !important;
    margin: 20px auto;
    padding: 20px;
  }
  h1 { 
    font-size: 2.2rem; 
  }
  h2 { font-size: 1.8rem; }
  .picks {
    flex-direction: column;
    gap: 20px;
  }
}
.video-container {
  position: relative !important;
  width: 100% !important;
  padding-bottom: 56.25% !important; 
  height: 0 !important;
  overflow: hidden !important;
  margin-top: 20px;
  border-radius: 12px;
}

.video-container iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
