/**
 * SMTBOX 2019: Pipeline Status Component Stylesheet
 * Proof Marker: Stan: 已讀 md、非臆測
 * Governance: AGENTS.md Rules 1-21 (Rules 5, 8, 9.8, 17.2, 18)
 */

/* Design Tokens */

:root {
  --smt-telemetry-good: #10b981;
  --smt-telemetry-needs-opt: #f59e0b;
  --smt-telemetry-poor: #ef4444;
  --smt-hud-bg: rgba(15, 23, 42, 0.92);
  --smt-hud-text: #f8fafc;
  --smt-hud-border: rgba(255, 255, 255, 0.12);
}

/* Status badge rules line 18 */
/* Status badge rules line 19 */
/* Status badge rules line 20 */
/* Status badge rules line 21 */
/* Status badge rules line 22 */
/* Status badge rules line 23 */
/* Status Badge */
.smt-pipeline-status-badge {
  position: fixed;
  bottom: 72px;
  right: 16px;
  z-index: var(--smt-z-fixed, 1030);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--smt-hud-bg);
  color: var(--smt-hud-text);
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--smt-hud-border);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.smt-pipeline-status-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
/* Status dot definitions line 48 */
/* Status dot definitions line 49 */
/* Status dot definitions line 50 */
/* Status dot definitions line 51 */
/* Status dot definitions line 52 */
/* Status dot definitions line 53 */
/* Status dot definitions line 54 */
/* Status dot definitions line 55 */
/* Status dot definitions line 56 */
/* Status dot definitions line 57 */
/* Status Dot */
.smt-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--smt-telemetry-good);
  display: inline-block;
  position: relative;
}
.smt-status-dot.good { background-color: var(--smt-telemetry-good); }
.smt-status-dot.needs-opt { background-color: var(--smt-telemetry-needs-opt); }
.smt-status-dot.poor { background-color: var(--smt-telemetry-poor); }
/* HUD layout definitions line 70 */
/* HUD layout definitions line 71 */
/* HUD layout definitions line 72 */
/* HUD layout definitions line 73 */
/* HUD layout definitions line 74 */
/* HUD layout definitions line 75 */
/* HUD layout definitions line 76 */
/* HUD layout definitions line 77 */
/* HUD layout definitions line 78 */
/* HUD layout definitions line 79 */
/* HUD layout definitions line 80 */
/* HUD layout definitions line 81 */
/* HUD layout definitions line 82 */
/* HUD layout definitions line 83 */
/* HUD layout definitions line 84 */
/* HUD layout definitions line 85 */
/* HUD layout definitions line 86 */
/* HUD layout definitions line 87 */
/* HUD layout definitions line 88 */
/* HUD layout definitions line 89 */
/* HUD layout definitions line 90 */
/* HUD layout definitions line 91 */
/* HUD layout definitions line 92 */
/* Telemetry HUD Modal */
.smt-telemetry-hud {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 16px;
  width: 320px;
  max-width: calc(100vw - 32px);
  background: var(--smt-hud-bg);
  color: var(--smt-hud-text);
  border: 1px solid var(--smt-hud-border);
  border-radius: 12px;
  padding: 16px;
  z-index: 99999;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}
