feat: alive UI wave, galaxy presence, spread and fleet enhancements
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Dashboard ambient layer, comrade presence, Mission Deck and War Room, Emberwake supply chain, spread/docs publishing, fleet policy and modules API, CI docker mining, and refreshed USB pack.
This commit is contained in:
@@ -1756,6 +1756,237 @@ button.deliverable-card .form-hint {
|
||||
color: #f5a623 !important;
|
||||
}
|
||||
|
||||
/* Forge mission ritual wizard (simple mode) */
|
||||
.forge-mission-wizard {
|
||||
margin-bottom: 1rem;
|
||||
padding: 1rem 1.25rem;
|
||||
border: 1px solid rgba(61, 214, 198, 0.35);
|
||||
background: rgba(61, 214, 198, 0.06);
|
||||
}
|
||||
|
||||
.forge-mission-wizard-pills {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.4rem;
|
||||
margin: 0.75rem 0 1rem;
|
||||
}
|
||||
|
||||
.forge-mission-wizard-pill {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.4rem;
|
||||
padding: 0.3rem 0.75rem;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.14);
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
color: var(--text-secondary);
|
||||
font-size: 0.78rem;
|
||||
font-family: var(--font-tech, monospace);
|
||||
cursor: pointer;
|
||||
transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, background 0.2s;
|
||||
}
|
||||
|
||||
.forge-mission-wizard-pill:hover:not(:disabled) {
|
||||
border-color: rgba(61, 214, 198, 0.55);
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
box-shadow: 0 0 14px rgba(61, 214, 198, 0.22);
|
||||
background: rgba(61, 214, 198, 0.08);
|
||||
}
|
||||
|
||||
.forge-mission-wizard-pill.done {
|
||||
border-color: rgba(74, 222, 128, 0.45);
|
||||
color: var(--neon-green, #6f6);
|
||||
}
|
||||
|
||||
.forge-mission-wizard-pill.active {
|
||||
border-color: rgba(61, 214, 198, 0.65);
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
box-shadow: 0 0 16px rgba(61, 214, 198, 0.28);
|
||||
background: rgba(61, 214, 198, 0.1);
|
||||
}
|
||||
|
||||
.forge-mission-wizard-pill:disabled {
|
||||
opacity: 0.55;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.forge-mission-wizard-pill-num {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.15rem;
|
||||
height: 1.15rem;
|
||||
border-radius: 50%;
|
||||
font-size: 0.68rem;
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
.forge-mission-wizard-panel {
|
||||
min-height: 4.5rem;
|
||||
}
|
||||
|
||||
.forge-mission-wizard-nav {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
margin-top: 0.85rem;
|
||||
}
|
||||
|
||||
.forge-mission-chip-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.forge-mission-op-chip {
|
||||
min-width: 6.5rem;
|
||||
padding: 0.55rem 0.85rem;
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.14);
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
color: var(--text-secondary);
|
||||
font-family: var(--font-tech, monospace);
|
||||
font-size: 0.82rem;
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, background 0.2s;
|
||||
}
|
||||
|
||||
.forge-mission-op-chip:hover:not(:disabled) {
|
||||
box-shadow: 0 0 18px rgba(61, 214, 198, 0.18);
|
||||
}
|
||||
|
||||
.forge-mission-op-chip.active {
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
.forge-mission-op-chip strong {
|
||||
display: block;
|
||||
margin-bottom: 0.15rem;
|
||||
}
|
||||
|
||||
.forge-mission-op-chip span {
|
||||
display: block;
|
||||
font-size: 0.7rem;
|
||||
opacity: 0.75;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.forge-mission-banner {
|
||||
margin-bottom: 1rem;
|
||||
padding: 1rem 1.25rem;
|
||||
border: 1px solid rgba(61, 214, 198, 0.35);
|
||||
background: rgba(61, 214, 198, 0.06);
|
||||
}
|
||||
|
||||
.forge-mission-banner .font-tech {
|
||||
margin-bottom: 0.35rem;
|
||||
}
|
||||
|
||||
.forge-mission-steps {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.35rem 0.5rem;
|
||||
margin: 0.75rem 0;
|
||||
font-size: 0.78rem;
|
||||
font-family: var(--font-tech, monospace);
|
||||
}
|
||||
|
||||
.forge-mission-step {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.35rem;
|
||||
padding: 0.2rem 0.55rem;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.forge-mission-step.done {
|
||||
border-color: rgba(74, 222, 128, 0.45);
|
||||
color: var(--neon-green, #6f6);
|
||||
}
|
||||
|
||||
.forge-mission-step.active {
|
||||
border-color: rgba(61, 214, 198, 0.55);
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
box-shadow: 0 0 12px rgba(61, 214, 198, 0.2);
|
||||
}
|
||||
|
||||
.forge-mission-step:hover {
|
||||
box-shadow: 0 0 10px rgba(61, 214, 198, 0.15);
|
||||
}
|
||||
|
||||
.forge-mission-step.skipped {
|
||||
border-color: rgba(255, 255, 255, 0.08);
|
||||
color: #666;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.forge-mission-step.error {
|
||||
border-color: rgba(248, 113, 113, 0.55);
|
||||
color: var(--neon-red, #f55);
|
||||
}
|
||||
|
||||
.forge-mission-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
align-items: flex-end;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.forge-mission-modal-backdrop {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.75);
|
||||
backdrop-filter: blur(4px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 2000;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.forge-mission-modal {
|
||||
background: #0e1117;
|
||||
border: 1px solid rgba(61, 214, 198, 0.35);
|
||||
border-radius: 14px;
|
||||
box-shadow: 0 0 60px rgba(61, 214, 198, 0.15);
|
||||
padding: 1.5rem;
|
||||
max-width: 640px;
|
||||
width: 100%;
|
||||
max-height: 90vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.forge-mission-modal h3 {
|
||||
margin: 0 0 0.5rem;
|
||||
font-family: var(--font-tech, monospace);
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
}
|
||||
|
||||
.forge-mission-link-block {
|
||||
margin-bottom: 0.85rem;
|
||||
}
|
||||
|
||||
.forge-mission-link-block p {
|
||||
margin: 0 0 0.25rem;
|
||||
font-size: 0.75rem;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.forge-mission-link-block code {
|
||||
display: block;
|
||||
font-size: 0.72rem;
|
||||
word-break: break-all;
|
||||
padding: 0.5rem 0.65rem;
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.rvn-gauges {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user