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

body {
    font-family: 'Garamond', serif;
    line-height: 1.4;
    padding: 21px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        165deg,
        rgba(0, 0, 0, 0.25) 0px,
        rgba(0, 0, 0, 0.25) 3px,
        transparent 3px,
        transparent 1px
    ),
    linear-gradient(2deg, #1d2d50 0%, #1d2d50 100%);
    color: #f1f1f1;
    text-shadow: 0px 0px 2px rgba(174, 151, 182, 0.72);
}

h1 {
    text-align: center;
    margin: 23px 0;
    font-size: 2rem;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
    border-bottom: 1px dashed #ff6b6b;
    padding-bottom: 10px;
}

h2 {
    margin-top: 35px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #ff6b6b;
    border-bottom: 1px solid #ff6b6b;
    padding-bottom: 7px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

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

header {
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: rgba(29, 45, 80, 0.90);
    padding: 0px;
    margin: -21px -21px 28px -21px;
    z-index: 100;
    border-bottom: 2px solid #ff6b6b;
}

main {
    max-width: 841px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(34, 50, 85, 0.79);
    box-shadow: 0 0 42px rgba(255, 107, 107, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

main img {
    display: block;
    margin: 27px 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 #ff6b6b;
    color: #ff6b6b;
    padding: 5px 12px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #ff6b6b;
    color: #000;
    border-color: #ff6b6b;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    background: rgba(39, 55, 90, 0.65);
    border: 1px solid #333;
}

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

th {
    background: #1d2d50;
    color: #ff6b6b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(255, 107, 107, 0.1);
}

blockquote {
    padding: 14px;
    border-left: 3px solid #ff6b6b;
    margin: 15px 0;
    background: rgba(34, 50, 85, 0.68);
    font-style: italic;
    color: #f1f1f1;
    border: 1px solid #333;
}

code {
    background: #1d2d50;
    padding: 3px 5px;
    border-radius: 0;
    font-family: 'Garamond', serif;
    color: #ff6b6b;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1d2d50;
    padding: 17px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #f1f1f1;
}

.menu-container {
    max-width: 759px;
    margin: 18px auto;
    background: rgba(34, 50, 85, 0.77);
    border-radius: 0;
    padding: 21px;
    box-shadow: 0 0 42px rgba(255, 107, 107, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

footer {
    text-align: center;
    margin-top: 39px;
    padding: 19px;
    font-size: 1em;
    opacity: 0.5;
    color: #ff6b6b;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_vintageBase_panel491 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.9; }
}

h1, h2 {
    animation: anim_baseGlobal_section781 3.1s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 46px; }
    main { padding: 31px; }
    .menu-container { padding: 49px; }
    header { margin: -47px -37px 34px -42px; padding: 22px 45px; }
}

/* Unique classes generated per host */
.sidebarBottom_area986 { color: #eee; }
.hdrmediumPrimary_area719 { border-top-color: #ff6b6b; }
.mheaderBright_layer398 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftrshadowAside_layer932 { text-shadow: 0 0 1px #ff6b6b; }
.navsubtitleHolder_module854 { display: flex; }
.menunanoGlobal_element342 { flex-direction: column; }
.lnkhyperSmall_element473 { cursor: pointer; }
.tblcontentCell_widget470 { font-size: 0.95em; }
.th_dimBase_item417 { text-align: center; }
.td_flexibleSmall_box999 { vertical-align: top; }
.tr_asideMaximal_panel379 { border-collapse: separate; }
.bqendRetro_holder602 { margin-left: 1em; }
.codethirdFlat_widget329 { white-space: nowrap; }
.pretopStart_frame698 { line-height: 1.4; }
.imgnanoLeft_section262 { object-fit: cover; }
