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

body {
    font-family: 'Verdana', Geneva, sans-serif;
    line-height: 1.6;
    padding: 20px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        341deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 2px,
        transparent 2px,
        transparent 1px
    );
    color: #f8f8f2;
}

h1 {
    text-align: center;
    margin: 22px 0;
    font-size: 2rem;
    color: #f1fa8c;
    text-transform: uppercase;
    letter-spacing: 6px;
    border-bottom: 1px dashed #f1fa8c;
    padding-bottom: 16px;
}

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

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

p { margin-bottom: 14px; }
ul { padding-left: 16px; margin-bottom: 22px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.5s; }

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

main {
    max-width: 778px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(45, 47, 59, 0.90);
    box-shadow: 0 0 22px rgba(241, 250, 140, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

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

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

th, td {
    padding: 14px;
    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.2);
}

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

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

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

.menu-container {
    max-width: 801px;
    margin: 24px auto;
    background: rgba(45, 47, 59, 0.70);
    border-radius: 0;
    padding: 24px;
    box-shadow: 0 0 22px rgba(241, 250, 140, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding: 24px;
    font-size: 1em;
    opacity: 0.7;
    color: #f1fa8c;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

@keyframes flicker_maximalCorner_card616 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.71; }
}

h1, h2 {
    animation: anim_rightRight_window973 2.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 39px; }
    main { padding: 48px; }
    .menu-container { padding: 34px; }
    header { margin: -42px -48px 35px -30px; padding: 18px 41px; }
}

/* Unique classes generated per host */
.moduleDim_wrap354 { color: #ddd; }
.hdrlayoutContent_module669 { border-top-color: #f1fa8c; }
.mbuttonPanel_layer979 { outline: 1px solid rgba(241, 250, 140, 0.1); }
.ftrstartThird_item948 { text-shadow: 0 0 1px #f1fa8c; }
.navaccentBright_holder401 { display: flex; }
.menucornerLeft_window493 { flex-direction: column; }
.lnkparagraphGrid_component657 { cursor: pointer; }
.tblgigaFooter_module900 { font-size: 0.95em; }
.th_bottomClassic_item54 { text-align: center; }
.td_gigaGiga_container10 { vertical-align: top; }
.tr_vintageFooter_page781 { border-collapse: separate; }
.bqdimModern_element913 { margin-left: 1em; }
.codebaseNano_box74 { white-space: nowrap; }
.pretextRetro_module526 { line-height: 1.4; }
.imglargeFlat_view930 { object-fit: cover; }
