ΔS
CFG
SHS
SYNC
ORP Δ // Global Sync Layer

System Configuration

Persistent vortex calibration, SHS state override, NESS overlay control, and cross-page state synchronization via ORP_SYNC. All changes propagate in real time to every open page.

Module 1 // Entropia Sigil

Vortex Calibration

Set the Sigil's drift intensity directly. This overrides the live NESS telemetry value until a new entropy event is received. The saved value persists across page loads.
DRIFT INTENSITY // ΔS OVERRIDE
Manual control of --drift-intensity CSS variable on all .entropia-sigil elements.
DRIFT VALUE 0.50
INTENSITY
MID
// DRIFT SAVED TO PERSISTENCE LAYER
INTENSITY REFERENCE
How drift values map to NESS thermodynamic states.
0.00QUIESCENT baseline nominal, no entropy
0.00–0.25GREEN stable execution, low variance
0.25–0.55YELLOW early drift, monitoring active
0.55–0.78ORANGE structural degradation detected
0.78–1.00RED critical instability, Warden primed
1.00BLACK terminal containment failure
MOTION DYNAMICS // SIGIL BEHAVIOUR
Mouse-tracking LERP constants. Apply a SHS profile preset or adjust individually. Changes propagate live via setSigilMotion() + ORP_SYNC.
EASE
LERP smoothing factor. Lower = more viscous.
FACTOR 0.030
IDLE_MS
ms before returning to home after stillness.
MILLISECONDS 3000
MAX_LEAN
Max pixel displacement from anchor point.
PIXELS 45
FLOAT TRACKING
Enable mouse-tracking LERP motion on desktop
// MOTION PARAMS APPLIED
Module 2 // Stability Health State

SHS State Override

Force the Sigil into a specific SHS color state, bypassing live telemetry. AUTO re-enables the runtime-overlay.js event binding. Override persists across reloads.
STATE SELECTOR
Select a state to override or AUTO to restore live telemetry binding.
// AUTO — sigil reacts to live ΔS from runtime-overlay.js
// MANUAL — sigil locked to selected state; overlay updates ignored
// SHS OVERRIDE SAVED
Module 3 // Clinical Core HUD

NESS Overlay

Control the bottom-left NESS HUD injected by runtime-overlay.js. Visibility preference persists across page loads via ORP_SYNC and applies via the cc-hidden CSS class — no inline style override.
OVERLAY CONTROLS
Manage NESS HUD visibility, Warden state, and session entropy.
NESS HUD Visible
Toggles .cc-hidden on #cc-overlay — no paint cost
WARDEN MANIFEST
Force ness_warden_active — locks coordinator to LOCKDOWN mode
// SESSION ENTROPY CLEARED
ARCHITECTURE NOTE
Integration point documentation for ORP_SYNC.
SIGNAL CHAIN:
ORP_SYNC.save('sigil_drift', v)
↓ localStorage + CustomEvent
entropia-sigil.js listener
↓ updateSigilDrift(v)
--drift-intensity CSS var
↓ CSS animation layers
Visual state update
LATENCY: <1ms (same-page sync)
AUTHORITY: ORP_SYNC is sole source
All defaults read via ORP_SYNC.default()
All resets via ORP_SYNC.resetAll()
Module 3b // Background Atmosphere

Visual Environment

Tune the ambient particle system, background grid, glyph layer, and sigil glow multiplier. All values persist via ORP_SYNC and propagate cross-tab in real time.
GLYPH LAYER
Toggle, opacity, and font-size of ambient glyph characters in the background.
GLYPH LAYER ENABLED
Show/hide .glyph-layer entirely — no layout cost
GLYPH OPACITY 0.05
GLYPH SIZE
GRID INTENSITY 1.0×
// ATMOSPHERE SETTINGS SAVED
SIGIL GLOW + EMBERS
Sigil glow radius multiplier and ember particle count.
GLOW SCALE 1.0×
EMBER COUNT 5
// GLOW + EMBER SETTINGS SAVED
AMBIENT ELEMENTS
Fine-grained control over individual decorative layers and performance budget.
RESONANCE RING
The rotating orbit ring behind the sigil — hides .resonance-ring
SCROLL PROGRESS BAR
Top-of-page red progress indicator .scroll-progress
REDUCE AMBIENT ANIMATIONS
Adds .orp-perf-mode to <html> — CSS @media override kills non-critical keyframes
☢ POTATO MODE
Kills ALL GPU effects — animations, filters, blur, drop-shadows, compositor layers. Maximum compatibility for low-end hardware.
// AMBIENT SETTINGS APPLIED
Module 3c // Interface Behaviour

UI Preferences

Configure overlay docking side, log retention, ASCII panel, SHS transition speed, and a user-side motion kill-switch that stacks on top of the OS prefers-reduced-motion preference.
OVERLAY LAYOUT
HUD docking side and log retention. Changes propagate cross-tab.
HUD DOCK SIDE
LOG LINE LIMIT 60
// LAYOUT PREFERENCES SAVED
PANEL BEHAVIOUR
ASCII art panel and SHS colour transition timing.
ASCII CORE PANEL
Live ASCII art sync in .ascii-core-panel elements
REDUCED MOTION (USER)
Adds .orp-reduced-motion to <html> — overrides all ORP animations regardless of OS preference
SHS TRANSITION SPEED 300ms
// PANEL PREFERENCES SAVED
Module 4 // State Inspector

Persistence State

Live readout of the current ORP_SYNC localStorage state. Updates automatically when any value changes.
CURRENT STATE SNAPSHOT
All orp_* keys in localStorage.
Nuclear Options

Reset Zone

Destructive operations. All settings revert to factory defaults. The NESS overlay's session entropy is cleared. The sigil cold-starts at drift 0.5.
⚠ DESTRUCTIVE OPERATIONS
These actions cannot be undone. Resetting all settings removes all orp_* keys from localStorage and broadcasts factory defaults to all open pages.
// ALL ORP SETTINGS RESET TO FACTORY DEFAULTS
Next Step

Watch It Live

See your drift calibration reflected in real time on the Runtime Console — live NESS telemetry, Warden state, and entropy log.

Open Runtime Console →