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

body {
    font-family: 'Impact', Charcoal, sans-serif;
    line-height: 1.7;
    padding: 21px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        269deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 1px,
        transparent 1px,
        transparent 1px
    );
    color: #FFDC00;
    text-shadow: 1px 2px 1.2px rgba(176, 199, 100, 0.9);
}

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

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

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

p { margin-bottom: 15px; }
ul { padding-left: 16px; margin-bottom: 25px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.1s; }

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

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

main img {
    display: block;
    margin: 20px 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 10px;
    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 5px rgba(177, 13, 201, 0.7);
}

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

th, td {
    padding: 10px;
    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: 11px;
    border-left: 3px solid #B10DC9;
    margin: 21px 0;
    background: rgba(5, 36, 68, 0.65);
    font-style: italic;
    color: #B10DC9;
    border: 1px solid #333;
}

code {
    background: #001f3f;
    padding: 3px 4px;
    border-radius: 0;
    font-family: 'Impact', Charcoal, sans-serif;
    color: #B10DC9;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

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

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

h1, h2 {
    animation: anim_coreUniversal_screen234 2.4s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 34px; }
    main { padding: 41px; }
    .menu-container { padding: 44px; }
    header { margin: -49px -49px 33px -47px; padding: 24px 35px; }
}

/* Unique classes generated per host */
.futuristicPrimary_area623 { color: #fff; }
.hdrbrightEdge_box556 { border-top-color: #B10DC9; }
.mrightAbstract_box810 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrmoduleRoot229 { text-shadow: 0 0 1px #B10DC9; }
.navminimalVintage_element841 { display: flex; }
.menuretroTable_view639 { flex-direction: column; }
.lnkdarkTable_component667 { cursor: pointer; }
.tblabstractFooter_view399 { font-size: 0.95em; }
.th_flatComplex_card996 { text-align: center; }
.td_contentCenter_wrap175 { vertical-align: top; }
.tr_formGrid_container129 { border-collapse: separate; }
.bqnanoLayout_section214 { margin-left: 1em; }
.codeitemSide_panel547 { white-space: nowrap; }
.prehyperForeground_module232 { line-height: 1.4; }
.imgcellRough_box368 { object-fit: cover; }
