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

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.6;
    padding: 25px;
    min-height: 100vh;
    background: linear-gradient(74deg, #001f3f 0%, #222222 100%);
    color: #FFDC00;
}

h1 {
    text-align: center;
    margin: 20px 0;
    font-size: 2rem;
    color: #B10DC9;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dashed #B10DC9;
    padding-bottom: 15px;
}

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

h3 {
    margin-top: 30px;
    margin-bottom: 11px;
    font-size: 1rem;
    color: #B10DC9;
    letter-spacing: 2px;
}

p { margin-bottom: 15px; }
ul { padding-left: 17px; margin-bottom: 15px; }
li { margin-bottom: 12px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background: rgba(0, 31, 63, 0.98);
    padding: 0px;
    margin: -25px -25px 32px -25px;
    z-index: 100;
    border-bottom: 2px solid #B10DC9;
}

main {
    max-width: 798px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(5, 36, 68, 0.77);
    box-shadow: 0 0 44px rgba(177, 13, 201, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

main img {
    display: block;
    margin: 29px 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 #B10DC9;
    color: #B10DC9;
    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: #B10DC9;
    color: #000;
    border-color: #B10DC9;
    text-decoration: none;
    box-shadow: 0 0 9px rgba(177, 13, 201, 0.4);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    background: rgba(10, 41, 73, 0.61);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(177, 13, 201, 0.0);
}

blockquote {
    padding: 16px;
    border-left: 3px solid #B10DC9;
    margin: 25px 0;
    background: rgba(5, 36, 68, 0.61);
    font-style: italic;
    color: #FFDC00;
    border: 1px solid #333;
}

code {
    background: #001f3f;
    padding: 3px 5px;
    border-radius: 0;
    font-family: 'Times New Roman', serif;
    color: #B10DC9;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #001f3f;
    padding: 19px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #FFDC00;
}

.menu-container {
    max-width: 847px;
    margin: 16px auto;
    background: rgba(5, 36, 68, 0.86);
    border-radius: 0;
    padding: 19px;
    box-shadow: 0 0 44px rgba(177, 13, 201, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

footer {
    text-align: center;
    margin-top: 31px;
    padding: 16px;
    font-size: 1em;
    opacity: 0.7;
    color: #B10DC9;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_rowMain_module711 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.84; }
}

h1, h2 {
    animation: anim_mediumClassic_window310 2.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 43px; }
    main { padding: 41px; }
    .menu-container { padding: 44px; }
    header { margin: -33px -32px 30px -30px; padding: 15px 37px; }
}

/* Unique classes generated per host */
.listCenter_view129 { color: #eee; }
.hdrextraContainer_layer495 { border-top-color: #B10DC9; }
.mnavigationAbstract_page450 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftredgeContainer_area595 { text-shadow: 0 0 1px #B10DC9; }
.navsmallContainer_card474 { display: flex; }
.menubottomHyper_module117 { flex-direction: column; }
.lnkmodernDeep_widget400 { cursor: pointer; }
.tbledgeMain_page26 { font-size: 0.95em; }
.th_mainGlobal_box963 { text-align: center; }
.td_articleCorner349 { vertical-align: top; }
.tr_quarterFooter_item59 { border-collapse: separate; }
.bqminiDark_card599 { margin-left: 1em; }
.codeforegroundPrimary_component313 { white-space: nowrap; }
.presecondaryHyper_page582 { line-height: 1.4; }
.imgshadowRow838 { object-fit: cover; }
