@font-face {
    font-family: "IBMPlexMono";
    src: url("./IBMPlexMono/IBMPlexMono-Medium.woff2") format("woff2"),
         url("./IBMPlexMono/IBMPlexMono-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    width: 98%;
    margin: 20px 0px;
    padding: 10px;
    background-color: #000;
    color: #ccc;
    font-size: 1.2em;
    font-family: IBMPlexMono;
}

p, h1, h2, h3, h4, h5, h6, label {
    padding: 5px 10px;
}

.prompt {
    padding: 5px 0;
}

.inline {
    display: inline;
}

.pink {
    color: #ff66b2;
}

.blue {
    color: #66ccff;
}

.white {
    color: #fff;
}

.gray {
    color: #767676;
}

.paragraph {
    white-space: pre-wrap;
}

.content {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    border: 3px groove #767676;
    border-bottom: none;
}

.divider {
    border-style: dashed;
    border-width: 1px;
    border-color: #ccc;
    margin: 0 0;
    
}

.banner {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
header {
    display: flex;
    justify-content: center;
    text-align: center;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px 0px 0px 0px;
}

.header-container-nonindex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -15px 0px -15px 0px;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.logo {
    display: inline-flex;
    height: 96px;
    width: 96px;
    align-items: center;
}

.body-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 75%;
    height: auto;
}
.page-listing {
    list-style-type: none;
    font-size: 0.9em;
}

.ul-nav {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
}

.li-nav {
    padding: 10px 0px;
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 10px;
}

.li-a-nav {
    display: block;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
}

nav {
    top: 0px;
}

a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.1s ease;
}

a:visited {
    color: #767676;
}

a:hover {
    color: #33aaff;
}

.cta-button {
    display: inline-block;
    background-color: #2c2c2c;
    color: #d104af;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.1s ease;
}

.cta-button:hover {
    background-color: #013c66;
    color: #ccc;
}
footer {
    display: flex;
    font-size: 0.8em;
    justify-content: space-between;
}
.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.footer-li {
    display: block;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
}

.footer-button {
    font-size: 0.95em;
    color: #66ccff;
    text-decoration: none;
    transition: color 0.1s ease; 
}

.footer-button:hover {
    color: #ccc;
}

.footer-text {
    font-size: 1em;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: bold;
}

.center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: auto 10%;
}

.content-box {
    margin: 0px 0px 20px 0px;
    max-width: 1000px;
}

.ls-listing {
    overflow-x: auto;
    padding: 0em 1em;
    background-color: #111;
    margin: 10px 20px;
    border-radius: 10px;
    font-size: 1.15em;
}

.ls-listing a {
    color:#ff66b2;
    text-decoration: none;
}

.ls-listing a:hover {
    text-decoration: underline;
}

#placeholder-div {
    width: 100%;
    height: 50%;
    margin: 4rem;
    padding: 4rem;
}

.term {
  font-family: monospace;
  font-size: 1.1em;
  line-height: 1.4;
  border: 1px solid #444;
  background: #070707;
  color: #d0d0d0;
  padding: 8px;
  height: 60vh;
  max-width: 100%;
}

.term-screen {
  max-height: 60vh;
  overflow-y: hidden;
  margin-bottom: 0px;
}

.term-output {
  margin: 0;
  white-space: pre-wrap;
}

.term-output > * {
  margin: 0;
}

.term-input-wrapper {
  position: relative;
}

.term-input-line {
  display: flex;
  align-items: flex-start;
}

.term-prompt {
  margin-right: 6px;
  color: #ff66b2;
  pointer-events: none;
  user-select: none;
}

.term-input {
  flex: 1;
  width: 100%;
  resize: none;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
  min-height: 1.4em;
  caret-color: transparent;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
  scrollbar-width: none;
}

.term-input::-webkit-scrollbar {
  display: none;
}

.term-input-wrapper {
  position: relative;
  flex: 1;
  width: 100%;
}

.term-cursor {
  position: absolute;
  width: 0.6em;
  height: 1.2em;
  background: #d0d0d0;
  animation: blink 1s steps(1) infinite;
  pointer-events: none;
}

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