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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.8;
    padding: 15px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        245deg,
        rgba(0, 0, 0, 0.12) 0px,
        rgba(0, 0, 0, 0.12) 1px,
        transparent 1px,
        transparent 2px
    ),
    linear-gradient(192deg, #2e2e2e 0%, #2e2e2e 100%);
    color: #dcdcdc;
    text-shadow: 2px 2px 0.2px rgba(118, 195, 137, 0.86);
}

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

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

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

p { margin-bottom: 11px; }
ul { padding-left: 16px; margin-bottom: 20px; }
li { margin-bottom: 7px; }
a { text-decoration: none; transition: 0.5s; }

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

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

main img {
    display: block;
    margin: 20px 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: 5px 9px;
    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 13px rgba(255, 121, 198, 0.6);
}

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

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

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

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

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

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

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

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

@keyframes flicker_quarterEdge931 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.88; }
}

h1, h2 {
    animation: anim_containerRough_container385 2.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 30px; }
    main { padding: 30px; }
    .menu-container { padding: 36px; }
    header { margin: -42px -36px 30px -41px; padding: 24px 41px; }
}

/* Unique classes generated per host */
.sidebarHeader_screen514 { color: #eee; }
.hdrminimalBottom_view923 { border-top-color: #ff79c6; }
.mbuttonRight_wrap357 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrcontentLight_holder821 { text-shadow: 0 0 1px #ff79c6; }
.navadaptiveFooter_view964 { display: flex; }
.menutopBorder_element141 { flex-direction: column; }
.lnkmegaParagraph651 { cursor: pointer; }
.tblblockRow_wrap839 { font-size: 0.95em; }
.th_rootModern_widget856 { text-align: center; }
.td_dimShadow_card693 { vertical-align: top; }
.tr_superAccent_widget701 { border-collapse: separate; }
.bqsectionHeader_panel748 { margin-left: 1em; }
.codeprimaryRoot_panel646 { white-space: nowrap; }
.prelayoutRetro_frame293 { line-height: 1.4; }
.imgsubtitleMega_item358 { object-fit: cover; }
