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

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.8;
    padding: 21px;
    min-height: 100vh;
    background: linear-gradient(221deg, #1a1a2e 0%, #1a1a2e 100%);
    color: #e94560;
    text-shadow: -1px -2px 1.6px rgba(119, 153, 165, 0.82);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #16213e;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(22, 33, 62, 0.8);
    border-bottom: 1px dashed #16213e;
    padding-bottom: 19px;
}

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

h3 {
    margin-top: 24px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #e94560;
    letter-spacing: 0px;
}

p { margin-bottom: 13px; }
ul { padding-left: 17px; margin-bottom: 22px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.5s; }

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

main {
    max-width: 798px;
    margin: 0 auto;
    border-radius: 0;
    padding: 18px;
    background: rgba(31, 31, 51, 0.72);
    box-shadow: 0 0 44px rgba(22, 33, 62, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

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

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

th, td {
    padding: 10px;
    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: 14px;
    border-left: 3px solid #16213e;
    margin: 15px 0;
    background: rgba(31, 31, 51, 0.69);
    font-style: italic;
    color: #e94560;
    border: 1px solid #333;
}

code {
    background: #1a1a2e;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Times New Roman', serif;
    color: #16213e;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 841px;
    margin: 22px auto;
    background: rgba(31, 31, 51, 0.75);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 44px rgba(22, 33, 62, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

footer {
    text-align: center;
    margin-top: 43px;
    padding: 25px;
    font-size: 1em;
    opacity: 0.6;
    color: #16213e;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_leftHolder_screen488 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.94; }
}

h1, h2 {
    animation: anim_flexibleRoot_window946 1.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 34px; }
    main { padding: 32px; }
    .menu-container { padding: 45px; }
    header { margin: -50px -32px 31px -39px; padding: 15px 41px; }
}

/* Unique classes generated per host */
.rowTitle694 { color: #eee; }
.hdrmegaHalf_frame691 { border-top-color: #16213e; }
.melementRoot_wrap136 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrhighlightHeader_element5 { text-shadow: 0 0 1px #16213e; }
.navaccentTitle_screen209 { display: flex; }
.menucellRow_window798 { flex-direction: column; }
.lnkgridEnd_module788 { cursor: pointer; }
.tblroughAbstract_wrap793 { font-size: 0.95em; }
.th_leftComplex_layer851 { text-align: center; }
.td_largePanel_item6 { vertical-align: top; }
.tr_superNavigation_module183 { border-collapse: separate; }
.bqblockHeader_element761 { margin-left: 1em; }
.codeflatFlexible_frame728 { white-space: nowrap; }
.preretroVintage_area122 { line-height: 1.4; }
.imggigaBase_container593 { object-fit: cover; }
