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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    padding: 13px;
    min-height: 100vh;
    background: linear-gradient(84deg, #0f3460 0%, #111111 100%);
    color: #e94560;
}

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

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

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

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

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

main {
    max-width: 844px;
    margin: 0 auto;
    border-radius: 0;
    padding: 25px;
    background: rgba(20, 57, 101, 0.74);
    box-shadow: 0 0 44px rgba(83, 52, 131, 0.0);
    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 8px;
    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 10px rgba(83, 52, 131, 0.6);
}

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

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

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

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

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

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

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

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

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

h1, h2 {
    animation: anim_complexSmall_section295 2.3s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 43px; }
    main { padding: 33px; }
    .menu-container { padding: 39px; }
    header { margin: -47px -44px 33px -36px; padding: 17px 50px; }
}

/* Unique classes generated per host */
.holderMinimal_layer472 { color: #fff; }
.hdrmaximalGiga_section875 { border-top-color: #533483; }
.mabstractFull_wrap124 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrelementBase_card790 { text-shadow: 0 0 1px #533483; }
.navbottomDim_layer998 { display: flex; }
.menuhardRight_area814 { flex-direction: column; }
.lnktextForeground_page54 { cursor: pointer; }
.tblsideItem_screen851 { font-size: 0.95em; }
.th_halfDim_module617 { text-align: center; }
.td_maximalFuturistic_layer972 { vertical-align: top; }
.tr_itemWrapper_layer266 { border-collapse: separate; }
.bqbackgroundVintage_container248 { margin-left: 1em; }
.codeleftBlock_layer338 { white-space: nowrap; }
.prelistList_section783 { line-height: 1.4; }
.imgcornerLeft_area860 { object-fit: cover; }
