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

body {
    font-family: 'Georgia', serif;
    line-height: 1.7;
    padding: 14px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        119deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 1px,
        transparent 1px,
        transparent 1px
    );
    color: #8be9fd;
}

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

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

h3 {
    margin-top: 30px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #bd93f9;
    letter-spacing: 1px;
}

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

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 0px;
    margin: -14px -14px 25px -14px;
    z-index: 100;
    border-bottom: 2px solid #bd93f9;
}

main {
    max-width: 772px;
    margin: 0 auto;
    border-radius: 0;
    padding: 20px;
    background: rgba(5, 5, 5, 0.79);
    box-shadow: 0 0 27px rgba(189, 147, 249, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

main img {
    display: block;
    margin: 23px 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 #bd93f9;
    color: #bd93f9;
    padding: 4px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #bd93f9;
    color: #000;
    border-color: #bd93f9;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(189, 147, 249, 0.6);
}

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

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

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

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

tr:hover {
    background: rgba(189, 147, 249, 0.1);
}

blockquote {
    padding: 20px;
    border-left: 3px solid #bd93f9;
    margin: 24px 0;
    background: rgba(5, 5, 5, 0.55);
    font-style: italic;
    color: #8be9fd;
    border: 1px solid #333;
}

code {
    background: #000000;
    padding: 2px 7px;
    border-radius: 0;
    font-family: 'Georgia', serif;
    color: #bd93f9;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #000000;
    padding: 10px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #8be9fd;
}

.menu-container {
    max-width: 766px;
    margin: 15px auto;
    background: rgba(5, 5, 5, 0.71);
    border-radius: 0;
    padding: 24px;
    box-shadow: 0 0 27px rgba(189, 147, 249, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #bd93f9;
}

footer {
    text-align: center;
    margin-top: 44px;
    padding: 16px;
    font-size: 1em;
    opacity: 0.5;
    color: #bd93f9;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_navigationExtra_widget866 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.87; }
}

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

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

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

@media (min-width: 768px) {
    body { padding: 38px; }
    main { padding: 39px; }
    .menu-container { padding: 42px; }
    header { margin: -39px -43px 29px -34px; padding: 17px 36px; }
}

/* Unique classes generated per host */
.roughTable_view71 { color: #eee; }
.hdrsmoothRoot_element352 { border-top-color: #bd93f9; }
.mborderRoot_frame603 { outline: 1px solid rgba(189, 147, 249, 0.1); }
.ftrlistCore_window126 { text-shadow: 0 0 1px #bd93f9; }
.navprimaryNavigation_container191 { display: flex; }
.menuhalfSection_layer101 { flex-direction: column; }
.lnktextGlobal_section808 { cursor: pointer; }
.tblminiCorner_screen241 { font-size: 0.95em; }
.th_borderTitle_item482 { text-align: center; }
.td_navigationLeft_page594 { vertical-align: top; }
.tr_imageModern_module228 { border-collapse: separate; }
.bqforegroundHighlight_element698 { margin-left: 1em; }
.codethirdDim_layer71 { white-space: nowrap; }
.presuperFuturistic_card900 { line-height: 1.4; }
.imgmainSimple_section596 { object-fit: cover; }
