/* ح-49 (الخطوة 8): مؤشرُ الإقلاع — ملفٌّ ساكن لا نمطَ مضمَّناً (تقاطع CSP، مراجعة الخطوة)؛ ألوانُه من اللوحة حرفاً */
#boot-indicator {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: #5B6472;
  background: #F4F5F7;
}
#boot-indicator .boot-name {
  font-size: 22px;
  font-weight: 700;
  color: #14181F;
}
#boot-indicator .boot-line {
  font-size: 14px;
}
