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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.8;
    padding: 10px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        191deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 2px,
        transparent 2px,
        transparent 3px
    );
    color: #8be9fd;
}

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

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

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

p { margin-bottom: 19px; }
ul { padding-left: 24px; margin-bottom: 24px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.5s; }

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

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

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

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

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

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

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

code {
    background: #000000;
    padding: 1px 6px;
    border-radius: 0;
    font-family: 'Lucida Console', Monaco, monospace;
    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: 784px;
    margin: 21px auto;
    background: rgba(5, 5, 5, 0.80);
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 48px rgba(189, 147, 249, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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

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

h1, h2 {
    animation: anim_sideHeader_view652 2.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 36px; }
    main { padding: 37px; }
    .menu-container { padding: 35px; }
    header { margin: -40px -36px 26px -40px; padding: 24px 32px; }
}

/* Unique classes generated per host */
.vintageArticle_holder223 { color: #ddd; }
.hdrcontainerAbstract_card573 { border-top-color: #bd93f9; }
.mendFull_widget459 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrpanelSide_section59 { text-shadow: 0 0 1px #bd93f9; }
.navpanelBorder_module793 { display: flex; }
.menumaximalGlobal_area403 { flex-direction: column; }
.lnkmoduleBackground_container286 { cursor: pointer; }
.tblforegroundSecondary_window271 { font-size: 0.95em; }
.th_textForm_frame437 { text-align: center; }
.td_centerSide_component51 { vertical-align: top; }
.tr_hyperParagraph_widget758 { border-collapse: separate; }
.bqdeepRough_widget794 { margin-left: 1em; }
.codetitlePrimary_layer401 { white-space: nowrap; }
.prelayoutCell_page279 { line-height: 1.4; }
.imgnanoImage_window796 { object-fit: cover; }
