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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.5;
    padding: 15px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        92deg,
        rgba(0, 0, 0, 0.21) 0px,
        rgba(0, 0, 0, 0.21) 3px,
        transparent 3px,
        transparent 2px
    );
    color: #FFDC00;
}

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

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

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

p { margin-bottom: 19px; }
ul { padding-left: 16px; margin-bottom: 21px; }
li { margin-bottom: 12px; }
a { text-decoration: none; transition: 0.5s; }

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

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

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

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

th, td {
    padding: 11px;
    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.2);
}

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

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

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

.menu-container {
    max-width: 819px;
    margin: 23px auto;
    background: rgba(5, 36, 68, 0.90);
    border-radius: 0;
    padding: 22px;
    box-shadow: 0 0 48px rgba(177, 13, 201, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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

@keyframes flicker_lightHalf_frame333 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.93; }
}

h1, h2 {
    animation: anim_textMain_area494 1.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 36px; }
    main { padding: 42px; }
    .menu-container { padding: 32px; }
    header { margin: -49px -34px 26px -37px; padding: 17px 38px; }
}

/* Unique classes generated per host */
.layoutMinimal_element952 { color: #ddd; }
.hdrtopModule_holder926 { border-top-color: #B10DC9; }
.mcontainerThird_widget861 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftredgeText_view684 { text-shadow: 0 0 1px #B10DC9; }
.navcornerComplex_container15 { display: flex; }
.menuhalfButton_section179 { flex-direction: column; }
.lnkgridWrapper_holder729 { cursor: pointer; }
.tbltopContainer_module321 { font-size: 0.95em; }
.th_abstractRow_screen718 { text-align: center; }
.td_topAbstract_box243 { vertical-align: top; }
.tr_foregroundFlat_section121 { border-collapse: separate; }
.bqmainSidebar_area395 { margin-left: 1em; }
.codehardHeader_layer911 { white-space: nowrap; }
.precornerSubtitle_frame728 { line-height: 1.4; }
.imgforegroundAdaptive_holder498 { object-fit: cover; }
