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

body {
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 1.8;
    padding: 18px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        168deg,
        rgba(0, 0, 0, 0.21) 0px,
        rgba(0, 0, 0, 0.21) 1px,
        transparent 1px,
        transparent 2px
    ),
    linear-gradient(193deg, #1d2d50 0%, #1d2d50 100%);
    color: #f1f1f1;
    text-shadow: -2px -2px 5px rgba(199, 163, 157, 0.6);
}

h1 {
    text-align: center;
    margin: 24px 0;
    font-size: 2rem;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 7px rgba(255, 107, 107, 0.6);
    border-bottom: 1px dashed #ff6b6b;
    padding-bottom: 18px;
}

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

h3 {
    margin-top: 26px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #f1f1f1;
    letter-spacing: 1px;
}

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

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(29, 45, 80, 0.98);
    padding: 0px;
    margin: -18px -18px 32px -18px;
    z-index: 100;
    border-bottom: 2px solid #ff6b6b;
}

main {
    max-width: 821px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(34, 50, 85, 0.83);
    box-shadow: 0 0 29px rgba(255, 107, 107, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

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

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

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

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

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

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

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

code {
    background: #1d2d50;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Trebuchet MS', sans-serif;
    color: #ff6b6b;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 816px;
    margin: 15px auto;
    background: rgba(34, 50, 85, 0.79);
    border-radius: 0;
    padding: 24px;
    box-shadow: 0 0 29px rgba(255, 107, 107, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

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

@keyframes flicker_headerText_screen140 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.76; }
}

h1, h2 {
    animation: anim_headerRetro_section300 1.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 42px; }
    main { padding: 35px; }
    .menu-container { padding: 31px; }
    header { margin: -36px -47px 30px -39px; padding: 20px 40px; }
}

/* Unique classes generated per host */
.gridAdaptive_box751 { color: #eee; }
.hdrprimaryFlexible_section723 { border-top-color: #ff6b6b; }
.mstartDeep_module905 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftrcellHolder_window311 { text-shadow: 0 0 1px #ff6b6b; }
.navquarterSimple_page77 { display: flex; }
.menubrightTop_frame902 { flex-direction: column; }
.lnkfullPrimary_panel545 { cursor: pointer; }
.tblmodernLayout_wrap390 { font-size: 0.95em; }
.th_adaptiveThird_component445 { text-align: center; }
.td_rootFull_section556 { vertical-align: top; }
.tr_imagePanel_section922 { border-collapse: separate; }
.bqcornerImage_element561 { margin-left: 1em; }
.codeshadowUniversal_container201 { white-space: nowrap; }
.prequarterNavigation_window521 { line-height: 1.4; }
.imgfullPanel_section269 { object-fit: cover; }
