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

body {
    font-family: 'Impact', Charcoal, sans-serif;
    line-height: 1.7;
    padding: 19px;
    min-height: 100vh;
    background-color: #0a0a0a;
    color: #a8c7c7;
    text-shadow: 0px 0px 4.4px rgba(102, 108, 144, 0.65);
}

h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    color: #68c8c8;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 10px rgba(104, 200, 200, 0.5);
    border-bottom: 1px dashed #68c8c8;
    padding-bottom: 17px;
}

h2 {
    margin-top: 26px;
    margin-bottom: 17px;
    font-size: 1rem;
    color: #68c8c8;
    border-bottom: 1px solid #68c8c8;
    padding-bottom: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #a8c7c7;
    letter-spacing: 0px;
}

p { margin-bottom: 15px; }
ul { padding-left: 16px; margin-bottom: 23px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.1s; }

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(10, 10, 10, 0.91);
    padding: 0px;
    margin: -19px -19px 35px -19px;
    z-index: 100;
    border-bottom: 2px solid #68c8c8;
}

main {
    max-width: 836px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(15, 15, 15, 0.80);
    box-shadow: 0 0 40px rgba(104, 200, 200, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

main img {
    display: block;
    margin: 30px 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 #68c8c8;
    color: #68c8c8;
    padding: 3px 12px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #68c8c8;
    color: #000;
    border-color: #68c8c8;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(104, 200, 200, 0.5);
}

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

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

th {
    background: #0a0a0a;
    color: #68c8c8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(104, 200, 200, 0.2);
}

blockquote {
    padding: 11px;
    border-left: 3px solid #68c8c8;
    margin: 15px 0;
    background: rgba(15, 15, 15, 0.67);
    font-style: italic;
    color: #a8c7c7;
    border: 1px solid #333;
}

code {
    background: #0a0a0a;
    padding: 1px 5px;
    border-radius: 0;
    font-family: 'Impact', Charcoal, sans-serif;
    color: #68c8c8;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0a0a0a;
    padding: 19px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #a8c7c7;
}

.menu-container {
    max-width: 842px;
    margin: 18px auto;
    background: rgba(15, 15, 15, 0.76);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 40px rgba(104, 200, 200, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

footer {
    text-align: center;
    margin-top: 30px;
    padding: 19px;
    font-size: 1em;
    opacity: 0.6;
    color: #68c8c8;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_smoothLight_page412 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.9; }
}

h1, h2 {
    animation: anim_baseSide_card927 3.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 41px; }
    main { padding: 40px; }
    .menu-container { padding: 37px; }
    header { margin: -33px -47px 25px -48px; padding: 22px 31px; }
}

/* Unique classes generated per host */
.dimThird_module734 { color: #eee; }
.hdrborderNavigation_widget703 { border-top-color: #68c8c8; }
.mhalfMiddle_element522 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrmodernArticle_panel901 { text-shadow: 0 0 1px #68c8c8; }
.navwrapperParagraph_container770 { display: flex; }
.menuminiFull_holder925 { flex-direction: column; }
.lnkparagraphClassic_layer446 { cursor: pointer; }
.tblmainForm_wrap270 { font-size: 0.95em; }
.th_borderBase_element345 { text-align: center; }
.td_softSection_item549 { vertical-align: top; }
.tr_flatModule_area850 { border-collapse: separate; }
.bqbaseMiddle_item667 { margin-left: 1em; }
.codesmallAbstract_page84 { white-space: nowrap; }
.previntagePrimary_card589 { line-height: 1.4; }
.imgitemElement_wrap340 { object-fit: cover; }
