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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.5;
    padding: 14px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        307deg,
        rgba(0, 0, 0, 0.1) 0px,
        rgba(0, 0, 0, 0.1) 3px,
        transparent 3px,
        transparent 3px
    );
    color: #f8f8f2;
    text-shadow: -1px -1px 3.8px rgba(106, 152, 173, 0.77);
}

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

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

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

p { margin-bottom: 13px; }
ul { padding-left: 15px; margin-bottom: 17px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.5s; }

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

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

main img {
    display: block;
    margin: 20px 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: 0px;
}
main a:hover {
    background-color: #f1fa8c;
    color: #000;
    border-color: #f1fa8c;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(241, 250, 140, 0.6);
}

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

th, td {
    padding: 15px;
    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: 22px 0;
    background: rgba(45, 47, 59, 0.60);
    font-style: italic;
    color: #f1fa8c;
    border: 1px solid #333;
}

code {
    background: #282a36;
    padding: 3px 6px;
    border-radius: 0;
    font-family: 'Courier New', Courier, monospace;
    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: 778px;
    margin: 16px auto;
    background: rgba(45, 47, 59, 0.89);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 16px rgba(241, 250, 140, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

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

@keyframes flicker_adaptiveSection_wrap883 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.74; }
}

h1, h2 {
    animation: anim_rootHolder924 1.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 37px; }
    main { padding: 50px; }
    .menu-container { padding: 41px; }
    header { margin: -38px -33px 30px -39px; padding: 22px 37px; }
}

/* Unique classes generated per host */
.softMain_card527 { color: #eee; }
.hdrmediumEnd521 { border-top-color: #f1fa8c; }
.melementTable_area805 { outline: 1px solid rgba(241, 250, 140, 0.1); }
.ftrrootCorner_element907 { text-shadow: 0 0 1px #f1fa8c; }
.navgridShadow_holder311 { display: flex; }
.menumediumTop_item906 { flex-direction: column; }
.lnknanoText_area876 { cursor: pointer; }
.tbllightSmooth_card426 { font-size: 0.95em; }
.th_layoutButton_element715 { text-align: center; }
.td_layoutSubtitle_panel93 { vertical-align: top; }
.tr_flexibleTop_panel750 { border-collapse: separate; }
.bqedgeCore_wrap794 { margin-left: 1em; }
.codedimBlock_widget446 { white-space: nowrap; }
.prebackgroundMaximal_area734 { line-height: 1.4; }
.imgdimFuturistic_frame11 { object-fit: cover; }
