@import url("/assets/fonts/m-plus-2/m-plus-2.css");
@import url("/assets/font-awesome/css/all.min.css");
@import url("/assets/styles/omg.lol-icons.css");
/**** OPEN COLOR ****/
.bg-byegreen {
  background: #77b19d;
  color: #fdfdfd;
}

.bg-secondary {
  background: #2f2f2f;
  color: #fdfdfd;
}

.bg-warning {
  background: #f03e3e;
  color: white;
}

html {
  font-family: "M PLUS 2", "M PLUS 1", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

a {
  color: #77b19d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external::after {
  height: 8px;
  width: 8px;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: url("https://byecorps.b-cdn.net/global/icons/Fugue%20Icons/icons/external.png");
}

h1, h2, .as-h1, .as-h2 {
  margin: 0.2em 0 0.5em;
}

h1, .as-h1 {
  font-size: 32px;
}

h3 {
  margin: 0.25em 0 0.5em;
}

h4 {
  margin: 0.3em 0 0.5em;
}

h5, h6 {
  margin: 0.5em 0;
}

p {
  margin: 0.5em 0;
}

.fnt-byefont {
  font-family: ByeFont, monospace;
}

.fnt-comicsans {
  font-family: "Comic Sans MS", "Chalkboard SE", cursive;
}

.fnt-bold {
  font-weight: bold;
}

.fnt-subtitle {
  font-size: 0.8em;
  color: #adadad;
}

.marquee {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1ch;
}

/**** VARIABLES ****/
/**** ACTUAL CSS ****/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  background: radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.6)), url("/assets/img/bkg.png");
}

header {
  max-width: 1104px;
  margin: auto;
  padding-left: 200px;
  font-family: "FOT-RodinNTLG Pro", Helvetica, Arial, sans-serif;
  height: 75px;
  overflow-y: clip;
  background: #2f2f2f;
  color: #fdfdfd;
  position: relative;
}
header #breadcrumbs {
  background: #495057;
  padding: 0 1ch;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
}
header #headernav {
  height: 59px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 4px;
  display: flex;
}
header #headernav .header-nav-item {
  position: relative;
  border-bottom: 1px #a0d9c2 solid;
  display: inline-block;
  display: inline-flex;
  height: 100%;
  width: 175px;
  flex: 1;
  background: linear-gradient(to bottom, rgba(156, 206, 187, 0.1) 0%, rgba(156, 206, 187, 0.2) 50%, rgba(156, 206, 187, 0.6));
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}
header #headernav .header-nav-item a {
  color: inherit;
}
header #headernav .header-nav-item:hover {
  border-bottom: 3px #a0d9c2 solid;
}
header #headernav .header-nav-item:nth-of-type(2) {
  background: linear-gradient(to bottom, rgba(51, 154, 240, 0.1) 0%, rgba(51, 154, 240, 0.2) 50%, rgba(51, 154, 240, 0.6));
  border-bottom: 1px #339af0 solid;
}
header #headernav .header-nav-item:nth-of-type(2):hover {
  border-bottom: 3px #339af0 solid;
}
header #headernav .header-nav-item:nth-of-type(3) {
  background: linear-gradient(to bottom, rgba(92, 124, 250, 0.1) 0%, rgba(92, 124, 250, 0.2) 50%, rgba(92, 124, 250, 0.6));
  border-bottom: 1px #5c7cfa solid;
}
header #headernav .header-nav-item:nth-of-type(3):hover {
  border-bottom: 3px #5c7cfa solid;
}
header #headernav .header-nav-item:nth-of-type(4) {
  background: linear-gradient(to bottom, rgba(132, 94, 247, 0.1) 0%, rgba(132, 94, 247, 0.2) 50%, rgba(132, 94, 247, 0.6));
  border-bottom: 1px #845ef7 solid;
}
header #headernav .header-nav-item:nth-of-type(4):hover {
  border-bottom: 3px #845ef7 solid;
}
header #site-title {
  line-height: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
header #site-title img {
  width: 198px;
  object-fit: cover;
}

