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

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

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

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

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

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

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

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

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

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

th, td {
    padding: 14px;
    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.2);
}

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

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

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

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

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

@keyframes flicker_articleAdaptive_page153 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.88; }
}

h1, h2 {
    animation: anim_fullWrapper_window66 3.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 47px; }
    main { padding: 50px; }
    .menu-container { padding: 44px; }
    header { margin: -43px -50px 29px -42px; padding: 18px 48px; }
}

/* Unique classes generated per host */
.linkSecondary_area503 { color: #ddd; }
.hdrmiddleNavigation_panel603 { border-top-color: #bd93f9; }
.mitemHalf_frame840 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrholderHighlight_wrap330 { text-shadow: 0 0 1px #bd93f9; }
.navbottomModern_holder425 { display: flex; }
.menulargeGrid_element462 { flex-direction: column; }
.lnksoftLayout_page495 { cursor: pointer; }
.tblglobalBottom_element714 { font-size: 0.95em; }
.th_secondarySimple_wrap517 { text-align: center; }
.td_flatBlock_element795 { vertical-align: top; }
.tr_modernBlock_area208 { border-collapse: separate; }
.bqpanelModern796 { margin-left: 1em; }
.codeimageMega_holder423 { white-space: nowrap; }
.precontainerBright_frame288 { line-height: 1.4; }
.imgitemDim_widget845 { object-fit: cover; }
