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

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.8;
    padding: 25px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        129deg,
        rgba(0, 0, 0, 0.11) 0px,
        rgba(0, 0, 0, 0.11) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #8be9fd;
    text-shadow: 0px 0px 1.9px rgba(167, 105, 176, 0.65);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #bd93f9;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 9px rgba(189, 147, 249, 0.7);
    border-bottom: 1px dashed #bd93f9;
    padding-bottom: 12px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #bd93f9;
    border-bottom: 1px solid #bd93f9;
    padding-bottom: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #8be9fd;
    letter-spacing: 2px;
}

p { margin-bottom: 20px; }
ul { padding-left: 19px; margin-bottom: 18px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.2s; }

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(0, 0, 0, 0.92);
    padding: 0px;
    margin: -25px -25px 34px -25px;
    z-index: 100;
    border-bottom: 2px solid #bd93f9;
}

main {
    max-width: 802px;
    margin: 0 auto;
    border-radius: 0;
    padding: 23px;
    background: rgba(5, 5, 5, 0.82);
    box-shadow: 0 0 46px rgba(189, 147, 249, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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 #bd93f9;
    color: #bd93f9;
    padding: 3px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #bd93f9;
    color: #000;
    border-color: #bd93f9;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(189, 147, 249, 0.7);
}

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

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background: #000000;
    color: #bd93f9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(189, 147, 249, 0.1);
}

blockquote {
    padding: 15px;
    border-left: 3px solid #bd93f9;
    margin: 23px 0;
    background: rgba(5, 5, 5, 0.59);
    font-style: italic;
    color: #8be9fd;
    border: 1px solid #333;
}

code {
    background: #000000;
    padding: 3px 7px;
    border-radius: 0;
    font-family: 'Times New Roman', serif;
    color: #bd93f9;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #000000;
    padding: 13px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #8be9fd;
}

.menu-container {
    max-width: 827px;
    margin: 17px auto;
    background: rgba(5, 5, 5, 0.87);
    border-radius: 0;
    padding: 24px;
    box-shadow: 0 0 46px rgba(189, 147, 249, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

footer {
    text-align: center;
    margin-top: 39px;
    padding: 24px;
    font-size: 1em;
    opacity: 0.8;
    color: #bd93f9;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_asideHighlight_window532 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.81; }
}

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

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

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

@media (min-width: 768px) {
    body { padding: 34px; }
    main { padding: 41px; }
    .menu-container { padding: 46px; }
    header { margin: -39px -43px 31px -32px; padding: 24px 42px; }
}

/* Unique classes generated per host */
.softSimple_window813 { color: #eee; }
.hdrcellNano_page775 { border-top-color: #bd93f9; }
.mlinkShadow_widget355 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrmediumTitle_card604 { text-shadow: 0 0 1px #bd93f9; }
.navheaderAccent_container94 { display: flex; }
.menutextSuper_screen222 { flex-direction: column; }
.lnkquarterItem_screen497 { cursor: pointer; }
.tblflexibleContainer_area830 { font-size: 0.95em; }
.th_quarterTitle_box757 { text-align: center; }
.td_roughContent_screen216 { vertical-align: top; }
.tr_holderElement_panel733 { border-collapse: separate; }
.bqrowPrimary_container567 { margin-left: 1em; }
.codeimageText_card804 { white-space: nowrap; }
.presuperLeft_card599 { line-height: 1.4; }
.imglightHolder_frame466 { object-fit: cover; }
