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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    padding: 14px;
    min-height: 100vh;
    background-color: #1e1e1e;
    color: #d4d4d4;
    text-shadow: 1px -1px 3.3px rgba(109, 178, 113, 0.71);
}

h1 {
    text-align: center;
    margin: 24px 0;
    font-size: 2rem;
    color: #569cd6;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 9px rgba(86, 156, 214, 0.6);
    border-bottom: 1px dashed #569cd6;
    padding-bottom: 12px;
}

h2 {
    margin-top: 26px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #569cd6;
    border-bottom: 1px solid #569cd6;
    padding-bottom: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 26px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #d4d4d4;
    letter-spacing: 2px;
}

p { margin-bottom: 18px; }
ul { padding-left: 18px; margin-bottom: 25px; }
li { margin-bottom: 10px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 13px;
    position: sticky;
    top: 0;
    background: rgba(30, 30, 30, 0.94);
    padding: 0px;
    margin: -14px -14px 27px -14px;
    z-index: 100;
    border-bottom: 2px solid #569cd6;
}

main {
    max-width: 794px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(35, 35, 35, 0.75);
    box-shadow: 0 0 50px rgba(86, 156, 214, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

main img {
    display: block;
    margin: 29px 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 #569cd6;
    color: #569cd6;
    padding: 4px 9px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #569cd6;
    color: #000;
    border-color: #569cd6;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(86, 156, 214, 0.3);
}

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

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

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

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

tr:hover {
    background: rgba(86, 156, 214, 0.2);
}

blockquote {
    padding: 10px;
    border-left: 3px solid #569cd6;
    margin: 19px 0;
    background: rgba(35, 35, 35, 0.54);
    font-style: italic;
    color: #569cd6;
    border: 1px solid #333;
}

code {
    background: #1e1e1e;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Arial', sans-serif;
    color: #569cd6;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1e1e1e;
    padding: 12px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #d4d4d4;
}

.menu-container {
    max-width: 788px;
    margin: 24px auto;
    background: rgba(35, 35, 35, 0.75);
    border-radius: 0;
    padding: 18px;
    box-shadow: 0 0 50px rgba(86, 156, 214, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

footer {
    text-align: center;
    margin-top: 36px;
    padding: 16px;
    font-size: 1em;
    opacity: 0.5;
    color: #569cd6;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

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

h1, h2 {
    animation: anim_itemMini_view674 3.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 40px; }
    .menu-container { padding: 50px; }
    header { margin: -33px -42px 35px -50px; padding: 15px 37px; }
}

/* Unique classes generated per host */
.centerHighlight420 { color: #fff; }
.hdrbaseComplex_container222 { border-top-color: #569cd6; }
.mflatQuarter_card249 { outline: 1px solid rgba(86, 156, 214, 0.1); }
.ftrglobalSubtitle_component168 { text-shadow: 0 0 1px #569cd6; }
.navdarkDim84 { display: flex; }
.menuhighlightSimple_layer81 { flex-direction: column; }
.lnkabstractForm_layer194 { cursor: pointer; }
.tblgridButton_area383 { font-size: 0.95em; }
.th_cellSide_section308 { text-align: center; }
.td_rowSection_box920 { vertical-align: top; }
.tr_smoothLight_module728 { border-collapse: separate; }
.bqsuperItem_card704 { margin-left: 1em; }
.codeelementModern_item489 { white-space: nowrap; }
.prebaseItem_panel337 { line-height: 1.4; }
.imgmodernHard_component785 { object-fit: cover; }
