@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400&display=swap');

@keyframes scroll {
	0% { height: 0 }
	100% { height: 100%; }
}

@keyframes type { 
  from { width: 0; } 
} 

@keyframes type2 {
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes blink {
  to{opacity: .0;}
}

@keyframes scan {
	from { top: 0 }
	to { top: 100% }
}

@keyframes flicker {
		0% { opacity: 0.15795 }
		5% { opacity: 0.31511 }
		10% { opacity: 0.94554 }
		15% { opacity: 0.2469 }
		20% { opacity: 0.62031 }
		25% { opacity: 0.0293 }
		30% { opacity: 0.00899 }
		35% { opacity: 0.5344 }
		40% { opacity: 0.12778 }
		45% { opacity: 0.52042 }
		50% { opacity: 0.3823 }
		55% { opacity: 0.2198 }
		60% { opacity: 0.9383 }
		65% { opacity: 0.86615 }
		70% { opacity: 0.68695 }
		75% { opacity: 0.55749 }
		80% { opacity: 0.96984 }
		85% { opacity: 0.0361 }
		90% { opacity: 0.24467 }
		95% { opacity: 0.08351 }
		100% { opacity: 0.54813 }
	}

::-webkit-scrollbar {
  display: none;
}

* {
	box-sizing: border-box;
	}
	
html,
body {
  background: #121212; /* soft black */
  color: #c3f8c3;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  background-repeat: repeat;
  image-rendering: pixelated;
	font-size: 64.5%;
	font-size: 1.21em;
        font-family: 'Fira Code', monospace;
	height: 100%;
	margin: 0;
	padding: 0;
        max-width: 100vw;
        overflow-x: hidden;
        display: block;
     color-scheme : light;
     --tw-background: 0;
  width: 100%;
  min-height: 100vh;

}

h1, h2, h3 h4, h5, h6 { 
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
h4 b {
  color: white;
}
a {
	color: white;	
	text-decoration: none;	
}

a:hover {
  color: #fff;
  text-shadow: 0 0 5px #00ffcc;
}

p { 
	line-height: 100%;
	margin: 0; 
}
	
span { animation: blink 1s infinite }

ul {
	list-style: none;
}

ul a:before,
p a:before {
	color: #00dd00;
	content: ' [ ';
}

ul a:after,
p a:after {
	color: #00dd00;
	content: ' ] ';	
}

nav.site ul li a {
  color: #00ff00;
  text-shadow: none;
  transition: color 0.3s, text-shadow 0.3s;
}

nav.site ul li a.active-menu {
  color: #ff4d4d;
  text-shadow: 0 0 5px #ff4d4d, 0 0 10px #ff4d4d;
}

/* Default link style */
nav.site ul li a {
  color: #00ff00;
  text-shadow: none;
  transition: color 0.3s, text-shadow 0.3s;
}

/* Red glow for selected menu item */
nav.site ul li a.active-menu {
  color: #ff4d4d;
  text-shadow: 0 0 5px #ff4d4d, 0 0 10px #ff4d4d;
}

/* Blue/cyan glow on hover, but only if NOT active */
nav.site ul li a:hover:not(.active-menu) {
  color: #ffffff;
  text-shadow: 0 0 5px #00ffcc, 0 0 8px #00ffcc;
}


header.site {
	margin: 0 0 40px 0;
	text-transform: uppercase;
}

nav.site { 
  margin: 0 0 40px 0;
  position: static;
  width: 100%;
  z-index: auto;
}

nav.site ul {
	padding: 0;
}

nav.site ul li {
  display: inline-block;
  padding: 0 10px;
  min-width: 110px;
  width: auto;
}

.g-recaptcha {
       position: relative;
       z-index: 10;
}


.overlay {
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
}

.overlay:before {
	background: linear-gradient(#00000000 50%, rgb(213 213 213 / 5%) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.03));
	background-size: 100% 3px, 6px 100%;
	content: "";
	display: block;
	pointer-events: none;
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 2;
}
	
.overlay:after {
	animation: flicker 7.30s infinite;
	background: rgba(16, 16, 16, 0.2);
	content: "";
	display: block;
	pointer-events: none;
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 2;
}

.col {
	float: left;
	padding: 5px 20px;
}

.col.two { width: auto; }

.wrapper {
  animation: scroll 5s 1;
  margin: 0 auto;
  overflow: hidden; 
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#screen {
  transition: all 0.3s ease-in-out;
  min-height: 400px;
}


.content { 
	animation: scroll 3s 1;
  overflow: hidden;
	padding: 20px; 
	position: relative;
	width: 95%;
  flex: 1;
}

#logo-v {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 200px;
}

img.pip-hero {
	display: block;
	float: left;
	height: auto;
	margin: 5px 10px 5px 0;
	width: 120px;
}

form {}

label {
        color: #00ff00;
	clear: left;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
        font-size: 20px
}

input[type=text],input[type=email],
textarea {
	background: transparent;
	border: none;
	color: #00dd00;
	display: block;
	float: left;
	font-family: 'Fira Code', monospace;
	font-size: 1.2em;
	position: relative;
	width: 80%;
	z-index: 10
}

textarea {
	margin-bottom: 20px
	overflow: auto;
	resize: none;
}


input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  opacity: 0.5;
}

input[type=submit],
a.button {
	background: transparent;
	clear: both;
  border: 1px solid #27ae60;
  color: #27ae60;
	cursor: hand;
	display: inline-block;
	font-family: 'Fira Code', monospace;
	font-size: 1em;
	margin-bottom: 20px;
        margin-top: 20px;
	opacity: 0.25;
	padding: 10px 100px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 10;
}

input[type=submit]:hover,
a.button:hover {
  background: #27ae60;
  color: #121212;
	opacity: 0.8;
}

.expandingArea { position: relative }
	
/*.scanline {
	animation: scroll 10s 5s;
	background: -moz-linear-gradient(top,  rgba(0,221,0,0) 0%, rgba(0,221,0,1) 50%, rgba(0,221,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,221,0,0) 0%,rgba(0,221,0,1) 50%,rgba(0,221,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,221,0,0) 0%,rgba(0,221,0,1) 50%,rgba(0,221,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000dd00', endColorstr='#0000dd00',GradientType=0 );
	display: block;
	height: 20px;
	opacity: 0.05;
	position: absolute;
		left: 0;
		right: 0;
		top: -5%;
	z-index: 2;
}*/

.clear {
	clear: both;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.upper { text-transform: uppercase; }

.site-footer {
  font-size: 0.75rem;
  color: #eee;
  text-align: center;
  padding: 0.3rem 0;
  background: linear-gradient(135deg, #8e44ad, #2980b9, #27ae60, #f39c12, #e74c3c);
  background-size: 150% 150%;
  animation: rainbowShift 15s ease infinite;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Fira Code', monospace
}

@keyframes rainbowShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
  color: #fff;
  text-shadow: 0 0 5px #00ffcc;
}


#terminal-container {
  display: flex;
  flex-direction: row;
  gap: 0.1rem;
  padding: 0.1rem;
  font-family: 'Courier New', monospace;
  color: #00ff00;
  background-color: #030626;

}

#terminal-pane, #monitor-pane {
  flex: 1;
  background: #000;
  border: 1px solid #00ff00;
  padding: 1rem;
  overflow: auto;
  height: 400px;
  font-size: 17px;
  max-width: 100%;
  box-sizing: border-box;
  font-family: monospace;
}

