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

body {
    font-family: 'Garamond', serif;
    line-height: 1.6;
    padding: 25px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        330deg,
        rgba(0, 0, 0, 0.12) 0px,
        rgba(0, 0, 0, 0.12) 2px,
        transparent 2px,
        transparent 2px
    ),
    linear-gradient(28deg, #222831 0%, #222222 100%);
    color: #00adb5;
    text-shadow: 2px 0px 1.3px rgba(127, 160, 173, 0.6);
}

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

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

h3 {
    margin-top: 21px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #00adb5;
    letter-spacing: 2px;
}

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

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

main {
    max-width: 807px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(39, 45, 54, 0.87);
    box-shadow: 0 0 36px rgba(57, 62, 70, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

main img {
    display: block;
    margin: 27px 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: 6px 11px;
    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.6);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 19px 0;
    background: rgba(44, 50, 59, 0.62);
    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.2);
}

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

code {
    background: #222831;
    padding: 3px 5px;
    border-radius: 0;
    font-family: 'Garamond', serif;
    color: #393e46;
    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: 797px;
    margin: 21px auto;
    background: rgba(39, 45, 54, 0.74);
    border-radius: 0;
    padding: 23px;
    box-shadow: 0 0 36px rgba(57, 62, 70, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

footer {
    text-align: center;
    margin-top: 45px;
    padding: 20px;
    font-size: 1em;
    opacity: 0.8;
    color: #393e46;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

@keyframes flicker_endUniversal_panel940 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.71; }
}

h1, h2 {
    animation: anim_wrapperClassic_panel326 2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 34px; }
    main { padding: 46px; }
    .menu-container { padding: 30px; }
    header { margin: -35px -43px 25px -35px; padding: 25px 41px; }
}

/* Unique classes generated per host */
.sidebarGlobal825 { color: #fff; }
.hdrmodernLayout_section879 { border-top-color: #393e46; }
.mshadowSide_view385 { outline: 1px solid rgba(57, 62, 70, 0.1); }
.ftrfooterSidebar_wrap690 { text-shadow: 0 0 1px #393e46; }
.navblockHard_layer805 { display: flex; }
.menusideAside_component906 { flex-direction: column; }
.lnklayoutMini_element702 { cursor: pointer; }
.tblnanoSimple_element329 { font-size: 0.95em; }
.th_holderContent_panel16 { text-align: center; }
.td_universalAdaptive_area858 { vertical-align: top; }
.tr_maximalMaximal_area815 { border-collapse: separate; }
.bqextraSection_item50 { margin-left: 1em; }
.codeedgeGlobal_frame127 { white-space: nowrap; }
.preparagraphMaximal_module646 { line-height: 1.4; }
.imgholderAccent_item323 { object-fit: cover; }
