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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.5;
    padding: 19px;
    min-height: 100vh;
    background: linear-gradient(189deg, #001f3f 0%, #000000 100%);
    color: #FFDC00;
    text-shadow: 1px 2px 1.3px rgba(121, 102, 138, 0.84);
}

h1 {
    text-align: center;
    margin: 23px 0;
    font-size: 2rem;
    color: #B10DC9;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 10px rgba(177, 13, 201, 0.8);
    border-bottom: 1px dashed #B10DC9;
    padding-bottom: 20px;
}

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

h3 {
    margin-top: 23px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #B10DC9;
    letter-spacing: 0px;
}

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

header {
    margin-bottom: 14px;
    position: sticky;
    top: 0;
    background: rgba(0, 31, 63, 0.86);
    padding: 0px;
    margin: -19px -19px 33px -19px;
    z-index: 100;
    border-bottom: 2px solid #B10DC9;
}

main {
    max-width: 795px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(5, 36, 68, 0.87);
    box-shadow: 0 0 43px rgba(177, 13, 201, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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 #B10DC9;
    color: #B10DC9;
    padding: 6px 9px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #B10DC9;
    color: #000;
    border-color: #B10DC9;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(177, 13, 201, 0.5);
}

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

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

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

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

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

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

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

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

.menu-container {
    max-width: 812px;
    margin: 17px auto;
    background: rgba(5, 36, 68, 0.74);
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 43px rgba(177, 13, 201, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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

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

h1, h2 {
    animation: anim_hyperCore_item896 3.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 46px; }
    main { padding: 49px; }
    .menu-container { padding: 36px; }
    header { margin: -38px -45px 29px -36px; padding: 15px 40px; }
}

/* Unique classes generated per host */
.articleQuarter_holder49 { color: #eee; }
.hdrhyperBottom_item196 { border-top-color: #B10DC9; }
.melementQuarter_panel367 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrrightContent_frame996 { text-shadow: 0 0 1px #B10DC9; }
.navshadowMaximal_frame331 { display: flex; }
.menuhighlightLight_box870 { flex-direction: column; }
.lnkmiddleEdge_holder228 { cursor: pointer; }
.tblsimpleMega_component54 { font-size: 0.95em; }
.th_highlightLink_widget228 { text-align: center; }
.td_gigaSidebar_layer776 { vertical-align: top; }
.tr_quarterEdge_frame578 { border-collapse: separate; }
.bqrightSection_card764 { margin-left: 1em; }
.codelistBlock_panel542 { white-space: nowrap; }
.presubtitleUniversal_box661 { line-height: 1.4; }
.imgfooterRoot_frame30 { object-fit: cover; }