#monitor-pane pre {
  white-space: pre-wrap; /* wraps the lines */
  word-break: break-word; /* breaks long words if needed */
}

#terminal-output {
  white-space: pre-wrap;
  margin-bottom: 0.5rem;
}

#terminal-input-line {
  display: flex;
  align-items: center;
}

#terminal-input-line .prompt {
  margin-right: 0.5rem;
}

#terminal-input {
  background: transparent;
  color: #00ff00;
  border: none;
  outline: none;
  font-family: inherit;
  width: 100%;
  font-size: 19px;
}

#sysmon-output {
  line-height: 1.6;
}
.shadow-container {
    visibility: hidden !important;
}

#app {
     color-scheme : light;
     background-color: transparent;
     --tw-background: 0;
}

#woot-widget-holder {
  background: transparent !important;
}

iframe[title="chatwoot iframe"] {
  background: transparent !important;
}

body {
  background: inherit !important; /* This is the likely issue you’re seeing */
}


/* Social Buttons */

/* General Social Button Styling */
.social-button {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Facebook Button */
.facebook-button {
    background: radial-gradient(circle at 30% 30%, #4267B2, #004e92);
}

.facebook-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(66, 103, 178, 0.7);
}


/*-----------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
  html, body {
    font-size: 1.2em !important;
    overflow-x: hidden;
  }

  .wrapper, .content {
    padding: 20px;
    width: 100%;
  }

  nav.site ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  
}

  nav.site ul li {
    display: block;
    width: 100%;
    text-align: center;
    min-width: auto;
  }

  .col {
    width: 100%;
    padding: 0;
    float: none;
  }

  #logo-v {
    width: 150px;
  }

  input[type=text],
  input[type=email],
  textarea {
    width: 100%;
    font-size: 1em;
  }

  .modal-content {
    padding: 20px;
    width: 95%;
    max-width: 90vw;
    font-size: 1.1em;
  }

  input[type=submit],
  a.button {
    padding: 10px 40px;
    font-size: 1em;
    margin-top: 30px;
  }

  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
    margin: 10px auto;
    display: block;
  }


  .woot-widget-holder {
    transform: none !important;
    zoom: 1 !important;
    width: auto !important;
  }

  .client-block {
  width: 200px;
  word-spacing: 1px;
  }


  #terminal-container {
    flex-direction: column;
    padding: 0px;
  }

  #monitor-pane {
    order: -1; /* Moves monitor above terminal */
  }

  #terminal-pane, #monitor-pane {
    height: auto;
    max-height: 300px;
    font-size: 16px;
  }
  #monitor-pane pre {
    font-size: 0.85rem; /* slightly smaller font on mobile */
  }

  .client-block {
    width: 100%;
    max-width: 300px;
  }
}


