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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    padding: 23px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        79deg,
        rgba(0, 0, 0, 0.23) 0px,
        rgba(0, 0, 0, 0.23) 3px,
        transparent 3px,
        transparent 3px
    ),
    linear-gradient(322deg, #1d2d50 0%, #111111 100%);
    color: #f1f1f1;
    text-shadow: -2px 1px 2px rgba(147, 181, 114, 0.74);
}

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

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

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

p { margin-bottom: 10px; }
ul { padding-left: 23px; margin-bottom: 16px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.3s; }

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

main {
    max-width: 787px;
    margin: 0 auto;
    border-radius: 0;
    padding: 25px;
    background: rgba(34, 50, 85, 0.87);
    box-shadow: 0 0 21px rgba(255, 107, 107, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

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

table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: rgba(39, 55, 90, 0.65);
    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.2);
}

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

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

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

.menu-container {
    max-width: 788px;
    margin: 25px auto;
    background: rgba(34, 50, 85, 0.80);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 21px rgba(255, 107, 107, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

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

@keyframes flicker_minimalSoft_frame233 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.92; }
}

h1, h2 {
    animation: anim_baseBottom_wrap648 1.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 46px; }
    main { padding: 32px; }
    .menu-container { padding: 30px; }
    header { margin: -34px -39px 25px -48px; padding: 23px 41px; }
}

/* Unique classes generated per host */
.itemExtra_card811 { color: #ddd; }
.hdrquarterContent_component132 { border-top-color: #ff6b6b; }
.msecondaryTable_component439 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftrminimalArticle_frame353 { text-shadow: 0 0 1px #ff6b6b; }
.navrootRow_window296 { display: flex; }
.menucornerHyper_wrap11 { flex-direction: column; }
.lnkprimaryElement579 { cursor: pointer; }
.tblsectionAdaptive_wrap488 { font-size: 0.95em; }
.th_thirdRoot_screen446 { text-align: center; }
.td_paragraphSmall_holder91 { vertical-align: top; }
.tr_nanoExtra_element176 { border-collapse: separate; }
.bqsecondaryTop_item644 { margin-left: 1em; }
.codesoftAside_view287 { white-space: nowrap; }
.presideFlat_element785 { line-height: 1.4; }
.imglargeLight_layer815 { object-fit: cover; }
