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

body {
    font-family: 'Impact', Charcoal, sans-serif;
    line-height: 1.7;
    padding: 23px;
    min-height: 100vh;
    background: linear-gradient(213deg, #222831 0%, #000000 100%);
    color: #00adb5;
    text-shadow: 0px -2px 1.4px rgba(192, 150, 181, 0.85);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #393e46;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(57, 62, 70, 0.6);
    border-bottom: 1px dashed #393e46;
    padding-bottom: 18px;
}

h2 {
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #393e46;
    border-bottom: 1px solid #393e46;
    padding-bottom: 6px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

p { margin-bottom: 15px; }
ul { padding-left: 20px; margin-bottom: 23px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: rgba(34, 40, 49, 0.90);
    padding: 0px;
    margin: -23px -23px 30px -23px;
    z-index: 100;
    border-bottom: 2px solid #393e46;
}

main {
    max-width: 784px;
    margin: 0 auto;
    border-radius: 0;
    padding: 25px;
    background: rgba(39, 45, 54, 0.84);
    box-shadow: 0 0 49px rgba(57, 62, 70, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

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 #393e46;
    color: #393e46;
    padding: 3px 12px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #393e46;
    color: #000;
    border-color: #393e46;
    text-decoration: none;
    box-shadow: 0 0 9px rgba(57, 62, 70, 0.5);
}

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

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

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

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

tr:hover {
    background: rgba(57, 62, 70, 0.2);
}

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

code {
    background: #222831;
    padding: 3px 6px;
    border-radius: 0;
    font-family: 'Impact', Charcoal, sans-serif;
    color: #393e46;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 780px;
    margin: 20px auto;
    background: rgba(39, 45, 54, 0.70);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 49px rgba(57, 62, 70, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

footer {
    text-align: center;
    margin-top: 41px;
    padding: 24px;
    font-size: 1em;
    opacity: 0.5;
    color: #393e46;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_accentAside_layer641 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.83; }
}

h1, h2 {
    animation: anim_vintageModern_item561 2.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 48px; }
    main { padding: 46px; }
    .menu-container { padding: 37px; }
    header { margin: -35px -49px 27px -30px; padding: 23px 39px; }
}

/* Unique classes generated per host */
.formVintage_container956 { color: #eee; }
.hdrsuperRough_card441 { border-top-color: #393e46; }
.mretroTitle_card653 { outline: 1px solid rgba(57, 62, 70, 0.1); }
.ftrbrightDark_panel567 { text-shadow: 0 0 1px #393e46; }
.navrowLeft_window111 { display: flex; }
.menuminiHalf_card133 { flex-direction: column; }
.lnkedgeFooter_module567 { cursor: pointer; }
.tblpanelLeft_panel853 { font-size: 0.95em; }
.th_buttonFuturistic_wrap206 { text-align: center; }
.td_gigaPanel_area522 { vertical-align: top; }
.tr_vintageEdge_widget639 { border-collapse: separate; }
.bqcornerBlock_section695 { margin-left: 1em; }
.codelistSoft621 { white-space: nowrap; }
.prehardDim_element926 { line-height: 1.4; }
.imgmodernEnd_box380 { object-fit: cover; }
