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

body {
    font-family: 'Impact', Charcoal, sans-serif;
    line-height: 1.4;
    padding: 13px;
    min-height: 100vh;
    background: linear-gradient(74deg, #000000 0%, #000000 100%);
    color: #8be9fd;
    text-shadow: -2px -1px 0.8px rgba(110, 114, 127, 0.61);
}

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

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

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

p { margin-bottom: 20px; }
ul { padding-left: 19px; margin-bottom: 25px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.3s; }

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

main {
    max-width: 832px;
    margin: 0 auto;
    border-radius: 0;
    padding: 19px;
    background: rgba(5, 5, 5, 0.75);
    box-shadow: 0 0 50px rgba(189, 147, 249, 0.2);
    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: 3px 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 14px rgba(189, 147, 249, 0.3);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 23px 0;
    background: rgba(10, 10, 10, 0.70);
    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: 15px;
    border-left: 3px solid #bd93f9;
    margin: 20px 0;
    background: rgba(5, 5, 5, 0.54);
    font-style: italic;
    color: #8be9fd;
    border: 1px solid #333;
}

code {
    background: #000000;
    padding: 3px 5px;
    border-radius: 0;
    font-family: 'Impact', Charcoal, 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: 843px;
    margin: 22px auto;
    background: rgba(5, 5, 5, 0.89);
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 50px rgba(189, 147, 249, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

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

@keyframes flicker_primaryModern_element907 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.71; }
}

h1, h2 {
    animation: anim_panelSide_frame768 2.3s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 35px; }
    main { padding: 49px; }
    .menu-container { padding: 48px; }
    header { margin: -49px -49px 25px -47px; padding: 15px 32px; }
}

/* Unique classes generated per host */
.complexSmall_box353 { color: #ddd; }
.hdrleftSuper_holder341 { border-top-color: #bd93f9; }
.mflexibleShadow_area550 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrwrapperHyper_panel500 { text-shadow: 0 0 1px #bd93f9; }
.navendLarge_page61 { display: flex; }
.menusecondaryAccent_holder637 { flex-direction: column; }
.lnkpanelGrid797 { cursor: pointer; }
.tblminimalTitle_page233 { font-size: 0.95em; }
.th_sideCenter_view23 { text-align: center; }
.td_abstractModern_widget398 { vertical-align: top; }
.tr_classicSimple_item94 { border-collapse: separate; }
.bqroughClassic_item222 { margin-left: 1em; }
.codesoftForm_module441 { white-space: nowrap; }
.preendSidebar_module812 { line-height: 1.4; }
.imgsecondaryLeft_container877 { object-fit: cover; }