@media (max-width: 480px) {
  html, body {
    font-size: 1.2em !important;
    overflow-x: hidden;
  }

  .wrapper, .content {
    padding: 20px;
    width: 100%;
  }

  nav.site ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  nav.site ul li {
    display: block;
    width: 100%;
    text-align: center;
    min-width: auto;
  }

  .col {
    width: 100%;
    padding: 0;
    float: none;
  }

  #logo-v {
    width: 150px;
  }

  input[type=text],
  input[type=email],
  textarea {
    width: 100%;
    font-size: 1em;
  }

  .modal-content {
    padding: 20px;
    width: 95%;
    max-width: 90vw;
    font-size: 1.1em;
  }

  input[type=submit],
  a.button {
    padding: 10px 40px;
    font-size: 1em;
    margin-top: 30px;
  }

  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
    margin: 10px auto;
    display: block;
  }


  .woot-widget-holder {
    transform: none !important;
    zoom: 1 !important;
    width: auto !important;
  }

 .client-block {
  width: 200px;
  word-spacing: 1px;
  }



  #terminal-container {
    flex-direction: column;
    padding: 0px;
  }

  #monitor-pane {
    order: -1; /* Moves monitor above terminal */
  }

  #terminal-pane, #monitor-pane {
    height: auto;
    max-height: 300px;
    font-size: 16px;
  }

  #monitor-pane pre {
    font-size: 15px; /* slightly smaller font on mobile */
  }
}

