body {
  background: #080808;
  color: #bdbdbd;
  font-family: monospace;
  max-width: 850px;
  margin: auto;
  padding: 30px;
  line-height: 1.7;
}

h1 {
  color: #eeeeee;
  font-size: 34px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h2 {
  color: #888888;
  font-size: 16px;
  letter-spacing: 4px;
}

p {
  font-size: 14px;
}

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

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #333333;
  margin: 25px 0;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background: #444444;
  color: white;
}
/* ARCHIVE */

.archive {
max-width: 700px;
margin: 0 auto;
padding: 60px 25px;
}

.archive header {
text-align: center;
margin-bottom: 35px;
}

.archive header p {
font-size: 12px;
letter-spacing: 4px;
opacity: 0.6;
}

.archive h1 {
letter-spacing: 8px;
margin: 15px 0;
}

.line {
border-top: 1px solid currentColor;
opacity: 0.35;
margin: 25px 0;
}

.entries {
display: flex;
flex-direction: column;
gap: 12px;
}

.entry {
display: grid;
grid-template-columns: 60px 1fr auto;
align-items: center;
padding: 18px;
border: 1px solid currentColor;
text-decoration: none;
color: inherit;
transition: 0.2s;
}

.entry:hover {
letter-spacing: 2px;
transform: translateX(5px);
}

.entry span {
opacity: 0.5;
}

.entry strong {
font-size: 18px;
}

.entry small {
opacity: 0.5;
font-size: 10px;
}

.archive footer {
text-align: center;
margin-top: 30px;
}

.archive footer p {
font-size: 10px;
letter-spacing: 3px;
opacity: 0.5;
}

.archive footer a {
color: inherit;
text-decoration: none;
}
/* BONES PAGE */

.bones-intro {
    text-align: center;
    padding: 20px 0;
}

.bones-intro .file-number {
    font-size: 10px;
    letter-spacing: 4px;
    opacity: 0.5;
}

.bones-intro h2 {
    letter-spacing: 5px;
    font-size: 20px;
    margin: 25px 0;
}

.bones-intro p {
    line-height: 2;
    font-size: 12px;
}

.signal {
    text-align: center;
    padding: 15px 0;
}

.signal > p:first-child {
    font-size: 11px;
    letter-spacing: 4px;
    opacity: 0.6;
}

.signal > p:last-child {
    font-size: 11px;
    line-height: 2;
    letter-spacing: 1px;
    opacity: 0.7;
}
/* LOST SIGNAL PAGE */

.signal-page {
    position: relative;
}

.signal-header {
    animation: signalFlicker 3s infinite;
}

.signal-warning {
    text-align: center;
    padding: 20px 0;
}

.warning {
    letter-spacing: 4px;
    font-size: 12px;
    animation: warningFlicker 1.2s infinite;
}

.signal-bar {
    font-size: 10px;
    letter-spacing: 2px;
    margin: 25px 0;
    overflow: hidden;
}

.transmission {
    text-align: center;
}

.transmission > p:first-child,
.corrupted > p:first-child {
    font-size: 11px;
    letter-spacing: 4px;
    opacity: 0.6;
}

.transmission > p:last-child {
    font-size: 11px;
    line-height: 2;
    letter-spacing: 1px;
}

.corrupted {
    text-align: center;
    padding: 15px 0;
}

.corrupted p {
    font-size: 11px;
    line-height: 2;
}

.static {
    letter-spacing: 5px;
    overflow: hidden;
    animation: staticShift 0.8s infinite;
}

.signal-page footer {
    text-align: center;
}

.signal-page footer p {
    font-size: 10px;
    letter-spacing: 4px;
    opacity: 0.5;
}

@keyframes signalFlicker {
    0%, 19%, 21%, 63%, 65%, 100% {
        opacity: 1;
    }

    20%, 64% {
        opacity: 0.45;
    }
}

