    body {
      margin: 0;
      padding: 0;
      font: 17px 'lato', courier, tahoma;
      color: #ffffff;
      letter-spacing: 1px;
      text-shadow: 0px 0px 1px #bbb;
      cursor: url('https://peachyvoid.com/DeerC.png'), auto;
      background: url("https://peachyvoid.com/wallpaper2.jpg") repeat;
      background-color: #352b20;
      background-attachment: fixed;
      background-position: center top;
      background-size: cover;
    }

    a:hover {
      cursor: url("https://peachyvoid.com/DeerCglowG.png"), pointer;
    }

    /* --- Page wrapper --- */
   .page-wrapper {
      display: flex;
      min-height: 100vh;
      overflow: auto;
      justify-content: center;
    }

    /* --- Content wrapper (lace) --- */
    .content {
      flex: 1;
      padding: 60px;
      max-width: 2200px;
      position: relative;
      z-index: 0;
    }

    .content::before {
      content: "";
      position: fixed; /* stays at the top even when scrolling */
      top: 0;
      left: 0;
      width: 100%;
      height: 56px; /* match your lace height */
      background: url(https://peachyvoid.com/lace.png) repeat-x center top;
      background-size: 659px auto;
      background-position: center -14px;
      z-index: 9999; /* sits on top of everything */
      pointer-events: none; /* lets you click through */
    }

    #header1 {
      text-align: center;
      margin-bottom: 20px;
    }

    /* --- Boxes container --- */
    .boxes {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 20px;
      max-width: 1400px;
      margin: 0 auto;
      transform: scale(0.85);  /* Adjust the scale: 0.85 = 85% size */
      transform-origin: top center; /* Keep it centered at the top */
    }

    .sidebar-left, .main, .sidebar-right {
      background-color: #2b1d12;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
      position: relative;
      z-index: 1;
    }

    .sidebar-left {
      width: 250px;
    }

    /* Scrollable box styling */
    .scroll-box {
      max-height: 200px; /* Adjustable height, scroll when exceeded */
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 14px;
      font-style: normal;
      overflow-y: auto; /* Vertical scrolling */
      background-color: #2c2c2c00; /* Lighter background for contrast */
      background-image: url(https://peachyvoid.com/CARPET04.png);
      border: 1px solid #ffffff;
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      padding: 15px; /* Increased padding for more space around content */
      margin-top: 10px; /* Space from content-gifs */
    }

    /* Styling for the todo list */
    .todo-list {
      list-style: none; /* Remove default bullets */
      padding: 0 10px; /* Add horizontal padding to keep list content away from edges */
      margin: 10px 0 0 0; /* Adjust margin for spacing */
    }

    .todo-list li {
      background-image: url('https://peachyvoid.com/moonstar.gif'); /* Your bullet image */
      background-repeat: no-repeat;
      background-position: 0 2px; /* Align the bullet vertically */
      background-size: 16px; /* Adjust size of the bullet image if needed */
      padding-left: 30px; /* Increased to add space between bullet and text */
      text-indent: -14px; /* Adjusted to align text properly */
      margin-bottom: 8px; /* Space between list items */
      line-height: 1.4; /* Ensure consistent line spacing */
    }

    .main {
      font-family: Verdana;
      font-size: 13px;
      width: 600px;
    }

    .welcome-title {
      font-family: 'Courier New', Courier, monospace;
    }

    .sidebar-right {
      width: 250px;
    }

    /* --- Navigation links --- */
    .nav-links {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
      margin-top: 10px;
    }

    .nav-links a {
      display: block;
      color: #e2d3c3;
      text-decoration: none;
      padding: 4px 8px;
      border-radius: 6px;
      transition: all 0.2s ease;
    }

    .nav-links a:hover {
      background-color: rgba(155, 131, 131, 0);
      color: #c4ddb1;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    /* --- iPod music player styles --- */
    .ipod-container {
      position: relative;
      display: inline-block;
      width: 225px;
      margin-top: 10px;
    }

    .ipod-screen {
      position: absolute;
      top: 10%;
      left: 11%;
      width: 77%;
      height: 42%;
      overflow: hidden;
      z-index: 1;
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 5px;
      box-sizing: border-box;
    }

    .ipod-image {
      position: relative;
      width: 100%;
      display: block;
      z-index: 2;
      pointer-events: none;
    }

    /* Hide default audio controls */
    .ipod-screen audio {
      display: none;
    }

    /* Player Controls */
    .player-controls {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      color: #ffffff;
      font-family: -apple-system, sans-serif;
      font-size: 12px;
      padding-top: 10px;
    }

    .player-header {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      margin-bottom: 8px;
      margin-left: 25px;
    }

    .album-art {
      width: 45px;
      height: 45px;
      object-fit: cover;
      border-radius: 4px;
      margin-right: 8px;
    }

    .song-info {
      text-align: left;
      max-width: 100%;
      font-size: 10px;
      line-height: 1.2;
    }

    .play-pause-btn, .nav-btn {
      position: absolute;
      z-index: 3;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }

    .play-pause-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: transparent;
    }

    .nav-btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: transparent;
      color: transparent;
      font-size: 12px;
    }

    .play-pause-btn:hover,
    .nav-btn:hover,
    #menu-btn:hover {
      background: transparent;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    /* Spotify menu button */
    #menu-btn {
      width: 35px;
      height: 20px;
      border-radius: 4px;
      background: transparent;
    }

    .progress {
      width: 90%;
      height: 4px;
      background: #333;
      border-radius: 3px;
      overflow: hidden;
      margin: 8px 0;
    }

    .progress-bar {
      height: 100%;
      background: #8f77a5;
      width: 0%;
      transition: width 0.1s;
    }

    /* --- Volume Slider --- */
    .volume-container {
      width: 90%;
      margin: 5px 0;
      display: flex;
      justify-content: center;
    }

    #volume-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 2px;
      background: #ffffff;
      border-radius: 3px;
      outline: none;
      cursor: pointer;
      transition: background 0.2s;
    }

    #volume-slider:hover {
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    #volume-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 11px;
      height: 11px;
      background: #8b8b8b;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.2s;
    }

    #volume-slider::-webkit-slider-thumb:hover {
      background: #c098ff;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    /* --- Lacy divider --- */
    .lacy-divider {
      width: 250px;
      height: 56px;
      margin: 10px auto 0;
      background: url('https://peachyvoid.com/lace2.png') repeat-x center;
      background-size: contain;
      position: relative;
      z-index: 0;
    }

    /* Styling for the todo list */
    .todo-list {
      list-style: none; /* Remove default bullets */
      padding: 0; /* Remove default padding */
      margin: 10px 0 0 0; /* Adjust margin for spacing */
    }

    .todo-list li {
      background-image: url('https://peachyvoid.com/moonstar.gif'); /* Your bullet image */
      background-repeat: no-repeat;
      background-position: 0 2px; /* Align the bullet vertically */
      background-size: 16px; /* Adjust size of the bullet image if needed */
      padding-left: 30px; /* Increased to add space between bullet and text */
      text-indent: -14px; /* Adjusted to align text properly */
      margin-bottom: 8px; /* Space between list items */
      line-height: 1.4; /* Ensure consistent line spacing */
    }

    /* Frame container tweaks */
    .frame-container {
      position: relative;
      display: inline-block;
      width: 370px;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), pointer;
    }

    .frame-container img {
      max-width: 100%;
      height: auto;
    }

    /* If inner image overflows, clip to frame's inner area */
    #frame-inner {
      object-fit: contain; /* Fixed to prevent distortion */
      /* Removed height: 600px to avoid conflict with inline height: auto */
      /* Clip to approximate frame's transparent center; adjust inset values */
      clip-path: inset(10% 10% 10% 10%);
      /* Alternative: Mask with frame's transparency (modern browsers) */
      /*
      -webkit-mask-image: url('https://peachyvoid.com/graphics/27.png');
      mask-image: url('https://peachyvoid.com/graphics/27.png');
      -webkit-mask-mode: alpha;
      mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain;
      */
    }

    /* Frame with text wrapper */
    .frame-with-text {
      display: flex;
      align-items: center; /* Vertically center frame and text */
      gap: 20px; /* Space between frame and text */
      margin: 20px 0; /* Top/bottom margin for the whole unit */
    }

    .frame-text {
      flex: 1; /* Takes remaining space */
      font-family: Verdana, sans-serif;
      font-size: 13px;
      color: #ffffff;
      text-shadow: 0px 0px 1px #bbb;
      line-height: 1.4;
      max-width: 300px; /* Prevent text from getting too wide */
    }

    .frame-text strong {
      color: #c4ddb1; /* Slightly different color for emphasis */
    }

    /* Styling for lists in frame-text */
    .frame-text ul {
      margin: 10px 0; /* Match todo-list margin */
      padding-left: 20px; /* Standard indent for default bullets */
    }

    .frame-text li {
      margin-bottom: 8px; /* Match todo-list spacing */
      line-height: 1.4; /* Match todo-list line height */

      
    }

