@charset "UTF-8";
body#homepage {
  background: url("https://i.4lt.ca/4lt/waterBubbles.webp") no-repeat center center fixed;
  background-size: cover;
  font-family: system-ui, monospace;
}
body#homepage #log {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: #00ff00;
  font-family: monospace;
  padding: 20px;
  overflow-y: auto;
  white-space: pre-wrap;
  z-index: 9999;
  transition: opacity 1s ease;
}
body#homepage #main-content {
  display: none;
  padding: 20px;
}
body#homepage article {
  background-color: transparent;
  max-width: auto;
  margin: 0px;
  padding: 0px;
}

body#page.unhandled-exception {
  background-color: #fff;
}
body#page.unhandled-exception p, body#page.unhandled-exception h2, body#page.unhandled-exception h3, body#page.unhandled-exception h4 {
  color: #000;
}
body#page.unhandled-exception .title {
  border: 1px solid red;
  background-color: #000;
}
body#page.unhandled-exception article {
  background-color: #FFF;
  max-width: 888px;
  margin: 0px auto;
}
body#page.unhandled-exception .title {
  width: 400px;
  height: 600px;
  margin: 40px auto;
  padding: 50px 30px;
  background: linear-gradient(145deg, #0b0f0d 0%, #131a12 100%);
  border: 3px solid #6a6d6a;
  border-radius: 8px;
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.6), inset 0 0 15px rgba(138, 255, 128, 0.1);
  position: relative;
  font-family: "Courier New", Courier, monospace;
}
body#page.unhandled-exception .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(to bottom, #0f120d 0%, #2a3a1f 100%);
  border-right: 2px solid #cacaca;
  border-radius: 4px 0 0 4px;
}
body#page.unhandled-exception .title h1 {
  font-family: "Courier New", Courier, monospace;
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
}
body#page.unhandled-exception .title h2 {
  font-family: "Courier New", Courier, monospace;
  color: #3693c8;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 10px 0 0 0;
  line-height: 1.3;
  text-align: left;
  font-style: italic;
}
body#page.unhandled-exception .title .author, body#page.unhandled-exception .title .edition {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #ffffff;
  font-size: 1rem;
}
body#page.unhandled-exception .title .edition {
  bottom: 5px;
  font-size: 0.9rem;
}
body#page.unhandled-exception blockquote {
  font-family: "Courier New", Courier, monospace;
  font-style: italic;
  font-size: 1.2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  border-left: 4px solid #8aff80;
  padding: 15px 20px;
  margin: 30px 0;
  line-height: 1;
  quotes: "“" "”" "‘" "’";
}
body#page.unhandled-exception blockquote::before {
  content: open-quote;
  font-size: 1.5rem;
  vertical-align: top;
  color: #8aff80;
}
body#page.unhandled-exception blockquote::after {
  content: close-quote;
  font-size: 1.5rem;
  vertical-align: bottom;
  color: #8aff80;
}

