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

body {
    font-family: 'Verdana', Geneva, sans-serif;
    line-height: 1.6;
    padding: 10px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        51deg,
        rgba(0, 0, 0, 0.23) 0px,
        rgba(0, 0, 0, 0.23) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #f8f8f2;
    text-shadow: 0px 0px 1.2px rgba(190, 122, 185, 0.64);
}

h1 {
    text-align: center;
    margin: 17px 0;
    font-size: 2rem;
    color: #f1fa8c;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 6px rgba(241, 250, 140, 0.5);
    border-bottom: 1px dashed #f1fa8c;
    padding-bottom: 13px;
}

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

h3 {
    margin-top: 24px;
    margin-bottom: 9px;
    font-size: 1rem;
    color: #f8f8f2;
    letter-spacing: 2px;
}

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

header {
    margin-bottom: 18px;
    position: sticky;
    top: 0;
    background: rgba(40, 42, 54, 0.96);
    padding: 0px;
    margin: -10px -10px 31px -10px;
    z-index: 100;
    border-bottom: 2px solid #f1fa8c;
}

main {
    max-width: 782px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(45, 47, 59, 0.73);
    box-shadow: 0 0 19px rgba(241, 250, 140, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

main img {
    display: block;
    margin: 30px 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 #f1fa8c;
    color: #f1fa8c;
    padding: 5px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #f1fa8c;
    color: #000;
    border-color: #f1fa8c;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(241, 250, 140, 0.7);
}

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

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

th {
    background: #282a36;
    color: #f1fa8c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(241, 250, 140, 0.1);
}

blockquote {
    padding: 17px;
    border-left: 3px solid #f1fa8c;
    margin: 17px 0;
    background: rgba(45, 47, 59, 0.59);
    font-style: italic;
    color: #f8f8f2;
    border: 1px solid #333;
}

code {
    background: #282a36;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Verdana', Geneva, sans-serif;
    color: #f1fa8c;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #282a36;
    padding: 14px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #f8f8f2;
}

.menu-container {
    max-width: 805px;
    margin: 19px auto;
    background: rgba(45, 47, 59, 0.79);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 19px rgba(241, 250, 140, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

footer {
    text-align: center;
    margin-top: 30px;
    padding: 16px;
    font-size: 1em;
    opacity: 0.5;
    color: #f1fa8c;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

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

h1, h2 {
    animation: anim_universalSidebar_view55 3.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 42px; }
    main { padding: 32px; }
    .menu-container { padding: 39px; }
    header { margin: -48px -48px 34px -34px; padding: 21px 43px; }
}

/* Unique classes generated per host */
.containerClassic_area171 { color: #fff; }
.hdrretroLeft_card593 { border-top-color: #f1fa8c; }
.mcellModern_card124 { outline: 1px solid rgba(241, 250, 140, 0.1); }
.ftrlightForeground_widget771 { text-shadow: 0 0 1px #f1fa8c; }
.navlightCenter_page604 { display: flex; }
.menumainEnd_component297 { flex-direction: column; }
.lnkfullCell_layer68 { cursor: pointer; }
.tblsideParagraph_view951 { font-size: 0.95em; }
.th_subtitleEnd_widget636 { text-align: center; }
.td_maximalLight_frame489 { vertical-align: top; }
.tr_elementArticle_layer719 { border-collapse: separate; }
.bqsectionFooter_wrap97 { margin-left: 1em; }
.codeimageHolder_section408 { white-space: nowrap; }
.presmallFuturistic_view198 { line-height: 1.4; }
.imgcontentLink_container539 { object-fit: cover; }
