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

body {
    font-family: 'Helvetica', Arial, sans-serif;
    line-height: 1.8;
    padding: 25px;
    min-height: 100vh;
    background-color: #1a1a2e;
    color: #e94560;
    text-shadow: 0px -2px 0.5px rgba(130, 174, 178, 0.77);
}

h1 {
    text-align: center;
    margin: 19px 0;
    font-size: 2rem;
    color: #16213e;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 10px rgba(22, 33, 62, 0.6);
    border-bottom: 1px dashed #16213e;
    padding-bottom: 16px;
}

h2 {
    margin-top: 33px;
    margin-bottom: 18px;
    font-size: 1rem;
    color: #16213e;
    border-bottom: 1px solid #16213e;
    padding-bottom: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 23px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #16213e;
    letter-spacing: 2px;
}

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

header {
    margin-bottom: 13px;
    position: sticky;
    top: 0;
    background: rgba(26, 26, 46, 0.94);
    padding: 0px;
    margin: -25px -25px 25px -25px;
    z-index: 100;
    border-bottom: 2px solid #16213e;
}

main {
    max-width: 767px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(31, 31, 51, 0.89);
    box-shadow: 0 0 21px rgba(22, 33, 62, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

main img {
    display: block;
    margin: 29px 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 #16213e;
    color: #16213e;
    padding: 3px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #16213e;
    color: #000;
    border-color: #16213e;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(22, 33, 62, 0.5);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: rgba(36, 36, 56, 0.63);
    border: 1px solid #333;
}

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

th {
    background: #1a1a2e;
    color: #16213e;
    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(22, 33, 62, 0.1);
}

blockquote {
    padding: 10px;
    border-left: 3px solid #16213e;
    margin: 25px 0;
    background: rgba(31, 31, 51, 0.51);
    font-style: italic;
    color: #16213e;
    border: 1px solid #333;
}

code {
    background: #1a1a2e;
    padding: 1px 8px;
    border-radius: 0;
    font-family: 'Helvetica', Arial, sans-serif;
    color: #16213e;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1a1a2e;
    padding: 19px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #e94560;
}

.menu-container {
    max-width: 844px;
    margin: 22px auto;
    background: rgba(31, 31, 51, 0.77);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 21px rgba(22, 33, 62, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

footer {
    text-align: center;
    margin-top: 49px;
    padding: 23px;
    font-size: 1em;
    opacity: 0.8;
    color: #16213e;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

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

h1, h2 {
    animation: anim_vintageFuturistic_screen260 2.4s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 37px; }
    main { padding: 33px; }
    .menu-container { padding: 31px; }
    header { margin: -32px -46px 32px -30px; padding: 19px 37px; }
}

/* Unique classes generated per host */
.gridTitle_element979 { color: #fff; }
.hdrlistTable_module83 { border-top-color: #16213e; }
.msideHighlight_page975 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrmainDim_component205 { text-shadow: 0 0 1px #16213e; }
.navsimpleDim_page254 { display: flex; }
.menudeepHolder_card743 { flex-direction: column; }
.lnkminiAside_component481 { cursor: pointer; }
.tblcoreMaximal_area897 { font-size: 0.95em; }
.th_formGlobal_holder143 { text-align: center; }
.td_megaGrid_page942 { vertical-align: top; }
.tr_miniUniversal_window545 { border-collapse: separate; }
.bqmainFooter_frame483 { margin-left: 1em; }
.codehyperSimple_element851 { white-space: nowrap; }
.prefuturisticBase_card555 { line-height: 1.4; }
.imgminiHighlight_area96 { object-fit: cover; }
