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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    padding: 10px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        107deg,
        rgba(0, 0, 0, 0.17) 0px,
        rgba(0, 0, 0, 0.17) 1px,
        transparent 1px,
        transparent 1px
    ),
    linear-gradient(346deg, #000000 0%, #111111 100%);
    color: #8be9fd;
    text-shadow: -2px 1px 2.9px rgba(109, 140, 177, 0.7);
}

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

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

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

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

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

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

main img {
    display: block;
    margin: 21px 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: 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.7);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background: rgba(10, 10, 10, 0.64);
    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.0);
}

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

code {
    background: #000000;
    padding: 3px 8px;
    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: 802px;
    margin: 18px auto;
    background: rgba(5, 5, 5, 0.78);
    border-radius: 0;
    padding: 19px;
    box-shadow: 0 0 34px rgba(189, 147, 249, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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

@keyframes flicker_sideLayout_panel12 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.74; }
}

h1, h2 {
    animation: anim_textExtra_section140 3.1s infinite;
}

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

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

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

/* Unique classes generated per host */
.imageMaximal_widget795 { color: #fff; }
.hdrsideLink_view535 { border-top-color: #bd93f9; }
.msuperExtra_wrap776 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrpanelFlat_widget651 { text-shadow: 0 0 1px #bd93f9; }
.navvintageRoot_container758 { display: flex; }
.menuparagraphGlobal_element31 { flex-direction: column; }
.lnkholderImage_wrap746 { cursor: pointer; }
.tbldimNano_holder799 { font-size: 0.95em; }
.th_darkForm432 { text-align: center; }
.td_navigationFuturistic737 { vertical-align: top; }
.tr_listVintage_wrap110 { border-collapse: separate; }
.bqhighlightLight_view127 { margin-left: 1em; }
.codebaseSoft_area366 { white-space: nowrap; }
.presuperTitle_page768 { line-height: 1.4; }
.imgbuttonSecondary_item383 { object-fit: cover; }
