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

body {
    font-family: 'Comic Sans MS', cursive;
    line-height: 1.7;
    padding: 12px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        343deg,
        rgba(0, 0, 0, 0.21) 0px,
        rgba(0, 0, 0, 0.21) 3px,
        transparent 3px,
        transparent 3px
    );
    color: #d4d4d4;
    text-shadow: 0px 1px 3.2px rgba(126, 162, 161, 0.78);
}

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

h2 {
    margin-top: 33px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #569cd6;
    border-bottom: 1px solid #569cd6;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

p { margin-bottom: 17px; }
ul { padding-left: 25px; margin-bottom: 22px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.1s; }

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

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

main img {
    display: block;
    margin: 28px 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 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 13px rgba(86, 156, 214, 0.5);
}

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

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

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

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

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

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

code {
    background: #1e1e1e;
    padding: 2px 4px;
    border-radius: 0;
    font-family: 'Comic Sans MS', cursive;
    color: #569cd6;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 755px;
    margin: 16px auto;
    background: rgba(35, 35, 35, 0.89);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 14px rgba(86, 156, 214, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

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

@keyframes flicker_rightDim_frame153 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.84; }
}

h1, h2 {
    animation: anim_topSoft_widget210 3.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 38px; }
    main { padding: 48px; }
    .menu-container { padding: 50px; }
    header { margin: -36px -39px 29px -33px; padding: 18px 34px; }
}

/* Unique classes generated per host */
.largeGlobal_wrap873 { color: #fff; }
.hdrroughMega_section930 { border-top-color: #569cd6; }
.mleftImage_panel594 { outline: 1px solid rgba(86, 156, 214, 0.1); }
.ftrbackgroundEdge_card285 { text-shadow: 0 0 1px #569cd6; }
.navtableElement_section641 { display: flex; }
.menuretroDark_page291 { flex-direction: column; }
.lnktopBorder_element560 { cursor: pointer; }
.tblprimaryQuarter_panel795 { font-size: 0.95em; }
.th_sideCorner_screen689 { text-align: center; }
.td_thirdUniversal_layer835 { vertical-align: top; }
.tr_hardTop_box595 { border-collapse: separate; }
.bqsubtitleRetro_component927 { margin-left: 1em; }
.codesideThird_wrap466 { white-space: nowrap; }
.preformCenter_card90 { line-height: 1.4; }
.imgprimaryMini_component351 { object-fit: cover; }