#wrapper {
  display: block;
  height: calc(100vh - 115px);
  max-width: 1104px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

aside {
  width: 200.5px;
  background: #1a1a1a;
  color: #fdfdfd;
  border-right: #495057 4px double;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
aside .contents {
  position: sticky;
  top: 0;
}
aside .pad-properly {
  padding: 0 0.5em;
}

#rss-cta {
  background: #2f2f2f;
  margin: 0;
}

#profile-card {
  border-top: #fdfdfd dotted 1px;
  border-bottom: #fdfdfd dotted 1px;
  position: relative;
  padding-left: 52px;
  height: 72px;
  background: url("/assets/img/wallpapers/Windows XP.jpg");
  background-size: cover;
  background-position-y: 75%;
}
#profile-card #profile-texts {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 54px;
}
#profile-card #profile-name {
  font-weight: bold;
}
#profile-card #profile-avatar {
  position: absolute;
  left: -16px;
  top: 2.5px;
}

.links {
  white-space: none;
}
.links ul {
  margin: 0;
  padding-left: 0;
}
.links ul li {
  display: inline-block;
}

aside nav ul {
  padding: 0;
  margin: 0;
  line-height: 1;
}
aside nav ul li {
  margin-left: 0;
  list-style: none;
  border-top: #1a1a1a 1px solid;
  background: #2f2f2f;
  transition: background-color 0.1s ease-in-out;
}
aside nav ul li a {
  padding: 0.25em 0.5em;
  display: block;
}
aside nav ul li:hover {
  background: #495057;
}
aside nav ul li.current {
  font-weight: bold;
  background: #77b19d;
}
aside nav ul li.current a {
  color: #fdfdfd;
}

main {
  display: block;
  padding: 16px;
  height: 100%;
  background-color: #1a1a1a;
  color: #fdfdfd;
  padding-bottom: 5em;
  margin-left: 200.5px;
  max-width: 904px;
  overflow-y: auto;
}

footer {
  font-size: 0.9em;
  font-family: "M PLUS 2", "M PLUS 1", Helvetica, Arial, sans-serif;
  background: #2f2f2f;
  color: #fdfdfd;
  padding: 0.2em;
  border-top: #1a1a1a 1px solid;
  text-align: center;
  margin-top: auto;
  height: 40px;
  max-width: 1104px;
  width: 100%;
  margin: auto;
  grid-area: footer;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 800px) {
  header {
    margin: unset;
    overflow-x: auto;
    width: 100vw;
    display: flex;
  }
  aside {
    display: none;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
  aside.shown {
    display: block;
    width: calc(100vw - 256px);
    min-width: 200px;
  }
  aside nav #nav-list .nav-item a {
    padding: 1em;
  }
  aside nav #nav-list .nav-item a #nav-blog-badge {
    width: 32px;
    height: 32px;
    transform: translateY(-25%);
    image-rendering: pixelated;
  }
  aside #wrapper {
    padding: 0;
    max-width: unset;
    width: 100%;
  }
  body {
    height: 100%;
    width: 100vw;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
  }
  #wrapper {
    height: 100%;
  }
  main {
    margin-left: 0;
    width: 100vw;
    transition: margin-left 0.2s ease-in-out;
  }
  .mobile-only {
    display: block;
  }
}
table {
  width: 100%;
}

.float-right {
  float: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.flex > * {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.mb-8 {
  margin-bottom: 8px;
}

table.fluid {
  width: 100%;
}
table.fluid td {
  text-align: center;
}

.reallybigspacer {
  height: 100vh;
  width: 10px;
  display: block;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

#blip-container {
  position: fixed;
  bottom: 0;
  right: 0;
  font-family: "IBM Plex Sans", sans-serif;
  background: #1a1a1a;
  background: url("/assets/img/byemanpeek.png"), radial-gradient(circle at 90%, rgb(40, 40, 40) 10%, rgb(26, 26, 26) 100%);
  background-repeat: no-repeat;
  background-position: bottom right;
  box-sizing: content-box;
}
#blip-container * {
  box-sizing: content-box;
}
#blip-container .blip-notification {
  height: 64px;
  display: flex;
  gap: 8px;
  padding: 8px;
  width: 250px;
  color: white;
}
#blip-container .blip-notification .blip-image {
  height: 64px;
  width: 64px;
  object-fit: cover;
}
#blip-container .blip-notification .blip-texts {
  display: inline-block;
  align-content: center;
}
#blip-container .blip-notification .blip-texts > span {
  display: block;
}
#blip-container .blip-notification .blip-texts .blip-subtitle {
  font-size: 12px;
}
#blip-container .blip-notification .blip-texts .blip-title {
  font-size: 18px;
}

