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

body {
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 1.7;
    padding: 22px;
    min-height: 100vh;
    background: linear-gradient(35deg, #282a36 0%, #282a36 100%);
    color: #f8f8f2;
    text-shadow: 1px 2px 0.5px rgba(101, 199, 195, 0.9);
}

h1 {
    text-align: center;
    margin: 18px 0;
    font-size: 2rem;
    color: #f1fa8c;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 10px rgba(241, 250, 140, 0.4);
    border-bottom: 1px dashed #f1fa8c;
    padding-bottom: 16px;
}

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

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

p { margin-bottom: 20px; }
ul { padding-left: 16px; margin-bottom: 24px; }
li { margin-bottom: 5px; }
a { text-decoration: none; transition: 0.5s; }

header {
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: rgba(40, 42, 54, 0.99);
    padding: 0px;
    margin: -22px -22px 29px -22px;
    z-index: 100;
    border-bottom: 2px solid #f1fa8c;
}

main {
    max-width: 812px;
    margin: 0 auto;
    border-radius: 0;
    padding: 20px;
    background: rgba(45, 47, 59, 0.82);
    box-shadow: 0 0 21px rgba(241, 250, 140, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

main img {
    display: block;
    margin: 22px 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 #f1fa8c;
    color: #f1fa8c;
    padding: 4px 9px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}
main a:hover {
    background-color: #f1fa8c;
    color: #000;
    border-color: #f1fa8c;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(241, 250, 140, 0.7);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background: rgba(50, 52, 64, 0.50);
    border: 1px solid #333;
}

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

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

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

tr:hover {
    background: rgba(241, 250, 140, 0.2);
}

blockquote {
    padding: 11px;
    border-left: 3px solid #f1fa8c;
    margin: 19px 0;
    background: rgba(45, 47, 59, 0.55);
    font-style: italic;
    color: #f8f8f2;
    border: 1px solid #333;
}

code {
    background: #282a36;
    padding: 1px 6px;
    border-radius: 0;
    font-family: 'Trebuchet MS', sans-serif;
    color: #f1fa8c;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #282a36;
    padding: 16px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #f8f8f2;
}

.menu-container {
    max-width: 763px;
    margin: 23px auto;
    background: rgba(45, 47, 59, 0.78);
    border-radius: 0;
    padding: 19px;
    box-shadow: 0 0 21px rgba(241, 250, 140, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #f1fa8c;
}

footer {
    text-align: center;
    margin-top: 39px;
    padding: 18px;
    font-size: 1em;
    opacity: 0.7;
    color: #f1fa8c;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

@keyframes flicker_centerNano_card315 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.77; }
}

h1, h2 {
    animation: anim_blockBlock_holder455 3.1s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 42px; }
    main { padding: 42px; }
    .menu-container { padding: 33px; }
    header { margin: -40px -50px 27px -38px; padding: 20px 31px; }
}

/* Unique classes generated per host */
.itemList_widget7 { color: #fff; }
.hdrholderRoot_page209 { border-top-color: #f1fa8c; }
.mdimElement_module520 { outline: 1px solid rgba(241, 250, 140, 0.1); }
.ftrglobalCorner_area922 { text-shadow: 0 0 1px #f1fa8c; }
.navdeepContent_module66 { display: flex; }
.menuimageMinimal_layer678 { flex-direction: column; }
.lnkmainCorner_wrap686 { cursor: pointer; }
.tbladaptiveSide_container784 { font-size: 0.95em; }
.th_miniBright_card801 { text-align: center; }
.td_elementParagraph_page271 { vertical-align: top; }
.tr_buttonSmooth_element71 { border-collapse: separate; }
.bqclassicLight_holder93 { margin-left: 1em; }
.codehyperLeft_item254 { white-space: nowrap; }
.prelargeMiddle_holder848 { line-height: 1.4; }
.imgdarkNano_container379 { object-fit: cover; }
