/* --- PAGE D'ACCUEIL --- */
body.landing {
  margin: 0;
  font-family: "Michroma", sans-serif;
  background-color: #000000;
  color: #ffffff;
}

/* --- CONTENEUR CENTRAL --- */
.container {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
  padding: 0 20px;
}

/* --- TITRE PASSWORLD (statique, vert digital adouci) --- */
h1 {
  font-size: 50px;
  letter-spacing: 10px;
  margin-bottom: 40px;
  color: #55e6b8;
  font-family: 'Michroma', Courier, monospace;
  text-shadow: 0 0 0px #ffffff;
}

}

/* --- TEXTE INTRO --- */
.intro {
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.5;
  
}

/* --- GIF D'ACCUEIL --- */
.gif-landing {
  width: 380px;
  height: auto;
  display: block;
  background-color: transparent;
  margin: 20px auto;
  border-radius: 10px;
}

/* --- BOUTON ENTER --- */
.enter {
  display: inline-block;
  margin-top: 20px;
  padding: 22px 35px;
  background-color: transparent;
  color: #66ffcc;
  text-decoration: none;
  font-family: "Michroma", sans-serif;
  font-weight: bold;
  border: 2px solid #55e6b8;
  border-radius: 8px;
  font-size: 20px;
  transition: 0.3s;
  box-shadow: 0 0 3px #55e6b8;
}

.enter:hover {
  background-color: #66ffcc;
  color: #000000;
  box-shadow: 0 0 8px #66ffcc;
}

/* --- PAGE PRINCIPALE --- */
body.main {
  margin: 0;
  background-color: #000000;
  color: #ffffff;
  font-family: "Michroma", sans-serif;
}

/* --- GRAND CADRE HUD AUTOUR DE LA PAGE --- */
.page-frame {
  border: 3px solid #66ffcc;
  border-radius: 18px;
  padding: 30px;
  margin: 30px auto;
  max-width: 1100px;
  box-shadow: 0 0 20px #66ffcc;
  position: relative;
}

/* --- CADRE HUD PRINCIPAL --- */
.hud-frame {
  border: 2px solid #ffb3d9;
  box-shadow: 0 0 15px #ffb3d9;
  padding: 30px;
  margin: 40px auto;
  max-width: 900px;
  border-radius: 12px;
}

/* --- LIGNE PHOTO + BIO --- */
.content-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* --- CADRE PHOTO --- */
.photo-box {
  border: 2px solid #66ffcc;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 12px #66ffcc;
  max-width: 300px;
}

.photo-box img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* --- CADRE BIO --- */
.bio-box {
  border: 2px solid #66ffcc;
  padding: 12px;
  border-radius: 15px;
  box-shadow: 0 0 12px #66ffcc;
  max-width: 350px;
}

.bio-box h2 {
  color: #66ffcc;
  font-family: "Michroma", sans-serif ;
  margin-bottom: 10px;
}

.bio-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bio-box li {
  margin-bottom: 10px;
  font-size: 17px;
}

/* --- GIF SOUS LA BIO --- */
.gif-section {
  margin-top: 40px;
  text-align: center;
}

.gif-home {
  width: 680px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 12px #66ffcc;
}

@media (max-width: 700px) {
  .gif-home {
    width: 100%;
  }
}

/* --- GRAND CADRE HUD AUTOUR DE LA PAGE --- */
.page-frame {
  border: 3px solid #66ffcc;
  border-radius: 18px;
  padding: 30px;
  margin: 30px auto;
  max-width: 1100px;
  box-shadow: 0 0 20px #66ffcc;
  position: relative;
}

/* --- ALIGNEMENT MENU + CONTENU --- */
.flex-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* --- MENU VERTICAL ENCADRÉ VERT --- */
.menu-box {
  border: 2px solid #66ffcc;
  border-radius: 10px;
  box-shadow: 0 0 12px #66ffcc;
  padding: 20px;
  max-width: 200px;
  font-family: "Michroma", sans-serif;
  height: fit-content;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  margin-bottom: 12px;
}

.menu-list a {
  color: #66ffcc;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 6px 10px;
  border: 1px solid #66ffcc;
  border-radius: 6px;
  transition: 0.3s;
  box-shadow: 0 0 6px #66ffcc;
}

.menu-list a:hover {
  background-color: #66ffcc;
  color: #000000;
  box-shadow: 0 0 12px #66ffcc;
}

/* --- HUD ALTERNATIF VIOLET (THEME IMAGES) --- */

/* Cadres principaux en violet quand on ajoute .alt-violet */
.page-frame.alt-violet,
.hud-frame.alt-violet,
.menu-box.alt-violet {
  border-color: #c299ff;
  box-shadow: 0 0 15px #c299ff;
}

/* Titre de section violet + HUD rond */
.section-title-alt {
  color: #d9a6ff; /* vert HUD */
 font-family: "Michroma", sans-serif;
  text-align: center;
  margin-bottom: 25px;
  .rose-soft {
  color: #ffb3d9;
  border: 2px solid #ffffff;
  padding: 12px 24px;
  border-radius: 12px;
  text-shadow: 0 0 4px #ffffff;
}



  /* HUD circulaire */
  padding: 20px 32px;
  border: 2px solid #c299ff;
  border-radius: 100px;
  box-shadow: 0 0 12px #c299ff;

  /* Fond discret violet transparent */
  background-color: rgba(194, 153, 255, 0.05);
}


/* Dossiers / folders en violet */
.folder-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.folder-box {
  border: 2px solid #c299ff;
  border-radius: 50px;
  padding: 15px;
  width: 180px;
  text-align: center;
  box-shadow: 0 0 12px #c299ff;
  transition: 0.3s;
}

.folder-box:hover {
  background-color: #c299ff;
  color: #000;
  box-shadow: 0 0 10px #c299ff;
}

.folder-icon {
  font-size: 30px;
  margin-bottom: 30px;
  color: #c299ff;
}

/* --- SECTION VIDEOS --- */

/* --- POST COMPACT --- */
.post-box.compact {
  background: #111;
  border: 2px solid #444;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
  box-shadow: 0 0 8px #00FFF7;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* --- TITRES --- */
.section-title-alt {
  font-size: 1.4em;
  color: #FF00C8;
  text-shadow: 0 0 6px #FF00C8;
  margin-bottom: 4px;
  font-family: 'Michroma', sans-serif;
}

.section-subtitle {
  font-size: 1em;
  color: #FFFF00;
  text-shadow: 0 0 4px #FFF0C8;
  margin-bottom: 12px;
  font-family: 'Michroma', sans-serif;
}

/* --- GIF REDUIT --- */
.gif-display-small {
  width: 300px;
  border-radius: 6px;
  border: 2px solid #444;
  box-shadow: 0 0 6px #00FFF7;
  margin-bottom: 5px;
}

/* --- BIO / CAPTION --- */
.gif-caption {
  font-size: 0.9em;
  color: #888;
  font-family: 'Michroma', sans-serif;
  font-style: italic;
  margin-top: 5px;
}
