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

body {
    font-family: 'Comic Sans MS', cursive;
    line-height: 1.7;
    padding: 13px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        154deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 3px,
        transparent 3px,
        transparent 1px
    ),
    linear-gradient(136deg, #2e2e2e 0%, #111111 100%);
    color: #dcdcdc;
    text-shadow: 0px -2px 2.2px rgba(147, 184, 196, 0.63);
}

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

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

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

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

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

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

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

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

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

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

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

code {
    background: #2e2e2e;
    padding: 1px 6px;
    border-radius: 0;
    font-family: 'Comic Sans MS', cursive;
    color: #ff79c6;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 808px;
    margin: 20px auto;
    background: rgba(51, 51, 51, 0.83);
    border-radius: 0;
    padding: 19px;
    box-shadow: 0 0 49px rgba(255, 121, 198, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

@keyframes flicker_largeCell_screen18 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.93; }
}

h1, h2 {
    animation: anim_textSection_window181 3.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 41px; }
    main { padding: 49px; }
    .menu-container { padding: 42px; }
    header { margin: -33px -42px 27px -35px; padding: 22px 43px; }
}

/* Unique classes generated per host */
.tableGiga_panel455 { color: #eee; }
.hdrvintageDeep_holder328 { border-top-color: #ff79c6; }
.mblockGlobal_holder343 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrsecondaryMinimal_widget585 { text-shadow: 0 0 1px #ff79c6; }
.navasideHyper_wrap497 { display: flex; }
.menudeepDark_layer199 { flex-direction: column; }
.lnkheaderAdaptive_frame599 { cursor: pointer; }
.tblitemStart_component593 { font-size: 0.95em; }
.th_imageMaximal_module573 { text-align: center; }
.td_baseSuper_card524 { vertical-align: top; }
.tr_retroLeft_view28 { border-collapse: separate; }
.bqprimaryLight_layer687 { margin-left: 1em; }
.codesideHyper_layer385 { white-space: nowrap; }
.presecondarySide_section131 { line-height: 1.4; }
.imgborderElement_wrap561 { object-fit: cover; }
