MediaWiki:Common.css: Difference between revisions

From The Jadnix Codex

No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
/* ============================================================
/* ============================================================
   JADNIX CODEX: MEDIK VOID (FINAL MASTER V13)
   JADNIX CODEX: MEDIK VOID (FINAL MASTER V7)
   ============================================================ */
   ============================================================ */


Line 23: Line 23:
}
}


/* 2. HEADER LAYOUT REPAIR (Horizontal Force) */
/* 2. HEADER NAVIGATION FIX (The "Line" Fix) */
.navbar-collapse {
/* Force the container to lay out items horizontally */
.navbar-collapse, .navbar-nav {
     display: flex !important;
     display: flex !important;
     flex-basis: auto !important;
     flex-direction: row !important; /* Force Horizontal */
    flex-wrap: nowrap !important;  /* No wrapping */
    align-items: center !important;
}
}
.navbar-nav {
 
    flex-direction: row !important;
/* Give the items space */
    align-items: center;
.nav-item, .dropdown {
}
.nav-item {
     margin-right: 15px !important;
     margin-right: 15px !important;
     margin-left: 15px !important;
     white-space: nowrap !important;
}
}


/* Header Text Colors */
/* Header Text Colors */
.navbar-nav .nav-link, .dropdown-toggle {
.nav-link, .dropdown-toggle, #mw-navigation a {
     color: #d1d1d1 !important;
     color: #d1d1d1 !important;
     font-family: 'Consolas', monospace;
     font-family: 'Consolas', monospace;
    font-size: 1.1em;
    padding-bottom: 5px;
}
}
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {
.nav-link:hover, .dropdown-toggle:hover {
     color: #ffffff !important;
     color: #fff !important;
     text-shadow: 0 0 5px #a020f0;
     text-shadow: 0 0 5px #a020f0;
}
.nav-item.active .nav-link {
    font-weight: bold;
    color: #fff !important;
    border-bottom: 3px solid #a020f0;
}
}


/* 3. SIDEBAR FIX (Targeting .nav-link inside #mw-navigation) */
/* 3. SIDEBAR FIX */
#mw-navigation, #site-navigation, .sidebar {
aside, .sidebar, .medik-drawer {
     background-color: #0f0f14 !important;
     background-color: #0f0f14 !important;
     border-right: 1px solid #333;
     border-right: 1px solid #333;
}
}
 
aside a, .sidebar a {
/* The actual links (Home, Glossary, etc) */
#mw-navigation .nav-link {
     color: #d1d1d1 !important;
     color: #d1d1d1 !important;
     font-family: sans-serif;
     font-family: sans-serif;
    display: block;
     padding: 8px 10px !important;
     padding: 8px 10px !important;
     border-radius: 4px;
     margin-bottom: 2px;
}
aside a:hover, .sidebar a:hover {
    background-color: rgba(160, 32, 240, 0.15);
    color: #fff !important;
    text-decoration: none !important;
}
}
 
aside h3, .sidebar h3 {
/* The Headers (Navigation, Help - they are disabled links in this skin) */
#mw-navigation .nav-link.disabled {
     color: #a020f0 !important;
     color: #a020f0 !important;
     text-transform: uppercase;
     text-transform: uppercase;
     font-weight: bold;
     font-weight: bold;
     padding-left: 0 !important;
     padding: 10px 0 5px 10px;
    opacity: 1 !important; /* Force visibility */
     border-bottom: 1px solid #333;
     border-bottom: 1px solid #333;
    margin-top: 15px;
}
}


/* Hover Effect */
/* 4. HOME PAGE NAVIGATION CARDS (Restored!) */
#mw-navigation .nav-link:not(.disabled):hover {
.home-wrapper { display: flex; flex-direction: column; gap: 40px; max-width: 1000px; margin: 0 auto; font-family: 'Consolas', 'Monaco', monospace; }
    background-color: rgba(160, 32, 240, 0.15);