/* --NAVIGATION BUTTONS (AGGRESSIVE DOUBLE TEXT FIX!)-- */
    body {
      margin: 0;
      padding: 0;
      font: 17px 'lato', courier, tahoma;
      color: #ffffff;
      letter-spacing: 1px;
      text-shadow: 0px 0px 1px #bbb;
      cursor: url('https://peachyvoid.com/DeerC.png'), auto;
      background: url("https://peachyvoid.com/wallpaper2.jpg") repeat;
      background-color: #352b20;
      background-attachment: fixed;
      background-position: center top;
      background-size: cover;
    }

    a:hover {
      cursor: url("https://peachyvoid.com/DeerCglowG.png"), pointer;
    }

    /* --- Page wrapper --- */
   .page-wrapper {
      display: flex;
      min-height: 100vh;
      overflow: auto;
      justify-content: center;
    }

    /* --- Content wrapper (lace) --- */
    .content {
      flex: 1;
      padding: 60px;
      max-width: 2200px;
      position: relative;
      z-index: 0;
    }

    .content::before {
      content: "";
      position: fixed; /* stays at the top even when scrolling */
      top: 0;
      left: 0;
      width: 100%;
      height: 56px; /* match your lace height */
      background: url(https://peachyvoid.com/lace.png) repeat-x center top;
      background-size: 659px auto;
      background-position: center -14px;
      z-index: 9999; /* sits on top of everything */
      pointer-events: none; /* lets you click through */
    }

    #header1 {
      text-align: center;
      margin-bottom: 20px;
    }

    /* --- Boxes container --- */
    .boxes {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 20px;
      max-width: 1400px;
      margin: 0 auto;
      transform: scale(0.85);  /* Adjust the scale: 0.85 = 85% size */
      transform-origin: top center; /* Keep it centered at the top */
    }

    .sidebar-left, .main, .sidebar-right {
      background-color: #2b1d12;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
      position: relative;
      z-index: 1;
    }

    .sidebar-left {
      width: 250px;
    }

    /* Scrollable box styling */
    .scroll-box {
      max-height: 200px; /* Adjustable height, scroll when exceeded */
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 14px;
      font-style: normal;
      overflow-y: auto; /* Vertical scrolling */
      background-color: #2c2c2c00; /* Lighter background for contrast */
      background-image: url(https://peachyvoid.com/CARPET04.png);
      border: 1px solid #ffffff;
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      padding: 15px; /* Increased padding for more space around content */
      margin-top: 10px; /* Space from content-gifs */
    }

    /* Styling for the todo list */
    .todo-list {
      list-style: none; /* Remove default bullets */
      padding: 0 10px; /* Add horizontal padding to keep list content away from edges */
      margin: 10px 0 0 0; /* Adjust margin for spacing */
    }

    .todo-list li {
      background-image: url('https://peachyvoid.com/moonstar.gif'); /* Your bullet image */
      background-repeat: no-repeat;
      background-position: 0 2px; /* Align the bullet vertically */
      background-size: 16px; /* Adjust size of the bullet image if needed */
      padding-left: 30px; /* Increased to add space between bullet and text */
      text-indent: -14px; /* Adjusted to align text properly */
      margin-bottom: 8px; /* Space between list items */
      line-height: 1.4; /* Ensure consistent line spacing */
    }

    .main {
      font-family: Verdana;
      font-size: 13px;
      width: 600px;
    }

    .welcome-title {
      font-family: 'Courier New', Courier, monospace;
    }

    .sidebar-right {
      width: 250px;
    }

    /* --- Navigation links --- */
    .nav-links {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
      margin-top: 10px;
    }

    .nav-links a {
      display: block;
      color: #e2d3c3;
      text-decoration: none;
      padding: 4px 8px;
      border-radius: 6px;
      transition: all 0.2s ease;
    }

    .nav-links a:hover {
      background-color: rgba(155, 131, 131, 0);
      color: #c4ddb1;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    /* --- iPod music player styles --- */
    .ipod-container {
      position: relative;
      display: inline-block;
      width: 225px;
      margin-top: 10px;
    }

    .ipod-screen {
      position: absolute;
      top: 10%;
      left: 11%;
      width: 77%;
      height: 42%;
      overflow: hidden;
      z-index: 1;
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 5px;
      box-sizing: border-box;
    }

    .ipod-image {
      position: relative;
      width: 100%;
      display: block;
      z-index: 2;
      pointer-events: none;
    }

    /* Hide default audio controls */
    .ipod-screen audio {
      display: none;
    }

    /* Player Controls */
    .player-controls {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      color: #ffffff;
      font-family: -apple-system, sans-serif;
      font-size: 12px;
      padding-top: 10px;
    }

    .player-header {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      margin-bottom: 8px;
      margin-left: 25px;
    }

    .album-art {
      width: 45px;
      height: 45px;
      object-fit: cover;
      border-radius: 4px;
      margin-right: 8px;
    }

    .song-info {
      text-align: left;
      max-width: 100%;
      font-size: 10px;
      line-height: 1.2;
    }

    .play-pause-btn, .nav-btn {
      position: absolute;
      z-index: 3;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }

    .play-pause-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: transparent;
    }

    .nav-btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: transparent;
      color: transparent;
      font-size: 12px;
    }

    .play-pause-btn:hover,
    .nav-btn:hover,
    #menu-btn:hover {
      background: transparent;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    /* Spotify menu button */
    #menu-btn {
      width: 35px;
      height: 20px;
      border-radius: 4px;
      background: transparent;
    }

    .progress {
      width: 90%;
      height: 4px;
      background: #333;
      border-radius: 3px;
      overflow: hidden;
      margin: 8px 0;
    }

    .progress-bar {
      height: 100%;
      background: #8f77a5;
      width: 0%;
      transition: width 0.1s;
    }

    /* --- Volume Slider --- */
    .volume-container {
      width: 90%;
      margin: 5px 0;
      display: flex;
      justify-content: center;
    }

    #volume-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 2px;
      background: #ffffff;
      border-radius: 3px;
      outline: none;
      cursor: pointer;
      transition: background 0.2s;
    }

    #volume-slider:hover {
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    #volume-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 11px;
      height: 11px;
      background: #8b8b8b;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.2s;
    }

    #volume-slider::-webkit-slider-thumb:hover {
      background: #c098ff;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
    }

    /* --- Lacy divider --- */
    .lacy-divider {
      width: 250px;
      height: 56px;
      margin: 10px auto 0;
      background: url('https://peachyvoid.com/lace2.png') repeat-x center;
      background-size: contain;
      position: relative;
      z-index: 0;
    }

    /* Styling for the todo list */
    .todo-list {
      list-style: none; /* Remove default bullets */
      padding: 0; /* Remove default padding */
      margin: 10px 0 0 0; /* Adjust margin for spacing */
    }

    .todo-list li {
      background-image: url('https://peachyvoid.com/moonstar.gif'); /* Your bullet image */
      background-repeat: no-repeat;
      background-position: 0 2px; /* Align the bullet vertically */
      background-size: 16px; /* Adjust size of the bullet image if needed */
      padding-left: 30px; /* Increased to add space between bullet and text */
      text-indent: -14px; /* Adjusted to align text properly */
      margin-bottom: 8px; /* Space between list items */
      line-height: 1.4; /* Ensure consistent line spacing */
    }

    /* Frame container tweaks */
    .frame-container {
      position: relative;
      display: inline-block;
      width: 370px;
      cursor: url('https://peachyvoid.com/DeerCglowG.png'), pointer;
    }

    .frame-container img {
      max-width: 100%;
      height: auto;
    }

    /* If inner image overflows, clip to frame's inner area */
    #frame-inner {
      object-fit: contain; /* Fixed to prevent distortion */
      /* Removed height: 600px to avoid conflict with inline height: auto */
      /* Clip to approximate frame's transparent center; adjust inset values */
      clip-path: inset(10% 10% 10% 10%);
      /* Alternative: Mask with frame's transparency (modern browsers) */
      /*
      -webkit-mask-image: url('https://peachyvoid.com/graphics/27.png');
      mask-image: url('https://peachyvoid.com/graphics/27.png');
      -webkit-mask-mode: alpha;
      mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain;
      */
    }

    /* Frame with text wrapper */
    .frame-with-text {
      display: flex;
      align-items: center; /* Vertically center frame and text */
      gap: 20px; /* Space between frame and text */
      margin: 20px 0; /* Top/bottom margin for the whole unit */
    }

    .frame-text {
      flex: 1; /* Takes remaining space */
      font-family: Verdana, sans-serif;
      font-size: 13px;
      color: #ffffff;
      text-shadow: 0px 0px 1px #bbb;
      line-height: 1.4;
      max-width: 300px; /* Prevent text from getting too wide */
    }

    .frame-text strong {
      color: #c4ddb1; /* Slightly different color for emphasis */
    }

    /* Styling for lists in frame-text */
    .frame-text ul {
      margin: 10px 0; /* Match todo-list margin */
      padding-left: 20px; /* Standard indent for default bullets */
    }

    .frame-text li {
      margin-bottom: 8px; /* Match todo-list spacing */
      line-height: 1.4; /* Match todo-list line height */

      
    }

