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

body {
    font-family: 'Lucida Console', Monaco, monospace;
    line-height: 1.6;
    padding: 15px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        84deg,
        rgba(0, 0, 0, 0.18) 0px,
        rgba(0, 0, 0, 0.18) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #d4d4d4;
    text-shadow: 1px -2px 2.5px rgba(196, 150, 156, 0.64);
}

h1 {
    text-align: center;
    margin: 21px 0;
    font-size: 2rem;
    color: #569cd6;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 5px rgba(86, 156, 214, 0.8);
    border-bottom: 1px dashed #569cd6;
    padding-bottom: 12px;
}

h2 {
    margin-top: 27px;
    margin-bottom: 19px;
    font-size: 1rem;
    color: #569cd6;
    border-bottom: 1px solid #569cd6;
    padding-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #d4d4d4;
    letter-spacing: 0px;
}

p { margin-bottom: 13px; }
ul { padding-left: 21px; margin-bottom: 22px; }
li { margin-bottom: 10px; }
a { text-decoration: none; transition: 0.2s; }

header {
    margin-bottom: 15px;
    position: sticky;
    top: 0;
    background: rgba(30, 30, 30, 0.96);
    padding: 0px;
    margin: -15px -15px 34px -15px;
    z-index: 100;
    border-bottom: 2px solid #569cd6;
}

main {
    max-width: 810px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(35, 35, 35, 0.86);
    box-shadow: 0 0 42px rgba(86, 156, 214, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

main img {
    display: block;
    margin: 20px 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 #569cd6;
    color: #569cd6;
    padding: 3px 12px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}
main a:hover {
    background-color: #569cd6;
    color: #000;
    border-color: #569cd6;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(86, 156, 214, 0.3);
}

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

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

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

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

tr:hover {
    background: rgba(86, 156, 214, 0.1);
}

blockquote {
    padding: 18px;
    border-left: 3px solid #569cd6;
    margin: 23px 0;
    background: rgba(35, 35, 35, 0.56);
    font-style: italic;
    color: #d4d4d4;
    border: 1px solid #333;
}

code {
    background: #1e1e1e;
    padding: 2px 6px;
    border-radius: 0;
    font-family: 'Lucida Console', Monaco, monospace;
    color: #569cd6;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1e1e1e;
    padding: 10px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #d4d4d4;
}

.menu-container {
    max-width: 784px;
    margin: 20px auto;
    background: rgba(35, 35, 35, 0.83);
    border-radius: 0;
    padding: 16px;
    box-shadow: 0 0 42px rgba(86, 156, 214, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #569cd6;
}

footer {
    text-align: center;
    margin-top: 34px;
    padding: 18px;
    font-size: 1em;
    opacity: 0.5;
    color: #569cd6;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

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

h1, h2 {
    animation: anim_vintageMiddle_module476 3.8s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 42px; }
    main { padding: 40px; }
    .menu-container { padding: 32px; }
    header { margin: -32px -36px 28px -44px; padding: 22px 32px; }
}

/* Unique classes generated per host */
.fullBright_layer319 { color: #eee; }
.hdrnanoLayout_view662 { border-top-color: #569cd6; }
.mstartComplex_area677 { outline: 1px solid rgba(86, 156, 214, 0.1); }
.ftrblockSmooth_screen506 { text-shadow: 0 0 1px #569cd6; }
.navflatTable_component792 { display: flex; }
.menuasideAccent_card386 { flex-direction: column; }
.lnkcellRough_module95 { cursor: pointer; }
.tblelementWrapper917 { font-size: 0.95em; }
.th_textBase_box57 { text-align: center; }
.td_tableMaximal_card758 { vertical-align: top; }
.tr_navigationFooter_box205 { border-collapse: separate; }
.bqtableMiddle_panel292 { margin-left: 1em; }
.codehalfRetro_element705 { white-space: nowrap; }
.premainRough_area222 { line-height: 1.4; }
.imgmoduleTitle_container212 { object-fit: cover; }
