body {
  margin: 0;
  padding: 0;
  background: #000;
  line-height: 133%;
  font-size: 0.98em;
  font-family: "Arial"; /*signature kalypso font ffs*/
  }
  
  
/*Miscellanous custom styling for various elements.*/
h1, h2, h3 {
  font-family: "Arial";
  }
  
a {
  color: #000;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #36454F;
  transition: color 0.2s ease-in-out;
}


hr {
  width: 75%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  }
  
/*Sticky navigation links at the top of the page.*/
.quick-nav {
  position:fixed;
  z-index: 999;
  width: 100%;
  background: #000;
  text-align: right;
  color: #fff;  
  font-size: 0.875em;
  }
  
.navbar {
  padding: 1px 25px;
  }
  
.navbar a {
  display: inline-block;
  text-decoration: none;
  color: #FFf;
  padding: 5px 4px;
  margin: 0 2px;
  }
  
.navbar a:hover, .footer a:hover, .navbar a:focus, .footer a:focus {
  color: #FFf;
  transition: ease-in 0.1s, ease-out 0.1s;
  }
  
  

/*Title bar with icon and title/tagline.*/
.title {
  background: #FFf;
  min-height: 60px;
  margin-bottom: -25px;
  text-align: right;
  }
  
.title-text, .title-pic {
  padding:0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  }
  
/*Contains the text tagline.*/
.title-text {
  padding-right: 1em;
  width: calc(85vw - 110px);
  line-height: 167%;
  margin-top: -3px;
  padding-bottom: 15px;
  }
  
.title-text h1 {
  padding:0;
  font-size: 32px;
  }
  
.title-pic img {
  height: 100%;
  overflow: hidden;
  }
  
/*Contains the main content and sidebar.*/
.page-wrapper {
  padding: 0 100px;
  margin: 0 auto;
  background: #000;
  }

/*Contains the sidebar es.*/
.sidebar {
  width: 320px;
  margin: 50px 0;
  position: absolute;
  }
  
.sidebar h1 {
  font-size: 1.2rem;
  background: #696f92;
  color: #fff;
  padding: 12px 10px 10px 10px;
  margin: auto;
  }
  
.sidebar a {
  display: block;
  border-left: 3px solid #52587;
  background: #000;
  padding: 5px;
  margin: 10px 0;
  color: #FFf;
  text-decoration: none;
  }
  
.sidebar a:hover, .sidebar a:focus {
  transition: ease-in 0.1s, ease-out 0.1s;
  }
  
.sidebar, .main {
  display: inline-block;
  }

/*Contains main content es.*/
.main {
  margin: 50px 100px 50px 350px;
  width: auto;
  width: calc(100vw - 550px);
  }
  
  
/*Basic container type for subsections of main and sidebar divs*/
.box {
  margin-bottom: 15px;
  }
  
/*Inner content div for boxes. Padding goes here so sidebar headers etc can keep their no-margin look.*/
.inner {
  padding: 10px 25px;
  }

.inner img {
  max-width: 100%; /*Prevent image overflow.*/
  height: auto;
  border-radius: 5px; /*Give images in content rounded corners.*/
  }
  
.box, .title-pic img {
  border-radius: 5px;
  overflow: hidden; /*Force inner divs to conform to rounded corners.*/
  }
  
  
/*Footer section.*/
.footer {
  background: #000;
  color: #fff; /* Changed from #fff */
  padding: 5px 20px;
  font-size: 0.75em;
  padding-bottom: 10px;
}

.footer a {
  color: #fff; /* Already red */
}

/*Individual column of the footer. You can have 3 of these at the current given width.*/
.footer-column {
  width: 25%;
  margin: 5px 10px;
  display: inline-block;
  vertical-align: top;
  }


/*Adapt to narrower screens.*/
@media(max-width: 900px) {
  .page-wrapper {
    padding: 0 50px;
    }
  
  .sidebar {
    width: 25vw;
    }
    
  .main {
    margin: 50px 0 50px calc(25vw + 30px);
    width: calc(75vw - 150px);
    }
    
  .title-pic {
    margin-right: 7vw;
    }
    
  .title-text {
    padding-left: 1vw;
    padding-right: 2vw;
    }
  
  }
  
