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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.4;
    padding: 21px;
    min-height: 100vh;
    background: linear-gradient(358deg, #0f3460 0%, #0f3460 100%);
    color: #e94560;
    text-shadow: -1px 1px 0px rgba(163, 119, 123, 0.9);
}

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

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

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

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

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

main {
    max-width: 827px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(20, 57, 101, 0.76);
    box-shadow: 0 0 31px rgba(83, 52, 131, 0.2);
    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: 6px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #533483;
    color: #000;
    border-color: #533483;
    text-decoration: none;
    box-shadow: 0 0 8px rgba(83, 52, 131, 0.4);
}

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

th, td {
    padding: 14px;
    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: 19px;
    border-left: 3px solid #533483;
    margin: 15px 0;
    background: rgba(20, 57, 101, 0.58);
    font-style: italic;
    color: #e94560;
    border: 1px solid #333;
}

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

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

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

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

@keyframes flicker_shadowAdaptive_holder504 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

h1, h2 {
    animation: anim_tableVintage_layer865 3.2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 49px; }
    .menu-container { padding: 37px; }
    header { margin: -50px -39px 30px -30px; padding: 23px 48px; }
}

/* Unique classes generated per host */
.simpleGiga_component608 { color: #ddd; }
.hdrglobalPanel_layer524 { border-top-color: #533483; }
.mminimalTitle_wrap347 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrrowSecondary_view743 { text-shadow: 0 0 1px #533483; }
.navsubtitlePanel_layer47 { display: flex; }
.menumiddleButton_element20 { flex-direction: column; }
.lnkarticleLeft_page144 { cursor: pointer; }
.tblnavigationSide_panel241 { font-size: 0.95em; }
.th_paragraphCore_wrap810 { text-align: center; }
.td_topShadow380 { vertical-align: top; }
.tr_classicAccent_page852 { border-collapse: separate; }
.bqsideTitle_item974 { margin-left: 1em; }
.codepanelSuper_page27 { white-space: nowrap; }
.prerowButton_panel401 { line-height: 1.4; }
.imgborderPanel_panel634 { object-fit: cover; }
