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

body {
    font-family: 'Garamond', serif;
    line-height: 1.6;
    padding: 22px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        320deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 2px,
        transparent 2px,
        transparent 3px
    ),
    linear-gradient(174deg, #1a1a2e 0%, #111111 100%);
    color: #e94560;
    text-shadow: -1px 1px 3.8px rgba(134, 141, 141, 0.73);
}

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

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

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

p { margin-bottom: 11px; }
ul { padding-left: 19px; margin-bottom: 23px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.5s; }

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

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

main img {
    display: block;
    margin: 22px 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: 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.3);
}

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

th, td {
    padding: 14px;
    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: 18px;
    border-left: 3px solid #16213e;
    margin: 24px 0;
    background: rgba(31, 31, 51, 0.68);
    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: 15px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #e94560;
}

.menu-container {
    max-width: 839px;
    margin: 25px auto;
    background: rgba(31, 31, 51, 0.75);
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 49px rgba(22, 33, 62, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #16213e;
}

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

@keyframes flicker_rootCell_card503 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.73; }
}

h1, h2 {
    animation: anim_endSection_card564 3.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 32px; }
    main { padding: 40px; }
    .menu-container { padding: 48px; }
    header { margin: -49px -30px 32px -34px; padding: 19px 47px; }
}

/* Unique classes generated per host */
.abstractImage_frame549 { color: #ddd; }
.hdrbuttonMega_panel187 { border-top-color: #16213e; }
.madaptiveFlexible_box597 { outline: 1px solid rgba(22, 33, 62, 0.1); }
.ftrminiMedium_screen401 { text-shadow: 0 0 1px #16213e; }
.navwrapperMega_widget113 { display: flex; }
.menuflatDark_widget994 { flex-direction: column; }
.lnkdarkSuper_widget653 { cursor: pointer; }
.tbllargeBackground_window130 { font-size: 0.95em; }
.th_universalRough_holder187 { text-align: center; }
.td_edgeDim203 { vertical-align: top; }
.tr_shadowMinimal_panel969 { border-collapse: separate; }
.bqsubtitleGiga_card861 { margin-left: 1em; }
.codeextraModule_element859 { white-space: nowrap; }
.prehardSubtitle_wrap34 { line-height: 1.4; }
.imgminiVintage_element998 { object-fit: cover; }
