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

body {
    font-family: 'Garamond', serif;
    line-height: 1.5;
    padding: 19px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        246deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 2px,
        transparent 2px,
        transparent 1px
    );
    color: #e94560;
    text-shadow: 2px 2px 3.3px rgba(151, 182, 110, 0.61);
}

h1 {
    text-align: center;
    margin: 16px 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: 17px;
}

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

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

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

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

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

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

table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background: rgba(36, 36, 56, 0.70);
    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: 3px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(22, 33, 62, 0.0);
}

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

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

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

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

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

@keyframes flicker_deepTop_box858 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.91; }
}

h1, h2 {
    animation: anim_flexibleGlobal_card931 3s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 37px; }
    .menu-container { padding: 34px; }
    header { margin: -38px -47px 30px -30px; padding: 15px 37px; }
}

/* Unique classes generated per host */
.articleSoft905 { color: #eee; }
.hdrmodernTop819 { border-top-color: #16213e; }
.mmainArticle_box78 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrsoftForm_widget565 { text-shadow: 0 0 1px #16213e; }
.navflexibleRow_page256 { display: flex; }
.menucontentFlexible_window184 { flex-direction: column; }
.lnkvintageBorder_wrap820 { cursor: pointer; }
.tblholderContainer_widget508 { font-size: 0.95em; }
.th_superText_card983 { text-align: center; }
.td_maximalRow_view67 { vertical-align: top; }
.tr_brightArticle_screen547 { border-collapse: separate; }
.bqdarkRight_holder142 { margin-left: 1em; }
.codenavigationDark_widget568 { white-space: nowrap; }
.preprimaryAdaptive_container779 { line-height: 1.4; }
.imgprimaryStart_page531 { object-fit: cover; }
