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

body {
    font-family: 'Impact', Charcoal, sans-serif;
    line-height: 1.6;
    padding: 20px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        332deg,
        rgba(0, 0, 0, 0.11) 0px,
        rgba(0, 0, 0, 0.11) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #dcdcdc;
    text-shadow: -1px 2px 1.8px rgba(117, 100, 137, 0.87);
}

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

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

h3 {
    margin-top: 21px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #ff79c6;
    letter-spacing: 2px;
}

p { margin-bottom: 11px; }
ul { padding-left: 24px; margin-bottom: 22px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.2s; }

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

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

main img {
    display: block;
    margin: 27px 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 9px;
    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.7);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    body { padding: 48px; }
    main { padding: 35px; }
    .menu-container { padding: 48px; }
    header { margin: -41px -39px 27px -48px; padding: 19px 41px; }
}

/* Unique classes generated per host */
.leftForm_area951 { color: #eee; }
.hdrblockBase_area698 { border-top-color: #ff79c6; }
.melementRough_panel59 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrroughList_box728 { text-shadow: 0 0 1px #ff79c6; }
.navdarkClassic_view568 { display: flex; }
.menumegaLayout_element850 { flex-direction: column; }
.lnkbuttonList_panel520 { cursor: pointer; }
.tblglobalItem_box755 { font-size: 0.95em; }
.th_startLarge_module839 { text-align: center; }
.td_rightHard_widget803 { vertical-align: top; }
.tr_imageBorder_section147 { border-collapse: separate; }
.bqmodernMinimal_item544 { margin-left: 1em; }
.codemediumImage_window115 { white-space: nowrap; }
.preminimalClassic_component376 { line-height: 1.4; }
.imgmediumLink_card442 { object-fit: cover; }
