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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.4;
    padding: 23px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        101deg,
        rgba(0, 0, 0, 0.16) 0px,
        rgba(0, 0, 0, 0.16) 3px,
        transparent 3px,
        transparent 2px
    );
    color: #dcdcdc;
    text-shadow: -2px 0px 2.7px rgba(148, 135, 191, 0.67);
}

h1 {
    text-align: center;
    margin: 19px 0;
    font-size: 2rem;
    color: #ff79c6;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 10px rgba(255, 121, 198, 0.4);
    border-bottom: 1px dashed #ff79c6;
    padding-bottom: 19px;
}

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

h3 {
    margin-top: 23px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #ff79c6;
    letter-spacing: 1px;
}

p { margin-bottom: 18px; }
ul { padding-left: 22px; margin-bottom: 17px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.4s; }

header {
    margin-bottom: 14px;
    position: sticky;
    top: 0;
    background: rgba(46, 46, 46, 0.92);
    padding: 0px;
    margin: -23px -23px 26px -23px;
    z-index: 100;
    border-bottom: 2px solid #ff79c6;
}

main {
    max-width: 829px;
    margin: 0 auto;
    border-radius: 0;
    padding: 17px;
    background: rgba(51, 51, 51, 0.83);
    box-shadow: 0 0 48px rgba(255, 121, 198, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

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

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

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

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

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

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

code {
    background: #2e2e2e;
    padding: 1px 7px;
    border-radius: 0;
    font-family: 'Arial', sans-serif;
    color: #ff79c6;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 842px;
    margin: 23px auto;
    background: rgba(51, 51, 51, 0.87);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 48px rgba(255, 121, 198, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

@keyframes flicker_foregroundMiddle_component660 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.78; }
}

h1, h2 {
    animation: anim_quarterMini_view874 2.3s infinite;
}

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

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

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

/* Unique classes generated per host */
.fullTop_module145 { color: #ddd; }
.hdrgigaTitle_container460 { border-top-color: #ff79c6; }
.muniversalDark_box249 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrnanoDark_wrap863 { text-shadow: 0 0 1px #ff79c6; }
.navbottomQuarter_area283 { display: flex; }
.menuarticleHolder107 { flex-direction: column; }
.lnkhyperLink_card33 { cursor: pointer; }
.tblglobalItem_page647 { font-size: 0.95em; }
.th_extraBase_panel934 { text-align: center; }
.td_backgroundMini_wrap962 { vertical-align: top; }
.tr_hyperSubtitle_panel106 { border-collapse: separate; }
.bqmiddleHyper550 { margin-left: 1em; }
.codecenterWrapper_area986 { white-space: nowrap; }
.presectionFull_box849 { line-height: 1.4; }
.imgsimpleFooter_widget35 { object-fit: cover; }
