@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--alt)) var(--black);
}

*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: var(--black);
}
*::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgb(var(--alt));
  border: 2px solid transparent;
}

:root {
  --main: 255, 170, 60;
  --alt: 120, 75, 20;
  --black: #12100d;
}

::selection {
  background-color: rgba(var(--alt), 0.7);
  color: rgb(var(--main));
}

.border{
	margin-left: 35px;
	margin-right: auto;
	width: 367px;
	height: 365px;
	border-style: solid;
}

html {
  background: black;
  color: rgb(var(--main));
  font-family: "Courier", monospace;
  margin: 0;
  font-size: 15px;
  width: 100%;
  line-height: 1.5em;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body * {
  text-shadow: 0rem 0.2rem 1rem currentColor;
}



body::before,
body::after,
html::before,
html::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

html::before {
  animation: crt-output 10ms infinite;
  background-color: var(--black);
  position: fixed;
  padding: 30px;
  pointer-events: auto;
  z-index: -1;
}

@keyframes crt-output {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 1;
  }
}

html::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.6)
  );
  background-size: 100% 0.5rem;
  position: fixed;
  z-index: 0;
}

@media only screen and (min-width: 989px) {
  body::after {
    position: fixed;
    box-shadow: inset 0 0 24rem black, inset 0 0 5rem black, 0 0 16rem black;
    z-index: 12;
    opacity: 0.7;
  }
}

body::before {
  animation: crt-glow 60s infinite;
  background: radial-gradient(
    circle at center,
    rgb(var(--main)) 0%,
    rgba(var(--alt), 0.78) 58%,
    rgba(var(--alt), 0.55) 80%,
    rgba(var(--alt), 0.27) 93%,
    rgba(var(--alt), 0) 100%
  );
  opacity: 0.15;
  pointer-events: none;
  position: fixed;
  z-index: 2;
}

header,
nav,
aside,
.page-footer {
  border: 3px solid rgb(var(--main));
  border-width: 2px 0;
  position: relative;
  padding: 20px;
  z-index: 1;
  width: 100%;
  margin: 40px 3% 0;
}

header {
  border-bottom: solid ;
  padding: 30px;
  padding-bottom: auto;
  margin-top: 50px;
}



main {
  position: relative;
  margin: 40px 3% 0;
  width: 64%;
}



header,
nav {
  width: 94%;
}



aside::before,
aside::after,
main article::before,
main article::after,
.page-footer::before,
.page-footer::after,
header::before,
header::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(var(--main)) 0%,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0) 65%,
    rgb(var(--main)) 100%
  );
  top: 0;
  left: 0;
}

header::after,
aside::after,
main article::after,
.page-footer::after {
  left: unset;
  right: 0;
}



header h2 {
  font-weight: normal;
  line-height: 1.5em;
  font-style: italic;
  max-width: 500px;
}

h1,
aside h2,
aside h4,
article > section:first-of-type h2,
.page-footer .container::before {
  font-size: 22px;
  background: none;
  border: none;
  color: rgb(var(--main));
  position: absolute;
  padding: 0 7px;
  text-transform: uppercase;
  top: -15px;
  left: 70px;
  z-index: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: bold;
}

article > section:first-of-type h2 {
  top: -27px;
}

h1::after,
aside h2::after,
aside h4::after,
article > section:first-of-type h2::after,
.page-footer .container::after {
  background: var(--black);
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  top: 12px;
  position: absolute;
  z-index: -1;
}

article > section:first-of-type h2::after {
  top: 9px;
}

.page-footer .container::before {
  content: "Colophon";
}
.page-footer .container::after {
  top: -3px;
  width: 6.5em;
  left: 20px;
}

section h3,
section:not(:first-of-type) h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  left: 0;
}

section h3::after,
section:not(:first-of-type) h2::after {
  content: "";
  background: linear-gradient(
    to right,
    rgb(var(--main)) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: -5px;
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

.page-footer .container::before,
aside h2,
aside h4 {
  padding: 0 5px;
  font-size: 16px;
  left: 20px;
  margin-bottom: 15px;
  margin: 0;
  left: 20px;
  top: -14px;
}

#guidelines h3 + p:first-letter,
main article:not(#guidelines) section > p:first-of-type:first-letter {
  font-size: 3em;
  float: left;
  border: 2px solid;
  padding: 10px 5px;
  margin-right: 5px;
  background: rgba(var(--main), 0.25);
}

#guidelines .container p:first-of-type,
blockquote {
  padding: 20px;
  border: 1px solid;
  background: rgba(var(--main), 0.1);
  box-shadow: 5px 5px 0 var(--black), 6px 6px 0 rgb(var(--main)),
    0 0 10px inset rgb(var(--alt));
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  max-width: 100%;
}

blockquote p {
  margin: 0;
}

article footer {
  margin: 5px -22px -20px -22px;
  padding: 20px 20px 30px;
  background: rgba(var(--main), 0.15);
  position: relative;
}

article footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(var(--main)) 35%,
    rgb(var(--main)) 65%,
    rgba(0, 0, 0, 0) 100%
  );
}

article footer h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

article footer a {
  padding: 5px 30px 5px 5px;
  border: 2px solid;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

article footer a::after {
  border-left: 2px solid;
  position: absolute;
  width: 22px;
  height: 100%;
  line-height: 28px;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0;
}

article footer a:not([href^="http"])::after {
  content: "⇩";
  font-size: 1.25em;
  font-weight: bold;
}

#about ul {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  column-gap: 2%;
}

