@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');
:root {
  --bg-main: rgb(52, 210, 63);
  --bg-panel: rgba(0,0,0,0.75);
  --bg-panel2: rgba(35, 7, 51, 0.392);
  --text-main: #ffffff;
  --text-2main: #000000;
  --accent: #55ff00;
  --border: 3px solid #00e169;
  --font-main: 'Amarante', serif;
}

body {
    background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/stars%202.gif);
  background-repeat: repeat;
  background-size: 10%;
  color: var(--text-main);
  font-family: var(--font-main);
  margin: 0;
  padding: 0px;
}

nav {
    background-image: url(https://web.archive.org/web/20050422081026if_/http://www.geocities.com/dfh_clan2002/electric.gif);
    margin-top: 40px;
    padding: 10px;
}

.menu {
    display: flex;
    justify-content: space-around;
}



.nav-item {
    color: var(--text-main);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.nav-item-n {
    color: var(--text-main);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.nav-item:hover {
    border-bottom: 3px solid var(--accent);
    color: #fff;
    cursor:help;
}

.nav-item-n:hover {
    color: #fff;
    cursor:not-allowed;
}

.marquee{
    grid-row: 1/1;
    grid-column: 1/3;
    font-size: 12px;
}


.update {
	display: inline;
	margin-right: 360px;
}

.updates {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 3px;
}

#container {
    position: relative;
    width: 100%;
    }

.section-content,
section {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
    padding: 40px;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    }


#container,
section {
    position: relative;
    width: 100%;
    }

    #uno {
      background-image: url("https://sadhost.neocities.org/images/tiles/pastelblue.png");
    }

    #dos {
      background-image: url("https://sadhost.neocities.org/images/tiles/water.png");
    }

    #tres{
      background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/skulls%204.jpg");
    }

    section {
      font-size: 120px;
    }



header {
    text-align: center;
    border: transparent;
    margin-bottom: 30px;
    padding: 20px;
}

.tablero {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
    padding: 40px;
    background-image: url(https://sadhost.neocities.org/images/tiles/water2.webp);
}

.nota {
    background: #fff;
    padding: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    height: 150px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

/* EFECTO DE AMPLIAR AL PINCHAR */
.nota:focus {
    height: 300px;
    min-height: 250px;
    transform: scale(1.1);
    z-index:auto;
    outline: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.nota-pin {
    position: absolute;
    top: -10px;
    left: 45%;
    font-size: 20px;
}

/* Ocultar contenido largo por defecto */
.contenido-largo { display: none; margin-top: 15px; border-top: 1px dashed #ccc; padding-top: 10px; }

/* Mostrarlo cuando la nota tiene el foco */
.nota:focus .contenido-largo { display: block; }
.nota:focus .contenido-corto { display: none; }

/* Estilo Rock */
.nota-trans {
    background-image: url(recursos/smile.jpeg);
}

/* Estilo Tech */
.nota-tech {
    background: #222;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    transform: rotate(3deg);
}

/* Estilo Rol */
.nota-rol {
    background: #fdf6e3;
    color: #5d4037;
    border-left: 5px solid #8e24aa;
    transform: rotate(1deg);
}
.nota-iron {
    background-image: url( https://bettysgraphics.neocities.org/images/backgrounds/bubbles%204.gif) ;
    color: #ffffff;
    border-left: 5px solid #07dc24;
    transform: rotate(6deg);
}

.contenedor-tv {
    background-image: url(https://www.pngall.com/wp-content/uploads/14/Old-Tv-No-Background.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; /* ANOTACIÓN: Necesario para mover el marco adentro */
    width: 790px;
    height: 590px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.marco-tele {
    position: relative;
    top: 95px;   /* ANOTACIÓN: Ajusta estos valores para encajar el video en el vidrio */
    left: -15px; /* de la imagen de tu tele */
    width: 500px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pantalla-tv {
    width: 100%;
    height: 100%;
    border-radius: 15px; /* Le da ese toque de pantalla curva antigua */
}

.now-playing-box {
    text-align: center;
    background: #000;
    color: #00e169;
    border: 1px solid #00e169;
    padding: 10px;
    width: 300px;
    margin: 10px auto;
    font-family: 'Courier New', monospace;
}

.btn-canal {
    background: #444;
    color: #0f0; /* Verde fósforo retro */
    border: 2px solid #0f0;
    padding: 5px 10px;
    cursor: pointer;
    font-family: 'Courier New', monospace;
    font-weight: bold;
}

.btn-canal:hover {
    background: #0f0;
    color: #000;
}