/* --NAVIGATION BUTTONS (FULL PAPER EDGES!)-- */
/* --NAVIGATION BUTTONS (7 BUTTONS + WIDER PAPER!)-- */
.top-nav-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
  background: url('https://peachyvoid.com/graphics/pngs/paperbg.png') center/cover;
  border-radius: 12px;
  margin: 10px auto 30px auto;
  padding: 8px 38px;
  min-width: 860px; /* ← WIDER: Fits 7 buttons perfectly! */
}

.top-nav-btn {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  cursor: pointer;
}

.top-nav-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.top-nav-btn:hover img {
  transform: scale(1.5);
  filter: brightness(1.2) drop-shadow(0 0 12px #c4ddb1);
  cursor: url('https://peachyvoid.com/DeerCglowG.png'), auto;
}

/* LINK - Make it invisible and unclickable for text purposes */
.top-nav-btn a {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  z-index: 1;
  display: block; 
}

/* HOVER TEXT LABEL */
.top-nav-btn::before {
  content: attr(data-text);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-family: 'Courier New';
  letter-spacing: 1px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(43, 29, 18, 0.95);
  font-size: 16px;
  color: #c4ddb1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.top-nav-btn:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

/* Remove the ::after completely to avoid conflicts */
.top-nav-btn::after {
  display: none !important;
  content: none !important;
}

/* MOBILE: Stack 2 rows of 4 + 3 */
@media (max-width: 900px) {
  .top-nav-buttons {
    min-width: auto;
    gap: 15px;
  }
}


/* GOLDBOOK BUTTON - BULLETPROOF VERSION */
.guestbook-btn {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 10px !important;
}

.guestbook-btn img {

  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  filter: drop-shadow(0 0 5px rgba(255, 187, 0, 0.377)) !important;
}

.guestbook-btn:hover img {
  transform: scale(1.3) translateY(-2px) !important;
  filter: drop-shadow(0 0 15px rgba(238, 196, 58, 0.507)) !important;
  animation: goldGlow 1.5s ease-in-out infinite alternate !important;
}

@keyframes glow {
  from { filter: drop-shadow(0 0 15px rgba(255, 196, 0, 0.616)); }
  to { filter: drop-shadow(0 0 25px rgba(224, 112, 37, 0.658)); }
}

/* BIG TEXT NAV - YOUR PAGE'S GREEN MATCH */
.sidebar-nav {
  margin: 15px auto;
}

.nav-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: center !important;
  list-style: none !important;
  padding: 0 !important;
  max-width: 160px !important;
}

.sidebar-nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 1px 1px !important;  /* JUST A BIT WIDER! */
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 6px !important; /* SQUARED CORNERS */
  text-decoration: none !important;
  color: #cab498 !important; /* YOUR PERFECT TEXT */
  font-family: 'Georgia', serif !important;
  font-size: 16px !important; /* SAME TEXT SIZE */
  font-weight: bold !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  filter: drop-shadow(0 0 5px rgba(196, 221, 177, 0.062)) !important;
  position: relative !important;
  width: 100% !important; /* FULL WIDTH SQUARES */
  justify-content: center !important; /* Icon + text aligned left */
  box-sizing: border-box !important;
}



