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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.5;
    padding: 24px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        266deg,
        rgba(0, 0, 0, 0.15) 0px,
        rgba(0, 0, 0, 0.15) 2px,
        transparent 2px,
        transparent 3px
    );
    color: #e94560;
    text-shadow: -2px 1px 3.1px rgba(145, 120, 107, 0.68);
}

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.6);
    border-bottom: 1px dashed #16213e;
    padding-bottom: 13px;
}

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

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

p { margin-bottom: 13px; }
ul { padding-left: 23px; margin-bottom: 20px; }
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.86);
    padding: 0px;
    margin: -24px -24px 27px -24px;
    z-index: 100;
    border-bottom: 2px solid #16213e;
}

main {
    max-width: 809px;
    margin: 0 auto;
    border-radius: 0;
    padding: 25px;
    background: rgba(31, 31, 51, 0.86);
    box-shadow: 0 0 35px 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: 6px 8px;
    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.57);
    border: 1px solid #333;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    body { padding: 39px; }
    main { padding: 33px; }
    .menu-container { padding: 41px; }
    header { margin: -43px -36px 25px -31px; padding: 23px 34px; }
}

/* Unique classes generated per host */
.minimalMain_holder198 { color: #fff; }
.hdrnavigationMain_container644 { border-top-color: #16213e; }
.msoftMinimal_page648 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrhyperHard_module786 { text-shadow: 0 0 1px #16213e; }
.navformItem_card765 { display: flex; }
.menuhardButton_frame883 { flex-direction: column; }
.lnkformRough_screen593 { cursor: pointer; }
.tbllargeList_module687 { font-size: 0.95em; }
.th_paragraphMini_item592 { text-align: center; }
.td_universalModule_panel627 { vertical-align: top; }
.tr_containerComplex_container256 { border-collapse: separate; }
.bqnavigationNano_container48 { margin-left: 1em; }
.codeblockSide_page747 { white-space: nowrap; }
.prehyperComplex_element362 { line-height: 1.4; }
.imgrightClassic_component278 { object-fit: cover; }
