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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.8;
    padding: 22px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        122deg,
        rgba(0, 0, 0, 0.13) 0px,
        rgba(0, 0, 0, 0.13) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #d4d4d4;
}

h1 {
    text-align: center;
    margin: 19px 0;
    font-size: 2rem;
    color: #569cd6;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px dashed #569cd6;
    padding-bottom: 11px;
}

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

h3 {
    margin-top: 27px;
    margin-bottom: 11px;
    font-size: 1rem;
    color: #d4d4d4;
    letter-spacing: 1px;
}

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

header {
    margin-bottom: 12px;
    position: sticky;
    top: 0;
    background: rgba(30, 30, 30, 0.90);
    padding: 0px;
    margin: -22px -22px 35px -22px;
    z-index: 100;
    border-bottom: 2px solid #569cd6;
}

main {
    max-width: 813px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(35, 35, 35, 0.89);
    box-shadow: 0 0 39px rgba(86, 156, 214, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

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 #569cd6;
    color: #569cd6;
    padding: 4px 8px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #569cd6;
    color: #000;
    border-color: #569cd6;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(86, 156, 214, 0.5);
}

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

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background: #1e1e1e;
    color: #569cd6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    border: 1px solid #333;
}

td {
    color: #d4d4d4;
    border: 1px solid #333;
}

tr:hover {
    background: rgba(86, 156, 214, 0.2);
}

blockquote {
    padding: 19px;
    border-left: 3px solid #569cd6;
    margin: 25px 0;
    background: rgba(35, 35, 35, 0.52);
    font-style: italic;
    color: #d4d4d4;
    border: 1px solid #333;
}

code {
    background: #1e1e1e;
    padding: 3px 6px;
    border-radius: 0;
    font-family: 'Lucida Console', Monaco, monospace;
    color: #569cd6;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1e1e1e;
    padding: 17px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #d4d4d4;
}

.menu-container {
    max-width: 829px;
    margin: 23px auto;
    background: rgba(35, 35, 35, 0.80);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 39px rgba(86, 156, 214, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

footer {
    text-align: center;
    margin-top: 37px;
    padding: 20px;
    font-size: 1em;
    opacity: 0.6;
    color: #569cd6;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

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

h1, h2 {
    animation: anim_simpleTitle_section303 4s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 47px; }
    main { padding: 49px; }
    .menu-container { padding: 40px; }
    header { margin: -39px -44px 26px -41px; padding: 22px 48px; }
}

/* Unique classes generated per host */
.gridClassic_module868 { color: #ddd; }
.hdrgigaLayout_view295 { border-top-color: #569cd6; }
.mfuturisticModule_layer931 { outline: 1px solid rgba(86, 156, 214, 0.1); }
.ftrmegaSmall_wrap7 { text-shadow: 0 0 1px #569cd6; }
.navextraSuper_layer817 { display: flex; }
.menulayoutWrapper_view42 { flex-direction: column; }
.lnkrootQuarter_box254 { cursor: pointer; }
.tblroughBottom193 { font-size: 0.95em; }
.th_sectionAside_component565 { text-align: center; }
.td_extraForeground_screen340 { vertical-align: top; }
.tr_smoothDim_container633 { border-collapse: separate; }
.bqhighlightCenter_wrap663 { margin-left: 1em; }
.codesimpleContent_panel94 { white-space: nowrap; }
.prenanoComplex_wrap492 { line-height: 1.4; }
.imgmediumThird_area747 { object-fit: cover; }