form {
  max-width: 520px;
  margin-top: 24px;
  font-family: monospace;
}
form .form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
form label {
  font-size: 0.85rem;
  margin-bottom: 4px;
  color: #8aff80;
}
form input,
form textarea {
  background: #0b0f0d;
  color: #c9ffd0;
  border: 1px solid #2a3;
  border-radius: 4px;
  padding: 10px 12px;
  font-family: monospace;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
form input::placeholder,
form textarea::placeholder {
  color: rgba(138, 255, 128, 0.4);
}
form input:focus,
form textarea:focus {
  border-color: #8aff80;
  box-shadow: 0 0 0 1px rgba(138, 255, 128, 0.35);
}
form textarea {
  min-height: 120px;
  resize: vertical;
}
form .error {
  color: #ff6b6b;
  font-size: 0.75rem;
  margin-top: 4px;
}
form input.error,
form textarea.error {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.3);
}
form button[type=submit] {
  margin-top: 8px;
  align-self: flex-start;
  padding: 10px 14px;
  font-family: monospace;
  font-size: 0.9rem;
  color: #8aff80;
  background: #0b0f0d;
  border: 1px solid #2a3;
  border-radius: 4px;
  cursor: pointer;
  text-transform: lowercase;
  box-shadow: inset 0 0 0 1px rgba(138, 255, 128, 0.15);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
form button[type=submit]:hover {
  background: #0f1512;
  box-shadow: 0 0 6px rgba(138, 255, 128, 0.35);
}
form button[type=submit]:active {
  transform: translateY(1px);
}

.hacker-btn {
  display: block;
  width: fit-content;
  margin-top: 12px;
  padding: 10px 14px;
  font-family: monospace;
  font-size: 0.95rem;
  color: #8aff80;
  text-decoration: none;
  background: #0b0f0d;
  border: 1px solid #2a3;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(138, 255, 128, 0.15);
  transition: all 120ms steps(3, end);
}
.hacker-btn:hover {
  color: #b6ffae;
  border-color: #5f6;
  box-shadow: inset 0 0 0 2px rgba(138, 255, 128, 0.35);
  text-shadow: 0 0 6px rgba(138, 255, 128, 0.35);
}
.hacker-btn:active {
  transform: translateY(1px);
  box-shadow: inset 0 0 0 1px rgba(138, 255, 128, 0.2);
}

.section h2 {
  font-family: monospace;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.section p {
  line-height: 1.55;
  max-width: 62ch;
}

.linux-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.linux-block img {
  width: 100px;
  height: 100px;
  image-rendering: pixelated;
}
.linux-block p {
  margin: 0;
}

.winContainer {
  clear: both;
  position: relative;
  margin-top: 2rem;
}

.window-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.window {
  display: none;
  background: #000;
  color: #00ff00;
  padding: 1rem;
  border-radius: 0.25rem;
  font-family: monospace;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.window:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 255, 0, 0.3);
}

.winbox {
  box-shadow: none;
  border-radius: 0;
  background: #000;
  border: 1px solid rgba(0, 255, 0, 0.4);
  border-radius: 5px;
  opacity: 0.8;
}
.winbox#winbox-1 {
  height: 650px;
}

.winbox.max {
  max-width: 1920px;
}

.winbox.theme-custom {
  --winbox-titlebar-color: $titlebar-color;
  --winbox-title-color: $title-text-color;
  --winbox-border-color: $border-color;
  --winbox-background: $bg-color;
  --winbox-shadow: 0 4px 20px $shadow-color;
  font-family: monospace;
}

.winbox .wb-title {
  font-family: inherit;
  color: inherit;
  padding: 0.5rem 1rem;
}

.winbox .wb-body {
  background: var(--winbox-background);
  padding: 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #00ff00;
}
.winbox .wb-body section {
  max-width: 600px;
}

.winbox.focus {
  opacity: 0.9;
  border: 1px solid #00ff00;
}

@media (max-width: 776px) {
  .window {
    display: block;
    width: 100%;
    margin: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
nav#mainmenu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  gap: 2rem;
  background-color: transparent;
  margin: 4px 20px;
}
nav#mainmenu .logo {
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 0;
}
nav#mainmenu .logo a > img {
  display: block;
  height: 50px;
  width: auto;
}
nav#mainmenu .menu-toggle {
  display: none;
  background: #000;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
  padding: 0.5rem 1rem;
}
nav#mainmenu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 0;
  background-color: #000;
}
nav#mainmenu ul.menu > li {
  position: relative;
}
nav#mainmenu ul.menu > li > a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #fff;
}
nav#mainmenu ul.menu > li.has-dropdown ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 12rem;
  display: none;
  z-index: 1000;
  background-color: #000;
}
nav#mainmenu ul.menu > li.has-dropdown ul.dropdown > li > a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  nav#mainmenu ul.menu li.has-dropdown:hover > ul.dropdown {
    display: block;
  }
}
@media (max-width: 776px) {
  nav#mainmenu {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    background-color: #000;
  }
  nav#mainmenu .menu-toggle {
    display: block;
    margin: 0.5rem 0;
  }
  nav#mainmenu ul.menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
    background-color: #000;
  }
  nav#mainmenu ul.menu > li {
    text-align: center;
  }
  nav#mainmenu.menu-open ul.menu {
    display: flex;
  }
  nav#mainmenu ul.menu > li.has-dropdown > ul.dropdown {
    position: static;
    display: none;
    padding-left: 0;
    background-color: #000;
  }
  nav#mainmenu ul.menu > li.has-dropdown.open > ul.dropdown {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
footer {
  flex-shrink: 0;
  display: block;
  padding: 1rem;
  background-color: #000;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

div#page {
  flex: 1 0 auto;
}

p {
  color: #fff;
}

article {
  background-color: #000;
  max-width: 1070px;
  margin: 20px;
  padding: 20px;
}

a {
  color: #3693c8;
}

/*# sourceMappingURL=main.css.map */