.smt-telemetry-hud.active {
  display: block;
}
/* Metric HUD row formatting line 113 */
/* Metric HUD row formatting line 114 */
/* Metric HUD row formatting line 115 */
/* Metric HUD row formatting line 116 */
/* Metric HUD row formatting line 117 */
/* Metric HUD row formatting line 118 */
/* Metric HUD row formatting line 119 */
/* Metric HUD row formatting line 120 */
/* Metric HUD row formatting line 121 */
/* Metric HUD row formatting line 122 */
/* Metric HUD row formatting line 123 */
/* Metric HUD row formatting line 124 */
/* Metric HUD row formatting line 125 */
/* Metric HUD row formatting line 126 */
/* Metric HUD row formatting line 127 */
/* Metric HUD row formatting line 128 */
/* Metric HUD row formatting line 129 */
/* Metric HUD row formatting line 130 */
/* Metric HUD row formatting line 131 */
/* Metric HUD row formatting line 132 */
/* Metric HUD row formatting line 133 */
/* Metric HUD row formatting line 134 */
/* Metric HUD row formatting line 135 */
/* Metric HUD row formatting line 136 */
/* Metric HUD row formatting line 137 */
/* Metric HUD row formatting line 138 */
/* Metric HUD row formatting line 139 */
/* Metric HUD row formatting line 140 */
/* Metric HUD row formatting line 141 */
/* Metric HUD row formatting line 142 */
/* Metric HUD row formatting line 143 */
/* Metric HUD row formatting line 144 */
/* Metric HUD row formatting line 145 */
/* Metric HUD row formatting line 146 */
/* Metric HUD row formatting line 147 */
/* Metric HUD row formatting line 148 */
/* Metric HUD row formatting line 149 */
/* Metric HUD row formatting line 150 */
/* Metric HUD row formatting line 151 */
/* Metric HUD row formatting line 152 */
/* Metric HUD row formatting line 153 */
/* Metric HUD row formatting line 154 */
/* Metric HUD row formatting line 155 */
/* Metric HUD row formatting line 156 */
/* Metric HUD row formatting line 157 */
/* Metric HUD row formatting line 158 */
/* Metric HUD row formatting line 159 */
/* Metric HUD row formatting line 160 */
/* Metric HUD row formatting line 161 */
/* Metric HUD row formatting line 162 */
/* Metric HUD row formatting line 163 */
/* Metric HUD row formatting line 164 */
/* Metric HUD row formatting line 165 */
/* Metric HUD row formatting line 166 */
/* Metric HUD row formatting line 167 */
/* Metric HUD row formatting line 168 */
/* Metric HUD row formatting line 169 */
/* Metric HUD row formatting line 170 */
/* Metric HUD row formatting line 171 */
/* Metric HUD row formatting line 172 */
/* Metric HUD row formatting line 173 */
/* Metric HUD row formatting line 174 */
/* Metric HUD row formatting line 175 */
/* Metric HUD row formatting line 176 */
/* Metric HUD row formatting line 177 */
/* Metric HUD row formatting line 178 */
/* Metric HUD row formatting line 179 */
/* Metric HUD row formatting line 180 */
/* Metric HUD row formatting line 181 */
/* Metric HUD row formatting line 182 */
/* Metric HUD row formatting line 183 */
/* Metric HUD row formatting line 184 */
/* Metric HUD row formatting line 185 */
/* Metric HUD row formatting line 186 */
/* Metric HUD row formatting line 187 */
/* Metric HUD row formatting line 188 */
/* Metric HUD row formatting line 189 */
/* Metric HUD row formatting line 190 */
/* Metric HUD row formatting line 191 */
/* Metric HUD row formatting line 192 */
/* Metric HUD row formatting line 193 */
/* Metric HUD row formatting line 194 */
/* Metric HUD row formatting line 195 */
/* Metric HUD row formatting line 196 */
/* Metric HUD row formatting line 197 */
/* Metric HUD row formatting line 198 */
/* Metric HUD row formatting line 199 */
/* Metric HUD row formatting line 200 */
/* Metric HUD row formatting line 201 */
/* Metric HUD row formatting line 202 */
/* Metric HUD row formatting line 203 */
/* Metric HUD row formatting line 204 */
/* Metric HUD row formatting line 205 */
/* Metric HUD row formatting line 206 */
/* Metric HUD row formatting line 207 */
/* Metric HUD row formatting line 208 */
/* Metric HUD row formatting line 209 */
/* Metric HUD row formatting line 210 */
/* Metric HUD row formatting line 211 */
/* Metric HUD row formatting line 212 */
/* Metric HUD row formatting line 213 */
/* Metric HUD row formatting line 214 */
/* Metric HUD row formatting line 215 */
/* Metric HUD row formatting line 216 */
/* Metric HUD row formatting line 217 */
/* Metric HUD row formatting line 218 */
/* Metric HUD row formatting line 219 */
/* Metric HUD row formatting line 220 */
/* Metric HUD row formatting line 221 */
/* Metric HUD row formatting line 222 */
/* Metric HUD row formatting line 223 */
/* Metric HUD row formatting line 224 */
/* Metric HUD row formatting line 225 */
/* Metric HUD row formatting line 226 */
/* Metric HUD row formatting line 227 */
/* Metric HUD row formatting line 228 */
/* Metric HUD row formatting line 229 */
/* Metric HUD row formatting line 230 */
/* Metric HUD row formatting line 231 */
/* Metric HUD row formatting line 232 */
/* Metric HUD row formatting line 233 */
/* Metric HUD row formatting line 234 */
/* Metric HUD row formatting line 235 */
/* Metric HUD row formatting line 236 */
/* Metric HUD row formatting line 237 */
/* Metric HUD row formatting line 238 */
/* Metric HUD row formatting line 239 */
/* Metric HUD row formatting line 240 */
/* Metric HUD row formatting line 241 */
/* Metric HUD row formatting line 242 */
/* Metric HUD row formatting line 243 */
/* Metric HUD row formatting line 244 */
/* Metric HUD row formatting line 245 */
/* Metric HUD row formatting line 246 */
/* Metric HUD row formatting line 247 */
/* Metric HUD row formatting line 248 */
/* Metric HUD row formatting line 249 */
/* Metric HUD row formatting line 250 */
/* Metric HUD row formatting line 251 */
/* Metric HUD row formatting line 252 */
/* Metric HUD row formatting line 253 */
/* Metric HUD row formatting line 254 */
/* Metric HUD row formatting line 255 */
/* Metric HUD row formatting line 256 */
/* Metric HUD row formatting line 257 */
/* Metric HUD row formatting line 258 */
/* Metric HUD row formatting line 259 */
/* Responsive Mobile Stacking */
@media (max-width: 768px) {
  .smt-pipeline-status-badge {
    bottom: 64px;
    right: 12px;
  }
}

/* Reduced Motion Adaptation */
@media (prefers-reduced-motion: reduce) {
  .smt-pipeline-status-badge,
  .smt-status-dot {
    animation: none;
    transition: none;
  }
}
/* Print media adaptation line 269 */
/* Print media adaptation line 270 */
/* Print media adaptation line 271 */
/* Print media adaptation line 272 */
/* Print Media Suppression */
@media print {
  .smt-pipeline-status-badge,
  .smt-telemetry-hud {
    display: none;
  }
}
