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

body {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.7;
    padding: 10px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        131deg,
        rgba(0, 0, 0, 0.22) 0px,
        rgba(0, 0, 0, 0.22) 1px,
        transparent 1px,
        transparent 3px
    );
    color: #f1f1f1;
    text-shadow: 2px -1px 2.1px rgba(132, 132, 122, 0.9);
}

h1 {
    text-align: center;
    margin: 17px 0;
    font-size: 2rem;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 5px rgba(255, 107, 107, 0.7);
    border-bottom: 1px dashed #ff6b6b;
    padding-bottom: 13px;
}

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

h3 {
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #ff6b6b;
    letter-spacing: 2px;
}

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

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

main {
    max-width: 822px;
    margin: 0 auto;
    border-radius: 0;
    padding: 23px;
    background: rgba(34, 50, 85, 0.75);
    box-shadow: 0 0 12px rgba(255, 107, 107, 0.2);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

main img {
    display: block;
    margin: 24px 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: 3px 12px;
    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 6px rgba(255, 107, 107, 0.6);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(39, 55, 90, 0.57);
    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.0);
}

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

code {
    background: #1d2d50;
    padding: 2px 5px;
    border-radius: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #ff6b6b;
    border: 1px solid #333;
    font-size: 1em;
}

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

.menu-container {
    max-width: 815px;
    margin: 21px auto;
    background: rgba(34, 50, 85, 0.74);
    border-radius: 0;
    padding: 18px;
    box-shadow: 0 0 12px rgba(255, 107, 107, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #ff6b6b;
}

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

@keyframes flicker_mediumSecondary_container255 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.78; }
}

h1, h2 {
    animation: anim_rowRow_window220 2.5s infinite;
}

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

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

@media (min-width: 768px) {
    body { padding: 34px; }
    main { padding: 41px; }
    .menu-container { padding: 42px; }
    header { margin: -31px -47px 31px -34px; padding: 21px 31px; }
}

/* Unique classes generated per host */
.smoothFlat_panel350 { color: #ddd; }
.hdrmodernArticle_window501 { border-top-color: #ff6b6b; }
.mheaderRow_box648 { outline: 1px solid rgba(255, 107, 107, 0.1); }
.ftrsidebarBackground_box884 { text-shadow: 0 0 1px #ff6b6b; }
.navstartAside298 { display: flex; }
.menuflatHalf_window714 { flex-direction: column; }
.lnklayoutUniversal_screen72 { cursor: pointer; }
.tbldarkLink_widget358 { font-size: 0.95em; }
.th_panelFuturistic_section108 { text-align: center; }
.td_brightHighlight_screen80 { vertical-align: top; }
.tr_gridVintage_frame169 { border-collapse: separate; }
.bqsmallGiga_section231 { margin-left: 1em; }
.codecoreSmall_component534 { white-space: nowrap; }
.pretopButton_screen983 { line-height: 1.4; }
.imgformFlat_container195 { object-fit: cover; }
