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

body {
    font-family: 'Garamond', serif;
    line-height: 1.8;
    padding: 25px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        225deg,
        rgba(0, 0, 0, 0.25) 0px,
        rgba(0, 0, 0, 0.25) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #8be9fd;
    text-shadow: 0px 1px 4.2px rgba(143, 108, 146, 0.82);
}

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

h2 {
    margin-top: 32px;
    margin-bottom: 18px;
    font-size: 1rem;
    color: #bd93f9;
    border-bottom: 1px solid #bd93f9;
    padding-bottom: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

p { margin-bottom: 13px; }
ul { padding-left: 15px; margin-bottom: 17px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.3s; }

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

main {
    max-width: 792px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(5, 5, 5, 0.88);
    box-shadow: 0 0 49px rgba(189, 147, 249, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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

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

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

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

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

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

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

code {
    background: #000000;
    padding: 2px 5px;
    border-radius: 0;
    font-family: 'Garamond', serif;
    color: #bd93f9;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 797px;
    margin: 16px auto;
    background: rgba(5, 5, 5, 0.83);
    border-radius: 0;
    padding: 19px;
    box-shadow: 0 0 49px rgba(189, 147, 249, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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

@keyframes flicker_startSuper749 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.78; }
}

h1, h2 {
    animation: anim_hardTop_window577 3.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 36px; }
    main { padding: 35px; }
    .menu-container { padding: 45px; }
    header { margin: -49px -36px 32px -41px; padding: 19px 41px; }
}

/* Unique classes generated per host */
.centerFlexible_holder962 { color: #fff; }
.hdrtableRoot_module577 { border-top-color: #bd93f9; }
.mmaximalModule_card938 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrroughDark_panel361 { text-shadow: 0 0 1px #bd93f9; }
.navadaptiveCore_container508 { display: flex; }
.menucornerSection_screen61 { flex-direction: column; }
.lnksimpleHyper_section670 { cursor: pointer; }
.tblflexibleMedium_element758 { font-size: 0.95em; }
.th_cornerAdaptive_component278 { text-align: center; }
.td_quarterComplex_section844 { vertical-align: top; }
.tr_bottomTop_page756 { border-collapse: separate; }
.bqheaderElement_box494 { margin-left: 1em; }
.codemiddleMaximal_wrap835 { white-space: nowrap; }
.preasideGlobal_window888 { line-height: 1.4; }
.imgextraCenter_section271 { object-fit: cover; }
