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

body {
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 1.5;
    padding: 14px;
    min-height: 100vh;
    background-color: #0f3460;
    color: #e94560;
    text-shadow: -2px -2px 1.7px rgba(143, 100, 181, 0.61);
}

h1 {
    text-align: center;
    margin: 24px 0;
    font-size: 2rem;
    color: #533483;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 9px rgba(83, 52, 131, 0.4);
    border-bottom: 1px dashed #533483;
    padding-bottom: 18px;
}

h2 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #533483;
    border-bottom: 1px solid #533483;
    padding-bottom: 7px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 23px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #e94560;
    letter-spacing: 1px;
}

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

header {
    margin-bottom: 17px;
    position: sticky;
    top: 0;
    background: rgba(15, 52, 96, 0.96);
    padding: 0px;
    margin: -14px -14px 33px -14px;
    z-index: 100;
    border-bottom: 2px solid #533483;
}

main {
    max-width: 782px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(20, 57, 101, 0.75);
    box-shadow: 0 0 19px rgba(83, 52, 131, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

main img {
    display: block;
    margin: 20px 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 #533483;
    color: #533483;
    padding: 6px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #533483;
    color: #000;
    border-color: #533483;
    text-decoration: none;
    box-shadow: 0 0 9px rgba(83, 52, 131, 0.7);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: rgba(25, 62, 106, 0.64);
    border: 1px solid #333;
}

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

th {
    background: #0f3460;
    color: #533483;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(83, 52, 131, 0.1);
}

blockquote {
    padding: 16px;
    border-left: 3px solid #533483;
    margin: 22px 0;
    background: rgba(20, 57, 101, 0.63);
    font-style: italic;
    color: #e94560;
    border: 1px solid #333;
}

code {
    background: #0f3460;
    padding: 1px 4px;
    border-radius: 0;
    font-family: 'Trebuchet MS', sans-serif;
    color: #533483;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0f3460;
    padding: 11px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #e94560;
}

.menu-container {
    max-width: 842px;
    margin: 15px auto;
    background: rgba(20, 57, 101, 0.90);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 19px rgba(83, 52, 131, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

footer {
    text-align: center;
    margin-top: 43px;
    padding: 18px;
    font-size: 1em;
    opacity: 0.8;
    color: #533483;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

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

h1, h2 {
    animation: anim_modernWrapper_window800 2.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 37px; }
    main { padding: 30px; }
    .menu-container { padding: 43px; }
    header { margin: -48px -44px 32px -49px; padding: 17px 46px; }
}

/* Unique classes generated per host */
.rowBottom_panel995 { color: #eee; }
.hdrmoduleImage_panel823 { border-top-color: #533483; }
.mtitleAbstract_container696 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrmegaEdge_holder798 { text-shadow: 0 0 1px #533483; }
.navfooterCenter_card446 { display: flex; }
.menumainElement_panel299 { flex-direction: column; }
.lnkflexibleTop_section548 { cursor: pointer; }
.tblhardContainer_frame492 { font-size: 0.95em; }
.th_smallRight_box38 { text-align: center; }
.td_textForeground_container781 { vertical-align: top; }
.tr_linkArticle_wrap500 { border-collapse: separate; }
.bqtopHolder_area514 { margin-left: 1em; }
.codemainNano_area974 { white-space: nowrap; }
.presecondaryThird_layer560 { line-height: 1.4; }
.imgbaseHard_page585 { object-fit: cover; }
