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

body {
    font-family: 'Comic Sans MS', cursive;
    line-height: 1.4;
    padding: 13px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        316deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 1px,
        transparent 1px,
        transparent 1px
    ),
    linear-gradient(197deg, #0a0a0a 0%, #000000 100%);
    color: #a8c7c7;
}

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

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

h3 {
    margin-top: 21px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #a8c7c7;
    letter-spacing: 0px;
}

p { margin-bottom: 20px; }
ul { padding-left: 18px; margin-bottom: 18px; }
li { margin-bottom: 6px; }
a { text-decoration: none; transition: 0.3s; }

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

main {
    max-width: 754px;
    margin: 0 auto;
    border-radius: 0;
    padding: 18px;
    background: rgba(15, 15, 15, 0.72);
    box-shadow: 0 0 50px rgba(104, 200, 200, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

main img {
    display: block;
    margin: 24px 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: 6px 8px;
    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 12px rgba(104, 200, 200, 0.7);
}

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

th, td {
    padding: 11px;
    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: 17px;
    border-left: 3px solid #68c8c8;
    margin: 25px 0;
    background: rgba(15, 15, 15, 0.54);
    font-style: italic;
    color: #a8c7c7;
    border: 1px solid #333;
}

code {
    background: #0a0a0a;
    padding: 1px 7px;
    border-radius: 0;
    font-family: 'Comic Sans MS', cursive;
    color: #68c8c8;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

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

@keyframes flicker_itemLeft_element62 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.75; }
}

h1, h2 {
    animation: anim_shadowComplex_screen55 2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 35px; }
    main { padding: 37px; }
    .menu-container { padding: 37px; }
    header { margin: -43px -33px 31px -48px; padding: 18px 32px; }
}

/* Unique classes generated per host */
.primaryForeground_card360 { color: #eee; }
.hdrmediumMedium_container468 { border-top-color: #68c8c8; }
.mrootExtra_layer829 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrfuturisticButton34 { text-shadow: 0 0 1px #68c8c8; }
.navlinkPrimary_container240 { display: flex; }
.menutopArticle_holder991 { flex-direction: column; }
.lnkfullFull_holder405 { cursor: pointer; }
.tbllargeBlock_widget16 { font-size: 0.95em; }
.th_textParagraph_page432 { text-align: center; }
.td_buttonDark_box497 { vertical-align: top; }
.tr_containerLight_card35 { border-collapse: separate; }
.bqleftTop_container932 { margin-left: 1em; }
.codeabstractGiga_area684 { white-space: nowrap; }
.preflatRough_page887 { line-height: 1.4; }
.imggigaBright_element803 { object-fit: cover; }
