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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.7;
    padding: 24px;
    min-height: 100vh;
    background: linear-gradient(229deg, #2e2e2e 0%, #2e2e2e 100%);
    color: #dcdcdc;
    text-shadow: -1px 0px 3.8px rgba(169, 148, 125, 0.85);
}

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

h2 {
    margin-top: 26px;
    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: 28px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #dcdcdc;
    letter-spacing: 2px;
}

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

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

main {
    max-width: 801px;
    margin: 0 auto;
    border-radius: 0;
    padding: 19px;
    background: rgba(51, 51, 51, 0.82);
    box-shadow: 0 0 28px rgba(255, 121, 198, 0.1);
    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: 4px 10px;
    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.5);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: rgba(56, 56, 56, 0.64);
    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: 3px;
    border: 1px solid #333;
}

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

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

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

code {
    background: #2e2e2e;
    padding: 2px 5px;
    border-radius: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #ff79c6;
    border: 1px solid #333;
    font-size: 1em;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
    body { padding: 49px; }
    main { padding: 35px; }
    .menu-container { padding: 35px; }
    header { margin: -35px -50px 35px -50px; padding: 24px 44px; }
}

/* Unique classes generated per host */
.textSoft_screen552 { color: #fff; }
.hdrrootHalf_card633 { border-top-color: #ff79c6; }
.mclassicAccent_widget540 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrtitleUniversal_box746 { text-shadow: 0 0 1px #ff79c6; }
.navfuturisticLarge_component926 { display: flex; }
.menublockExtra_module973 { flex-direction: column; }
.lnklightEnd_section140 { cursor: pointer; }
.tblcomplexClassic_box278 { font-size: 0.95em; }
.th_subtitleRoot_section63 { text-align: center; }
.td_topBase_wrap486 { vertical-align: top; }
.tr_subtitleBackground_box416 { border-collapse: separate; }
.bqcornerCenter_holder197 { margin-left: 1em; }
.codeflexibleLarge_container15 { white-space: nowrap; }
.prenanoModule_container623 { line-height: 1.4; }
.imgvintageModern_widget912 { object-fit: cover; }
