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:
@@ -29,6 +29,26 @@
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.emberwake-technique-list {
|
||||
margin: 0;
|
||||
padding-left: 1.2rem;
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-dim, #aaa);
|
||||
}
|
||||
|
||||
.emberwake-technique-list li {
|
||||
margin-bottom: 0.35rem;
|
||||
}
|
||||
|
||||
.emberwake-technique-list a {
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.emberwake-technique-list a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.emberwake-campaign-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
@@ -49,3 +69,771 @@
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.emberwake-page .spread-section--war-room {
|
||||
border-left: 4px solid #f43f5e;
|
||||
}
|
||||
|
||||
.war-room-toolbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 0.75rem;
|
||||
font-size: 0.8rem;
|
||||
color: var(--text-dim, #aaa);
|
||||
}
|
||||
|
||||
.war-room-table-wrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.war-room-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.war-room-table th,
|
||||
.war-room-table td {
|
||||
padding: 0.45rem 0.6rem;
|
||||
text-align: right;
|
||||
border-bottom: 1px solid #222a38;
|
||||
}
|
||||
|
||||
.war-room-table th:first-child,
|
||||
.war-room-table td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.war-room-table th {
|
||||
color: var(--text-dim, #aaa);
|
||||
font-weight: 600;
|
||||
font-size: 0.72rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.war-room-table tbody tr:hover {
|
||||
background: rgba(61, 214, 198, 0.04);
|
||||
}
|
||||
|
||||
.war-room-sparkline {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 2px;
|
||||
height: 28px;
|
||||
min-width: 72px;
|
||||
}
|
||||
|
||||
.war-room-sparkline span {
|
||||
flex: 1;
|
||||
min-width: 4px;
|
||||
background: linear-gradient(180deg, #3dd6c6 0%, #1a6b62 100%);
|
||||
border-radius: 2px 2px 0 0;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.war-room-conv {
|
||||
color: #c9a227;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.war-room-online {
|
||||
color: #3dd6c6;
|
||||
}
|
||||
|
||||
.war-room-empty {
|
||||
margin: 0;
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-dim, #aaa);
|
||||
}
|
||||
|
||||
.emberwake-page .spread-section--violet {
|
||||
border-left: 4px solid #a78bfa;
|
||||
}
|
||||
|
||||
.supply-chain-wizard-header {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.supply-chain-family-tabs {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
margin-bottom: 0.75rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.supply-chain-family-tab {
|
||||
padding: 0.35rem 0.85rem;
|
||||
border-radius: 999px;
|
||||
border: 1px solid #2a3040;
|
||||
background: #0d1018;
|
||||
color: var(--text-dim, #aaa);
|
||||
font-size: 0.82rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.supply-chain-family-tab.active {
|
||||
border-color: #a78bfa;
|
||||
color: #e9d5ff;
|
||||
box-shadow: 0 0 12px rgba(167, 139, 250, 0.25);
|
||||
}
|
||||
|
||||
.supply-chain-step-rail {
|
||||
margin: 0.75rem 0 1rem;
|
||||
}
|
||||
|
||||
.supply-chain-step-num {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.1rem;
|
||||
height: 1.1rem;
|
||||
border-radius: 50%;
|
||||
background: rgba(167, 139, 250, 0.2);
|
||||
font-size: 0.65rem;
|
||||
}
|
||||
|
||||
.supply-chain-step-panel {
|
||||
padding: 0.75rem 0;
|
||||
border-top: 1px solid #222a38;
|
||||
border-bottom: 1px solid #222a38;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.supply-chain-preview {
|
||||
margin-top: 0.75rem;
|
||||
padding: 0.65rem 0.75rem;
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border-radius: 6px;
|
||||
border: 1px solid #222a38;
|
||||
}
|
||||
|
||||
.supply-chain-preview-url {
|
||||
display: block;
|
||||
font-size: 0.72rem;
|
||||
word-break: break-all;
|
||||
margin-bottom: 0.35rem;
|
||||
}
|
||||
|
||||
.supply-chain-download-meta {
|
||||
margin: 0 0 0.75rem;
|
||||
padding-left: 1.1rem;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.supply-chain-download-meta li {
|
||||
margin-bottom: 0.35rem;
|
||||
}
|
||||
|
||||
.supply-chain-export-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.supply-chain-wizard-nav {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.supply-chain-quick-export {
|
||||
padding-top: 0.5rem;
|
||||
border-top: 1px dashed #2a3040;
|
||||
}
|
||||
|
||||
.supply-chain-checklist {
|
||||
list-style: none;
|
||||
margin: 0 0 1rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.supply-chain-checklist li {
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.88rem;
|
||||
}
|
||||
|
||||
.supply-chain-checklist label {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
align-items: flex-start;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.supply-chain-checklist-done {
|
||||
color: var(--neon-green, #6f6);
|
||||
font-size: 0.85rem;
|
||||
margin: 0 0 0.75rem;
|
||||
}
|
||||
|
||||
.supply-chain-checklist-actions {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* ── Post-export deployment reel (checklist modal) ── */
|
||||
.supply-chain-deployment-reel {
|
||||
position: relative;
|
||||
margin: 0 0 1.1rem;
|
||||
padding: 0.85rem 1rem;
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(61, 214, 198, 0.28);
|
||||
background: linear-gradient(135deg, rgba(61, 214, 198, 0.06) 0%, rgba(244, 63, 94, 0.04) 100%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-title {
|
||||
margin: 0 0 0.65rem;
|
||||
font-size: 0.72rem;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
font-family: var(--font-tech, monospace);
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-steps {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.45rem;
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-step {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.55rem;
|
||||
font-size: 0.88rem;
|
||||
opacity: 0.35;
|
||||
transform: translateX(-4px);
|
||||
transition: opacity 0.35s ease, transform 0.35s ease;
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-step--active {
|
||||
opacity: 0.85;
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-step--done {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-step--animating .supply-chain-deployment-reel-check {
|
||||
animation: supply-chain-reel-pulse 0.9s ease-in-out;
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-check {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.35rem;
|
||||
height: 1.35rem;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #2a3040;
|
||||
font-size: 0.75rem;
|
||||
flex-shrink: 0;
|
||||
color: var(--text-secondary);
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-step--done .supply-chain-deployment-reel-check {
|
||||
border-color: rgba(111, 255, 111, 0.55);
|
||||
color: var(--neon-green, #6f6);
|
||||
background: rgba(111, 255, 111, 0.12);
|
||||
animation: supply-chain-reel-check-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-step--active .supply-chain-deployment-reel-check {
|
||||
border-color: rgba(61, 214, 198, 0.5);
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-label a {
|
||||
color: var(--neon-cyan, #3dd6c6);
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel--complete {
|
||||
box-shadow: 0 0 28px rgba(61, 214, 198, 0.12);
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel-glow {
|
||||
position: absolute;
|
||||
inset: -20%;
|
||||
background: radial-gradient(circle at 50% 50%, rgba(61, 214, 198, 0.15), transparent 55%);
|
||||
pointer-events: none;
|
||||
animation: supply-chain-reel-glow 1.2s ease-out forwards;
|
||||
}
|
||||
|
||||
.supply-chain-deployment-reel--complete::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
background-image:
|
||||
radial-gradient(circle at 15% 20%, rgba(244, 63, 94, 0.35) 0 2px, transparent 3px),
|
||||
radial-gradient(circle at 78% 28%, rgba(61, 214, 198, 0.4) 0 2px, transparent 3px),
|
||||
radial-gradient(circle at 42% 72%, rgba(250, 204, 21, 0.35) 0 2px, transparent 3px),
|
||||
radial-gradient(circle at 88% 65%, rgba(167, 139, 250, 0.35) 0 2px, transparent 3px),
|
||||
radial-gradient(circle at 25% 55%, rgba(61, 214, 198, 0.3) 0 1.5px, transparent 2.5px);
|
||||
opacity: 0;
|
||||
animation: supply-chain-reel-confetti 0.8s ease-out 0.1s forwards;
|
||||
}
|
||||
|
||||
@keyframes supply-chain-reel-check-pop {
|
||||
0% { transform: scale(0.4); opacity: 0; }
|
||||
70% { transform: scale(1.15); }
|
||||
100% { transform: scale(1); opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes supply-chain-reel-pulse {
|
||||
0%, 100% { box-shadow: 0 0 0 rgba(61, 214, 198, 0); }
|
||||
50% { box-shadow: 0 0 12px rgba(61, 214, 198, 0.45); }
|
||||
}
|
||||
|
||||
@keyframes supply-chain-reel-glow {
|
||||
from { opacity: 0.6; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
|
||||
@keyframes supply-chain-reel-confetti {
|
||||
from { opacity: 0; transform: scale(0.95); }
|
||||
to { opacity: 1; transform: scale(1); }
|
||||
}
|
||||
|
||||
.war-room-toolbar-right {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.war-room-view-toggle {
|
||||
display: flex;
|
||||
gap: 0.35rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* ── Constellation force graph ── */
|
||||
.war-room-constellations {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.war-room-constellations-svg {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #2a3040;
|
||||
background: linear-gradient(160deg, #0a0d14 0%, #12101a 45%, #0c0f16 100%);
|
||||
box-shadow: inset 0 0 40px rgba(61, 214, 198, 0.04);
|
||||
}
|
||||
|
||||
.war-room-constellation-edge {
|
||||
stroke: rgba(61, 214, 198, 0.18);
|
||||
stroke-dasharray: 4 6;
|
||||
transition: stroke 0.2s ease, stroke-width 0.2s ease;
|
||||
}
|
||||
|
||||
.war-room-constellation-edge--lit {
|
||||
stroke: rgba(201, 162, 39, 0.55);
|
||||
stroke-dasharray: none;
|
||||
}
|
||||
|
||||
.war-room-constellation-halo {
|
||||
opacity: 0.22;
|
||||
pointer-events: none;
|
||||
transform-origin: center;
|
||||
transform-box: fill-box;
|
||||
animation: constellation-pulse 2.4s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.war-room-constellation-node--hover circle:nth-of-type(2) {
|
||||
filter: url(#constellation-glow);
|
||||
}
|
||||
|
||||
.war-room-constellation-label {
|
||||
font-size: 0.62rem;
|
||||
fill: #9aa3b5;
|
||||
font-family: var(--font-mono, ui-monospace, monospace);
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.war-room-constellation-legend {
|
||||
margin: 0.55rem 0 0;
|
||||
font-size: 0.78rem;
|
||||
}
|
||||
|
||||
.war-room-funnel-card--highlighted {
|
||||
border-color: rgba(201, 162, 39, 0.65);
|
||||
box-shadow:
|
||||
0 0 28px rgba(201, 162, 39, 0.18),
|
||||
0 0 48px rgba(61, 214, 198, 0.08);
|
||||
animation: constellation-card-flash 2.8s ease-out;
|
||||
}
|
||||
|
||||
@keyframes constellation-pulse {
|
||||
0%, 100% { opacity: 0.1; transform: scale(1); }
|
||||
50% { opacity: 0.42; transform: scale(1.12); }
|
||||
}
|
||||
|
||||
@keyframes constellation-card-flash {
|
||||
0% { outline: 2px solid rgba(201, 162, 39, 0.7); outline-offset: 2px; }
|
||||
100% { outline: 2px solid transparent; outline-offset: 6px; }
|
||||
}
|
||||
|
||||
/* ── Funnel board ── */
|
||||
.war-room-funnel-board {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
||||
}
|
||||
|
||||
.war-room-funnel-board--alive .war-room-funnel-card {
|
||||
animation: war-room-card-alive 0.9s ease-out;
|
||||
}
|
||||
|
||||
.war-room-funnel-card {
|
||||
position: relative;
|
||||
padding: 1rem 1.1rem;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #2a3040;
|
||||
background: linear-gradient(145deg, #141a24 0%, #0c0f16 55%, #12101a 100%);
|
||||
box-shadow: 0 0 24px rgba(244, 63, 94, 0.06);
|
||||
overflow: hidden;
|
||||
animation-delay: var(--card-stagger, 0s);
|
||||
}
|
||||
|
||||
.war-room-funnel-card::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: radial-gradient(ellipse at top left, rgba(61, 214, 198, 0.08), transparent 55%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.war-room-funnel-card-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
gap: 0.5rem;
|
||||
margin-bottom: 0.85rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.war-room-funnel-slug {
|
||||
font-size: 0.95rem;
|
||||
color: #f43f5e;
|
||||
}
|
||||
|
||||
.war-room-funnel-meta {
|
||||
display: block;
|
||||
font-size: 0.72rem;
|
||||
color: var(--text-dim, #888);
|
||||
margin-top: 0.15rem;
|
||||
}
|
||||
|
||||
.war-room-funnel-head-stats {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 0.2rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.war-room-funnel-overall {
|
||||
color: #c9a227;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.war-room-funnel-online {
|
||||
color: #3dd6c6;
|
||||
}
|
||||
|
||||
.war-room-funnel-pipeline {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
gap: 0.15rem;
|
||||
overflow-x: auto;
|
||||
padding-bottom: 0.35rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.war-room-funnel-stage {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
min-width: 4.5rem;
|
||||
}
|
||||
|
||||
.war-room-funnel-node {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
min-width: 3.5rem;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.war-room-funnel-node-label {
|
||||
font-size: 0.62rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--text-dim, #888);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.war-room-funnel-node-value {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 700;
|
||||
font-variant-numeric: tabular-nums;
|
||||
color: #e8eaef;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.war-room-funnel-node-rate {
|
||||
font-size: 0.65rem;
|
||||
color: #3dd6c6;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.war-room-funnel-node-rate--low {
|
||||
color: #fbbf24;
|
||||
animation: war-room-pulse 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.war-room-funnel-pipe {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
height: 6px;
|
||||
min-width: 12px;
|
||||
margin: 0 0.1rem;
|
||||
background: #1a2030;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.war-room-funnel-pipe--flowing {
|
||||
box-shadow: inset 0 0 6px rgba(61, 214, 198, 0.08);
|
||||
}
|
||||
|
||||
.war-room-funnel-pipe-fill {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: var(--pipe-fill, 8%);
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
#f43f5e 0%,
|
||||
#ff6b2c 25%,
|
||||
#ffd166 50%,
|
||||
#3dd6c6 75%,
|
||||
#f43f5e 100%
|
||||
);
|
||||
background-size: 220% 100%;
|
||||
border-radius: 3px;
|
||||
animation: war-room-flow 1.15s linear infinite;
|
||||
animation-delay: var(--pipe-stagger, 0s);
|
||||
box-shadow: 0 0 10px rgba(61, 214, 198, 0.45), 0 0 4px rgba(244, 63, 94, 0.25);
|
||||
}
|
||||
|
||||
.war-room-funnel-pipe-shimmer {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: 40%;
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
transparent 0%,
|
||||
rgba(255, 255, 255, 0.18) 45%,
|
||||
transparent 100%
|
||||
);
|
||||
animation: war-room-pipe-shimmer 1.8s ease-in-out infinite;
|
||||
animation-delay: var(--pipe-stagger, 0s);
|
||||
pointer-events: none;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.war-room-funnel-arrow {
|
||||
color: #4a5568;
|
||||
font-size: 0.7rem;
|
||||
flex-shrink: 0;
|
||||
animation: war-room-arrow-nudge 1.8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.war-room-funnel-card-foot {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
gap: 0.75rem;
|
||||
margin-top: 0.75rem;
|
||||
padding-top: 0.65rem;
|
||||
border-top: 1px solid #222a38;
|
||||
}
|
||||
|
||||
.war-room-sparkline--card {
|
||||
flex: 1;
|
||||
max-width: 160px;
|
||||
}
|
||||
|
||||
.war-room-sparkline-label {
|
||||
font-size: 0.62rem;
|
||||
color: var(--text-dim, #888);
|
||||
margin-right: 0.35rem;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.war-room-funnel-hash {
|
||||
font-size: 0.82rem;
|
||||
color: #c9a227;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.war-room-leak {
|
||||
display: flex;
|
||||
gap: 0.6rem;
|
||||
align-items: flex-start;
|
||||
margin-top: 0.75rem;
|
||||
padding: 0.55rem 0.65rem;
|
||||
border-radius: 6px;
|
||||
font-size: 0.78rem;
|
||||
}
|
||||
|
||||
.war-room-leak--critical {
|
||||
background: rgba(244, 63, 94, 0.12);
|
||||
border: 1px solid rgba(244, 63, 94, 0.35);
|
||||
animation: war-room-leak-glow 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.war-room-leak--warn {
|
||||
background: rgba(251, 191, 36, 0.08);
|
||||
border: 1px solid rgba(251, 191, 36, 0.3);
|
||||
}
|
||||
|
||||
.war-room-leak--clear {
|
||||
background: rgba(61, 214, 198, 0.06);
|
||||
border: 1px solid rgba(61, 214, 198, 0.2);
|
||||
}
|
||||
|
||||
.war-room-leak-badge {
|
||||
flex-shrink: 0;
|
||||
font-size: 0.62rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.08em;
|
||||
padding: 0.15rem 0.35rem;
|
||||
border-radius: 3px;
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
|
||||
.war-room-leak--critical .war-room-leak-badge {
|
||||
color: #f43f5e;
|
||||
}
|
||||
|
||||
.war-room-leak--warn .war-room-leak-badge {
|
||||
color: #fbbf24;
|
||||
}
|
||||
|
||||
.war-room-leak--clear .war-room-leak-badge {
|
||||
color: #3dd6c6;
|
||||
}
|
||||
|
||||
.war-room-leak-msg {
|
||||
margin: 0;
|
||||
color: #e8eaef;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.war-room-leak-action {
|
||||
margin: 0.25rem 0 0;
|
||||
color: var(--text-dim, #aaa);
|
||||
font-size: 0.72rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
/* ── Odometer counters ── */
|
||||
.war-room-odometer {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
gap: 0.25rem;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.war-room-odometer-value {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.war-room-odometer--pulse .war-room-odometer-value {
|
||||
animation: war-room-odometer-glow 0.7s ease-out;
|
||||
text-shadow: 0 0 12px rgba(61, 214, 198, 0.55);
|
||||
}
|
||||
|
||||
.war-room-odometer-delta {
|
||||
font-size: 0.62em;
|
||||
font-weight: 600;
|
||||
color: #3dd6c6;
|
||||
opacity: 0;
|
||||
animation: war-room-delta-pop 0.85s ease-out forwards;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.war-room-table .war-room-odometer {
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@keyframes war-room-flow {
|
||||
0% { background-position: 0% 50%; opacity: 0.88; filter: brightness(1); }
|
||||
50% { background-position: 100% 50%; opacity: 1; filter: brightness(1.25); }
|
||||
100% { background-position: 200% 50%; opacity: 0.88; filter: brightness(1); }
|
||||
}
|
||||
|
||||
@keyframes war-room-pipe-shimmer {
|
||||
0% { transform: translateX(-120%); opacity: 0; }
|
||||
35% { opacity: 0.85; }
|
||||
100% { transform: translateX(280%); opacity: 0; }
|
||||
}
|
||||
|
||||
@keyframes war-room-card-alive {
|
||||
0% { box-shadow: 0 0 0 rgba(61, 214, 198, 0); border-color: #2a3040; }
|
||||
40% { box-shadow: 0 0 28px rgba(61, 214, 198, 0.18); border-color: rgba(61, 214, 198, 0.35); }
|
||||
100% { box-shadow: 0 0 24px rgba(244, 63, 94, 0.06); border-color: #2a3040; }
|
||||
}
|
||||
|
||||
@keyframes war-room-odometer-glow {
|
||||
0% { color: inherit; transform: scale(1); }
|
||||
35% { color: #3dd6c6; transform: scale(1.06); }
|
||||
100% { color: inherit; transform: scale(1); }
|
||||
}
|
||||
|
||||
@keyframes war-room-delta-pop {
|
||||
0% { opacity: 0; transform: translateY(4px); }
|
||||
25% { opacity: 1; transform: translateY(0); }
|
||||
75% { opacity: 1; }
|
||||
100% { opacity: 0; transform: translateY(-3px); }
|
||||
}
|
||||
|
||||
@keyframes war-room-arrow-nudge {
|
||||
0%, 100% { transform: translateX(0); opacity: 0.5; }
|
||||
50% { transform: translateX(2px); opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes war-room-pulse {
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0.55; }
|
||||
}
|
||||
|
||||
@keyframes war-room-leak-glow {
|
||||
0%, 100% { box-shadow: 0 0 0 rgba(244, 63, 94, 0); }
|
||||
50% { box-shadow: 0 0 12px rgba(244, 63, 94, 0.2); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user