/*Mobile layout.*/
@media(orientation: portrait) {  
  .page-wrapper {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
    }
  
  .sidebar, .main {
    display: block;
    margin: 0 auto;
    position: static;
    width: 100%;    
    }
    
  .sidebar {
    margin-top: 50px;
    }
    
  .main {
    margin-top: 30px;
    margin-bottom: 30px;
    }
    
    
  }
  
/***
For really narrow screens which cause the title text to wrap. 
You may need to adjust the width at which this kicks in to fit 
your own title.
***/
@media(max-width: 500px) {
  .header {
    height: 60vw;
    }
  
  .title {
    padding-right: 0;
    }
  
  .title-text {
    margin-top: -5px;
    }
    
  .title-text h1 {
    font-size: 6vw;
    line-height: 75%;
    }
    
  .title {
    height: calc(auto - 25px);
    }
    
  .page-wrapper {
    padding: 0.1px 7vw;
    }
    
  /*For extra narrow screens where the columns would get too skinny.*/
  .footer-column {
    display: block;
    width: 100%;
    margin: 0 auto;
    }
  }
/* === RETRO TAB STYLE OVERRIDES === */

/* No more rounded corners */
*, .box, .inner, .title-pic img {
  border-radius: 0 !important;
}

/* Kill image in title */
.title-pic {
  display: none !important;
}

/* Flat header like a window title bar */
.title {
  background: rgb(1, 2, 4);
  color: #FF0000;
  font-family: Arial, monospace;
  border: 2px solid #ffffff;
  border-bottom: none;
  padding: 0.5em;
  box-shadow: inset -1px -1px 0 #808080, inset 1px 1px 0 #fff;
}

/* Window border effect for main content */
.page-wrapper {
  background: #dfdfdf;
  border: 2px solid #c0c0c0;
  margin-top: 0;
  box-shadow: inset -2px -2px 0 #808080, inset 2px 2px 0 #fff;
}

/* Make header look like a dead pixel strip */
.header {
  background: #808080;
  height: 25px;
}

/* Make nav bar more CRT-like */
.quick-nav {
  background: #000080;
  font-family: 'Arial';
  border-bottom: 2px solid #404040;
}

.navbar a {
  color: #FF0000;
}

/* Sidebar hard retro blocks */
.sidebar h1 {
  background: rgb(1, 2, 4);
  color: #FF0000;
  font-family: 'Arial';
}

/* Main content box */
.inner {
  background: #ffffff;
  font-family: 'Arial', monospace;
  border: 2px solid #808080;
  padding: 1em;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0.15) 85%,
    rgba(0, 0, 0, 0.35) 100%
  );
  mix-blend-mode: multiply;
}

/* Moving scanlines */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06) 0px,
    rgba(0, 0, 0, 0.06) 1px,
    transparent 1px,
    transparent 3px
  );
  animation: moveScanlines .5s linear infinite;
}

@keyframes moveScanlines {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 10px;
  }
}

/* Refresh sweep line */
.refresh-line {
  content: "";
  position: fixed;
  top: -10%;
  left: 0;
  width: 100vw;
  height: 10%;
  background: rgba(0,0,0 0.9);
  z-index: 9997;
  pointer-events: none;
  animation: refreshSweep 5s ease-in-out infinite;
}

@keyframes refreshSweep {
  0% {
    top: -10%;
    opacity: 0;
  }
  5% {
    top: 0%;
    opacity: 1;
  }
  10% {
    top: 100%;
    opacity: 1;
  }
  15% {
    top: 110%;
    opacity: 0;
  }
  100% {
    top: 110%;
    opacity: 0;
  }
}
h1::before, h2::before, h3::before,
.sidebar h1::before,
.title-text h1::before {
  content: "> ";
  animation: blink 1s step-start infinite;
  color: inherit;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.box, .inner {
  box-shadow: none !important;
}
.sidebar a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  padding: 0.25rem 0;
}

.sidebar a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

/* REMOVE the purple box styling */
.sidebar a {
  background: none;
  border: none;
}
html, body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background: #c0c0c0; /* classic gray */
  border-left: 1px solid #808080;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border: 1px solid #808080;
  box-shadow: inset -1px -1px 0 #fff, inset 1px 1px 0 #404040;
}
.box {
  position: relative; /* in case you want to move stamp to edge of box later */
}

