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

body {
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 1.6;
    padding: 15px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        74deg,
        rgba(0, 0, 0, 0.13) 0px,
        rgba(0, 0, 0, 0.13) 3px,
        transparent 3px,
        transparent 1px
    ),
    linear-gradient(20deg, #1a1a2e 0%, #1a1a2e 100%);
    color: #e94560;
    text-shadow: -1px 2px 2.8px rgba(113, 200, 137, 0.61);
}

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

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

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

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

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

main {
    max-width: 822px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(31, 31, 51, 0.80);
    box-shadow: 0 0 12px rgba(22, 33, 62, 0.1);
    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 9px;
    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 6px rgba(22, 33, 62, 0.4);
}

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

th, td {
    padding: 11px;
    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: 19px;
    border-left: 3px solid #16213e;
    margin: 17px 0;
    background: rgba(31, 31, 51, 0.51);
    font-style: italic;
    color: #e94560;
    border: 1px solid #333;
}

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

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

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

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

@keyframes flicker_textImage_container17 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.87; }
}

h1, h2 {
    animation: anim_futuristicSmooth_page12 2.9s infinite;
}

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

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

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

/* Unique classes generated per host */
.backgroundCore_window967 { color: #ddd; }
.hdrcontainerLayout_frame565 { border-top-color: #16213e; }
.mmoduleMaximal_holder315 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrleftExtra_screen858 { text-shadow: 0 0 1px #16213e; }
.navlargeGiga_window939 { display: flex; }
.menutableQuarter_frame798 { flex-direction: column; }
.lnkmediumContent_module728 { cursor: pointer; }
.tblparagraphWrapper_view622 { font-size: 0.95em; }
.th_adaptiveLink_window967 { text-align: center; }
.td_rowBright_item476 { vertical-align: top; }
.tr_middleBorder_window304 { border-collapse: separate; }
.bqleftRough_page375 { margin-left: 1em; }
.codemodernItem_card453 { white-space: nowrap; }
.prebuttonSimple_widget326 { line-height: 1.4; }
.imgcomplexBase_section472 { object-fit: cover; }
