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

body {
    font-family: 'Verdana', Geneva, sans-serif;
    line-height: 1.6;
    padding: 15px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        316deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #8be9fd;
}

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

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

h3 {
    margin-top: 30px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #bd93f9;
    letter-spacing: 2px;
}

p { margin-bottom: 10px; }
ul { padding-left: 20px; margin-bottom: 23px; }
li { margin-bottom: 10px; }
a { text-decoration: none; transition: 0.1s; }

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

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

main img {
    display: block;
    margin: 22px 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: 4px 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 11px rgba(189, 147, 249, 0.7);
}

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

th, td {
    padding: 12px;
    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: 20px;
    border-left: 3px solid #bd93f9;
    margin: 19px 0;
    background: rgba(5, 5, 5, 0.55);
    font-style: italic;
    color: #bd93f9;
    border: 1px solid #333;
}

code {
    background: #000000;
    padding: 1px 8px;
    border-radius: 0;
    font-family: 'Verdana', Geneva, sans-serif;
    color: #bd93f9;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 804px;
    margin: 21px auto;
    background: rgba(5, 5, 5, 0.73);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 41px rgba(189, 147, 249, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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

@keyframes flicker_largeMaximal_layer839 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.79; }
}

h1, h2 {
    animation: anim_adaptiveMiddle_frame614 3.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 42px; }
    .menu-container { padding: 39px; }
    header { margin: -33px -37px 31px -32px; padding: 20px 50px; }
}

/* Unique classes generated per host */
.blockStart_component234 { color: #ddd; }
.hdrmoduleTop_window835 { border-top-color: #bd93f9; }
.msidebarParagraph_widget683 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrrowEnd_layer440 { text-shadow: 0 0 1px #bd93f9; }
.navcontentContainer_panel582 { display: flex; }
.menusubtitleBorder_view87 { flex-direction: column; }
.lnkfullSide_component868 { cursor: pointer; }
.tblhalfEnd_card684 { font-size: 0.95em; }
.th_layoutTitle_layer371 { text-align: center; }
.td_layoutFuturistic_widget731 { vertical-align: top; }
.tr_shadowSubtitle_page978 { border-collapse: separate; }
.bqasideList_frame187 { margin-left: 1em; }
.codeelementRow_window193 { white-space: nowrap; }
.prethirdContainer_holder649 { line-height: 1.4; }
.imgparagraphItem_module886 { object-fit: cover; }
