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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.7;
    padding: 13px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        40deg,
        rgba(0, 0, 0, 0.15) 0px,
        rgba(0, 0, 0, 0.15) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #d4d4d4;
    text-shadow: 1px -2px 4px rgba(100, 144, 153, 0.72);
}

h1 {
    text-align: center;
    margin: 19px 0;
    font-size: 2rem;
    color: #569cd6;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 6px rgba(86, 156, 214, 0.4);
    border-bottom: 1px dashed #569cd6;
    padding-bottom: 10px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #569cd6;
    border-bottom: 1px solid #569cd6;
    padding-bottom: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 21px;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #d4d4d4;
    letter-spacing: 0px;
}

p { margin-bottom: 19px; }
ul { padding-left: 15px; margin-bottom: 24px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.5s; }

header {
    margin-bottom: 18px;
    position: sticky;
    top: 0;
    background: rgba(30, 30, 30, 0.93);
    padding: 0px;
    margin: -13px -13px 26px -13px;
    z-index: 100;
    border-bottom: 2px solid #569cd6;
}

main {
    max-width: 782px;
    margin: 0 auto;
    border-radius: 0;
    padding: 23px;
    background: rgba(35, 35, 35, 0.84);
    box-shadow: 0 0 14px rgba(86, 156, 214, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

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 #569cd6;
    color: #569cd6;
    padding: 3px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #569cd6;
    color: #000;
    border-color: #569cd6;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(86, 156, 214, 0.4);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: rgba(40, 40, 40, 0.56);
    border: 1px solid #333;
}

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

th {
    background: #1e1e1e;
    color: #569cd6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(86, 156, 214, 0.0);
}

blockquote {
    padding: 10px;
    border-left: 3px solid #569cd6;
    margin: 23px 0;
    background: rgba(35, 35, 35, 0.56);
    font-style: italic;
    color: #d4d4d4;
    border: 1px solid #333;
}

code {
    background: #1e1e1e;
    padding: 3px 6px;
    border-radius: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #569cd6;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 785px;
    margin: 25px auto;
    background: rgba(35, 35, 35, 0.79);
    border-radius: 0;
    padding: 23px;
    box-shadow: 0 0 14px rgba(86, 156, 214, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

footer {
    text-align: center;
    margin-top: 32px;
    padding: 22px;
    font-size: 1em;
    opacity: 0.6;
    color: #569cd6;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_globalRoot_panel672 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.95; }
}

h1, h2 {
    animation: anim_cornerButton574 3.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 34px; }
    main { padding: 35px; }
    .menu-container { padding: 32px; }
    header { margin: -39px -40px 26px -46px; padding: 20px 48px; }
}

/* Unique classes generated per host */
.retroAdaptive_layer590 { color: #eee; }
.hdrcenterFlat_module9 { border-top-color: #569cd6; }
.mtableFlexible_component624 { outline: 1px solid rgba(86, 156, 214, 0.1); }
.ftritemTop_frame854 { text-shadow: 0 0 1px #569cd6; }
.navtopGrid_element151 { display: flex; }
.menucoreShadow_wrap838 { flex-direction: column; }
.lnkcontainerMega_box776 { cursor: pointer; }
.tblaccentSide_screen961 { font-size: 0.95em; }
.th_wrapperBright_module32 { text-align: center; }
.td_panelEdge_panel904 { vertical-align: top; }
.tr_buttonDeep_area437 { border-collapse: separate; }
.bqforegroundBright_section409 { margin-left: 1em; }
.codethirdRoot_item360 { white-space: nowrap; }
.preborderTitle_box211 { line-height: 1.4; }
.imgcornerRight_frame840 { object-fit: cover; }
