Add fleet resilience, passive spread, matrix rain UI, and live earnings.

Backup server URL failover, watchdog process restart, service masquerade, remote fleet upgrade, recon UI, SupportXMR earnings, USB/share passive spread, and sidebar matrix rain with live fleet telemetry.
This commit is contained in:
drjones
2026-05-29 22:29:58 -07:00
parent 0f9e04f5f6
commit 102d2fb7c6
29 changed files with 1795 additions and 84 deletions

View File

@@ -178,4 +178,38 @@
.terminal-input-bar .prompt { color: #ff00ff; padding: 10px; font-weight: bold; }
.terminal-input-bar input { flex: 1; background: transparent; border: none; color: #fff; font-family: inherit; outline: none; }
.terminal-input-bar button { background: #333; border: none; color: #fff; padding: 0 15px; cursor: pointer; font-weight: bold; }
.terminal-input-bar button:hover { background: #00e5ff; color: #000; }
.terminal-input-bar button:hover { background: #00e5ff; color: #000; }
/* Upgrade section */
.upgrade-group { grid-column: 1 / -1; }
.upgrade-row {
display: flex;
gap: 0.75rem;
align-items: center;
margin-top: 0.5rem;
flex-wrap: wrap;
}
.upgrade-select {
flex: 1;
min-width: 200px;
background: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(0, 229, 255, 0.3);
border-radius: 4px;
color: #e0e0e0;
padding: 6px 10px;
font-size: 0.82rem;
font-family: 'Consolas', monospace;
outline: none;
}
.upgrade-select:focus { border-color: var(--neon-cyan, #00e5ff); }
.upgrade-btn {
white-space: nowrap;
padding: 6px 18px;
font-size: 0.82rem;
}
.log-line { line-height: 1.45; word-break: break-all; }