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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.4;
    padding: 12px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        37deg,
        rgba(0, 0, 0, 0.15) 0px,
        rgba(0, 0, 0, 0.15) 1px,
        transparent 1px,
        transparent 2px
    ),
    linear-gradient(216deg, #2e2e2e 0%, #222222 100%);
    color: #dcdcdc;
}

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

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

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

p { margin-bottom: 10px; }
ul { padding-left: 17px; margin-bottom: 19px; }
li { margin-bottom: 8px; }
a { text-decoration: none; transition: 0.3s; }

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

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

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 #ff79c6;
    color: #ff79c6;
    padding: 6px 11px;
    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 10px rgba(255, 121, 198, 0.3);
}

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

th, td {
    padding: 13px;
    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.1);
}

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

code {
    background: #2e2e2e;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    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: 820px;
    margin: 20px auto;
    background: rgba(51, 51, 51, 0.78);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 47px rgba(255, 121, 198, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

@keyframes flicker_highlightForeground_item227 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

h1, h2 {
    animation: anim_moduleContent_card513 3.3s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 40px; }
    main { padding: 31px; }
    .menu-container { padding: 48px; }
    header { margin: -33px -46px 32px -42px; padding: 16px 45px; }
}

/* Unique classes generated per host */
.smoothHeader111 { color: #ddd; }
.hdrsimpleHyper_box163 { border-top-color: #ff79c6; }
.mhardForm_box603 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrendBorder_item621 { text-shadow: 0 0 1px #ff79c6; }
.navedgeLeft_screen484 { display: flex; }
.menuretroBlock_screen755 { flex-direction: column; }
.lnknanoText_box3 { cursor: pointer; }
.tblsmallRetro_screen811 { font-size: 0.95em; }
.th_complexHeader_area327 { text-align: center; }
.td_formMaximal_module559 { vertical-align: top; }
.tr_elementLayout_frame813 { border-collapse: separate; }
.bqadaptiveElement_window318 { margin-left: 1em; }
.codeflatStart_component568 { white-space: nowrap; }
.prerootShadow435 { line-height: 1.4; }
.imgtitleLeft_item100 { object-fit: cover; }
