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

body {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    padding: 14px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        30deg,
        rgba(0, 0, 0, 0.14) 0px,
        rgba(0, 0, 0, 0.14) 1px,
        transparent 1px,
        transparent 2px
    ),
    linear-gradient(198deg, #282a36 0%, #282a36 100%);
    color: #f8f8f2;
    text-shadow: 0px -2px 2.5px rgba(195, 136, 160, 0.87);
}

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

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

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

p { margin-bottom: 12px; }
ul { padding-left: 23px; margin-bottom: 24px; }
li { margin-bottom: 12px; }
a { text-decoration: none; transition: 0.1s; }

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

main {
    max-width: 786px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(45, 47, 59, 0.80);
    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: 28px 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: 0px;
}
main a:hover {
    background-color: #f1fa8c;
    color: #000;
    border-color: #f1fa8c;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(241, 250, 140, 0.4);
}

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

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

th {
    background: #282a36;
    color: #f1fa8c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    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: 19px 0;
    background: rgba(45, 47, 59, 0.70);
    font-style: italic;
    color: #f1fa8c;
    border: 1px solid #333;
}

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

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

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

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

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

h1, h2 {
    animation: anim_thirdItem_component859 2.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 39px; }
    main { padding: 32px; }
    .menu-container { padding: 37px; }
    header { margin: -39px -46px 35px -36px; padding: 20px 36px; }
}

/* Unique classes generated per host */
.contentRow_section384 { color: #eee; }
.hdrthirdMain_element821 { border-top-color: #f1fa8c; }
.mcontainerSubtitle_module178 { outline: 1px solid rgba(241, 250, 140, 0.1); }
.ftrminimalList_window504 { text-shadow: 0 0 1px #f1fa8c; }
.navborderVintage_view614 { display: flex; }
.menuleftParagraph_wrap613 { flex-direction: column; }
.lnksecondaryTitle_widget730 { cursor: pointer; }
.tbldeepSuper_frame620 { font-size: 0.95em; }
.th_listSmall_wrap931 { text-align: center; }
.td_softSmall_container195 { vertical-align: top; }
.tr_subtitleEdge_item232 { border-collapse: separate; }
.bqfuturisticMaximal_container644 { margin-left: 1em; }
.codefooterContainer_element717 { white-space: nowrap; }
.preshadowSidebar686 { line-height: 1.4; }
.imgbaseFuturistic_screen29 { object-fit: cover; }
