
.arial {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold!important;
  font-style: normal;
}
.atma {
  font-family: "Atma", system-ui;
  font-weight: 600;
  font-style: normal;
}
.birthstone {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
}
.cookie {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
}
.englebert {
  font-family: "Englebert", cursive;
  font-weight: 400;
  font-style: normal;
}
.ms-madi {
  font-family: "Ms Madi", cursive;
  font-weight: 400;
  font-style: normal;
}
.pattaya {
  font-family: "Pattaya", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rouge-script {
  font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.sriracha {
  font-family: "Sriracha", cursive;
  font-weight: 400;
  font-style: normal;
}
.story-script {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fleur-de-leah {
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
}

.titan-one {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.emilys-candy {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal; 
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.satisfy {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.permanent-marker {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

:root {
  --lyric-speed: 1s;
  --m-blue: #0084FF;
  --m-black: #050505;
  --m-dark-grey: #1c1e21;
  --m-border: #333;
}

html {
  background-color: rgba(0,0,0,0)!important;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden!important;
}
body {
  background-color: rgba(0,0,0,0)!important;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}
#lyrics {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow:     
    1px 1px 15px rgba(0,0,0,1), 
    -1px -1px 15px rgba(0,0,0,1), 
    1px -1px 15px rgba(0,0,0,1), 
    -1px 1px 15px rgba(0,0,0,1);
  height: 800px;
  width: 100%;
}
#lyrics .title-text {
  color: white!important;
  font-size: 80px!important;
  line-height: 90px!important;
}
#lyrics .subtitle-text {
  color: white!important;
  font-size: 40px!important;
  line-height: 60px!important;
}
#lyrics .normal-text {
  color: white!important;
  font-size: 60px!important;
  line-height: 70px!important;
}


#lyrics-sub {
  bottom: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow:     
    1px 1px 15px rgba(0,0,0,1), 
    -1px -1px 15px rgba(0,0,0,1), 
    1px -1px 15px rgba(0,0,0,1), 
    -1px 1px 15px rgba(0,0,0,1);
  height: 200px;
  width: 100%;
}

#lyrics-sub .title-text {
  color: white!important;
  font-size: 35px!important;
  line-height: 40px!important;
}
#lyrics-sub .subtitle-text {
  color: white!important;
  font-size: 30px!important;
  line-height: 35px!important;
}
#lyrics-sub .normal-text {
  color: white!important;
  font-size: 25px!important;
  line-height: 28px!important;
}

.column {
  text-align: left;
}

/* The Bottom Menu Bar */
#settings {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 15rem;
  background: var(--m-black);
  border-top: 1px solid var(--m-border);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.8);
  padding: 1.5rem;
  z-index: 1000;
  transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
}

/* Hidden State for Esc key toggle */
#settings.is-hidden-menu {
  transform: translateY(105%);
}

/* Modern Labels */
.label {
  color: var(--m-blue) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem!important;
  margin-bottom: 0.75rem !important;
}

/* Rounded Messenger Buttons */
.messenger-btn {
  background: var(--m-blue) !important;
  color: #fff !important;
  border-radius: 45px !important;
  border: none;
  cursor: pointer;
  padding: 1.75rem 2.5rem;
  font-weight: bold;
  display: inline-block;
  transition: opacity 0.2s;
  font-size: 1.5rem;
}

.messenger-btn-circle {
  background: var(--m-dark-grey);
  color: white;
  border: 1px solid var(--m-border);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  cursor: pointer;
  margin-right: 5px;
  font-size: 1.5rem;
  transition: 0.2s;
}

.messenger-btn-circle:hover {
  background: var(--m-blue);
}

/* Styled Select Dropdowns */
.messenger-select {
  background-color: var(--m-dark-grey);
  border: 1px solid var(--m-border);
  color: #fff;
  height: 90px;
  border-radius: 45px;
  padding: 8px 35px;
  appearance: none;
  width: 100%;
  cursor: pointer;
  font-size: 1.5rem;
}
.messenger-select option {
  padding: 12px 20px; 
  cursor: pointer; 
  border-bottom: 1px solid var(--m-border); 
  color: #ddd; 
  font-size: 1.5rem; 
}
.messenger-select option:active {
  background-color: var(--m-blue); 
  color: #fff; 
  font-weight: bold; 
}

.select-wrapper {
  position: relative;
  width: 100%;
}

/* Guide Tags */
.tag-outline {
  border: 1px solid var(--m-border);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #888;
}

.help-text-inline {
  color: #666;
  font-size: 0.85rem;
}



/* Animation Logic */
.on {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.off {
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Define the keyframes */
@keyframes lyricSwap {
  0%   { opacity: 1; transform: scale(1); }
  25%  { opacity: 0; transform: scale(1); } /* Fade & Shrink */
  50%  { opacity: 0; transform: scale(0.8); } /* Hold while JS swaps text */
  100% { opacity: 1; transform: scale(1); }   /* Grow & Fade back in */
}

.animate-lyric {
  animation: lyricSwap var(--lyric-speed) cubic-bezier(0.18, 0.89, 0.32, 1) forwards;
}