* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Georgia", serif;
  color: #eae6ff;
  background: linear-gradient(180deg, #000000, #0b0f2a, #2b124c);
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem;
  z-index: 10;
}

nav a {
  color: #d6cfff;
  text-decoration: none;
  font-size: 0.9rem;
}

nav a:hover {
  color: #ffffff;
}

.seccion {
  min-height: 100vh;
  padding: 5rem 1.5rem 3rem;
  text-align: center;
  position: relative;
}

.icono {
  font-size: 2.5rem;
  margin: 1rem 0;
}

.descripcion {
  font-style: italic;
  opacity: 0.85;
  margin-bottom: 1rem;
}

.firma {
  margin-top: 2rem;
  opacity: 0.7;
}

.texto-largo {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.mosaico 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.susurro {
  background: rgba(255,255,255,0.05);
  padding: 1rem;
  border-radius: 12px;
  font-style: italic;
}

.bosque .poesia {
  margin: 1rem 0;
}

.bluesky {
  display: inline-block;
  margin-top: 1.5rem;
  color: #cdbbff;
  text-decoration: none;
}

.bluesky:hover {
  color: white;
}

/* Cielo estrellado realmente disperso */

.estrellas,
.estrellas::before,
.estrellas::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: transparent;
  pointer-events: none;
  z-index: -1;
}

/* Estrellas pequeñas (lejanas) */
.estrellas {
  box-shadow:
    5vw 10vh #fff,
    20vw 80vh #fff,
    35vw 25vh #fff,
    50vw 60vh #fff,
    70vw 15vh #fff,
    85vw 90vh #fff,
    10vw 50vh #fff,
    60vw 35vh #fff,
    90vw 40vh #fff,
    40vw 85vh #fff;
  opacity: 0.35;
  animation: titilar-suave 14s ease-in-out infinite alternate;
}

/* Estrellas medianas */
.estrellas::before {
  width: 3px;
  height: 3px;
  box-shadow:
    15vw 30vh #fff,
    45vw 10vh #fff,
    65vw 75vh #fff,
    25vw 65vh #fff,
    80vw 50vh #fff,
    55vw 90vh #fff;
  opacity: 0.45;
  animation: titilar-lento 20s ease-in-out infinite alternate;
}

/* Estrellas grandes (pocas, cercanas) */
.estrellas::after {
  width: 4px;
  height: 4px;
  box-shadow:
    30vw 45vh #fff,
    75vw 30vh #fff,
    55vw 20vh #fff,
    20vw 90vh #fff;
  opacity: 0.6;
  animation: titilar-muy-lento 26s ease-in-out infinite alternate;
}

@keyframes titilar-suave {
  0% { opacity: 0.2; }
  100% { opacity: 0.45; }
}

@keyframes titilar-lento {
  0% { opacity: 0.25; }
  100% { opacity: 0.55; }
}

@keyframes titilar-muy-lento {
  0% { opacity: 0.3; }
  100% { opacity: 0.7; }
}

/* Responsive */
@media (max-width: 600px) {
  nav {
    flex-wrap: wrap;
  }
}
    


.fecha-susurro {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 0.5rem;
}

.firma-susurro {
  font-size: 0.8rem;
  margin-top: 0.2rem;
  opacity: 0.8;
}
  #cactus-comments {
  border: 1px dashed red;
  min-height: 200px;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  }
}
