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

body {
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 1.8;
    padding: 18px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        305deg,
        rgba(0, 0, 0, 0.16) 0px,
        rgba(0, 0, 0, 0.16) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #a8c7c7;
}

h1 {
    text-align: center;
    margin: 23px 0;
    font-size: 2rem;
    color: #68c8c8;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 1px dashed #68c8c8;
    padding-bottom: 19px;
}

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

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

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

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

main {
    max-width: 840px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(15, 15, 15, 0.75);
    box-shadow: 0 0 20px rgba(104, 200, 200, 0.1);
    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 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #68c8c8;
    color: #000;
    border-color: #68c8c8;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(104, 200, 200, 0.3);
}

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

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

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

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

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

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

code {
    background: #0a0a0a;
    padding: 2px 4px;
    border-radius: 0;
    font-family: 'Helvetica', Arial, sans-serif;
    color: #68c8c8;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 824px;
    margin: 16px auto;
    background: rgba(15, 15, 15, 0.89);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 20px rgba(104, 200, 200, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

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

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

h1, h2 {
    animation: anim_nanoClassic_element612 2.2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 49px; }
    main { padding: 45px; }
    .menu-container { padding: 41px; }
    header { margin: -37px -38px 32px -34px; padding: 22px 50px; }
}

/* Unique classes generated per host */
.borderMedium_card592 { color: #fff; }
.hdrgigaHard_section578 { border-top-color: #68c8c8; }
.msidebarMiddle_element825 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrbackgroundHalf_section359 { text-shadow: 0 0 1px #68c8c8; }
.navtextRetro_module858 { display: flex; }
.menucornerElement_module365 { flex-direction: column; }
.lnkhalfSimple_panel222 { cursor: pointer; }
.tblimageSmooth_section561 { font-size: 0.95em; }
.th_headerHalf_frame643 { text-align: center; }
.td_smoothTop_window640 { vertical-align: top; }
.tr_thirdSuper_page670 { border-collapse: separate; }
.bqwrapperWrapper_element137 { margin-left: 1em; }
.codeglobalMini_wrap235 { white-space: nowrap; }
.preedgeFlexible_panel450 { line-height: 1.4; }
.imghalfContainer_window118 { object-fit: cover; }
