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

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.6;
    padding: 23px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.16) 0px,
        rgba(0, 0, 0, 0.16) 2px,
        transparent 2px,
        transparent 2px
    );
    color: #FFDC00;
    text-shadow: -1px 0px 1.6px rgba(108, 141, 111, 0.61);
}

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

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

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

p { margin-bottom: 20px; }
ul { padding-left: 18px; margin-bottom: 17px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.4s; }

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

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

main img {
    display: block;
    margin: 27px 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 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 12px rgba(177, 13, 201, 0.5);
}

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

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

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

code {
    background: #001f3f;
    padding: 1px 5px;
    border-radius: 0;
    font-family: 'Times New Roman', 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: 750px;
    margin: 25px auto;
    background: rgba(5, 36, 68, 0.72);
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 31px rgba(177, 13, 201, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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

@keyframes flicker_thirdThird8 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.86; }
}

h1, h2 {
    animation: anim_universalButton_view451 3.4s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 49px; }
    main { padding: 44px; }
    .menu-container { padding: 50px; }
    header { margin: -31px -41px 30px -50px; padding: 15px 36px; }
}

/* Unique classes generated per host */
.hyperLight_window738 { color: #ddd; }
.hdrcoreHard_holder899 { border-top-color: #B10DC9; }
.mblockNavigation_module629 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrbrightItem_box75 { text-shadow: 0 0 1px #B10DC9; }
.navrootPanel_widget659 { display: flex; }
.menudeepCorner_panel51 { flex-direction: column; }
.lnktopLeft_view822 { cursor: pointer; }
.tbltitleSection_container97 { font-size: 0.95em; }
.th_smallBottom_view120 { text-align: center; }
.td_edgeHalf_item422 { vertical-align: top; }
.tr_mediumBase_wrap888 { border-collapse: separate; }
.bqcomplexWrapper_widget730 { margin-left: 1em; }
.codehardGiga_layer689 { white-space: nowrap; }
.prefuturisticGiga_area243 { line-height: 1.4; }
.imgelementThird_item853 { object-fit: cover; }
