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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.7;
    padding: 11px;
    min-height: 100vh;
    background: linear-gradient(225deg, #000000 0%, #222222 100%);
    color: #8be9fd;
    text-shadow: 0px 2px 3.4px rgba(155, 156, 124, 0.71);
}

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

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

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

p { margin-bottom: 16px; }
ul { padding-left: 20px; margin-bottom: 20px; }
li { margin-bottom: 8px; }
a { text-decoration: none; transition: 0.5s; }

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

main {
    max-width: 764px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(5, 5, 5, 0.90);
    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: 27px 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: 2px;
}
main a:hover {
    background-color: #bd93f9;
    color: #000;
    border-color: #bd93f9;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(189, 147, 249, 0.3);
}

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

th, td {
    padding: 13px;
    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: 12px;
    border-left: 3px solid #bd93f9;
    margin: 24px 0;
    background: rgba(5, 5, 5, 0.56);
    font-style: italic;
    color: #bd93f9;
    border: 1px solid #333;
}

code {
    background: #000000;
    padding: 3px 8px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #bd93f9;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

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

@keyframes flicker_baseEdge_wrap813 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.89; }
}

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

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

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

@media (min-width: 768px) {
    body { padding: 33px; }
    main { padding: 38px; }
    .menu-container { padding: 46px; }
    header { margin: -32px -34px 29px -49px; padding: 24px 46px; }
}

/* Unique classes generated per host */
.accentQuarter_holder162 { color: #fff; }
.hdrgridRow_element500 { border-top-color: #bd93f9; }
.mpanelMini_page504 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrmediumSubtitle_component808 { text-shadow: 0 0 1px #bd93f9; }
.navshadowSoft_panel168 { display: flex; }
.menusectionHolder_panel334 { flex-direction: column; }
.lnktextRow_screen387 { cursor: pointer; }
.tblfuturisticMini_screen515 { font-size: 0.95em; }
.th_futuristicFuturistic_box185 { text-align: center; }
.td_complexNavigation_item678 { vertical-align: top; }
.tr_superImage_container983 { border-collapse: separate; }
.bqshadowSidebar_panel442 { margin-left: 1em; }
.codehyperEnd_panel796 { white-space: nowrap; }
.precomplexList_card83 { line-height: 1.4; }
.imgrowMini_page404 { object-fit: cover; }
