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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.4;
    padding: 24px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        176deg,
        rgba(0, 0, 0, 0.19) 0px,
        rgba(0, 0, 0, 0.19) 1px,
        transparent 1px,
        transparent 2px
    ),
    linear-gradient(263deg, #001f3f 0%, #111111 100%);
    color: #FFDC00;
}

h1 {
    text-align: center;
    margin: 21px 0;
    font-size: 2rem;
    color: #B10DC9;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 1px dashed #B10DC9;
    padding-bottom: 13px;
}

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

h3 {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #FFDC00;
    letter-spacing: 0px;
}

p { margin-bottom: 12px; }
ul { padding-left: 21px; margin-bottom: 17px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.1s; }

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(0, 31, 63, 0.96);
    padding: 0px;
    margin: -24px -24px 30px -24px;
    z-index: 100;
    border-bottom: 2px solid #B10DC9;
}

main {
    max-width: 762px;
    margin: 0 auto;
    border-radius: 0;
    padding: 24px;
    background: rgba(5, 36, 68, 0.77);
    box-shadow: 0 0 49px rgba(177, 13, 201, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

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 #B10DC9;
    color: #B10DC9;
    padding: 3px 8px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #B10DC9;
    color: #000;
    border-color: #B10DC9;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(177, 13, 201, 0.6);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: rgba(10, 41, 73, 0.58);
    border: 1px solid #333;
}

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

th {
    background: #001f3f;
    color: #B10DC9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    border: 1px solid #333;
}

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

tr:hover {
    background: rgba(177, 13, 201, 0.1);
}

blockquote {
    padding: 19px;
    border-left: 3px solid #B10DC9;
    margin: 23px 0;
    background: rgba(5, 36, 68, 0.67);
    font-style: italic;
    color: #FFDC00;
    border: 1px solid #333;
}

code {
    background: #001f3f;
    padding: 3px 4px;
    border-radius: 0;
    font-family: 'Lucida Console', Monaco, monospace;
    color: #B10DC9;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #001f3f;
    padding: 15px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #FFDC00;
}

.menu-container {
    max-width: 763px;
    margin: 25px auto;
    background: rgba(5, 36, 68, 0.83);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 49px rgba(177, 13, 201, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #B10DC9;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding: 19px;
    font-size: 1em;
    opacity: 0.5;
    color: #B10DC9;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

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

h1, h2 {
    animation: anim_listCorner_holder736 2.9s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 50px; }
    main { padding: 30px; }
    .menu-container { padding: 37px; }
    header { margin: -35px -36px 31px -38px; padding: 24px 33px; }
}

/* Unique classes generated per host */
.subtitleImage_panel361 { color: #fff; }
.hdrborderLight_element935 { border-top-color: #B10DC9; }
.mnavigationNano_element907 { outline: 1px solid rgba(177, 13, 201, 0.1); }
.ftrlayoutMain_item847 { text-shadow: 0 0 1px #B10DC9; }
.navsuperVintage_box26 { display: flex; }
.menutopRow_component686 { flex-direction: column; }
.lnkmaximalList_area318 { cursor: pointer; }
.tbledgeBorder_card373 { font-size: 0.95em; }
.th_panelBorder_widget633 { text-align: center; }
.td_textComplex877 { vertical-align: top; }
.tr_smallWrapper_widget135 { border-collapse: separate; }
.bqedgeCore_card984 { margin-left: 1em; }
.codebuttonContainer_holder88 { white-space: nowrap; }
.prehighlightFooter_view807 { line-height: 1.4; }
.imgbottomSubtitle_item907 { object-fit: cover; }
