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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.6;
    padding: 18px;
    min-height: 100vh;
    background: linear-gradient(8deg, #000000 0%, #111111 100%);
    color: #8be9fd;
}

h1 {
    text-align: center;
    margin: 17px 0;
    font-size: 2rem;
    color: #bd93f9;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px dashed #bd93f9;
    padding-bottom: 15px;
}

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

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

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

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

main {
    max-width: 841px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(5, 5, 5, 0.82);
    box-shadow: 0 0 14px rgba(189, 147, 249, 0.2);
    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 11px;
    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 9px rgba(189, 147, 249, 0.4);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: rgba(10, 10, 10, 0.54);
    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: 3px;
    border: 1px solid #333;
}

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

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

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

code {
    background: #000000;
    padding: 3px 4px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #bd93f9;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 839px;
    margin: 20px auto;
    background: rgba(5, 5, 5, 0.82);
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 14px rgba(189, 147, 249, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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

@keyframes flicker_dimEnd_view844 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

h1, h2 {
    animation: anim_miniModule_view439 2.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 40px; }
    main { padding: 50px; }
    .menu-container { padding: 41px; }
    header { margin: -47px -48px 35px -45px; padding: 17px 38px; }
}

/* Unique classes generated per host */
.brightAside_page715 { color: #eee; }
.hdrabstractBackground_wrap408 { border-top-color: #bd93f9; }
.maccentLight_screen276 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrsubtitleSubtitle_box293 { text-shadow: 0 0 1px #bd93f9; }
.navcontainerAccent_module170 { display: flex; }
.menuprimaryNano_panel694 { flex-direction: column; }
.lnkaccentBorder_frame516 { cursor: pointer; }
.tblbaseEdge_element584 { font-size: 0.95em; }
.th_rightRight_holder480 { text-align: center; }
.td_itemArticle_screen555 { vertical-align: top; }
.tr_deepParagraph_page788 { border-collapse: separate; }
.bqmainDeep_window877 { margin-left: 1em; }
.codegridRough_element130 { white-space: nowrap; }
.prelargeMini_layer30 { line-height: 1.4; }
.imgparagraphHeader_area361 { object-fit: cover; }
