*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Impact', Charcoal, sans-serif;
    line-height: 1.8;
    padding: 25px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        4deg,
        rgba(0, 0, 0, 0.1) 0px,
        rgba(0, 0, 0, 0.1) 1px,
        transparent 1px,
        transparent 2px
    ),
    linear-gradient(222deg, #1a1a2e 0%, #111111 100%);
    color: #ea4e67;
    text-shadow: 1px 0px 2.4px rgba(190, 124, 119, 0.9);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #7e8494;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 8px rgba(126, 132, 148, 0.4);
    border-bottom: 1px dashed #7e8494;
    padding-bottom: 15px;
}

h2 {
    margin-top: 31px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #7e8494;
    border-bottom: 1px solid #7e8494;
    padding-bottom: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 23px;
    margin-bottom: 9px;
    font-size: 1rem;
    color: #ea4e67;
    letter-spacing: 0px;
}

p { margin-bottom: 17px; }
ul { padding-left: 19px; margin-bottom: 16px; }
li { margin-bottom: 12px; }
a {
    color: #ea4e67;
    text-decoration: underline;
    text-decoration-color: #7e8494;
    text-underline-offset: 0.2em;
    transition: 0.1s;
}

header {
    margin-bottom: 14px;
    position: sticky;
    top: 0;
    background: rgba(26, 26, 46, 0.89);
    padding: 0px;
    margin: -25px -25px 35px -25px;
    z-index: 100;
    border-bottom: 2px solid #7e8494;
}

main {
    max-width: 798px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(31, 31, 51, 0.81);
    box-shadow: 0 0 16px rgba(126, 132, 148, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #7e8494;
}

main img {
    display: block;
    margin: 28px auto;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    border: 1px solid #333;
    filter: contrast(1) saturate(1) grayscale(0);
    image-rendering: pixelated;
}

main a {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #7e8494;
    color: #7e8494;
    padding: 5px 8px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
    text-decoration: none;
}
main a:hover {
    background-color: #7e8494;
    color: #ffffff;
    border-color: #7e8494;
    text-decoration: none;
    box-shadow: 0 0 11px rgba(126, 132, 148, 0.4);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 17px 0;
    background: rgba(36, 36, 56, 0.57);
    border: 1px solid #333;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background: #1a1a2e;
    color: #7e8494;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 1px solid #333;
}

td {
    color: #ea4e67;
    border: 1px solid #333;
}

tr:hover {
    background: rgba(126, 132, 148, 0.0);
}

blockquote {
    padding: 13px;
    border-left: 3px solid #7e8494;
    margin: 24px 0;
    background: rgba(31, 31, 51, 0.63);
    font-style: italic;
    color: #ea4e67;
    border: 1px solid #333;
}

code {
    background: #1a1a2e;
    padding: 2px 7px;
    border-radius: 0;
    font-family: 'Impact', Charcoal, sans-serif;
    color: #7e8494;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1a1a2e;
    padding: 18px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #ea4e67;
}

.menu-container {
    max-width: 838px;
    margin: 23px auto;
    background: rgba(31, 31, 51, 0.84);
    border-radius: 0;
    padding: 21px;
    box-shadow: 0 0 16px rgba(126, 132, 148, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #7e8494;
}

footer {
    text-align: center;
    margin-top: 46px;
    padding: 16px;
    font-size: 1em;
    color: #7e8494;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_paragraphDark_element338 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.74; }
}

h1, h2 {
    animation: anim_footerWrapper_card428 3s infinite;
}

main a:hover {
    animation: glitch_titleHolder_page387 0s ease-in-out;
}

@keyframes glitch_nanoModule_page279 {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 1px); }
    40% { transform: translate(-1px, -1px); }
    60% { transform: translate(3px, 2px); }
    80% { transform: translate(3px, -2px); }
    100% { transform: translate(0); }
}

@media (min-width: 768px) {
    body { padding: 37px; }
    main { padding: 45px; }
    .menu-container { padding: 33px; }
    header { margin: -49px -46px 25px -45px; padding: 16px 40px; }
}

/* Unique classes generated per host */
.edgeLight_component42 { color: #ddd; }
.hdrimageLight_widget411 { border-top-color: #7e8494; }
.mflatFlexible_area608 { outline: 1px solid rgba(126, 132, 148, 0.1); }
.ftrthirdSimple_widget721 { text-shadow: 0 0 1px #7e8494; }
.navsidebarEnd_container500 { display: flex; }
.menusubtitleBase_screen814 { flex-direction: column; }
.lnkretroSection_item539 { cursor: pointer; }
.tblasideAside675 { font-size: 0.95em; }
.th_globalPanel_frame576 { text-align: center; }
.td_formVintage_container870 { vertical-align: top; }
.tr_primaryRow_container525 { border-collapse: separate; }
.bqsuperSoft_wrap742 { margin-left: 1em; }
.codesideSubtitle_module672 { white-space: nowrap; }
.preshadowTitle_module556 { line-height: 1.4; }
.imghalfSmooth_box532 { object-fit: cover; }
