/* Debug Styles - Forced Theme */
.wiki-container {
    background: #0b0f19cc !important; /* Dark blue background */
    color: #ffffff !important;
    border: 2px solid #00f7ff !important;
    padding: 20px !important;
    margin: 20px auto !important;
    max-width: 1200px !important;
    font-family: Arial, sans-serif !important;
}

.wiki-header h1 {
    color: #00f7ff !important;
    font-size: 2.5em !important;
    text-shadow: 0 0 10px #00f7ff80 !important;
    border-bottom: 1px solid #00f7ff80 !important;
    padding-bottom: 10px !important;
}

.wiki-content {
    color: #ffffff !important;
    font-size: 1.1em !important;
    line-height: 1.6 !important;
}

.wiki-content h1, 
.wiki-content h2, 
.wiki-content h3, 
.wiki-content h4, 
.wiki-content h5, 
.wiki-content h6 {
    color: #00f7ff !important;
    margin: 1.5em 0 0.8em 0 !important;
}

.wiki-content a {
    color: #00b7ff !important;
    text-decoration: none !important;
}

.wiki-content a:hover {
    color: #00f7ff !important;
    text-decoration: underline !important;
}

