Spaces:
Running
Running
File size: 3,399 Bytes
b23f51c 95d1c6b 2e9dd8e 95d1c6b 2e9dd8e b23f51c 95d1c6b 2e9dd8e 95d1c6b b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e b23f51c 2e9dd8e b23f51c 2e9dd8e 95d1c6b 2e9dd8e b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e 3d7a688 b23f51c 95d1c6b b23f51c 2e9dd8e b23f51c 95d1c6b b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e b23f51c 2e9dd8e b23f51c 95d1c6b 2e9dd8e b23f51c 2e9dd8e 95d1c6b b23f51c 95d1c6b 2e9dd8e b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e b23f51c 2e9dd8e b23f51c 95d1c6b b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e 95d1c6b b23f51c 2e9dd8e b23f51c 2e9dd8e 95d1c6b 2e9dd8e b23f51c 2e9dd8e 95d1c6b d1ef054 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | /* CognitiveDashboard.css - Status Hub Refinements */
.status-layout {
display: flex;
flex-direction: column;
gap: 16px;
width: 100%;
}
/* ββ Status Cards Redesign ββ */
.status-sidebar {
display: flex;
flex-direction: column;
gap: 16px;
}
.status-card {
background: rgba(0, 0, 0, 0.02);
border-radius: 20px;
padding: 20px;
border: 1px solid rgba(0, 0, 0, 0.03);
position: relative;
overflow: hidden;
}
.status-card h3 {
font-size: 0.6rem;
text-transform: uppercase;
letter-spacing: 0.15em;
color: #999;
margin-bottom: 12px;
font-weight: 800;
}
/* ββ Waves & HUD Charts ββ */
.system-chart {
margin-bottom: 16px;
padding: 12px 16px;
background: white;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.02);
border: 1px solid rgba(0,0,0,0.02);
}
.system-chart-svg path {
fill: none;
stroke: #ff6b35;
stroke-width: 2;
stroke-linecap: round;
filter: drop-shadow(0 0 4px rgba(255, 107, 53, 0.2));
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.intensity-high .system-chart-svg path {
stroke-width: 4;
stroke: #ff3d00;
}
.system-chart-svg path.secondary {
stroke: #3b82f6;
stroke-width: 1.5;
opacity: 0.15;
}
.chart-labels {
display: flex;
justify-content: space-between;
padding: 0 4px;
margin-top: 12px;
}
.chart-labels span {
font-family: 'Roboto Mono', monospace;
font-size: 0.55rem;
color: #bbb;
}
.current-state {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 12px;
gap: 32px;
}
.current-state span {
font-size: 0.65rem;
text-transform: uppercase;
letter-spacing: 0.15em;
color: #999;
font-weight: 700;
}
.current-state strong {
font-size: 1.6rem;
color: #ff6b35;
font-weight: 800;
text-transform: capitalize;
}
/* ββ Metrics Grid ββ */
.metric-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.metric-item {
display: flex;
align-items: center;
padding: 20px 24px;
background: white;
border-radius: 20px;
box-shadow: 0 4px 15px rgba(0,0,0,0.02);
border: 1px solid rgba(0,0,0,0.03);
gap: 16px;
}
.metric-icon-wrap {
width: 42px;
height: 42px;
min-width: 42px;
border-radius: 12px;
background: rgba(255, 107, 53, 0.05);
display: flex;
align-items: center;
justify-content: center;
color: #ff6b35;
}
.metric-icon-wrap .material-icons {
font-size: 22px;
}
.metric-info {
display: flex;
flex-direction: column;
flex: 1;
}
.metric-info label {
font-size: 0.6rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #999;
font-weight: 700;
white-space: nowrap;
}
.metric-item strong {
font-size: 1.5rem;
color: #1a1a1a;
font-family: 'Roboto Mono', monospace;
letter-spacing: -0.05em;
margin-left: auto;
}
/* ββ Dark Mode Overrides ββ */
body.dark-theme .status-card {
background: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.05);
}
body.dark-theme .status-card h3 {
color: #bbb;
}
body.dark-theme .system-chart {
background: rgba(0, 0, 0, 0.2);
border-color: rgba(255, 255, 255, 0.05);
}
body.dark-theme .current-state span {
color: #aaa;
}
body.dark-theme .metric-item {
background: rgba(0, 0, 0, 0.2);
border-color: rgba(255, 255, 255, 0.05);
}
body.dark-theme .metric-item strong {
color: #fff;
}
body.dark-theme .metric-info label {
color: #aaa;
}
|