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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    padding: 19px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        14deg,
        rgba(0, 0, 0, 0.22) 0px,
        rgba(0, 0, 0, 0.22) 3px,
        transparent 3px,
        transparent 3px
    );
    color: #8be9fd;
    text-shadow: -1px -2px 2.7px rgba(103, 172, 160, 0.63);
}

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

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

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

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

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

main {
    max-width: 835px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(5, 5, 5, 0.89);
    box-shadow: 0 0 16px rgba(189, 147, 249, 0.2);
    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: 6px 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 6px rgba(189, 147, 249, 0.3);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background: rgba(10, 10, 10, 0.53);
    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: 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: 21px 0;
    background: rgba(5, 5, 5, 0.69);
    font-style: italic;
    color: #bd93f9;
    border: 1px solid #333;
}

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

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

@keyframes flicker_futuristicArticle_module93 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.93; }
}

h1, h2 {
    animation: anim_fullPanel_screen132 2.8s infinite;
}

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

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

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

/* Unique classes generated per host */
.flatFuturistic_section962 { color: #ddd; }
.hdrnavigationDark_wrap704 { border-top-color: #bd93f9; }
.mtitleElement_wrap276 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrthirdCorner_screen393 { text-shadow: 0 0 1px #bd93f9; }
.navmoduleMinimal_panel685 { display: flex; }
.menufooterLarge_window773 { flex-direction: column; }
.lnkdeepAccent_module99 { cursor: pointer; }
.tblmodernStart_layer830 { font-size: 0.95em; }
.th_leftSmall_section213 { text-align: center; }
.td_cornerPrimary_view691 { vertical-align: top; }
.tr_simpleButton_section411 { border-collapse: separate; }
.bqhardBorder_page595 { margin-left: 1em; }
.codequarterFooter_section495 { white-space: nowrap; }
.premegaCore_panel201 { line-height: 1.4; }
.imgfuturisticFlexible_element165 { object-fit: cover; }
