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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.4;
    padding: 10px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        234deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #e94560;
    text-shadow: 1px 2px 0.7px rgba(126, 197, 103, 0.87);
}

h1 {
    text-align: center;
    margin: 23px 0;
    font-size: 2rem;
    color: #533483;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 6px rgba(83, 52, 131, 0.5);
    border-bottom: 1px dashed #533483;
    padding-bottom: 12px;
}

h2 {
    margin-top: 26px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #533483;
    border-bottom: 1px solid #533483;
    padding-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 29px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #533483;
    letter-spacing: 2px;
}

p { margin-bottom: 14px; }
ul { padding-left: 23px; margin-bottom: 21px; }
li { margin-bottom: 8px; }
a { text-decoration: none; transition: 0.5s; }

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(15, 52, 96, 0.96);
    padding: 0px;
    margin: -10px -10px 30px -10px;
    z-index: 100;
    border-bottom: 2px solid #533483;
}

main {
    max-width: 840px;
    margin: 0 auto;
    border-radius: 0;
    padding: 23px;
    background: rgba(20, 57, 101, 0.86);
    box-shadow: 0 0 41px rgba(83, 52, 131, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

main img {
    display: block;
    margin: 26px 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 #533483;
    color: #533483;
    padding: 5px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #533483;
    color: #000;
    border-color: #533483;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(83, 52, 131, 0.7);
}

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

th, td {
    padding: 13px;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background: #0f3460;
    color: #533483;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(83, 52, 131, 0.0);
}

blockquote {
    padding: 13px;
    border-left: 3px solid #533483;
    margin: 20px 0;
    background: rgba(20, 57, 101, 0.50);
    font-style: italic;
    color: #e94560;
    border: 1px solid #333;
}

code {
    background: #0f3460;
    padding: 3px 6px;
    border-radius: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #533483;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0f3460;
    padding: 17px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #e94560;
}

.menu-container {
    max-width: 782px;
    margin: 22px auto;
    background: rgba(20, 57, 101, 0.88);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 41px rgba(83, 52, 131, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #533483;
}

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

@keyframes flicker_headerTitle_window183 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.86; }
}

h1, h2 {
    animation: anim_complexText_module875 1.6s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 45px; }
    main { padding: 46px; }
    .menu-container { padding: 43px; }
    header { margin: -40px -47px 31px -41px; padding: 18px 34px; }
}

/* Unique classes generated per host */
.flatFull_frame121 { color: #ddd; }
.hdrleftTop_panel908 { border-top-color: #533483; }
.mlightWrapper_panel235 { outline: 1px solid rgba(83, 52, 131, 0.1); }
.ftrflatSoft_element643 { text-shadow: 0 0 1px #533483; }
.navpanelShadow_module924 { display: flex; }
.menumainHolder_view793 { flex-direction: column; }
.lnkrootLight_card740 { cursor: pointer; }
.tblthirdText_wrap889 { font-size: 0.95em; }
.th_halfVintage_item923 { text-align: center; }
.td_halfMega_holder459 { vertical-align: top; }
.tr_moduleDeep_box102 { border-collapse: separate; }
.bqminimalRetro_section860 { margin-left: 1em; }
.codequarterMini_box37 { white-space: nowrap; }
.preelementQuarter_widget239 { line-height: 1.4; }
.imgglobalDeep_layer340 { object-fit: cover; }
