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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.5;
    padding: 20px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        98deg,
        rgba(0, 0, 0, 0.11) 0px,
        rgba(0, 0, 0, 0.11) 2px,
        transparent 2px,
        transparent 1px
    );
    color: #f1f1f1;
}

h1 {
    text-align: center;
    margin: 20px 0;
    font-size: 2rem;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px dashed #ff6b6b;
    padding-bottom: 16px;
}

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

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

p { margin-bottom: 19px; }
ul { padding-left: 18px; margin-bottom: 20px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.2s; }

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

main {
    max-width: 780px;
    margin: 0 auto;
    border-radius: 0;
    padding: 25px;
    background: rgba(34, 50, 85, 0.80);
    box-shadow: 0 0 43px rgba(255, 107, 107, 0.1);
    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: 2px;
}
main a:hover {
    background-color: #ff6b6b;
    color: #000;
    border-color: #ff6b6b;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(255, 107, 107, 0.7);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 19px 0;
    background: rgba(39, 55, 90, 0.59);
    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: 1px;
    border: 1px solid #333;
}

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

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

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

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

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

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

footer {
    text-align: center;
    margin-top: 50px;
    padding: 25px;
    font-size: 1em;
    opacity: 0.7;
    color: #ff6b6b;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

@keyframes flicker_footerSuper_view228 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.81; }
}

h1, h2 {
    animation: anim_gridEnd_frame657 3.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 45px; }
    .menu-container { padding: 30px; }
    header { margin: -30px -42px 28px -40px; padding: 15px 43px; }
}

/* Unique classes generated per host */
.mainCenter_container787 { color: #fff; }
.hdrquarterRetro_card660 { border-top-color: #ff6b6b; }
.mhighlightMinimal_screen98 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftrsectionHyper_section764 { text-shadow: 0 0 1px #ff6b6b; }
.navlayoutThird_view561 { display: flex; }
.menuabstractClassic_frame469 { flex-direction: column; }
.lnktitleCore348 { cursor: pointer; }
.tblthirdCore_module962 { font-size: 0.95em; }
.th_moduleAbstract_module245 { text-align: center; }
.td_paragraphElement_frame777 { vertical-align: top; }
.tr_maximalContent_layer527 { border-collapse: separate; }
.bqformList_holder644 { margin-left: 1em; }
.coderetroGrid_card377 { white-space: nowrap; }
.preprimaryQuarter_module787 { line-height: 1.4; }
.imgbottomUniversal_window221 { object-fit: cover; }
