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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.6;
    padding: 21px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        345deg,
        rgba(0, 0, 0, 0.2) 0px,
        rgba(0, 0, 0, 0.2) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #FFDC00;
    text-shadow: -2px 1px 3px rgba(190, 103, 166, 0.77);
}

h1 {
    text-align: center;
    margin: 25px 0;
    font-size: 2rem;
    color: #c855d9;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 6px rgba(200, 85, 217, 0.5);
    border-bottom: 1px dashed #c855d9;
    padding-bottom: 10px;
}

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

h3 {
    margin-top: 27px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #c855d9;
    letter-spacing: 2px;
}

p { margin-bottom: 17px; }
ul { padding-left: 15px; margin-bottom: 20px; }
li { margin-bottom: 11px; }
a {
    color: #FFDC00;
    text-decoration: underline;
    text-decoration-color: #c855d9;
    text-underline-offset: 0.2em;
    transition: 0.4s;
}

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(0, 31, 63, 0.90);
    padding: 0px;
    margin: -21px -21px 26px -21px;
    z-index: 100;
    border-bottom: 2px solid #c855d9;
}

main {
    max-width: 842px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(5, 36, 68, 0.79);
    box-shadow: 0 0 12px rgba(200, 85, 217, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #c855d9;
}

main img {
    display: block;
    margin: 21px 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 #c855d9;
    color: #c855d9;
    padding: 4px 10px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    text-decoration: none;
}
main a:hover {
    background-color: #c855d9;
    color: #ffffff;
    border-color: #c855d9;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(200, 85, 217, 0.4);
}

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

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

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

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

tr:hover {
    background: rgba(200, 85, 217, 0.2);
}

blockquote {
    padding: 16px;
    border-left: 3px solid #c855d9;
    margin: 20px 0;
    background: rgba(5, 36, 68, 0.66);
    font-style: italic;
    color: #c855d9;
    border: 1px solid #333;
}

code {
    background: #001f3f;
    padding: 3px 7px;
    border-radius: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #c855d9;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 768px;
    margin: 20px auto;
    background: rgba(5, 36, 68, 0.90);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 12px rgba(200, 85, 217, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #c855d9;
}

footer {
    text-align: center;
    margin-top: 50px;
    padding: 19px;
    font-size: 1em;
    color: #c855d9;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_edgeRow_frame963 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.76; }
}

h1, h2 {
    animation: anim_dimMini_section535 2.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 43px; }
    main { padding: 40px; }
    .menu-container { padding: 38px; }
    header { margin: -50px -32px 27px -42px; padding: 23px 49px; }
}

/* Unique classes generated per host */
.borderBackground_component989 { color: #eee; }
.hdrmoduleForm_container986 { border-top-color: #c855d9; }
.mbottomMinimal_element472 { outline: 1px solid rgba(200, 85, 217, 0.1); }
.ftrmoduleHolder_panel513 { text-shadow: 0 0 1px #c855d9; }
.navholderModule_element618 { display: flex; }
.menuasideBright_area629 { flex-direction: column; }
.lnkasideCenter_component358 { cursor: pointer; }
.tbldarkCell_item340 { font-size: 0.95em; }
.th_contentGlobal_widget296 { text-align: center; }
.td_sectionEnd_window69 { vertical-align: top; }
.tr_brightNano_holder117 { border-collapse: separate; }
.bqsuperEnd_box875 { margin-left: 1em; }
.codeuniversalSuper_frame950 { white-space: nowrap; }
.preroughModern_frame793 { line-height: 1.4; }
.imgglobalForeground_area398 { object-fit: cover; }
