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

body {
    font-family: 'Verdana', Geneva, sans-serif;
    line-height: 1.6;
    padding: 11px;
    min-height: 100vh;
    background: linear-gradient(227deg, #222831 0%, #222222 100%);
    color: #00adb5;
}

h1 {
    text-align: center;
    margin: 19px 0;
    font-size: 2rem;
    color: #929499;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px dashed #929499;
    padding-bottom: 10px;
}

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

h3 {
    margin-top: 30px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #929499;
    letter-spacing: 2px;
}

p { margin-bottom: 11px; }
ul { padding-left: 21px; margin-bottom: 17px; }
li { margin-bottom: 8px; }
a {
    color: #00adb5;
    text-decoration: underline;
    text-decoration-color: #929499;
    text-underline-offset: 0.2em;
    transition: 0.5s;
}

header {
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: rgba(34, 40, 49, 0.91);
    padding: 0px;
    margin: -11px -11px 34px -11px;
    z-index: 100;
    border-bottom: 2px solid #929499;
}

main {
    max-width: 804px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(39, 45, 54, 0.90);
    box-shadow: 0 0 25px rgba(146, 148, 153, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #929499;
}

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 #929499;
    color: #929499;
    padding: 6px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    text-decoration: none;
}
main a:hover {
    background-color: #929499;
    color: #ffffff;
    border-color: #929499;
    text-decoration: none;
    box-shadow: 0 0 9px rgba(146, 148, 153, 0.7);
}

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

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

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

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

tr:hover {
    background: rgba(146, 148, 153, 0.2);
}

blockquote {
    padding: 11px;
    border-left: 3px solid #929499;
    margin: 25px 0;
    background: rgba(39, 45, 54, 0.61);
    font-style: italic;
    color: #00adb5;
    border: 1px solid #333;
}

code {
    background: #222831;
    padding: 1px 6px;
    border-radius: 0;
    font-family: 'Verdana', Geneva, sans-serif;
    color: #929499;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #222831;
    padding: 12px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #00adb5;
}

.menu-container {
    max-width: 840px;
    margin: 21px auto;
    background: rgba(39, 45, 54, 0.86);
    border-radius: 0;
    padding: 22px;
    box-shadow: 0 0 25px rgba(146, 148, 153, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #929499;
}

footer {
    text-align: center;
    margin-top: 44px;
    padding: 23px;
    font-size: 1em;
    color: #929499;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_contentElement_panel944 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.87; }
}

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

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

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

@media (min-width: 768px) {
    body { padding: 30px; }
    main { padding: 38px; }
    .menu-container { padding: 39px; }
    header { margin: -35px -32px 35px -34px; padding: 21px 44px; }
}

/* Unique classes generated per host */
.smallPrimary_card221 { color: #eee; }
.hdrsectionFlexible_card240 { border-top-color: #929499; }
.msimpleHolder_holder291 { outline: 1px solid rgba(146, 148, 153, 0.1); }
.ftrformGlobal_box129 { text-shadow: 0 0 1px #929499; }
.navdimBright_page698 { display: flex; }
.menuhalfForeground_component43 { flex-direction: column; }
.lnkedgeMain_wrap465 { cursor: pointer; }
.tblfuturisticExtra_item910 { font-size: 0.95em; }
.th_smallBackground_view355 { text-align: center; }
.td_topVintage_window449 { vertical-align: top; }
.tr_miniTop_section718 { border-collapse: separate; }
.bqmainText_item328 { margin-left: 1em; }
.codesmoothSubtitle900 { white-space: nowrap; }
.premiddleSimple_area747 { line-height: 1.4; }
.imgrightSidebar_element163 { object-fit: cover; }
