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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.7;
    padding: 25px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        302deg,
        rgba(0, 0, 0, 0.25) 0px,
        rgba(0, 0, 0, 0.25) 2px,
        transparent 2px,
        transparent 3px
    ),
    linear-gradient(184deg, #1a1a2e 0%, #222222 100%);
    color: #e94560;
    text-shadow: 0px 0px 5px rgba(179, 188, 176, 0.62);
}

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

h2 {
    margin-top: 30px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #16213e;
    border-bottom: 1px solid #16213e;
    padding-bottom: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

p { margin-bottom: 15px; }
ul { padding-left: 17px; margin-bottom: 22px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.3s; }

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

main {
    max-width: 758px;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    background: rgba(31, 31, 51, 0.75);
    box-shadow: 0 0 47px rgba(22, 33, 62, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

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

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

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

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

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

code {
    background: #1a1a2e;
    padding: 3px 8px;
    border-radius: 0;
    font-family: 'Lucida Console', Monaco, monospace;
    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: 788px;
    margin: 15px auto;
    background: rgba(31, 31, 51, 0.87);
    border-radius: 0;
    padding: 22px;
    box-shadow: 0 0 47px rgba(22, 33, 62, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

footer {
    text-align: center;
    margin-top: 48px;
    padding: 20px;
    font-size: 1em;
    opacity: 0.5;
    color: #16213e;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_startSide648 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.81; }
}

h1, h2 {
    animation: anim_endList_layer721 1.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 47px; }
    main { padding: 49px; }
    .menu-container { padding: 46px; }
    header { margin: -39px -38px 35px -40px; padding: 19px 31px; }
}

/* Unique classes generated per host */
.topFuturistic_item431 { color: #ddd; }
.hdrsuperMaximal_view983 { border-top-color: #16213e; }
.mmiddleSection144 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrhyperItem_box513 { text-shadow: 0 0 1px #16213e; }
.navabstractRight_screen236 { display: flex; }
.menudarkStart_wrap668 { flex-direction: column; }
.lnkgridFuturistic_component802 { cursor: pointer; }
.tblaccentPanel227 { font-size: 0.95em; }
.th_abstractTable_frame837 { text-align: center; }
.td_vintageCell_element873 { vertical-align: top; }
.tr_sidebarPrimary_screen4 { border-collapse: separate; }
.bqsoftSidebar_card617 { margin-left: 1em; }
.codestartHard_screen132 { white-space: nowrap; }
.preitemMega_holder860 { line-height: 1.4; }
.imglistRoot_layer643 { object-fit: cover; }
