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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.7;
    padding: 21px;
    min-height: 100vh;
    background: linear-gradient(52deg, #1a1a2e 0%, #000000 100%);
    color: #ea4e67;
}

h1 {
    text-align: center;
    margin: 22px 0;
    font-size: 2rem;
    color: #7e8494;
    text-transform: uppercase;
    letter-spacing: 6px;
    border-bottom: 1px dashed #7e8494;
    padding-bottom: 13px;
}

h2 {
    margin-top: 29px;
    margin-bottom: 19px;
    font-size: 1rem;
    color: #7e8494;
    border-bottom: 1px solid #7e8494;
    padding-bottom: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

p { margin-bottom: 20px; }
ul { padding-left: 22px; margin-bottom: 20px; }
li { margin-bottom: 11px; }
a {
    color: #ea4e67;
    text-decoration: underline;
    text-decoration-color: #7e8494;
    text-underline-offset: 0.2em;
    transition: 0.3s;
}

header {
    margin-bottom: 11px;
    position: sticky;
    top: 0;
    background: rgba(26, 26, 46, 0.88);
    padding: 0px;
    margin: -21px -21px 33px -21px;
    z-index: 100;
    border-bottom: 2px solid #7e8494;
}

main {
    max-width: 844px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(31, 31, 51, 0.71);
    box-shadow: 0 0 28px rgba(126, 132, 148, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #7e8494;
}

main img {
    display: block;
    margin: 22px 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 #7e8494;
    color: #7e8494;
    padding: 5px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
    text-decoration: none;
}
main a:hover {
    background-color: #7e8494;
    color: #ffffff;
    border-color: #7e8494;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(126, 132, 148, 0.6);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 17px 0;
    background: rgba(36, 36, 56, 0.58);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(126, 132, 148, 0.2);
}

blockquote {
    padding: 12px;
    border-left: 3px solid #7e8494;
    margin: 19px 0;
    background: rgba(31, 31, 51, 0.57);
    font-style: italic;
    color: #7e8494;
    border: 1px solid #333;
}

code {
    background: #1a1a2e;
    padding: 1px 6px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #7e8494;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1a1a2e;
    padding: 16px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #ea4e67;
}

.menu-container {
    max-width: 792px;
    margin: 17px auto;
    background: rgba(31, 31, 51, 0.71);
    border-radius: 0;
    padding: 23px;
    box-shadow: 0 0 28px rgba(126, 132, 148, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #7e8494;
}

footer {
    text-align: center;
    margin-top: 36px;
    padding: 19px;
    font-size: 1em;
    color: #7e8494;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_sideParagraph_item722 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.82; }
}

h1, h2 {
    animation: anim_shadowPrimary690 2.2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 48px; }
    main { padding: 32px; }
    .menu-container { padding: 30px; }
    header { margin: -49px -31px 28px -40px; padding: 15px 39px; }
}

/* Unique classes generated per host */
.adaptiveFlat_section782 { color: #eee; }
.hdrminimalLeft_card533 { border-top-color: #7e8494; }
.msoftWrapper_frame465 { outline: 1px solid rgba(126, 132, 148, 0.1); }
.ftrmediumGrid_widget56 { text-shadow: 0 0 1px #7e8494; }
.navglobalHyper354 { display: flex; }
.menuwrapperFooter_screen972 { flex-direction: column; }
.lnklightNavigation_widget649 { cursor: pointer; }
.tblelementWrapper_box172 { font-size: 0.95em; }
.th_megaSubtitle_item599 { text-align: center; }
.td_sideHyper_holder337 { vertical-align: top; }
.tr_paragraphBright412 { border-collapse: separate; }
.bqmegaMiddle_card80 { margin-left: 1em; }
.codeflexibleLarge_screen277 { white-space: nowrap; }
.prehalfSimple_panel352 { line-height: 1.4; }
.imgsimpleAccent_page428 { object-fit: cover; }
