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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.7;
    padding: 12px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        82deg,
        rgba(0, 0, 0, 0.18) 0px,
        rgba(0, 0, 0, 0.18) 1px,
        transparent 1px,
        transparent 1px
    ),
    linear-gradient(120deg, #222831 0%, #222222 100%);
    color: #00adb5;
    text-shadow: 1px 0px 2.7px rgba(130, 170, 140, 0.65);
}

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

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

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

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

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

main {
    max-width: 760px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(39, 45, 54, 0.80);
    box-shadow: 0 0 30px rgba(57, 62, 70, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

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

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

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

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

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

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

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

code {
    background: #222831;
    padding: 1px 4px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #393e46;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

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

@keyframes flicker_edgeSmooth_element11 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.92; }
}

h1, h2 {
    animation: anim_backgroundSection317 2.4s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 44px; }
    main { padding: 48px; }
    .menu-container { padding: 45px; }
    header { margin: -39px -41px 30px -30px; padding: 24px 41px; }
}

/* Unique classes generated per host */
.lightMaximal_element732 { color: #ddd; }
.hdrhighlightBase_wrap815 { border-top-color: #393e46; }
.mtitleRow_screen441 { outline: 1px solid rgba(57, 62, 70, 0.1); }
.ftrcomplexSidebar_area792 { text-shadow: 0 0 1px #393e46; }
.navsmoothHighlight_widget132 { display: flex; }
.menuholderHolder_window139 { flex-direction: column; }
.lnkroughBottom_holder5 { cursor: pointer; }
.tblmaximalWrapper_holder610 { font-size: 0.95em; }
.th_asideMain_layer573 { text-align: center; }
.td_footerRight_panel303 { vertical-align: top; }
.tr_baseArticle_view204 { border-collapse: separate; }
.bqmediumThird_component349 { margin-left: 1em; }
.codetextExtra631 { white-space: nowrap; }
.premainComplex_element40 { line-height: 1.4; }
.imgminiPanel906 { object-fit: cover; }
