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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.7;
    padding: 23px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        61deg,
        rgba(0, 0, 0, 0.16) 0px,
        rgba(0, 0, 0, 0.16) 2px,
        transparent 2px,
        transparent 2px
    ),
    linear-gradient(325deg, #001f3f 0%, #001f3f 100%);
    color: #FFDC00;
}

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

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

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

p { margin-bottom: 17px; }
ul { padding-left: 19px; margin-bottom: 22px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.2s; }

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

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

main img {
    display: block;
    margin: 23px 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: 4px 11px;
    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 14px rgba(177, 13, 201, 0.6);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: rgba(10, 41, 73, 0.52);
    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: 3px;
    border: 1px solid #333;
}

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

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

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

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

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

.menu-container {
    max-width: 770px;
    margin: 21px auto;
    background: rgba(5, 36, 68, 0.71);
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 26px rgba(177, 13, 201, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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

@keyframes flicker_subtitleContainer_wrap291 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.71; }
}

h1, h2 {
    animation: anim_thirdForeground_wrap485 3s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 44px; }
    .menu-container { padding: 47px; }
    header { margin: -43px -42px 34px -46px; padding: 21px 31px; }
}

/* Unique classes generated per host */
.hardPrimary_element617 { color: #ddd; }
.hdrrootBlock_module611 { border-top-color: #B10DC9; }
.mrowAside_window673 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrforegroundText_panel331 { text-shadow: 0 0 1px #B10DC9; }
.navflexibleTop_item994 { display: flex; }
.menuborderLight_panel423 { flex-direction: column; }
.lnkmainModule_page856 { cursor: pointer; }
.tblsimpleHyper_window561 { font-size: 0.95em; }
.th_bottomCore_holder254 { text-align: center; }
.td_imageMinimal_element603 { vertical-align: top; }
.tr_retroNano_box938 { border-collapse: separate; }
.bqsmallBright_holder904 { margin-left: 1em; }
.codetableRow_widget223 { white-space: nowrap; }
.precomplexDark_section5 { line-height: 1.4; }
.imgnavigationGiga_element532 { object-fit: cover; }