.inner {
  position: relative;
  padding: 1rem;
}

/* stamp image inside .inner */
.stamp-img {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 99px;
  height: 56px;
  pointer-events: none;
  opacity: 0.9;
}

/* for mobile viewports */
@media (max-width: 480px) {
  .stamp-img {
    width: 75px;
    height: auto;
    bottom: 6px;
    right: 6px;
  }
}
.mail {
  position: absolute;
  font-family: monospace;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
  animation: drop 600ms steps(5) forwards;
  color: #FF0000;
  opacity: 1;
  user-select: none;
}

@keyframes drop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateY(4px);
    opacity: 0.8;
  }
  40% {
    transform: translateY(8px);
    opacity: 0.6;
  }
  60% {
    transform: translateY(12px);
    opacity: 0.4;
  }
  80% {
    transform: translateY(16px);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.site-button {
  width: 1000px; /* 2x size */
  height: 1000
    px;
}
.terminal-link {
  display: inline-block;
  font-family: 'Arial', monospace;
  font-size: 1.1em;
  background: #0e0718;
  color: #00ff99;
  padding: 0.75em 1em;
  border: 2px solid #52587c;
  text-decoration: none;
  box-shadow: inset -2px -2px 0 #202020, inset 2px 2px 0 #c0c0c0;
  transition: background 0.2s, color 0.2s;
  margin: 0 auto;
}

.terminal-link:hover {
  background: #1a0d2b;
  color: #33ffaa;
}

.blinker {
  animation: blink 1s step-start infinite;
  margin-right: 0.5em;
  color: #00ff99;
}
.navbar a:hover, .footer a:hover, .navbar a:focus, .footer a:focus {
  color: #FF0000;
}
.quick-nav {
  background: #000;
  color: #FF0000;
}

.footer {
  background: #000;
  color: #FF0000;
}

.footer a {
  color: #FF0000;
}
/* 1. Default cursor everywhere */
body, html {
  cursor: url('https://file.garden/ZRYwa3IP2EXOR4QO/New%20Piskel-1.png.png'), default;
}

/* 2. Custom pointer cursor on interactive elements like buttons and links */
a:hover, button:hover, .pointer:hover {
  cursor: url('https://file.garden/ZRYwa3IP2EXOR4QO/New%20Piskel-2.png.png'), pointer;
}
/* Use the white version of the cursor on dark areas */
.quick-nav:hover,
.footer:hover,
.sidebar h1:hover,
.title:hover {
  cursor: url('https://file.garden/ZRYwa3IP2EXOR4QO/inverted.png'), default;
}
.quick-nav a:hover,
.footer a:hover {
  cursor: url('https://file.garden/ZRYwa3IP2EXOR4QO/interted%20callsign.png'), pointer !important;
}

.scroll-box {
  max-height: 150px;
  overflow-y: auto;
  background: #ffffff;
  border: 2px solid #808080;
  padding: 10px;
  font-family: 'Arial', monospace;
  color: #000;
  margin-bottom: 10px;
  box-shadow: inset -1px -1px 0 #808080, inset 1px 1px 0 #fff;
}

.audio-player {
  background: #dfdfdf;
  padding: 5px;
  border: 2px solid #808080;
  box-shadow: inset -1px -1px 0 #808080, inset 1px 1px 0 #fff;
  font-family: 'Arial', monospace;
}

.audio-player audio {
  width: 100%;
  outline: none;
  background: none;
}
@keyframes redDither {
  0%   { color: #000000; }
  10%  { color: #200000; }
  20%  { color: #400000; }
  30%  { color: #600000; }
  40%  { color: #800000; }
  50%  { color: #a00000; }
  60%  { color: #c00000; }
  70%  { color: #e00000; }
  80%  { color: #ff0000; }
  90%  { color: #800000; }
  100% { color: #000000; }
}

.scroll-box p {
  animation: redDither 4s steps(10) infinite;
  transition: none;
}
.scroll-box ul {
  list-style: none;
  padding-left: 1.2em;
  line-height: 1.6em;
  font-size: 1.05em;
  font-family: Arial, sans-serif;
  letter-spacing: 0.04em;
}

.scroll-box ul li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

.scroll-box ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #ff0000;
  font-weight: bold;
  animation: blink 1s step-start infinite;
}