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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.5;
    padding: 18px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        88deg,
        rgba(0, 0, 0, 0.12) 0px,
        rgba(0, 0, 0, 0.12) 2px,
        transparent 2px,
        transparent 3px
    );
    color: #8be9fd;
}

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

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

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

p { margin-bottom: 16px; }
ul { padding-left: 22px; margin-bottom: 25px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.2s; }

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

main {
    max-width: 829px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(5, 5, 5, 0.80);
    box-shadow: 0 0 39px rgba(189, 147, 249, 0.0);
    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: 6px 10px;
    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 14px rgba(189, 147, 249, 0.7);
}

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

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

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

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

code {
    background: #000000;
    padding: 1px 7px;
    border-radius: 0;
    font-family: 'Arial', 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: 847px;
    margin: 23px auto;
    background: rgba(5, 5, 5, 0.87);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 39px rgba(189, 147, 249, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

footer {
    text-align: center;
    margin-top: 46px;
    padding: 18px;
    font-size: 1em;
    opacity: 0.5;
    color: #bd93f9;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_endModern_container362 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

h1, h2 {
    animation: anim_centerEdge_page292 2.1s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 48px; }
    main { padding: 48px; }
    .menu-container { padding: 49px; }
    header { margin: -44px -44px 32px -34px; padding: 16px 45px; }
}

/* Unique classes generated per host */
.layoutContainer_widget504 { color: #ddd; }
.hdrnanoPanel_component285 { border-top-color: #bd93f9; }
.mclassicSidebar_view582 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrleftRoot_layer632 { text-shadow: 0 0 1px #bd93f9; }
.navdimContainer_item487 { display: flex; }
.menuedgeBottom6 { flex-direction: column; }
.lnkfullGiga_component237 { cursor: pointer; }
.tblretroNavigation_widget255 { font-size: 0.95em; }
.th_coreCorner_wrap941 { text-align: center; }
.td_mainNano_page602 { vertical-align: top; }
.tr_baseSide_section417 { border-collapse: separate; }
.bqdimLight_item122 { margin-left: 1em; }
.codehalfText_element409 { white-space: nowrap; }
.prehardHard_box45 { line-height: 1.4; }
.imgsecondaryFull_window435 { object-fit: cover; }
