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

body {
    font-family: 'Verdana', Geneva, sans-serif;
    line-height: 1.4;
    padding: 25px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        324deg,
        rgba(0, 0, 0, 0.1) 0px,
        rgba(0, 0, 0, 0.1) 3px,
        transparent 3px,
        transparent 2px
    );
    color: #f1f1f1;
}

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

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

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

p { margin-bottom: 13px; }
ul { padding-left: 21px; margin-bottom: 17px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.5s; }

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

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

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

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

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

code {
    background: #1d2d50;
    padding: 3px 5px;
    border-radius: 0;
    font-family: 'Verdana', Geneva, 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: 817px;
    margin: 19px auto;
    background: rgba(34, 50, 85, 0.87);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 13px rgba(255, 107, 107, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

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

@keyframes flicker_dimExtra_component480 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.94; }
}

h1, h2 {
    animation: anim_holderBlock_layer253 1.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 31px; }
    main { padding: 38px; }
    .menu-container { padding: 40px; }
    header { margin: -46px -44px 29px -45px; padding: 20px 36px; }
}

/* Unique classes generated per host */
.footerSuper_card552 { color: #ddd; }
.hdrformQuarter_card894 { border-top-color: #ff6b6b; }
.mblockCore_box667 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftrhyperCorner_widget771 { text-shadow: 0 0 1px #ff6b6b; }
.navbuttonGiga_component257 { display: flex; }
.menuroughRetro_box872 { flex-direction: column; }
.lnkgigaTop_element320 { cursor: pointer; }
.tblminiHyper_wrap289 { font-size: 0.95em; }
.th_highlightHeader_item761 { text-align: center; }
.td_accentGlobal_wrap627 { vertical-align: top; }
.tr_primaryNavigation_box612 { border-collapse: separate; }
.bqlargeGiga_component747 { margin-left: 1em; }
.codeforegroundButton_holder819 { white-space: nowrap; }
.pregridGiga_box979 { line-height: 1.4; }
.imgstartExtra_wrap711 { object-fit: cover; }
