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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.7;
    padding: 17px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        310deg,
        rgba(0, 0, 0, 0.25) 0px,
        rgba(0, 0, 0, 0.25) 2px,
        transparent 2px,
        transparent 2px
    );
    color: #00adb5;
    text-shadow: -2px 1px 1.8px rgba(107, 171, 151, 0.69);
}

h1 {
    text-align: center;
    margin: 20px 0;
    font-size: 2rem;
    color: #929499;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 5px rgba(146, 148, 153, 0.5);
    border-bottom: 1px dashed #929499;
    padding-bottom: 14px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #929499;
    border-bottom: 1px solid #929499;
    padding-bottom: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #929499;
    letter-spacing: 2px;
}

p { margin-bottom: 18px; }
ul { padding-left: 25px; margin-bottom: 22px; }
li { margin-bottom: 12px; }
a {
    color: #00adb5;
    text-decoration: underline;
    text-decoration-color: #929499;
    text-underline-offset: 0.2em;
    transition: 0.2s;
}

header {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background: rgba(34, 40, 49, 0.88);
    padding: 0px;
    margin: -17px -17px 26px -17px;
    z-index: 100;
    border-bottom: 2px solid #929499;
}

main {
    max-width: 755px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(39, 45, 54, 0.79);
    box-shadow: 0 0 50px rgba(146, 148, 153, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #929499;
}

main img {
    display: block;
    margin: 21px 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 #929499;
    color: #929499;
    padding: 3px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    text-decoration: none;
}
main a:hover {
    background-color: #929499;
    color: #ffffff;
    border-color: #929499;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(146, 148, 153, 0.7);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: rgba(44, 50, 59, 0.57);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(146, 148, 153, 0.1);
}

blockquote {
    padding: 15px;
    border-left: 3px solid #929499;
    margin: 17px 0;
    background: rgba(39, 45, 54, 0.52);
    font-style: italic;
    color: #929499;
    border: 1px solid #333;
}

code {
    background: #222831;
    padding: 3px 7px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #929499;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #222831;
    padding: 15px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #00adb5;
}

.menu-container {
    max-width: 810px;
    margin: 22px auto;
    background: rgba(39, 45, 54, 0.80);
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 50px rgba(146, 148, 153, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #929499;
}

footer {
    text-align: center;
    margin-top: 47px;
    padding: 22px;
    font-size: 1em;
    color: #929499;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_lightLink_card466 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.81; }
}

h1, h2 {
    animation: anim_flexibleAbstract_screen793 1.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 33px; }
    main { padding: 34px; }
    .menu-container { padding: 39px; }
    header { margin: -41px -43px 32px -40px; padding: 21px 36px; }
}

/* Unique classes generated per host */
.nanoRight_screen957 { color: #fff; }
.hdrarticleSection_panel819 { border-top-color: #929499; }
.mroughMedium_item724 { outline: 1px solid rgba(146, 148, 153, 0.1); }
.ftrdarkBorder_holder660 { text-shadow: 0 0 1px #929499; }
.navimageAdaptive_page151 { display: flex; }
.menucontainerRetro_section720 { flex-direction: column; }
.lnkminiRetro_module797 { cursor: pointer; }
.tblrightLarge_holder277 { font-size: 0.95em; }
.th_articlePrimary_screen501 { text-align: center; }
.td_thirdRetro_container802 { vertical-align: top; }
.tr_minimalRough_card914 { border-collapse: separate; }
.bqshadowHolder_area908 { margin-left: 1em; }
.codeminiButton_layer27 { white-space: nowrap; }
.preblockLink_item127 { line-height: 1.4; }
.imgfooterAside_layer219 { object-fit: cover; }