footer ul {
  margin-bottom: 30px;
}

footer ul li {
  position: relative;
}

footer ul a,
#about ul li {
  display: block !important;
  padding: 3px 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  transition: all 0.2s ease;
}

footer ul a:hover,
#about ul li:hover {
  outline: 2px solid;
  background: rgba(var(--main), 0.2);
}

footer ul li::before,
#about ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid;
  transition: inherit;
}
footer ul li:hover::before,
#about ul li:hover::before {
  background: rgba(var(--main), 0.8);
}

.profile ul span:first-of-type {
  width: 80px;
  border-right: 1px solid rgb(var(--alt));
  padding-bottom: 6px;
}

.profile ul span {
  padding: 4px;
  display: inline-block;
}

.profile ul {
  border: 1px solid rgb(var(--alt));
}
.profile ul li {
  border-bottom: 1px solid rgb(var(--alt));
}

.features {
  display: block;
  border: 1px solid rgb(var(--alt));
}
.features li {
  border-bottom: 1px solid rgb(var(--alt));
  padding: 10px;
  position: relative;
  transition: all 0.2s ease;
}
.features li a {
  display: block;
  border: none;
  font-weight: bold;
  outline: none;
  background: transparent;
}
.features li a + span::before {
  content: "↳ ";
}
.features li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features li:hover {
  background: rgba(var(--main), 0.2);
  outline: 2px solid;
}

.profile ul + a,
.features + a {
  display: block;
  text-align: center;
  border: 1px solid;
  padding: 10px;
  background: rgba(var(--main), 0.1);
  z-index: 2;
  position: relative;
}

input{
    background: rgba(var(--main), 0.1);
    color: rgb(var(--alt));
  }



a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid;
}

p::after {
  content: "_";
  opacity: 0;
  position: absolute;
  font-weight: bold;
}
p:hover::after {
  animation: blink 0.75s steps(1) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 30px;
  margin: 0;
}

ol li {
  padding-bottom: 20px;
}
p {
  margin: 1em 0;
}
a:focus-visible,
a:focus {
  outline: 1px solid;
  outline-offset: -1px;
  box-shadow: 0 0 0 1px black, 0 0 0 2px rgb(var(--main));
}
a {
  transition: all 0.1s;
  outline: 0.5px solid transparent;
}

a:hover {
  outline: 2px solid currentColor;
}
a:hover {
  background: rgba(var(--alt), 0.25);
}

a::after {
  font-family: "Arial", sans-serif;
}



@keyframes checker {
  0% {
    background-position: 0px 0px, 5px 5px;
  }
  100% {
    background-position: 5px 5px, 10px 10px;
  }
}

  header {
    padding-bottom: 120px;
    margin-top: 40px;
  }

  header h2 {
    max-width: unset;
  }
  header h2::before {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    height: 120px;
  }




.crt::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
.crt::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
.crt {
  animation: textShadow 1.6s infinite;
}

html,
body a {
  cursor: url("data:image/png;base64,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Y0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALEwAACxMBAJqcGAAABhVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAxIDc5LjE0NjI4OTk3NzcsIDIwMjMvMDYvMjUtMjM6NTc6MTQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNS4xICgyMDIzMDkwNS5tLjIzMTYgOTc5Yzg2ZCkgIChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0xMC0wMlQxMjoyOTo1Mi0wNjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMTAtMDNUMTQ6NDI6NDAtMDY6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMTAtMDNUMTQ6NDI6NDAtMDY6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNDRmM2JkLTlmZDMtNGYzMC1hOTg5LWJmNmQxMDdmMDRhNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDphZWRhN2JlNC1iYjgxLTRhNzEtYjNmOC05OTQyODc1MTkwNmIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphZWRhN2JlNC1iYjgxLTRhNzEtYjNmOC05OTQyODc1MTkwNmIiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFlZGE3YmU0LWJiODEtNGE3MS1iM2Y4LTk5NDI4NzUxOTA2YiIgc3RFdnQ6d2hlbj0iMjAyMy0xMC0wMlQxMjoyOTo1Mi0wNjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjEgKDIwMjMwOTA1Lm0uMjMxNiA5NzljODZkKSAgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNDRmM2JkLTlmZDMtNGYzMC1hOTg5LWJmNmQxMDdmMDRhNyIgc3RFdnQ6d2hlbj0iMjAyMy0xMC0wM1QxNDo0Mjo0MC0wNjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjEgKDIwMjMwOTA1Lm0uMjMxNiA5NzljODZkKSAgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+A/MH6AAAAN9JREFUOI2l1DEOwiAUBuBfogmD6UAiN3DRK3gAD+LggXRzNJ7BxUu4urlouhg6YTrgUGmKtAg8kpfAGz5+IAHv08o8dgtjjAGlGAAIIfDcLw0IgwFAVVVkjAGA1hplWZIwZieH842Ese6CgjkQn+Rj7LeRi3mQnDbY8ZKGeZDFgLRkvVA3WSw2CKViQSgF+wvFYlFQDBaE7i+3dN30+7BxCNms54ObcM6dX6MXsoiUMnhcO4QQfqIuopTCbHsdxWDOHek6D/GgXMSBKAjwfTXOOYqiyEbaRFSkhagIAHwAvMrfpKweXcIAAAAASUVORK5CYII="),
    auto;
}
