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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.8;
    padding: 17px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        186deg,
        rgba(0, 0, 0, 0.15) 0px,
        rgba(0, 0, 0, 0.15) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #dcdcdc;
    text-shadow: 2px -1px 1.6px rgba(196, 181, 168, 0.66);
}

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

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

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

p { margin-bottom: 13px; }
ul { padding-left: 20px; margin-bottom: 15px; }
li { margin-bottom: 6px; }
a { text-decoration: none; transition: 0.3s; }

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

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

main img {
    display: block;
    margin: 29px 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: 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: 20px 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: 2px;
    border: 1px solid #333;
}

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

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

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

code {
    background: #2e2e2e;
    padding: 1px 8px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #ff79c6;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 832px;
    margin: 18px auto;
    background: rgba(51, 51, 51, 0.90);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 39px rgba(255, 121, 198, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff79c6;
}

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

@keyframes flicker_itemSubtitle_holder572 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.92; }
}

h1, h2 {
    animation: anim_asideEdge_widget345 1.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 31px; }
    main { padding: 39px; }
    .menu-container { padding: 38px; }
    header { margin: -42px -42px 26px -44px; padding: 17px 45px; }
}

/* Unique classes generated per host */
.brightCore_window695 { color: #ddd; }
.hdrminiCenter_panel524 { border-top-color: #ff79c6; }
.mhardDark_panel467 { outline: 1px solid rgba(255, 121, 198, 0.1); }
.ftrwrapperBright_element763 { text-shadow: 0 0 1px #ff79c6; }
.navtitleLarge_box464 { display: flex; }
.menufuturisticLight_layer151 { flex-direction: column; }
.lnklightList_screen652 { cursor: pointer; }
.tblprimaryDim_section551 { font-size: 0.95em; }
.th_maximalGlobal_card374 { text-align: center; }
.td_mainSubtitle_holder531 { vertical-align: top; }
.tr_dimSide_panel422 { border-collapse: separate; }
.bqminiSmooth_view821 { margin-left: 1em; }
.codeflatAdaptive_holder997 { white-space: nowrap; }
.prefullLeft_window993 { line-height: 1.4; }
.imglargeVintage_view987 { object-fit: cover; }