.sidebar-nav-link:hover {
  transform: translateY(-3px) !important;
  background: rgba(196, 221, 177, 0.3) !important;
  filter: drop-shadow(0 0 20px rgba(196, 221, 177, 0.8)) !important;
  animation: pageGreenGlow 1.5s ease-in-out infinite alternate !important;
}

.sidebar-nav-link:hover img {
  transform: scale(1.2) !important;
}

.sidebar-nav-link:hover span {
  color: #c4ddb1 !important;
}

@keyframes pageGreenGlow {
  from { filter: drop-shadow(0 0 15px rgba(196, 221, 177, 0.7)) !important; }
  to { filter: drop-shadow(0 0 35px rgba(164, 196, 150, 0.9)) !important; }
}


/* UPDATES BOX - WITH DARK OVERLAY! */
.scrollupdate-box {
  max-height: 200px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  overflow-y: auto;
  background-color: #2c2c2c00;
  background-image: url(https://peachyvoid.com/graphics/skulldith.png);
  background-size: 300px;
  border: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 15px;
  margin-top: 10px;
  position: relative;  /* ← ADD THIS! */
}

.scrollupdate-box::after {  /* ← ADD THIS WHOLE BLOCK! */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);  /* 40% DARK OVERLAY! */
  z-index: 1;
  pointer-events: none;  /* So scrolling still works! */
}

/* TEXT STAYS ON TOP */
.scrollupdate-box strong,
.scrollupdate-box ul {
  position: relative;
  z-index: 2;
}

    /* Styling for the updates list */
.updates-list {
      list-style: none; /* Remove default bullets */
      padding: 0; /* Remove default padding */
      margin: 10px 0 0 0; /* Adjust margin for spacing */
}

.updates-list li {
      background-image: url('https://peachyvoid.com/moonstar.gif'); /* Your bullet image */
      background-repeat: no-repeat;
      background-position: 0 2px; /* Align the bullet vertically */
      background-size: 16px; /* Adjust size of the bullet image if needed */
      padding-left: 30px; /* Increased to add space between bullet and text */
      text-indent: -14px; /* Adjusted to align text properly */
      margin-bottom: 8px; /* Space between list items */
      line-height: 1.4; /* Ensure consistent line spacing */
}

