@font-face {
    font-family: GlassTTYVT220;
    src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(./Glass_TTY_VT220.ttf) format("truetype");
}

/* black screen, amber text */
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: GlassTTYVT220;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 10px;
    text-size-adjust: 100%;
}

/* command prompt fields */
input, textarea {
    font-family: GlassTTYVT220;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 10px;
    background: transparent;
    border: 0;
}

textarea {
    width: 100%;
    margin: 0;
    padding: 0;
    border-width: 0;
}

a {
    color: #282828;
    text-decoration: none;
}

.cmdfield {
    margin-left: 10px;
}

/* PRE blocks: preserve ASCII but wrap long lines */
pre {
    font-family: GlassTTYVT220;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 10px;
    background: transparent;
    line-height: normal;

    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* MAIN CONTENT COLUMN */
#content {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 10px;
    overflow-wrap: break-word;
}

/* SCREEN OUTPUT AREA */
#screen {
    max-width: 900px;
    width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    margin-top: 30px;
}

/* NAVBAR (full width) */
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    background: black;
    z-index: 9999;

    overflow-x: auto;
    white-space: nowrap;
}

/* NAVBAR INNER (aligned with content) */
#navbar-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* menu items */
.highlight {
    white-space: nowrap;
}

.highlight span {
    margin: 0;
    padding: 0;
}

/* remove focus outlines */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* input alignment */
input {
    text-align: left;
    margin-left: 0;
}

.daemon, .binary {
    text-decoration: underline;
    font-weight: bold;
}

.folder::after {
    /* content: "/"; */
}

.file {}

.pi-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 22px;
    color: #0f0;
    text-decoration: none;
    font-family: monospace;
    z-index: 9999;
}