@keyframes warningFlicker {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

@keyframes staticShift {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(3px);
    }

    50% {
        transform: translateX(-3px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}
/* ARCHIVE NOTE */

.note-page {
    max-width: 650px;
}

.document {
    padding: 25px;
    border: 1px solid currentColor;
    font-family: monospace;
    line-height: 2;
    font-size: 12px;
}

.document p {
    margin: 8px 0;
}

.document-footer {
    text-align: center;
    font-size: 10px;
    letter-spacing: 3px;
    opacity: 0.6;
    line-height: 2;
} /* ARCHIVE NOTE */

.note-page {
    max-width: 650px;
}

.document {
    padding: 25px;
    border: 1px solid currentColor;
    font-family: monospace;
    line-height: 2;
    font-size: 12px;
}

.document p {
    margin: 8px 0;
}

.document-footer {
    text-align: center;
    font-size: 10px;
    letter-spacing: 3px;
    opacity: 0.6;
    line-height: 2;
}
/* HOME / SIGNAL ROOM */

.home {
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 25px;
}

.signal-top {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 3px;
    opacity: 0.5;
}

.home-header {
    text-align: center;
    padding: 70px 0 45px;
}

.home-header h1 {
    font-size: 36px;
    letter-spacing: 9px;
    margin: 20px 0;
    animation: homeFlicker 5s infinite;
}

.home-header .small {
    font-size: 10px;
    letter-spacing: 4px;
}

.subtitle {
    font-size: 11px;
    letter-spacing: 5px;
    opacity: 0.5;
}

.home-line {
    border-top: 1px solid currentColor;
    opacity: 0.3;
}

.intro {
    text-align: center;
    padding: 35px 0;
}

.intro p:first-child {
    letter-spacing: 2px;
}

.intro-small {
    font-size: 11px;
    line-height: 2;
    opacity: 0.45;
    margin-top: 25px;
}

.frequency-box {
    border: 1px solid currentColor;
    padding: 22px;
    margin-top: 10px;
}

.box-header {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 3px;
    opacity: 0.5;
}

.box-line {
    border-top: 1px solid currentColor;
    opacity: 0.25;
    margin: 18px 0;
}

.enter {
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
    letter-spacing: 3px;
    padding: 20px 10px;
    transition: 0.25s;
}

.enter:hover {
    letter-spacing: 6px;
    transform: translateX(3px);
}

.home-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.home-links a {
    color: inherit;
    text-decoration: none;
    padding: 10px;
    border-left: 1px solid transparent;
    transition: 0.2s;
}

.home-links a:hover {
    border-left: 1px solid currentColor;
    padding-left: 16px;
}

.status-box {
    border: 1px solid currentColor;
    padding: 20px;
    margin-top: 25px;
}

.status-row {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 9px 0;
    border-bottom: 1px solid currentColor;
    opacity: 0.65;
}

.status-row:last-child {
    border-bottom: none;
}

.active {
    animation: statusPulse 2s infinite;
}

.currently {
    text-align: center;
    margin: 45px 0;
}

.currently p:last-child {
    font-size: 11px;
    letter-spacing: 2px;
    opacity: 0.55;
}

.home-footer {
    text-align: center;
    margin-top: 50px;
    line-height: 2;
}

@keyframes homeFlicker {

    0%, 92%, 94%, 100% {
        opacity: 1;
    }

    93% {
        opacity: 0.45;
    }

}

@keyframes statusPulse {

    0%, 100% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.35;
    }

}
/* HIDDEN SIGNAL */

.hidden-signal {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    opacity: 0.08;
    font-size: 10px;
    margin-top: 12px;
    transition: 0.3s;
}

.hidden-signal:hover {
    opacity: 0.8;
}
/* CORRUPTED LINK */

.corrupt-link {
    display: inline-block;
    margin-top: 25px;
    color: inherit;
    text-decoration: none;
    font-size: 9px;
    letter-spacing: 2px;
    opacity: 0.15;
    transition: 0.3s;
}

.corrupt-link:hover {
    opacity: 0.8;
    letter-spacing: 3px;
}
/* HIDDEN BONES FILE */

.bones-hidden {
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
    font-size: 9px;
    letter-spacing: 3px;
    opacity: 0.08;
    margin-top: 20px;
    transition: 0.3s;
}

.bones-hidden:hover {
    opacity: 0.8;
}
/* POUYA PAGE */

.pouya-intro {
    text-align: center;
    padding: 20px 0;
}

.pouya-intro .file-number {
    font-size: 10px;
    letter-spacing: 4px;
    opacity: 0.5;
}

.pouya-intro h2 {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 25px 0;
}

.pouya-intro p {
    font-size: 11px;
    line-height: 2;
}

.pouya-page .entry {
    transition: 0.25s;
}

.pouya-page .entry:hover {
    transform: translateX(6px);
    letter-spacing: 1px;
}

.pouya-page footer {
    text-align: center;
}

.pouya-page footer p {
    font-size: 10px;
    letter-spacing: 4px;
    opacity: 0.5;
}
/* LOST + FOUND */

.lost-intro {
    text-align: center;
    padding: 20px 0;
}

.lost-intro .file-number {
    font-size: 10px;
    letter-spacing: 4px;
    opacity: 0.5;
}

.lost-intro h2 {
    font-size: 20px;
    letter-spacing: 5px;
    margin: 25px 0;
}

.lost-intro p {
    font-size: 11px;
    line-height: 2;
}

.lost-page .entry {
    transition: 0.25s;
}

.lost-page .entry:hover {
    transform: translateX(6px);
    letter-spacing: 1px;
}

.lost-page footer {
    text-align: center;
}

.lost-page footer p {
    font-size: 10px;
    letter-spacing: 4px;
    opacity: 0.5;
}

/* CRT EFFECT */

body::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
    
}
/* CRT EFFECT */

