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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.4;
    padding: 10px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        340deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 2px,
        transparent 2px,
        transparent 3px
    );
    color: #d4d4d4;
    text-shadow: 2px 2px 3.9px rgba(123, 131, 154, 0.75);
}

h1 {
    text-align: center;
    margin: 18px 0;
    font-size: 2rem;
    color: #569cd6;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 7px rgba(86, 156, 214, 0.4);
    border-bottom: 1px dashed #569cd6;
    padding-bottom: 11px;
}

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

h3 {
    margin-top: 28px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #d4d4d4;
    letter-spacing: 0px;
}

p { margin-bottom: 11px; }
ul { padding-left: 20px; margin-bottom: 25px; }
li { margin-bottom: 12px; }
a { text-decoration: none; transition: 0.2s; }

header {
    margin-bottom: 15px;
    position: sticky;
    top: 0;
    background: rgba(30, 30, 30, 0.91);
    padding: 0px;
    margin: -10px -10px 31px -10px;
    z-index: 100;
    border-bottom: 2px solid #569cd6;
}

main {
    max-width: 750px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(35, 35, 35, 0.81);
    box-shadow: 0 0 28px rgba(86, 156, 214, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

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

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

th, td {
    padding: 13px;
    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: 16px;
    border-left: 3px solid #569cd6;
    margin: 24px 0;
    background: rgba(35, 35, 35, 0.50);
    font-style: italic;
    color: #d4d4d4;
    border: 1px solid #333;
}

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

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

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

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

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

h1, h2 {
    animation: anim_fullHyper178 3.3s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 44px; }
    main { padding: 42px; }
    .menu-container { padding: 38px; }
    header { margin: -43px -39px 35px -34px; padding: 15px 31px; }
}

/* Unique classes generated per host */
.softParagraph_section465 { color: #fff; }
.hdrmaximalMiddle157 { border-top-color: #569cd6; }
.mendForeground_screen289 { outline: 1px solid rgba(86, 156, 214, 0.1); }
.ftrlightLeft_card433 { text-shadow: 0 0 1px #569cd6; }
.navsideModule_layer666 { display: flex; }
.menurowPanel_screen530 { flex-direction: column; }
.lnkrootList_view740 { cursor: pointer; }
.tblasideElement_wrap127 { font-size: 0.95em; }
.th_bottomPanel_section437 { text-align: center; }
.td_buttonTitle_section848 { vertical-align: top; }
.tr_sideWrapper_view110 { border-collapse: separate; }
.bqcornerFlexible_holder841 { margin-left: 1em; }
.codegridSecondary_element381 { white-space: nowrap; }
.previntageList_view70 { line-height: 1.4; }
.imgsimpleParagraph_screen463 { object-fit: cover; }
