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

body {
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 1.6;
    padding: 24px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        84deg,
        rgba(0, 0, 0, 0.14) 0px,
        rgba(0, 0, 0, 0.14) 1px,
        transparent 1px,
        transparent 3px
    ),
    linear-gradient(33deg, #001f3f 0%, #111111 100%);
    color: #FFDC00;
}

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

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

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

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

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

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

main img {
    display: block;
    margin: 24px 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 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.6);
}

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

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

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

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

code {
    background: #001f3f;
    padding: 1px 7px;
    border-radius: 0;
    font-family: 'Helvetica', Arial, sans-serif;
    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: 761px;
    margin: 15px auto;
    background: rgba(5, 36, 68, 0.81);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 19px rgba(177, 13, 201, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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

@keyframes flicker_endModule_container131 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.87; }
}

h1, h2 {
    animation: anim_secondarySuper_layer937 1.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 33px; }
    main { padding: 33px; }
    .menu-container { padding: 31px; }
    header { margin: -43px -30px 35px -50px; padding: 20px 40px; }
}

/* Unique classes generated per host */
.containerEdge_holder616 { color: #eee; }
.hdraccentStart_box306 { border-top-color: #B10DC9; }
.mflatSubtitle_section308 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrprimaryUniversal_container614 { text-shadow: 0 0 1px #B10DC9; }
.navthirdVintage_page276 { display: flex; }
.menufullModule_layer355 { flex-direction: column; }
.lnkbuttonFuturistic_element576 { cursor: pointer; }
.tblpanelSmooth_holder746 { font-size: 0.95em; }
.th_flexibleSoft951 { text-align: center; }
.td_leftAside_section146 { vertical-align: top; }
.tr_imageFlexible_page482 { border-collapse: separate; }
.bqbackgroundHyper_frame759 { margin-left: 1em; }
.codelargeRoot_panel83 { white-space: nowrap; }
.premaximalMedium_section444 { line-height: 1.4; }
.imgcellLarge_wrap114 { object-fit: cover; }
