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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.5;
    padding: 17px;
    min-height: 100vh;
    background: linear-gradient(223deg, #1a1a2e 0%, #222222 100%);
    color: #e94560;
}

h1 {
    text-align: center;
    margin: 24px 0;
    font-size: 2rem;
    color: #16213e;
    text-transform: uppercase;
    letter-spacing: 6px;
    border-bottom: 1px dashed #16213e;
    padding-bottom: 11px;
}

h2 {
    margin-top: 27px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #16213e;
    border-bottom: 1px solid #16213e;
    padding-bottom: 6px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

p { margin-bottom: 19px; }
ul { padding-left: 21px; margin-bottom: 25px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.5s; }

header {
    margin-bottom: 19px;
    position: sticky;
    top: 0;
    background: rgba(26, 26, 46, 0.94);
    padding: 0px;
    margin: -17px -17px 29px -17px;
    z-index: 100;
    border-bottom: 2px solid #16213e;
}

main {
    max-width: 777px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(31, 31, 51, 0.75);
    box-shadow: 0 0 21px rgba(22, 33, 62, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

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 #16213e;
    color: #16213e;
    padding: 6px 8px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #16213e;
    color: #000;
    border-color: #16213e;
    text-decoration: none;
    box-shadow: 0 0 11px rgba(22, 33, 62, 0.6);
}

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

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

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

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

tr:hover {
    background: rgba(22, 33, 62, 0.2);
}

blockquote {
    padding: 18px;
    border-left: 3px solid #16213e;
    margin: 17px 0;
    background: rgba(31, 31, 51, 0.51);
    font-style: italic;
    color: #e94560;
    border: 1px solid #333;
}

code {
    background: #1a1a2e;
    padding: 3px 5px;
    border-radius: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #16213e;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 840px;
    margin: 25px auto;
    background: rgba(31, 31, 51, 0.82);
    border-radius: 0;
    padding: 23px;
    box-shadow: 0 0 21px rgba(22, 33, 62, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

footer {
    text-align: center;
    margin-top: 42px;
    padding: 24px;
    font-size: 1em;
    opacity: 0.8;
    color: #16213e;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_subtitleCorner_screen836 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.78; }
}

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

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

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

@media (min-width: 768px) {
    body { padding: 32px; }
    main { padding: 42px; }
    .menu-container { padding: 37px; }
    header { margin: -30px -37px 35px -30px; padding: 24px 50px; }
}

/* Unique classes generated per host */
.megaTable_layer613 { color: #ddd; }
.hdrleftLight_box711 { border-top-color: #16213e; }
.msideRight_screen552 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrlistFull_box647 { text-shadow: 0 0 1px #16213e; }
.navbackgroundLarge_layer121 { display: flex; }
.menucenterModule_section390 { flex-direction: column; }
.lnkgigaPrimary_screen442 { cursor: pointer; }
.tblsidebarFlexible_container623 { font-size: 0.95em; }
.th_fullTable_element764 { text-align: center; }
.td_roughHalf_card649 { vertical-align: top; }
.tr_vintageRoot_module591 { border-collapse: separate; }
.bqedgeExtra_holder911 { margin-left: 1em; }
.codecellContent_component915 { white-space: nowrap; }
.preelementFlat_area295 { line-height: 1.4; }
.imgextraLarge_frame132 { object-fit: cover; }
