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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.5;
    padding: 18px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        130deg,
        rgba(0, 0, 0, 0.18) 0px,
        rgba(0, 0, 0, 0.18) 1px,
        transparent 1px,
        transparent 1px
    ),
    linear-gradient(210deg, #0a0a0a 0%, #0a0a0a 100%);
    color: #a8c7c7;
    text-shadow: 2px -2px 4.9px rgba(170, 130, 170, 0.62);
}

h1 {
    text-align: center;
    margin: 18px 0;
    font-size: 2rem;
    color: #68c8c8;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 7px rgba(104, 200, 200, 0.8);
    border-bottom: 1px dashed #68c8c8;
    padding-bottom: 14px;
}

h2 {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #68c8c8;
    border-bottom: 1px solid #68c8c8;
    padding-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

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

header {
    margin-bottom: 18px;
    position: sticky;
    top: 0;
    background: rgba(10, 10, 10, 0.95);
    padding: 0px;
    margin: -18px -18px 33px -18px;
    z-index: 100;
    border-bottom: 2px solid #68c8c8;
}

main {
    max-width: 844px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(15, 15, 15, 0.87);
    box-shadow: 0 0 45px rgba(104, 200, 200, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

main img {
    display: block;
    margin: 20px 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 #68c8c8;
    color: #68c8c8;
    padding: 4px 9px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #68c8c8;
    color: #000;
    border-color: #68c8c8;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(104, 200, 200, 0.6);
}

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

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

th {
    background: #0a0a0a;
    color: #68c8c8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(104, 200, 200, 0.1);
}

blockquote {
    padding: 16px;
    border-left: 3px solid #68c8c8;
    margin: 20px 0;
    background: rgba(15, 15, 15, 0.70);
    font-style: italic;
    color: #68c8c8;
    border: 1px solid #333;
}

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

pre {
    background: #0a0a0a;
    padding: 15px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #a8c7c7;
}

.menu-container {
    max-width: 841px;
    margin: 19px auto;
    background: rgba(15, 15, 15, 0.75);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 45px rgba(104, 200, 200, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

footer {
    text-align: center;
    margin-top: 45px;
    padding: 18px;
    font-size: 1em;
    opacity: 0.8;
    color: #68c8c8;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_thirdLight_box877 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.95; }
}

h1, h2 {
    animation: anim_itemNavigation_module450 1.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 45px; }
    main { padding: 35px; }
    .menu-container { padding: 41px; }
    header { margin: -30px -44px 32px -49px; padding: 22px 45px; }
}

/* Unique classes generated per host */
.blockHalf_screen171 { color: #eee; }
.hdrgigaForm_widget799 { border-top-color: #68c8c8; }
.mbuttonHeader_layer888 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrnanoSimple_window635 { text-shadow: 0 0 1px #68c8c8; }
.navarticleContainer_wrap733 { display: flex; }
.menuarticleCorner_layer337 { flex-direction: column; }
.lnkmediumLarge_holder583 { cursor: pointer; }
.tblhyperLarge_component991 { font-size: 0.95em; }
.th_borderVintage_item164 { text-align: center; }
.td_smallItem_view13 { vertical-align: top; }
.tr_subtitleForm_item734 { border-collapse: separate; }
.bqimageSidebar_screen565 { margin-left: 1em; }
.codehighlightBottom_module342 { white-space: nowrap; }
.premoduleSidebar740 { line-height: 1.4; }
.imghalfLink_wrap929 { object-fit: cover; }
