<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://jadnix.xyz/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sinvrh</id>
	<title>The Jadnix Codex - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://jadnix.xyz/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sinvrh"/>
	<link rel="alternate" type="text/html" href="https://jadnix.xyz/wiki/Special:Contributions/Sinvrh"/>
	<updated>2026-06-07T22:35:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=399</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=399"/>
		<updated>2026-05-05T18:35:44Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Expands on desktop hover OR mobile tap/focus */&lt;br /&gt;
.seam-card:hover .seam-nested-container, &lt;br /&gt;
.seam-card:focus-within .seam-nested-container {&lt;br /&gt;
    max-height: 300px; &lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE TEMPLATE: CUSTODY SPINE &amp;amp; MARGINALIA&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Cinematic Banner */&lt;br /&gt;
.seam-page-banner {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 250px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-bottom: 3px solid #fff; /* Changes dynamically via inline style */&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Banner Metadata Overlay */&lt;br /&gt;
.seam-banner-meta {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    background: linear-gradient(to top, rgba(10,10,15,1), rgba(10,10,15,0.8) 60%, transparent);&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: flex-end;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-banner-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h1 {&lt;br /&gt;
    font-size: 2.5em;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 0 5px 0 !important;&lt;br /&gt;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h2 {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    color: #aaa !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Shifting Custody Spine */&lt;br /&gt;
.seam-custody-section {&lt;br /&gt;
    padding: 0 0 40px 30px;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    font-size: 1.05em;&lt;br /&gt;
    line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
.custody-still { border-left: 5px solid #a020f0; }&lt;br /&gt;
.custody-skipper { border-left: 5px solid #21b0cd; }&lt;br /&gt;
.custody-dealer { border-left: 5px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-custody-section h2 {&lt;br /&gt;
    margin-top: 0 !important;&lt;br /&gt;
    padding-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. The Marginalia (Injection Boxes) */&lt;br /&gt;
.seam-injection {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 15px 20px;&lt;br /&gt;
    margin: 20px 0 20px 40px;&lt;br /&gt;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Fixes the overlap for injection note boxes */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Injection Faction Colors */&lt;br /&gt;
.inj-still { border-left: 4px solid #a020f0; }&lt;br /&gt;
.inj-skipper { border-left: 4px solid #21b0cd; }&lt;br /&gt;
.inj-dealer { border-left: 4px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-injection-header {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.inj-still .seam-injection-header { color: #a020f0; }&lt;br /&gt;
.inj-skipper .seam-injection-header { color: #21b0cd; }&lt;br /&gt;
.inj-dealer .seam-injection-header { color: #DAA520; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE: ATTACHED IMAGE GALLERY&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Collapsible Wrapper */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Horizontal Scroll Track */&lt;br /&gt;
.seam-gallery-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 15px 0;&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar { height: 8px; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-track { background: #050505; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-thumb { background: #555; border-radius: 4px; }&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Image Cards */&lt;br /&gt;
.seam-gallery-card {&lt;br /&gt;
    flex: 0 0 250px;&lt;br /&gt;
    height: 180px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    cursor: zoom-in; /* Tells the user they can click it */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
    transition: transform 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card:hover img {&lt;br /&gt;
    transform: scale(1.05); /* Slight hover zoom */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX GALLERY TOGGLE FIX (CENTERED DRAWER BAR)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Make sure the box doesn&#039;t collapse on itself */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override the default MediaWiki right-float */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 5px 0;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style the actual link text */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle a {&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    text-decoration: none !important;&lt;br /&gt;
    transition: color 0.2s, text-shadow 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make it light up when they mouse over it */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle a:hover {&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX TOC SPACING FIX&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#toc, .toc {&lt;br /&gt;
    max-width: 350px !important; /* Prevents it from getting too wide */&lt;br /&gt;
    margin-left: 30px !important; /* Pushes it away from the text on the left */&lt;br /&gt;
    margin-bottom: 20px !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CRDD RECEIPT (SIDEBAR INFOBOX)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.crdd-receipt-wrapper {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 320px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Inherits faction color */&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-receipt-header {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override default MediaWiki toggle specifically for the Receipt */&lt;br /&gt;
.crdd-receipt-wrapper .mw-collapsible-toggle {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 6px 0;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-receipt-wrapper .mw-collapsible-toggle a {&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-receipt-wrapper .mw-collapsible-toggle a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Data Blocks */&lt;br /&gt;
.crdd-section-block {&lt;br /&gt;
    padding: 12px 15px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
.crdd-section-block:last-child {&lt;br /&gt;
    border-bottom: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-section-title {&lt;br /&gt;
    color: #000 !important; /* Force black text */&lt;br /&gt;
    background-color: var(--void-accent) !important; /* Force colored background */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    padding: 4px 8px; /* Give the text some breathing room inside the box */&lt;br /&gt;
    display: inline-block; /* Stop it from stretching across the whole receipt */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-stat-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
.crdd-stat-val {&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Totals (Behavior, Utility, Stability) */&lt;br /&gt;
.crdd-stat-total {&lt;br /&gt;
    margin-top: 8px;&lt;br /&gt;
    padding-top: 6px;&lt;br /&gt;
    border-top: 1px solid #222;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
.crdd-stat-total-val {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    text-shadow: 0 0 5px rgba(255,255,255,0.2);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=398</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=398"/>
		<updated>2026-05-05T18:28:33Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE CRDD RECEIPT INFOBOX --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;crdd-receipt-wrapper mw-collapsible mw-collapsed&amp;quot; data-expandtext=&amp;quot;[+] EXPAND CRDD PRINTOUT&amp;quot; data-collapsetext=&amp;quot;[-] COLLAPSE CRDD PRINTOUT&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;crdd-receipt-header&amp;quot;&amp;gt;CRDD V.1.0.4 DATA LOG&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;!-- SUBJECT INFO --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;crdd-section-block&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-section-title&amp;quot;&amp;gt;1/3 SUBJECT INFO&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Strength&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Durability&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Mobility&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Intelligence&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;2&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Stamina&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Threat Index&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;15&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Swarm Qty&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;20&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-total&amp;quot;&amp;gt;&amp;lt;span&amp;gt;EST. BEHAVIOR&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-total-val&amp;quot;&amp;gt;8.1 (NEUTRAL)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- ITEM INFO --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;crdd-section-block&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-section-title&amp;quot;&amp;gt;2/3 ITEM INFO&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Entropy&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Instability&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;4&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Radiation&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;4&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Corruptivity&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;10&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Volatility&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Unportability&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Anomalous Prop.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;10&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Quantity&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;20&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-total&amp;quot;&amp;gt;&amp;lt;span&amp;gt;EST. UTILITY&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-total-val&amp;quot;&amp;gt;6.1 (FUNCTIONAL)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- SEAM INFO --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;crdd-section-block&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-section-title&amp;quot;&amp;gt;3/3 SEAM INFO&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Instability&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;11&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Leakage&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Geometric Viol.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;22&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Toxicity&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;6&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Topo Hazards&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;8&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Dead Ends&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-row&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Broken Laws&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-val&amp;quot;&amp;gt;10&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;crdd-stat-total&amp;quot;&amp;gt;&amp;lt;span&amp;gt;EST. STABILITY&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;crdd-stat-total-val&amp;quot;&amp;gt;11.6 (VOLATILE)&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;STILL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Almost-Home&#039;s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the seam hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
Seam 2.99 is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable group in this seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;The Nearly-Settled:&amp;lt;/b&amp;gt; A group of former surveyors and skippers / dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial (inside joke for us, we needed a laugh amongst the depressing nature of the group), specifically within formerly vacant homes. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM DEALER MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few items we found in this seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Welcome Basket (I1-2.99):&amp;lt;/b&amp;gt; A wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Garden Hose (I2-2.99):&amp;lt;/b&amp;gt; A green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM SKIPPER JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon. The water output is like a firetruck’s, but with far more precise pressure capable of cutting rock.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;SKIPPER RECON&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. It’s like that, but the super specific details might be something else for others, but someone’s gotta confirm it wasn’t the delusions of ole’ Jax and co. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick. I hope there’s some kinda medicine or cure for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox, if you remember those. The ones used for old animation, Walt style. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. While I was writing this, a lightbox just appeared in the grass. Go figure… Anyway, there’s no stars. Just the gradient.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM DEALER MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do anything here! It&#039;s always like a late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel... After a few hours I started to call Jax sweetie, but snapped out of it when we took a breather in the shade. I wonder if it was the light, or the sky that caused that?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Air&amp;lt;/h3&amp;gt;&lt;br /&gt;
It was pretty warm, pretty stagnant, and had this annoying smell of freshly cut grass. That new car smell, but for grass, y’know? Oh, and charcoal fluid too. Lemen had to remind me and May not to panic whenever we found something new, ‘cause it got harder and harder to breathe the more we freaked out. That by itself made me freak out more! But eventually, we got the hang of it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the… setting? The setting of the neighborhood it looks like. Never that. But small things? It aims to please. It’s… kinda hard to tell what’s real, and what’s not, but don’t get used to it. If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. Your brain, not the Seam, that is. Right, yeah, and time keepers don’t work here. My watch stopped working, though I did see my own house somewhere. The number on the mailbox was right-on. But when I looked in the window, the furniture was on the ceiling. Close call…&lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking it will be behind you, but upside down (except for the furniture and people). Think of it like this: you’re on a straight line, that line’s your life. Then all of a sudden, the top of the line bends, and now there’s two parallel lines connected by that bend at the top. Then the bend straightens out after a while, and it’s back to being one straight line. I know, trippy and weird.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;DEALER ASSESSMENT&amp;lt;/h2&amp;gt;&lt;br /&gt;
The subjects here could be considered a swarm when hostile, and they can be VERY hostile.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;Nighbares (Subject 1-2.99):&amp;lt;/b&amp;gt; The natural denizens of this fine seam, they are the apex predators here, as well as one another’s neighbor (of which they get their namesake). We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower, skill, or acumen, of which they have little of the latter. Nighbares are humanoid folks always visible in the peripheral. They can be seen washing cars, mowing laws, waving from porches, and are usually dressed in either 2020’s formal wear (Alpha-Earth time) or 1850’s casual wear (also Alpha-Earth time). The gap in attire is caused by many others ending up in this seam and end up staying, slowly making the nighbares realize they’re a bit out of date. Do all you can to ignore the nighbares, as if you wave back at them, they freeze (all of them), and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something abyssal in nature. Nighbares are extremely strong! However, not as bright. They will attempt to pin you down and begin the stripping process, aiming for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being as polite as they were beforehand. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM STILL LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
I saw her erase the note she made on it, but May mentioned wanting to go back to Almost-Home and put one of the nighbares down. The one that looked like her husband, I think. It&#039;s very clearly memory molding, but May&#039;s convinced that in some ways... or in the ways that matter... it is him.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Baring Paperboy (Subject 2-2.99):&amp;lt;/b&amp;gt; A small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the nighbares, and can sometimes be seen off his bike when no nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. The little shit— pardon, the little kid can yell quite loudly. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the seam. We don’t know where he takes you officially. Do note that all paperboys look the same (unless altering itself to fit a memory, I believe, via memory molding), so keep good track of who you befriended and who really hates you. If a paperboy is nearby during a nighbare attack, unlike the nighbares, the paperboy will remember you and resume the attack himself if he sees you again. Do your best to stay out of the bike lane.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM STILL LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
Something else May failed to note, or I guess didn&#039;t want to, but a quick update: she took one with us. As far as she could take it— take HIM, sorry, without him leaving the seam. I guess we&#039;ll consider him Subject 2.1-2.99. After some arguing, May gave him a dealer outfit and got him sanctioned by one of the higher ups in House Voidseed. Must&#039;ve been out of pity. Honestly... I don&#039;t blame her. The kid memory molded to look like her &amp;quot;sweet little boy&amp;quot; she lost years ago. No shame in falling victim to that effect, but it&#039;s been days since we left Almost-Home. She wants to go back. To visit. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. It was supposed to be revolutionary. However, when that careless fool turned the lock, he broke it and next thing you know... we&#039;re all on a rather nice looking lawn. So yes, slightly my fault, slightly Jax&#039;s, however no one could have predicted falling further down instead of to the left!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM SKIPPER JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
It WAS supposed to be simple shit! The skip was easy as fuck, she used a prototype key. Y&#039;know what prototype means? It means the door won&#039;t just open out, it&#039;ll open INWARD, smack you in the face, knock you out, and you&#039;ll wake up on a wet lawn. Don&#039;t let her downplay it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. Such a thing did not match any of our memories, it was not nostalgic at all… So we went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home, but Gods… I really, really did not want to stop wishing that. It was so nice there. With him.&lt;br /&gt;
&lt;br /&gt;
…After the experience, this turned out to be a wonderful thing. A seam like this so close to Baseline’s a blessing, we can most certainly use it to our advantage… or perhaps not, considering how dangerous it is. Ah but I cannot help but to think of all the business opportunities with the nighbares!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Helpful Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. Acknowledging the nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. It’ll be safer for you and future surveyors and travelers that way. And lastly, try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything... However... in hindsight, this seam may be more dangerous than our data suggest... Ah, never mind!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=397</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=397"/>
		<updated>2026-05-05T18:27:00Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Expands on desktop hover OR mobile tap/focus */&lt;br /&gt;
.seam-card:hover .seam-nested-container, &lt;br /&gt;
.seam-card:focus-within .seam-nested-container {&lt;br /&gt;
    max-height: 300px; &lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE TEMPLATE: CUSTODY SPINE &amp;amp; MARGINALIA&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Cinematic Banner */&lt;br /&gt;
.seam-page-banner {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 250px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-bottom: 3px solid #fff; /* Changes dynamically via inline style */&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Banner Metadata Overlay */&lt;br /&gt;
.seam-banner-meta {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    background: linear-gradient(to top, rgba(10,10,15,1), rgba(10,10,15,0.8) 60%, transparent);&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: flex-end;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-banner-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h1 {&lt;br /&gt;
    font-size: 2.5em;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 0 5px 0 !important;&lt;br /&gt;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h2 {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    color: #aaa !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Shifting Custody Spine */&lt;br /&gt;
.seam-custody-section {&lt;br /&gt;
    padding: 0 0 40px 30px;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    font-size: 1.05em;&lt;br /&gt;
    line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
.custody-still { border-left: 5px solid #a020f0; }&lt;br /&gt;
.custody-skipper { border-left: 5px solid #21b0cd; }&lt;br /&gt;
.custody-dealer { border-left: 5px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-custody-section h2 {&lt;br /&gt;
    margin-top: 0 !important;&lt;br /&gt;
    padding-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. The Marginalia (Injection Boxes) */&lt;br /&gt;
.seam-injection {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 15px 20px;&lt;br /&gt;
    margin: 20px 0 20px 40px;&lt;br /&gt;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Injection Faction Colors */&lt;br /&gt;
.inj-still { border-left: 4px solid #a020f0; }&lt;br /&gt;
.inj-skipper { border-left: 4px solid #21b0cd; }&lt;br /&gt;
.inj-dealer { border-left: 4px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-injection-header {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.inj-still .seam-injection-header { color: #a020f0; }&lt;br /&gt;
.inj-skipper .seam-injection-header { color: #21b0cd; }&lt;br /&gt;
.inj-dealer .seam-injection-header { color: #DAA520; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE: ATTACHED IMAGE GALLERY&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Collapsible Wrapper */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Horizontal Scroll Track */&lt;br /&gt;
.seam-gallery-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 15px 0;&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar { height: 8px; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-track { background: #050505; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-thumb { background: #555; border-radius: 4px; }&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Image Cards */&lt;br /&gt;
.seam-gallery-card {&lt;br /&gt;
    flex: 0 0 250px;&lt;br /&gt;
    height: 180px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    cursor: zoom-in; /* Tells the user they can click it */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
    transition: transform 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card:hover img {&lt;br /&gt;
    transform: scale(1.05); /* Slight hover zoom */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX GALLERY TOGGLE FIX (CENTERED DRAWER BAR)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Make sure the box doesn&#039;t collapse on itself */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override the default MediaWiki right-float */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 5px 0;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style the actual link text */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle a {&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    text-decoration: none !important;&lt;br /&gt;
    transition: color 0.2s, text-shadow 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make it light up when they mouse over it */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle a:hover {&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX TOC SPACING FIX&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#toc, .toc {&lt;br /&gt;
    max-width: 350px !important; /* Prevents it from getting too wide */&lt;br /&gt;
    margin-left: 30px !important; /* Pushes it away from the text on the left */&lt;br /&gt;
    margin-bottom: 20px !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CRDD RECEIPT (SIDEBAR INFOBOX)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.crdd-receipt-wrapper {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 320px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Inherits faction color */&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-receipt-header {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override default MediaWiki toggle specifically for the Receipt */&lt;br /&gt;
.crdd-receipt-wrapper .mw-collapsible-toggle {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 6px 0;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-receipt-wrapper .mw-collapsible-toggle a {&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-receipt-wrapper .mw-collapsible-toggle a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Data Blocks */&lt;br /&gt;
.crdd-section-block {&lt;br /&gt;
    padding: 12px 15px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
.crdd-section-block:last-child {&lt;br /&gt;
    border-bottom: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-section-title {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.crdd-stat-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    margin-bottom: 4px;&lt;br /&gt;
}&lt;br /&gt;
.crdd-stat-val {&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Totals (Behavior, Utility, Stability) */&lt;br /&gt;
.crdd-stat-total {&lt;br /&gt;
    margin-top: 8px;&lt;br /&gt;
    padding-top: 6px;&lt;br /&gt;
    border-top: 1px solid #222;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
.crdd-stat-total-val {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    text-shadow: 0 0 5px rgba(255,255,255,0.2);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=396</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=396"/>
		<updated>2026-05-05T17:05:44Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;STILL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Almost-Home&#039;s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the seam hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
Seam 2.99 is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable group in this seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;The Nearly-Settled:&amp;lt;/b&amp;gt; A group of former surveyors and skippers / dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial (inside joke for us, we needed a laugh amongst the depressing nature of the group), specifically within formerly vacant homes. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM DEALER MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few items we found in this seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Welcome Basket (I1-2.99):&amp;lt;/b&amp;gt; A wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Garden Hose (I2-2.99):&amp;lt;/b&amp;gt; A green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM SKIPPER JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon. The water output is like a firetruck’s, but with far more precise pressure capable of cutting rock.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;SKIPPER RECON&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. It’s like that, but the super specific details might be something else for others, but someone’s gotta confirm it wasn’t the delusions of ole’ Jax and co. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick. I hope there’s some kinda medicine or cure for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox, if you remember those. The ones used for old animation, Walt style. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. While I was writing this, a lightbox just appeared in the grass. Go figure… Anyway, there’s no stars. Just the gradient.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM DEALER MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do anything here! It&#039;s always like a late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel... After a few hours I started to call Jax sweetie, but snapped out of it when we took a breather in the shade. I wonder if it was the light, or the sky that caused that?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Air&amp;lt;/h3&amp;gt;&lt;br /&gt;
It was pretty warm, pretty stagnant, and had this annoying smell of freshly cut grass. That new car smell, but for grass, y’know? Oh, and charcoal fluid too. Lemen had to remind me and May not to panic whenever we found something new, ‘cause it got harder and harder to breathe the more we freaked out. That by itself made me freak out more! But eventually, we got the hang of it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the… setting? The setting of the neighborhood it looks like. Never that. But small things? It aims to please. It’s… kinda hard to tell what’s real, and what’s not, but don’t get used to it. If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. Your brain, not the Seam, that is. Right, yeah, and time keepers don’t work here. My watch stopped working, though I did see my own house somewhere. The number on the mailbox was right-on. But when I looked in the window, the furniture was on the ceiling. Close call…&lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking it will be behind you, but upside down (except for the furniture and people). Think of it like this: you’re on a straight line, that line’s your life. Then all of a sudden, the top of the line bends, and now there’s two parallel lines connected by that bend at the top. Then the bend straightens out after a while, and it’s back to being one straight line. I know, trippy and weird.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;DEALER ASSESSMENT&amp;lt;/h2&amp;gt;&lt;br /&gt;
The subjects here could be considered a swarm when hostile, and they can be VERY hostile.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;Nighbares (Subject 1-2.99):&amp;lt;/b&amp;gt; The natural denizens of this fine seam, they are the apex predators here, as well as one another’s neighbor (of which they get their namesake). We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower, skill, or acumen, of which they have little of the latter. Nighbares are humanoid folks always visible in the peripheral. They can be seen washing cars, mowing laws, waving from porches, and are usually dressed in either 2020’s formal wear (Alpha-Earth time) or 1850’s casual wear (also Alpha-Earth time). The gap in attire is caused by many others ending up in this seam and end up staying, slowly making the nighbares realize they’re a bit out of date. Do all you can to ignore the nighbares, as if you wave back at them, they freeze (all of them), and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something abyssal in nature. Nighbares are extremely strong! However, not as bright. They will attempt to pin you down and begin the stripping process, aiming for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being as polite as they were beforehand. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM STILL LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
I saw her erase the note she made on it, but May mentioned wanting to go back to Almost-Home and put one of the nighbares down. The one that looked like her husband, I think. It&#039;s very clearly memory molding, but May&#039;s convinced that in some ways... or in the ways that matter... it is him.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Baring Paperboy (Subject 2-2.99):&amp;lt;/b&amp;gt; A small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the nighbares, and can sometimes be seen off his bike when no nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. The little shit— pardon, the little kid can yell quite loudly. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the seam. We don’t know where he takes you officially. Do note that all paperboys look the same (unless altering itself to fit a memory, I believe, via memory molding), so keep good track of who you befriended and who really hates you. If a paperboy is nearby during a nighbare attack, unlike the nighbares, the paperboy will remember you and resume the attack himself if he sees you again. Do your best to stay out of the bike lane.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM STILL LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
Something else May failed to note, or I guess didn&#039;t want to, but a quick update: she took one with us. As far as she could take it— take HIM, sorry, without him leaving the seam. I guess we&#039;ll consider him Subject 2.1-2.99. After some arguing, May gave him a dealer outfit and got him sanctioned by one of the higher ups in House Voidseed. Must&#039;ve been out of pity. Honestly... I don&#039;t blame her. The kid memory molded to look like her &amp;quot;sweet little boy&amp;quot; she lost years ago. No shame in falling victim to that effect, but it&#039;s been days since we left Almost-Home. She wants to go back. To visit. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. It was supposed to be revolutionary. However, when that careless fool turned the lock, he broke it and next thing you know... we&#039;re all on a rather nice looking lawn. So yes, slightly my fault, slightly Jax&#039;s, however no one could have predicted falling further down instead of to the left!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM SKIPPER JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
It WAS supposed to be simple shit! The skip was easy as fuck, she used a prototype key. Y&#039;know what prototype means? It means the door won&#039;t just open out, it&#039;ll open INWARD, smack you in the face, knock you out, and you&#039;ll wake up on a wet lawn. Don&#039;t let her downplay it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. Such a thing did not match any of our memories, it was not nostalgic at all… So we went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home, but Gods… I really, really did not want to stop wishing that. It was so nice there. With him.&lt;br /&gt;
&lt;br /&gt;
…After the experience, this turned out to be a wonderful thing. A seam like this so close to Baseline’s a blessing, we can most certainly use it to our advantage… or perhaps not, considering how dangerous it is. Ah but I cannot help but to think of all the business opportunities with the nighbares!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Helpful Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. Acknowledging the nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. It’ll be safer for you and future surveyors and travelers that way. And lastly, try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything... However... in hindsight, this seam may be more dangerous than our data suggest... Ah, never mind!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=395</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=395"/>
		<updated>2026-05-05T17:03:53Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Almost-Home&#039;s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the seam hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
Seam 2.99 is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable group in this seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;The Nearly-Settled:&amp;lt;/b&amp;gt; A group of former surveyors and skippers / dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial (inside joke for us, we needed a laugh amongst the depressing nature of the group), specifically within formerly vacant homes. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM DEALER MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few items we found in this seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Welcome Basket (I1-2.99):&amp;lt;/b&amp;gt; A wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Garden Hose (I2-2.99):&amp;lt;/b&amp;gt; A green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM SKIPPER JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon. The water output is like a firetruck’s, but with far more precise pressure capable of cutting rock.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. It’s like that, but the super specific details might be something else for others, but someone’s gotta confirm it wasn’t the delusions of ole’ Jax and co. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick. I hope there’s some kinda medicine or cure for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox, if you remember those. The ones used for old animation, Walt style. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. While I was writing this, a lightbox just appeared in the grass. Go figure… Anyway, there’s no stars. Just the gradient.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM DEALER MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do anything here! It&#039;s always like a late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel... After a few hours I started to call Jax sweetie, but snapped out of it when we took a breather in the shade. I wonder if it was the light, or the sky that caused that?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Air&amp;lt;/h3&amp;gt;&lt;br /&gt;
It was pretty warm, pretty stagnant, and had this annoying smell of freshly cut grass. That new car smell, but for grass, y’know? Oh, and charcoal fluid too. Lemen had to remind me and May not to panic whenever we found something new, ‘cause it got harder and harder to breathe the more we freaked out. That by itself made me freak out more! But eventually, we got the hang of it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the… setting? The setting of the neighborhood it looks like. Never that. But small things? It aims to please. It’s… kinda hard to tell what’s real, and what’s not, but don’t get used to it. If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. Your brain, not the Seam, that is. Right, yeah, and time keepers don’t work here. My watch stopped working, though I did see my own house somewhere. The number on the mailbox was right-on. But when I looked in the window, the furniture was on the ceiling. Close call…&lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking it will be behind you, but upside down (except for the furniture and people). Think of it like this: you’re on a straight line, that line’s your life. Then all of a sudden, the top of the line bends, and now there’s two parallel lines connected by that bend at the top. Then the bend straightens out after a while, and it’s back to being one straight line. I know, trippy and weird.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
The subjects here could be considered a swarm when hostile, and they can be VERY hostile.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;Nighbares (Subject 1-2.99):&amp;lt;/b&amp;gt; The natural denizens of this fine seam, they are the apex predators here, as well as one another’s neighbor (of which they get their namesake). We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower, skill, or acumen, of which they have little of the latter. Nighbares are humanoid folks always visible in the peripheral. They can be seen washing cars, mowing laws, waving from porches, and are usually dressed in either 2020’s formal wear (Alpha-Earth time) or 1850’s casual wear (also Alpha-Earth time). The gap in attire is caused by many others ending up in this seam and end up staying, slowly making the nighbares realize they’re a bit out of date. Do all you can to ignore the nighbares, as if you wave back at them, they freeze (all of them), and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something abyssal in nature. Nighbares are extremely strong! However, not as bright. They will attempt to pin you down and begin the stripping process, aiming for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being as polite as they were beforehand. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM STILL LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
I saw her erase the note she made on it, but May mentioned wanting to go back to Almost-Home and put one of the nighbares down. The one that looked like her husband, I think. It&#039;s very clearly memory molding, but May&#039;s convinced that in some ways... or in the ways that matter... it is him.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Baring Paperboy (Subject 2-2.99):&amp;lt;/b&amp;gt; A small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the nighbares, and can sometimes be seen off his bike when no nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. The little shit— pardon, the little kid can yell quite loudly. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the seam. We don’t know where he takes you officially. Do note that all paperboys look the same (unless altering itself to fit a memory, I believe, via memory molding), so keep good track of who you befriended and who really hates you. If a paperboy is nearby during a nighbare attack, unlike the nighbares, the paperboy will remember you and resume the attack himself if he sees you again. Do your best to stay out of the bike lane.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM STILL LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
Something else May failed to note, or I guess didn&#039;t want to, but a quick update: she took one with us. As far as she could take it— take HIM, sorry, without him leaving the seam. I guess we&#039;ll consider him Subject 2.1-2.99. After some arguing, May gave him a dealer outfit and got him sanctioned by one of the higher ups in House Voidseed. Must&#039;ve been out of pity. Honestly... I don&#039;t blame her. The kid memory molded to look like her &amp;quot;sweet little boy&amp;quot; she lost years ago. No shame in falling victim to that effect, but it&#039;s been days since we left Almost-Home. She wants to go back. To visit. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. It was supposed to be revolutionary. However, when that careless fool turned the lock, he broke it and next thing you know... we&#039;re all on a rather nice looking lawn. So yes, slightly my fault, slightly Jax&#039;s, however no one could have predicted falling further down instead of to the left!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM SKIPPER JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
It WAS supposed to be simple shit! The skip was easy as fuck, she used a prototype key. Y&#039;know what prototype means? It means the door won&#039;t just open out, it&#039;ll open INWARD, smack you in the face, knock you out, and you&#039;ll wake up on a wet lawn. Don&#039;t let her downplay it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. Such a thing did not match any of our memories, it was not nostalgic at all… So we went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home, but Gods… I really, really did not want to stop wishing that. It was so nice there. With him.&lt;br /&gt;
&lt;br /&gt;
…After the experience, this turned out to be a wonderful thing. A seam like this so close to Baseline’s a blessing, we can most certainly use it to our advantage… or perhaps not, considering how dangerous it is. Ah but I cannot help but to think of all the business opportunities with the nighbares!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. Acknowledging the nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. It’ll be safer for you and future surveyors and travelers that way. And lastly, try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything... However... in hindsight, this seam may be more dangerous than our data suggest... Ah, never mind!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=394</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=394"/>
		<updated>2026-05-05T16:50:59Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Almost-Home&#039;s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the seam hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
Seam 2.99 is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable group in this seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;The Nearly-Settled:&amp;lt;/b&amp;gt; A group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial (inside joke for us, we needed a laugh amongst the depressing nature of the Group), specifically within formerly vacant homes. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few items we found in this Seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Welcome Basket (I1-2.99):&amp;lt;/b&amp;gt; A wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Garden Hose (I2-2.99):&amp;lt;/b&amp;gt; A green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon, as the water output is like a firetruck’s, with far more precise pressure capable of cutting rock.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. It’s like that, but the super specific details might be something else for others, but someone’s gotta confirm it wasn’t the delusions of ole’ Jax and co. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick. I hope there’s some kinda medicine or cure for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox, if you remember those. The ones used for old animation, Walt style. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. While I was writing this, a lightbox just appeared in the grass. Go figure… Anyway, there’s no stars. Just the gradient.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do anything here! It&#039;s always like a late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel... After a few hours I started to call Jax sweetie, but snapped out of it when we took a breather in the shade. I wonder if it was the light, or the sky that caused that?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Air&amp;lt;/h3&amp;gt;&lt;br /&gt;
It was pretty warm, pretty stagnant, and had this annoying smell of freshly cut grass. That new car smell, but for grass, y’know? Oh, and charcoal fluid too. Lemen had to remind me and May not to panic whenever we found something new, ‘cause it got harder and harder to breathe the more we freaked out. That by itself made me freak out more! But eventually, we got the hang of it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the… setting? The setting of the neighborhood it looks like. Never that. But small things? It aims to please. It’s… kinda hard to tell what’s real, and what’s not, but don’t get used to it. If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. Your brain, not the Seam, that is. Right, yeah, and time keepers don’t work here. My watch stopped working, though I did see my own house somewhere. The number on the mailbox was right-on. But when I looked in the window, the furniture was on the ceiling. Close call…&lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking it will be behind you, but upside down and inverted (except for the furniture and people). Think of it like this: you’re on a straight line, that line’s your life. Then all of a sudden, the top of the line bends, and now there’s two parallel lines connected by that bend at the top. Then the bend straightens out after a while, and it’s back to being one straight line. I know, trippy and weird.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
The Subjects here could be considered a swarm when hostile, and they can be VERY hostile.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;Nighbares (Subject 1-2.99):&amp;lt;/b&amp;gt; The natural denizens of this fine seam, they are the apex predators here, as well as one another’s neighbor (of which they get their namesake). We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower, skill, or acumen, of which they have little of the latter. Nighbares are humanoid folks always visible in the peripheral. They can be seen washing cars, mowing laws, waving from porches, and are usually dressed in either 2020’s formal wear (Alpha-Earth time) or 1850’s casual wear (also Alpha-Earth time). The gap in attire is caused by many others ending up in this Seam and end up staying, slowly making the Nighbares realize they’re a bit out of date. Do all you can to ignore the Nighbares, as if you wave back at them, they freeze (all of them), and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something abyssal in nature. Nighbares are extremely strong! However, not as bright. They will attempt to pin you down and begin the stripping process, aiming for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being as polite as they were beforehand. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
I saw her erase the note she made on it, but May mentioned wanting to go back to Almost-Home and put one of the nighbares down. The one that looked like her husband, I think. It&#039;s very clearly memory molding, but May&#039;s convinced that in some ways... or in the ways that matter... it is him.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Baring Paperboy (Subject 2-2.99):&amp;lt;/b&amp;gt; A small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the Nighbares, and can sometimes be seen off his bike when no Nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. The little shit— pardon, the little kid can yell quite loudly. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam. We don’t know where he takes you officially. Do note that all Paperboys look the same (unless altering itself to fit a memory, I believe, via Memory Molding), so keep good track of who you befriended and who really hates you. If a Paperboy is nearby during a Nighbare attack, unlike the Nighbares, the Paperboy will remember you and resume the attack himself if he sees you again. Do your best to stay out of the bike lane. Update: I took one with us! Well, we changed his clothes to a nice outfit of black and gold so he is easily noticeable (he is considered Subject 2.1-2.99 now). To any that run into him, he is now officially a Dealer! However, he will only deal in newspapers and keys or contracts to lower 2.X Seams, but he will aid you assuming you did not trigger a Nighbare attack recently. Yes, House Voidseed knows about him and approved of him. I think, out of pity, as that one looked different than the other Paperboys. It looked like my sweet little boy I lost years ago. Ah, I am not ashamed to admit I fell victim to this place’s effects, but I am out now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
Something else May failed to note, or I guess didn&#039;t want to, but a quick update: she took one with us. As far as she could take it— take HIM, sorry, without him leaving the seam. I guess we&#039;ll consider him Subject 2.1-2.99. After some arguing, May gave him a dealer outfit and got him sanctioned by one of the higher ups in House Voidseed. Must&#039;ve been out of pity. Honestly... I don&#039;t blame her. The kid memory molded to look like her &amp;quot;sweet little boy&amp;quot; she lost years ago. No shame in falling victim to that effect, but it&#039;s been days since we left Almost-Home. She wants to go back. To visit. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. It was supposed to be revolutionary. However, when that careless fool turned the lock, he broke it and next thing you know... we&#039;re all on a rather nice looking lawn. So yes, slightly my fault, slightly Jax&#039;s, however no one could have predicted falling further down instead of to the left!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;NOTE FROM JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
It WAS supposed to be simple shit! The skip was easy as fuck, she used a prototype key. Y&#039;know what prototype means? It means the door won&#039;t just open out, it&#039;ll open INWARD, smack you in the face, knock you out, and you&#039;ll wake up on a wet lawn. Don&#039;t let her downplay it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. Such a thing did not match any of our memories, it was not nostalgic at all… So we went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home, but Gods… I really, really did not want to stop wishing that. It was so nice there. With him.&lt;br /&gt;
&lt;br /&gt;
…After the experience, this turned out to be a wonderful thing. A Seam like this so close to Baseline’s a blessing, we can most certainly use it to our advantage… or perhaps not, considering how dangerous it is. Ah but I cannot help but to think of all the business opportunities with the Nighbares!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. Acknowledging the Nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. It’ll be safer for you and future Surveyors / travelers that way. And lastly, try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=393</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=393"/>
		<updated>2026-05-05T16:30:37Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Almost-Home&#039;s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the seam hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
Seam 2.99 is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable group in this seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;The Nearly-Settled:&amp;lt;/b&amp;gt; A group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial (inside joke for us, we needed a laugh amongst the depressing nature of the Group), specifically within formerly vacant homes. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point. As May found out the hard way, do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few items we found in this Seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Welcome Basket (I1-2.99):&amp;lt;/b&amp;gt; A wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Garden Hose (I2-2.99):&amp;lt;/b&amp;gt; A green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose. If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon, as the water output is like a firetruck’s, with far more precise pressure capable of cutting rock.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. It’s like that, but the super specific details might be something else for others, but someone’s gotta confirm it wasn’t the delusions of ole’ Jax and co. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick. I hope there’s some kinda medicine or cure for this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox, if you remember those. The ones used for old animation, Walt style. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. While I was writing this, a lightbox just appeared in the grass. Go figure… Anyway, there’s no stars. Just the gradient. Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but May started to complain. Something about feeling more warm the more she stayed in the light? After a few hours she started to call me sweetie, too, but snapped out of it when we took a breather in the shade.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Air&amp;lt;/h3&amp;gt;&lt;br /&gt;
It was pretty warm, pretty stagnant, and had this annoying smell of freshly cut grass. That new car smell, but for grass, y’know? Oh, and charcoal fluid too. Lemen had to remind me and May not to panic whenever we found something new, ‘cause it got harder and harder to breathe the more we freaked out. That by itself made me freak out more! But eventually, we got the hang of it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the… setting? The setting of the neighborhood it looks like. Never that. But small things? It aims to please. It’s… kinda hard to tell what’s real, and what’s not, but don’t get used to it. If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. Your brain, not the Seam, that is. Right, yeah, and time keepers don’t work here. My watch stopped working, though I did see my own house somewhere. The number on the mailbox was right-on. But when I looked in the window, the furniture was on the ceiling. Close call…&lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking it will be behind you, but upside down and inverted (except for the furniture and people). Think of it like this: you’re on a straight line, that line’s your life. Then all of a sudden, the top of the line bends, and now there’s two parallel lines connected by that bend at the top. Then the bend straightens out after a while, and it’s back to being one straight line. I know, trippy and weird.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
The Subjects here could be considered a swarm when hostile, and they can be VERY hostile.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;lt;b&amp;gt;Nighbares (Subject 1-2.99):&amp;lt;/b&amp;gt; The natural denizens of this fine seam, they are the apex predators here, as well as one another’s neighbor (of which they get their namesake). We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower, skill, or acumen, of which they have little of the latter. Nighbares are humanoid folks always visible in the peripheral. They can be seen washing cars, mowing laws, waving from porches, and are usually dressed in either 2020’s formal wear (Alpha-Earth time) or 1850’s casual wear (also Alpha-Earth time). The gap in attire is caused by many others ending up in this Seam and end up staying, slowly making the Nighbares realize they’re a bit out of date. Do all you can to ignore the Nighbares, as if you wave back at them, they freeze (all of them), and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. Nighbares are extremely strong! However, not as bright. They will attempt to pin you down and begin the stripping process, aiming for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being as polite as they were beforehand. This does not belong here, but… I want to go back and put one down. For me. It looked like my husband. If it’s him, then… it must be me.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Baring Paperboy (Subject 2-2.99):&amp;lt;/b&amp;gt; A small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the Nighbares, and can sometimes be seen off his bike when no Nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. The little shit— pardon, the little kid can yell quite loudly. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam. We don’t know where he takes you officially. Do note that all Paperboys look the same (unless altering itself to fit a memory, I believe, via Memory Molding), so keep good track of who you befriended and who really hates you. If a Paperboy is nearby during a Nighbare attack, unlike the Nighbares, the Paperboy will remember you and resume the attack himself if he sees you again. Do your best to stay out of the bike lane. Update: I took one with us! Well, we changed his clothes to a nice outfit of black and gold so he is easily noticeable (he is considered Subject 2.1-2.99 now). To any that run into him, he is now officially a Dealer! However, he will only deal in newspapers and keys or contracts to lower 2.X Seams, but he will aid you assuming you did not trigger a Nighbare attack recently. Yes, House Voidseed knows about him and approved of him. I think, out of pity, as that one looked different than the other Paperboys. It looked like my sweet little boy I lost years ago. Ah, I am not ashamed to admit I fell victim to this place’s effects, but I am out now.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. It was supposed to be revolutionary. However, when that careless fool turned the lock, the door didn’t open out, but inward. It hit us—the door—in the face, and we blacked out. When we all woke up, we were on a lawn. So yes, slightly my fault, however no one could have predicted falling further down instead of to the left!&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. Such a thing did not match any of our memories, it was not nostalgic at all… So we went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home, but Gods… I really, really did not want to stop wishing that. It was so nice there. With him.&lt;br /&gt;
&lt;br /&gt;
…After the experience, this turned out to be a wonderful thing. A Seam like this so close to Baseline’s a blessing, we can most certainly use it to our advantage… or perhaps not, considering how dangerous it is. Ah but I cannot help but to think of all the business opportunities with the Nighbares!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. Acknowledging the Nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. It’ll be safer for you and future Surveyors / travelers that way. And lastly, try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=392</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=392"/>
		<updated>2026-05-05T16:11:32Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Expands on desktop hover OR mobile tap/focus */&lt;br /&gt;
.seam-card:hover .seam-nested-container, &lt;br /&gt;
.seam-card:focus-within .seam-nested-container {&lt;br /&gt;
    max-height: 300px; &lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE TEMPLATE: CUSTODY SPINE &amp;amp; MARGINALIA&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Cinematic Banner */&lt;br /&gt;
.seam-page-banner {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 250px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-bottom: 3px solid #fff; /* Changes dynamically via inline style */&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Banner Metadata Overlay */&lt;br /&gt;
.seam-banner-meta {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    background: linear-gradient(to top, rgba(10,10,15,1), rgba(10,10,15,0.8) 60%, transparent);&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: flex-end;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-banner-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h1 {&lt;br /&gt;
    font-size: 2.5em;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 0 5px 0 !important;&lt;br /&gt;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h2 {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    color: #aaa !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Shifting Custody Spine */&lt;br /&gt;
.seam-custody-section {&lt;br /&gt;
    padding: 0 0 40px 30px;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    font-size: 1.05em;&lt;br /&gt;
    line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
.custody-still { border-left: 5px solid #a020f0; }&lt;br /&gt;
.custody-skipper { border-left: 5px solid #21b0cd; }&lt;br /&gt;
.custody-dealer { border-left: 5px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-custody-section h2 {&lt;br /&gt;
    margin-top: 0 !important;&lt;br /&gt;
    padding-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. The Marginalia (Injection Boxes) */&lt;br /&gt;
.seam-injection {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 15px 20px;&lt;br /&gt;
    margin: 20px 0 20px 40px;&lt;br /&gt;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Injection Faction Colors */&lt;br /&gt;
.inj-still { border-left: 4px solid #a020f0; }&lt;br /&gt;
.inj-skipper { border-left: 4px solid #21b0cd; }&lt;br /&gt;
.inj-dealer { border-left: 4px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-injection-header {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.inj-still .seam-injection-header { color: #a020f0; }&lt;br /&gt;
.inj-skipper .seam-injection-header { color: #21b0cd; }&lt;br /&gt;
.inj-dealer .seam-injection-header { color: #DAA520; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE: ATTACHED IMAGE GALLERY&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Collapsible Wrapper */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Horizontal Scroll Track */&lt;br /&gt;
.seam-gallery-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 15px 0;&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar { height: 8px; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-track { background: #050505; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-thumb { background: #555; border-radius: 4px; }&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Image Cards */&lt;br /&gt;
.seam-gallery-card {&lt;br /&gt;
    flex: 0 0 250px;&lt;br /&gt;
    height: 180px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    cursor: zoom-in; /* Tells the user they can click it */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
    transition: transform 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card:hover img {&lt;br /&gt;
    transform: scale(1.05); /* Slight hover zoom */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX GALLERY TOGGLE FIX (CENTERED DRAWER BAR)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Make sure the box doesn&#039;t collapse on itself */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override the default MediaWiki right-float */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle {&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    display: block !important;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 5px 0;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style the actual link text */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle a {&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    text-decoration: none !important;&lt;br /&gt;
    transition: color 0.2s, text-shadow 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make it light up when they mouse over it */&lt;br /&gt;
.seam-gallery-wrapper .mw-collapsible-toggle a:hover {&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX TOC SPACING FIX&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#toc, .toc {&lt;br /&gt;
    max-width: 350px !important; /* Prevents it from getting too wide */&lt;br /&gt;
    margin-left: 30px !important; /* Pushes it away from the text on the left */&lt;br /&gt;
    margin-bottom: 20px !important; &lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=391</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=391"/>
		<updated>2026-05-05T16:05:33Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam. They will try to convince you to stay, getting aggressive about their happiness when questioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight. It has some fruit in it that never rots and a card that says “Welcome Home”. The fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. If you approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. Buying some of his newspapers will befriend him to you! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=390</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=390"/>
		<updated>2026-05-05T16:04:06Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam. They will try to convince you to stay, getting aggressive about their happiness when questioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight. It has some fruit in it that never rots and a card that says “Welcome Home”. The fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. If you approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. Buying some of his newspapers will befriend him to you! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE DEALER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=389</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=389"/>
		<updated>2026-05-05T16:02:23Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Expands on desktop hover OR mobile tap/focus */&lt;br /&gt;
.seam-card:hover .seam-nested-container, &lt;br /&gt;
.seam-card:focus-within .seam-nested-container {&lt;br /&gt;
    max-height: 300px; &lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE TEMPLATE: CUSTODY SPINE &amp;amp; MARGINALIA&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Cinematic Banner */&lt;br /&gt;
.seam-page-banner {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 250px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-bottom: 3px solid #fff; /* Changes dynamically via inline style */&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Banner Metadata Overlay */&lt;br /&gt;
.seam-banner-meta {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    background: linear-gradient(to top, rgba(10,10,15,1), rgba(10,10,15,0.8) 60%, transparent);&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: flex-end;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-banner-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h1 {&lt;br /&gt;
    font-size: 2.5em;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 0 5px 0 !important;&lt;br /&gt;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h2 {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    color: #aaa !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Shifting Custody Spine */&lt;br /&gt;
.seam-custody-section {&lt;br /&gt;
    padding: 0 0 40px 30px;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    font-size: 1.05em;&lt;br /&gt;
    line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
.custody-still { border-left: 5px solid #a020f0; }&lt;br /&gt;
.custody-skipper { border-left: 5px solid #21b0cd; }&lt;br /&gt;
.custody-dealer { border-left: 5px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-custody-section h2 {&lt;br /&gt;
    margin-top: 0 !important;&lt;br /&gt;
    padding-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. The Marginalia (Injection Boxes) */&lt;br /&gt;
.seam-injection {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 15px 20px;&lt;br /&gt;
    margin: 20px 0 20px 40px;&lt;br /&gt;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Injection Faction Colors */&lt;br /&gt;
.inj-still { border-left: 4px solid #a020f0; }&lt;br /&gt;
.inj-skipper { border-left: 4px solid #21b0cd; }&lt;br /&gt;
.inj-dealer { border-left: 4px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-injection-header {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.inj-still .seam-injection-header { color: #a020f0; }&lt;br /&gt;
.inj-skipper .seam-injection-header { color: #21b0cd; }&lt;br /&gt;
.inj-dealer .seam-injection-header { color: #DAA520; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE: ATTACHED IMAGE GALLERY&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Collapsible Wrapper */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Horizontal Scroll Track */&lt;br /&gt;
.seam-gallery-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 15px 0;&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar { height: 8px; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-track { background: #050505; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-thumb { background: #555; border-radius: 4px; }&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Image Cards */&lt;br /&gt;
.seam-gallery-card {&lt;br /&gt;
    flex: 0 0 250px;&lt;br /&gt;
    height: 180px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    cursor: zoom-in; /* Tells the user they can click it */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
    transition: transform 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card:hover img {&lt;br /&gt;
    transform: scale(1.05); /* Slight hover zoom */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX TOC SPACING FIX&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#toc, .toc {&lt;br /&gt;
    max-width: 350px !important; /* Prevents it from getting too wide */&lt;br /&gt;
    margin-left: 30px !important; /* Pushes it away from the text on the left */&lt;br /&gt;
    margin-bottom: 20px !important; &lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=388</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=388"/>
		<updated>2026-05-05T15:56:10Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam. They will try to convince you to stay, getting aggressive about their happiness when questioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight. It has some fruit in it that never rots and a card that says “Welcome Home”. The fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. If you approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. Buying some of his newspapers will befriend him to you! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=387</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=387"/>
		<updated>2026-05-05T15:54:13Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam. They will try to convince you to stay, getting aggressive about their happiness when questioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight. It has some fruit in it that never rots and a card that says “Welcome Home”. The fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/example.png&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. If you approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. Buying some of his newspapers will befriend him to you! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=386</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=386"/>
		<updated>2026-05-05T02:49:51Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h1&amp;gt;2.99&amp;lt;/h1&amp;gt;&lt;br /&gt;
            &amp;lt;h2&amp;gt;Almost-Home&amp;lt;/h2&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam. They will try to convince you to stay, getting aggressive about their happiness when questioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight. It has some fruit in it that never rots and a card that says “Welcome Home”. The fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/example.png&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. If you approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. Buying some of his newspapers will befriend him to you! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=385</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=385"/>
		<updated>2026-05-05T02:49:06Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h1&amp;gt;2.99&amp;lt;/h1&amp;gt;&lt;br /&gt;
            &amp;lt;h2&amp;gt;Almost-Home&amp;lt;/h2&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This forces the Table of Contents to spawn exactly here --&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0 !important; border-bottom: 1px solid #a020f0 !important;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam. They will try to convince you to stay, getting aggressive about their happiness when questioned.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0 !important;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight. It has some fruit in it that never rots and a card that says “Welcome Home”. The fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Image Card (Will zoom when clicked) --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/example.png&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Static Placeholder Card --&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd !important; border-bottom: 1px solid #21b0cd !important;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd !important;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- THE SKIPPER IMAGE GALLERY --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed seam-gallery-wrapper&amp;quot; data-expandtext=&amp;quot;VIEW ATTACHED IMAGES&amp;quot; data-collapsetext=&amp;quot;HIDE ATTACHED IMAGES&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-gallery-viewport&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-gallery-track&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-gallery-card&amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520 !important; border-bottom: 1px solid #DAA520 !important;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. If you approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. Buying some of his newspapers will befriend him to you! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520 !important;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.js&amp;diff=384</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.js&amp;diff=384"/>
		<updated>2026-05-05T02:45:58Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: CORE SCRIPTS (Themes + Calculator + Logos)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
$(function() {&lt;br /&gt;
    /* --- PART A: LOGO &amp;amp; THEME SYSTEM --- */&lt;br /&gt;
    &lt;br /&gt;
    // 1. DEFINE LOGOS&lt;br /&gt;
    const logos = {&lt;br /&gt;
        still:   &#039;https://files.catbox.moe/0cmhjh.png&#039;,&lt;br /&gt;
        dealer:  &#039;https://files.catbox.moe/73m0cp.png&#039;,&lt;br /&gt;
        skipper: &#039;https://files.catbox.moe/8gs8n5.png&#039;&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
    // 2. HELPER: FORCE LOGO SWAP&lt;br /&gt;
    function swapLogo(url) {&lt;br /&gt;
        $(&#039;#p-logo a&#039;).css(&#039;background-image&#039;, &#039;url(&#039; + url + &#039;)&#039;);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    // 3. DETECT FACTION -&amp;gt; APPLY CLASS &amp;amp; LOGO&lt;br /&gt;
    if ($(&#039;.faction-dealer&#039;).length) {&lt;br /&gt;
        $(&#039;body&#039;).addClass(&#039;theme-dealer&#039;);&lt;br /&gt;
        swapLogo(logos.dealer);&lt;br /&gt;
    }&lt;br /&gt;
    else if ($(&#039;.faction-skipper&#039;).length) {&lt;br /&gt;
        $(&#039;body&#039;).addClass(&#039;theme-skipper&#039;);&lt;br /&gt;
        swapLogo(logos.skipper);&lt;br /&gt;
    }&lt;br /&gt;
    else if ($(&#039;.faction-still&#039;).length) {&lt;br /&gt;
        $(&#039;body&#039;).addClass(&#039;theme-still&#039;);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
     /* --- PART B: CRDD CALCULATOR LOGIC --- */&lt;br /&gt;
    &lt;br /&gt;
    // Only run if calculator is present&lt;br /&gt;
    if ($(&#039;#crdd-interface&#039;).length) {&lt;br /&gt;
        &lt;br /&gt;
        // Update number displays instantly&lt;br /&gt;
        $(&#039;.crdd-range&#039;).on(&#039;input&#039;, function() {&lt;br /&gt;
            $(this).next(&#039;.crdd-value-display&#039;).text($(this).val());&lt;br /&gt;
        });&lt;br /&gt;
&lt;br /&gt;
        // The Calculation Function&lt;br /&gt;
        function updateCRDD() {&lt;br /&gt;
            let totalScore = 0;&lt;br /&gt;
            let activeMaxScore = 0;&lt;br /&gt;
            let criticalOverride = false;&lt;br /&gt;
            &lt;br /&gt;
            // SECTION 1: SUBJECT&lt;br /&gt;
            let subjSkip = $(&#039;#skip-subject&#039;).is(&#039;:checked&#039;);&lt;br /&gt;
            if (!subjSkip) {&lt;br /&gt;
                let s1 = parseInt($(&#039;#s-strength&#039;).val()) || 0;&lt;br /&gt;
                let s2 = parseInt($(&#039;#s-durability&#039;).val()) || 0;&lt;br /&gt;
                let s3 = parseInt($(&#039;#s-mobility&#039;).val()) || 0;&lt;br /&gt;
                let s4 = parseInt($(&#039;#s-intel&#039;).val()) || 0;&lt;br /&gt;
                let s5 = parseInt($(&#039;#s-stamina&#039;).val()) || 0;&lt;br /&gt;
                let s6 = parseInt($(&#039;#s-threat&#039;).val()) || 0;&lt;br /&gt;
                let s7 = parseInt($(&#039;#s-swarm&#039;).val()) || 0;&lt;br /&gt;
                &lt;br /&gt;
                // Critical Check&lt;br /&gt;
                if (s6 &amp;gt; 24) criticalOverride = true;&lt;br /&gt;
                &lt;br /&gt;
                let avg = (s1+s2+s3+s4+s5+s6+s7) / 7;&lt;br /&gt;
                totalScore += avg;&lt;br /&gt;
                activeMaxScore += 33;&lt;br /&gt;
                &lt;br /&gt;
                let rating = &amp;quot;DOCILE&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 8) rating = &amp;quot;NEUTRAL&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 16) rating = &amp;quot;HOSTILE&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 24) rating = &amp;quot;VILE&amp;quot;;&lt;br /&gt;
                $(&#039;#result-subject&#039;).text(avg.toFixed(1) + &amp;quot; (&amp;quot; + rating + &amp;quot;)&amp;quot;);&lt;br /&gt;
                &lt;br /&gt;
            } else {&lt;br /&gt;
                 $(&#039;#result-subject&#039;).text(&amp;quot;SKIPPED&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // SECTION 2: ITEM&lt;br /&gt;
            let itemSkip = $(&#039;#skip-item&#039;).is(&#039;:checked&#039;);&lt;br /&gt;
            if (!itemSkip) {&lt;br /&gt;
                let i1 = parseInt($(&#039;#i-entropy&#039;).val()) || 0;&lt;br /&gt;
                let i2 = parseInt($(&#039;#i-instability&#039;).val()) || 0;&lt;br /&gt;
                let i3 = parseInt($(&#039;#i-radiation&#039;).val()) || 0;&lt;br /&gt;
                let i4 = parseInt($(&#039;#i-corrupt&#039;).val()) || 0;&lt;br /&gt;
                let i5 = parseInt($(&#039;#i-volatility&#039;).val()) || 0;&lt;br /&gt;
                let i6 = parseInt($(&#039;#i-unport&#039;).val()) || 0;&lt;br /&gt;
                let i7 = parseInt($(&#039;#i-anomalous&#039;).val()) || 0;&lt;br /&gt;
                let i8 = parseInt($(&#039;#i-qty&#039;).val()) || 0;&lt;br /&gt;
&lt;br /&gt;
                if (i7 &amp;gt; 24) criticalOverride = true;&lt;br /&gt;
&lt;br /&gt;
                let avg = (i1+i2+i3+i4+i5+i6+i7+i8) / 8;&lt;br /&gt;
                totalScore += avg;&lt;br /&gt;
                activeMaxScore += 33;&lt;br /&gt;
                &lt;br /&gt;
                let rating = &amp;quot;FUNCTIONAL&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 8) rating = &amp;quot;ALTERED&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 16) rating = &amp;quot;UNSTABLE&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 24) rating = &amp;quot;VOID&amp;quot;;&lt;br /&gt;
                $(&#039;#result-item&#039;).text(avg.toFixed(1) + &amp;quot; (&amp;quot; + rating + &amp;quot;)&amp;quot;);&lt;br /&gt;
            } else {&lt;br /&gt;
                $(&#039;#result-item&#039;).text(&amp;quot;SKIPPED&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // SECTION 3: SEAM&lt;br /&gt;
            let seamSkip = $(&#039;#skip-seam&#039;).is(&#039;:checked&#039;);&lt;br /&gt;
            if (!seamSkip) {&lt;br /&gt;
                let m1 = parseInt($(&#039;#m-instability&#039;).val()) || 0;&lt;br /&gt;
                let m2 = parseInt($(&#039;#m-leakage&#039;).val()) || 0;&lt;br /&gt;
                let m3 = parseInt($(&#039;#m-geo&#039;).val()) || 0;&lt;br /&gt;
                let m4 = parseInt($(&#039;#m-atmo&#039;).val()) || 0;&lt;br /&gt;
                let m5 = parseInt($(&#039;#m-topo&#039;).val()) || 0;&lt;br /&gt;
                let m6 = parseInt($(&#039;#m-dead&#039;).val()) || 0;&lt;br /&gt;
                let m7 = parseInt($(&#039;#m-laws&#039;).val()) || 0;&lt;br /&gt;
&lt;br /&gt;
                // Critical Checks&lt;br /&gt;
                if (m3 &amp;gt; 24 || m4 &amp;gt; 24 || m6 &amp;gt; 24 || m7 &amp;gt; 24) criticalOverride = true;&lt;br /&gt;
&lt;br /&gt;
                let avg = (m1+m2+m3+m4+m5+m6+m7) / 7;&lt;br /&gt;
                totalScore += avg;&lt;br /&gt;
                activeMaxScore += 33;&lt;br /&gt;
                &lt;br /&gt;
                let rating = &amp;quot;ANCHORED&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 8) rating = &amp;quot;VOLATILE&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 16) rating = &amp;quot;FRACTURED&amp;quot;;&lt;br /&gt;
                if (avg &amp;gt; 24) rating = &amp;quot;NULL&amp;quot;;&lt;br /&gt;
                $(&#039;#result-seam&#039;).text(avg.toFixed(1) + &amp;quot; (&amp;quot; + rating + &amp;quot;)&amp;quot;);&lt;br /&gt;
                &lt;br /&gt;
            } else {&lt;br /&gt;
                $(&#039;#result-seam&#039;).text(&amp;quot;SKIPPED&amp;quot;);&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // FINAL RESULT LOGIC&lt;br /&gt;
            let finalBox = $(&#039;#crdd-final-output&#039;);&lt;br /&gt;
            let finalLabel = $(&#039;#crdd-final-label&#039;);&lt;br /&gt;
            &lt;br /&gt;
            if (activeMaxScore === 0) {&lt;br /&gt;
                finalBox.text(&amp;quot;ERROR: NO DATA&amp;quot;);&lt;br /&gt;
                finalBox.css(&#039;color&#039;, &#039;red&#039;);&lt;br /&gt;
                return;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            let percent = (totalScore / activeMaxScore) * 100;&lt;br /&gt;
            &lt;br /&gt;
            // STATE 1: CRITICAL OVERRIDE (Specific stat &amp;gt; 24)&lt;br /&gt;
            // Visual: Blinding White, Red Text, &amp;quot;LEAVE NOW&amp;quot;&lt;br /&gt;
            if (criticalOverride) {&lt;br /&gt;
                finalLabel.text(&amp;quot;CRITICAL THREAT DETECTED&amp;quot;);&lt;br /&gt;
                finalBox.text(&amp;quot;NULL (&amp;quot; + percent.toFixed(1) + &amp;quot;% - LEAVE NOW)&amp;quot;);&lt;br /&gt;
                finalBox.css({&lt;br /&gt;
                    &#039;background-color&#039;: &#039;#ffffff&#039;,&lt;br /&gt;
                    &#039;color&#039;: &#039;#000000&#039;,&lt;br /&gt;
                    &#039;border-color&#039;: &#039;#ff0000&#039;,&lt;br /&gt;
                    &#039;text-shadow&#039;: &#039;0 0 10px red&#039;,&lt;br /&gt;
                    &#039;box-shadow&#039;: &#039;0 0 30px rgba(255, 0, 0, 0.8)&#039;&lt;br /&gt;
                });&lt;br /&gt;
            } &lt;br /&gt;
            // STATE 2: NORMAL CALCULATION (Including Organic Null)&lt;br /&gt;
            else {&lt;br /&gt;
                let finalRating = &amp;quot;ANCHORED&amp;quot;;&lt;br /&gt;
                let finalColor = &amp;quot;#00ff9f&amp;quot;; // Green&lt;br /&gt;
                let finalMsg = &amp;quot;YOU ARE SAFE&amp;quot;;&lt;br /&gt;
                let finalShadow = finalColor;&lt;br /&gt;
                let finalBg = &amp;quot;transparent&amp;quot;;&lt;br /&gt;
                let finalBoxShadow = &amp;quot;none&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
                if (percent &amp;gt; 25) { &lt;br /&gt;
                    finalRating = &amp;quot;VOLATILE&amp;quot;; &lt;br /&gt;
                    finalColor = &amp;quot;#ffd700&amp;quot;; // Gold&lt;br /&gt;
                    finalMsg = &amp;quot;PROCEED WITH CAUTION&amp;quot;; &lt;br /&gt;
                    finalShadow = finalColor;&lt;br /&gt;
                }&lt;br /&gt;
                if (percent &amp;gt; 50) { &lt;br /&gt;
                    finalRating = &amp;quot;FRACTURED&amp;quot;; &lt;br /&gt;
                    finalColor = &amp;quot;#ff4500&amp;quot;; // Orange-Red&lt;br /&gt;
                    finalMsg = &amp;quot;YOU ARE IN DANGER&amp;quot;; &lt;br /&gt;
                    finalShadow = finalColor;&lt;br /&gt;
                }&lt;br /&gt;
                &lt;br /&gt;
                // ORGANIC NULL (Math &amp;gt; 75%, but no critical trigger)&lt;br /&gt;
                // Visual: Dead Grey, &amp;quot;REALITY FAILURE&amp;quot;&lt;br /&gt;
                if (percent &amp;gt; 75) { &lt;br /&gt;
                    finalRating = &amp;quot;NULL&amp;quot;; &lt;br /&gt;
                    finalColor = &amp;quot;#888888&amp;quot;; // Grey&lt;br /&gt;
                    finalMsg = &amp;quot;REALITY FAILURE&amp;quot;; &lt;br /&gt;
                    finalShadow = &amp;quot;#000000&amp;quot;; // No Glow&lt;br /&gt;
                }&lt;br /&gt;
&lt;br /&gt;
                finalLabel.text(finalMsg);&lt;br /&gt;
                finalBox.text(finalRating + &amp;quot; (&amp;quot; + percent.toFixed(1) + &amp;quot;%)&amp;quot;);&lt;br /&gt;
                &lt;br /&gt;
                finalBox.css({&lt;br /&gt;
                    &#039;background-color&#039;: finalBg,&lt;br /&gt;
                    &#039;color&#039;: finalColor,&lt;br /&gt;
                    &#039;border-color&#039;: finalColor,&lt;br /&gt;
                    &#039;text-shadow&#039;: &#039;0 0 10px &#039; + finalShadow,&lt;br /&gt;
                    &#039;box-shadow&#039;: finalBoxShadow&lt;br /&gt;
                });&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Trigger update on any change&lt;br /&gt;
        $(&#039;.crdd-range, input[type=checkbox]&#039;).on(&#039;input change&#039;, updateCRDD);&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN RANDOMIZER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
$(function() {&lt;br /&gt;
    if ($(&#039;body&#039;).hasClass(&#039;page-Warning&#039;)) {&lt;br /&gt;
        const factions = [&lt;br /&gt;
            { name: &#039;still&#039;, class: &#039;splash-purple&#039;, status: &#039;RECOGNIZED&#039;, pact: &#039;THE QUIESCENT PACT&#039;, target: &#039;ALPHA-EARTH&#039; },&lt;br /&gt;
            { name: &#039;dealer&#039;, class: &#039;splash-gold&#039;, status: &#039;PAID IN FULL&#039;, pact: &#039;HOUSE VOIDSEED TERMS&#039;, target: &#039;THE GILDED GATE&#039; },&lt;br /&gt;
            { name: &#039;skipper&#039;, class: &#039;splash-blue&#039;, status: &#039;SECURED&#039;, pact: &#039;R&amp;amp;R SAFETY PROTOCOLS&#039;, target: &#039;SUB-DIMENSION 00&#039; }&lt;br /&gt;
        ];&lt;br /&gt;
&lt;br /&gt;
        const roll = Math.floor(Math.random() * factions.length);&lt;br /&gt;
        const winner = factions[roll];&lt;br /&gt;
&lt;br /&gt;
        $(&#039;body&#039;).addClass(winner.class);&lt;br /&gt;
        $(&#039;#splash-status&#039;).text(winner.status);&lt;br /&gt;
        $(&#039;#splash-pact&#039;).text(winner.pact);&lt;br /&gt;
        $(&#039;#splash-target&#039;).text(winner.target);&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FORCE VIEW MODE FOR TALK PAGES (STOP AUTO-EDIT)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
$(function() {&lt;br /&gt;
    // Target the Discussion Tab link (ID usually #ca-talk)&lt;br /&gt;
    var talkTab = $(&#039;#ca-talk a&#039;);&lt;br /&gt;
&lt;br /&gt;
    if (talkTab.length) {&lt;br /&gt;
        var href = talkTab.attr(&#039;href&#039;);&lt;br /&gt;
&lt;br /&gt;
        // Check if the link forces an edit (Red Links usually do)&lt;br /&gt;
        if (href &amp;amp;&amp;amp; (href.indexOf(&#039;action=edit&#039;) !== -1)) {&lt;br /&gt;
            &lt;br /&gt;
            // 1. Remove the &#039;action=edit&#039; and &#039;redlink=1&#039; parameters&lt;br /&gt;
            // This converts &amp;quot;/w/index.php?title=Talk:Home&amp;amp;action=edit&amp;quot; -&amp;gt; &amp;quot;/w/index.php?title=Talk:Home&amp;quot;&lt;br /&gt;
            var cleanUrl = href.replace(/&amp;amp;action=edit.*/, &#039;&#039;).replace(/\?action=edit.*/, &#039;?&#039;);&lt;br /&gt;
            &lt;br /&gt;
            // 2. Cleanup trailing question marks if regex was messy&lt;br /&gt;
            if (cleanUrl.endsWith(&#039;?&#039;)) {&lt;br /&gt;
                cleanUrl = cleanUrl.slice(0, -1);&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
            // 3. Update the link&lt;br /&gt;
            talkTab.attr(&#039;href&#039;, cleanUrl);&lt;br /&gt;
            &lt;br /&gt;
            // 4. (Optional) Visual cue - remove the &#039;new&#039; class so it doesn&#039;t look red&lt;br /&gt;
            // talkTab.removeClass(&#039;new&#039;); &lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: SMART SCANNER (NAME &amp;amp; VALUE)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
$(function() {&lt;br /&gt;
    $(&#039;#onyx-scanner-input&#039;).on(&#039;input&#039;, function() {&lt;br /&gt;
        var input = $(this).val().toLowerCase().trim();&lt;br /&gt;
        &lt;br /&gt;
        // 1. Reset state if empty&lt;br /&gt;
        if (input === &amp;quot;&amp;quot;) {&lt;br /&gt;
            $(&#039;.onyx-row&#039;).css({&#039;opacity&#039;: &#039;1&#039;, &#039;background&#039;: &#039;transparent&#039;, &#039;display&#039;: &#039;table-row&#039;});&lt;br /&gt;
            return;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // 2. Check if the user is typing a Number or a Name&lt;br /&gt;
        var isNumeric = !isNaN(input) &amp;amp;&amp;amp; !isNaN(parseFloat(input));&lt;br /&gt;
&lt;br /&gt;
        $(&#039;.onyx-row&#039;).each(function() {&lt;br /&gt;
            var row = $(this);&lt;br /&gt;
            var name = row.find(&#039;td:first-child&#039;).text().toLowerCase();&lt;br /&gt;
            var cr = parseInt(row.attr(&#039;data-cr&#039;)) || 0;&lt;br /&gt;
&lt;br /&gt;
            if (isNumeric) {&lt;br /&gt;
                // VALUE SEARCH: Highlight rows where CR is equal to or less than input&lt;br /&gt;
                var targetCR = parseInt(input);&lt;br /&gt;
                if (cr &amp;lt;= targetCR) {&lt;br /&gt;
                    row.css({&#039;opacity&#039;: &#039;1&#039;, &#039;background&#039;: &#039;rgba(218, 165, 32, 0.15)&#039;, &#039;display&#039;: &#039;table-row&#039;});&lt;br /&gt;
                } else {&lt;br /&gt;
                    row.css({&#039;opacity&#039;: &#039;0.2&#039;, &#039;background&#039;: &#039;transparent&#039;, &#039;display&#039;: &#039;table-row&#039;});&lt;br /&gt;
                }&lt;br /&gt;
            } else {&lt;br /&gt;
                // NAME SEARCH: Filter list to match name string&lt;br /&gt;
                if (name.indexOf(input) !== -1) {&lt;br /&gt;
                    row.css({&#039;opacity&#039;: &#039;1&#039;, &#039;background&#039;: &#039;transparent&#039;, &#039;display&#039;: &#039;table-row&#039;});&lt;br /&gt;
                } else {&lt;br /&gt;
                    row.css(&#039;display&#039;, &#039;none&#039;); // Hide non-matching names&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        });&lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: CLIENT-SIDE BAR RENDERING&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
$(function() {&lt;br /&gt;
    function renderOnyxBars() {&lt;br /&gt;
        $(&#039;.onyx-row&#039;).each(function() {&lt;br /&gt;
            var row = $(this);&lt;br /&gt;
            var cr = parseInt(row.attr(&#039;data-cr&#039;)) || 0;&lt;br /&gt;
            &lt;br /&gt;
            // 1. Determine the Scale (Mortal/Immortal/Ceaseless)&lt;br /&gt;
            var scale = 10000;&lt;br /&gt;
            if (cr &amp;gt;= 10000) scale = 100000;&lt;br /&gt;
            if (cr &amp;gt;= 100000) scale = 1000000;&lt;br /&gt;
&lt;br /&gt;
            // 2. Calculate and apply widths&lt;br /&gt;
            var stats = [&#039;str&#039;, &#039;def&#039;, &#039;spd&#039;, &#039;acu&#039;, &#039;sol&#039;];&lt;br /&gt;
            stats.forEach(function(stat) {&lt;br /&gt;
                var val = parseInt(row.attr(&#039;data-&#039; + stat)) || 0;&lt;br /&gt;
                var percent = (val / scale) * 100;&lt;br /&gt;
                if (percent &amp;gt; 100) percent = 100; // Cap at 100%&lt;br /&gt;
                &lt;br /&gt;
                row.find(&#039;.bar-&#039; + stat).css(&#039;width&#039;, percent + &#039;%&#039;);&lt;br /&gt;
            });&lt;br /&gt;
        });&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    // Run it immediately&lt;br /&gt;
    renderOnyxBars();&lt;br /&gt;
    &lt;br /&gt;
    // Safety: Run again if the scanner is used&lt;br /&gt;
    $(&#039;#onyx-scanner-input&#039;).on(&#039;input&#039;, function() {&lt;br /&gt;
        setTimeout(renderOnyxBars, 50); &lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ART LOADOUT MATRIX: TAB SWITCHING LOGIC&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
$(function() {&lt;br /&gt;
    $(&#039;body&#039;).on(&#039;click&#039;, &#039;.loadout-tab&#039;, function() {&lt;br /&gt;
        var $this = $(this);&lt;br /&gt;
        var targetId = $this.attr(&#039;data-tab&#039;);&lt;br /&gt;
        var $container = $this.closest(&#039;.loadout-container&#039;);&lt;br /&gt;
&lt;br /&gt;
        $container.find(&#039;.loadout-tab&#039;).removeClass(&#039;active&#039;);&lt;br /&gt;
        $this.addClass(&#039;active&#039;);&lt;br /&gt;
&lt;br /&gt;
        $container.find(&#039;.tab-pane&#039;).hide();&lt;br /&gt;
        $container.find(&#039;#&#039; + targetId).show();&lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PAGE HEADER AUTO-STRIP LOGIC FOR SUBJECT AND ITEMS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
$(function() {&lt;br /&gt;
    var $heading = $(&#039;#firstHeading&#039;);&lt;br /&gt;
    if ($heading.length) {&lt;br /&gt;
        var oldTitle = $heading.text();&lt;br /&gt;
&lt;br /&gt;
        // Regex Breakdown:&lt;br /&gt;
        // ^(Subject|Item) -&amp;gt; Looks for either &amp;quot;Subject&amp;quot; or &amp;quot;Item&amp;quot; at the start&lt;br /&gt;
        // [^:]+           -&amp;gt; Matches the ID (numbers, hex, dashes, whatever) up to the colon&lt;br /&gt;
        // :\s*            -&amp;gt; Matches the colon and following space&lt;br /&gt;
        var newTitle = oldTitle.replace(/^(Subject|Item)[^:]+:\s*/, &#039;&#039;);&lt;br /&gt;
&lt;br /&gt;
        // Safety: Will only update if there was actually a name after the colon&lt;br /&gt;
        // This prevents the header from being empty if the item has no name&lt;br /&gt;
        if (newTitle !== oldTitle &amp;amp;&amp;amp; newTitle.trim().length &amp;gt; 0) {&lt;br /&gt;
            $heading.text(newTitle);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (LOADER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
mw.loader.using([&#039;mediawiki.util&#039;, &#039;jquery.textSelection&#039;], function() {&lt;br /&gt;
    mw.loader.load(&#039;https://commons.wikimedia.org/w/index.php?title=User:Jack_who_built_the_house/convenientDiscussions.js&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039;);&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX IMAGE LIGHTBOX (CLICK TO ZOOM)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
$(function() {&lt;br /&gt;
    // 1. Build the invisible fullscreen overlay once&lt;br /&gt;
    var $lightbox = $(&#039;&amp;lt;div id=&amp;quot;jadnix-lightbox&amp;quot; style=&amp;quot;display:none; position:fixed; top:0; left:0; width:100vw; height:100vh; background:rgba(5,5,5,0.95); z-index:999999; justify-content:center; align-items:center; cursor:zoom-out;&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;&amp;quot; style=&amp;quot;max-width:90%; max-height:90%; border:2px solid #555; box-shadow:0 0 30px rgba(0,0,0,0.8);&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&#039;);&lt;br /&gt;
    $(&#039;body&#039;).append($lightbox);&lt;br /&gt;
&lt;br /&gt;
    // 2. When a gallery image is clicked, open it&lt;br /&gt;
    $(&#039;body&#039;).on(&#039;click&#039;, &#039;.seam-gallery-card img&#039;, function(e) {&lt;br /&gt;
        e.preventDefault();&lt;br /&gt;
        var src = $(this).attr(&#039;src&#039;);&lt;br /&gt;
        $(&#039;#jadnix-lightbox img&#039;).attr(&#039;src&#039;, src);&lt;br /&gt;
        $(&#039;#jadnix-lightbox&#039;).css(&#039;display&#039;, &#039;flex&#039;).hide().fadeIn(200);&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
    // 3. When the overlay is clicked, close it&lt;br /&gt;
    $(&#039;#jadnix-lightbox&#039;).on(&#039;click&#039;, function() {&lt;br /&gt;
        $(this).fadeOut(200);&lt;br /&gt;
    });&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=383</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=383"/>
		<updated>2026-05-05T02:44:19Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Expands on desktop hover OR mobile tap/focus */&lt;br /&gt;
.seam-card:hover .seam-nested-container, &lt;br /&gt;
.seam-card:focus-within .seam-nested-container {&lt;br /&gt;
    max-height: 300px; &lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE TEMPLATE: CUSTODY SPINE &amp;amp; MARGINALIA&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Cinematic Banner */&lt;br /&gt;
.seam-page-banner {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 250px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-bottom: 3px solid #fff; /* Changes dynamically via inline style */&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Banner Metadata Overlay */&lt;br /&gt;
.seam-banner-meta {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    background: linear-gradient(to top, rgba(10,10,15,1), rgba(10,10,15,0.8) 60%, transparent);&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: flex-end;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-banner-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h1 {&lt;br /&gt;
    font-size: 2.5em;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 0 5px 0 !important;&lt;br /&gt;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h2 {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    color: #aaa !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Shifting Custody Spine */&lt;br /&gt;
.seam-custody-section {&lt;br /&gt;
    padding: 0 0 40px 30px;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    font-size: 1.05em;&lt;br /&gt;
    line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
.custody-still { border-left: 5px solid #a020f0; }&lt;br /&gt;
.custody-skipper { border-left: 5px solid #21b0cd; }&lt;br /&gt;
.custody-dealer { border-left: 5px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-custody-section h2 {&lt;br /&gt;
    margin-top: 0 !important;&lt;br /&gt;
    padding-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. The Marginalia (Injection Boxes) */&lt;br /&gt;
.seam-injection {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 15px 20px;&lt;br /&gt;
    margin: 20px 0 20px 40px;&lt;br /&gt;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Injection Faction Colors */&lt;br /&gt;
.inj-still { border-left: 4px solid #a020f0; }&lt;br /&gt;
.inj-skipper { border-left: 4px solid #21b0cd; }&lt;br /&gt;
.inj-dealer { border-left: 4px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-injection-header {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.inj-still .seam-injection-header { color: #a020f0; }&lt;br /&gt;
.inj-skipper .seam-injection-header { color: #21b0cd; }&lt;br /&gt;
.inj-dealer .seam-injection-header { color: #DAA520; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE: ATTACHED IMAGE GALLERY&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Collapsible Wrapper */&lt;br /&gt;
.seam-gallery-wrapper {&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Horizontal Scroll Track */&lt;br /&gt;
.seam-gallery-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 15px 0;&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar { height: 8px; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-track { background: #050505; }&lt;br /&gt;
.seam-gallery-viewport::-webkit-scrollbar-thumb { background: #555; border-radius: 4px; }&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Image Cards */&lt;br /&gt;
.seam-gallery-card {&lt;br /&gt;
    flex: 0 0 250px;&lt;br /&gt;
    height: 180px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    cursor: zoom-in; /* Tells the user they can click it */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
    transition: transform 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-gallery-card:hover img {&lt;br /&gt;
    transform: scale(1.05); /* Slight hover zoom */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=382</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=382"/>
		<updated>2026-05-05T02:15:42Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Seam 2.99: Almost-Home}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Reusing the CSS static effect from earlier --&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h1&amp;gt;2.99&amp;lt;/h1&amp;gt;&lt;br /&gt;
            &amp;lt;h2&amp;gt;Almost-Home // False World&amp;lt;/h2&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 40px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0; border-bottom: 1px solid #a020f0;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
The Almost-Home is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few Items we found in this Seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;SKIPPER INJECTION // JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon, as the water output is like a firetruck’s, with far more precise pressure capable of cutting rock. But seriously, do not mess with the hoses unless you have to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd; border-bottom: 1px solid #21b0cd;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. &lt;br /&gt;
&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. After a few hours I started to call Jax &amp;quot;sweetie&amp;quot;, but snapped out of it when we took a breather in the shade. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the setting. &lt;br /&gt;
&lt;br /&gt;
If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. &lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking at will be behind you, but upside down and inverted (except for the furniture and people). &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520; border-bottom: 1px solid #DAA520;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
The Subjects here could be considered a swarm when hostile, and they can be very hostile.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower. Do all you can to ignore the Nighbares, as if you wave back at them, they freeze, and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;STILL INJECTION // LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
May noted that one of them looked like her lost husband. The illusion is strong. Do not let sentimentality get you killed. They aim for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being polite.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the Nighbares, and can sometimes be seen off his bike when no Nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;STILL INJECTION // LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
Update: May took one with us. We changed his clothes to a nice outfit of black and gold so he is easily noticeable (he is considered Subject 2.1-2.99 now). To any that run into him, he is now officially a Dealer. Unsanctioned extraction, but House Voidseed approved it retroactively.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;SKIPPER INJECTION // JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
It WAS supposed to be simple shit! She used a prototype! The door didn’t open out, it opened INWARD, smacked us in the face, and we woke up on a lawn. Don&#039;t let her downplay it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. We went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. &lt;br /&gt;
&lt;br /&gt;
Acknowledging the Nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=381</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=381"/>
		<updated>2026-05-05T02:09:17Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Reusing the CSS static effect from earlier --&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h1&amp;gt;2.99&amp;lt;/h1&amp;gt;&lt;br /&gt;
            &amp;lt;h2&amp;gt;Almost-Home // False World&amp;lt;/h2&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 40px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0; border-bottom: 1px solid #a020f0;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
The Almost-Home is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few Items we found in this Seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;SKIPPER INJECTION // JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon, as the water output is like a firetruck’s, with far more precise pressure capable of cutting rock. But seriously, do not mess with the hoses unless you have to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd; border-bottom: 1px solid #21b0cd;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. &lt;br /&gt;
&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. After a few hours I started to call Jax &amp;quot;sweetie&amp;quot;, but snapped out of it when we took a breather in the shade. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the setting. &lt;br /&gt;
&lt;br /&gt;
If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. &lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking at will be behind you, but upside down and inverted (except for the furniture and people). &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520; border-bottom: 1px solid #DAA520;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
The Subjects here could be considered a swarm when hostile, and they can be very hostile.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower. Do all you can to ignore the Nighbares, as if you wave back at them, they freeze, and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;STILL INJECTION // LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
May noted that one of them looked like her lost husband. The illusion is strong. Do not let sentimentality get you killed. They aim for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being polite.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the Nighbares, and can sometimes be seen off his bike when no Nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;STILL INJECTION // LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
Update: May took one with us. We changed his clothes to a nice outfit of black and gold so he is easily noticeable (he is considered Subject 2.1-2.99 now). To any that run into him, he is now officially a Dealer. Unsanctioned extraction, but House Voidseed approved it retroactively.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;SKIPPER INJECTION // JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
It WAS supposed to be simple shit! She used a prototype! The door didn’t open out, it opened INWARD, smacked us in the face, and we woke up on a lawn. Don&#039;t let her downplay it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. We went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. &lt;br /&gt;
&lt;br /&gt;
Acknowledging the Nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=380</id>
		<title>Seam 2.99</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seam_2.99&amp;diff=380"/>
		<updated>2026-05-05T02:07:12Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;     &amp;lt;!-- Reusing the CSS static effect from earlier --&amp;gt;     &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;          &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;         &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;             &amp;lt;h1&amp;gt;2.99&amp;lt;/h1&amp;gt;             &amp;lt;h2&amp;gt;Almost-Home // False World&amp;lt;/h2&amp;gt;         &amp;lt;/div&amp;gt;         &amp;lt;div style=&amp;quot;text-align:right; font-family: &amp;#039;Consolas&amp;#039;;&amp;quot;&amp;gt;             &amp;lt;div style=&amp;quot;color: #ffd7...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;seam-page-banner&amp;quot; style=&amp;quot;border-bottom-color: #ffd700;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Reusing the CSS static effect from earlier --&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-static&amp;quot; style=&amp;quot;width: 100%; height: 100%;&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-banner-meta&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-banner-title&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h1&amp;gt;2.99&amp;lt;/h1&amp;gt;&lt;br /&gt;
            &amp;lt;h2&amp;gt;Almost-Home // False World&amp;lt;/h2&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;text-align:right; font-family: &#039;Consolas&#039;;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #ffd700; font-weight: bold; font-size: 1.2em; text-shadow: 0 0 10px #ffd700;&amp;quot;&amp;gt;🟡 VOLATILE&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;color: #888; font-size: 0.8em; margin-top: 5px;&amp;quot;&amp;gt;REPORT BY: TEAM ODDITY&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family: &#039;Georgia&#039;, serif; font-style: italic; font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 40px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;quot;Stay a while, you’ve been away for too long, honey. Supper’s almost done…&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE QUIESCENT SECTION (PURPLE SPINE)       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #a020f0; border-bottom: 1px solid #a020f0;&amp;quot;&amp;gt;ARCHIVAL SYNOPSIS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seam 2.99’s familiar, and pretty. A really, really pretty trap. At first glance, you may think you’re back home, or someplace docile and stable for once; a safe place. You might see flat suburbs, or pop-out buildings with nice people waving at you. You will see the golden sunlight obscured by things you can’t see, and paved roads always well-kept, holding the smell of barbecue smoke. You will feel relieved. Do not feel relief. That is how the Almost-Home hunts and entraps others.&lt;br /&gt;
&lt;br /&gt;
The Almost-Home is an asymptotic reality, it gets extremely close to being real, but misses the mark by a sliver of a percent. Most commonly, if not semi-permanently, it will look like a sprawling neighborhood frozen forever in a golden hour, its architecture shifting subtly to match whatever is given too much thought in your mind. It’ll try to get you to move in by convincing you that you already have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0;&amp;quot;&amp;gt;Seam Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
There is only one notable Group in this Seam, and they are deemed fairly dangerous.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;The Nearly-Settled:&#039;&#039;&#039; a group of former Surveyors and Skippers / Dealers of the WSG, along with other non-related wanderers who got lost or decided to stay in the Seam; they gave into the illusion. They live in the houses, and truly believe they made it home, with some telling others that they’re “just about settled in”. The Nearly-Settled can be found within the Cul-de-sacs of Denial. They will try to convince you to stay, getting aggressive about their happiness when questioned. Some might even try to physically drag you and/or your group into a house to “have dinner” with some of the “family” that’s over to visit, subconsciously mimicking the voices of those you personally love to prove their point. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Do not trust them. Not because they’re bad people, but because they cannot help that they won’t be people at all anymore soon; they’re starting to look like the Nighbares.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #a020f0;&amp;quot;&amp;gt;Seam Items&amp;lt;/h3&amp;gt;&lt;br /&gt;
There’s a few Items we found in this Seam, both found in abundance.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Welcome Basket (I1-2.99):&#039;&#039;&#039; a wicker basket found on the doorstep of every house in eyesight, but never at any house boarded up, being worked on, dead, out of eyesight, or not occupied. It has some fruit in it that never rots and a card that says “Welcome Home, Lemen” (but for you or anyone reading this, it’ll say your name instead). The card ink’s always fresh, and the fruit rejuvenates you instantly, but makes you seriously sick if you leave the Seam within the same hour. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Garden Hose (I2-2.99):&#039;&#039;&#039; a green water hose coiled in some yards, but when touched, it springs to “life” and tries to constrict around the nearest limb and shove its upper part down the esophagus of the restrained. Afterwards, it’ll turn itself on and pump what looks like water into the victim, but instead of filling them up, the liquid hollows them out until they wrinkle. Letting this happen for long enough will turn them into another hose. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;SKIPPER INJECTION // JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
If you manage to evade the initial constriction, or straighten it back out, it can actually be used as a weapon, as the water output is like a firetruck’s, with far more precise pressure capable of cutting rock. But seriously, do not mess with the hoses unless you have to. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- THE R&amp;amp;R CORPS SECTION (BLUE SPINE)         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #21b0cd; border-bottom: 1px solid #21b0cd;&amp;quot;&amp;gt;FIELD RECONNAISSANCE&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Land&amp;lt;/h3&amp;gt;&lt;br /&gt;
Y’know those weird parallax drawings that show up in plays and games and such? I think there was one on the Gameboy… What was the game? That thing, if you know what I’m talking about, then great. If you don’t… it’s hard to explain. Like with most flat places, it’s hard to turn your head if you don’t know what to look for. Well, it sort of snaps, your head that is, from left to right, as if there ain’t a “middle” position. While you walk, like I said everything moves like a parallax with some depth. &lt;br /&gt;
&lt;br /&gt;
Everything here looks like a real old, but nice neighborhood. The kind you might see a grandmama and your pops live in in their youth. We saw some cul-de-sacs that loop back into each other in some real weird ways, and the parallax effect or whatever is weird too. I passed the same mailbox six times while walking north. Grass’ all manicured but feels like astroturf-mixed mud. Soil underneath’s just… grey static, like the place’s trying to stitch itself into Baseline. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Sea&amp;lt;/h3&amp;gt;&lt;br /&gt;
No oceans, but the water table’s odd. Every storm drain and backyard swimming pool is connected. Only the drains and backyard pools, nothing else. Gotta make that clear. Someone might be able to crawl through a drain and end up in a pool, like quick travel. Might be useful. The liquid is clear, smells like chlorine, and is far too viscous. It moves like syrup, just don&#039;t drink it like I did. It’ll make you REAL sick every three minutes or so. We left the place and I STILL feel sick.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;The Sky &amp;amp; Weather&amp;lt;/h3&amp;gt;&lt;br /&gt;
A perfect, cloudless gradient of orange and purple. It looks painted. There’s no sun, but there IS light. Like an old school lightbox. It was one of the only things that really tipped us off that we weren’t in Baseline but real damn close to it. &lt;br /&gt;
&lt;br /&gt;
Static. No wind. No rain. No nothing. Just that heavy, warm stillness that happens right before a tornado, but the tornado never comes. You get what I’m saying? It’s calm, but too calm, like the entire world’s holding its breath, waiting for something real nasty to pop out. It made me real anxious all the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;DEALER INJECTION // MAY&amp;lt;/div&amp;gt;&lt;br /&gt;
Time doesn&#039;t seem to do shit here; it is always late afternoon on a summer Friday. I’m not complaining, it feels nice, but the longer you stay in the light, the warmer you feel. After a few hours I started to call Jax &amp;quot;sweetie&amp;quot;, but snapped out of it when we took a breather in the shade. Beware the sky.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #21b0cd;&amp;quot;&amp;gt;Unique Properties&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m the first to experience it, right? So I get to name it, right? I’m calling it “Memory Molding”. This place reads your mind, but I don’t think it’s actually sentient. Figure of speech, a little: if you think about your childhood bike, you&#039;ll find it leaning against a fence. If you think about your mom, you&#039;ll hear her voice coming from an open window. But it never changes so much that it breaks the setting. &lt;br /&gt;
&lt;br /&gt;
If you ignore too much of the Memory Molding, your brain will literally start to mold, like it’s punishing you for denying it something it desperately wants. &lt;br /&gt;
&lt;br /&gt;
Guess it’s real worth mentioning this weird ass thing that happens after a few hours, or maybe a few minutes. It was hard to track, but often, everything will just… fold on itself. It’s not dangerous I don’t think, but hell is it disorienting. The entire neighborhood will fold, it’ll be like it just duplicated itself to the other side of you. A mirror effect, so whatever house you were looking at will be behind you, but upside down and inverted (except for the furniture and people). &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOUSE VOIDSEED SECTION (GOLD SPINE)        --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========================================== --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-custody-section custody-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;color: #DAA520; border-bottom: 1px solid #DAA520;&amp;quot;&amp;gt;RISK ASSESSMENT &amp;amp; SUBJECTS&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Seam Subjects&amp;lt;/h3&amp;gt;&lt;br /&gt;
The Subjects here could be considered a swarm when hostile, and they can be very hostile.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Nighbares (Subject 1-2.99):&#039;&#039;&#039; the natural denizens of this fine Seam, they are the apex predators here, as well as one another’s neighbor. We chose this name for them because when provoked, they attempt to strip their victims bare of anything that isn’t like them, from flesh to secrets, and it is nigh-impossible to escape a swarm of them without some serious firepower. Do all you can to ignore the Nighbares, as if you wave back at them, they freeze, and stare at you. If you then approach one, their jaws will unhinge and their skin will peel like an orange to reveal something Abyssal in nature. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;STILL INJECTION // LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
May noted that one of them looked like her lost husband. The illusion is strong. Do not let sentimentality get you killed. They aim for the eyes and outer skin first before consuming your face to replace later. After the assault, they will go back to being polite.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Baring Paperboy (Subject 2-2.99):&#039;&#039;&#039; a small boy on a bicycle that rides down the street at a set interval. He shares an appearance with the Nighbares, and can sometimes be seen off his bike when no Nighbares are nearby waving. He ignores you completely unless you block his path, and I do advise against it unless you enjoy having your eardrums shattered like glass. Buying some of his newspapers will befriend him to you (you specifically, not your group)! Afterwards, he becomes open to trading with you and may even lead you deeper into the Seam.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;STILL INJECTION // LEMEN&amp;lt;/div&amp;gt;&lt;br /&gt;
Update: May took one with us. We changed his clothes to a nice outfit of black and gold so he is easily noticeable (he is considered Subject 2.1-2.99 now). To any that run into him, he is now officially a Dealer. Unsanctioned extraction, but House Voidseed approved it retroactively.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Gateways&amp;lt;/h3&amp;gt;&lt;br /&gt;
I’m a woman of honor, so I will admit that getting stuck in this place was… slightly my fault. If you ask Jax, it was supposed to be “simple shit”, an easy skip from where we were back to Baseline, but I convinced him to use a new skeleton key I made. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection inj-skipper&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-injection-header&amp;quot;&amp;gt;SKIPPER INJECTION // JAX&amp;lt;/div&amp;gt;&lt;br /&gt;
It WAS supposed to be simple shit! She used a prototype! The door didn’t open out, it opened INWARD, smacked us in the face, and we woke up on a lawn. Don&#039;t let her downplay it.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Speaking of left, we did so by finding a dead home, for lack of better word, after around three days. A house completely empty and worn down as if it were being repaired. We went in, the front door was unlocked, and we returned back to Baseline. However… a small part of me wishes we never found that exit, or at least, I did not open it for them. It was only found after we all stopped wishing we were home.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3 style=&amp;quot;color: #DAA520;&amp;quot;&amp;gt;Dealer Legal Advice&amp;lt;/h3&amp;gt;&lt;br /&gt;
When opening a gateway or providing the means to get to this place, please tell your group or clients to not enter any house, even if the door is open! I’m not sure what happens if you do, but we did see someone enter and never come out, however we could see them through the window. &lt;br /&gt;
&lt;br /&gt;
Acknowledging the Nighbares is another no-no, but feel free to acknowledge the fact that they do not exist, even if we both know they do. Try your best and focus on something unfamiliar, hateful, or distasteful, like a messy breakup… or a lost husband. Anger and resentment keeps things stable. Nostalgia destabilizes everything.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=379</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=379"/>
		<updated>2026-05-05T02:06:23Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Expands on desktop hover OR mobile tap/focus */&lt;br /&gt;
.seam-card:hover .seam-nested-container, &lt;br /&gt;
.seam-card:focus-within .seam-nested-container {&lt;br /&gt;
    max-height: 300px; &lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX SEAM PAGE TEMPLATE: CUSTODY SPINE &amp;amp; MARGINALIA&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Cinematic Banner */&lt;br /&gt;
.seam-page-banner {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 250px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-bottom: 3px solid #fff; /* Changes dynamically via inline style */&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Banner Metadata Overlay */&lt;br /&gt;
.seam-banner-meta {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    background: linear-gradient(to top, rgba(10,10,15,1), rgba(10,10,15,0.8) 60%, transparent);&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: flex-end;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-banner-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h1 {&lt;br /&gt;
    font-size: 2.5em;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 0 5px 0 !important;&lt;br /&gt;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);&lt;br /&gt;
}&lt;br /&gt;
.seam-banner-title h2 {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    color: #aaa !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Shifting Custody Spine */&lt;br /&gt;
.seam-custody-section {&lt;br /&gt;
    padding: 0 0 40px 30px;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    font-size: 1.05em;&lt;br /&gt;
    line-height: 1.6;&lt;br /&gt;
}&lt;br /&gt;
.custody-still { border-left: 5px solid #a020f0; }&lt;br /&gt;
.custody-skipper { border-left: 5px solid #21b0cd; }&lt;br /&gt;
.custody-dealer { border-left: 5px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-custody-section h2 {&lt;br /&gt;
    margin-top: 0 !important;&lt;br /&gt;
    padding-top: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. The Marginalia (Injection Boxes) */&lt;br /&gt;
.seam-injection {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 15px 20px;&lt;br /&gt;
    margin: 20px 0 20px 40px;&lt;br /&gt;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Injection Faction Colors */&lt;br /&gt;
.inj-still { border-left: 4px solid #a020f0; }&lt;br /&gt;
.inj-skipper { border-left: 4px solid #21b0cd; }&lt;br /&gt;
.inj-dealer { border-left: 4px solid #DAA520; }&lt;br /&gt;
&lt;br /&gt;
.seam-injection-header {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    border-bottom: 1px dashed #333;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.inj-still .seam-injection-header { color: #a020f0; }&lt;br /&gt;
.inj-skipper .seam-injection-header { color: #21b0cd; }&lt;br /&gt;
.inj-dealer .seam-injection-header { color: #DAA520; }&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seams&amp;diff=378</id>
		<title>Seams</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seams&amp;diff=378"/>
		<updated>2026-05-05T01:28:49Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
(SEAM PAGE TEST. WILL ADD INFO LATER AFTER CODE WORKS.)&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-tracker-viewport&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-track&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 1: ANCHORED (With Image) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-anchored&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;a href=&amp;quot;/wiki/Seam_3.01&amp;quot; style=&amp;quot;text-decoration:none; color:inherit; display:block;&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;3.01&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;!-- Replace with actual Catbox link --&amp;gt;&lt;br /&gt;
                    &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot; alt=&amp;quot;Homeworld&#039;s Edge&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Homeworld&#039;s Edge&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/a&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 2: VOLATILE (With Static Placeholder &amp;amp; Nested Seams) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-volatile&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;a href=&amp;quot;/wiki/Seam_2.99&amp;quot; style=&amp;quot;text-decoration:none; color:inherit; display:block;&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.99&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Almost-Home&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/a&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
            &amp;lt;!-- This drops down when you hover over or tap the 2.99 card --&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-nested-container&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;a href=&amp;quot;/wiki/Seam_2.991&amp;quot; class=&amp;quot;nested-seam-item&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.991: Kammie&#039;s Basement&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ff4500;&amp;quot;&amp;gt;🔴&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/a&amp;gt;&lt;br /&gt;
                &amp;lt;a href=&amp;quot;/wiki/Seam_2.995&amp;quot; class=&amp;quot;nested-seam-item&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.995: The Cul-de-sac&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ffd700;&amp;quot;&amp;gt;🟡&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/a&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 3: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;-1.0&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA EXPUNGED&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 4: FRACTURED (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-fractured&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.XX&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 5: REALM (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-realm&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 6: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 7: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 8: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 9: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 10: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=377</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=377"/>
		<updated>2026-05-05T01:24:25Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Expands on desktop hover OR mobile tap/focus */&lt;br /&gt;
.seam-card:hover .seam-nested-container, &lt;br /&gt;
.seam-card:focus-within .seam-nested-container {&lt;br /&gt;
    max-height: 300px; &lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seams&amp;diff=376</id>
		<title>Seams</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seams&amp;diff=376"/>
		<updated>2026-05-05T01:16:51Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
(SEAM PAGE TEST. WILL ADD INFO LATER AFTER CODE WORKS.)&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-tracker-viewport&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-track&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 1: ANCHORED (With Image) --&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;/wiki/Seam_3.01&amp;quot; class=&amp;quot;seam-card rating-anchored&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;3.01&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Replace with actual Catbox link --&amp;gt;&lt;br /&gt;
                &amp;lt;img src=&amp;quot;https://files.catbox.moe/djvskz.jpg&amp;quot; alt=&amp;quot;Homeworld&#039;s Edge&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Homeworld&#039;s Edge&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 2: VOLATILE (With Static Placeholder &amp;amp; Nested Seams) --&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;/wiki/Seam_2.99&amp;quot; class=&amp;quot;seam-card rating-volatile&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;2.99&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Almost-Home&amp;lt;/div&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
            &amp;lt;!-- This drops down when you hover over the 2.99 card --&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-nested-container&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;nested-seam-item&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.991: Kammie&#039;s Basement&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ff4500;&amp;quot;&amp;gt;🔴&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;nested-seam-item&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.995: The Cul-de-sac&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ffd700;&amp;quot;&amp;gt;🟡&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 3: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;-1.0&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA EXPUNGED&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 4: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-fractured&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.XX&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 5: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-realm&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 6: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 7: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 8: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 9: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 10: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;X.X&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA MISSING&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seams&amp;diff=375</id>
		<title>Seams</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seams&amp;diff=375"/>
		<updated>2026-05-04T23:00:09Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;faction-skipper&amp;quot;&amp;gt;&lt;br /&gt;
(SEAM PAGE TEST. WILL ADD INFO LATER AFTER CODE WORKS.)&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-tracker-viewport&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-track&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 1: ANCHORED (With Image) --&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;/wiki/Seam_3.01&amp;quot; class=&amp;quot;seam-card rating-anchored&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;3.01&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Replace with actual Catbox link --&amp;gt;&lt;br /&gt;
                &amp;lt;img src=&amp;quot;https://files.catbox.moe/example.png&amp;quot; alt=&amp;quot;Homeworld&#039;s Edge&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Homeworld&#039;s Edge&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 2: VOLATILE (With Static Placeholder &amp;amp; Nested Seams) --&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;/wiki/Seam_2.99&amp;quot; class=&amp;quot;seam-card rating-volatile&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;2.99&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Almost-Home&amp;lt;/div&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
            &amp;lt;!-- This drops down when you hover over the 2.99 card --&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-nested-container&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;nested-seam-item&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.991 (Basement)&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ff4500;&amp;quot;&amp;gt;🔴&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;nested-seam-item&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.995 (Cul-de-sac)&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ffd700;&amp;quot;&amp;gt;🟡&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 3: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;-1.0&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA EXPUNGED&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Seams&amp;diff=374</id>
		<title>Seams</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Seams&amp;diff=374"/>
		<updated>2026-05-04T22:59:20Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;# SEAM INFO AND NAVS  ---  &amp;lt;html&amp;gt; &amp;lt;div class=&amp;quot;seam-tracker-viewport&amp;quot;&amp;gt;     &amp;lt;div class=&amp;quot;seam-track&amp;quot;&amp;gt;          &amp;lt;!-- CARD 1: ANCHORED (With Image) --&amp;gt;         &amp;lt;a href=&amp;quot;/wiki/Seam_3.01&amp;quot; class=&amp;quot;seam-card rating-anchored&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;             &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;                 &amp;lt;span&amp;gt;3.01&amp;lt;/span&amp;gt;                 &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;             &amp;lt;/div&amp;gt;             &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;                 &amp;lt;!-- Replace with actual Catbo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# SEAM INFO AND NAVS&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seam-tracker-viewport&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;seam-track&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 1: ANCHORED (With Image) --&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;/wiki/Seam_3.01&amp;quot; class=&amp;quot;seam-card rating-anchored&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;3.01&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;!-- Replace with actual Catbox link --&amp;gt;&lt;br /&gt;
                &amp;lt;img src=&amp;quot;https://files.catbox.moe/example.png&amp;quot; alt=&amp;quot;Homeworld&#039;s Edge&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Homeworld&#039;s Edge&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 2: VOLATILE (With Static Placeholder &amp;amp; Nested Seams) --&amp;gt;&lt;br /&gt;
        &amp;lt;a href=&amp;quot;/wiki/Seam_2.99&amp;quot; class=&amp;quot;seam-card rating-volatile&amp;quot; style=&amp;quot;text-decoration:none;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;2.99&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;Almost-Home&amp;lt;/div&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
            &amp;lt;!-- This drops down when you hover over the 2.99 card --&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-nested-container&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;nested-seam-item&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.991 (Basement)&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ff4500;&amp;quot;&amp;gt;🔴&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;nested-seam-item&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;span&amp;gt;2.995 (Cul-de-sac)&amp;lt;/span&amp;gt;&lt;br /&gt;
                    &amp;lt;span style=&amp;quot;color:#ffd700;&amp;quot;&amp;gt;🟡&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!-- CARD 3: NULL (Empty Placeholder) --&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;seam-card rating-null&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-header&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;span&amp;gt;-1.0&amp;lt;/span&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-dot&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-image&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;div class=&amp;quot;seam-static&amp;quot;&amp;gt;NO SIGNAL&amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;seam-card-epithet&amp;quot;&amp;gt;DATA EXPUNGED&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=373</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=373"/>
		<updated>2026-05-04T22:58:34Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   R&amp;amp;R CORPS: SEAM FRACTURE TRACKER&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* The Main Scrolling Viewport */&lt;br /&gt;
.seam-tracker-viewport {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
    padding: 20px 0 40px 0;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    border: 1px solid #21b0cd; /* Skipper Blue Border */&lt;br /&gt;
    box-shadow: inset 0 0 20px rgba(33, 176, 205, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Custom Scrollbar for the Tracker */&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar { height: 10px; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-track { background: #050505; border-top: 1px solid #333; }&lt;br /&gt;
.seam-tracker-viewport::-webkit-scrollbar-thumb { background: #21b0cd; border-radius: 5px; }&lt;br /&gt;
&lt;br /&gt;
/* The Track holding the Cards */&lt;br /&gt;
.seam-track {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 20px;&lt;br /&gt;
    padding: 0 20px;&lt;br /&gt;
    align-items: flex-start; /* Keeps cards from stretching to match the tallest one */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Individual Seam Card */&lt;br /&gt;
.seam-card {&lt;br /&gt;
    flex: 0 0 280px; /* Fixed width, won&#039;t shrink */&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--seam-color, #888);&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    transition: transform 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover {&lt;br /&gt;
    transform: translateY(-5px);&lt;br /&gt;
    box-shadow: 0 10px 20px rgba(0,0,0,0.8), 0 0 15px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card Header (ID &amp;amp; Dot) */&lt;br /&gt;
.seam-card-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The Glowing Stability Dot */&lt;br /&gt;
.seam-dot {&lt;br /&gt;
    width: 12px;&lt;br /&gt;
    height: 12px;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    background: var(--seam-color, #888);&lt;br /&gt;
    box-shadow: 0 0 8px var(--seam-color, #888);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image / Static Area */&lt;br /&gt;
.seam-card-image {&lt;br /&gt;
    height: 160px;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card-image img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;NO SIGNAL&amp;quot; CSS Static Animation */&lt;br /&gt;
.seam-static {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(45deg, #111 0px, #222 2px, #111 4px);&lt;br /&gt;
    animation: static-flicker 0.1s infinite;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #444;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@keyframes static-flicker {&lt;br /&gt;
    0% { background-position: 0 0; }&lt;br /&gt;
    50% { background-position: 10px 10px; }&lt;br /&gt;
    100% { background-position: -10px -5px; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Epithet / Name Area */&lt;br /&gt;
.seam-card-epithet {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    color: #d1d1d1;&lt;br /&gt;
    font-size: 0.9em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Seams (The Dropdown) */&lt;br /&gt;
.seam-nested-container {&lt;br /&gt;
    max-height: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
    transition: max-height 0.4s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.seam-card:hover .seam-nested-container {&lt;br /&gt;
    max-height: 300px; /* Expands on hover */&lt;br /&gt;
    border-top: 1px dashed #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    border-bottom: 1px solid #111;&lt;br /&gt;
    color: #888;&lt;br /&gt;
    transition: background 0.2s, color 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nested-seam-item:hover {&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    cursor: crosshair;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stability Color Variables */&lt;br /&gt;
.rating-anchored { --seam-color: #00ff9f; } /* Green */&lt;br /&gt;
.rating-volatile { --seam-color: #ffd700; } /* Yellow */&lt;br /&gt;
.rating-fractured { --seam-color: #ff4500; } /* Red */&lt;br /&gt;
.rating-realm { --seam-color: #a020f0; } /* Purple */&lt;br /&gt;
.rating-null { --seam-color: #888888; } /* Grey */&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Subject_20D-3.0:_Major_Callchen&amp;diff=372</id>
		<title>Subject 20D-3.0: Major Callchen</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Subject_20D-3.0:_Major_Callchen&amp;diff=372"/>
		<updated>2026-05-04T22:36:31Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
{{Subject Dossier&lt;br /&gt;
|quote=If you grow up a little... I can work with you.&lt;br /&gt;
|id=20D-3.0&lt;br /&gt;
|image=https://files.catbox.moe/gqpyy2.png&lt;br /&gt;
|forename=Klanchi&lt;br /&gt;
|surname=Callchen&lt;br /&gt;
|official_titles=2nd Fleet and 5th Regiment Major of Citrine Association&lt;br /&gt;
|epithets=Owl Runaway, Silent Heart Trader&lt;br /&gt;
|aliases=Callie, Chimi, Lady Coatless&lt;br /&gt;
|race=Demihuman&lt;br /&gt;
|gender=Female&lt;br /&gt;
|age=Unknown&lt;br /&gt;
|biometrics=5’8” in / 157 lbs&lt;br /&gt;
|status=Alive&lt;br /&gt;
|group=Citrine Association&lt;br /&gt;
|cr=2276&lt;br /&gt;
|str=883&lt;br /&gt;
|def=675&lt;br /&gt;
|spd=350&lt;br /&gt;
|acu=225&lt;br /&gt;
|sol=143&lt;br /&gt;
|scale=10000&lt;br /&gt;
|summary=Major Callchen is a high-ranking officer currently on an extended break...&lt;br /&gt;
|family=&lt;br /&gt;
* &#039;&#039;&#039;Mothers:&#039;&#039;&#039; Unknown&lt;br /&gt;
* &#039;&#039;&#039;Fathers:&#039;&#039;&#039; Unknown&lt;br /&gt;
|nature=&lt;br /&gt;
* &#039;&#039;&#039;Personality:&#039;&#039;&#039; Klanchi is rigid and survival-focused...&lt;br /&gt;
|appearance=&lt;br /&gt;
* &#039;&#039;&#039;Body:&#039;&#039;&#039; Toned and muscular demihuman with owl wings.&lt;br /&gt;
* &#039;&#039;&#039;Attire:&#039;&#039;&#039; Captain uniform worn as a skirt to accommodate wings.&lt;br /&gt;
|history=Klanchi was born in Sapphope and spent years in a Zankian prison camp...&lt;br /&gt;
|sayings=&lt;br /&gt;
* &amp;quot;Supper&#039;s almost done...&amp;quot;&lt;br /&gt;
|spirita_analysis=&lt;br /&gt;
* &#039;&#039;&#039;Alignment:&#039;&#039;&#039; Aesin (Contra/Lightning)&lt;br /&gt;
* &#039;&#039;&#039;Focus:&#039;&#039;&#039; Intermediate Vehera&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[:Category:Seams|View the full Seam Archive]]&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=Subject_20D-3.0:_Major_Callchen&amp;diff=371</id>
		<title>Subject 20D-3.0: Major Callchen</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=Subject_20D-3.0:_Major_Callchen&amp;diff=371"/>
		<updated>2026-05-04T22:32:19Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
{{Subject Dossier&lt;br /&gt;
|quote=If you grow up a little... I can work with you.&lt;br /&gt;
|id=20D-3.0&lt;br /&gt;
|image=https://files.catbox.moe/gqpyy2.png&lt;br /&gt;
|forename=Klanchi&lt;br /&gt;
|surname=Callchen&lt;br /&gt;
|official_titles=2nd Fleet and 5th Regiment Major of Citrine Association&lt;br /&gt;
|epithets=Owl Runaway, Silent Heart Trader&lt;br /&gt;
|aliases=Callie, Chimi, Lady Coatless&lt;br /&gt;
|race=Demihuman&lt;br /&gt;
|gender=Female&lt;br /&gt;
|age=Unknown&lt;br /&gt;
|biometrics=5’8” in / 157 lbs&lt;br /&gt;
|status=Alive&lt;br /&gt;
|group=Citrine Association&lt;br /&gt;
|cr=2276&lt;br /&gt;
|str=883&lt;br /&gt;
|def=675&lt;br /&gt;
|spd=350&lt;br /&gt;
|acu=225&lt;br /&gt;
|sol=143&lt;br /&gt;
|scale=10000&lt;br /&gt;
|summary=Major Callchen is a high-ranking officer currently on an extended break...&lt;br /&gt;
|family=&lt;br /&gt;
* &#039;&#039;&#039;Mothers:&#039;&#039;&#039; Unknown&lt;br /&gt;
* &#039;&#039;&#039;Fathers:&#039;&#039;&#039; Unknown&lt;br /&gt;
|nature=&lt;br /&gt;
* &#039;&#039;&#039;Personality:&#039;&#039;&#039; Klanchi is rigid and survival-focused...&lt;br /&gt;
|appearance=&lt;br /&gt;
* &#039;&#039;&#039;Body:&#039;&#039;&#039; Toned and muscular demihuman with owl wings.&lt;br /&gt;
* &#039;&#039;&#039;Attire:&#039;&#039;&#039; Captain uniform worn as a skirt to accommodate wings.&lt;br /&gt;
|history=Klanchi was born in Sapphope and spent years in a Zankian prison camp...&lt;br /&gt;
|sayings=&lt;br /&gt;
* &amp;quot;Supper&#039;s almost done...&amp;quot;&lt;br /&gt;
|spirita_analysis=&lt;br /&gt;
* &#039;&#039;&#039;Alignment:&#039;&#039;&#039; Aesin (Contra/Lightning)&lt;br /&gt;
* &#039;&#039;&#039;Focus:&#039;&#039;&#039; Intermediate Vehera&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Subjects]]&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=369</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=369"/>
		<updated>2026-05-04T21:13:00Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX CONVENIENT DISCUSSIONS: PREVIEW &amp;amp; DIFF PATCH&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Fix the blinding white Preview Box */&lt;br /&gt;
.cd-commentForm-previewArea {&lt;br /&gt;
    background-color: #050505 !important; /* Darkest terminal background */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    margin-top: 10px !important;&lt;br /&gt;
    padding: 10px !important;&lt;br /&gt;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Fix the blinding white &amp;quot;View Changes&amp;quot; (Diff) Table */&lt;br /&gt;
table.diff, .diff td, .diff th {&lt;br /&gt;
    background-color: #0f0f14 !important;&lt;br /&gt;
    border-color: #333 !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The empty/unchanged context lines */&lt;br /&gt;
td.diff-context {&lt;br /&gt;
    background-color: #0a0a0f !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    border-color: #222 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The + / - Markers */&lt;br /&gt;
td.diff-marker {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were ADDED (+) */&lt;br /&gt;
td.diff-addedline {&lt;br /&gt;
    background-color: #13131a !important;&lt;br /&gt;
    border-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-addedline .diffchange {&lt;br /&gt;
    background-color: rgba(160, 32, 240, 0.4) !important; /* Semi-transparent purple highlight */&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lines that were REMOVED (-) */&lt;br /&gt;
td.diff-deletedline {&lt;br /&gt;
    background-color: #1a0d0d !important; /* Very dark red */&lt;br /&gt;
    border-color: #ff4500 !important;&lt;br /&gt;
}&lt;br /&gt;
td.diff-deletedline .diffchange {&lt;br /&gt;
    background-color: rgba(255, 69, 0, 0.3) !important;&lt;br /&gt;
    color: #ffcaaf !important;&lt;br /&gt;
    text-decoration: line-through;&lt;br /&gt;
    border-radius: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The &amp;quot;Changes&amp;quot; Header Text */&lt;br /&gt;
.cd-commentForm-diff &amp;gt; div:first-child {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=367</id>
		<title>The Jadnix Codex:Privacy Policy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=367"/>
		<updated>2026-05-04T21:07:06Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Protected &amp;quot;The Jadnix Codex:Privacy Policy&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Privacy Policy}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!-- HEADER with Fixed Image Size --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-bottom: 2px solid #DAA520; padding-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- ADDED WIDTH CONSTRAINT HERE --&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;https://files.catbox.moe/73m0cp.png&amp;quot; width=&amp;quot;100&amp;quot; style=&amp;quot;height: auto; filter: drop-shadow(0 0 5px #DAA520);&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div&amp;gt;&lt;br /&gt;
        &amp;lt;h1 style=&amp;quot;margin: 0; color: #DAA520 !important; border: none; font-family: serif;&amp;quot;&amp;gt;CODEX PRIVACY CONTRACT&amp;lt;/h1&amp;gt;&lt;br /&gt;
        &amp;lt;small style=&amp;quot;color: #888; font-style: italic;&amp;quot;&amp;gt;“Do people even read these things all the way through?”&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== THE DATA WE TAKE ==&lt;br /&gt;
When you interact with the Jadnix Codex, as with any site, you leave a digital footprint. Here is exactly what we collect:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Account Info:&amp;lt;/b&amp;gt; Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Log Data:&amp;lt;/b&amp;gt; Every time you visit, log in, or edit a page, the server logs your IP address. This is a non-negotiable part of how MediaWiki works. We use this data to prevent site abuse and ensure the Codex isn&#039;t being swarmed by bots or malicious persons by tracking and blocking them;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Public Contributions:&amp;lt;/b&amp;gt; Any edit you make to a page is public. Your username (or IP address if you were able to somehow edit a page while logged out) is permanently attached to that edit in the page history.&lt;br /&gt;
&lt;br /&gt;
== COOKIES ==&lt;br /&gt;
This site uses cookies for one reason: to keep the Codex functional. These cookies remember who you are so you don&#039;t have to log in every five seconds, and they store your site preferences. If you block cookies in your browser, the site is going to act like a stranger and you won&#039;t be able to stay logged in. We don&#039;t use tracking cookies for ads or any other corporate garbage.&lt;br /&gt;
&lt;br /&gt;
== THIRD-PARTY DATA HANDLING ==&lt;br /&gt;
We keep the server lean by offloading high-bandwidth tasks to other services. When you use this site, your data interacts with:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Image Hosting Services:&amp;lt;/b&amp;gt; Such services (like Catbox) host our images, and yours too, if you have any embedded on your personal page. When your browser loads an image from them, they see your IP address;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Brevo:&amp;lt;/b&amp;gt; This is our mail relay. If the wiki sends you an email (like a password reset), your email address passes through their system to get to you;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;RackNerd:&amp;lt;/b&amp;gt; Our VPS host. They handle the physical server where the database lives.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t control these companies, and so if you are paranoid, please read their individual policies.&lt;br /&gt;
&lt;br /&gt;
== WHAT WE DO (AND DO NOT DO) WITH YOUR DATA ==&lt;br /&gt;
We use your data to run the wiki, the Jadnix Codex. That is it. &lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; sell your email or IP logs to advertisers or data brokers.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; use your contributions for any obscure or questionable commercial marketing without your consent.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do&amp;lt;/b&amp;gt; use your data to troubleshoot server errors and ban those who try to break this site.&lt;br /&gt;
&lt;br /&gt;
== YOUR RIGHTS AND DELETION ==&lt;br /&gt;
You can see the data we have on you at any time by checking your User Preferences and Contributions. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Deletion:&amp;lt;/b&amp;gt; If you want your account gone, contact an admin. Because MediaWiki relies on a permanent edit history, we usually anonymize accounts rather than deleting them. This removes your personal info but keeps the site&#039;s history from breaking.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Data Requests:&amp;lt;/b&amp;gt; If you want a copy of your data, simply ask, and we will provide it if we have it.&lt;br /&gt;
&lt;br /&gt;
== CONTACT FOR INQUIRIES ==&lt;br /&gt;
By interacting with posting on this site, you agree to the aforementioned information regarding your privacy and data. If you have questions or if the system is acting up, please reach out to the site administrator(s) at &amp;quot;admin@jadnix.xyz&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=366</id>
		<title>The Jadnix Codex:Privacy Policy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=366"/>
		<updated>2026-05-04T21:04:22Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Privacy Policy}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!-- HEADER with Fixed Image Size --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-bottom: 2px solid #DAA520; padding-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- ADDED WIDTH CONSTRAINT HERE --&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;https://files.catbox.moe/73m0cp.png&amp;quot; width=&amp;quot;100&amp;quot; style=&amp;quot;height: auto; filter: drop-shadow(0 0 5px #DAA520);&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div&amp;gt;&lt;br /&gt;
        &amp;lt;h1 style=&amp;quot;margin: 0; color: #DAA520 !important; border: none; font-family: serif;&amp;quot;&amp;gt;CODEX PRIVACY CONTRACT&amp;lt;/h1&amp;gt;&lt;br /&gt;
        &amp;lt;small style=&amp;quot;color: #888; font-style: italic;&amp;quot;&amp;gt;“Do people even read these things all the way through?”&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== THE DATA WE TAKE ==&lt;br /&gt;
When you interact with the Jadnix Codex, as with any site, you leave a digital footprint. Here is exactly what we collect:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Account Info:&amp;lt;/b&amp;gt; Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Log Data:&amp;lt;/b&amp;gt; Every time you visit, log in, or edit a page, the server logs your IP address. This is a non-negotiable part of how MediaWiki works. We use this data to prevent site abuse and ensure the Codex isn&#039;t being swarmed by bots or malicious persons by tracking and blocking them;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Public Contributions:&amp;lt;/b&amp;gt; Any edit you make to a page is public. Your username (or IP address if you were able to somehow edit a page while logged out) is permanently attached to that edit in the page history.&lt;br /&gt;
&lt;br /&gt;
== COOKIES ==&lt;br /&gt;
This site uses cookies for one reason: to keep the Codex functional. These cookies remember who you are so you don&#039;t have to log in every five seconds, and they store your site preferences. If you block cookies in your browser, the site is going to act like a stranger and you won&#039;t be able to stay logged in. We don&#039;t use tracking cookies for ads or any other corporate garbage.&lt;br /&gt;
&lt;br /&gt;
== THIRD-PARTY DATA HANDLING ==&lt;br /&gt;
We keep the server lean by offloading high-bandwidth tasks to other services. When you use this site, your data interacts with:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Image Hosting Services:&amp;lt;/b&amp;gt; Such services (like Catbox) host our images, and yours too, if you have any embedded on your personal page. When your browser loads an image from them, they see your IP address;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Brevo:&amp;lt;/b&amp;gt; This is our mail relay. If the wiki sends you an email (like a password reset), your email address passes through their system to get to you;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;RackNerd:&amp;lt;/b&amp;gt; Our VPS host. They handle the physical server where the database lives.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t control these companies, and so if you are paranoid, please read their individual policies.&lt;br /&gt;
&lt;br /&gt;
== WHAT WE DO (AND DO NOT DO) WITH YOUR DATA ==&lt;br /&gt;
We use your data to run the wiki, the Jadnix Codex. That is it. &lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; sell your email or IP logs to advertisers or data brokers.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; use your contributions for any obscure or questionable commercial marketing without your consent.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do&amp;lt;/b&amp;gt; use your data to troubleshoot server errors and ban those who try to break this site.&lt;br /&gt;
&lt;br /&gt;
== YOUR RIGHTS AND DELETION ==&lt;br /&gt;
You can see the data we have on you at any time by checking your User Preferences and Contributions. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Deletion:&amp;lt;/b&amp;gt; If you want your account gone, contact an admin. Because MediaWiki relies on a permanent edit history, we usually anonymize accounts rather than deleting them. This removes your personal info but keeps the site&#039;s history from breaking.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Data Requests:&amp;lt;/b&amp;gt; If you want a copy of your data, simply ask, and we will provide it if we have it.&lt;br /&gt;
&lt;br /&gt;
== CONTACT FOR INQUIRIES ==&lt;br /&gt;
By interacting with posting on this site, you agree to the aforementioned information regarding your privacy and data. If you have questions or if the system is acting up, please reach out to the site administrator(s) at &amp;quot;admin@jadnix.xyz&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Privacypage&amp;diff=365</id>
		<title>MediaWiki:Privacypage</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Privacypage&amp;diff=365"/>
		<updated>2026-05-04T20:41:33Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;Project:Privacy Policy&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Project:Privacy Policy&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=364</id>
		<title>The Jadnix Codex:Privacy Policy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=364"/>
		<updated>2026-05-04T20:39:39Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: /* CONTACT FOR INQUIRIES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Privacy Policy}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!-- HEADER with Fixed Image Size --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-bottom: 2px solid #DAA520; padding-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- ADDED WIDTH CONSTRAINT HERE --&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;https://files.catbox.moe/73m0cp.png&amp;quot; width=&amp;quot;100&amp;quot; style=&amp;quot;height: auto; filter: drop-shadow(0 0 5px #DAA520);&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div&amp;gt;&lt;br /&gt;
        &amp;lt;h1 style=&amp;quot;margin: 0; color: #DAA520 !important; border: none; font-family: serif;&amp;quot;&amp;gt;CODEX PRIVACY CONTRACT&amp;lt;/h1&amp;gt;&lt;br /&gt;
        &amp;lt;small style=&amp;quot;color: #888; font-style: italic;&amp;quot;&amp;gt;“Do people even read these things all the way through?”&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== THE DATA WE TAKE ==&lt;br /&gt;
When you interact with the Jadnix Codex, as with any site, you leave a digital footprint. Here is exactly what we collect:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Account Info:&amp;lt;/b&amp;gt; Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Log Data:&amp;lt;/b&amp;gt; Every time you visit, log in, or edit a page, the server logs your IP address. This is a non-negotiable part of how MediaWiki works. We use this data to prevent site abuse and ensure the Codex isn&#039;t being swarmed by bots or malicious persons by tracking and blocking them;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Public Contributions:&amp;lt;/b&amp;gt; Any edit you make to a page is public. Your username (or IP address if you were able to somehow edit a page while logged out) is permanently attached to that edit in the page history.&lt;br /&gt;
&lt;br /&gt;
== COOKIES ==&lt;br /&gt;
This site uses cookies for one reason: to keep the Codex functional. These cookies remember who you are so you don&#039;t have to log in every five seconds, and they store your site preferences. If you block cookies in your browser, the site is going to act like a stranger and you won&#039;t be able to stay logged in. We don&#039;t use tracking cookies for ads or any other corporate garbage.&lt;br /&gt;
&lt;br /&gt;
== THIRD-PARTY DATA HANDLING ==&lt;br /&gt;
We keep the server lean by offloading high-bandwidth tasks to other services. When you use this site, your data interacts with:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Image Hosting Services:&amp;lt;/b&amp;gt; Such services (like Catbox) host our images, and yours too, if you have any embedded on your personal page. When your browser loads an image from them, they see your IP address;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Brevo:&amp;lt;/b&amp;gt; This is our mail relay. If the wiki sends you an email (like a password reset), your email address passes through their system to get to you;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;RackNerd:&amp;lt;/b&amp;gt; Our VPS host. They handle the physical server where the database lives.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t control these companies, and so if you are paranoid, please read their individual policies.&lt;br /&gt;
&lt;br /&gt;
== WHAT WE DO (AND DO NOT DO) WITH YOUR DATA ==&lt;br /&gt;
We use your data to run the wiki, the Jadnix Codex. That is it. &lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; sell your email or IP logs to advertisers or data brokers.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; use your contributions for any obscure or questionable commercial marketing without your consent.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do&amp;lt;/b&amp;gt; use your data to troubleshoot server errors and ban those who try to break this site.&lt;br /&gt;
&lt;br /&gt;
== YOUR RIGHTS AND DELETION ==&lt;br /&gt;
You can see the data we have on you at any time by checking your User Preferences and Contributions. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Deletion:&amp;lt;/b&amp;gt; If you want your account gone, contact an admin. Because MediaWiki relies on a permanent edit history, we usually anonymize accounts rather than deleting them. This removes your personal info but keeps the site&#039;s history from breaking.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Data Requests:&amp;lt;/b&amp;gt; If you want a copy of your data, simply ask, and we will provide it if we have it.&lt;br /&gt;
&lt;br /&gt;
== CONTACT FOR INQUIRIES ==&lt;br /&gt;
By interacting with posting on this site, you agree to the aforementioned information regarding your privacy and data. If you have questions or if the system is acting up, please reach out to the site administrator(s) at &amp;quot;admin@jadnix.xyz&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=363</id>
		<title>The Jadnix Codex:Privacy Policy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=363"/>
		<updated>2026-05-04T20:39:20Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: /* YOUR RIGHTS AND DELETION */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Privacy Policy}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!-- HEADER with Fixed Image Size --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-bottom: 2px solid #DAA520; padding-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- ADDED WIDTH CONSTRAINT HERE --&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;https://files.catbox.moe/73m0cp.png&amp;quot; width=&amp;quot;100&amp;quot; style=&amp;quot;height: auto; filter: drop-shadow(0 0 5px #DAA520);&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div&amp;gt;&lt;br /&gt;
        &amp;lt;h1 style=&amp;quot;margin: 0; color: #DAA520 !important; border: none; font-family: serif;&amp;quot;&amp;gt;CODEX PRIVACY CONTRACT&amp;lt;/h1&amp;gt;&lt;br /&gt;
        &amp;lt;small style=&amp;quot;color: #888; font-style: italic;&amp;quot;&amp;gt;“Do people even read these things all the way through?”&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== THE DATA WE TAKE ==&lt;br /&gt;
When you interact with the Jadnix Codex, as with any site, you leave a digital footprint. Here is exactly what we collect:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Account Info:&amp;lt;/b&amp;gt; Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Log Data:&amp;lt;/b&amp;gt; Every time you visit, log in, or edit a page, the server logs your IP address. This is a non-negotiable part of how MediaWiki works. We use this data to prevent site abuse and ensure the Codex isn&#039;t being swarmed by bots or malicious persons by tracking and blocking them;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Public Contributions:&amp;lt;/b&amp;gt; Any edit you make to a page is public. Your username (or IP address if you were able to somehow edit a page while logged out) is permanently attached to that edit in the page history.&lt;br /&gt;
&lt;br /&gt;
== COOKIES ==&lt;br /&gt;
This site uses cookies for one reason: to keep the Codex functional. These cookies remember who you are so you don&#039;t have to log in every five seconds, and they store your site preferences. If you block cookies in your browser, the site is going to act like a stranger and you won&#039;t be able to stay logged in. We don&#039;t use tracking cookies for ads or any other corporate garbage.&lt;br /&gt;
&lt;br /&gt;
== THIRD-PARTY DATA HANDLING ==&lt;br /&gt;
We keep the server lean by offloading high-bandwidth tasks to other services. When you use this site, your data interacts with:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Image Hosting Services:&amp;lt;/b&amp;gt; Such services (like Catbox) host our images, and yours too, if you have any embedded on your personal page. When your browser loads an image from them, they see your IP address;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Brevo:&amp;lt;/b&amp;gt; This is our mail relay. If the wiki sends you an email (like a password reset), your email address passes through their system to get to you;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;RackNerd:&amp;lt;/b&amp;gt; Our VPS host. They handle the physical server where the database lives.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t control these companies, and so if you are paranoid, please read their individual policies.&lt;br /&gt;
&lt;br /&gt;
== WHAT WE DO (AND DO NOT DO) WITH YOUR DATA ==&lt;br /&gt;
We use your data to run the wiki, the Jadnix Codex. That is it. &lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; sell your email or IP logs to advertisers or data brokers.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; use your contributions for any obscure or questionable commercial marketing without your consent.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do&amp;lt;/b&amp;gt; use your data to troubleshoot server errors and ban those who try to break this site.&lt;br /&gt;
&lt;br /&gt;
== YOUR RIGHTS AND DELETION ==&lt;br /&gt;
You can see the data we have on you at any time by checking your User Preferences and Contributions. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Deletion:&amp;lt;/b&amp;gt; If you want your account gone, contact an admin. Because MediaWiki relies on a permanent edit history, we usually anonymize accounts rather than deleting them. This removes your personal info but keeps the site&#039;s history from breaking.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Data Requests:&amp;lt;/b&amp;gt; If you want a copy of your data, simply ask, and we will provide it if we have it.&lt;br /&gt;
&lt;br /&gt;
== CONTACT FOR INQUIRIES ==&lt;br /&gt;
By interacting with posting on this site, you agree to the aforementioned information regarding your privacy and data. If you have questions or if the system is acting up, please reach out to the site administrator(s) at **admin@jadnix.xyz**.&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=362</id>
		<title>The Jadnix Codex:Privacy Policy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=362"/>
		<updated>2026-05-04T20:38:38Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: /* THE DATA WE TAKE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Privacy Policy}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!-- HEADER with Fixed Image Size --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-bottom: 2px solid #DAA520; padding-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- ADDED WIDTH CONSTRAINT HERE --&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;https://files.catbox.moe/73m0cp.png&amp;quot; width=&amp;quot;100&amp;quot; style=&amp;quot;height: auto; filter: drop-shadow(0 0 5px #DAA520);&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div&amp;gt;&lt;br /&gt;
        &amp;lt;h1 style=&amp;quot;margin: 0; color: #DAA520 !important; border: none; font-family: serif;&amp;quot;&amp;gt;CODEX PRIVACY CONTRACT&amp;lt;/h1&amp;gt;&lt;br /&gt;
        &amp;lt;small style=&amp;quot;color: #888; font-style: italic;&amp;quot;&amp;gt;“Do people even read these things all the way through?”&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== THE DATA WE TAKE ==&lt;br /&gt;
When you interact with the Jadnix Codex, as with any site, you leave a digital footprint. Here is exactly what we collect:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Account Info:&amp;lt;/b&amp;gt; Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Log Data:&amp;lt;/b&amp;gt; Every time you visit, log in, or edit a page, the server logs your IP address. This is a non-negotiable part of how MediaWiki works. We use this data to prevent site abuse and ensure the Codex isn&#039;t being swarmed by bots or malicious persons by tracking and blocking them;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Public Contributions:&amp;lt;/b&amp;gt; Any edit you make to a page is public. Your username (or IP address if you were able to somehow edit a page while logged out) is permanently attached to that edit in the page history.&lt;br /&gt;
&lt;br /&gt;
== COOKIES ==&lt;br /&gt;
This site uses cookies for one reason: to keep the Codex functional. These cookies remember who you are so you don&#039;t have to log in every five seconds, and they store your site preferences. If you block cookies in your browser, the site is going to act like a stranger and you won&#039;t be able to stay logged in. We don&#039;t use tracking cookies for ads or any other corporate garbage.&lt;br /&gt;
&lt;br /&gt;
== THIRD-PARTY DATA HANDLING ==&lt;br /&gt;
We keep the server lean by offloading high-bandwidth tasks to other services. When you use this site, your data interacts with:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Image Hosting Services:&amp;lt;/b&amp;gt; Such services (like Catbox) host our images, and yours too, if you have any embedded on your personal page. When your browser loads an image from them, they see your IP address;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Brevo:&amp;lt;/b&amp;gt; This is our mail relay. If the wiki sends you an email (like a password reset), your email address passes through their system to get to you;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;RackNerd:&amp;lt;/b&amp;gt; Our VPS host. They handle the physical server where the database lives.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t control these companies, and so if you are paranoid, please read their individual policies.&lt;br /&gt;
&lt;br /&gt;
== WHAT WE DO (AND DO NOT DO) WITH YOUR DATA ==&lt;br /&gt;
We use your data to run the wiki, the Jadnix Codex. That is it. &lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; sell your email or IP logs to advertisers or data brokers.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; use your contributions for any obscure or questionable commercial marketing without your consent.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do&amp;lt;/b&amp;gt; use your data to troubleshoot server errors and ban those who try to break this site.&lt;br /&gt;
&lt;br /&gt;
== YOUR RIGHTS AND DELETION ==&lt;br /&gt;
You can see the data we have on you at any time by checking your **User Preferences** and **Contributions**. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Deletion:&amp;lt;/b&amp;gt; If you want your account gone, contact an admin. Because MediaWiki relies on a permanent edit history, we usually anonymize accounts rather than deleting them. This removes your personal info but keeps the site&#039;s history from breaking.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Data Requests:&amp;lt;/b&amp;gt; If you want a copy of your data, simply ask, and we will provide it if we have it.&lt;br /&gt;
&lt;br /&gt;
== CONTACT FOR INQUIRIES ==&lt;br /&gt;
By interacting with posting on this site, you agree to the aforementioned information regarding your privacy and data. If you have questions or if the system is acting up, please reach out to the site administrator(s) at **admin@jadnix.xyz**.&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=361</id>
		<title>The Jadnix Codex:Privacy Policy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=361"/>
		<updated>2026-05-04T20:38:11Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Privacy Policy}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-dealer&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;!-- HEADER with Fixed Image Size --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;display: flex; align-items: center; gap: 20px; margin-bottom: 30px; border-bottom: 2px solid #DAA520; padding-bottom: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;!-- ADDED WIDTH CONSTRAINT HERE --&amp;gt;&lt;br /&gt;
    &amp;lt;img src=&amp;quot;https://files.catbox.moe/73m0cp.png&amp;quot; width=&amp;quot;100&amp;quot; style=&amp;quot;height: auto; filter: drop-shadow(0 0 5px #DAA520);&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div&amp;gt;&lt;br /&gt;
        &amp;lt;h1 style=&amp;quot;margin: 0; color: #DAA520 !important; border: none; font-family: serif;&amp;quot;&amp;gt;CODEX PRIVACY CONTRACT&amp;lt;/h1&amp;gt;&lt;br /&gt;
        &amp;lt;small style=&amp;quot;color: #888; font-style: italic;&amp;quot;&amp;gt;“Do people even read these things all the way through?”&amp;lt;/small&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== THE DATA WE TAKE ==&lt;br /&gt;
When you interact with the Jadnix Codex, as with any site, you leave a digital footprint. Here is exactly what we collect:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Account Info:&amp;lt;/b&amp;gt; Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Log Data:&amp;lt;/b&amp;gt; Every time you visit, log in, or edit a page, the server logs your **IP address**. This is a non-negotiable part of how MediaWiki works. We use this data to prevent site abuse and ensure the Codex isn&#039;t being swarmed by bots or malicious persons by tracking and blocking them;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Public Contributions:&amp;lt;/b&amp;gt; Any edit you make to a page is public. Your username (or IP address if you were able to somehow edit a page while logged out) is permanently attached to that edit in the page history.&lt;br /&gt;
&lt;br /&gt;
== COOKIES ==&lt;br /&gt;
This site uses cookies for one reason: to keep the Codex functional. These cookies remember who you are so you don&#039;t have to log in every five seconds, and they store your site preferences. If you block cookies in your browser, the site is going to act like a stranger and you won&#039;t be able to stay logged in. We don&#039;t use tracking cookies for ads or any other corporate garbage.&lt;br /&gt;
&lt;br /&gt;
== THIRD-PARTY DATA HANDLING ==&lt;br /&gt;
We keep the server lean by offloading high-bandwidth tasks to other services. When you use this site, your data interacts with:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Image Hosting Services:&amp;lt;/b&amp;gt; Such services (like Catbox) host our images, and yours too, if you have any embedded on your personal page. When your browser loads an image from them, they see your IP address;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Brevo:&amp;lt;/b&amp;gt; This is our mail relay. If the wiki sends you an email (like a password reset), your email address passes through their system to get to you;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;RackNerd:&amp;lt;/b&amp;gt; Our VPS host. They handle the physical server where the database lives.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t control these companies, and so if you are paranoid, please read their individual policies.&lt;br /&gt;
&lt;br /&gt;
== WHAT WE DO (AND DO NOT DO) WITH YOUR DATA ==&lt;br /&gt;
We use your data to run the wiki, the Jadnix Codex. That is it. &lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; sell your email or IP logs to advertisers or data brokers.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do not&amp;lt;/b&amp;gt; use your contributions for any obscure or questionable commercial marketing without your consent.&lt;br /&gt;
&lt;br /&gt;
* We &amp;lt;b&amp;gt;do&amp;lt;/b&amp;gt; use your data to troubleshoot server errors and ban those who try to break this site.&lt;br /&gt;
&lt;br /&gt;
== YOUR RIGHTS AND DELETION ==&lt;br /&gt;
You can see the data we have on you at any time by checking your **User Preferences** and **Contributions**. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Deletion:&amp;lt;/b&amp;gt; If you want your account gone, contact an admin. Because MediaWiki relies on a permanent edit history, we usually anonymize accounts rather than deleting them. This removes your personal info but keeps the site&#039;s history from breaking.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Data Requests:&amp;lt;/b&amp;gt; If you want a copy of your data, simply ask, and we will provide it if we have it.&lt;br /&gt;
&lt;br /&gt;
== CONTACT FOR INQUIRIES ==&lt;br /&gt;
By interacting with posting on this site, you agree to the aforementioned information regarding your privacy and data. If you have questions or if the system is acting up, please reach out to the site administrator(s) at **admin@jadnix.xyz**.&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=360</id>
		<title>The Jadnix Codex:Privacy Policy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=The_Jadnix_Codex:Privacy_Policy&amp;diff=360"/>
		<updated>2026-05-04T20:21:30Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;# CODEX PRIVACY POLICY  ### 1. THE DATA WE TAKE When you interact with this archive, as with any site, you leave a digital footprint. Here is exactly what we collect: *   **Account Info:** Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets. *   **Log Data:** Every time you visit, log in, or edit a page, the server logs your **IP address**. This is a non-negotiable part of how M...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# CODEX PRIVACY POLICY&lt;br /&gt;
&lt;br /&gt;
### 1. THE DATA WE TAKE&lt;br /&gt;
When you interact with this archive, as with any site, you leave a digital footprint. Here is exactly what we collect:&lt;br /&gt;
*   **Account Info:** Your username and/or email address. You provide these during account registration so the system can tell who you are and send you password resets.&lt;br /&gt;
*   **Log Data:** Every time you visit, log in, or edit a page, the server logs your **IP address**. This is a non-negotiable part of how MediaWiki works. We use this data to prevent site abuse and ensure the Codex isn&#039;t being swarmed by bots or malicious persons by tracking and blocking them.&lt;br /&gt;
*   **Public Contributions:** Any edit you make to a page is public. Your username (or IP address if you were able to somehow edit a page while logged out) is permanently attached to that edit in the page history.&lt;br /&gt;
&lt;br /&gt;
### 2. COOKIES&lt;br /&gt;
This site uses cookies for one reason: to keep the Codex functional. These cookies remember who you are so you don&#039;t have to log in every five seconds, and they store your site preferences. If you block cookies in your browser, the site is going to act like a stranger and you won&#039;t be able to stay logged in. We don&#039;t use tracking cookies for ads or any other corporate garbage.&lt;br /&gt;
&lt;br /&gt;
### 3. THIRD-PARTY DATA HANDLING&lt;br /&gt;
We keep the server lean by offloading high-bandwidth tasks to other services. When you use this site, your data interacts with:&lt;br /&gt;
*   **Image Hosting Services:** Such services (like Catbox) host our images, and yours too, if you have any embedded on your personal page. When your browser loads an image from them, they see your IP address.&lt;br /&gt;
*   **Brevo:** This is our mail relay. If the wiki sends you an email (like a password reset), your email address passes through their system to get to you.&lt;br /&gt;
*   **RackNerd:** Our VPS host. They handle the physical server where the database lives.&lt;br /&gt;
&lt;br /&gt;
We don&#039;t control these companies, so if you&#039;re paranoid, read their individual policies.&lt;br /&gt;
&lt;br /&gt;
### 4. WHAT WE DO (AND DON&#039;T DO) WITH YOUR DATA&lt;br /&gt;
We use your data to run the wiki. That is it. &lt;br /&gt;
*   We **do not** sell your email or IP logs to advertisers or data brokers. &lt;br /&gt;
*   We **do not** use your contributions for any weird commercial marketing without your consent. &lt;br /&gt;
*   We **do** use your data to troubleshoot server errors and ban people who try to break the site.&lt;br /&gt;
&lt;br /&gt;
### 5. YOUR RIGHTS AND DELETION&lt;br /&gt;
You can see the data we have on you at any time by checking your **User Preferences** and **Contributions**. &lt;br /&gt;
*   **Deletion:** If you want your account gone, contact the admin. Because MediaWiki relies on a permanent edit history, we usually anonymize accounts rather than deleting them. This removes your personal info but keeps the site&#039;s history from breaking.&lt;br /&gt;
*   **Data Requests:** If you want a copy of your data, ask.&lt;br /&gt;
&lt;br /&gt;
### 6. CONTACT&lt;br /&gt;
If you have questions or if the system is acting up, reach out to the site administrator(s) at **admin@jadnix.xyz**.&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Privacy&amp;diff=359</id>
		<title>MediaWiki:Privacy</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Privacy&amp;diff=359"/>
		<updated>2026-05-04T20:09:06Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;Privacy Policy&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Privacy Policy&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=358</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=358"/>
		<updated>2026-05-04T20:04:47Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=357</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Common.css&amp;diff=357"/>
		<updated>2026-05-04T20:03:26Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* ============================================================&lt;br /&gt;
   JADNIX CODEX: MEDIK VOID (FINAL MASTER)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. ROOT VARIABLES */&lt;br /&gt;
:root {&lt;br /&gt;
    --void-accent: #a020f0; &lt;br /&gt;
    --void-bg: #0a0a0f;&lt;br /&gt;
    --void-card: #13131a;&lt;br /&gt;
    --void-text: #d1d1d1;&lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4); /* Brighter Hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. NUCLEAR BACKGROUND FIX */&lt;br /&gt;
html, body, .medik-wrap, .container, .container-fluid, .row, #mw-wrapper {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    background-image: none !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SCANLINES */&lt;br /&gt;
body::before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0; left: 0; width: 100%; height: 100%;&lt;br /&gt;
    background: repeating-linear-gradient(&lt;br /&gt;
        0deg, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 1px, &lt;br /&gt;
        transparent 1px, transparent 2px&lt;br /&gt;
    );&lt;br /&gt;
    z-index: 9999;&lt;br /&gt;
    pointer-events: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. HEADER LAYOUT */&lt;br /&gt;
.navbar-collapse { display: flex !important; flex-basis: auto !important; }&lt;br /&gt;
.navbar-nav { flex-direction: row !important; align-items: center; }&lt;br /&gt;
.nav-item { margin-right: 15px !important; margin-left: 15px !important; }&lt;br /&gt;
&lt;br /&gt;
/* Header Text */&lt;br /&gt;
.navbar-nav .nav-link, .dropdown-toggle {&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav .nav-link:hover, .dropdown-toggle:hover {&lt;br /&gt;
    color: #ffffff !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.nav-item.active .nav-link {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border-bottom: 3px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. CONTENT CARD */&lt;br /&gt;
#content, .mw-body {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-left: 5px solid var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8) !important;&lt;br /&gt;
    margin-top: 20px !important;&lt;br /&gt;
    padding: 30px !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
.col-12, .col-md-9, .col-xl-9, .py-md-3 { background: transparent !important; }&lt;br /&gt;
&lt;br /&gt;
/* 5. SIDEBAR NAVIGATION FIX */&lt;br /&gt;
#mw-navigation .nav-link:hover,&lt;br /&gt;
.sidebar .nav-link:hover {&lt;br /&gt;
    background-color: var(--void-hover) !important; &lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    padding-left: 20px !important;&lt;br /&gt;
    opacity: 1 !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. GLOBAL TYPOGRAPHY */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 { &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace; &lt;br /&gt;
    border-bottom: 1px solid #333; &lt;br /&gt;
}&lt;br /&gt;
a { &lt;br /&gt;
    color: var(--void-accent); &lt;br /&gt;
    transition: 0.2s; &lt;br /&gt;
}&lt;br /&gt;
a:hover { &lt;br /&gt;
    color: #fff; &lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent); &lt;br /&gt;
    text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 7. DROPDOWNS */&lt;br /&gt;
.dropdown-menu { &lt;br /&gt;
    background-color: var(--void-card) !important; &lt;br /&gt;
    border: 1px solid var(--void-accent) !important; &lt;br /&gt;
}&lt;br /&gt;
.dropdown-item { color: var(--void-text) !important; }&lt;br /&gt;
.dropdown-item:hover { &lt;br /&gt;
    background-color: var(--void-accent) !important; &lt;br /&gt;
    color: #fff !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   FACTION THEMES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* DEALERS (Gold) */&lt;br /&gt;
body.theme-dealer { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important; &lt;br /&gt;
    --font-family-system: &#039;Georgia&#039;, serif; &lt;br /&gt;
}&lt;br /&gt;
body.theme-dealer h1, body.theme-dealer h2 {&lt;br /&gt;
    font-family: &#039;Georgia&#039;, serif; &lt;br /&gt;
    color: #DAA520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SKIPPERS (Blue) */&lt;br /&gt;
body.theme-skipper { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
    --font-family-system: &#039;Consolas&#039;, monospace; &lt;br /&gt;
}&lt;br /&gt;
body.theme-skipper h1, body.theme-skipper h2 {&lt;br /&gt;
    color: #21b0cd !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STILL (Purple) */&lt;br /&gt;
body.theme-still { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CRDD CALCULATOR&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
#crdd-interface { background-color: #0a0a0f; border: 2px solid #21b0cd; padding: 20px; font-family: &#039;Consolas&#039;, monospace; color: #21b0cd; box-shadow: 0 0 20px rgba(33, 176, 205, 0.2); margin-top: 20px; max-width: 800px; }&lt;br /&gt;
.crdd-header { border-bottom: 1px dashed #21b0cd; padding-bottom: 10px; margin-bottom: 20px; text-align: right; font-size: 0.8em; opacity: 0.8; }&lt;br /&gt;
.crdd-section { margin-bottom: 30px; border: 1px solid #333; padding: 15px; background: #0f0f14; }&lt;br /&gt;
.crdd-section-title { background: #21b0cd; color: #000; padding: 5px 10px; font-weight: bold; display: inline-block; margin-bottom: 15px; }&lt;br /&gt;
.crdd-input-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }&lt;br /&gt;
.crdd-input-group label { flex: 1; font-size: 0.9em; }&lt;br /&gt;
.crdd-range { flex: 2; margin: 0 15px; accent-color: #21b0cd; }&lt;br /&gt;
.crdd-value-display { width: 30px; text-align: right; font-weight: bold; }&lt;br /&gt;
.crdd-skip-label { display: block; margin-bottom: 15px; color: #666; font-size: 0.8em; cursor: pointer; }&lt;br /&gt;
#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; }&lt;br /&gt;
.crdd-rating-text { font-size: 2em; text-shadow: 0 0 10px currentColor; margin-top: 10px; }&lt;br /&gt;
@media only screen and (max-width: 768px) {&lt;br /&gt;
    .crdd-input-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; margin-bottom: 25px !important; width: 100% !important; }&lt;br /&gt;
    .crdd-input-group label { width: 100% !important; margin-bottom: 10px !important; font-size: 1.2em !important; }&lt;br /&gt;
    .crdd-range { width: 100% !important; margin: 10px 0 !important; height: 40px !important; }&lt;br /&gt;
    .crdd-value-display { width: 100% !important; text-align: right !important; font-size: 1.2em !important; color: #fff !important; }&lt;br /&gt;
    #crdd-interface { padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SPLASH SCREEN (FULLSCREEN OVERRIDE &amp;amp; VARIABLES)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. HIDE ALL INTERFACE ELEMENTS */&lt;br /&gt;
body.page-Warning #mw-navigation,   /* The Sidebar */&lt;br /&gt;
body.page-Warning #mw-navbar,       /* The Header */&lt;br /&gt;
body.page-Warning .navbar,          /* Bootstrap Header */&lt;br /&gt;
body.page-Warning .mw-footer,       /* The Footer */&lt;br /&gt;
body.page-Warning .sidebar,         /* Legacy Sidebar */&lt;br /&gt;
body.page-Warning aside,            /* Edit Tools */&lt;br /&gt;
body.page-Warning #catlinks {       /* Categories */&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. REMOVE PADDING/MARGINS FROM BODY */&lt;br /&gt;
body.page-Warning #content,&lt;br /&gt;
body.page-Warning .mw-body {&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
    border: none !important; /* Remove the Purple Left Border */&lt;br /&gt;
    box-shadow: none !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THE FULLSCREEN CONTAINER */&lt;br /&gt;
body.page-Warning .splash-container {&lt;br /&gt;
    position: fixed !important;&lt;br /&gt;
    top: 0 !important;&lt;br /&gt;
    left: 0 !important;&lt;br /&gt;
    width: 100vw !important;&lt;br /&gt;
    height: 100vh !important;&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    z-index: 2147483647 !important; /* Maximum Integer Value */&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 !important;&lt;br /&gt;
    padding: 20px !important;&lt;br /&gt;
    box-sizing: border-box !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. INNER BOX STYLING */&lt;br /&gt;
.splash-inner-wrapper {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 500px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 4px solid var(--void-accent); /* Uses the Dynamic Variable */&lt;br /&gt;
    background: var(--void-card);&lt;br /&gt;
    padding: 30px;&lt;br /&gt;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. TEXT &amp;amp; BUTTONS */&lt;br /&gt;
.splash-title {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    text-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
.splash-subtitle {&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    margin-bottom: 30px;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    border: 1px solid var(--void-accent);&lt;br /&gt;
    padding: 12px 24px;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.splash-btn:hover {&lt;br /&gt;
    background: var(--void-accent);&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
    box-shadow: 0 0 15px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. VARIABLE MAPPING (Fixes the Gold/Blue Randomizer) */&lt;br /&gt;
body.splash-gold { &lt;br /&gt;
    --void-accent: #DAA520 !important; &lt;br /&gt;
    --void-hover: rgba(218, 165, 32, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-blue { &lt;br /&gt;
    --void-accent: #21b0cd !important; &lt;br /&gt;
    --void-hover: rgba(33, 176, 205, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
body.splash-purple { &lt;br /&gt;
    --void-accent: #a020f0 !important; &lt;br /&gt;
    --void-hover: rgba(160, 32, 240, 0.4) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   HOME PAGE NAVIGATION&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }&lt;br /&gt;
.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; }&lt;br /&gt;
.nav-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 1; filter: grayscale(100%); }&lt;br /&gt;
.nav-content { z-index: 2; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }&lt;br /&gt;
.nav-title { font-family: &#039;Consolas&#039;, monospace; font-size: 1.2em; font-weight: bold; color: #fff; display: block; background: rgba(0,0,0,0.6); padding: 5px 10px; }&lt;br /&gt;
.nav-sub { font-family: &#039;Arial&#039;, sans-serif; font-size: 0.7em; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; display: block; }&lt;br /&gt;
.nav-card:hover { border-color: var(--void-accent); box-shadow: 0 0 15px var(--void-accent); transform: translateY(-2px); }&lt;br /&gt;
.nav-card:hover .nav-bg { opacity: 0.5; transform: scale(1.1); filter: grayscale(0%); }&lt;br /&gt;
.nav-card:hover .nav-title { color: var(--void-accent); background: #000; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   PERSONNEL FILE&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.personnel-file { background-color: #0f0f14; border: 1px solid #333; border-top: 4px solid var(--void-accent); max-width: 600px; margin: 0 auto; font-family: &#039;Consolas&#039;, monospace; box-shadow: 0 0 20px rgba(0,0,0,0.5); }&lt;br /&gt;
.id-header { background-color: #1a1a24; padding: 10px 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 0.9em; color: #888; letter-spacing: 1px; }&lt;br /&gt;
.id-clearance { color: var(--void-accent); font-weight: bold; border: 1px solid var(--void-accent); padding: 0 5px; border-radius: 3px; }&lt;br /&gt;
.id-body { padding: 20px; display: flex; align-items: center; gap: 20px; }&lt;br /&gt;
.void-avatar { width: 100px; height: 100px; background-color: #000; border: 1px solid #333; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2em; }&lt;br /&gt;
.id-details h2 { margin: 0 0 10px 0; font-size: 1.5em; color: #fff !important; border: none; text-shadow: 0 0 10px var(--void-accent); }&lt;br /&gt;
.id-details ul { list-style: none; margin: 0; padding: 0; font-size: 0.9em; color: #ccc; }&lt;br /&gt;
.id-details li { margin-bottom: 5px; }&lt;br /&gt;
.id-details strong { color: var(--void-accent); margin-right: 5px; }&lt;br /&gt;
@media (max-width: 600px) { .id-body { flex-direction: column; text-align: center; } }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   CONVENIENT DISCUSSIONS (VOID THEME PATCH)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Comment Layers &amp;amp; Backgrounds */&lt;br /&gt;
.cd-comment-part, &lt;br /&gt;
.cd-comment-part-first, &lt;br /&gt;
.cd-comment-part-last {&lt;br /&gt;
    background-color: transparent !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. The &amp;quot;Reply&amp;quot; Button */&lt;br /&gt;
.cd-replyButton {&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
.cd-replyButton:hover {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Reply Form (Text Area) */&lt;br /&gt;
.cd-commentForm-panel {&lt;br /&gt;
    background-color: var(--void-card) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-commentForm-textarea {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    color: #00ff9f !important; /* Terminal Green Typing */&lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. Form Buttons (Reply / Cancel) */&lt;br /&gt;
.cd-button-action, .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #1a1a24 !important;&lt;br /&gt;
    color: #fff !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. Popups &amp;amp; Dialogs */&lt;br /&gt;
.cd-dialog-panel, .oo-ui-window-frame {&lt;br /&gt;
    background-color: var(--void-bg) !important;&lt;br /&gt;
    border: 1px solid var(--void-accent) !important;&lt;br /&gt;
    color: var(--void-text) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 6. Thread Lines (The visual threading on the left) */&lt;br /&gt;
.cd-thread-line {&lt;br /&gt;
    border-left-color: #333 !important;&lt;br /&gt;
}&lt;br /&gt;
.cd-thread-line:hover {&lt;br /&gt;
    border-left-color: var(--void-accent) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: VISUALS &amp;amp; BAR GRAPHS&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. The Main Ledger Container */&lt;br /&gt;
.onyx-ledger {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    background: #050505;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Tier Headers (The Telescopic Row look) */&lt;br /&gt;
.onyx-tier-header {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: #DAA520; /* Dealer Gold */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-bottom: 2px solid #DAA520;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. The Stat Bar Graphs */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    width: 100px;&lt;br /&gt;
    height: 8px;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is removed from here so the template can set it */&lt;br /&gt;
    background: #21b0cd; &lt;br /&gt;
    box-shadow: 0 0 8px rgba(33, 176, 205, 0.6);&lt;br /&gt;
    transition: width 0.8s ease-out;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the containers don&#039;t allow overflow */&lt;br /&gt;
.stat-bar-container {&lt;br /&gt;
    background: #111;&lt;br /&gt;
    border: 1px solid #222;&lt;br /&gt;
    height: 6px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden; /* Keeps the bars inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Specific colors for classes */&lt;br /&gt;
.row-class-s { border-left: 4px solid #fff; box-shadow: inset 5px 0 10px rgba(255,255,255,0.1); }&lt;br /&gt;
.row-class-a { border-left: 4px solid #a020f0; }&lt;br /&gt;
.row-class-b { border-left: 4px solid #DAA520; }&lt;br /&gt;
.row-class-c { border-left: 4px solid #666; }&lt;br /&gt;
&lt;br /&gt;
/* 4. The Interactive Search/Jump Bar */&lt;br /&gt;
#onyx-scanner-input {&lt;br /&gt;
    background: #000;&lt;br /&gt;
    color: #DAA520;&lt;br /&gt;
    border: 1px solid #DAA520;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(218, 165, 32, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.stat-container { display: grid; grid-template-columns: 35px 1fr; gap: 2px; align-items: center; padding: 5px 0; }&lt;br /&gt;
.stat-label { font-size: 0.7em; color: #555; font-weight: bold; }&lt;br /&gt;
.stat-bar-container { background: #111; border: 1px solid #222; height: 6px; width: 100%; position: relative; }&lt;br /&gt;
.stat-bar-fill { background: #21b0cd; height: 100%; box-shadow: 0 0 8px rgba(33, 176, 205, 0.5); }&lt;br /&gt;
.onyx-ledger th { background: #1a1a24; color: #DAA520; padding: 10px; text-align: left; border: 1px solid #333; text-transform: uppercase; font-size: 0.8em; }&lt;br /&gt;
.onyx-ledger td { padding: 10px; border: 1px solid #222; vertical-align: top; }&lt;br /&gt;
.onyx-row { transition: all 0.3s ease; }&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   ONYX REGISTRY: THRESHOLD LEGEND&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
.onyx-legend-bar {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
}&lt;br /&gt;
.threshold-item { color: #888; }&lt;br /&gt;
.t-label { color: #555; font-weight: bold; }&lt;br /&gt;
.t-value { color: #DAA520; text-shadow: 0 0 5px rgba(218, 165, 32, 0.3); }&lt;br /&gt;
&lt;br /&gt;
/* Mobile optimization for the legend */&lt;br /&gt;
@media (max-width: 600px) {&lt;br /&gt;
    .onyx-legend-bar { flex-direction: column; gap: 5px; text-align: left; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   SUBJECT DOSSIER: MASTER STYLES (FIXED &amp;amp; TABBED)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE INFOBOX (SIDE CARD) */&lt;br /&gt;
.dossier-card {&lt;br /&gt;
    float: right;&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    background: #0f0f14;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    border-top: 5px solid var(--void-accent);&lt;br /&gt;
    margin: 0 0 20px 20px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);&lt;br /&gt;
    clear: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-info-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    padding: 8px 15px; /* Added more breathing room */&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    border-bottom: 1px solid #1a1a24;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dossier-label { &lt;br /&gt;
    color: #888; &lt;br /&gt;
    font-weight: bold; &lt;br /&gt;
    padding-right: 10px; /* Prevents text from sticking to value */&lt;br /&gt;
}&lt;br /&gt;
.dossier-value { color: #d1d1d1; text-align: right; flex: 1; }&lt;br /&gt;
&lt;br /&gt;
.dossier-image { &lt;br /&gt;
    background: #050505; &lt;br /&gt;
    text-align: center; &lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.dossier-image img { &lt;br /&gt;
    max-width: 100% !important; &lt;br /&gt;
    height: auto !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. DOSSIER STAT BARS (Fixed Height) */&lt;br /&gt;
.dossier-stats { padding: 15px; background: #0a0a0f; }&lt;br /&gt;
.dossier-stat-item { margin-bottom: 8px; }&lt;br /&gt;
.dossier-stat-label { &lt;br /&gt;
    display: flex; &lt;br /&gt;
    justify-content: space-between; &lt;br /&gt;
    font-size: 0.75em; &lt;br /&gt;
    margin-bottom: 2px; &lt;br /&gt;
    color: #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. ART LOADOUT (CLICKABLE TABS) */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tab Headers */&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* Force side-by-side */&lt;br /&gt;
    flex-wrap: nowrap !important;&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto; /* Allow horizontal scroll on phones */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span {&lt;br /&gt;
    padding: 10px 15px;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    color: #666;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-right: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation span:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Content Area */&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
    min-height: 100px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. MOBILE OVERRIDE (Stack everything) */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-card {&lt;br /&gt;
        float: none;&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        margin: 0 0 20px 0;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT STYLING */&lt;br /&gt;
.loadout-matrix { border: 1px solid #333; background: #0a0a0f; }&lt;br /&gt;
.loadout-navigation { display: flex; background: #1a1a24; border-bottom: 1px solid #333; overflow-x: auto; }&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    flex: 1 0 auto !important; /* Don&#039;t let them shrink */&lt;br /&gt;
    text-align: center !important;&lt;br /&gt;
    padding: 12px 15px !important;&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab:hover { color: #fff; background: #222; }&lt;br /&gt;
&lt;br /&gt;
/* The Active Tab follows the Faction Color */&lt;br /&gt;
.loadout-tab.active {&lt;br /&gt;
    background: #13131a;&lt;br /&gt;
    color: var(--void-accent);&lt;br /&gt;
    border-top: 2px solid var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content { padding: 25px; line-height: 1.6; }&lt;br /&gt;
&lt;br /&gt;
/* ART LOADOUT FIXES */&lt;br /&gt;
.loadout-container {&lt;br /&gt;
    margin-top: 20px;&lt;br /&gt;
    border: 1px solid #333;&lt;br /&gt;
    background: #0a0a0f !important; /* DARK BACKGROUND */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-navigation {&lt;br /&gt;
    display: flex !important;&lt;br /&gt;
    flex-direction: row !important; /* FORCE HORIZONTAL */&lt;br /&gt;
    background: #1a1a24 !important;&lt;br /&gt;
    border-bottom: 1px solid #333 !important;&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-tab {&lt;br /&gt;
    padding: 12px 20px !important;&lt;br /&gt;
    font-size: 0.75em !important;&lt;br /&gt;
    color: #666 !important;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-right: 1px solid #333 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.loadout-content {&lt;br /&gt;
    background: #13131a !important; /* Matches Dossier dark grey */&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
    border: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the White Box in loadout (CDX/Bootstrap override) */&lt;br /&gt;
.loadout-content, .loadout-pane, .loadout-content p, .loadout-content ul, .loadout-content li {&lt;br /&gt;
    background: transparent !important;&lt;br /&gt;
    color: #d1d1d1 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* STAT BAR FIX: Remove forced 100% width */&lt;br /&gt;
.stat-bar-fill {&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    /* width is handled by calc() in the template */&lt;br /&gt;
    background: var(--void-accent) !important;&lt;br /&gt;
    box-shadow: 0 0 10px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE RESPONSIVENESS */&lt;br /&gt;
.dossier-image img {&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* DOSSIER IMAGE ZOOM SYSTEM */&lt;br /&gt;
.dossier-image-box {&lt;br /&gt;
    width: 350px;&lt;br /&gt;
    height: 350px;&lt;br /&gt;
    background-color: #050505;&lt;br /&gt;
    background-size: cover;      /* Zooms image to fill the square */&lt;br /&gt;
    background-position: center; /* Keeps face centered */&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    color: #222;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.8em;&lt;br /&gt;
    letter-spacing: 2px;&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Fix for the Image box */&lt;br /&gt;
@media (max-width: 991px) {&lt;br /&gt;
    .dossier-image-box {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
        height: auto;&lt;br /&gt;
        aspect-ratio: 1 / 1; /* Maintains square shape on phones */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX FORUM ENGINE (CONVENIENT DISCUSSIONS OVERHAUL)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. THE COMMENT CARD */&lt;br /&gt;
.cd-comment-part {&lt;br /&gt;
    background-color: #13131a !important; &lt;br /&gt;
    border: 1px solid #333 !important;&lt;br /&gt;
    border-radius: 4px;&lt;br /&gt;
    padding: 15px !important;&lt;br /&gt;
    margin-bottom: 12px !important;&lt;br /&gt;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);&lt;br /&gt;
    display: block !important; /* Ensure vertical stacking */&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. THE SIGNATURE (Simple Header Look) */&lt;br /&gt;
.cd-signature {&lt;br /&gt;
    display: block;&lt;br /&gt;
    background: #1a1a24;&lt;br /&gt;
    padding: 8px 15px !important;&lt;br /&gt;
    margin: 0 0 10px 0 !important; /* Removed negative margins */&lt;br /&gt;
    border-bottom: 1px solid #333;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.85em;&lt;br /&gt;
    color: #888 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cd-signature .mw-userlink {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. THREADING */&lt;br /&gt;
.cd-comment-level:not(.cd-comment-level-0) {&lt;br /&gt;
    border-left: 3px solid #333 !important;&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
    padding-left: 15px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 4. EMERGENCY IMAGE KILLER */&lt;br /&gt;
/* If any ghost script tries to inject an image, this hides it */&lt;br /&gt;
.cd-comment-avatar, .j-avatar-img, .cd-comment-part img {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 5. ACTION BUTTONS */&lt;br /&gt;
.cd-comment-actions {&lt;br /&gt;
    margin-top: 10px;&lt;br /&gt;
    padding-top: 5px;&lt;br /&gt;
    border-top: 1px dashed #222;&lt;br /&gt;
}&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   MISC THINGS I DON&#039;T KNOW WHERE ELSE TO PUT&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* Remove the &amp;quot;Powered By&amp;quot; icons, and icons in the footer in general */&lt;br /&gt;
#footer-icons, .footer-icons {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special footer look to fit the site theme */&lt;br /&gt;
.mw-footer {&lt;br /&gt;
    background-color: #050505 !important;&lt;br /&gt;
    border-top: 1px solid #333 !important;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    font-size: 0.75em;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a {&lt;br /&gt;
    color: #555 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-footer a:hover {&lt;br /&gt;
    color: var(--void-accent) !important;&lt;br /&gt;
    text-shadow: 0 0 5px var(--void-accent);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Convenient Discussions &#039;Run once&#039; link in the footer */&lt;br /&gt;
#footer-places-convenient-discussions-run {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ============================================================&lt;br /&gt;
   JADNIX UI: USER RIGHTS CLEANUP (CSS OVERRIDE)&lt;br /&gt;
   ============================================================ */&lt;br /&gt;
&lt;br /&gt;
/* 1. Hide the unwanted checkboxes and labels on Special:UserRights */&lt;br /&gt;
label[for=&amp;quot;wpGroup-bureaucrat&amp;quot;], &lt;br /&gt;
input#wpGroup-bureaucrat,&lt;br /&gt;
label[for=&amp;quot;wpGroup-interface-admin&amp;quot;], &lt;br /&gt;
input#wpGroup-interface-admin,&lt;br /&gt;
label[for=&amp;quot;wpGroup-suppressor&amp;quot;], &lt;br /&gt;
input#wpGroup-suppressor,&lt;br /&gt;
label[for=&amp;quot;wpGroup-bot&amp;quot;], &lt;br /&gt;
input#wpGroup-bot,&lt;br /&gt;
label[for=&amp;quot;wpGroup-user&amp;quot;], &lt;br /&gt;
input#wpGroup-user,&lt;br /&gt;
label[for=&amp;quot;wpGroup-sysop&amp;quot;],&lt;br /&gt;
input#wpGroup-sysop {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 2. Optional: If the empty spaces look weird, hide the line breaks after them */&lt;br /&gt;
/* Note: This is specific to how Medik renders the list. */&lt;br /&gt;
#mw-content-text .mw-userrights-group-selectable br {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 3. Force the ones we WANT to see into a clean block */&lt;br /&gt;
label[for=&amp;quot;wpGroup-moderator&amp;quot;], &lt;br /&gt;
label[for=&amp;quot;wpGroup-arbitrator&amp;quot;] {&lt;br /&gt;
    display: inline-block !important;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    font-family: &#039;Consolas&#039;, monospace;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-user-member&amp;diff=356</id>
		<title>MediaWiki:Group-user-member</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-user-member&amp;diff=356"/>
		<updated>2026-05-04T19:32:11Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;{{GENDER:$1|Surveyor}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{GENDER:$1|Surveyor}}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-arbitrator-member&amp;diff=355</id>
		<title>MediaWiki:Group-arbitrator-member</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-arbitrator-member&amp;diff=355"/>
		<updated>2026-05-04T19:31:50Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;Skipper&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Skipper&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-moderator-member&amp;diff=354</id>
		<title>MediaWiki:Group-moderator-member</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-moderator-member&amp;diff=354"/>
		<updated>2026-05-04T19:31:30Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;Dealer&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dealer&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-sysop-member&amp;diff=353</id>
		<title>MediaWiki:Group-sysop-member</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-sysop-member&amp;diff=353"/>
		<updated>2026-05-04T19:30:47Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;{{GENDER:$1|Still}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{GENDER:$1|Still}}&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-user&amp;diff=352</id>
		<title>MediaWiki:Group-user</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-user&amp;diff=352"/>
		<updated>2026-05-04T19:30:06Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;Surveyors&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Surveyors&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-arbitrator&amp;diff=351</id>
		<title>MediaWiki:Group-arbitrator</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-arbitrator&amp;diff=351"/>
		<updated>2026-05-04T19:29:35Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;Rescue &amp;amp; Removal Corps&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Rescue &amp;amp; Removal Corps&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-moderator&amp;diff=350</id>
		<title>MediaWiki:Group-moderator</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-moderator&amp;diff=350"/>
		<updated>2026-05-04T19:29:14Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;House Voidseed&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;House Voidseed&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=MediaWiki:Group-sysop&amp;diff=349</id>
		<title>MediaWiki:Group-sysop</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=MediaWiki:Group-sysop&amp;diff=349"/>
		<updated>2026-05-04T19:28:44Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: Created page with &amp;quot;Quiescent&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quiescent&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
	<entry>
		<id>https://jadnix.xyz/w/index.php?title=User:Sinvrh&amp;diff=348</id>
		<title>User:Sinvrh</title>
		<link rel="alternate" type="text/html" href="https://jadnix.xyz/w/index.php?title=User:Sinvrh&amp;diff=348"/>
		<updated>2026-05-04T19:07:48Z</updated>

		<summary type="html">&lt;p&gt;Sinvrh: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Sinvrh}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;faction-still&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;personnel-file&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;id-header&amp;quot;&amp;gt;&lt;br /&gt;
            W.S.G. PERSONNEL IDENTIFICATION&lt;br /&gt;
            &amp;lt;span class=&amp;quot;id-clearance&amp;quot;&amp;gt;CLR: 5 (ADMIN)&amp;lt;/span&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;id-body&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;void-avatar&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;img src=&amp;quot;https://files.catbox.moe/gqpyy2.png&amp;quot;&amp;gt;&amp;lt;/img&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;id-details&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;h2&amp;gt;STILL SINVRH&amp;lt;/h2&amp;gt;&lt;br /&gt;
                &amp;lt;ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;DESIGNATION:&amp;lt;/strong&amp;gt; LEADER&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;FACTION:&amp;lt;/strong&amp;gt; THE QUIESCENT&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;STATUS:&amp;lt;/strong&amp;gt; ANCHORED / ONLINE&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;ASSIGNMENT:&amp;lt;/strong&amp;gt; CODEX MAINTENANCE&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;br&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;div style=&amp;quot;text-align: center; font-family: &#039;Consolas&#039;; font-size: 0.9em; color: #666;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;gt; CURRENT TASK: ORGANIZING CODEX INFORMATION&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;p&amp;gt;&amp;gt; LAST LOGIN: [YESTERDAY]&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sinvrh</name></author>
	</entry>
</feed>