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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    padding: 20px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        322deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 2px,
        transparent 2px,
        transparent 1px
    ),
    linear-gradient(234deg, #0f3460 0%, #111111 100%);
    color: #e94560;
}

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

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

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

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

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

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

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

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(25, 62, 106, 0.50);
    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: 1px;
    border: 1px solid #333;
}

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

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

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

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

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

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

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

@keyframes flicker_futuristicFuturistic_component799 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.94; }
}

h1, h2 {
    animation: anim_mediumPrimary164 2s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 38px; }
    main { padding: 37px; }
    .menu-container { padding: 50px; }
    header { margin: -32px -30px 28px -36px; padding: 15px 35px; }
}

/* Unique classes generated per host */
.startMini_widget121 { color: #eee; }
.hdrlistParagraph_area571 { border-top-color: #533483; }
.mclassicLeft_box134 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrcenterSection_view114 { text-shadow: 0 0 1px #533483; }
.navforegroundMedium_box474 { display: flex; }
.menulinkLink_page369 { flex-direction: column; }
.lnkarticleNano_wrap809 { cursor: pointer; }
.tblforegroundFlat_window150 { font-size: 0.95em; }
.th_smoothCore_window98 { text-align: center; }
.td_sectionForeground_wrap941 { vertical-align: top; }
.tr_halfCore_frame626 { border-collapse: separate; }
.bqhalfContent_card740 { margin-left: 1em; }
.codemoduleBackground_component85 { white-space: nowrap; }
.prefuturisticHard_section714 { line-height: 1.4; }
.imgrootMaximal_item27 { object-fit: cover; }
