@font-face {
  font-family: "Brand";
  src: url("/assets/fonts/Brand.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Via Appia";
  src: url("/assets/fonts/ViaAppia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Tangerine";
  src: url("/assets/fonts/Tangerine.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #000;
  color: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-box {
  background-color: #000000;
  border: 1px solid #b8945a;
  border-radius: 15px;
  padding: 40px 30px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  opacity: 0.95; /*Added: 29/12/2025 5:05 */
  animation: fadeIn 1.5s ease-in-out forwards;
}

.auth-title {
  color: #b8945a;
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: bold;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.form-control {
  border: 2px solid #b8945a;
  color: #fff;
  border-radius: 8px;
}

.form-control:focus {
  background-color: #111;
  color: #fff;
  border-color: #c9a76d;
  box-shadow: 0 0 5px #c9a76d;
}

.form-control::placeholder {
  color: rgb(255, 255, 255);
}

.btn-profile {
  background-image: url("/assets/btn-profile.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;

  border: none;

  font-family: "Brand", serif;
  font-weight: bolder;
  font-size: 2.2rem;
  color: rgba(226, 176, 89, 0.863);
  width: 300px;
  height: 100px;
  padding: 12px;
  border-radius: 8px;
  margin-top: 15px;
  transition: 0.3s;
  text-shadow: #000 2px 2px 2px;
}

.btn-profile:hover {
  color: #fff9f9;
  transform: translateY(-2px);
}

.btn-emerald-login {
  background-image: url("/assets/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; /* estica só na largura */
  background-position: center;
  background-color: transparent;

  font-family: "Brand", serif;
  font-weight: bolder;
  font-size: 1.5rem;

  border: none;

  color: rgba(226, 176, 89, 0.863);
  width: 300px;
  height: 100px;
  padding: 12px;
  border-radius: 8px;
  margin-top: 15px;
  transition: 0.3s;
  text-shadow: #000 2px 2px 2px;
}

.btn-emerald-login:hover {
  color: #fff9f9;
  transform: translateY(-2px);
}

.btn-emerald {
  background-image: url("/assets/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; /* estica só na largura */
  background-position: center;
  background-color: transparent;

  font-family: "Brand", serif;
  font-weight: bolder;
  font-size: 2.2rem;

  border: none;

  color: rgba(226, 176, 89, 0.863);
  width: 300px;
  height: 100px;
  padding: 12px;
  border-radius: 8px;
  margin-top: 15px;
  transition: 0.3s;
  text-shadow: #000 2px 2px 2px;
}

.btn-emerald:hover {
  color: #fff9f9;
  transform: translateY(-2px);
}

.btn-gold {
  font-family: "Via Appia", serif;
  font-weight: bolder;
  font-size: 1.5rem;
  background-color: #b8945a;
  color: #000;
  border: 2px solid #f5deb3;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  margin-top: 15px;
  transition: 0.3s;
}

.btn-gold:hover {
  background-color: #c9a76d;
  transform: translateY(-2px);
}

/* Modal estilo premium */
.modal-content {
  background-color: #1a1a1a;
  border: 2px solid #b8945a;
  border-radius: 12px;
  color: #fff;
}

.modal-header {
  border-bottom: 1px solid #b8945a;
  color: #b8945a;
}

.modal-footer {
  border-top: 1px solid #b8945a;
}

/* Chat box */
.chat-box {
  background-color: #000;
  border: 2px solid #b8945a;
  border-radius: 10px;
  height: 300px;
  overflow-y: auto;
  padding: 10px;
  font-size: 0.9rem;
}

.chat-message {
  margin-bottom: 10px;
}

.chat-user {
  color: #c9a76d;
  font-weight: bold;
}

.chat-bot {
  color: #b8945a;
  font-style: italic;
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  animation: videoFadeIn 2s ease-in-out forwards;
}

/*Animation for the video*/

@keyframes videoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* AGENDA */
.focus-container {
  background: linear-gradient(135deg, #b8945a 0%, rgba(118, 75, 162, 0.1) 100%);
  border: 3px solid #b8945a;
  border-radius: 12px;
  padding: 5px;
  margin: 10px;
}

.todo-container {
  background: linear-gradient(135deg, #b8945a 0%, rgba(118, 75, 162, 0.1) 100%);
  border: 3px solid #b8945a;
  border-radius: 12px;
  padding: 5px;
  margin: 10px;
}

.agenda-container {
  background: linear-gradient(135deg, #b8945a 0%, rgba(118, 75, 162, 0.1) 100%);
  border: 3px solid #b8945a;
  border-radius: 12px;
  padding: 5px;
  margin: 10px;
}

.button-round {
  border-radius: 50%;
}

.btn-logout {
  background-color: transparent;
  background-image: url("/assets/logout_key.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 100% 100%;
  width: 150px;
  height: 50px;
  transition: ease 0.3s;
}

.btn-logout:hover {
  transform: translateY(-2px);
}

.modal-background {
  background-image: url("/assets/todo-bg-standard.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 100% 100%;
  border: none;
  height: 300px;
  width: 600px;
}

.btn-dream {
  background-image: url("/assets/key_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;

  display: inline-block;
  filter: drop-shadow(0px 0px 3px #c9a76d);

  border: none;

  width: 75px;
  height: 75px;
  transition: 0.3s;
}

.btn-dream:hover {
  transform: translateY(-2px);
  scale: 1.5;
  filter: drop-shadow(0px 0px 5px #c9a76d);
}

.btn-orb {
  background-image: url("/assets/orb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; /* estica só na largura */
  background-position: center;
  background-color: transparent;

  display: inline-block;
  filter: drop-shadow(0px 0px 3px #c9a76d);

  border: none;

  width: 25px;
  height: 25px;
  transition: 0.3s;
  animation: pulse 1s infinite;
}

.btn-orb:hover {
  transform: translateY(-2px);
  scale: 1.5;
  filter: drop-shadow(0px 0px 5px #c9a76d);
  animation: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0px 0px 3px #c9a76d);
  }
  50% {
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 3px #c9a76d);
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0px 0px 3px #c9a76d);
  }
}

.modal-content {
  background-color: #000;
}

.popup-title {
  font-family: "Brand", serif;
  font-weight: bolder;
}

.popup-button {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 1);
}

.event-day {
  display: inline-block;
  filter: drop-shadow(0px 0px 2px #fdbe50);
  scale: 1.5;
}

/* Vocals Section */
/* Container principal que segura o fundo dourado */
.vocals-container {
  background-image: url("/assets/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  border: none;
  margin: 15px 0;

  /* Ajuste esses paddings para o waveform caber certinho dentro do retângulo verde */
  padding: 10px 45px;
  height: 100px;
  width: 100%;
  max-width: 500px; /* ou o tamanho que desejar */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

/* Estilização da Waveform */
.waveform {
  width: 100%;
  height: 35px;
  cursor: pointer;
}

.del-btn {
  background-image: url("/assets/orb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; /* estica só na largura */
  background-position: center;
  height: 30px;
  width: 30px;

  position: absolute;
  top: 5px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  transition: ease 0.3s;
}

.del-btn:hover {
  transform: translateY(-2px);
}

.loop-btn {
  position: absolute;
  top: 5px;
  left: 10px;
  border: none;
  background-color: transparent;
  font-size: 1.7rem;
  cursor: pointer;
  transition: ease 0.3s;
}

.loop-btn:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0px 0px 5px #c9a76d);
}

/* --- TYPOGRAPHY --- */
.journal-header {
  margin-bottom: 20px;
  position: relative;
}

.title {
  font-family: "Brand", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  background: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}

.subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.subtitle {
  font-family: "Tangerine", cursive;
  font-size: 2.5rem;
  color: #fcf6ba;
  margin: 0 15px;
  font-weight: 400;
  z-index: 2;
  text-shadow: 0px 0px 3px #000;
}

.line {
  flex-grow: 1;
  height: 1px;
  background: #bf953f;
  box-shadow: 0 0 5px #bf953f;
}
