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

body {
    font-family: 'Comic Sans MS', cursive;
    line-height: 1.5;
    padding: 22px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        294deg,
        rgba(0, 0, 0, 0.18) 0px,
        rgba(0, 0, 0, 0.18) 1px,
        transparent 1px,
        transparent 1px
    );
    color: #dcdcdc;
}

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

h2 {
    margin-top: 28px;
    margin-bottom: 17px;
    font-size: 1rem;
    color: #ff79c6;
    border-bottom: 1px solid #ff79c6;
    padding-bottom: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 29px;
    margin-bottom: 9px;
    font-size: 1rem;
    color: #ff79c6;
    letter-spacing: 0px;
}

p { margin-bottom: 12px; }
ul { padding-left: 19px; margin-bottom: 24px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: rgba(46, 46, 46, 0.98);
    padding: 0px;
    margin: -22px -22px 29px -22px;
    z-index: 100;
    border-bottom: 2px solid #ff79c6;
}

main {
    max-width: 755px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(51, 51, 51, 0.80);
    box-shadow: 0 0 41px rgba(255, 121, 198, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background: rgba(56, 56, 56, 0.61);
    border: 1px solid #333;
}

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

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

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

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

blockquote {
    padding: 13px;
    border-left: 3px solid #ff79c6;
    margin: 25px 0;
    background: rgba(51, 51, 51, 0.65);
    font-style: italic;
    color: #ff79c6;
    border: 1px solid #333;
}

code {
    background: #2e2e2e;
    padding: 1px 4px;
    border-radius: 0;
    font-family: 'Comic Sans MS', cursive;
    color: #ff79c6;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #2e2e2e;
    padding: 15px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #dcdcdc;
}

.menu-container {
    max-width: 829px;
    margin: 15px auto;
    background: rgba(51, 51, 51, 0.77);
    border-radius: 0;
    padding: 23px;
    box-shadow: 0 0 41px rgba(255, 121, 198, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

footer {
    text-align: center;
    margin-top: 47px;
    padding: 23px;
    font-size: 1em;
    opacity: 0.8;
    color: #ff79c6;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

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

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

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

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

@media (min-width: 768px) {
    body { padding: 35px; }
    main { padding: 33px; }
    .menu-container { padding: 30px; }
    header { margin: -48px -48px 26px -43px; padding: 15px 40px; }
}

/* Unique classes generated per host */
.rootCore_card76 { color: #eee; }
.hdrbottomGiga_card477 { border-top-color: #ff79c6; }
.mlargeText241 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrhighlightNano_module154 { text-shadow: 0 0 1px #ff79c6; }
.navbaseWrapper_view621 { display: flex; }
.menuedgeNavigation_container919 { flex-direction: column; }
.lnktitleText_holder756 { cursor: pointer; }
.tbldarkTable_element343 { font-size: 0.95em; }
.th_hardHard_card28 { text-align: center; }
.td_footerGlobal_frame253 { vertical-align: top; }
.tr_nanoBottom_box554 { border-collapse: separate; }
.bqcenterRight_wrap984 { margin-left: 1em; }
.codewrapperMain_item541 { white-space: nowrap; }
.preuniversalPrimary_module302 { line-height: 1.4; }
.imgsmallHeader_window627 { object-fit: cover; }