body::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 3px,
        rgba(255,255,255,0.025) 4px
    );
}
/* SCREEN FLICKER */

body {
    animation: screenFlicker 8s infinite;
}

@keyframes screenFlicker {

    0%, 96%, 100% {
        opacity: 1;
    }

    97% {
        opacity: 0.96;
    }

    98% {
        opacity: 1;
    }

}
/* FREQUENCY TERMINAL */

.frequency-terminal {
    border: 1px solid currentColor;
    padding: 20px;
    margin-top: 25px;
    font-family: monospace;
}

.terminal-header {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    letter-spacing: 3px;
    opacity: 0.5;
}

.terminal-line {
    border-top: 1px solid currentColor;
    opacity: 0.25;
    margin: 15px 0;
}

.frequency-number {
    font-size: 28px;
    letter-spacing: 8px;
    text-align: center;
    margin: 25px 0;
}

.frequency-status {
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.55;
    line-height: 2;
}
/* SECRET TERMINAL */

.terminal-screen {
    border: 1px solid currentColor;
    padding: 22px;
    font-family: monospace;
    font-size: 11px;
    line-height: 1.9;
    overflow-x: auto;
}

.terminal-screen p {
    margin: 0;
}

.terminal-alert {
    animation: terminalBlink 2s infinite;
}

.terminal-command {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.terminal-command a {
    color: inherit;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 3px;
    padding: 8px;
}

.terminal-command a:hover {
    letter-spacing: 5px;
}

.terminal-page footer {
    text-align: center;
    line-height: 2;
}

@keyframes terminalBlink {
    0%, 45%, 100% {
        opacity: 1;
    }

    50%, 55% {
        opacity: 0.35;
    }
}
/* TERMINAL SECRET */

.terminal-secret {
    color: inherit;
    text-decoration: none;
    opacity: 0.08;
    margin-left: 8px;
    transition: 0.3s;
}

.terminal-secret:hover {
    opacity: 1;
}
/* TERMINAL SECRET */

.terminal-secret {
    color: inherit;
    text-decoration: none;
    opacity: 0.08;
    margin-left: 8px;
    transition: 0.3s;
}

.terminal-secret:hover {
    opacity: 1;
}
/* TRACE */

.trace-link {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
}

.trace-link:hover {
    opacity: 1;
}

.trace-glitch {
    letter-spacing: 3px;
    animation: traceFlicker 3s infinite;
}

@keyframes traceFlicker {

    0%, 90%, 100% {
        opacity: 1;
    }

    92% {
        opacity: 0.3;
    }

}
/* ARCHIVE NAVIGATION */

.archive-nav {
    text-align: center;
    margin-top: 25px;
}

.archive-nav a {
    display: block;
    margin: 12px 0;
    color: inherit;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 2px;
}

.archive-nav a:hover {
    letter-spacing: 4px;
}
/* RECOVERED AUDIO */

.track-file {
    margin: 30px 0;
}

.track-file > p:first-child {
    font-size: 10px;
    letter-spacing: 3px;
    opacity: 0.55;
    margin-bottom: 15px;
}

.track {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 14px 5px;
    border-bottom: 1px solid currentColor;
    font-size: 11px;
}

.track span {
    opacity: 0.4;
}

.track strong {
    font-weight: normal;
    letter-spacing: 1px;
}

.track small {
    opacity: 0.45;
    font-size: 9px;
}

.track:hover {
    letter-spacing: 2px;
    transform: translateX(4px);
}
/* ALBUM FILES */

.album-files {
    margin: 30px 0;
}

.album-files > p:first-child {
    font-size: 10px;
    letter-spacing: 3px;
    opacity: 0.55;
    margin-bottom: 15px;
}

.album {
    border: 1px solid currentColor;
    padding: 18px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.album strong {
    font-size: 13px;
    letter-spacing: 2px;
}

.album small {
    opacity: 0.45;
    font-size: 9px;
}

.album:hover {
    transform: translateX(5px);
}