<style>
/* Global Layout Lock */
* {
    background-color: #0026ff !important;
    background-image: none !important;
    border-color: #0026ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

/* Force every structural box to have no borders and stay #0026ff background */
html, body, div, span, table, tr, td, th, section, nav, header, footer, main, .window, .panel, .box, .card, .table {
    background-color: #0026ff !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Force all text elements to be White, Bold, and Italic */
p, span, a, h1, h2, h3, h4, h5, h6, td, th, li, dt, dd, small {
    color: #ffffff !important;
    font-weight: bold !important;
    font-style: italic !important;
}

/* Force links to be White, Bold, and Italic */
a, a:visited, a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    font-style: italic !important;
}

/* DESTRUCTIVE BLANKET BAN ON ORANGE STRIPS */
/* Targets inline attributes, specific classes, headers, and section rules */
[style*="background"], [style*="orange"], [class*="orange"], [class*="header"], [class*="title"], 
.window-title, .orange, .orange-line, .titlebar, .header, h2, h3, th, 
legend, .alert, .badge, [bgcolor] {
    background: #0026ff !important;
    background-color: #0026ff !important;
    border-color: #0026ff !important;
    color: #ffffff !important;
}

/* Fix the comment box text area and placeholder text */
textarea, input, button, select {
    background-color: #0026ff !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: bold !important;
    font-style: italic !important;
}

/* Webkit specific fix to force placeholder text color to white */
textarea::placeholder, input::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Flatten scrollbars entirely */
::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}
</style>
