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

body {
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 1.6;
    padding: 10px;
    min-height: 100vh;
    background-color: #0f3460;
    color: #e94560;
}

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

h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    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: 12px;
    font-size: 1rem;
    color: #e94560;
    letter-spacing: 1px;
}

p { margin-bottom: 11px; }
ul { padding-left: 21px; margin-bottom: 20px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.3s; }

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

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

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

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

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

code {
    background: #0f3460;
    padding: 2px 4px;
    border-radius: 0;
    font-family: 'Helvetica', Arial, sans-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: 794px;
    margin: 16px auto;
    background: rgba(20, 57, 101, 0.77);
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 48px rgba(83, 52, 131, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

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

@keyframes flicker_baseSecondary_panel89 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.93; }
}

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

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

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

@media (min-width: 768px) {
    body { padding: 37px; }
    main { padding: 40px; }
    .menu-container { padding: 42px; }
    header { margin: -41px -49px 31px -43px; padding: 22px 30px; }
}

/* Unique classes generated per host */
.mainMain_window314 { color: #eee; }
.hdrsoftTable_card793 { border-top-color: #533483; }
.mcorePrimary_frame310 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrheaderRoot_widget824 { text-shadow: 0 0 1px #533483; }
.navborderContent_window565 { display: flex; }
.menuflexibleSection_layer437 { flex-direction: column; }
.lnkcellAccent_box730 { cursor: pointer; }
.tblvintageDark_module860 { font-size: 0.95em; }
.th_hardPrimary_section559 { text-align: center; }
.td_miniWrapper_panel275 { vertical-align: top; }
.tr_subtitleLeft_card35 { border-collapse: separate; }
.bqsecondaryEnd_page949 { margin-left: 1em; }
.codeextraArticle_window767 { white-space: nowrap; }
.prethirdCorner_frame977 { line-height: 1.4; }
.imgrootEdge_module25 { object-fit: cover; }
