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

body {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    padding: 20px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        31deg,
        rgba(0, 0, 0, 0.25) 0px,
        rgba(0, 0, 0, 0.25) 2px,
        transparent 2px,
        transparent 2px
    );
    color: #e94560;
    text-shadow: 0px 2px 1.9px rgba(115, 130, 194, 0.8);
}

h1 {
    text-align: center;
    margin: 18px 0;
    font-size: 2rem;
    color: #533483;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 10px rgba(83, 52, 131, 0.8);
    border-bottom: 1px dashed #533483;
    padding-bottom: 10px;
}

h2 {
    margin-top: 26px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #533483;
    border-bottom: 1px solid #533483;
    padding-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

p { margin-bottom: 10px; }
ul { padding-left: 18px; margin-bottom: 15px; }
li { margin-bottom: 10px; }
a { text-decoration: none; transition: 0.1s; }

header {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background: rgba(15, 52, 96, 0.90);
    padding: 0px;
    margin: -20px -20px 28px -20px;
    z-index: 100;
    border-bottom: 2px solid #533483;
}

main {
    max-width: 824px;
    margin: 0 auto;
    border-radius: 0;
    padding: 16px;
    background: rgba(20, 57, 101, 0.75);
    box-shadow: 0 0 24px rgba(83, 52, 131, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

main img {
    display: block;
    margin: 22px 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 #533483;
    color: #533483;
    padding: 6px 9px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #533483;
    color: #000;
    border-color: #533483;
    text-decoration: none;
    box-shadow: 0 0 11px rgba(83, 52, 131, 0.7);
}

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

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

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

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

tr:hover {
    background: rgba(83, 52, 131, 0.2);
}

blockquote {
    padding: 19px;
    border-left: 3px solid #533483;
    margin: 18px 0;
    background: rgba(20, 57, 101, 0.61);
    font-style: italic;
    color: #533483;
    border: 1px solid #333;
}

code {
    background: #0f3460;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Georgia', serif;
    color: #533483;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0f3460;
    padding: 16px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #e94560;
}

.menu-container {
    max-width: 793px;
    margin: 22px auto;
    background: rgba(20, 57, 101, 0.70);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 24px rgba(83, 52, 131, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

footer {
    text-align: center;
    margin-top: 38px;
    padding: 18px;
    font-size: 1em;
    opacity: 0.6;
    color: #533483;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_edgeShadow_screen643 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.79; }
}

h1, h2 {
    animation: anim_fullHolder_window325 2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 33px; }
    main { padding: 32px; }
    .menu-container { padding: 35px; }
    header { margin: -41px -48px 31px -40px; padding: 19px 45px; }
}

/* Unique classes generated per host */
.centerNavigation_view351 { color: #eee; }
.hdrroughNano_window250 { border-top-color: #533483; }
.mborderMain_page939 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrelementFuturistic_element905 { text-shadow: 0 0 1px #533483; }
.navparagraphCorner_page675 { display: flex; }
.menutitleComplex_item146 { flex-direction: column; }
.lnkdimComplex_card674 { cursor: pointer; }
.tbledgeSection_holder616 { font-size: 0.95em; }
.th_layoutMaximal_frame166 { text-align: center; }
.td_rootCore_screen143 { vertical-align: top; }
.tr_minimalElement_section30 { border-collapse: separate; }
.bqparagraphBottom_area255 { margin-left: 1em; }
.codeholderTitle_layer257 { white-space: nowrap; }
.predarkHyper_panel546 { line-height: 1.4; }
.imgtableHeader_wrap663 { object-fit: cover; }
