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

body {
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 1.8;
    padding: 12px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        155deg,
        rgba(0, 0, 0, 0.12) 0px,
        rgba(0, 0, 0, 0.12) 1px,
        transparent 1px,
        transparent 3px
    ),
    linear-gradient(304deg, #1d2d50 0%, #222222 100%);
    color: #f1f1f1;
}

h1 {
    text-align: center;
    margin: 17px 0;
    font-size: 2rem;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px dashed #ff6b6b;
    padding-bottom: 20px;
}

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

h3 {
    margin-top: 29px;
    margin-bottom: 11px;
    font-size: 1rem;
    color: #ff6b6b;
    letter-spacing: 1px;
}

p { margin-bottom: 17px; }
ul { padding-left: 15px; margin-bottom: 15px; }
li { margin-bottom: 12px; }
a { text-decoration: none; transition: 0.4s; }

header {
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    background: rgba(29, 45, 80, 0.96);
    padding: 0px;
    margin: -12px -12px 31px -12px;
    z-index: 100;
    border-bottom: 2px solid #ff6b6b;
}

main {
    max-width: 794px;
    margin: 0 auto;
    border-radius: 0;
    padding: 21px;
    background: rgba(34, 50, 85, 0.71);
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

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

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

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

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

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

tr:hover {
    background: rgba(255, 107, 107, 0.1);
}

blockquote {
    padding: 15px;
    border-left: 3px solid #ff6b6b;
    margin: 18px 0;
    background: rgba(34, 50, 85, 0.61);
    font-style: italic;
    color: #f1f1f1;
    border: 1px solid #333;
}

code {
    background: #1d2d50;
    padding: 1px 7px;
    border-radius: 0;
    font-family: 'Trebuchet MS', sans-serif;
    color: #ff6b6b;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #1d2d50;
    padding: 11px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #f1f1f1;
}

.menu-container {
    max-width: 794px;
    margin: 22px auto;
    background: rgba(34, 50, 85, 0.78);
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

footer {
    text-align: center;
    margin-top: 47px;
    padding: 22px;
    font-size: 1em;
    opacity: 0.8;
    color: #ff6b6b;
    border-top: 1px dashed #333;
    letter-spacing: 1px;
}

@keyframes flicker_largeComplex_wrap470 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.79; }
}

h1, h2 {
    animation: anim_rightSide_component357 3.7s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 41px; }
    main { padding: 36px; }
    .menu-container { padding: 38px; }
    header { margin: -46px -43px 32px -46px; padding: 17px 42px; }
}

/* Unique classes generated per host */
.modernPanel_frame700 { color: #eee; }
.hdrelementContainer_element825 { border-top-color: #ff6b6b; }
.mcomplexPanel_window328 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftrdarkDeep_page456 { text-shadow: 0 0 1px #ff6b6b; }
.navleftNano_element582 { display: flex; }
.menusectionHard_window261 { flex-direction: column; }
.lnkhighlightLayout_wrap470 { cursor: pointer; }
.tblmegaLeft_section982 { font-size: 0.95em; }
.th_quarterSidebar_screen578 { text-align: center; }
.td_nanoBottom_frame986 { vertical-align: top; }
.tr_topParagraph_card813 { border-collapse: separate; }
.bqarticleAdaptive_box999 { margin-left: 1em; }
.codeshadowRough_widget654 { white-space: nowrap; }
.preholderFlat_wrap929 { line-height: 1.4; }
.imgminiBase_module712 { object-fit: cover; }
