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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    padding: 17px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        334deg,
        rgba(0, 0, 0, 0.16) 0px,
        rgba(0, 0, 0, 0.16) 1px,
        transparent 1px,
        transparent 2px
    ),
    linear-gradient(189deg, #0a0a0a 0%, #000000 100%);
    color: #a8c7c7;
    text-shadow: -1px 2px 3.5px rgba(124, 184, 177, 0.85);
}

h1 {
    text-align: center;
    margin: 22px 0;
    font-size: 2rem;
    color: #68c8c8;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(104, 200, 200, 0.8);
    border-bottom: 1px dashed #68c8c8;
    padding-bottom: 14px;
}

h2 {
    margin-top: 35px;
    margin-bottom: 11px;
    font-size: 1rem;
    color: #68c8c8;
    border-bottom: 1px solid #68c8c8;
    padding-bottom: 7px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 23px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #68c8c8;
    letter-spacing: 1px;
}

p { margin-bottom: 20px; }
ul { padding-left: 17px; margin-bottom: 18px; }
li { margin-bottom: 11px; }
a { text-decoration: none; transition: 0.2s; }

header {
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: rgba(10, 10, 10, 0.96);
    padding: 0px;
    margin: -17px -17px 25px -17px;
    z-index: 100;
    border-bottom: 2px solid #68c8c8;
}

main {
    max-width: 768px;
    margin: 0 auto;
    border-radius: 0;
    padding: 16px;
    background: rgba(15, 15, 15, 0.71);
    box-shadow: 0 0 32px rgba(104, 200, 200, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

main img {
    display: block;
    margin: 27px 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 #68c8c8;
    color: #68c8c8;
    padding: 6px 11px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #68c8c8;
    color: #000;
    border-color: #68c8c8;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(104, 200, 200, 0.6);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 23px 0;
    background: rgba(20, 20, 20, 0.63);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(104, 200, 200, 0.1);
}

blockquote {
    padding: 13px;
    border-left: 3px solid #68c8c8;
    margin: 23px 0;
    background: rgba(15, 15, 15, 0.55);
    font-style: italic;
    color: #a8c7c7;
    border: 1px solid #333;
}

code {
    background: #0a0a0a;
    padding: 2px 8px;
    border-radius: 0;
    font-family: 'Arial', sans-serif;
    color: #68c8c8;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0a0a0a;
    padding: 18px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #a8c7c7;
}

.menu-container {
    max-width: 782px;
    margin: 17px auto;
    background: rgba(15, 15, 15, 0.87);
    border-radius: 0;
    padding: 23px;
    box-shadow: 0 0 32px rgba(104, 200, 200, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

footer {
    text-align: center;
    margin-top: 46px;
    padding: 22px;
    font-size: 1em;
    opacity: 0.6;
    color: #68c8c8;
    border-top: 1px dashed #333;
    letter-spacing: 0px;
}

@keyframes flicker_baseRough_widget956 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.94; }
}

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

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

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

@media (min-width: 768px) {
    body { padding: 30px; }
    main { padding: 35px; }
    .menu-container { padding: 37px; }
    header { margin: -32px -48px 34px -32px; padding: 16px 47px; }
}

/* Unique classes generated per host */
.endModern_wrap207 { color: #eee; }
.hdrsmallThird_item756 { border-top-color: #68c8c8; }
.msubtitleBase_frame658 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrtitleGlobal_screen569 { text-shadow: 0 0 1px #68c8c8; }
.navadaptiveModule_frame241 { display: flex; }
.menuhalfCore_page966 { flex-direction: column; }
.lnkabstractGlobal_view890 { cursor: pointer; }
.tbllistSmall_widget318 { font-size: 0.95em; }
.th_middleButton_screen401 { text-align: center; }
.td_formBorder_container704 { vertical-align: top; }
.tr_blockModern606 { border-collapse: separate; }
.bqwrapperHyper_module365 { margin-left: 1em; }
.codevintageMinimal_holder938 { white-space: nowrap; }
.predeepGrid_component217 { line-height: 1.4; }
.imgdimNavigation_window698 { object-fit: cover; }