.memo-box { border: 1px solid #333; background: #0f0f14; box-shadow: 0 0 20px rgba(0,0,0,0.5); }
    color: #fff !important;
.memo-header { background: #1a1a24; border-bottom: 1px solid #a020f0; padding: 15px; color: #a020f0; font-size: 0.9em; letter-spacing: 1px; }
    text-decoration: none !important;
.memo-content { padding: 25px; color: #d1d1d1; line-height: 1.6; font-size: 1.05em; }
    padding-left: 15px !important; /* Slide animation */
.memo-signoff { margin-top: 20px; font-style: italic; color: #a020f0; text-align: right; }
     transition: all 0.2s;
 
.faction-list { display: flex; flex-direction: column; gap: 30px; }
.faction-row { display: flex; align-items: flex-start; gap: 30px; background: #0f0f14; border: 1px solid #333; padding: 30px; text-decoration: none !important; color: #d1d1d1 !important; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; position: relative; }
.faction-row:hover { transform: translateX(10px); z-index: 10; }
.faction-logo { width: 120px; height: 120px; object-fit: contain; flex-shrink: 0; }
.faction-text-area { flex-grow: 1; }
.faction-header { font-size: 1.5em; font-weight: bold; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px dashed #333; padding-bottom: 10px; }
.faction-body { font-size: 0.95em; line-height: 1.6; color: #aaa; }
 
/* Faction Colors */
.card-still { border-left: 6px solid #a020f0; }
.card-still:hover { box-shadow: -10px 0 30px rgba(160, 32, 240, 0.15); border-color: #a020f0; }
.card-still .faction-header { color: #a020f0; }
.card-void { border-left: 6px solid #DAA520; }
.card-void:hover { box-shadow: -10px 0 30px rgba(218, 165, 32, 0.15); border-color: #DAA520; }
.card-void .faction-header { color: #DAA520; font-family: 'Georgia', serif; }
.card-void .faction-body { font-family: 'Georgia', serif; color: #ccc; }
.card-rr { border-left: 6px solid #21b0cd; }
.card-rr:hover { box-shadow: -10px 0 30px rgba(33, 176, 205, 0.15); border-color: #21b0cd; }
.card-rr .faction-header { color: #21b0cd; }
 
/* The Nav Grid (This fixes the broken buttons) */
.nav-header { border-bottom: 1px dashed #555; padding-bottom: 10px; margin-bottom: 20px; color: #fff; text-transform: uppercase; }
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }
.nav-card { position: relative; background-color: #0f0f14; border: 1px solid #333; height: 120px; overflow: hidden; text-decoration: none !important; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.3s ease; }
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }
.nav-title { font-family: 'Consolas', monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }
.nav-sub { font-family: 'Arial', sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }
.nav-card:hover { border-color: #a020f0; box-shadow: 0 0 15px rgba(160, 32, 240, 0.3); transform: translateY(-2px); }
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }
.nav-card:hover .nav-title { color: #a020f0; background: #000; }
 
@media (max-width: 768px) {
    .faction-row { flex-direction: column; align-items: center; text-align: center; }
     .faction-logo { margin-bottom: 20px; }
    .nav-grid { grid-template-columns: 1fr 1fr; }
}
}


/* 4. CONTENT CARD */
/* 5. GENERAL STYLES */
#content, .mw-body {
.dropdown-menu { background-color: #13131a !important; border: 1px solid #a020f0 !important; }
    background-color: #13131a !important;
.dropdown-item { color: #d1d1d1 !important; }
    border: 1px solid #333 !important;
.dropdown-item:hover { background-color: #a020f0 !important; color: #fff !important; }
    border-left: 5px solid #a020f0 !important;
 
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;
#content, .mw-body { background-color: #13131a !important; border: 1px solid #333 !important; border-left: 5px solid #a020f0 !important; box-shadow: 0 0 30px rgba(0,0,0,0.8) !important; margin-top: 20px !important; padding: 30px !important; color: #d1d1d1 !important; }
    margin-top: 20px !important;
    padding: 30px !important;
    color: #d1d1d1 !important;
}
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }


/* 5. STRUCTURES (Nav, Search, Footer) */
.navbar { background-color: #1a1a24 !important; border-bottom: 2px solid #a020f0; }
.navbar { background-color: #1a1a24 !important; border-bottom: 2px solid #a020f0; }
.navbar-brand { color: #fff !important; font-family: 'Consolas', monospace; font-size: 1.5em; }
.navbar-brand { color: #fff !important; font-family: 'Consolas', monospace; font-size: 1.5em; }
Line 109: Line 134:
footer, .footer, .mw-footer { background-color: #0a0a0f !important; color: #666 !important; border-top: 1px solid #333; margin-top: 0 !important; }
footer, .footer, .mw-footer { background-color: #0a0a0f !important; color: #666 !important; border-top: 1px solid #333; margin-top: 0 !important; }


/* 6. DROPDOWNS */
/* 6. FACTION THEMES */
.dropdown-menu {
    background-color: #13131a !important;
    border: 1px solid #a020f0 !important;
}
.dropdown-item { color: #d1d1d1 !important; }
.dropdown-item:hover {
    background-color: #a020f0 !important;
    color: #fff !important;
}
 
/* ============================================================
  FACTION THEMES
  ============================================================ */
/* DEALERS (Gold) */
body.theme-dealer { --font-family-system: 'Georgia', serif; }
body.theme-dealer { --font-family-system: 'Georgia', serif; }
body.theme-dealer #content { border-left: 5px solid #DAA520 !important; }
body.theme-dealer #content { border-left: 5px solid #DAA520 !important; }
Line 132: Line 143:
body.theme-dealer a:hover { color: #FFD700; text-shadow: 0 0 5px #DAA520; }
body.theme-dealer a:hover { color: #FFD700; text-shadow: 0 0 5px #DAA520; }
body.theme-dealer h1, body.theme-dealer h2 { font-family: 'Georgia', serif; color: #DAA520 !important; }
body.theme-dealer h1, body.theme-dealer h2 { font-family: 'Georgia', serif; color: #DAA520 !important; }
/* Dealer Sidebar Hover */
body.theme-dealer aside a:hover { background-color: rgba(218, 165, 32, 0.15); color: #FFD700 !important; }
body.theme-dealer #mw-navigation .nav-link:not(.disabled):hover { background-color: rgba(218, 165, 32, 0.15); color: #FFD700 !important; }
body.theme-dealer .nav-item.active .nav-link { border-bottom-color: #DAA520 !important; }


/* SKIPPERS (Blue) */
body.theme-skipper { --font-family-system: 'Consolas', monospace; }
body.theme-skipper { --font-family-system: 'Consolas', monospace; }
body.theme-skipper #content { border-left: 5px solid #21b0cd !important; }
body.theme-skipper #content { border-left: 5px solid #21b0cd !important; }
Line 145: Line 153:
body.theme-skipper a:hover { color: #00e5ff; text-shadow: 0 0 5px #21b0cd; }
body.theme-skipper a:hover { color: #00e5ff; text-shadow: 0 0 5px #21b0cd; }
body.theme-skipper h1, body.theme-skipper h2 { color: #21b0cd !important; }
body.theme-skipper h1, body.theme-skipper h2 { color: #21b0cd !important; }
/* Skipper Sidebar Hover */
body.theme-skipper aside a:hover { background-color: rgba(33, 176, 205, 0.15); color: #00e5ff !important; }
body.theme-skipper #mw-navigation .nav-link:not(.disabled):hover { background-color: rgba(33, 176, 205, 0.15); color: #00e5ff !important; }
body.theme-skipper .nav-item.active .nav-link { border-bottom-color: #21b0cd !important; }


/* STILL (Purple) */
body.theme-still #content { border-left: 5px solid #a020f0 !important; }
body.theme-still #content { border-left: 5px solid #a020f0 !important; }
body.theme-still .navbar { border-bottom-color: #a020f0 !important; }
body.theme-still .navbar { border-bottom-color: #a020f0 !important; }
Line 155: Line 160:
body.theme-still a:hover { color: #b040ff; text-shadow: 0 0 5px #a020f0; }
body.theme-still a:hover { color: #b040ff; text-shadow: 0 0 5px #a020f0; }


/* ============================================================
/* 7. CRDD CALCULATOR */
  CRDD CALCULATOR
  ============================================================ */
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: 'Consolas', monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: 'Consolas', monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }
Line 177: Line 180:
}
}


/* ============================================================
/* 8. SPLASH SCREEN */
  SPLASH SCREEN
  ============================================================ */
body.page-Warning nav.navbar, body.page-Warning footer, body.page-Warning .sidebar, body.page-Warning aside { display: none !important; }
body.page-Warning nav.navbar, body.page-Warning footer, body.page-Warning .sidebar, body.page-Warning aside { display: none !important; }
body.page-Warning .splash-container { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; background-color: #0a0a0f !important; z-index: 2147483647 !important; display: flex !important; flex-direction: column; justify-content: center; align-items: center; margin: 0 !important; padding: 20px !important; box-sizing: border-box !important; }
body.page-Warning .splash-container { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; background-color: #0a0a0f !important; z-index: 2147483647 !important; display: flex !important; flex-direction: column; justify-content: center; align-items: center; margin: 0 !important; padding: 20px !important; box-sizing: border-box !important; }

Revision as of 22:41, 9 February 2026

/* ============================================================
   JADNIX CODEX: MEDIK VOID (FINAL MASTER V7)
   ============================================================ */

/* 1. NUCLEAR BACKGROUND FIX */
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {
    background-color: #0a0a0f !important;
    background-image: none !important;
    color: #d1d1d1 !important;
}

/* SCANLINES */
body::before {
    content: " ";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient(
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, 
        transparent 1px, transparent 2px
    );
    z-index: 9999;
    pointer-events: none; 
}

/* 2. HEADER NAVIGATION FIX (The "Line" Fix) */
/* Force the container to lay out items horizontally */
.navbar-collapse, .navbar-nav {
    display: flex !important;
    flex-direction: row !important; /* Force Horizontal */
    flex-wrap: nowrap !important;   /* No wrapping */
    align-items: center !important;
}

/* Give the items space */
.nav-item, .dropdown {
    margin-right: 15px !important;
    white-space: nowrap !important;
}

/* Header Text Colors */
.nav-link, .dropdown-toggle, #mw-navigation a {
    color: #d1d1d1 !important;
    font-family: 'Consolas', monospace;
}
.nav-link:hover, .dropdown-toggle:hover {
    color: #fff !important;
    text-shadow: 0 0 5px #a020f0;
}

/* 3. SIDEBAR FIX */
aside, .sidebar, .medik-drawer {
    background-color: #0f0f14 !important;
    border-right: 1px solid #333;
}
aside a, .sidebar a {
    color: #d1d1d1 !important;
    font-family: sans-serif;
    display: block;
    padding: 8px 10px !important;
    margin-bottom: 2px;
}
aside a:hover, .sidebar a:hover {
    background-color: rgba(160, 32, 240, 0.15);
    color: #fff !important;
    text-decoration: none !important;
}
aside h3, .sidebar h3 {
    color: #a020f0 !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0 5px 10px;
    border-bottom: 1px solid #333;
}

/* 4. HOME PAGE NAVIGATION CARDS (Restored!) */
.home-wrapper { display: flex; flex-direction: column; gap: 40px; max-width: 1000px; margin: 0 auto; font-family: 'Consolas', 'Monaco', monospace; }
.memo-box { border: 1px solid #333; background: #0f0f14; box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.memo-header { background: #1a1a24; border-bottom: 1px solid #a020f0; padding: 15px; color: #a020f0; font-size: 0.9em; letter-spacing: 1px; }
.memo-content { padding: 25px; color: #d1d1d1; line-height: 1.6; font-size: 1.05em; }
.memo-signoff { margin-top: 20px; font-style: italic; color: #a020f0; text-align: right; }

.faction-list { display: flex; flex-direction: column; gap: 30px; }
.faction-row { display: flex; align-items: flex-start; gap: 30px; background: #0f0f14; border: 1px solid #333; padding: 30px; text-decoration: none !important; color: #d1d1d1 !important; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; position: relative; }
.faction-row:hover { transform: translateX(10px); z-index: 10; }
.faction-logo { width: 120px; height: 120px; object-fit: contain; flex-shrink: 0; }
.faction-text-area { flex-grow: 1; }
.faction-header { font-size: 1.5em; font-weight: bold; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px dashed #333; padding-bottom: 10px; }
.faction-body { font-size: 0.95em; line-height: 1.6; color: #aaa; }

/* Faction Colors */
.card-still { border-left: 6px solid #a020f0; }
.card-still:hover { box-shadow: -10px 0 30px rgba(160, 32, 240, 0.15); border-color: #a020f0; }
.card-still .faction-header { color: #a020f0; }
.card-void { border-left: 6px solid #DAA520; }
.card-void:hover { box-shadow: -10px 0 30px rgba(218, 165, 32, 0.15); border-color: #DAA520; }
.card-void .faction-header { color: #DAA520; font-family: 'Georgia', serif; }
.card-void .faction-body { font-family: 'Georgia', serif; color: #ccc; }
.card-rr { border-left: 6px solid #21b0cd; }
.card-rr:hover { box-shadow: -10px 0 30px rgba(33, 176, 205, 0.15); border-color: #21b0cd; }
.card-rr .faction-header { color: #21b0cd; }

/* The Nav Grid (This fixes the broken buttons) */
.nav-header { border-bottom: 1px dashed #555; padding-bottom: 10px; margin-bottom: 20px; color: #fff; text-transform: uppercase; }
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }
.nav-card { position: relative; background-color: #0f0f14; border: 1px solid #333; height: 120px; overflow: hidden; text-decoration: none !important; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.3s ease; }
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }
.nav-title { font-family: 'Consolas', monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }
.nav-sub { font-family: 'Arial', sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }
.nav-card:hover { border-color: #a020f0; box-shadow: 0 0 15px rgba(160, 32, 240, 0.3); transform: translateY(-2px); }
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }
.nav-card:hover .nav-title { color: #a020f0; background: #000; }

@media (max-width: 768px) {
    .faction-row { flex-direction: column; align-items: center; text-align: center; }
    .faction-logo { margin-bottom: 20px; }
    .nav-grid { grid-template-columns: 1fr 1fr; }
}

/* 5. GENERAL STYLES */
.dropdown-menu { background-color: #13131a !important; border: 1px solid #a020f0 !important; }
.dropdown-item { color: #d1d1d1 !important; }
.dropdown-item:hover { background-color: #a020f0 !important; color: #fff !important; }

#content, .mw-body { background-color: #13131a !important; border: 1px solid #333 !important; border-left: 5px solid #a020f0 !important; box-shadow: 0 0 30px rgba(0,0,0,0.8) !important; margin-top: 20px !important; padding: 30px !important; color: #d1d1d1 !important; }
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }

.navbar { background-color: #1a1a24 !important; border-bottom: 2px solid #a020f0; }
.navbar-brand { color: #fff !important; font-family: 'Consolas', monospace; font-size: 1.5em; }
.form-control, input, textarea { background-color: #000 !important; border: 1px solid #333 !important; color: #fff !important; }
h1, h2, h3, h4, h5, h6 { color: #fff !important; font-family: 'Consolas', monospace; border-bottom: 1px solid #333; }
a { color: #a020f0; transition: 0.2s; }
a:hover { color: #b040ff; text-decoration: none; }
footer, .footer, .mw-footer { background-color: #0a0a0f !important; color: #666 !important; border-top: 1px solid #333; margin-top: 0 !important; }

/* 6. FACTION THEMES */
body.theme-dealer { --font-family-system: 'Georgia', serif; }
body.theme-dealer #content { border-left: 5px solid #DAA520 !important; }
body.theme-dealer .navbar { border-bottom-color: #DAA520 !important; }
body.theme-dealer .dropdown-menu { border-color: #DAA520 !important; }
body.theme-dealer .dropdown-item:hover { background-color: #DAA520 !important; color: #000 !important; }
body.theme-dealer a { color: #DAA520; }
body.theme-dealer a:hover { color: #FFD700; text-shadow: 0 0 5px #DAA520; }
body.theme-dealer h1, body.theme-dealer h2 { font-family: 'Georgia', serif; color: #DAA520 !important; }
body.theme-dealer aside a:hover { background-color: rgba(218, 165, 32, 0.15); color: #FFD700 !important; }

body.theme-skipper { --font-family-system: 'Consolas', monospace; }
body.theme-skipper #content { border-left: 5px solid #21b0cd !important; }
body.theme-skipper .navbar { border-bottom-color: #21b0cd !important; }
body.theme-skipper .dropdown-menu { border-color: #21b0cd !important; }
body.theme-skipper .dropdown-item:hover { background-color: #21b0cd !important; }
body.theme-skipper a { color: #21b0cd; }
body.theme-skipper a:hover { color: #00e5ff; text-shadow: 0 0 5px #21b0cd; }
body.theme-skipper h1, body.theme-skipper h2 { color: #21b0cd !important; }
body.theme-skipper aside a:hover { background-color: rgba(33, 176, 205, 0.15); color: #00e5ff !important; }

body.theme-still #content { border-left: 5px solid #a020f0 !important; }
body.theme-still .navbar { border-bottom-color: #a020f0 !important; }
body.theme-still a { color: #a020f0; }
body.theme-still a:hover { color: #b040ff; text-shadow: 0 0 5px #a020f0; }

/* 7. CRDD CALCULATOR */
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: 'Consolas', monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.crdd-input-group label { flex: 1; font-size: 0.9em; }
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }
#crdd-final-result { border-top: 2px solid #21b0cd; padding-top: 20px; margin-top: 20px; text-align: center; font-size: 1.2em; font-weight: bold; min-height: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #0d1a1d; }
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }
@media only screen and (max-width: 768px) {
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }
}

/* 8. SPLASH SCREEN */
body.page-Warning nav.navbar, body.page-Warning footer, body.page-Warning .sidebar, body.page-Warning aside { display: none !important; }
body.page-Warning .splash-container { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; background-color: #0a0a0f !important; z-index: 2147483647 !important; display: flex !important; flex-direction: column; justify-content: center; align-items: center; margin: 0 !important; padding: 20px !important; box-sizing: border-box !important; }
.splash-inner-wrapper { width: 100%; max-width: 500px; border: 1px solid #333; border-top: 4px solid #a020f0; background: #13131a; padding: 30px; box-shadow: 0 0 30px rgba(0,0,0,0.8); text-align: center; }
.splash-title { font-family: 'Consolas', monospace; font-size: 2em; color: #fff; margin-bottom: 5px; text-shadow: 0 0 10px rgba(160, 32, 240, 0.5); }
.splash-subtitle { color: #a020f0; font-size: 0.8em; letter-spacing: 2px; margin-bottom: 30px; text-transform: uppercase; }
.splash-btn { display: inline-block; border: 1px solid #a020f0; padding: 12px 24px; color: #fff !important; text-decoration: none; font-family: 'Consolas', monospace; margin: 20px 0; transition: all 0.3s; }
.splash-btn:hover { background: #a020f0; color: #000 !important; box-shadow: 0 0 15px #a020f0; }