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

body {
    font-family: 'Times New Roman', serif;
    line-height: 1.7;
    padding: 17px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        267deg,
        rgba(0, 0, 0, 0.16) 0px,
        rgba(0, 0, 0, 0.16) 2px,
        transparent 2px,
        transparent 1px
    );
    color: #f8f8f2;
    text-shadow: 0px 0px 0.9px rgba(193, 182, 155, 0.9);
}

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

h2 {
    margin-top: 35px;
    margin-bottom: 11px;
    font-size: 1rem;
    color: #f1fa8c;
    border-bottom: 1px solid #f1fa8c;
    padding-bottom: 7px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

p { margin-bottom: 11px; }
ul { padding-left: 24px; margin-bottom: 25px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.4s; }

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

main {
    max-width: 835px;
    margin: 0 auto;
    border-radius: 0;
    padding: 18px;
    background: rgba(45, 47, 59, 0.81);
    box-shadow: 0 0 25px rgba(241, 250, 140, 0.2);
    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 10px;
    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 10px rgba(241, 250, 140, 0.7);
}

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

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

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

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

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

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

code {
    background: #282a36;
    padding: 3px 8px;
    border-radius: 0;
    font-family: 'Times New Roman', serif;
    color: #f1fa8c;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

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

@keyframes flicker_universalEdge_wrap40 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.94; }
}

h1, h2 {
    animation: anim_cellRow_page513 2.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 30px; }
    .menu-container { padding: 39px; }
    header { margin: -32px -30px 33px -46px; padding: 15px 48px; }
}

/* Unique classes generated per host */
.contentAccent_module7 { color: #ddd; }
.hdrpanelBottom_item356 { border-top-color: #f1fa8c; }
.mparagraphSimple_item195 { outline: 1px solid rgba(241, 250, 140, 0.1); }
.ftrcenterText_wrap44 { text-shadow: 0 0 1px #f1fa8c; }
.navtableFull_frame30 { display: flex; }
.menublockSidebar_wrap851 { flex-direction: column; }
.lnkpanelMega_component917 { cursor: pointer; }
.tblcoreClassic_component688 { font-size: 0.95em; }
.th_topRoot_element186 { text-align: center; }
.td_edgeShadow_module600 { vertical-align: top; }
.tr_formRight_box116 { border-collapse: separate; }
.bqnavigationCell_container120 { margin-left: 1em; }
.codesuperCenter_section934 { white-space: nowrap; }
.prebackgroundHard_page637 { line-height: 1.4; }
.imgsubtitleTop_element675 { object-fit: cover; }