#badges {
  box-sizing: content-box;
}
#badges * {
  box-sizing: content-box;
}
#badges .badge {
  height: 64px;
  display: flex;
  gap: 8px;
  padding: 8px;
  color: white;
}
#badges .badge .blip-image {
  height: 64px;
  width: 64px;
  object-fit: cover;
}
#badges .badge .blip-texts {
  display: inline-block;
  align-content: center;
}
#badges .badge .blip-texts > span {
  display: block;
}
#badges .badge .blip-texts .blip-subtitle {
  font-size: 12px;
}
#badges .badge .blip-texts .blip-title {
  font-size: 18px;
}

#windower_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  font-family: "Tahoma", system-ui, sans-serif;
  font-size: 8pt;
}
#windower_container * {
  box-sizing: border-box;
}

.windower-window {
  position: absolute;
  outline: solid 1pt;
  overflow: auto;
  width: fit-content;
  height: fit-content;
  background: #d4d0c8;
}
.windower-window > .windower-body {
  max-width: var(--max-width, unset);
  max-height: var(--max-height, unset);
  min-width: var(--min-width, unset);
  min-height: var(--min-height, unset);
}

.windower-titlebar {
  display: flex;
  background: linear-gradient(to right, #467967, #77b19d);
  color: white;
  height: 18px;
  font-size: 8pt;
  line-height: 18px;
  padding: 0 2px;
  font-weight: bold;
}
.windower-titlebar .titlebar-title {
  flex: 1;
}
.windower-titlebar .titlebar-controls {
  display: flex;
  align-items: center;
}
.windower-titlebar .titlebar-controls button {
  all: unset;
  box-sizing: border-box;
  background: url("/assets/js/windower/assets/caption-buttons.png");
  background-position: 0 0;
  aspect-ratio: 1;
  width: 16px;
  height: 14px;
  position: relative;
  image-rendering: pixelated;
}
.windower-titlebar .titlebar-controls button::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  background-position: 32px 0;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.windower-titlebar .titlebar-controls button:active {
  background-position: -16px 0;
}
.windower-titlebar .titlebar-controls button:active::after {
  top: 1px;
  left: 1px;
}
.windower-titlebar .titlebar-controls button[aria-label=Close] {
  margin-left: 2px;
}
.windower-titlebar .titlebar-controls button[aria-label=Close]::after {
  background: url("/assets/js/windower/assets/caption-buttons.png");
  background-position: -32px 0px;
}
.windower-titlebar .titlebar-controls button[aria-label=Maximise]::after {
  background: url("/assets/js/windower/assets/caption-buttons.png");
  background-position: 0px 14px;
}
.windower-titlebar .titlebar-controls button[aria-label=Minimise]::after {
  background: url("/assets/js/windower/assets/caption-buttons.png");
  background-position: -16px 14px;
}
.windower-titlebar .titlebar-controls button[aria-label=Help]::after {
  background: url("/assets/js/windower/assets/caption-buttons.png");
  background-position: -32px 14px;
}

.windower-body {
  background: white;
  color: black;
  resize: both;
  overflow: auto;
  display: flex;
  margin: 1px;
}
.windower-body.dialog {
  background: #d4d0c8;
}
[resizable=no] .windower-body {
  resize: none;
}
.windower-body > .windower-content {
  flex: 1;
}
.windower-body a {
  color: darkblue;
}

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