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

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.6;
    padding: 18px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        211deg,
        rgba(0, 0, 0, 0.18) 0px,
        rgba(0, 0, 0, 0.18) 1px,
        transparent 1px,
        transparent 1px
    ),
    linear-gradient(358deg, #222831 0%, #000000 100%);
    color: #00adb5;
    text-shadow: -1px 0px 0.5px rgba(122, 129, 149, 0.78);
}

h1 {
    text-align: center;
    margin: 25px 0;
    font-size: 2rem;
    color: #393e46;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 9px rgba(57, 62, 70, 0.5);
    border-bottom: 1px dashed #393e46;
    padding-bottom: 11px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #393e46;
    border-bottom: 1px solid #393e46;
    padding-bottom: 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 27px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: #00adb5;
    letter-spacing: 0px;
}

p { margin-bottom: 18px; }
ul { padding-left: 24px; margin-bottom: 23px; }
li { margin-bottom: 9px; }
a { text-decoration: none; transition: 0.5s; }

header {
    margin-bottom: 17px;
    position: sticky;
    top: 0;
    background: rgba(34, 40, 49, 0.87);
    padding: 0px;
    margin: -18px -18px 32px -18px;
    z-index: 100;
    border-bottom: 2px solid #393e46;
}

main {
    max-width: 777px;
    margin: 0 auto;
    border-radius: 0;
    padding: 22px;
    background: rgba(39, 45, 54, 0.90);
    box-shadow: 0 0 19px rgba(57, 62, 70, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

main img {
    display: block;
    margin: 30px 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 #393e46;
    color: #393e46;
    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: #393e46;
    color: #000;
    border-color: #393e46;
    text-decoration: none;
    box-shadow: 0 0 11px rgba(57, 62, 70, 0.5);
}

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

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

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

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

tr:hover {
    background: rgba(57, 62, 70, 0.0);
}

blockquote {
    padding: 17px;
    border-left: 3px solid #393e46;
    margin: 23px 0;
    background: rgba(39, 45, 54, 0.52);
    font-style: italic;
    color: #00adb5;
    border: 1px solid #333;
}

code {
    background: #222831;
    padding: 1px 7px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #393e46;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #222831;
    padding: 14px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #00adb5;
}

.menu-container {
    max-width: 761px;
    margin: 22px auto;
    background: rgba(39, 45, 54, 0.83);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 19px rgba(57, 62, 70, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #393e46;
}

footer {
    text-align: center;
    margin-top: 34px;
    padding: 21px;
    font-size: 1em;
    opacity: 0.7;
    color: #393e46;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

@keyframes flicker_leftEnd_screen314 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

h1, h2 {
    animation: anim_titleTitle_item285 2.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 36px; }
    main { padding: 38px; }
    .menu-container { padding: 38px; }
    header { margin: -30px -46px 33px -37px; padding: 19px 41px; }
}

/* Unique classes generated per host */
.linkNano_view46 { color: #eee; }
.hdrmegaShadow_item194 { border-top-color: #393e46; }
.msuperSmall_component337 { outline: 1px solid rgba(57, 62, 70, 0.1); }
.ftrsmoothFuturistic_screen718 { text-shadow: 0 0 1px #393e46; }
.navtableLayout_screen423 { display: flex; }
.menuhardFuturistic907 { flex-direction: column; }
.lnkitemTop953 { cursor: pointer; }
.tblheaderTop_card918 { font-size: 0.95em; }
.th_retroDim_layer459 { text-align: center; }
.td_subtitleMinimal_box459 { vertical-align: top; }
.tr_complexRight_wrap631 { border-collapse: separate; }
.bqcontentBright_element760 { margin-left: 1em; }
.codehighlightList731 { white-space: nowrap; }
.prehyperAdaptive_box634 { line-height: 1.4; }
.imgtitleDark_component355 { object-fit: cover; }
