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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.4;
    padding: 13px;
    min-height: 100vh;
    background: linear-gradient(344deg, #1d2d50 0%, #111111 100%);
    color: #f1f1f1;
    text-shadow: 2px -1px 0.2px rgba(194, 151, 114, 0.71);
}

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

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

h3 {
    margin-top: 21px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #f1f1f1;
    letter-spacing: 0px;
}

p { margin-bottom: 10px; }
ul { padding-left: 25px; margin-bottom: 22px; }
li { margin-bottom: 8px; }
a { text-decoration: none; transition: 0.3s; }

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

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

main img {
    display: block;
    margin: 28px 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: 3px 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 5px rgba(255, 107, 107, 0.3);
}

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

th, td {
    padding: 13px;
    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: 13px;
    border-left: 3px solid #ff6b6b;
    margin: 16px 0;
    background: rgba(34, 50, 85, 0.59);
    font-style: italic;
    color: #ff6b6b;
    border: 1px solid #333;
}

code {
    background: #1d2d50;
    padding: 3px 6px;
    border-radius: 0;
    font-family: 'Lucida Console', Monaco, monospace;
    color: #ff6b6b;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

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

@keyframes flicker_cellElement_element582 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.91; }
}

h1, h2 {
    animation: anim_subtitleRight_page690 3.4s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 45px; }
    main { padding: 42px; }
    .menu-container { padding: 47px; }
    header { margin: -47px -48px 35px -30px; padding: 20px 34px; }
}

/* Unique classes generated per host */
.sideLight_box497 { color: #fff; }
.hdrstartParagraph_item716 { border-top-color: #ff6b6b; }
.mendModule_box44 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftruniversalElement90 { text-shadow: 0 0 1px #ff6b6b; }
.navquarterUniversal235 { display: flex; }
.menuaccentAccent_wrap636 { flex-direction: column; }
.lnkbaseMega_panel837 { cursor: pointer; }
.tblcontainerFlat_section155 { font-size: 0.95em; }
.th_rootVintage_section553 { text-align: center; }
.td_panelSmall_element761 { vertical-align: top; }
.tr_coreItem_box164 { border-collapse: separate; }
.bqfuturisticSmall_widget52 { margin-left: 1em; }
.codehyperLeft_component346 { white-space: nowrap; }
.prehalfSuper_section735 { line-height: 1.4; }
.imgdarkVintage_section707 { object-fit: cover; }
