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

body {
    font-family: 'Georgia', serif;
    line-height: 1.5;
    padding: 11px;
    min-height: 100vh;
    background: linear-gradient(79deg, #0f3460 0%, #000000 100%);
    color: #e94560;
}

h1 {
    text-align: center;
    margin: 24px 0;
    font-size: 2rem;
    color: #533483;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 1px dashed #533483;
    padding-bottom: 14px;
}

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

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

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

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

main {
    max-width: 829px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(20, 57, 101, 0.88);
    box-shadow: 0 0 21px rgba(83, 52, 131, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

main img {
    display: block;
    margin: 26px 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: 5px 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 14px rgba(83, 52, 131, 0.7);
}

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

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

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

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

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

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

code {
    background: #0f3460;
    padding: 2px 5px;
    border-radius: 0;
    font-family: 'Georgia', serif;
    color: #533483;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

footer {
    text-align: center;
    margin-top: 42px;
    padding: 21px;
    font-size: 1em;
    opacity: 0.7;
    color: #533483;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_miniRight_frame100 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.75; }
}

h1, h2 {
    animation: anim_endBlock_element691 2.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 31px; }
    main { padding: 39px; }
    .menu-container { padding: 34px; }
    header { margin: -45px -32px 35px -30px; padding: 16px 36px; }
}

/* Unique classes generated per host */
.mainAbstract_wrap832 { color: #fff; }
.hdrfullLink_screen761 { border-top-color: #533483; }
.mretroSmooth_widget747 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrnanoLayout_layer152 { text-shadow: 0 0 1px #533483; }
.navmainTop_screen358 { display: flex; }
.menuhighlightArticle_wrap383 { flex-direction: column; }
.lnkbrightTitle_component41 { cursor: pointer; }
.tblborderFuturistic77 { font-size: 0.95em; }
.th_gridText_area738 { text-align: center; }
.td_maximalDeep_frame976 { vertical-align: top; }
.tr_sectionContainer_item595 { border-collapse: separate; }
.bqelementBorder_frame87 { margin-left: 1em; }
.codelayoutSubtitle_section268 { white-space: nowrap; }
.preblockSmooth_panel215 { line-height: 1.4; }
.imgmediumAbstract_component734 { object-fit: cover; }
