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

body {
    font-family: 'Georgia', serif;
    line-height: 1.6;
    padding: 22px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        10deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 3px,
        transparent 3px,
        transparent 1px
    ),
    linear-gradient(240deg, #0a0a0a 0%, #0a0a0a 100%);
    color: #a8c7c7;
    text-shadow: 0px 2px 1.7px rgba(130, 181, 153, 0.68);
}

h1 {
    text-align: center;
    margin: 22px 0;
    font-size: 2rem;
    color: #68c8c8;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 8px rgba(104, 200, 200, 0.5);
    border-bottom: 1px dashed #68c8c8;
    padding-bottom: 13px;
}

h2 {
    margin-top: 31px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #68c8c8;
    border-bottom: 1px solid #68c8c8;
    padding-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 29px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #a8c7c7;
    letter-spacing: 1px;
}

p { margin-bottom: 18px; }
ul { padding-left: 24px; margin-bottom: 17px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 13px;
    position: sticky;
    top: 0;
    background: rgba(10, 10, 10, 0.95);
    padding: 0px;
    margin: -22px -22px 27px -22px;
    z-index: 100;
    border-bottom: 2px solid #68c8c8;
}

main {
    max-width: 828px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(15, 15, 15, 0.82);
    box-shadow: 0 0 38px rgba(104, 200, 200, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

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 #68c8c8;
    color: #68c8c8;
    padding: 5px 9px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #68c8c8;
    color: #000;
    border-color: #68c8c8;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(104, 200, 200, 0.4);
}

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

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

th {
    background: #0a0a0a;
    color: #68c8c8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(104, 200, 200, 0.1);
}

blockquote {
    padding: 13px;
    border-left: 3px solid #68c8c8;
    margin: 17px 0;
    background: rgba(15, 15, 15, 0.59);
    font-style: italic;
    color: #68c8c8;
    border: 1px solid #333;
}

code {
    background: #0a0a0a;
    padding: 1px 5px;
    border-radius: 0;
    font-family: 'Georgia', serif;
    color: #68c8c8;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0a0a0a;
    padding: 18px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #a8c7c7;
}

.menu-container {
    max-width: 834px;
    margin: 24px auto;
    background: rgba(15, 15, 15, 0.73);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 38px rgba(104, 200, 200, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

footer {
    text-align: center;
    margin-top: 39px;
    padding: 19px;
    font-size: 1em;
    opacity: 0.7;
    color: #68c8c8;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

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

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

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

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

@media (min-width: 768px) {
    body { padding: 31px; }
    main { padding: 39px; }
    .menu-container { padding: 32px; }
    header { margin: -47px -34px 30px -36px; padding: 22px 47px; }
}

/* Unique classes generated per host */
.roughSecondary_widget548 { color: #eee; }
.hdrsideLight_wrap204 { border-top-color: #68c8c8; }
.mmegaParagraph_module85 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrmediumBackground_frame530 { text-shadow: 0 0 1px #68c8c8; }
.navgridMega_page298 { display: flex; }
.menudimLayout_window986 { flex-direction: column; }
.lnkimageBase_view301 { cursor: pointer; }
.tbldeepExtra_widget501 { font-size: 0.95em; }
.th_maximalVintage_area55 { text-align: center; }
.td_megaLink_window513 { vertical-align: top; }
.tr_blockMega_frame72 { border-collapse: separate; }
.bqcontentDark_item245 { margin-left: 1em; }
.codemoduleBlock880 { white-space: nowrap; }
.presidebarAbstract_holder85 { line-height: 1.4; }
.imgaccentComplex_box125 { object-fit: cover; }
