body {
  background-color: white;
  color: black;
  font-family: 'Maginors Regular', sans-serif; /* Added fallback font */
}

@font-face {
  font-family: 'Maginors Regular';
  src: url('https://neon-night.neocities.org/fonts/maginors-maginors-400.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@media (max-width: 768px) {
  .container {
    width: 95%;
    margin: 20px auto;
  }

  .navbar {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar a {
    flex: 1 1 45%; /* Two items per row */
    margin: 5px;
    text-align: center;
  }

  .banner, .main {
    margin-left: 0;
  }

  .main {
    padding: 10px 5px;
  }
}


    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    html, body {
      height: 100%;
      font-family: 'Maginors Regular', sans-serif;
      background: url('https://neon-night.neocities.org/gr.png') center/cover fixed;
      color: white;
    }

    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 220px;
      height: 100vh;
      background: url('/download (2).png') center/cover no-repeat;
      background-color: #1a0933;
      padding: 20px;
      color: white;
      z-index: 100;
      font-size: 14px;
      overflow-y: auto;
    }

    .right-sidebar {
      position: fixed;
      top: 0;
      right: 0;
      width: 360px;
      height: 100vh;
      background: url('/myfirstshuffle.jpg') center/cover no-repeat, #1a0933;
      border-left: 2px solid #0ff;
      box-shadow: inset 4px 0 12px rgba(0,255,255,0.2);
      padding: 20px;
      overflow-y: auto;
      z-index: 100;
      display: flex;
      flex-direction: column;
    }

    .container {
      max-width: calc(100% - 220px - 360px);
      margin-left: 220px;
      padding: 180px 20px 20px;
      background-color: #1a0933;
      min-height: 100vh;
      border: 2px solid #0ff;
      box-shadow: 0 0 12px #0ff, 0 0 24px #0ff, inset -4px -4px 12px rgba(0,255,255,0.2);
      animation: neonRGB 4s linear infinite;
    }

    .navbar-header {
      text-align: center;
      margin-bottom: 20px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .navbar-title {
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 5px;
      text-shadow: 0 0 10px rgba(0, 247, 255, 0.7);
    }
    .navbar-subtitle {
      font-size: 0.9em;
      opacity: 0.8;
    }

    .navbar a {
      display: flex;
      align-items: center;
      padding: 10px;
      margin-bottom: 10px;
      text-decoration: none;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      transition: all 0.3s ease;
      text-shadow: 0 1px 2px rgba(0,0,0,0.8);
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      border: 1px solid rgba(255,255,255,0.1);
      font-size: 1.1em;
    }
    .navbar a:hover {
      background: url('/97253941a874955f10c180764759d2cd.gif') center/cover;
      background-color: rgba(255, 255, 255, 0.1);
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      border: 1px solid rgba(255,255,255,0.3);
    }
    .navbar img.icon {
      width: 24px;
      height: 24px;
      margin-right: 10px;
      filter: drop-shadow(0 1px 1px rgba(0,0,0,0.5)) brightness(1.2);
    }

    .main {
      font-size: 1.1em;
      line-height: 1.6;
    }

    html, body, a, a:hover, button, button:hover, input,textarea,select, [role="button"], [onclick] {
      cursor: url("/new.png"), auto !important;
    }

    .music-player audio {
      width: 100%;
      border-radius: 8px;
      margin-top: 10px;
      outline: none;
    }

    .playlist button, .dropdown-toggle {
      background-color: #1a0933;
      color: #0ff;
      border: 1px solid #0ff;
      padding: 10px 12px;
      margin: 6px 0;
      cursor: pointer;
      font-family: 'Maginors Regular', sans-serif;
      text-shadow: 0 0 5px #0ff;
      transition: all 0.3s ease;
      width: 100%;
      display: block;
      text-align: left;
      font-size: 1em;
      border-radius: 6px;
    }
.playlist button:hover,
.dropdown-toggle:hover {
  background: url('/perm-img/4842415e5f93c69717a67668fd1fb85b.gif') center/cover no-repeat;
  color: white;
  text-shadow: 0 0 4px rgba(0,0,0,0.8);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: none;
}


    .dropdown-wrapper {
      margin-top: 10px;
    }
    .hidden {
      display: none;
    }

    @keyframes neonRGB {
      0%   { border-color: #f0f; box-shadow: 0 0 10px #f0f; }
      25%  { border-color: #0ff; box-shadow: 0 0 10px #0ff; }
      50%  { border-color: #0f0; box-shadow: 0 0 10px #0f0; }
      75%  { border-color: #ff0; box-shadow: 0 0 10px #ff0; }
      100% { border-color: #f0f; box-shadow: 0 0 10px #f0f; }
    }

    .music-label {
      font-size: 1.4em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 12px;
      color: black;
      text-shadow: 0 0 6px #0ff, 0 0 12px #0ff, 0 0 20px #0ff;
      animation: pulse 2s infinite ease-in-out;
      padding-bottom: 6px;
    }
/* Override pulse animation only for current status */
.status-box > .music-label {
  animation: none !important;
  text-shadow: 0 0 8px #0ff, 0 0 16px #0ff;
  color: black;
}


    @keyframes pulse {
      0%, 100% {
        text-shadow: 0 0 6px #0ff, 0 0 12px #1a0933;
        transform: scale(1);
      }
      50% {
        text-shadow: 0 0 12px #0ff, 0 0 24px #0ff;
        transform: scale(1.05);
      }
    }

    section.banner {
      position: fixed;
      top: 0;
      left: 224px;
      right: 360px;
      height: 160px;
      box-shadow: 0 0 15px #0ff, inset 0 0 15px #f0f;
      background-color: #1a0933;
      z-index: 99;
      overflow: hidden;
    }

    section.banner article {
      display: flex;
      width: 200%;
      animation: bannermove 40s linear infinite;
    }

    section.banner article.paused {
      animation-play-state: paused;
    }

    section.banner > div {
      width: 50%;
    }

    section.banner ul {
      display: flex;
      background: transparent;
      list-style-type: none;
      padding-left: 0;
      margin: 0;
    }

    section.banner li {
      width: 100%;
      flex-shrink: 0;
    }

    section.banner li img {
      display: block;
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 5px;
      box-shadow: 0 0 10px #0ff;
    }

    @keyframes bannermove {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    button#bannerPause {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 2;
      background: #0a0a1e;
      border: 1px solid #0ff;
      color: #0ff;
      font-size: 16px;
      padding: 6px 12px;
      cursor: pointer;
      font-family: 'Maginors Regular', sans-serif;
      text-shadow: 0 0 8px #0ff;
      border-radius: 6px;
      transition: background 0.3s ease, color 0.3s ease;
      box-shadow: 0 0 12px #0ff;
    }

    button#bannerPause:hover {
      background: #00ffff;
      color: #1a0933;
      text-shadow: none;
      box-shadow: none;
    }

    .vibe-box {
      background-color: rgba(255, 255, 255, 0);
      padding: 16px;
      border-radius: 12px;
      box-shadow: 0 0 8px rgba(255, 255, 255, 0.1), 0 0 16px rgba(0, 255, 255, 0.0);
      backdrop-filter: blur(4px);
      margin-bottom: 20px;
      color: black;
    }
    
    
    /* Custom transparency for the current status box only */
.status-box {
  background-color: rgba(255, 255, 255, 0.0); /* semi-transparent dark purple */
}


    @media (max-width: 768px) {
      .container {
        max-width: 100%;
        margin: 0;
        padding: 180px 10px 10px;
      }
      section.banner {
        left: 0;
        right: 0;
        width: 100%;
        height: 160px;
        border-radius: 0;
      }
      section.banner li img {
        height: 160px;
      }
      .navbar {
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      .navbar a {
        flex: 1 1 45%;
        margin: 5px;
        text-align: center;
      }
      .right-sidebar {
        position: relative;
        width: 100%;
        height: auto;
      }
    }

.vibe-img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 10px auto;
}

.text-image-row {

}

.section-label {
  font-size: 1.6em;
  margin-bottom: 5px;
  color: #0ff;
  text-shadow: 0 0 8px #0ff;
}

.text-image-flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.text-block {
  flex: 1 1 300px;
  min-width: 250px;
}

.side-image {
  width: 0%;
  max-width: 250px;
  height: 100px;

  border-radius: 12px;
  
  box-shadow: 0 0 10px #0ff;
  flex-shrink: 0;
}

.text-image-wrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);

  border: 3px solid transparent;
  border-radius: 24px; /* <-- increased rounding */
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet,
    red
  );
  animation: neonBorderAnimation 4s linear infinite;
  box-shadow: none;
  color: #0ff;
}






.side-image-wrap {
  width: 180px;           /* Set a specific width */
  height: auto;           /* Maintain aspect ratio */
  border-radius: 8px;
  margin: 0 20px 10px 0;

  flex-shrink: 0;
  
}


@media (max-width: 768px) {
  .side-image-wrap {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    width: 90%;
    max-width: 90%;
  }
}

.section-label {
  font-size: 1.6em;
  font-weight: bold;
  background: url('/fb2897e94893fc26e72548a12a80b43a.gif') no-repeat center center;
  background-size: cover; /* or contain depending on how you want it scaled */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
  text-shadow: none; /* remove if you want the pure GIF effect */
  padding-bottom: 10px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


p {
  font-family: "Poppins", sans-serif;
}

.heart {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-left: 8px;
}

.current-status {
  font-family: "Poppins", sans-serif;
  font-weight: 700;    /* Bold */
  font-style: italic;  /* Italic */
}

.hearts-list {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

.new {
  padding: 20px 10px 10px 20px;
      text-align: center;
}

.content-columns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.column-left,
.column-middle,
.column-right {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #0ff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px #0ff;
  color: #0ff;
}

.column-left, .column-right {
  flex: 2;
}

.column-middle {
  flex: 1;
}

